@charset "utf-8";

body {
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-feature-settings: 'palt';
    font-weight: 400;
}
.font_montserrat {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 900;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
:root {
    --color-white:#fff;
    --color-black:#000;
    --easeOutCubic:cubic-bezier(0.33, 1, 0.68, 1);
}

/* header */
.header {
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 769px) {
    .header {
        padding-block: 24px;
    }
    .sp_only {
        display: none!important;
    }
    @media(hover:hover) {
        .sheer_link {
            transition: opacity .3s;
        }
        .sheer_link:hover {
            opacity: .6;
        }
    }
}
@media (max-width: 768px) {
    .header {
        padding-block: 16px;
    }
    .header_logo {
        width: 120px;
    }
}

/* main */
.main {
    display: block;
    overflow:clip;
    background-color: #eee;
    border-inline: 1px solid var(--color-black);
}
.page_ttl_wrap {
    background-color: var(--color-black);
    color: var(--color-white);
}
.page_ttl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: 0.075em;
}
.page_ttl_yellow {
    color: #f6ec4f;
}
@media (min-width: 769px) {
    .page_ttl_wrap {
        padding: 26px;
    }
    .page_ttl {
        font-size: 32px;
        line-height: calc(48/32);
        column-gap: 32px;
        padding-right: 30px;
    }
}
@media (max-width: 768px) {
    .page_ttl_wrap {
        padding: 15px;
    }
    .page_ttl {
        flex-direction: column;
        align-items: center;
        font-size: 20px;
        line-height: calc(30/20);
    }
}

.product_section {
    border-top: 1px solid var(--color-black);
}
.product_baseup {
    --theme-color:#f4bb32;
}
.product_plex {
    --theme-color:#e98737;
}
.product_makeup {
    --theme-color:#c63cb1;
}
.product_kv {
    background-color: var(--theme-color);
    color: var(--color-white);
    position: relative;
    overflow: hidden;
}
.product_kv_ttl_txt {
    letter-spacing: 0.075em;
    line-height: 1;
    white-space: nowrap;
}
.product_kv_img_wrap {
    position: relative;
}
.product_kv_catch {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 3%;
}
@media (min-width: 769px) {
    .product_kv {
        display: flex;
        justify-content: space-between;
    }
    .product_kv_ttl_wrap {
        width: calc(100% - 52.08% - 12.5%);
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 4.5%;
    }
    .product_kv_ttl {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .product_kv_ttl_logo {
        width: 53.13%;
    }
    .product_kv_ttl_logo img {
        width: 100%;
    }
    .product_kv_pkg {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .product_kv_baseup_pkg,
    .product_kv_plex_pkg {
        left: 12.3%;
        bottom: 2%;
    }
    .product_kv_baseup_pkg {
        width: 12.36%;
    }
    .product_kv_plex_pkg {
        width: 12.36%;
    }
    .product_kv_makeup_pkg {
        width: 21.836%;
        left: 7.6%;
        bottom: 2%;
    }
    .product_kv_ttl_txt {
        font-size: calc(40/1440 * 100vw);
        margin-top: calc(32/1440 * 100vw);
    }
    .product_kv_img_wrap {
        width: 52.08%;
        overflow: clip;
    }
    .product_kv_img {
        width: 100%;
    }
    .product_kv_catch_bleach {
        width: 53.94%;
        right: 0.7%;
    }
    .product_kv_catch_plex {
        width: 52.076%;
        right: 0.4%;
    }
    .product_kv_catch_makeup {
        width: 34.62%;
        right: 8.4%;
    }
    .product_kv_space {
        background-color: var(--theme-color);
        width: 12.5%;
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 768px) {
    .product_kv {
        display: flex;
        flex-direction: column;
    }
    .product_kv_img {
        width: 100%;
    }
    .product_kv_ttl_wrap {
        order: 2;
    }
    .product_kv_ttl {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        padding: calc(10/750 * 100vw) calc(24/750 * 100vw) calc(46/750 * 100vw);
        gap:  0 calc(12/750 * 100vw);
        height: calc(126/750 * 100vw);
    }
    .product_kv_ttl_logo {
        width: calc(271/750 * 100vw);
    }
    .product_kv_ttl_txt {
        font-size: calc(40/750 * 100vw);
        flex: 1;
    }
    .product_kv_pkg {
        position: absolute;
        z-index: 1;
        right: -2.15%;
        top: 53%;
    }
    .product_kv_baseup_pkg,
    .product_kv_plex_pkg {
        width: 24.105%;
    }
    .product_kv_makeup_pkg {
        right: -1.63%;
        width: 41.5%;
    }
    .product_kv_catch_bleach {
        width: 53.9%;
        right: 1.9%;
    }
    .product_kv_catch_plex {
        width: 51.753%;
        right: 1.9%;
    }
    .product_kv_catch_makeup {
        width: 35%;
        right: 8%;
        top: 45%;
    }
}

.safety {
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    background-color: var(--color-white);
    position: relative;
    z-index: 1;
}
.safety_inner {
    max-width: 1080px;
    margin-inline: auto;
}
.safety_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px dashed var(--color-black);
    padding-bottom: 14px;
    gap: 10px;
}
.safety_jhcia {
    color: var(--color-black);
    position: relative;
    display: inline-block;
    letter-spacing: 0.04em;
}
.safety_jhcia::before,
.safety_jhcia::after {
    content: '';
    display: block;
    position: absolute;
}
.safety_jhcia::before {
    left: 0;
    border-radius: 50%;
    background-color: var(--color-black);
}
.safety_jhcia::after {
    border-top: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
    rotate: 45deg;
}
.safety_ttl,
.safety_txt,
.safety_list {
    letter-spacing: 0.04em;
}
.safety_patchtest {
    background-color: #e6e6e6;
    color: var(--color-black);
    text-decoration: none;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.04em;
    display: block;
}
.safety_patchtest::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--color-black);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (min-width: 769px) {
    .safety {
        padding: 21px 40px;
    }
    .safety_ttl {
        font-size: 16px;
    }
    .safety_txt,
    .safety_list {
        font-size: 12px;
        line-height: calc(16/12);
        margin-top: 6px;
    }
    .safety_patchtest {
        border-radius: 8px;
        padding: 14px 44px 14px 14px;
        font-size: 14px;
    }
    .safety_patchtest::after {
        width: 10px;
        height: 6px;
        right: 16px;
    }
    .safety_jhcia {
        font-size: 12px;
        padding-left: 22px;
        margin-top: 14px;
    }
    .safety_jhcia::before,
    .safety_jhcia::after {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .safety_jhcia::before {
        width: 14px;
        height: 14px;
    }
    .safety_jhcia::after {
        left: 4px;
        width: 4px;
        height: 4px;
    }
}
@media (max-width: 768px) {
    .safety {
        padding: 11px 16px 15px;
    }
    .safety_top {
        width: 100%;
    }
    .safety_ttl {
        font-size: 12px;
    }
    .safety_txt,
    .safety_list {
        font-size: 9px;
        line-height: calc(24/18);
        margin-top: 4px;
    }
    .safety_patchtest_wrap {
        width: 100%;
    }
    .safety_patchtest {
        border-radius: 4px;
        padding: 7px 12px;
        font-size: 10px;
    }
    .safety_patchtest::after {
        width: 7px;
        height: 4px;
        right: 13px;
    }
    .safety_jhcia {
        font-size: 9px;
        padding-left: 16px;
        margin-top: 8px;
    }
    .safety_jhcia::before {
        width: 11px;
        height: 11px;
        top: 2px;
    }
    .safety_jhcia::after {
        left: 3px;
        width: 4px;
        height: 4px;
        top: 5px;
    }

}

.frame {
    max-width: 1760px;
    margin-inline: auto;
    position: relative;
}
.frame::before,
.frame::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: var(--color-black);
}
@media (min-width: 769px) {
    .frame {
        padding: 40px 40px 120px;
    }
    .frame::before {
        left: 40px;
    }
    .frame::after {
        right: 40px;
    }
}
@media (max-width: 768px) {
    .frame {
        padding: 16px 16px 80px;
    }
    .frame::before {
        left: 16px;
    }
    .frame::after {
        right: 16px;
    }

}
.product_point {
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    background-color: var(--color-white);
}
.product_point_inner {
    max-width: 1020px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
}
.product_point_ttl {
    background-color: var(--theme-color);
    color: var(--color-white);
    font-style: italic;
    line-height: calc(42/28);
    position: relative;
    letter-spacing: 0.04em;
}
.product_point_ttl::before {
    content: '';
    background-color: var(--color-white);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin:auto;
}
.product_point_note {
    position: absolute;
    right: 0;
    display: block;
    font-weight: 400;
    color: var(--color-black);
    letter-spacing: 0;
}
.product_makeup .product_point_inner {
    flex-direction: column;
}
@media (min-width: 769px) {
    .product_point {
        padding: 48px 30px;
    }
    .product_point_inner {
        gap: 12px;
    }
    .product_point_ttl {
        font-size: 28px;
        padding: 17px 17px 17px 80px;
        flex-grow: 1;
    }
    .product_point_ttl sup {
        font-size: 16px;
    }
    .product_point_ttl_s {
        font-size: 24px;
    }
    .product_point_ttl::before {
        width: 30px;
        height: 30px;
        left: 26px;
    }
    .product_plex .product_point_ttl {
        min-width: 500px;
    }
    .product_point_note {
        top: calc(100% + 11px);
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .product_point {
        padding: 24px 16px;
    }
    .product_plex .product_point {
        padding-bottom: 31px;
    }
    .product_point_inner {
        flex-direction: column;
        gap: 6px;
    }
    .product_point_ttl {
        font-size: 14px;
        padding: 8px 8px 8px 40px;
    }
    .product_point_ttl_s {
        font-size: 12px;
    }
    .product_point_ttl::before {
        width: 15px;
        height: 15px;
        left: 13px;
    }
    .product_point_note {
        top: calc(100% + 4px);
        font-size: 10px;
    }
}

.product_review {
    border-bottom: 1px solid var(--color-black);
    background-color: var(--color-white);
    overflow: clip;
}
.product_review_inner {
    max-width: 1020px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
}
.product_review:not(.product_review_reverse) .bleach_review_content {
    flex-direction: row-reverse;
}
.product_review_reverse .product_review_inner {
    flex-direction: row-reverse;
}
.bleach_review_content {
    display: flex;
}
.bleach_review_comment {
    display: flex;
    position: relative;
    flex: 1;
}
.bleach_review_comment_ttl {
    display: flex;
    align-items: center;
    gap: 15px 30px ;
}
.bleach_review_comment_txt,
.bleach_review_comment_note {
    font-weight: 500;
    display: block;
}
.bleach_review_arrow {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 18px;
}
.product_review:not(.product_review_reverse) .bleach_review_arrow {
    left: 100%;
}
.product_review_reverse .bleach_review_arrow {
    right: 100%;
}
.bleach_review_arrow::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: var(--color-black);
    position: absolute;
    right: 0;
    top: 0;
}
.bleach_review_arrow::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border: 1px solid var(--color-black);
    background-color: var(--color-white);
}
.product_review:not(.product_review_reverse) .bleach_review_arrow {
    left: 100%;
    scale: -1 1;
}
.bleach_review_icon {
    position: relative;
}
.bleach_review_icon > img {
    position: absolute;
    left: 0;
}
@media (min-width: 769px) {
    .product_review {
        padding: 48px 30px;
    }
    .product_review_inner {
        align-items: center;
        gap: 20px;
    }
    .product_review_ttl {
        font-size: 36px;
    }
    .bleach_review_icon {
        width: 72px;
        margin-left: -10px;
    }
    .bleach_review_icon > img {
        top: 50%;
        translate: 0 -50%;
    }
    .product_review:not(.product_review_reverse) .bleach_review_comment {
        padding-right: 40px;
        margin-right: 60px;
    }
    .product_review_reverse .bleach_review_comment {
        padding-left: 30px;
        margin-left: 50px;
    }
    .bleach_review_comment_lips {
        width: 174px;
        padding-left: 26px;
    }
    .bleach_review_comment_txt_wrap {
        flex: 1;
    }
    .bleach_review_comment_txt {
        font-size: 16px;
    }
    .bleach_review_comment_note {
        font-size: 12px;
        margin-top: 7px;
    }
    .bleach_review_arrow::after {
        top: 0;
        bottom: 0;
        margin-block: auto;
        transform: translateX(50%) scaleY(0.3) rotate(45deg);
        width: 23px;
        height: 23px;
    }
}
@media (max-width: 900px) {
    .bleach_review_comment_ttl {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .bleach_review_comment_lips {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .product_review {
        padding: 24px 15px 24px 11px;
    }
    .product_review_inner {
        gap: 20px;
    }
    .product_review_ttl {
        font-size: 18px;
        writing-mode: vertical-rl;
    }
    .bleach_review_icon {
        width: 54px;
    }
    .bleach_review_icon > img {
        top: 0;
    }
    .product_review:not(.product_review_reverse) .bleach_review_comment {
        padding-right: 10px;
        margin-right: 20px;
    }
    .product_review_reverse .bleach_review_comment {
        padding-left: 10px;
        margin-left: 20px;
    }
    .bleach_review_comment_ttl {
        row-gap: 6px;
    }
    .bleach_review_comment_lips {
        width: 74px;
    }
    .bleach_review_comment_txt {
        font-size: 12px;
        line-height: calc(32/24);
    }
    .bleach_review_comment_note {
        font-size: 10px;
        line-height: calc(28/20);
        margin-top: 5px;
    }
    .bleach_review_arrow::after {
        width: 12px;
        height: 12px;
        top: 20px;
        transform: translateX(50%) scaleY(0.3) rotate(45deg);
    }
    .bleach_review_emoji {
        width: 12.5px;
    }
}

.product_btn_list {
    display: flex;
}
.product_btn {
    background-color: var(--color-black);
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--color-black);
    text-decoration: none;
    color: var(--color-black);
    font-weight: 700;
}
.product_btn_baseup_en,
.product_btn_baseup_txt,
.product_btn_plex_en,
.product_btn_plex_txt,
.product_btn_makeup_en,
.product_btn_makeup_txt,
.product_btn_maker_ttl,
.product_btn_maker_txt,
.product_btn_mybest_ttl,
.product_btn_mybest_txt {
    display: block;
}
.product_btn_baseup_txt,
.product_btn_plex_txt,
.product_btn_makeup_txt,
.product_btn_maker_ttl {
    letter-spacing: 0.05em;
}
.product_btn_maker_ttl {
    color: #802bb6;
}
.product_btn_maker_txt {
    color: #e7007d;
}
.product_btn_mybest_ttl_color {
    color:#1ebf44;
}
.product_btn_baseup_txt,
.product_btn_plex_txt,
.product_btn_makeup_txt,
.product_btn_mybest_ttl {
    word-break: keep-all;
}
.product_btn_baseup .product_btn_info_wrap::before,
.product_btn_baseup .product_btn_info_wrap::after,
.product_btn_plex .product_btn_info_wrap::before,
.product_btn_plex .product_btn_info_wrap::after,
.product_btn_makeup .product_btn_info_wrap::before,
.product_btn_makeup .product_btn_info_wrap::after {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--theme-color);
}
.product_btn_mybest {
    background-color: var(--color-white);
}
.product_btn_baseup .product_btn_info_wrap::before,
.product_btn_plex .product_btn_info_wrap::before,
.product_btn_makeup .product_btn_info_wrap::before {
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 413px;
    height: 110px;
}
.product_btn_baseup .product_btn_info_wrap::after,
.product_btn_plex .product_btn_info_wrap::after,
.product_btn_makeup .product_btn_info_wrap::after {
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 266px;
    height: 61px;
}
.product_btn_img_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}
.product_btn_arrow {
    position: relative;
    background-color: var(--color-black);
    border-top: 1px solid var(--color-black);
}
.product_btn_arrow_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 2;
    background-color: var(--color-white);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.product_btn_info_wrap {
    position: relative;
}
.product_btn_baseup .product_btn_info_wrap,
.product_btn_plex .product_btn_info_wrap,
.product_btn_makeup .product_btn_info_wrap {
    background-color: #eee;
}
.product_btn_maker .product_btn_info_wrap {
    background: #FBD6E3;
    background: linear-gradient(-135deg, rgba(251, 214, 227, 1) 0%, rgba(169, 237, 233, 1) 100%);
}
@media (min-width: 769px) {
    .product_btn_list {
        gap: 20px;
        margin-top: 40px;
    }
    .product_btn {
        flex-direction: column;
        width: calc((100% - 40px)/3);
    }
    .product_btn_info_wrap {
        background-color: var(--color-white);
        padding-top: 320px;
        padding-bottom: 25px;
        text-align: center;
        flex: 1;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .product_makeup .product_btn_info_wrap {
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: row;
        align-items: center;
    }
    .product_btn_img_wrap {
        height: 320px;
    }
    .product_makeup .product_btn_img_wrap {
        width: 330px;
        height: 312px;
        position: relative;
        margin-right: 2%;
    }
    .product_makeup .product_btn_maker_img {
        padding-inline: 16px;
    }
    .product_btn_img {
        padding-inline: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .product_btn_baseup_img {
        max-width: 186px;
        padding: 0;
        margin-top: 15px;
    }
    .product_btn_plex_img {
        max-width: 187px;
        padding: 0;
        margin-top: 15px;
    }
    .product_btn_makeup_img {
        padding: 0;
        max-width: 293px;
        margin-top: 8px;
    }
    .product_btn_maker_img {
        max-width: 320px;
    }
    .product_btn_mybest_img {
        max-width: 315px;
    }
    .product_btn_baseup_en,
    .product_btn_plex_en,
    .product_btn_makeup_en {
        font-size: 20px;
        margin-top: 24px;
    }
    .product_btn_baseup_txt,
    .product_btn_plex_txt,
    .product_btn_makeup_txt {
        font-size: 28px;
        margin-top: 10px;
    }
    .product_btn_maker_ttl {
        font-size: 28px;
        margin-top: -5px;
    }
    .product_btn_maker_txt {
        font-size: 16px;
        margin-top: 12px;
    }
    .product_btn_mybest_ttl {
        font-size: 28px;
        margin-top: -5px;
    }
    .product_btn_mybest_txt {
        font-size: 16px;
        margin-top: 12px;
    }
    .product_btn_arrow {
        height: 64px;
    }
    .product_btn_arrow_icon {
        width: 14px;
        height: 8px;
    }
    @media(hover:hover) {
        .product_btn .product_btn_arrow::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background: var(--theme-color);
            width: 100%;
            height: 110%;
            transition: transform 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0s;
            transform: scale(0, 1);
            transform-origin: right top;
        }
        .product_btn:hover .product_btn_arrow::before {
            transform-origin: left top;
            transform: scale(1, 1);
        }
        .product_btn_img_wrap {
            transition: scale .3s;
            transform-origin: 50% 50%;
        }
        .product_btn:hover .product_btn_img_wrap {
            scale: 1.05;
        }
    }
    @media (max-width: 1260px) {
        .product_makeup .product_btn_info_wrap {
            flex-direction: column;
            padding-bottom: 25px;
        }
        .product_makeup .product_btn_img_wrap {
            width: 320px;
            height: 320px;
        }
    }
}
@media (max-width: 768px) {
    .product_btn_list {
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;
    }
    .product_btn_info_wrap {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: space-between;
        padding-right: 6px;
    }
    .product_btn_info_wrap .product_btn_img_wrap {
        width: 43%;
    }
    .product_btn_txt_wrap {
        width: 57%;
    }
    .product_btn_baseup .product_btn_info_wrap::before,
    .product_btn_plex .product_btn_info_wrap::before,
    .product_btn_makeup .product_btn_info_wrap::before {
        width: 281px;
        height: 75px;
    }
    .product_btn_baseup .product_btn_info_wrap::after,
    .product_btn_plex .product_btn_info_wrap::after,
    .product_btn_makeup .product_btn_info_wrap::after {
        width: 133px;
        height: 30px;
    }
    .product_btn_arrow {
        width: 36px;
    }
    .product_btn_arrow_icon {
        width: 7px;
        height: 4px;
    }
    .product_btn_img_wrap {
        position: relative;
        width: 113px;
        height: 126px;
    }
    .product_btn_img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .product_btn_baseup_img {
        max-width: 70px;
        padding: 0;
    }
    .product_btn_plex_img {
        max-width: 70px;
        padding: 0;
    }
    .product_btn_makeup_img {
        padding: 0;
        max-width: 110px;
        margin-top: 4px;
    }
    .product_btn_maker_img {
        max-width: 90px;
    }
    .product_btn_mybest_img {
        max-width: 90px;
    }
    .product_btn_baseup_en,
    .product_btn_plex_en,
    .product_btn_makeup_en {
        font-size: 14px;
        position: relative;
        z-index: 1;
    }
    .product_btn_baseup_txt,
    .product_btn_plex_txt,
    .product_btn_makeup_txt {
        font-size: 20px;
        margin-top: 10px;
    }
    .product_btn_maker_ttl {
        font-size: 20px;
    }
    .product_btn_maker_txt {
        font-size: 10px;
        margin-top: 4px;
    }
    .product_btn_mybest_ttl {
        font-size: 20px;
    }
    .product_btn_mybest_txt {
        font-size: 10px;
        margin-top: 6px;
    }

}

/* footer */
.footer {
    background-color: var(--color-white);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}
.ft_notes_list {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: calc(16/12);
    margin-top: 21px;
}
.ft_notes_list>li {
    padding-left: 1em;
    text-indent: -1em;
}
.ft_patchtest {
    color: var(--color-black);
    margin-top: 18px;
    letter-spacing: 0.04em;
    display: inline-block;
}
.ft_copyright {
    font-size: 12px;
    letter-spacing: 0.04em;
}
@media (min-width: 769px) {
    .footer {
        padding: 40px;
    }
    .ft_patchtest {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .footer {
        padding: 30px 16px;
    }
    .ft_hoyu_logo {
        width: 82.5px;
        display: block;
    }
    .ft_notes_list {
        line-height: calc(17/12);
    }
    .ft_patchtest {
        font-size: 11px;
    }
    .ft_copyright {
        text-align: center;
        width: 100%;
    }
}

/* animation */
.product_kv_pkg {
    transition: translate .8s var(--easeOutCubic);
}
.product_kv_catch {
    transition: translate .8s var(--easeOutCubic);
    translate: 150% -50%;
}
.product_baseup .kv_loaded .product_kv_pkg,
.animation_loaded .product_plex .is_animated .product_kv_pkg,
.animation_loaded .product_makeup .is_animated .product_kv_pkg {
    translate: 0 0;
}
.product_baseup .kv_loaded .product_kv_catch,
.animation_loaded .product_plex .is_animated .product_kv_catch,
.animation_loaded .product_makeup .is_animated .product_kv_catch {
    translate: 0% -50%;
}
.product_point_ttl::after {
    position: absolute;
    top: 50%;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: solid var(--color-black);
    border-top: solid var(--color-black);
    transform-origin: left top;
    opacity: 0;
    transform: scaleX(-0.8) rotate(130deg);
}
.animation_loaded .product_point_ttl.is_animated::after {
    opacity: 1;
}
@keyframes check_pc {
    0% {
        width: 0;
        height: 0;
    }
    25% {
        width: 14px;
        height: 0;
    }
    50% {
        width: 14px;
        height: 30px;
    }
}
@keyframes check_sp {
    0% {
        width: 0;
        height: 0;
    }
    25% {
        width: 7px;
        height: 0;
    }
    50% {
        width: 7px;
        height: 15px;
    }
}
@media (min-width: 769px) {
    .product_kv_pkg {
        translate: 0 100%;
    }
    .product_point_ttl::after {
        left: 29px;
        border-right-width: 4px;
        border-top-width: 4px;
        width: 14px;
        height: 30px;
    }
    .animation_loaded .product_point_ttl.is_animated::after {
        animation: check_pc 0.8s forwards;
    }
}
@media (max-width: 768px) {
    .product_kv_pkg {
        translate: 0 130%;
    }
    .product_point_ttl::after {
        left: 14px;
        border-right-width: 2px;
        border-top-width: 2px;
        width: 7px;
        height: 15px;
    }
    .animation_loaded .product_point_ttl.is_animated::after {
        animation: check_sp 0.8s forwards;
    }
}

@media (min-width: 769px) {
    .bleach_review_icon > img {
        transition: translate .8s var(--easeOutCubic),top .8s var(--easeOutCubic);;
        translate: 0 0%;
        top: calc(100% + 48px);
    }
    .animation_loaded .is_animated .bleach_review_icon > img {
        translate: 0 -50%;
        top: 50%;
    }
}
@media (max-width: 768px) {
    .bleach_review_icon > img {
        transition: top .8s var(--easeOutCubic);
        top: calc(100% + 24px);
    }
    .animation_loaded .is_animated .bleach_review_icon > img {
        top: 0%;
    }
}
