@charset "utf-8";
/*======================
common
======================*/
html {
    font-size: 62.5%;
}

body {
    font-family: 
        'Zen Maru Gothic',
        Arial;
    font-style: normal;
    color: #7F7875;
    font-weight: 500;
    line-height: 1.5;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.section__subTopic {
    font-size: 1.2rem;
    line-height: 1;   
    text-align: center;
}

.section__topic {
    color:#7F7875;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
}

.section__topic::after {
    content: '';
    display: block;
    background-color: #D1A46D;
    width: 30px;
    height: 7px;
    margin: 14px auto 0;
}

.sectionBg__subTopic {
    color: rgb(246, 246, 246);
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}

.sectionBg__topic {
    color: rgb(246, 246, 246);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(246, 246, 246);
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    background: #527772;
    padding: 3px 4%;
    max-width: 280px;
    margin: 25px auto 0;
    transition: 0.4s;
}

.btn__detail {
    font-size: 1rem;
    line-height: 1.5;
    padding: 7px 11px;
    border: rgb(246, 246, 246) solid 2px;
    border-radius: 50%;
}

.btn__txt {
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 2px;
}

.btn:hover {
    opacity: 0.5;
}

.btnWhite {
    color: #7F7875;
    background-color: rgb(246, 246, 246);
    margin-top: 40px;
}

.btnWhite__detail {
    border-color: #7F7875;
}

/* .common pc */
@media screen and (min-width: 769px) {
    .section__subTopic {
        font-size: 1.6rem;
    }

    .section__topic {
        font-size: 3.6rem;
    }

    .section__topic::after {
        width: 50px;
        height: 7px;
        margin: 23px auto 0;
    }

    .sectionBg__subTopic {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    .sectionBg__topic {
        font-size: 3.6rem;
    }

    .btn {
        padding: 15px 4.3%;
        max-width: 550px;
        margin: 60px auto 0;
        transition: 0.4s;
    }

    .btn__detail {
        font-size: 1.6rem;
        padding: 11px 19px;
    }

    .btn__txt {
        font-size: 3.6rem;
        padding-bottom: 5px;
    }

    .btnPosition {
        width: 93.2%;
    }

    .btnWhite {
        margin-top: 50px;
    }
} /* pc 769px */

/*======================
header
======================*/
.header {
    padding: 11px 24px;
    position: relative;
}

.header__topic img,
.nav__topic {
    width: 130px;
    height: auto;
}

/* .nav初期表示 */
.nav {
    background-color: #527772;
    width: 100%;
    height: 100vh;
    padding: 23px 24px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__list {
    margin-top: 60px;
    margin-left: 46px;
}

.nav__item {
    color: rgb(246, 246, 246);
    font-weight: 700;
    line-height: 1;
    margin-top: 55px;
}

.menu__topic {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
}

.menu__txt {
    font-size: 1.2rem;
    margin-top: 3px;
    border-bottom: rgb(246, 246, 246) solid 1px;
    padding-bottom: 5px;
}

.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 24px;
}

.nav__btn {
    display: block;
    width: 30px;
    height: 30px;
}

/* .header pc */
@media screen and (min-width: 769px) {
    .header {
        padding: 23px 8.6%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__topic img {
        width: 185px;
        height: auto;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__list {
        display: flex;
        margin-top: 0;
        margin-left: 0;
    }

    .nav__item {
        color: #7F7875;
        margin-top: 10px;
        margin-left: 70px;
    }

    .nav__item:first-of-type {
        margin-left: 0;
    }

    .menu__topic {
        position: relative;
    }

    .menu__topic::before {
        content: '';
        display: block;
        background-color: #EEEEE5;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        top: -13px;
        left: -13px;
        z-index: -10;
    }

    .nav__header {
        display: none;
    }

    .header__btn {
        display: none;
    }

} /* pc 769px */

/*======================
main
======================*/
/* .article__header */
.mainImg .mainImg__pc {
    display: none;
}

.mainTopics {
    margin-top: 79px;
}

.mainTopics__txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2;
    margin: 0 15%;
    position: relative;
}

.mainTopics__txt::before {
    content: '';
    display: block;
    background-color: #EEEEE5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    z-index: -10;
}

/* article header pc */
@media screen and (min-width: 769px) {
    .mainImg .mainImg__pc {
        display: block;
        width: 100%;
    }

    .mainImg .mainImg__sp {
        display: none;
    }

    .mainTopics {
        margin-top: 119px;
    }

    .mainTopics__txt {
        font-size: 2.4rem;
        margin: 0 16%;
    }

    .mainTopics__txt::before {
        display: none;
    }

    .mainTopicsPc__txt {
        position: relative;
    }

    .mainTopicsPc__txt::before {
        content: '';
        display: block;
        background-color: #EEEEE5;
        width: 71px;
        height: 71px;
        border-radius: 50%;
        position: absolute;
        top: -30px;
        left: -17px;
        z-index: -10;
    }

}/* pc 769px */

/* .strengths */
.section--strengths {
    margin-top: 70px;
}

.strengthsLetter__sp {
    font-size: 4rem;
    font-weight: 700;
    position: relative;
}

.asirai__sp--strengths {
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: -10;
}

.strengthsLetter__pc {
    display: none;
}

.strengths {
    margin-top: 60px;
}

.strengths__item {
    margin-top: 20px;
}

.strengthsBg__item {
    background-color: #EEEEE5;
    padding: 10px 0;
}

.strengths__img {
    display: block;
    margin: 0 auto;
    width: 40.8%;
    flex-shrink: 0;
    aspect-ratio: 130/116;
    object-fit: cover;
    border-radius: 116px;
}

.strengths__name {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 30px;
}

.strengths__txt {
    font-size: 1.4rem;
    margin: 20px 7.5%;
}

/* .strengths pc */
@media screen and (min-width: 769px) {
    .section--strengths {
        margin-top: 120px;
    }

    .section__topicF--strengths {
        margin-right: -20px;
    }
    
    .strengthsLetter__sp {
        display: none;
    }
    
    .strengthsLetter__pc {
        display: inline;
        font-size: 6rem;
        font-weight: 700;
        line-height: 1;
        padding: 0 20px;
        position: relative;
    }
    
    .asirai__pc--strengths {
        position: absolute;
        top: 0;
        right: 9px;
    }

    .section__topicL--strengths {
        margin-left: -20px;
    }

    .strengths {
        display: flex;
        margin-top: 55px;
    }

    .strengths__item {
        margin-top: 0;
        padding: 15px 0;
    }

    .strengthsBg__item {
        padding: 15px 0;
    }

    .strengths__img {
        width: 52.2%;
        border-radius: 111px;
    }

    .strengths__name {
        font-size: 2.4rem;
    }

    .strengths__txt {
        display: block;
        font-size: 1.6rem;
        line-height: 1.7;
        width: 78.2%;
        margin: 40px auto 0;
    }

}/* pc 769px */

/* .trial */
.section--trial {
    margin-top: 70px;
    padding: 45px 7.5% 55px;
    background-color: #527772;
}

.asiraiBg__pc--trial {
    display: none;
}

.asiraiBg__sp--trial {
    margin: 0 10px;
}

.merchandise__item {
    margin-top: 40px;
}

.merchandise__subTopic {
    color: rgb(246, 246, 246);
    font-size: 1.2rem;
    line-height: 1;
}

.merchandise__subTopic span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-left: 10px;
}

.merchandise__topic {
    color: rgba(246, 246, 246);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}

.merchandise__img {
    aspect-ratio: 319/222;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 15px;
}

.merchandise__price {
    color: rgba(246, 246, 246);
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 15px;
}

.merchandise__price span {
    font-size: 1.2rem;
    font-style: normal;
}

/* .trial pc */
@media screen and (min-width: 769px) {
    .section--trial {
        width: 93.2%;
        margin: 100px 0 0 auto;
        border-radius: 15px 0px 0px 15px;
        padding: 70px 6.8% 80px;
        background-color: #527772;
    }

    .sectionBg__subTopic--trial {
        display: block;
        width: 93.2%;
    }

    .sectionBg__topic--trial {
        display: block;
        width: 93.2%;
    }

    .asiraiBg__pc--trial {
        display: inline;
        margin: 0 20px;
    }

    .asiraiBg__sp--trial {
        display: none;
    }

    .merchandise {
        display: flex;
        width: 93.2%;
    }

    .merchandise__item {
        margin-top: 52px;
    }

    .merchandise__item:first-of-type {
        margin-right: 118px;
    }

    .merchandise__subTopic {
        font-size: 1.6rem;
    }

    .merchandise__subTopic span {
        font-size: 2rem;
    }

    .merchandise__topic {
        font-size: 2.4rem;
        margin-top: 15px;
    }

    .merchandise__img {
        width: 98.2%;
        aspect-ratio: 233/162;
        margin-top: 30px;
    }

    .merchandise__price {
        font-size: 2rem;
    }

    .merchandise__price span {
        font-size: 1.6rem;
    }

}/* pc 769px */

/* .assurance */
.section--assurance {
    margin-top: 70px;
}

.asirai__pc--assurance {
    display: none;
}

.asirai__sp--assurance {
    display: block;
    padding-bottom: 4px;
    margin: 0 10px;
}

.section__subTopic--assurance {
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.section__topic--assurance {
    margin-top: 15px;
}

.assurance__topic {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin: 41px 16% 0;
    position: relative;
}

.assurance__topic::before {
    content: '';
    display: block;
    background-color: #EEEEE5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -15px;
    z-index: -10;
}

.assurance__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin: 30px 10% 0;
}

.assurance__sentence {
    text-align: center;
    font-size: 1.6rem;
    margin: 30px 9% 0;
}

.underLine {
    border-bottom: #7F7875 solid 1px;
}

/* .assurance pc */
@media screen and (min-width: 769px) {
    .section--assurance {
        margin-top: 100px;
    }

    .asirai__pc--assurance {
        display: block;
        margin: 0 18px;
    }

    .asirai__sp--assurance {
        display: none;
    }

    .spBr {
        display: none;
    }

    .section__subTopic--assurance {
        line-height: 1;
    }

    .section__topic--assurance {
        margin-top: 30px;
    }

    .assurance__topic {
        font-size: 2.4rem;
        margin: 60px 13% 0;
        position: relative;
    }

    .assurance__topic::before {
        display: none;
    }

    .assurancePc__topic {
        position: relative;
    }

    .assurancePc__topic::before {
        content: '';
        display: block;
        background-color: #EEEEE5;
        width: 71px;
        height: 71px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        top: -27px;
        left: -40px;
        z-index: -10;
    }

    .assurance__txt {
        display: block;
        font-size: 1.6rem;
        line-height: 2.2;
        margin: 50px 21.5% 0;
    }

    .assurance__sentence {
        font-size: 2rem;
        text-align: center;
        margin: 30px 9% 0;
    }

    .underLine {
        font-weight: 700;
        border-bottom: #7F7875 solid 1px;
    }

}/* pc 769px */

/* .recommendation */
.section--recommendation {
    background-image: url(../images/recommendationBg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 70px;
    padding-bottom: 20%;
}

.recommendationBg {
    background-color: rgb(82, 119, 114);
    padding: 12% 7% 12%;
}

.gradient {
    padding-bottom: 20%;
    background: linear-gradient(180deg, rgb(82, 119, 114), rgba(0, 0, 0, 0));
}

.sectionImg__topic {
    color: rgb(246, 246, 246);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.recommendation__item {
    color: rgb(246, 246, 246);
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 40px;
}

/* .recommendation pc */
@media screen and (min-width: 769px) {
    .section--recommendation {
        background-image: url(../images/recommendationBg_pc.png);
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 100px;
        padding-bottom: 0;
    }

    .gradientPc {
        display: flex;
    }

    .recommendationBg {
        width: 60%;
        padding: 91px 0 111px 13.5%;
    }

    .gradient {
        padding-bottom: 0;
        padding-right: 20%;
        margin-left: -0.5%;
        background: linear-gradient(90deg, rgb(82, 119, 114), rgba(0, 0, 0, 0));
    }

    .sectionImg__topic {
        font-size: 2.4rem;
    }

    .recommendation__item {
        font-size: 1.6rem;
        margin-top: 50px;

    }

}/* pc 769px */

/* .effectiveness */
.section--effectiveness {
    margin-top: 70px;
}

.effectiveness__item {
    padding: 20px 7.5%;
    margin-top: 10px;
}

.effectivenessBg__item {
    background-color: #EEEEE5;
}

.effectiveness__item:first-of-type {
    margin-top: 35px;
}

.effectiveness__item:nth-of-type(2) {
    display: flex;
    flex-direction: column;
}

.effectiveness__topic {
    font-size: 1.8rem;
    line-height: 1;
}

.effectiveness__topic--order {
    order: 0;
}

.effectiveness__txt {
    font-size: 1.4rem;
    margin-top: 20px;
}

.effectiveness__txt--order {
    order: 1;
}

.effectiveness__img {
    display: block;
    margin: 0 auto;
    width: 40.8%;
    flex-shrink: 0;
    aspect-ratio: 130/116;
    object-fit: cover;
    border-radius: 116px;
    margin-top: 10px;
}

.effectiveness__img--order {
    order: 2;
}

/* .effectiveness pc */
@media screen and (min-width: 769px) {
    .section--effectiveness {
        margin-top: 100px;
    }

    .effectiveness__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 6.7%;
        margin-top: 0;
    }

    .effectiveness__item:first-of-type {
        margin-top: 30px;
    }

    .effectiveness__item:nth-of-type(2) {
        display: flex;
        flex-direction: row;
    }

    .effectiveness__topic {
        font-size: 2.4rem;
    }

    .effectiveness__topic--order {
        order: 0;
    }

    .effectiveness__txt {
        font-size: 1.6rem;
    }

    .effectiveness__txt--order {
        order: 0;
    }

    .effectiveness__img {
        width: 20.1%;
        border-radius: 111px;
        margin: 0;
    }

    .effectiveness__img--order {
        order: 0;
    }

}/* pc 769px */

/* .farmers */
.section--farmers {
    background-color: #527772;
    margin-top: 70px;
    padding: 45px 7.4% 55px;
}

.asirai__pc--farmers {
    display: none;
}

.asirai__sp--farmers {
    display: block;
    padding-bottom: 4px;
    margin: 0 10px;
}

.sectionBg__subTopic--farmers {
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sectionBg__topic--farmers {
    font-size: 2rem;
}

.farmers__topic {
    color: rgb(246, 246, 246);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 40px;
}

.fukidasi {
    display: block;
    margin: 10px auto 0;
}

.farmers__name {
    color: rgb(246, 246, 246);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

.farmers__img {
    aspect-ratio: 319/222;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 20px;
}

.farmers__txt {
    color: rgb(246, 246, 246);
    font-size: 1.4rem;
    margin-top: 20px;
}

/* .farmers pc */
@media screen and (min-width: 769px) {
    .section--farmers {
        margin-top: 100px;
        padding: 70px 13.5% 80px;
    }

    .asirai__pc--farmers {
        display: block;
        margin: 0 20px;
    }

    .asirai__sp--farmers {
        display: none;
    }

    .sectionBg__subTopic--farmers {
        line-height: 1;
    }

    .sectionBg__topic--farmers {
        font-size: 3.6rem;
    }

    .farmers {
        display: flex;
        justify-content: space-between;
    }

    .farmers__item {
        width: 44.4%;
    }

    .farmers__topic {
        font-size: 2.4rem;
        margin: 55px auto 0;
    }

    .fukidasi {
        display: block;
        width: 100%;
        margin: 15px auto 0;
    }

    .farmers__name {
        font-size: 1.6rem;
    }

    .farmers__img {
        width: 100%;
        margin: 25px auto 0;
    }

    .farmers__txt {
        font-size: 1.6rem;
        line-height: 1.7;
        margin-top: 30px;
    }

}/* pc 769px */

/* .review */
.section--review {
    margin-top: 70px;
}

.asirai__pc--review {
    display: none;
}

.asirai__sp--review {
    margin: 0 10px;
}

.section__topic--review {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 15px;
}

.review {
    display: none;
}

.review__topic {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 40px;
}

.review__img {
    display: block;
    margin: 0 auto;
    width: 46.6%;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    margin-top: 20px;
}

.review__name {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}

.review__txt {
    font-size: 1.4rem;
    margin: 15px 7.4% 0;
}

/*==========================
slick
==========================*/
.slick-slider {
    overflow: hidden;
}

/* .review pc */
@media screen and (min-width: 769px) {
    .section--review {
        margin-top: 100px;
    }

    .asirai__pc--review {
        display: inline;
        margin: 0 20px;
    }

    .asirai__sp--review {
        display: none;
    }

    .section__topic--review {
        font-size: 3.6rem;
        margin-top: 25px;
    }

    .review {
        display: flex;
        justify-content: space-between;
        margin: 70px 6% 0;
    }

    .slider {
        display: none;
    }

    .review__item {
        width: 31.2%;
    }

    .review__topic {
        font-size: 2.4rem;
        margin-top: 0;
    }

    .review__img {
        width: 44.4%;
        margin: 30px auto 0;
    }

    .review__name {
        font-size: 1.6rem;
        margin-top: 15px;
    }

.review__txt {
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 20px 0 0;
}

}/* pc 769px */

/* .qa */
.section--qa {
    margin-top: 70px;
    padding: 30px 7.4% 40px;
    background-color: #EEEEE5;
}

.qa {
    margin-top: 30px;
}

.qa__item {
    border: #7F7875 dashed 1.7px;
    border-radius: 10px;
    margin-top: 40px;
    padding: 25px 20px;
}

.qa__item:first-of-type {
    margin-top: 0;
}

.qa__topic {
    font-size: 1.6rem;
    display: flex;
}

.qa__topic--q::before {
    content: 'Q';
    display: block;
    color: rgb(246, 246, 246);
    line-height: 1;
    text-align: center;
    background-color: #D1A46D;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 6px 5px 5px 6px;
}

.qa__topic--a::before {
    content: 'A';
    display: block;
    color: rgb(246, 246, 246);
    line-height: 1;
    text-align: center;
    background-color: #D1A46D;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 6px 5px 5px 6px;
}

.qa__topic--a {
    margin-top: 20px;
} 

.qa__txt {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 15px;
}

/* .qa pc */
@media screen and (min-width: 769px) {
    .section--qa {
        margin-top: 100px;
        padding: 40px 8.6%;
    }

    .qa {
        margin-top: 55px;
    }

    .qa__item {
        border: #7F7875 dashed 2px;
        border-radius: 20px;
        margin-top: 65px;
        padding: 40px 50px;
    }

    .qa__topic {
        font-size: 2.4rem;
    }

    .qa__topic--q::before {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        padding: 7px 6px 5px 6px;
    }

    .qa__topic--a::before {
        width: 40px;
        height: 40px;
        margin-right: 20px;
        padding: 7px 6px 5px 6px;
    }

    .qa__topic--a {
        margin-top: 40px;
    }

    .qa__txt {
        display: flex;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-left: 60px;
    }

}/* pc 769px */

/*======================
fotter
======================*/
.footer {
    background-color: #EEEEE5;
    margin-top: 150px;
    padding: 40px 0 42px;
}

.footer__topic img {
    display: block;
    width: 130px;
    height: auto;
    margin: 0 auto;
}

.copy {
    margin-top: 50px;
    text-align: center;
}

.copy small {
    font-size: 1rem;
    line-height: 1;
}

/*==========================
scrollTop
==========================*/
.topBtn {
    display: inline-block;
    padding: 16px;
    border-radius: 50%;
    border: #EEEEE5 solid 2px;
    background-color: rgb(246, 246, 246);
    font-size: 1.2rem;
    box-shadow: 2px 2px 4px 2px rgba(169, 169, 165, 0.3);
    position: fixed;
    right: 1.4%;
    bottom: 1.4%;
}

/* .footer pc */
@media screen and (min-width: 769px) {
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 73px 8.6%;
        margin: 190px auto 0;
    }

    .footer__topic img {
        width: 184px;
        height: auto;
    }

    .copy {
        margin-top: 0;
    }

    .copy small {
        font-size: 1.4rem;
    }

    /*==========================
    scrollTop
    ==========================*/
    .topBtn {
        padding: 35px 35px;
        border: #EEEEE5 solid 3px;
        font-size: 1.8rem;
    }

}/* pc 769px */