@charset "UTF-8";

body{
    overflow: hidden;
}
body,td,th {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
body.loaded{
    overflow: auto;
}

#FS2_header {
    position:sticky;
    width: 100%;
    top:0;
    z-index: 9999;
}
.FS2_upper_comment{
    /* color: #555; */
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-feature-settings: "palt";
    /*margin-bottom: 100px;*/
}

.ls25{ letter-spacing: .025em; }
.ls50{ letter-spacing: .05em; }
.ls-25{ letter-spacing: -.025em; }
.ls-50{ letter-spacing: -.05em; }
.tr{ text-align: right; }
.tc{ text-align: center; }
.tj{ text-align: justify; }
.fl{ float: left; }
.fr{ float: right; }

.secTxt {
    font-size: 3.90625vw;
    line-height: 1.88;
}
.inner {
    padding-inline: 7%;
}
.notes{
    /*width: 90.625%;*/
    margin: 10px auto 0;
    font-size: 2.34375vw;
    letter-spacing: -.075em;
    line-height: 1.666666667;
}

.productBtnWrap {
    margin: auto;
}
    .productBtnWrap .cartBtn {
        margin: 10px auto;
    }
    .productBtnWrap .cartBtn button,
    .productBtnWrap .cartBtn a {
        box-sizing: border-box;
        display: block;
        border: none;
        width: 100%;
        color: #fff;
        font-size: 3.91vw;
        line-height: 2.56;
        background: url(../img/icon_buyBtn.svg) no-repeat right 25% center / 2.4% auto #555555;
    }
    .productBtnWrap .dtlBtn {
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 25px;
        font-size: 17px;
    }
        .dtlBtn a,
        .dtlBtn a:visited{
            display: inline-block;
            box-sizing: border-box;
            letter-spacing: 0.05em;
            border-bottom: 1px solid #333333;
            color: #333333;
            padding: .4em 1em;
            line-height: 1;
            font-feature-settings: "palt";
        }
        .dtlBtn a:hover{
            color: inherit;
            text-decoration: none;
            opacity: .6;
        }

@media (min-width: 641px) {
    body {
        max-width: 640px;
        margin-inline: auto!important;
        overflow: hidden;
    }
    .secTxt {
        font-size: 25px;
    }
    .productBtnWrap .cartBtn {
        margin: 20px auto;
    }
    .productBtnWrap .cartBtn button,
    .productBtnWrap .cartBtn a {
        font-size: 24px;
        line-height: 2.5;
    }
    .productBtnWrap .dtlBtn {
        margin-top: 40px;
        font-size: 24px;
    }
        .dtlBtn a,
        .dtlBtn a:visited{
            padding: .4em 1em;
            line-height: 1;
        }
}





/* LP固有スタイル */
.mainCnt {
    padding-bottom: 80px;
}

    .img05 {
        position: relative;
    }
        .img05 .productBtnWrap {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: calc(514 / 640 * 100vw);
        }
        .img05 .productBtnWrap .cartBtn {
            margin: calc(38 / 640 * 100vw) auto;
        }

    .slideWrap .swiper {
        padding-bottom: calc(40 / 640 * 100vw);
    }
        .slideWrap .swiper-button-next,
        .slideWrap .swiper-button-prev {
            color: #333333;
            opacity: 1;
        }
        .slideWrap .swiper-button-next {
            left: auto;
            right: 2%;
        }
        .slideWrap .swiper-button-prev {
            left: 2%;
            right: auto;
        }
        .slideWrap .swiper-button-next:after,
        .slideWrap .swiper-button-prev:after {
            font-size: 5.97vw;
        }
        .slideWrap .swiper-pagination {
            width: 86%;
            bottom: calc(-10 / 640 * 100vw);
            left: 50%;
            transform: translateX(-50%);
        }
        .slideWrap .swiper-pagination-bullet {
            margin: 8px !important;
            height: 11px;
            width: 11px;
        }
        .slideWrap .swiper-pagination-bullet-active {
            background-color: #333333;
        }

.fixnav {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 50%;
    translate: -50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}
.fixnav.active {
    opacity: 1;
    visibility: visible;
}
#FS2_footer {
    margin-bottom: 15vw;/*fixnav高さ*/
}



@media (min-width: 641px) {

    .mainCnt {
        padding-bottom: 120px;
    }

    .img05 .productBtnWrap {
        width: 514px;
    }
    .img05 .productBtnWrap .cartBtn {
        margin: 38px auto;
    }

    .slideWrap .swiper {
        padding-bottom: 55px;
    }
    .slideWrap .swiper-button-next,
    .slideWrap .swiper-button-prev {
    }
    .slideWrap .swiper-button-next {
    }
    .slideWrap .swiper-button-prev {
    }
    .slideWrap .swiper-button-next:after,
    .slideWrap .swiper-button-prev:after {
        font-size: 4vw;
    }
    .slideWrap .swiper-pagination {
        bottom: 10px;
    }
    .slideWrap .swiper-pagination-bullet {
        margin: 6px;
    }
    .fixnav {
        max-width: 640px;
    }
    #FS2_footer {
        margin-bottom: 100px;
    }


}









/* フッター挿入部 */
#FS2_container_GoodsList,
#FS2_footer {
    font-size: 14px;
}
.FS2_contents_container {
    font-size: 14px;
}

.account {
    margin-bottom: calc(60 / 640 * 100vw);
    padding-top: calc(50 / 640 * 100vw);
    padding-bottom: calc(70 / 640 * 100vw);
    background: #F9F9F9;
}
.account__heading {
    width: calc(358 / 640 * 100vw);
    margin-inline: auto;
}
.account__content {
    max-width: calc(560 / 640 * 100vw);
    margin-top: calc(30 / 640 * 100vw);
    margin-inline: auto;
    box-sizing: border-box;
    padding: calc(40 / 640 * 100vw) calc(30 / 640 * 100vw) calc(60 / 640 * 100vw);
    background: #F9F9F9;
}
.account__content__copy {
    margin-block: -.44em;
}
.account__content__copy em {
    color: #cc0000;
    font-style: normal;
}
.account__content__value {
    margin-top: calc(40 / 640 * 100vw);
    text-align: center;
}
.account__content__btn {
    margin-top: calc(40 / 640 * 100vw);
    text-align: center;
}

@media (min-width: 641px) {
 
  .account {
      margin-bottom: 60px;
      padding-top: 50px;
      padding-bottom: 70px;
  }
  .account__heading {
      width: 358px;
  }
  .account__content {
      max-width: 560px;
      margin-top: 30px;
      padding: 40px 30px 60px;
  }
  .account__content__value {
      margin-top: 40px;
  }
  .account__content__btn {
      margin-top: 40px;
  }

  .l-section__inner {
      padding: 0 20px !important;
  }
  .p-top-products__category-section {
      gap: 24px !important;
  }
  .p-category__list {
      gap: 32px 25px !important;
      grid-template-columns: repeat(3, 1fr) !important;
      grid-template-rows: repeat(4, auto) !important;
  }
  .p-category__image {
      width: 95px !important;
  }
  .l-footer__inner {
      padding: 40px 30px !important;
  }
}



/* animation */
.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
}
/* fade in */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in up */
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fadeInUp { animation-name: fadeInUp; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in down */
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -20px, 0); } to { opacity: 1; transform: none; }}
.fadeInDown { animation-name: fadeInDown; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in right */
@keyframes fadeInRight { from { opacity: 0; transform: translate(30px,0); } to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in left */
@keyframes fadeInLeft {
from { opacity: 0; transform: translate(-30px,0); }to { opacity: 1; transform: none; }}
.fadeInLeft { animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade out */
@keyframes fadeOut { from { opacity: 1; }  to { opacity: 0; }}
.fadeOut { animation-name: fadeOut; }

.fi_f{
    opacity: 0;
    filter: blur(5px);
}
.fi_f.active{
    transition: opacity .2s ease-in-out,filter .9s linear;
    opacity: 1;
    filter: blur(0);
}



