@charset "utf-8";

/* nav */
.qa_nav {
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #000;
}
.qa_nav_btn {
    line-height: 1.2;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #000;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.qa_nav_btn_arrow {
    position: absolute;
    left: 50%;
    background: url(../img/default/icon_arrow_black.svg) no-repeat;
    background-size: 100% auto;
    transform: rotate(90deg);
    transition: background 0.4s 0.2s;
    z-index: 3;
}
@media (min-width: 520px) {
    .qa_nav_cont_box{
        margin-top: 65px;
    }
    .qa_nav {
        margin: 0 auto;
    }
    .qa_nav_btn {
        padding: 17px 0 24px;
        font-size: 20px;
        width: 100%;
    }
    .qa_nav_btn_arrow {
        bottom: 9px;
        margin-left: -6px;
        width: 10px;
        height: 6px;
    }
    .qa_nav_btn:hover .qa_nav_btn_arrow {
        background-image: url(../img/default/icon_arrow_white.svg);
    }
    .qa_nav_btn_me {
        font-size: 28px;
    }
}
@media (max-width: 519px) {
    .qa_nav_cont_box{
        margin-top: 25px;
    }
    .qa_nav {
        flex-wrap: wrap;
    }
    .qa_nav_btn {
        width: 33.3%;
        min-height: 5.5rem;
        padding: 0.5rem 0 1.3rem;
        font-size: 1.3rem;
    }
    .qa_nav_btn:nth-child(1),
    .qa_nav_btn:nth-child(2) {
        width: 50%;
    }
    .qa_nav_btn_arrow {
        bottom: 0.4rem;
        margin-left: -0.4rem;
        width: 0.7rem;
        height: 0.4rem;
    }
    .qa_nav_btn:nth-child(n + 3) {
        border-top: 1px solid #000;
    }
    .qa_nav_btn_me {
        font-size: 1.8rem;
    }
}

.left_wrap,
.right_wrap {
    position: relative;
}
.section_ttl {
    position: absolute;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}
.cont_qa_ttl {
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}
.cont_qa_ttl_inner {
    display: block;
}
.left_wrap .cont_qa_ttl_inner {
    text-align: right;
    margin-left: auto;
}
.qa_question {
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.left_wrap .qa_question {
    border-right: 1px solid #000;
}
.right_wrap .qa_question {
    border-left: 1px solid #000;
}
.qa_question {
    cursor: pointer;
    font-weight: 700;
}
.qa_question_inner {
    display: block;
    position: relative;
}
.qa_question_inner::before {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    content: 'Q';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
}
.mekeup_wrap .qa_question_inner::before {
    color: #c63cb1;
}
.bleach_section .qa_question_inner::before {
    color: #f6ec4f;
}
.plex_section .qa_question_inner::before {
    color: #f8d61c;
}
.baseup_section .qa_question_inner::before {
    color: #f4bb32;
}
.airy_section .qa_question_inner::before {
    color: #ff9d20;
}
.tonedown_wrap .qa_question_inner::before {
    color: #282828;
}
.point_wrap .qa_question_inner::before {
    color: #18b3e0;
}
.oneday_wrap .qa_question_inner::before {
    color: #ed3504;
}
.me_wrap .qa_question_inner::before {
    color: #ff6768;
}
.exchange_wrap .qa_question_inner::before {
    background: #ae973f;
    background: linear-gradient(90deg, rgba(174,151,63,1) 0%, rgba(222,193,100,1) 50%, rgba(174,151,63,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.left_wrap .qa_answer {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.right_wrap .qa_answer {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.qa_answer_inner {
    position: relative;
}
.qa_answer_inner a {
    text-decoration: underline;
    color: #000;
}
.qa_answer_inner::before {
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    content: 'A';
    display: block;
    position: absolute;
    line-height: 1;
}
.qa_question_inner::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background: url(../img/default/icon_arrow_black.svg) no-repeat;
    background-size: 100% auto;
    transform: rotate(90deg);
}
.is_open .qa_question_inner::after {
    transform: rotate(-90deg);
}
@media (min-width: 520px) {
    .wrap {
        padding-top: 1px;
        padding-bottom: 95px;
    }
    .left_wrap,
    .right_wrap {
        margin-top: 63px;
        width: calc(1020px + (100% - 1020px) / 2);
    }
    .right_wrap {
        margin-left: calc((100% - 1020px) / 2);
        padding-left: 92px;
    }
    .left_wrap {
        padding-right: 92px;
    }
    .left_wrap .inner {
        margin-right: 0;
    }
    .right_wrap .inner {
        margin-left: 0;
    }
    .section_ttl {
        font-size: 40px;
        line-height: 1.2;
    }
    .right_wrap .section_ttl {
        top: 0;
        left: -10px;
    }
    .left_wrap .section_ttl {
        top: 0;
        right: -8px;
    }
    .bleach_wrap .cont_qa + .cont_qa {
        margin-top: 20px;
    }
    .tonedown_wrap {
        padding-left: 146px;
    }
    .tonedown_wrap .section_ttl {
        height: 300px;
        white-space: normal;
    }
    .exchange_wrap {
        padding-left: 146px;
    }
    .exchange_wrap .section_ttl {
        height: 300px;
        white-space: normal;
    }
    .cont_qa_ttl {
        font-size: 28px;
        border-width: 6px;
        margin-bottom: 32px;
        padding-top: 30px;
        padding-bottom: 16px;
    }
    .cont_qa_ttl_inner {
        width: 958px;
    }
    .qa_item + .qa_item {
        margin-top: 8px;
    }
    .qa_question {
        font-size: 18px;
    }
    .qa_question_inner::before {
        left: 40px;
        font-size: 28px;
        height: 28px;
    }
    .left_wrap .qa_question_inner::before {
        left: 30px;
    }
    .qa_question_inner::after {
        width: 10px;
        height: 6px;
        margin-top: -3px;
        right: 40px;
    }
    .left_wrap .qa_question_inner::before {
        right: 30px;
    }
    .qa_question_inner {
        padding: 25px 30px 27px 90px;
        width: 958px;
    }
    .qa_answer_inner {
        width: 958px;
        line-height: 1.75;
        padding: 31px 30px 34px 90px;
    }
    .left_wrap .qa_question_inner {
        margin-left: auto;
        padding-left: 80px;
    }
    .left_wrap .qa_answer_inner {
        margin-left: auto;
    }
    .qa_answer_inner::before {
        top: 31px;
        left: 38px;
        font-size: 28px;
        height: 28px;
    }
}

@media (max-width: 519px) {
    .wrap {
        padding-top: 0.7rem;
        padding-bottom: 5rem;
    }
    .left_wrap,
    .right_wrap {
        margin-top: 4rem;
    }
    .left_wrap {
        padding-right: 4.3rem;
    }
    .right_wrap {
        padding-left: 4.3rem;
    }
    .section_ttl {
        font-size: 2.4rem;
        line-height: 1.16;
        top: 0;
    }
    .right_wrap .section_ttl {
        left: -0.5rem;
    }
    .left_wrap .section_ttl {
        right: -0.5rem;
    }
    .bleach_wrap .cont_qa + .cont_qa {
        margin-top: 1.2rem;
    }
    .tonedown_wrap {
        padding-left: 7rem;
    }
    .tonedown_wrap .section_ttl {
        height: 18rem;
        white-space: normal;
    }
    .exchange_wrap {
        padding-left: 7rem;
    }
    .exchange_wrap .section_ttl {
        height: 18rem;
        white-space: normal;
    }
    .cont_qa_ttl {
        font-size: 1.6rem;
        border-width: 0.4rem;
        margin-bottom: 1.6rem;
        padding-top: 1.8rem;
        padding-bottom: 0.8rem;
    }
    .qa_item + .qa_item {
        margin-top: 0.7rem;
    }
    .qa_question {
        font-size: 1.2rem;
        line-height: 1.333;
    }
    .qa_question_inner::before {
        left: 1.2rem;
        top: 1.1rem;
        bottom: auto;
        font-size: 1.8rem;
        height: 1.8rem;
    }
    .qa_question_inner::after {
        width: 1rem;
        height: 0.5rem;
        background-size: auto 100%;
        right: 1.2rem;
    }
    .is_open .qa_question_inner::after {
        margin-top: -0.4rem;
    }
    .qa_question_inner {
        padding: 1.1rem 3rem 1.3rem 3.5rem;
    }
    .qa_answer_inner {
        font-size: 1.2rem;
        line-height: 1.7;
        padding: 1.3rem 1.1rem 1.5rem 3.5rem;
    }
    .qa_answer_inner::before {
        top: 1.4rem;
        left: 1.1rem;
        font-size: 1.8rem;
        height: 1.8rem;
    }
    .qa_answer_inner_link{
        word-break: break-all;
    }
}

/* 各商品についてのご質問はこちら */
.qa_other_area {
    margin-top: 50px;
    background-color: #fff;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.qa_other_area_ttl {
    font-weight: 700;
    text-align: center;
}
.qa_other_area_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.qa_other_area_item {
    border: solid 1px #000;
}
.qa_other_area_link {
    font-weight: 700;
    display: block;
    font-style: italic;
    color: #000;
}
.qa_other_area_link_plex .qa_other_area_link_inner {
    color: var(--color-plex);
}
.qa_other_area_link_base .qa_other_area_link_inner {
    color: var(--color-base-up);
}
.qa_other_area_link_airy .qa_other_area_link_inner {
    color: var(--color-airy);
}
.qa_other_area_link_txt_en {
    display: block;
    font-weight: 800;
    letter-spacing: 0;
}
.qa_other_area_link_inner::after {
    content: '';
    margin: auto;
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.qa_other_area_link_makeup .qa_other_area_link_txt_en {
    color: #c63cb1;
}
.qa_other_area_link_bleach .qa_other_area_link_txt_en {
    color: #f6ec4f;
}
.qa_other_area_link_color .qa_other_area_link_txt_en {
    color: #18b3e0;
}
.qa_other_area_link_torndown .qa_other_area_link_txt_en {
    color: #282828;
}
.qa_other_area_link_oneday .qa_other_area_link_txt_en {
    color: #ed3504;
}
.qa_other_area_link_exchange .qa_other_area_link_txt_en {
    background: #ae973f;
    background: linear-gradient(90deg, rgba(174,151,63,1) 0%, rgba(222,193,100,1) 50%, rgba(174,151,63,1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}
.qa_other_area_link_exchange  .qa_other_area_link_txt_jp {
    display: block;
}
@media (min-width: 520px) {
    .qa_other_area {
        padding-block: 32px;
    }
    .qa_other_area_ttl {
        font-size: 18px;
    }
    .qa_other_area_list {
        gap: 23px 18px;
        margin: 20px auto 0;
        max-width: 1080px;
    }
    .qa_other_area_link {
        font-size: 16px;
        width: 346px;
        padding-block: 16px 14px;
        position: relative;
        text-align: center;
    }
    .qa_other_area_link::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #000;
        width: 100%;
        height: 100%;
        transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
        transform: scale(0, 1);
        transform-origin: left top;
    }
    .qa_other_area_link_inner::after {
        width: 10px;
        height: 6px;
        transition: background 0.4s 0.2s;
        z-index: 2;
        right: 23px;
    }
    .qa_other_area_link_inner {
        z-index: 3;
        position: relative;
        transition: color 0.6s;
        display: block;
    }
    .qa_other_area_link_txt_en {
        font-size: 24px;
    }

    @media (hover: hover) {
        .qa_other_area_link:hover::before {
            transform: scale(1, 1);
        }
        .qa_other_area_link:hover .qa_other_area_link_inner {
            color: #fff;
        }
        .qa_other_area_link:hover .qa_other_area_link_inner::after {
            background: url(../img/default/icon_arrow_white.svg) no-repeat center center;
        }
    }
}
@media (max-width: 519px) {
    .qa_other_area {
        padding: 2rem 1.6rem;
    }
    .qa_other_area_list {
        flex-direction: column;
        row-gap: 0.8rem;
        margin-top: 1.5rem;
    }
    .qa_other_area_item{
        width: 100%;
    }
    .qa_other_area_link {
        font-size: 1rem;
        width: 100%;
        padding-block: 1.7rem 1.6rem;
        text-align: center;
        position: relative;
    }
    .qa_other_area_link_inner::after {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        right: 50%;
        margin-right: -13.6rem;
    }
    .qa_other_area_link_txt_en {
        font-size: 1.6rem;
    }
}

