@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;
}
.secTxt {
    font-size: 3.90625vw;
    line-height: 1.88;
}
.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;*/
}

@media (min-width: 641px) {
    body {
        max-width: 640px;
        margin-inline: auto!important;
        overflow: hidden;
    }
    .secTxt {
        font-size: 25px;
    }
}

.notes{
    width: 90.625%;
    margin: 10px auto 0;
    font-size: 2.34375vw;
    letter-spacing: -.075em;
    line-height: 1.666666667;
}
.tc{
    text-align: center;
}
.tr{
    text-align: right;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
sup{
    vertical-align: top;
    top: 0;
    font-size: 70%;
    white-space: nowrap;
}

#mv{
}
    #mv .mv{
        position: relative;
        overflow: hidden;
    }
        #mv .mv .photo{
            position: relative;
            z-index: 1;
            /*　表示がおそくなるのでとる　transform: scale(1.05);
            opacity: 0;*/
        }
        .loaded #mv .mv .photo{
            /* 遅すぎる？　transition: transform 1.5s ease-in-out, opacity .5s ease-in-out;
            transform: scale(1);
            opacity: 1;*/
        }
        #mv .mv .copy{
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }
        .loaded #mv .mv .copy{
            transition: opacity 1s 1.2s;
            opacity: 1;
        }
    .mvTtl {
        font-size: calc(33 / 640 * 100vw);
        font-weight: normal;
        text-align: center;
        margin: 30px auto auto;
    }

.leadBtn {
    display: block;
    width: calc(470 / 640 * 100vw);
    margin: auto;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    background: url(../img/icon_buyBtn.svg) no-repeat right 18% center / 2.3% auto #555555;
}
    .leadBtn a{
        line-height: 2.16;
        display: block;
        color: #fff;
    }
    .leadBtn a:hover{
        color: #fff;
        text-decoration: none;
    }


.mainCnt {
    background: url('../img/bg.jpg') center top 100%;
    padding-bottom: 80px;
}

.campaignInfo{
    margin: auto;
    padding: 20px 0;
    width: calc(540 / 640 * 100vw);
}
    .campaignDate {
        margin: auto;
        width: calc(404 / 640 * 100vw);
    }

    .jump{
        margin-top: 5vw;
    }
        .jumpNavList {
            display: flex;
            justify-content: space-between;
            column-gap: calc(50 / 640 * 100vw);
        }
            .jump li a{
                display: block;
            }

    .campaignInfo .lead {
        margin-top: 20px;
        line-height: 1.77777;
        font-size: calc(27 / 640 * 100vw);
        letter-spacing: .05em;
    }

.section {
    box-sizing: border-box;
    margin: 10px auto 10px;
    width: 90.625%;
    background: #fff;
    padding: 5vw;
}

    .sectionTtl {
        font-size: calc(33 / 640 * 100vw);
        color: #8f7038;
    }
        .sectionTtl em {
            font-size: calc(62 / 640 * 100vw);
            font-style: normal;
            font-weight: 600;
        }

    .leadCoupon {
        margin: 15px auto 0;
    }
        .leadCoupon p {
            display: inline-block;
            margin: auto;
            line-height: 1;
            position: relative;
        }
            .leadCoupon p::before {
                content: '';
                display: inline-block;
                width: 1em;
                height: 1em;
                border-left: 1px solid #333333;
                transform: skewX(35deg);
                position: absolute;
                left: -1em;
            }
            .leadCoupon p::after {
                content: '';
                display: inline-block;
                width: 1em;
                height: 1em;
                border-right: 1px solid #333333;
                transform: skewX(-35deg);
                position: absolute;
                right: -1em;
            }
            .couponList li {
                margin: 10px auto;
            }
    .section .notes {
        width: auto;
    }

.popularTtl {
    margin: 50px auto 20px;
    font-size: calc(26 / 640 * 100vw);
    letter-spacing: .05em;
}
    .popularTtl span {
        display: block;
        font-size: calc(30 / 640 * 100vw);
    }


.popularProductList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: calc(50 / 640 * 100vw);
}
.popularProductListItem {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: calc(230 / 640 * 100vw);
}
    .popularProductListItem > div {
        width: 100%;
    }

    .productData{
        margin: 2px auto 0;
        color: #333;
        font-weight: normal;
        line-height: 1;
    }
        .productData .category{
            display: inline-block;
            font-size: calc(18 / 640 * 100vw);
            letter-spacing: .025em;
            box-sizing: border-box;
        }
        .productData .category.category-drug{
            border: 1px solid #f2f2f3;
            background: #f2f2f3;
        }
            .productData .category sup{
                top: -.45em;
            }

        .productData .drug {
            display: inline-block;
            font-size: 3.75vw;
            letter-spacing: .025em;
            line-height: 1.29;
            box-sizing: border-box;
            border: 1px solid #555;
            padding: 1.13% 2%;
            color: #fff;
            background: #555;
            margin-inline: 2.5vw;
        }

        .productData .amount{
            font-size: 2.8125vw;
            letter-spacing: .025em;
            margin-left: .5em;
        }
        .productData .name{
            display: block;
            font-size: calc(18 / 640 * 100vw);
            font-weight: bold;
            letter-spacing: .025em;
            margin-top: 5px;
        }
        .productData .price{
            display: block;
            font-size: calc(18 / 640 * 100vw);
            letter-spacing: 0;
            margin-top: 5px;
        }

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

    #sec-coupon .leadBtn {
        margin: 30px auto 10px;
    }


#sec-item {
    margin-top: 50px;
    padding-bottom: 30px;
}
.item1 {
    margin-top: 10px;
}
.item2 {
    margin-top: 50px;
}
.price {
    margin-top: 10px;
}

.item .lead {
    margin: 20px auto 0;
    font-size: calc(23 / 640 * 100vw);
    line-height: 1.7826;
}
    .item .lead sup {
        top: -.45em;
    }
.setTtl {
    margin: 10px auto 10px;
    width: calc(198 / 640 * 100vw);
}
.setItem {
    width: calc(550 / 640 * 100vw);
    margin: auto;
}
.item .leadBtn {
    margin: 20px auto 0;
    background: url(../img/icon_buyBtn.svg) no-repeat right 22% center / 2.3% auto #8f7038;

}













@media (min-width: 641px) {
    .mvTtl {
        font-size: 33px;
    }
    #mv .jump{
        margin-top: 50px;
    }
    .notes {
        font-size: 15px;
    }

    .leadBtn {
        width: 470px;
    }
    .leadBtn a{
        font-size: 25px;
        line-height: 2.56;
    }

    .mainCnt {
        padding-bottom: 120px;
    }

    .campaignDate {
        margin-top: 10px;
        width: 404px;
    }

    .jumpNavList {
        column-gap: 50px;
    }

    .campaignInfo {
        width: 540px;
    }
    .campaignInfo .lead {
        margin-top: 40px;
        font-size: 27px;
    }

    .section {
        padding: 5% 3%;
    }

    .sectionTtl {
        font-size: 33px;
        color: #8f7038;
    }
    .sectionTtl em {
        font-size: 62px;
    }

    .leadCoupon {
        margin: 35px auto 0;
        font-size: 26px;
    }
    .couponList li {
        margin: 15px auto;
    }

    .popularTtl {
        font-size: 26px;
    }
    .popularTtl span {
        font-size: 30px;
    }

    .popularProductList {
        row-gap: 50px;
    }
    .popularProductListItem {
        width: 230px;
    }

    .productData{
        margin: 10px auto 0;
        line-height: 1.1;
    }
    .productData .category{
        font-size: 18px;
    }
    .productData .name{
        font-size: 18px;
    }
    .productData .price{
        font-size: 18px;
    }

    .productBtnWrap {
        margin: 16px auto;
    }
    .productBtnWrap .cartBtn button {
        font-size: 19px;
    }
    .productBtnWrap .dtlBtn {
        margin-top: 10px;
        font-size: 17px;
    }

    #sec-coupon .leadBtn {
        margin: 50px auto 10px;
    }

    #sec-item {
        margin-top: 70px;
        padding-bottom: 50px;
    }
    .item1 {
        margin-top: 20px;
    }
    .item2 {
        margin-top: 80px;
    }
    .price {
        margin-top: 20px;
    }

    .item .lead {
        margin: 40px auto 0;
        font-size: 23px;
    }
    .setTtl {
        margin: 40px auto 20px;
        width: 198px;
    }

    .setItem {
        width: 550px;
    }
    .item .leadBtn {
        margin: 30px auto 20px;
    }


}









/*フッター挿入部*/

.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; }









