@charset "utf-8";

/* ==================================================== */

/*  変数
/* ==================================================== */

/*ベージュグラデーション*/:root {
    --home-main-gradation: linear-gradient(90deg, rgba(212, 153, 109, 1), rgba(166, 119, 100, 1));
}

/*グリーングラデーション*/
:root {
    --home-green-gradation: linear-gradient(105deg, #a0ca29 0%, #68850a 100%);
}

/* ==================================================== */

/*  購入ボタン
/* ==================================================== */
.product-button a, .product-button p {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
}

.product-button a.product-button_buy {
    background: var(--home-green-gradation);
    transition: all ease 0.3s;
}

.product-button a.product-button_buy:hover {
    background: linear-gradient(305deg, #bee152 0%, #809831 100%);
    opacity: 1;
}

.product-button a.product-button_detail, .product-detail p.product-detail-txt {
    background: var(--home-main-gradation);
}

/*mainvisual*/
.mainvisual_shop {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    padding-top: 143px;
}

.mainvisual_shop .mainvisual-text {
    position: relative;
    display: block;
    width: 471px;
    margin: 0 auto 50px;
}

.mainvisual_shop .mainvisual-text:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 93px;
    right: -90px;
    width: 168px;
    height: 157px;
    background: url(../img/shopping/AmazonPay_02.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.mainvisual_shop .mainvisual-text h1 {
    margin-bottom: 30px;
}

.mainvisual_shop .mainvisual-text p {
    color: #AF7966;
    font-size: 3.3rem;
    font-weight: bold;
    text-align: center;
}

.mainvisual_shop .mainvisual-img .package {
    position: relative;
    display: block;
    width: 308px;
    margin: auto;
}

.mainvisual_shop .tablet-img {
    position: absolute;
    left: calc(50% + 195px);
    bottom: 30px;
    max-width: 165px;
    width: 16%;
}

@media screen and (max-width:1024px) {
    .mainvisual_shop {
        margin-bottom: 100px;
    }
    .mainvisual_shop .mainvisual-text:after {
        right: -70px;
        width: 148px;
        height: 137px;
    }
}

@media screen and (max-width:767px) {
    .mainvisual_shop {
        margin-bottom: 30px;
        padding-top: 80px;
    }
    .mainvisual_shop:after {
        content: '';
        display: inline-block;
        position: static;
        width: 100%;
        height: 74px;
        background: url(../img/shopping/AmazonPay_sp.png) no-repeat;
        background-size: contain;
        background-position: center;
        vertical-align: middle;
    }
    .mainvisual_shop .mainvisual-text:after {
        width: 0;
        background: none;
    }
    .mainvisual_shop .mainvisual-text h1 {
        margin-bottom: 20px;
    }
    .mainvisual_shop .mainvisual-text p {
        font-size: 2.5rem;
    }
    .mainvisual_shop .mainvisual-text {
        width: 77vw;
        margin-bottom: 0;
    }

    .mainvisual_shop .mainvisual-img .package {
        /*width: 45vw;*/
        max-width: 310px;
        width: 50%;
    }

    .mainvisual_shop .tablet-img {
        left: 76%;
        width: 18%;
    }

}

/*s-trial*/
.s-trial {
    margin: 0 auto 79px;
}

.s-trial .trial-box {
    max-width: 580px;
    margin: auto;
}

.s-trial .trial-box h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    text-align: center;
    color: #fff;
    background-color: #AF7966;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.s-trial .trial-box h2 span {
    display: block;
    font-size: 1.4rem;
}

.s-trial .trial-box .trial-flex {
    display: flex;
    justify-content: space-between;
    padding: 0 0 27px;
}

.s-trial .trial-box .trial-flex .trial-contents {
    max-width: 280px;
    width: 48%;
    text-align: center;
    border: solid 1px #AF7966;
    padding-bottom: 30px;
}

.s-trial .trial-box .trial-flex .trial-contents .product-text {
    margin-bottom: 33px;
    font-size: 1.8rem;
    text-align: center;
}

.s-trial .trial-box .trial-flex .trial-contents .product-text span {
    display: block;
    letter-spacing: 2px;
    font-size: 1.5rem; 
}

.s-trial .trial-box .trial-flex .trial-contents figure {
    position: relative;
    padding: 0 10%;
}

.s-trial .trial-box .trial-flex .trial-contents:nth-child(2) figure:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -28px;
    left: 15px;
    width: 62px;
    height: 70px;
    background: url(../img/shopping/off-icon-39.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-trial .trial-box .trial-flex .trial-contents .price {
    margin: 10px 0;
    font-size: 2.6rem;
    font-weight: bold;
}

.s-trial .trial-box .trial-flex .trial-contents .price span {
    font-size: 1.3rem;
}

.s-trial .trial-box .trial-flex .trial-contents .product-button a {
    max-width: 172px;
    padding: 14px 0;
}

.s-trial .trial-box .trial-flex .trial-contents .ico-amazon {
    max-width: 84px;
    margin: 4px auto 0;
}

@media screen and (max-width:767px) {
    .s-trial {
        margin: 0 auto 60px;
    }

    .s-trial .trial-box h2 {
        font-size: 1.6rem;
    }

    .s-trial .trial-box .trial-flex {
        display: block;
    }

    .s-trial .trial-box .trial-flex .trial-contents {
        max-width: none;
        width: 100%;
        margin: 0 auto 40px;
    }

    .s-trial .trial-box .trial-flex .trial-contents .product-text {
        margin-bottom: 10px;
    }

    .s-trial .trial-box .trial-flex .trial-contents figure {
        width: 90%;
        margin: auto;
    }

    .s-trial .trial-box .trial-flex .trial-contents .price {
        font-size: 2.1rem;
    }

    .s-trial .trial-box .trial-flex .trial-contents .ico-amazon {
        max-width: 100px;
        margin: 8px auto 0;
    }

    .s-trial .trial-box .trial-flex .trial-contents .product-button a {
        width: 70%;
    }

}

/*s-present*/
.s-present {
    margin-bottom: 55px;
}

.s-present .present-box {
    position: relative;
    margin: 0 auto;
    /*padding: 30px 157px 25px 35px;
    border: 1px solid #af7966;*/
    padding: 20px 157px 15px 45px;
    background: linear-gradient(126.48deg, rgba(248, 248, 248, 0.7) 0.12%, rgba(240, 237, 234, 0.7) 49.1%, rgba(235, 230, 224, 0.7) 99.95%);
}

.s-present .present-box:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -35px;
    right: 25px;
    width: 127px;
    height: 139px;
    background: url(../img/shopping/book.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-present .present-box p {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.001em;
}

.s-present .present-box p span.f-lg {
    font-size: 2.6rem;
}

.s-present .present-box p span.f-sm {
    font-size: 1.6rem;
    font-weight: normal;
}

@media screen and (max-width:1024px) {
    .s-present {
        margin-bottom: 55px;
    }
    .s-present .present-box {
        padding: 30px 35px 25px 35px;
    }
    .s-present .present-box:before {
        top: -45px;
        width: 127px;
        height: 149px;
    }
}

@media screen and (max-width:767px) {
/*    .s-present {
        margin-bottom: 125px;
    }
    .s-present .present-box {
        padding: 25px;
    }
    .s-present .present-box:before {
        top: auto;
        bottom: -85px;
        right: 10px;
        width: 117px;
        height: 139px;
    }
    .s-present .present-box p {
        font-size: 1.8rem;
    }
    .s-present .present-box p span.f-lg {
        font-size: 2.4rem;
    }
    .s-present .present-box p span.f-sm {
        font-size: 1.4rem;
    }*/
    .s-present {
        margin-bottom: 70px;
    }
    .s-present .present-box {
        padding: 15px;
        border-left: none;
        border-right: none;
    }
    .s-present .present-box p {
        font-size: 1.4rem;
        font-weight:normal;
        width: 77%;
        line-height: 1.4;
        letter-spacing:0.08em;
        font-feature-settings: "palt";
    }
    .s-present .present-box:before {
        top: 15px;
        bottom: auto;
        right: 0px;
        width: 87px;
        height: 139px;
    }
    .s-present .present-box p span.f-lg {
        font-size: 1.7rem;
        font-weight: bold;
    }
    .s-present .present-box p span.f-sm {
        font-size: 1.3rem;
    }
}

/*s-subscription*/
.s-subscription {
    margin-bottom: 40px;
}

.s-subscription h2 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: #AF7966;
    font-size: 1.8rem;
}

.s-subscription .read-text {
    margin-bottom: 48px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7;
}

.s-subscription .product-list {}

.s-subscription .product-list .flex {
    flex-wrap: wrap;
}
.s-subscription .product-list .flex.flex-3column {
    justify-content: space-between;
}
.s-subscription .product-list .flex.flex-2column {
    justify-content: center;
}

.s-subscription .product-list .flex .rows-s {
    width: 29%;
    margin-bottom: 80px;
    text-align: center;
}
.s-subscription .product-list .flex.flex-2column .rows-s {
    margin: 0 60px 80px;
}

.s-subscription .product-list .flex .rows-l {
    width: 226px;
    margin: 0 3.8%;
    text-align: center;
}

.s-subscription .product-list .flex .rows-box .product-name {
    padding: 3px 10px;
    background-color: #fff;
    color: #AF7966;
    border: 1px solid #AF7966;
    font-weight: bold;
    text-align: center;
}
.s-subscription .product-list .flex.flex-2column .rows-box:first-of-type .product-name {
    margin-bottom: 52px;
}

.s-subscription .product-list .flex .rows-box figure {
    position: relative;
}

.s-subscription .product-list .flex.flex-2column .rows-box:first-of-type figure {
    width: 70%;
    margin: 42px auto;
}

.s-subscription .product-list .flex .rows-box figure:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0px;
    width: 62px;
    height: 70px;
}

.s-subscription .product-list .flex.flex-3column .rows-s:first-child figure:before {
    background: url(../img/shopping/off-icon-7.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-subscription .product-list .flex.flex-3column .rows-s:nth-child(2n) figure:before {
    background: url(../img/shopping/off-icon-15.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-subscription .product-list .flex .rows-s:nth-child(3n) figure:before {
    background: url(../img/shopping/off-icon-30.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-subscription .product-list .flex .rows-s:nth-child(4n) figure:before {
    background: url(../img/shopping/off-icon-46.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-subscription .product-list .flex .rows-s:nth-child(5n) figure:before {
    background: url(../img/shopping/off-icon-47.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-subscription .product-list .flex .rows-s:nth-child(6n) figure:before {
    background: url(../img/shopping/off-icon-48.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-subscription .product-list .flex .rows-s figure.present:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: -20px;
    width: 99px;
    height: 99px;
    background: url(../img/shopping/present.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-subscription .product-list .flex .rows-l figure:before {
    top: -50px;
    left: -37px;
    background: url(../img/shopping/off-icon-31.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-subscription .product-list .flex .rows-l:nth-child(2n) figure:before {
    background: url(../img/shopping/off-icon-32.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.s-subscription .product-list .flex .rows-box .product-button {
    width: 70%;
    margin: 0 auto 18px;
}

.s-subscription .product-list .flex .rows-box .product-button a.product-button_detail, .s-subscription .product-list .flex .rows-box .product-detail p.product-detail-txt {
    margin-bottom: 6px;
    padding: 13px 5px 13px;
    letter-spacing: 2px;
}

.s-subscription .product-list .flex .rows-box .product-button a.product-button_detail span, .s-subscription .product-list .flex .rows-box .product-detail p.product-detail-txt span.period {
    display: block;
    padding-top: 8px;
    font-weight: normal;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.s-subscription .product-list .flex .rows-box .product-button a.product-button_buy {
    max-width: 100%;
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.s-subscription .product-list .flex .rows-box .product-detail p.product-detail-txt {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    color: #618900;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}
.s-subscription .product-list .flex .rows-box .product-detail p.product-detail-txt span{
    display: inline-block;
    font-size: 1.9rem;
}

.s-subscription .product-list .flex .rows-box span.target {
    position: relative;
    display: block;
    margin: 15px 0 10px;
    padding: 0 0 25px;
    color: #AF7966;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
}
.s-subscription .product-list .flex .rows-box span.target:before {
    content: "";
    display: inline-block;
    width: 113px;
    height: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/shopping/shopping_arrow.svg);
    background-size: cover;
}

.s-subscription .product-list .flex .rows-box span.target span.age {
    display: block;
}

.s-subscription .product-list .flex .rows-box h4 {
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
}

.s-subscription .product-list .flex .rows-box h4 span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: line-through;
    font-size: 1.9rem;
    line-height: 1;
}

.s-subscription .product-list .flex .rows-box h3 {
	margin-bottom: 7px;
    font-weight: bold;
    font-size: 2.6rem;
}

.s-subscription .product-list .flex .rows-box h3 span {
    font-size: 1.3rem;
    font-feature-settings: "palt";
}

.s-subscription .product-list .flex .rows-box h3 span.postage {
    display: block;
    margin-top: 5px;
}

.s-subscription .product-list .flex .rows-box p {
    font-size: 1.55rem;
}

@media screen and (max-width:1024px) {
    .s-subscription .product-list .flex .rows-s {
        width: 45%;
    }
    .s-subscription .product-list .flex.flex-2column .rows-s {
        margin: 0 auto 80px;
    }
    .s-subscription .product-list .flex.flex-2column .rows-box:first-of-type figure {
        margin: 37px auto;
    }
}

@media screen and (max-width:767px) {
    .s-subscription {
        margin-bottom: 0;
    }

    .s-subscription h2 {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }

    .s-subscription .read-text {
        margin-bottom: 30px;
        font-size: 1.4rem;
        text-align: left;
    }

    .s-subscription .product-list .flex {
        display: block;
    }

    .s-subscription .product-list .flex .rows-box .product-detail p.product-detail-txt.product-detail-txt_first{
        height: auto;
    }

    .s-subscription .product-list .flex.flex-2column .rows-s {
        margin: 0 auto 60px;
    }

    .s-subscription .product-list .flex.flex-2column .rows-box:first-of-type .product-name {
        margin-bottom: 25px;
    }

    .s-subscription .product-list ..flex.flex-2column .rows-box:first-of-type figure {
        margin: 20px auto 21px;
    }

    .s-subscription .product-list .flex .rows-box .product-detail p.product-detail-txt.product-detail-txt_first .tanpin{
        position:relative;
        top: auto;
        left: auto;
    }

    .s-subscription .product-list .flex .rows-s {
        width: 85%;
        margin: 0 auto 60px;
    }

    .s-subscription .product-list .flex .rows-s figure.present:after {
        bottom: 20px;
        width: 89px;
        height: 89px;
    }

    .s-subscription .product-list .flex .rows-l {
        width: 70%;
        margin: 0 auto 80px;
    }

    .s-subscription .product-list .flex .rows-s:nth-child(2) {
        margin: 0 auto 50px;
    }

    .s-subscription .product-list .flex .rows-box h3 span.postage {
        display: inline-block;
    }
}

/*s-note*/
.s-note {
    padding-bottom: 73px;
}

.s-note .inner {}

.s-note .note-box .list-box p {
    line-height: 1.8;
    font-size: 1.3rem;
    letter-spacing: -.5px;
}

.s-note .note-box .list-box img {
    max-width: 227px;
    padding-top: 10px;
}

.s-note .note-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 36px;
    border-bottom: 1px solid #af7966;
}

.s-note .note-box .flex-box {
    width: 45%;
}

.s-note .note-box .flex-box .list-box {
    margin-bottom: 18px;
}

.s-note .note-box:first-child .flex-box {
    margin-bottom: 18px;
}

.s-note .note-box:first-child .flex-box .list-box p {
    font-size: 1.4rem;
    margin-bottom: 0;
}

.s-note .note-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .s-note {
        padding-bottom: 45px;
    }

    .s-note .inner {
        display: block;
    }

    .s-note .note-box {
        display: block;
    }

    .s-note .note-box .flex-box {
        width: 100%;
        margin-bottom: 18px;
    }

    .s-note .note-box .flex-box:last-child {
        padding-bottom: 18px;
    }

    .s-note .note-box .flex-box .list-box:last-child {
        margin-bottom: 0;
    }

}
