@charset "UTF-8";
@import url("reset.min.css");


/* main
-------------------------------------*/
/* 全体を包む */
.wrap {
    padding-top: 80px;
}

@media screen and (max-width: 900px) {
    .wrap {
        padding-top: 0;
    }
}

/* 横幅100%のコンテンツ */
.container-full {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.container-full2 {
    background-color: #C2E2DD;

}

.top {
    position: relative;
    height: auto;
}

/* お試しパッケージ */
.trial-container {
    position: absolute;
    display: flex;
    width: 856px;
    height: 280px;
    background-color: #fff;
    bottom: -35%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
}

.trial-container img {
    position: absolute;
    width: 460px;
    top: -80px;
    left: -20px;
}

.trial-contents img {
    position: absolute;
    width: 377px;
    top: -80px;
    left: 0;
}

.trial-contents {
    position: absolute;
    right: 30px;
    margin-top: 50px;
}

.trial-contents h2 {
    margin-top: 45px;
}

.trial-day {
    border-bottom: 1px dotted #000;
    padding-bottom: 5px;
    font-weight: 600;
}

.trial-day-2 {
    font-size: 22px;
}

.trial-money {
    margin-top: -10px;
    margin-bottom: -10px;
}

.trial-money-500 {
    font-family: "ヒラギノ明朝 Pr6N";
    font-weight: bold;
    color: #FF1515;
    font-size: 60px;
}

.trial-money-yen {
    color: #FF1515;
    font-size: 30px;
}

.trial-btn {
    position: relative;
    width: 377px;
    height: 66px;
    background-color: #4DB43F;
    border-radius: 100vh;
    text-align: center;
    line-height: 2.5;
    color: #FFFFFF;
    font-size: 26px;
    margin-top: 20px;
}

.trial-btn::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%) rotate(45deg);
}


.trial-area {
    padding-top: 20%;
}

.composition-table {
    margin: 20px auto 70px;
    width: 856px;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 900px) {

    .trial-container {
        position: absolute;
        display: flex;
        width: 95%;
        height: 80%;
        background-color: #fff;
        bottom: -75%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }


    .trial-container img {
        position: absolute;
        width: 50%;
        top: 0;
        left: 0;
    }

    .trial-contents img {
        position: absolute;
        width: 100%;
        top: -29px;
        left: 0;
    }

    .trial-contents {
        position: absolute;
        right: 10px;
        margin-top: 0;
            width: 45%;
        
        
    top: 50%;
    transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
    }

    .trial-contents h2 {
        margin-top: 20px;
        font-size: 14px;
    }

    .trial-day {
        padding-bottom: 5px;
        font-size: 13px;
    }

    .trial-day-2 {
        font-size: 14px;
    }

    .trial-money {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .trial-money-500 {
        font-family: "ヒラギノ明朝 Pr6N";
        font-weight: bold;
        color: #FF1515;
        font-size: 16px;
    }

    .trial-money-yen {
        color: #FF1515;
        font-size: 14px;
    }

    .trial-btn {
        width: 90%;
        height: 35px;
        line-height: 2.7;
        color: #FFFFFF;
        font-size: 13px;
        padding-left: 15px;
        margin-top: 5px;
    }

    .trial-btn::after {
        width: 5px;
        height: 5px;
        top: 50%;
        left: 10px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .trial-area {
        padding-top: 35%;
    }

    .composition-table {
        margin: 30px auto 40px;
        width: 87%;

    }

}

/* こんな方におすすめ */
.recommend-title {
    background: #000;
    color: #fff;
    width: 636px;
    height: 99px;
    text-align: center;
    margin: 0 auto;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 40px;
    line-height: 1.7;
    letter-spacing: 5px;
}

.recommend-title span {
    font-size: 60px;
    color: #FFB134;
}

.recommend-area {
    background-image: url(../img/recommend_img.png);
    background-size: cover;
}

.recommend-area ul {
    width: 410px;
    margin: 0 auto;
    padding: 100px 0;
    font-size: 30px;
    list-style-type: none;
    letter-spacing: 2.5px;
    font-weight: 500;

}

.recommend-area li {
    padding-left: 1.2em;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: left center;
    margin-bottom: 10px;
}


.recommend-area li span {
    font-size: 40px;
}

@media (max-width: 900px) {

    .recommend-title {
        width: 80%;
        height: 50px;
        font-size: 16px;
        line-height: 2.0;
        letter-spacing: 3px;
    }

    .recommend-title span {
        font-size: 25px;
    }

    .recommend-area {
        background-image: url(../img/recommend_img-sp.png);
        background-size: cover;
    }

    .recommend-area ul {
        width: 80%;
        padding: 30px 0;
        font-size: 16px;
        letter-spacing: 2.0px;
    }

    .recommend-area li {
        padding-left: 1.7em;
        background-size: 1.5em;
    }


    .recommend-area li span {
        font-size: 25px;
    }
}

/* マリアアザミとは */
.azami-title {
    position: relative;
    background-color: #FFA823;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px 0 0;
    font-size: 40px;
    letter-spacing: 2px;
}

.azami-title span {
    font-size: 60px;

}

.azami-title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 30px solid #FFA823;
}

.azami-box {
    background-image: url(../img/azami_img.png);
    background-size: cover;
    padding: 100px 0;
}

.azami-box span {
    background: linear-gradient(transparent 40%, #FFD31C 0%);
}

.azami-box p {
    width: 750px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 1.3px;
}

.azami-box .azami-detail {
    padding-top: 20px;
    letter-spacing: 1.5px;
}

@media (max-width: 900px) {
    .azami-title {
        padding: 10px 0 0;
        font-size: 16px;
    }

    .azami-title span {
        font-size: 25px;

    }

    .azami-title:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        box-sizing: border-box;
        border-right: 50vw solid transparent;
        border-left: 50vw solid transparent;
        border-top: 20px solid #FFA823;
    }

    .azami-box {
        background-image: url(../img/azami_img-sp.png);
        background-size: cover;
        padding: 40px 0;
    }

    .azami-box span {
        background: linear-gradient(transparent 40%, #FFD31C 0%);
    }

    .azami-box p {
        width: 85%;
        font-size: 14px;
        letter-spacing: 1.3px;
        line-height: 23px;
    }

    .azami-box .azami-detail {
        padding-top: 20px;
        letter-spacing: 1.5px;
    }

}

/* 3つのポイント */
.point-title {
    display: flex;
    justify-content: center;
}

.point-title h2 {
    color: #FFA81C;
    font-size: 180px;
    margin: 0;
    font-family: "ヒラギノ明朝 Pr6N";
    font-weight: bold;

}

.point-kansapo {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    width: 230px;
    color: #fff;
    font-size: 30px;
    background: #C2E2DD;
    text-align: center;
    margin: 65px 40px 5px;
    border-radius: 10px;
}

.point-kansapo:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 7px solid #C2E2DD;
}

.point-text {
    font-size: 50px;
    font-weight: 500;
}

.point-text span {
    font-size: 60px;
}

.point-container {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto 50px;
}

.point-contents {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: radial-gradient(circle, #C2E2DD, #C2E2DD 140px, #fff 26px, #fff 143px, #C2E2DD 100px, #C2E2DD);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.point-contents h2 {
    font-size: 60px;
    margin-top: -40px;
    color: #EDF6F5;
}

.point-contents p {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.point-contents span {
    font-size: 45px;
    background: linear-gradient(transparent 40%, #FFD31C 0%);
}

.point-span {
    margin: 25px 0;
}

@media (max-width: 900px) {

    .point-title {
        display: flex;
        justify-content: center;
    }

    .point-title h2 {
        font-size: 90px;

    }

    .point-kansapo {
        width: 90%;
        color: #fff;
        font-size: 16px;
        background: #C2E2DD;
        text-align: center;
        margin: 24% 0 0;
        border-radius: 10px;
    }

    .point-kansapo:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -6px;
        border: 6px solid transparent;
        border-top: 7px solid #C2E2DD;
    }

    .point-text {
        font-size: 16px;
    }

    .point-text span {
        font-size: 25px;
    }

    .point-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 89%;
        margin: 0 auto 50px;
    }

    .point-contents {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: radial-gradient(circle, #C2E2DD, #C2E2DD 67px, #fff 10px, #fff 68px, #C2E2DD 70px, #C2E2DD);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .point-contents h2 {
        font-size: 30px;
        margin-top: -20px;
    }

    .point-contents p {
        font-size: 14px;
        margin-top: -5px;
        line-height: 20px;
    }

    .point-contents span {
        font-size: 20px;
    }

    .point-span {
        margin: 2px 0;
        margin-top: 10px !important;
    }

}

/* ご注文 */

.triangle2 {
    width: 0;
    height: 0;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-top: 40px solid #fff;
    margin: 0 auto;
}

.shop-area {
    padding-bottom: 40px;
}

.shop-container {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto 20px;
}

.shop-title {
    text-align: center;
    font-size: 60px;
    margin: 40px 0 20px;
}

.shop-contents {
    text-align: center;
    width: 200px;
}

.shop-contents img {
    width: 200px;
    margin-bottom: 10px;
}

.shop-contents span {
    font-size: 30px;
}

.shop-btn {
    position: relative;
    width: 173px;
    height: 53px;
    background-color: #4DB43F;
    border-radius: 100vh;
    text-align: center;
    line-height: 2.1;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 25px;
}




.shop-btn::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.shop-detail {
    width: 61%;
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 0 0;
}

@media (max-width: 900px) {

    .triangle2 {
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid #fff;
        margin: 0 auto;
    }

    .shop-area {
        padding-bottom: 20px;
    }

    .shop-container {
        display: flex;
        flex-wrap: wrap;
        width: 85%;
        margin: 0 auto;
    }

    .shop-title {
        font-size: 25px;
        margin: 40px 0 20px;
    }

    .shop-contents {
        text-align: center;
        width: 45%;
        font-size: 0.8em;
    }

    .shop-contents img {
        width: 100%;
    }

    .shop-contents h2 {
        font-size: 16px;

    }


    .shop-contents span {
        font-size: 16px;
    }

    .shop-btn {
        width: 117px;
        height: 28px;
        line-height: 2.0;
        margin: 0 auto 20px;
        font-size: 14px;
    }


    .shop-btn::after {
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        width: 5px;
        height: 5px;
    }

    .shop-detail {
        width: 85%;
        padding: 0;
        font-size: 14px;
    }

}

/* 購入方法 */

.step-title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
}

.step-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.step-container .step-item {
    position: relative;
    width: 225px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #FFD18D;
}

.step-container .step-item2 {
    background: #FFC367;
}

.step-container .step-item3 {
    background: #FFB642;
}

.step-container .step-item4 {
    background: #FFA81C;
}

.step-container .step-item span {
    font-size: 16px;
}

.step-container .step-item:before {
    position: absolute;
    z-index: 2;
    left: 100%;
    top: 30%;
    content: '';
    border: 30px solid transparent;
    border-left: 10px solid #FFD18D;
}

.step-container .step-item2:before {
    border-left: 10px solid #FFC367;
}

.step-container .step-item3:before {
    border-left: 10px solid #FFB642;
}

.step-container .step-item4:before {
    border-left: 0;
}

.step-item .circle {
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    /* ←円を作る */
    color: #FFA81C;
    line-height: 2.2;
    margin: 0 auto;
    font-size: 16px;
}

.step-item p {
    font-size: 20px;
    margin: 10px 0;
}

.step-item img {
    width: 60px;
}

.step-item2 img,
.step-item3 img,
.step-item4 img {
    width: 40px;
}


@media screen and (max-width: 900px) {
    .step-title {
        font-size: 20px;
    }


    .step-container {
        display: block;
    }

    .step-container .step-item {
        position: relative;
        width: 80%;
        padding: 13px 0;
        line-height: 1.5;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
    }

    .step-item-box {
        display: flex;
    }

    .step-container .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    .step-container .item:not(:last-child)::before,
    .step-container .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    .step-container .step-item:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -6px;
        border: 10px solid transparent;
        border-top: 8px solid #FFD18D;
    }


    .step-container .step-item2:before {
        border-top: 8px solid #FFC367;
    }

    .step-container .step-item3:before {
        border-top: 8px solid #FFB642;
    }

    .step-container .step-item4:before {
        border-top: 0;
    }


    .step-item .circle {
        width: 25px;
        height: 25px;
        line-height: 1.7;
        margin-left: 20px;
        margin-right: 20px
    }

    .step-item p {
        font-size: 14px;
        width: 60%;
    }

    .step-container .step-item span {
        font-size: 14px;

    }

    .step-item img {
        width: 15%;
        margin-right: 15px;
    }

    .step-item2 img,
    .step-item3 img,
    .step-item4 img {
        width: 10%;
    }

}

/* よくある質問 */
.question {
    background: #fff;
    width: 800px;
    margin: 40px auto 0;
    padding: 30px 0;
}

.Qa-Box {
    width: 70%;
    margin: 0 auto;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
    display: flex;
    align-items: baseline;
}

.Qa-Box .Qa dt p {
    margin-bottom: 20px;
    padding-left: 15px;
    width: 100%;
    font-size: 20px;
}

.Qa-Box .Qa dd p {
    margin-bottom: 40px;
    padding-left: 15px;
    width: 100%;
    font-size: 20px;
}

.Qa-Box .Qa dt::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E8E8E8;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.Qa-Box .Qa dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFA81C;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

@media screen and (max-width: 900px) {
    .question {
        width: 85%;
    }

    .Qa-Box {
        width: 85%;
    }

    .Qa-Box .Qa dt,
    .Qa-Box .Qa dd {
        display: flex;
        align-items: baseline;
    }

    .Qa-Box .Qa dt p {
        margin-bottom: 10px;
        padding-left: 10px;
        font-size: 14px;
    }

    .Qa-Box .Qa dd p {
        margin-bottom: 20px;
        padding-left: 10px;
        font-size: 14px;
    }

    .Qa-Box .Qa dt::before {
        width: 10%;
        height: 10%;
    }

    .Qa-Box .Qa dd::before {
        width: 10%;
        height: 10%;
    }
}


.Qa-btn {
    position: relative;
    width: 335px;
    height: 66px;
    background-color: #4DB43F;
    border-radius: 100vh;
    text-align: center;
    line-height: 2.5;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 26px;
}


.Qa-btn::after {
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 900px) {

    .Qa-btn {
        width: 168px;
        height: 34px;
        line-height: 2.1;
        font-size: 16px;
    }

    .Qa-btn::after {
        width: 5px;
        height: 5px;
        left: 15px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }
}

/* 準備中
-------------------------------------*/
.coming-soon_Qa {
    text-align: center;
    font-size: 2.4rem;
    padding: 30px 0 40px;
}

.shop-contents_coming-soon {
    display: flex;
    margin: 0 auto;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
}

.shop-contents_coming-soon img {
    width: 170px;
    margin-right: 40px;
}

.shop-box span {
    font-size: 30px;
}

.shop-btn {
    margin-top: 15px;
    margin: 15px 0 0;
}

@media (max-width: 900px) {
    .coming-soon_Qa {
    font-size: 1.9rem;
    padding: 20px 0 30px;
}
    
    .shop-contents_coming-soon {
        width: 80%;
        margin-bottom: 25px;
        
    }

    .shop-contents_coming-soon img {
        width: 43%;
        margin-right: 9px;
    }
    
    .shop-box{
        width: 100%;
    }

    .shop-box h2 {
        font-size: 16px;
    }

    .shop-box p {
        font-size: 14px;
        padding-top: 5px;

    }

    .shop-box p span {
        font-size: 16px;
    }

    .shop-btn {
        margin: 10px 0 0;
        width: 100%;
    }
}
