@charset "UTF-8";
:root {
    --primary-bule: #DEEAEA;
    --primary-orange: #FAA786;
    --primary-yellow: #FFFA91;
    --primary-black: #595757;
}
/* ===============
article_header
=============== */

.article_header {
    position: relative;
}

.mv_header {
    display: flex;
    position: relative;
}
.nav_header {
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 5;
    max-width: 450px;
    min-width: 400px;
    background: linear-gradient(rgb(255, 250, 145), 80%,rgba(0,0,0,0));
}

.nav_logo {
    width: 180px;
    display: block;
    padding: 20px;
}

.hamburger {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 27px;
    right: 27px;
}

.mv_txtBox {
    width: 100%;
    text-align: center;
}

.mv_txt {
    position: absolute;
    top: 110px;
    margin: 0 auto;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.5em;
}

.mv_title {
    width: 306px;
    position: absolute;
    top: 220px;
    right: 50%;
    transform: translateX(50%);
}

.mv_item {
    position: absolute;
    top: 310px;
    right: 8.4%;
    width: 100px;
}

.mv_entryBtn {
    width: 300px;
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;
}

.mv_bottom {
    font-size: 1.2rem;
    text-align: center;
    background-color: var(--primary-bule);
    color: var(--primary-black);
}

/* article_header pc */
@media screen and (min-width: 1180px) {
    .mv_img {
        height: 900px;
        width: 100%;
        object-fit: cover;
    }

    .mv_txt {
        position: absolute;
        top: 70px;
    }

    .mv_title {
        position: absolute;
        top: 190px;
    }

    .mv_item {
        position: absolute;
        top: 300px;
    }
}

/* ===============
section_chapter
=============== */
.section_chapter {
    z-index: 1;
}

.chapter_titleBox {
    text-align: center;
    margin: 50px 0 30px;
}

.chapter_title {
    font-size: 2rem;
    text-align: center;
    font-weight: 400;
}

.title_deco {
    width: 382px;
}

.chapter_icon {
    column-count: 2;
    margin: 0 7.4%;
    text-align: center;
    padding-bottom: 30px;
}

.icon_item {
    width: 180px;
    margin: 10px 0;
    font-size: 1.2rem;
}

.icon_item:first-child {
    margin-top: 0;
}

.icon_item:last-child {
    margin-bottom: 0;
}

.chapter_txt {
    position: relative;
    padding: 20px 40px;
    font-size: 1.6rem;
    text-align: left;
}

.chapter_txt::before,
.chapter_txt::after {
    position: absolute;
    width: 50%;
    height: 50%;
    content: '';
}

.chapter_txt::before {
    border-left: solid 3px;
    border-top: solid 3px;
    border-color: var(--primary-yellow);
    top: 0;
    left: 3.3%;
}

.chapter_txt::after {
    border-right: solid 3px;
    border-bottom: solid 3px;
    border-color: var(--primary-yellow);
    bottom: 0;
    right: 3.3%;
}

/* ===============
section_restep
=============== */
.section_title.restep {
    align-items: center; 
    justify-content: center;
    margin-top: 50px;
}

.section_title.restep:before, .section_title.restep:after {
    border-top: 1px solid;
    content: "";
    width: 15px;
}

.section_title.restep:before {
    margin-right: 10px; 
}

.section_title.restep:after {
    margin-left: 10px; 
}

.restep_msg {
    font-size: 1.8rem;
    text-align: center;
}

.restep_content {
    width: 370px;
    height: 220px;
    margin: 30px auto;
    border: #878585 1px solid;
    box-shadow: 3px 3px 3px rgba(135, 133, 133, 0.2);
}

.restep_list {
    margin: 50px 0;
}

.restep_item {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
    height: 60px;
    line-height: 60px;
}

.restep_item img {
    height: 60px;
}

.restep_item_txt {
    text-align: center;
    font-size: 1.6rem;
    width: 297px;
    margin: 30px auto;
}

.restep_txt {
    font-size: 1.6rem;
    width: 90%;
    margin: 50px auto;
}

.restep_concierge {
    background-color: rgba(255, 250, 145, 0.5);
    width: 390px;
    height: 280px;
    margin: 50px auto;
    position: relative;
    pointer-events: none;
}

.restep_concierge:after {
    position: absolute;
    border: 1px solid #878585;
    content: "";
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

.restep_concierge_txt {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto;
    padding: 60px 30px 40px;
}

.restep_btn {
    width: 320px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    pointer-events: auto;
}

/* ===============
section_mamadora
=============== */
.mamadora_msg {
    font-size: 1.8rem;
    text-align: center;
}

.mamadora_img {
    width: 100%;
    margin-top: 50px;
}

.mamadora_txt {
    font-size: 1.6rem;
    width: 90%;
    margin: 50px auto;
}

.voice_title {
    padding: 0.5em 0;
    border-top: solid 3px #878585;
    border-bottom: solid 3px #878585;
    font-size: 1.8rem;
    font-weight: 400;
    margin: auto;
    text-align: center;
}

.voice_list {
    padding-top: 30px;
    align-items: center;
}

.voice_item {
    font-size: 1.6rem;
    font-weight: 300;
    padding: 50px;
    width: 400px;
    
    position: relative;
    display: block;
    margin: 30px auto;
    padding: 15px;
    min-width: 120px;
    max-width: 100%;
    color: #595757;
    font-size: 16px;
    background: rgba(222, 234, 234, 0.5);
    box-sizing: border-box;
    border-radius: 30px;
}

.voice_item:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid rgba(222, 234, 234, 0.5);
    z-index: 2;
}

.voice_item:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    z-index: 1;
}

.voice_age {
    font-size: 1.4rem;
    display: flex;
    height: 80px;
    line-height: 80px;
    justify-content: center;
    gap: 0 20px;
}

.voice_age img {
    height: 80px;
}

.voice_age.reverse {
    flex-direction: row-reverse;
}

.voice_age:last-child {
    line-height: normal;
    width: 120px;
    text-align: center;
    margin: 40px auto 50px;
    flex-direction: column-reverse;
}

.aroma {
    font-size: 1.4rem;
    margin: 20px 10px 10px;
}

.attirer {
    width: 300px;
    font-size: 1.4rem;
    background-color: rgba(255, 250, 145, 0.5);
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 10px;
}

/* ===============
section_support
=============== */
.concept_content {
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
    border: 2px solid #878585;
    margin: 50px auto;
    width: 370px;
}

.concept_content:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 280%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #FFFA91;
}

.list_number {
    font-size: 6rem;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 16px;
    color: #fff;
}

.concept_item {
    margin: 0;
    padding: 0;
}

.concept_title {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin: 30px 0 20px;
}

.concept_sub {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 10px 0 0 20px;
    text-align: center;
    background-color: rgba(255, 250, 145, 0.4);
    border-radius: 10px;
}

.concept_sub.blue {
    background-color: rgba(222, 234, 234, 0.5);
}

.concept_sub.orange {
    background-color: rgba(250, 167, 134, 0.3);
}

.concept_txt {
    font-size: 1.6rem;
    padding: 20px 0 20px 15px;
}

.concept_content:before:first-child {
    background: #FFFA91;
}

.concept_content.blue::before {
    background: var(--primary-bule);
}

.concept_content.orange::before {
    background: var(--primary-orange);
}

/* ===============
section_faq
=============== */
.faq_list {
    width: 90%;
    margin: 0 auto;
}

.faq_content {
    padding: 20px 0;
}

.faq_itemA img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

.faq_itemQ img {
    width: 45px;
    height: 45px;
    margin-right: 20px;
}

.faq_itemA,
.faq_itemQ {
    display: flex;
    text-align: left;
    padding: 10px 0 10px;
}

.faq_itemA {
    border-bottom: 4px dotted #595757;
    padding-bottom: 30px;
}

.faq_txt {
    font-size: 1.6rem;
}

.faq_content:first-of-type {
    margin-top: 0;
}