@media screen and (max-width:767px){

    /*見出し*/
    h2.top_title {
      font-size: 14px;
      padding: 11vw 0 1.4vw;
      background-size: 53.417%,19.6667%,19.6667%;
    }
    h1.fs-c-heading.fs-c-heading--page {
        font-size: 22px;
    }
    h2.fs-c-documentArticle__heading, h2.fs-c-subSection__title, h2.fs-p-announcement__title, h2.fs-p-heading--lv2, h2.title,
    h2.fs-c-documentColumn__heading, h3.fs-c-documentColumn__heading, h3.fs-c-subSection__title, h3.title {
        font-size: 18px;
    }

    /*ボタン系*/
    p.btn {
        max-width: 240px;
    }

    /*ヘッダー*/
    .hd-inner {
        padding: 5px 3.2vw;
    }
    .fs-l-header__logo {
        width: calc(100% - 50px);
    }
    .fs-p-logo {
        padding: 0;
    }
    header .hd_menu_btn {
        border: 1px solid;
        padding: 1px;
        box-sizing: content-box;
    }

    /*メニュー内*/
    #hd_menubox {
        top: 60px;
    }
    header h3.title {
        margin: 70px 0 0;
        padding: 0 0 30px;
        text-align: center;
    }
    ul.flex.list_member {
        margin: 20px auto;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    ul.flex.list_member li {
        width: 48.5%;
        margin: 0;
    }
    ul.link_list li a {
        display: block;
        padding: 21px 15px;
        border-bottom: 1px solid #ededed;
        position: relative;
    }
    ul.link_list li a::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid;
        border-right: 1px solid;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 4px);
        right: 22px;
    }


    /*フッター*/
    
    .ft-inner {
        display: block;
        padding: 50px 3.2vw 0;
    }
    section.footer .left {
        text-align: center;
        width: auto;
        min-width: auto;
        max-width: 310px;
        margin: 0 auto;
        padding: 0;
        border: 0;
    }
    p.address {
        margin: 25px 0 20px;
    }
    p.address a {
        display: block;
        margin: 4px 0 0;
    }
    ul.sns-list {
        justify-content: center;
    }
    ul.sns-list li a {
        padding: 20.5px;
    }
    ul.sns-list li.mail a {
        width: 160px;
    }
    ul.sitemap {
        display: block;
        border-top: 1px solid #5d4e46;
        margin: 40px 0 20px;
    }
    ul.sitemap li {
        margin: 0;
    }
    ul.sitemap li a {
        display: block;
        border-bottom: 1px solid #5d4e46;
        padding: 1em;
        position: relative;
    }
    ul.sitemap li a::after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-top: 1px solid;
        border-right: 1px solid;
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 2px);
        right: 1em;
    }
    ul.sitemap li:nth-child(5) {
        width: 100%;
    }
    .footerCopyright {
        text-align: center;
        padding: 15px 0 35px;
    }
    div#ft_fixed li {
        border-color: #5d4e46;
    }
    div#ft_fixed li:nth-child(3) img {
        margin-top: 0;
    }
    div#ft_fixed li img {
        max-width: 26px;
        max-height: 26px;
    }
    div#ft_fixed li a {
        text-decoration: none;
    }
    div#ft_fixed li a:hover {
        opacity: 1;
    }
    div#ft_fixed li + li a {
        border-color: #5d4e46;
    }
    div#ft_fixed li a {
        padding: 5px 0 5px;
        line-height: 1;
        background-color: #efd34a;
        color: #222;
    }
    div#ft_fixed li a span {
        display: block;
    }

    /*検索メニュー*/
    .fs-p-productSearch .fs-c-inputTextGroup > * + * {
        line-height: 49.5px;
    }
    footer .fs-p-productSearch {
        padding: 0;
    }

    /*スライダー*/
    .fs-c-slick .slick-slide img {
        min-height: 260px;
    }
    body#fs_Top .fs-c-slick .slick-slide img {
        min-height: 190px;
    }
    .fs-c-slick .slick-dots li, .fs-c-slick .slick-dots li button ,.fs-c-slick .slick-dots li button:before{
        width: 50px;
        height:5px
    }
    .fs-c-slick .slick-dots {
        margin-top: -29px;
    }

    body#fs_Top .inner,header .inner ,footer .inner{
        padding: 0 3.2vw;
    }
    section.top_bnr {
        padding: 3px 0 20px;
    }

    /*ランキング*/
    section.top-ranking {
        padding: 25px 0 44px;
    }
    section.top-ranking ul.tab-area {
        margin: 30px auto 20px;
    }
    section.top-ranking ul.tab-area li {
        font-size: 12px;
        width: 33.3333%;
        padding: 1em;
        text-align: center;
    }
    section.top-ranking .panel-area .panel.is-active ul.flex li {
        width: calc(50% - 12px);
        margin: 6px;
    }
    section.top-ranking .panel-area .panel.is-active ul {
        flex-wrap: wrap;
        margin: 0 -6px;
    }
    section.top-ranking .panel-area .panel.is-active ul.flex li:nth-child(n +3) {
        width: calc(33.333% - 12px);
    }
    section.top-ranking .panel-area .panel.is-active ul.flex li img {
        max-height: 157px;
    }
    h3.product-name {
        font-size: 12px;
    }
    section.top-ranking .panel-area .panel.is-active ul.flex li::after {
        width: 45px;
        height: 45px;
        font-size: 18px;
        padding-left: 9px;
    }
    
    /*カテゴリー・シーン*/
    section.top-category {
        padding: 20px 0 5px;
    }
    section.top-category ul li {
        width: calc(50% - 12px);
        min-width: auto;
        margin: 6px;
    }
    section.top-category ul {
        margin: 0 -6px;
    }
    li.image-top .image {
        height: 27vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section.top-scene {
        padding: 5px 0 14px;
    }
    section.top-scene ul li {
        width: calc(50% - 12px);
        min-width: auto;
        margin: 6px;
    }
    section.top-scene ul {
        margin: 0 -6px;
    }
    section.top-scene ul + ul {
        margin-top: 28px;
    }
    section.top-scene ul + ul li {
        width: calc(50% - 12px);
    }
    
    /*定期購入*/
    section.top-subscription {
        padding: 14px 0;
    }
    section.top-subscription ul.flex li {
        width: 100%;
        min-width: auto;
        padding: 48px 3.2vw;
        font-size: 12px;
    }
    .subsc-cnt {
        padding: 30px 10px 35px;
    }

    /*人気アイテム・新着商品*/
    section.top-recommend {
        padding: 14px 0 10px;
    }
    section.top-new-arrival {
        padding: 10px 0 45px;
    }    
    ul.product-list.flex li {
        width: calc(50% - 12px);
        margin: 6px;
    }
    ul.product-list.flex li a img {
        max-height: 200px;
    }

    /*新着情報*/
    section.top-news {
        padding: 18px 0 50px;
    }
    section.top-news ul.flex {
        display: block;
        margin: 0 auto;
    }
    section.top-news ul.flex li {
        width: 100%;
        margin: 0 auto 12px;
        font-size: 10px;
    }
    section.top-news li a {
        display: flex;
    }
    section.top-news p.image {
        width: 41.666%;
        align-items: baseline;
        height: auto;
        margin: 0;
        justify-content: end;
        min-height: auto;
        max-height: none;
    }
    section.top-news a p.image img {
        max-height: none;
        min-height: 23.5vw;
    }
    section.top-news li div {
        width: 58.3334%;
        padding: 12px;
        text-align: left;
    }
    p.date {
        font-size: 12px;
    }
    h3.news-title {
        font-size: 10px;
    }


    /*FAQ*/
    div#faq> ul {
        display: block;
        margin: 0 auto 56px;
    }
    div#faq> ul li {
        width: 100%;
        margin: 0 auto 14px;
    }

    /*新規会員登録*/
    body#fs_Register .fs-c-documentArticle ul.flex li {
        margin: 0 0 8px;
        text-align: center;
        width: 100%;
    }
    body#fs_Register .fs-c-documentArticle ul.flex li:nth-child(n+4) {
        width: 48.9%;
    }

    /*新着情報一覧*/
    ul.blog_category_navi {
        justify-content: start;
        padding: 10px 5px;
        margin-bottom: 30px;
    }
    ul.blog_category_navi::before {
        content: "CATEGORY";
        display: block;
        width: 100%;
    }
    ul.blog_category_navi li {
        width: calc(33.333% - 12px);
        text-align: center;
    }
    ul.news_list {
        margin: 0 -6px;
    }
    ul.news_list li {
        width: calc(50% - 12px);
        margin: 0 6px 25px;
    }
    ul.news_list p.image a {
        max-height: 27.7vw;
        min-height: 27.7vw;
    }
    /*新着情報詳細*/
    section.news_wrap.cf p.date {
        padding: 0.5em 1em 0.25em;
    }
    section.news_wrap.cf h1.fs-c-heading.fs-c-heading--page {
        font-size: 18px;
        padding: 0 .777em .5em;
        margin-bottom: 20px;
    }
    .news_cnt {
        padding: 0 1em;
    }
    .pager-dtl ul.flex {
        padding-top: 2.45em;
        margin-top: 3.35em;
    }
    
    /*商品一覧*/
    .fs-c-productList__list {
        margin: 0 -8px;
    }
    ul.fs-c-subgroupList,li.fs-c-subgroupList__item {
        margin-left: 0;
    }
    article.fs-c-productList__list__item.fs-c-productListItem {
        width: calc(50% - 16px);
        margin: 0 8px 30px;
    }
    /*商品詳細*/
    figure.fs-c-productCarouselMainImage__image {
        width: 67.5vw!important;
        height: 67.5vw;
    }
    .fs-c-slick figure.fs-c-productCarouselMainImage__image img {
        max-height: 100%;
        min-height: 180px;
    }
    .fs-c-productCarouselMainImage__thumbnailList > li, .fs-c-productThumbnail__image {
        flex-basis: 83px;
        margin: 0 8px 8px 0;
    }
    h1.fs-c-productNameHeading.fs-c-heading {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .fs-l-product2 .fs-l-productLayout > * > .fs-c-productQuantityAndWishlist {
        padding: 15px 15px 0;
    }
    .fs-c-productActionButton.fs-c-buttonContainer {
        padding: 0 15px 15px;
    }
    .dtl-btn.dtl-subsc {
        padding: 15px;
        margin-top: -26px;
    }
    .dtl-btn a {
        max-width: 300px;
        height: 50px;
        line-height: 50px;
    }
    table.dtl_table th {
        width: 100%;
        border-bottom: 0;
    }
    table.dtl_table tr {
        display: flex;
        flex-direction: column;
    }
    .dtl-btn a::before {
        display:none;
    }
    .fs-c-productQuantityAndWishlist {
        -ms-grid-columns: .8fr 1.2fr;
        grid-template-columns: .8fr 1.2fr;
    }
    select.fs-c-quantity__select.fs-system-quantity-list, input.fs-c-quantity__number.fs-system-quantity-text {
        min-width: 53px;
    }
    select.fs-c-quantity__select.fs-system-quantity-list, .fs-c-quantity__number {
        padding: .313em 0 .313em 0.875em;
    }

	
  }