@charset "utf-8";
/* color */
:root {
    --color-plex: #f8d61c;
    --color-base-up: #f4bb32;
    --color-airy: #ff9d20;
}
.wrapper {
    overflow: clip;
}

/* bleach */
.section_ttl {
    color: #f6ec4f;
}
.slide_step_ttl {
    background-color: #f6ec4f;
    color: #000;
}
@media (min-width: 520px) {
    body {
        min-width: 1360px;
    }
    .wrap {
        padding-bottom: 96px;
    }
    .content + .content {
        margin-top: 48px;
    }
}
@media (max-width: 519px) {
    .content + .content {
        margin-top: 4rem;
    }
}

/* mv */
.color_1 .mv_bg {
    background-color: #f6ec4f;
}
.mv_ttl_box {
    color: #000;
    position: relative;
    z-index: inherit;
}
.mv_ttl {
    font-style: italic;
}
.mv_ttl_sub {
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    font-weight: 900;
}
.safety_ttl_info {
    font-weight: 400;
}
.safety_top {
    border-bottom: none;
    padding-bottom: 0;
}
.mv_pkg,
.mv_new{
    filter: drop-shadow(0.6rem 1.5rem 1.5rem rgba(0, 0, 0, 0.16));
}
.mv_new{
    position: absolute;
    left: 50%;
}
@media (min-width: 520px) {
    .mv_frame {
        height: 560px;
    }
    .mv_ttl_box {
        top: 155px;
        margin-left: -650px;
    }
    .mv_ttl_sub {
        font-size: 160px;
        margin-left: -60px;
        margin-top: -23px;
    }
    .mv_ttl {
        font-size: 72px;
    }
    .mv_model {
        margin-left: -216px;
        bottom: -6px;
    }
    .mv_ttl_en {
        font-size: 136px;
        bottom: 13px;
        margin-right: -672px;
    }
    .mv_bg_1 {
        top: -125px;
    }
    .mv_bg_2 {
        bottom: -213px;
    }
    .mv_pkg {
        bottom: 40px;
        margin-left: -478px;
    }
    .mv_new{
        bottom: 108px;
        margin-left: -587px;
    }
    .mv_info {
        bottom: 39px;
        margin-left: -580px;
    }
    .safety_ttl_info {
        font-size: 12px;
    }
}
@media (max-width: 519px) {
    .mv_frame {
        height: 40rem;
    }
    .mv_ttl_box {
        top: 7.6rem;
    }
    .mv_ttl_sub {
        font-size: 6rem;
        white-space: nowrap;
        margin-left: -2rem;
        margin-top: 1.3rem;
    }
    .mv_ttl_en {
        top: inherit;
        bottom: 6.8rem;
        font-size: 5.2rem;
        right: 0.3rem;
    }
    .mv_bg_1 {
        height: 34.9%;
    }
    .mv_bg_2 {
        height: 32%;
    }
    .mv_pkg {
        width: 40%;
        left: 1.6rem;
        bottom: 1.5rem;
        z-index: 3;
    }
    .mv_new{
        width: 11%;
        bottom: 8.8rem;
        margin-left: -2.7rem;
        z-index: 3;
    }
    .mv_yakuji{
        border: solid 1px #000;
    }
    .mv_info {
        color: #000;
        bottom: 1.5rem;
        left: 17.6rem;
    }
    .mv_color_txt{
        line-height: 1.1;
    }
    .safety_ttl_info {
        font-size: 0.9rem;
    }
}

/* ブリーチlineup */
.lineup {
    position: relative;
}
.lineup_ttl {
    position: absolute;
    font-weight: 800;
    line-height: 1;
    color: #f6ec4f;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
}
.lineup_col {
    display: flex;
    background-color: #eee;
}
.lineup_col:not(:first-of-type) {
    border-top: 1px solid #000;
}
.lineup_product {
    color: #000;
    display: flex;
}
.lineup_product_model,
.lineup_product_info {
    width: 50%;
}
.lineup_product_model {
    padding-top: 70.6%;
    height: 0;
    background-color: #fff;
}
.lineup_bb .lineup_product_model {
    background: url(../img/home/lineup_img_bb.jpg) no-repeat center top;
    background-size: cover;
}
.lineup_product_info {
    border-left: 1px solid #000;
    display: flex;
    flex-direction: column;
}
.lineup_product_txtbox {
    height: 100%;
    background-color: #fff;
    position: relative;
}
.lineup_product_en {
    font-weight: 800;
    letter-spacing: 0;
}
.lineup_product_jp {
    font-weight: 700;
    line-height: 1;
    font-style: italic;
}
.lineup_product_arrow {
    display: block;
    margin-top: auto;
    position: relative;
}
.lineup_product_arrow_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
}
.lineup_btn {
    background-color: #fff;
    text-align: center;
    display: block;
    border-bottom: 1px solid #000;
    color: #000;
}
.lineup_btn_inner {
    margin: auto;
    display: block;
    position: relative;
    z-index: 2;
}
.lineup_btn_en,
.lineup_btn_jp {
    display: block;
    line-height: 1;
}
.lineup_btn_en {
    font-weight: 800;
}
.lineup_btn_jp {
    font-weight: 700;
}
.lineup_product_list {
    color: #fff;
}
.lineup_product_list_plex .lineup_product_item {
    background-color: var(--color-plex);
}
.lineup_product_list_base .lineup_product_item {
    background-color: var(--color-base-up);
}
.lineup_product_list_airy .lineup_product_item {
    background-color: var(--color-airy);
}
.lineup_product_item {
    position: relative;
    font-style: italic;
    font-weight: 700;
}
.lineup_product_item::before,
.lineup_product_item::after {
    content: '';
}
.lineup_product_item::before {
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.lineup_product_item::after {
    position: absolute;
}
.lineup_product_item_info {
    vertical-align: top;
}
@media (min-width: 520px) {
    .lineup_ttl {
        top: -80px;
        left: -54px;
        font-size: 96px;
    }
    .lineup_col:not(:first-of-type) {
        padding-top: 24px;
    }
    .lineup_col_baseup .lineup_product:nth-of-type(odd) {
        flex-direction: row-reverse;
    }
    .lineup_product {
        width: 50%;
    }
    .lineup_col:not(:first-of-type) .lineup_product {
        border-top: 1px solid #000;
    }
    .lineup_product.lineup_product_1col {
        width: 100%;
    }
    .lineup_product_model {
        min-height: 480px;
        width: 36%;
    }
    .lineup_product_1col .lineup_product_model {
        padding-top: 35.347%;
    }
    .lineup_product_info {
        width: 64%;
    }
    .lineup_mu .lineup_product_model {
        background-size: cover;
    }
    .lineup_product_model_1 {
        background: url(../img/bleach/lineup_img_model_1.jpg) no-repeat center top;
    }
    .lineup_product_model_2 {
        background: url(../img/bleach/lineup_img_model_2.jpg) no-repeat center top;
        border-left: solid 1px #000;
    }
    .lineup_product_model_3 {
        background: url(../img/bleach/lineup_img_model_3.jpg) no-repeat center top;
    }
    .lineup_product_txtbox {
        display: grid;
        place-content: center;
        border-bottom: 1px solid #000;
    }
    .lineup_product_txt_area {
        margin-left: 40px;
    }
    .lineup_product_txtbox_info {
        font-size: 12px;
        text-align: right;
        position: absolute;
        bottom: 16px;
        right: 17px;
    }
    .lineup_product_txt {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        width: 740px;
    }
    .lineup_product_en {
        font-size: 36px;
        line-height: 1.222;
    }
    .lineup_bb .lineup_product_en {
        font-size: 30px;
    }
    .lineup_product_jp {
        font-size: 20px;
        margin-top: 11px;
    }
    .lineup_product_pkg {
        filter: drop-shadow(12px 30px 30px rgba(0, 0, 0, 0.16));
    }
    .lineup_product_arrow_icon {
        width: 10px;
        height: 6px;
        transition: background 0.4s 0.2s;
    }
    .lineup_product_arrow {
        height: 60px;
        position: relative;
        overflow: hidden;
    }
    .lineup_product_arrow::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #000;
        width: 100%;
        height: 110%;
        transition: transform 0.4s cubic-bezier(0.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .lineup_product:hover .lineup_product_arrow::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .lineup_product:hover .lineup_product_arrow_icon {
        background-image: url(../img/default/icon_arrow_white.svg);
    }
    .lineup_btn_inner {
        width: 400px;
        padding: 19px 0 24px;
    }
    .lineup_btn_en {
        font-size: 28px;
    }
    .lineup_btn_jp {
        font-size: 16px;
        margin-top: 7px;
    }
    .lineup_product_list {
        margin-bottom: 35px;
    }
    .lineup_product_item + .lineup_product_item {
        margin-top: 12px;
    }
    .lineup_product_item {
        font-size: 20px;
        width: fit-content;
        padding: 8px 14px 8px 42px;
    }
    .lineup_product_item_sm {
        font-size: 17px;
    }
    .lineup_product_item_info {
        font-size: 12px;
        margin-left: 2px;
    }
    .lineup_product_item::before {
        width: 22px;
        height: 22px;
        left: 12px;
    }
    .lineup_product_item::after {
        top: 12px;
        left: 18px;
        width: 9px;
        height: 19px;
        transform: rotate(41deg);
    }
    .lineup_product_list_plex .lineup_product_item{
        padding: 8px 12px 8px 42px;
    }
    .lineup_product_list_plex .lineup_product_item::after {
        border-bottom: 3px solid var(--color-plex);
        border-right: 3px solid var(--color-plex);
    }
    .lineup_product_list_base .lineup_product_item::after {
        border-bottom: 3px solid var(--color-base-up);
        border-right: 3px solid var(--color-base-up);
    }
    .lineup_product_list_airy .lineup_product_item::after {
        border-bottom: 3px solid var(--color-airy);
        border-right: 3px solid var(--color-airy);
    }
}
@media (max-width: 519px) {
    .lineup_ttl {
        top: -2rem;
        left: -2.4rem;
        font-size: 4.8rem;
    }
    .lineup_col {
        flex-direction: column;
    }
    .lineup_col + .lineup_col {
        padding-top: 2rem;
    }
    .lineup_col_baseup .lineup_product:nth-of-type(odd) {
        flex-direction: row-reverse;
    }
    .lineup_product {
        position: relative;
        flex-direction: column;
    }
    .lineup_product_inner_sp{
        display: flex;
    }
    .lineup_product_model {
        padding-top: 74.6%;
    }
    .lineup_mu .lineup_product_model_1 {
        background: url(../img/bleach/lineup_img_model_sp_1.jpg) no-repeat center top;
        background-size: cover;
    }
    .lineup_mu .lineup_product_model_2 {
        background: url(../img/bleach/lineup_img_model_sp_2.jpg) no-repeat center top;
        background-size: cover;
        border-left: solid 1px #000;
    }
    .lineup_mu .lineup_product_model_3 {
        background: url(../img/bleach/lineup_img_model_sp_3.jpg) no-repeat center top;
        background-size: cover;
    }
    .lineup_product_txt {
        width: 14.9rem;
        padding: 2.2rem 0 2.5rem 1.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 1.5rem;
    }
    .lineup_product_en {
        font-size: 2.4rem;
        line-height: 1.1666;
    }
    .lineup_bb .lineup_product_en {
        font-size: 2rem;
    }
    .lineup_product_jp {
        font-size: 1.4rem;
        margin-top: 0.5rem;
    }
    .lineup_product_list_wrap {
        background-color: #fff;
        padding: 2.5rem 1.6rem;
    }
    .lineup_product_list_wrap_border {
        border-top: solid 1px #000;
    }
    .lineup_product_item {
        font-size: 1.4rem;
        padding: 1rem 4rem;
    }
    .lineup_product_item + .lineup_product_item {
        margin-top: 0.6rem;
    }
    .lineup_product_item_info {
        font-size: 1rem;
    }
    .lineup_product_item_sm {
        font-size: 1.2rem;
    }
    .lineup_product_txtbox_info {
        font-size: 1rem;
        text-align: right;
        margin-top: 0.8rem;
    }
    .lineup_product_pkg {
        width: 4.5rem;
        filter: drop-shadow(0.6rem 1.5rem 1.5rem rgba(0, 0, 0, 0.16));
    }
    .lineup_product_arrow {
        height: 3.4rem;
        height: 3.4rem;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #eee;
        border-top: solid 1px #000;
    }
    .lineup_product_arrow_icon {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
    }
    .lineup_btn {
        border-top: 1px solid #000;
    }
    .lineup_btn_inner {
        width: 85%;
        padding: 1rem 0 1.3rem;
        background-size: 0.7rem auto;
    }
    .lineup_btn_en {
        font-size: 1.8rem;
    }
    .lineup_btn_jp {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    .lineup_product_item::before {
        width: 1.5rem;
        height: 1.5rem;
        left: 1.2rem;
    }
    .lineup_product_item::after {
        top: 2.3rem;
        left: 1.6rem;
        width: 0.6rem;
        height: 1.3rem;
        transform: rotate(37deg);
    }
    .lineup_product_list_plex .lineup_product_item::after {
        border-bottom: 2px solid var(--color-plex);
        border-right: 2px solid var(--color-plex);
    }
    .lineup_product_list_base .lineup_product_item::after {
        border-bottom: 2px solid var(--color-base-up);
        border-right: 2px solid var(--color-base-up);
    }
    .lineup_product_list_airy .lineup_product_item::after {
        border-bottom: 2px solid var(--color-airy);
        border-right: 2px solid var(--color-airy);
    }
    .lineup_product_list_airy_wrap{
        padding: 2.5rem 1.6rem ;
    }
    .lineup_product_item_padding{
        padding: 1rem 2rem 1rem 4rem;
    }
    .lineup_product_item_1::after {
        top: 1.3rem;
    }
}

/* よくある質問 */
.qa_list_bleach .qa_question_inner::before{
    color: #f6ec4f;
}
.qa_list_plex .qa_question_inner::before{
    color: var(--color-plex);
}
.qa_list_baseup .qa_question_inner::before{
    color: var(--color-base-up);
}
.qa_list_airy .qa_question_inner::before{
    color: var(--color-airy);
}

.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;
}
.qa_other_area_item {
    border: solid 1px #000;
}
.qa_other_area_link {
    font-weight: 700;
    display: block;
    font-style: italic;
}
.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;
}
.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;
}
@media (min-width: 520px) {
    .qa_other_area {
        padding-block: 32px;
    }
    .qa_other_area_ttl {
        font-size: 18px;
    }
    .qa_other_area_list {
        column-gap: 20px;
        margin-top: 20px;
    }
    .qa_other_area_link {
        font-size: 16px;
        width: 346px;
        padding-block: 18px 16px;
        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;
        right: 50%;
        transition: background 0.4s 0.2s;
        z-index: 2;
        margin-right: -110px;
    }
    .qa_other_area_link_inner {
        z-index: 3;
        position: relative;
        transition: color 0.6s;
    }
    .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_another_area_link {
        padding: 1.5rem 3.1rem;
    }
    .qa_another_area_link_inner::after {
        margin-right: -12rem;
    }

    .qa_other_area {
        padding-block: 2rem;
    }
    .qa_other_area_list {
        flex-wrap: wrap;
        gap: 0.8rem 1.5rem;
        margin-top: 0.8rem;
    }
    .qa_other_area_link {
        font-size: 1rem;
        width: 15rem;
        padding-block: 1.7rem 1.6rem;
        padding-left: 1.3rem;
        position: relative;
    }
    .qa_other_area_link_inner::after {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        right: 50%;
        margin-right: -6.6rem;
    }
    .qa_other_area_link_txt_en {
        font-size: 1.2rem;
    }
}

/* cp_mv */
.cp {
    border-top: 1px solid #000;
}
.cp_mv {
    position: relative;
}
.cp_mv_img {
    width: 100%;
    height: auto;
}
.cp_mv_txt {
    font-weight: 700;
    text-align: center;
    font-style: italic;
    border-top: 1px solid #000;
    position: relative;
}
.cp_mv_txt_speech {
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: url(../img/bleach/cp_mv_speech.png) no-repeat 50% / contain;
    position: absolute;
    bottom: calc(100% + 1px);
}
@media (min-width: 520px) {
    .cp {
        margin-top: 45px;
    }
    .cp_mv_txt {
        padding: 9px 0;
        font-size: 32px;
    }
    .cp_mv_txt_speech {
        width: 124px;
        height: 135px;
        margin-right: 227px;
        padding-top: 25px;
        padding-right: 2px;
        font-size: 30px;
        right: 50%;
    }
}
@media (max-width: 519px) {
    .cp {
        margin-top: 4rem;
    }
    .cp_mv_txt {
        padding: 1.2rem 0;
        font-size: 1.4rem;
    }
    .cp_mv_txt_speech {
        width: 6.2rem;
        height: 6.75rem;
        padding-top: 1.1rem;
        padding-right: 0.2rem;
        font-size: 1.5rem;
        left: 1.8rem;
    }
}
.cp_mv_txt_speech {
    translate: 0 30px;
    opacity: 0;
    transition: translate 0.5s, opacity 0.5s;
}
.is_animated.cp_mv_txt_speech {
    translate: 0 0;
    opacity: 1;
}

.cp_mv_catch {
    position: absolute;
    color: #fff;
    font-weight: 700;
}
@media (min-width: 520px) {
    .cp_mv_catch {
        top: 28%;
        width: 58%;
        right: -2.4%;
        text-align: center;
    }
    .cp_mv_catch .cp_mv_catch_word_in_m {
        font-size: 43.75px;
        letter-spacing: 0;
    }
    .cp_mv_catch .cp_mv_catch_word_in_l {
        font-size: 75px;
        letter-spacing: 0;
    }
    /* .cp_mv_catch .font_montserrat {
        font-size: 90px;
    } */
    .cp_mv_catch_word{
        display: inline-block;
        transform: skew(-9deg);
        position: relative;
    }
    .cp_mv_catch_word::before{
        content: '';
        width: 100%;
        height: 74%;
        display: block;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: 0;
        transition: transform 0.2s 0s;
    }
    .cp_mv_catch_in {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;

    }
    .cp_mv_catch_word_in {
        position: relative;
        z-index: 1;
        opacity: 0;
        padding: 0 8px;
        transition: opacity 0.2s;
        text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5);
    }
    .cp_mv.is_animated .cp_mv_catch_word::before{
        transform: scaleX(1);
        transition: transform 0.5s 0s;
    }
    .cp_mv.is_animated .cp_mv_catch_word_in{
        opacity: 1;
        transition: opacity 0.5s 0.3s;
    }
    .cp_mv.is_animated .cp_mv_catch_word_2::before {
        transition-delay: 0.2s;
    }
    .cp_mv.is_animated .cp_mv_catch_word_2 .cp_mv_catch_word_in {
        transition-delay: 0.5s;
    }
}
@media (max-width: 519px) {
    .cp_mv_catch {
        font-size: 2.8rem;
        top: 49%;
        left: 0%;
        line-height: 1.2;
        text-align: center;
    }
    .cp_mv_catch_word_1 .cp_mv_catch_word_in_m {
        font-size: 2.0175rem;
        letter-spacing: 0;
        line-height: 1;
    }
    .cp_mv_catch .cp_mv_catch_word_in_l {
        font-size: 3.45rem;
        letter-spacing: 0;
    }
    .cp_mv_catch_in {
        display: inline-block;
        transform: skew(-9deg);
        position: relative;
        padding: 0 0.4rem;
    }
    .cp_mv_catch_in::before{
        content: '';
        width: 100%;
        height: 70%;
        display: block;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 0%;
        transform: scaleX(0);
        transform-origin: 0;
        transition: transform 0.2s;
    }
    .cp_mv_catch_word {
        position: relative;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.2s;
        text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.5);
    }
    .cp_mv.is_animated .cp_mv_catch_in_1::before{
        transform: scaleX(1);
        transition: transform 0.5s;
    }
    .cp_mv.is_animated .cp_mv_catch_in_1 .cp_mv_catch_word{
        opacity: 1;
        transition: opacity 0.5s 0.3s;
    }
    .cp_mv.is_animated .cp_mv_catch_in_2::before{
        transform: scaleX(1);
        transition: transform 0.5s 0.2s;
    }
    .cp_mv.is_animated .cp_mv_catch_in_2 .cp_mv_catch_word{
        opacity: 1;
        transition: opacity 0.5s 0.5s;
    }

}

/* cp_tab */
.cp_tab_wrap input[type='radio'] {
    display: none;
}
.cp_tab_area {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: center;
}
.cp_tab_label {
    text-align: center;
    font-style: italic;
    color: #fff;
    background-color: #b1b5c0;
    position: relative;
    transition: color 0.4s, background-color 0.4s;
    cursor: pointer;
}
.cp_tab_label::after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    position: absolute;
    left: 0;
    right: 0;
}
.cp_tab_label_en {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    display: inline-block;
    position: relative;
}
.cp_tab_label_en::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cp_tab_label_num {
    font-weight: 700;
}
.cp_tab_label_ja {
    font-weight: 700;
    position: relative;
    z-index: 10;
}
.cp_tab_content {
    display: none;
    width: 100%;
    position: relative;
}
.cp_tab_content_inner.tab_show {
    opacity: 1;
}
.cp_tab_content_inner {
    opacity: 0;
    transition: opacity 0.2s 0s;
}

.cp_tab_label + .cp_tab_label {
    border-left: 1px solid #fff;
}

.cp_tab_content_txt_wrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cp_tab_content_txt_inner {
    margin-right: auto;
    font-weight: 900;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    text-align: left;
    background: rgb(175,56,81);
    background: linear-gradient(-45deg, rgba(175,56,81,1) 0%, rgba(137,86,201,1) 47%, rgba(58,162,81,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: sticky;
    left: 0;
    transform-origin: 0 100%;
    z-index: 10;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: sideways;
    text-orientation: sideways;
}
@media (min-width: 520px) {
    .cp_tab_label {
        width: 50%;
        height: 176px;
    }
    .cp_tab_label::after {
        border-width: 14px 5px 0 5px;
        bottom: 30px;
    }
    .cp_tab_label_en {
        padding-top: 30px;
        font-size: 22px;
    }
    .cp_tab_label_num {
        font-size: 28px;
    }
    .cp_tab_label_ja {
        padding-top: 10px;
        font-size: 28px;
    }

    .cp_tab_content_txt_inner {
        padding-inline: 20px;
        font-size: 96px;
        line-height: 96px;
        translate: -55px 0;
        top: 90px;
    }
}
@media (max-width: 519px) {
    .cp_tab_label {
        width: 50%;
        height: 8.8rem;
    }
    .cp_tab_label::after {
        border-width: 0.8rem 0.3rem 0 0.3rem;
        bottom: 1.7rem;
    }
    .cp_tab_label_en {
        padding-top: 1.4rem;
        font-size: 1.1rem;
    }
    .cp_tab_label_num {
        font-size: 1.4rem;
    }
    .cp_tab_label_ja {
        padding-top: 0.4rem;
        font-size: 1.4rem;
    }

    .cp_tab_content_txt_inner {
        padding-inline: 2rem;
        font-size: 4.8rem;
        line-height: 1;
        translate: -2.3rem 0;
        top: 4rem;
    }
}
#cp_tab1:checked ~ .cp_tab_area .cp_tab1_label,
#cp_tab2:checked ~ .cp_tab_area .cp_tab2_label {
    color: #fff;
    background-color: #000;
}
.cp_tab_label:hover .cp_tab_label_ja,
#cp_tab1:checked ~ .cp_tab_area .cp_tab1_label .cp_tab_label_ja,
#cp_tab2:checked ~ .cp_tab_area .cp_tab2_label .cp_tab_label_ja {
    color: #f6ec4f;
}
#cp_tab1:checked ~ .content_area .cp_tab_content_1,
#cp_tab2:checked ~ .content_area .cp_tab_content_2 {
    display: block;
}
@media (min-width: 520px) {
    @media (hover:hover) {
        .cp_tab_label::before {
            content: '';
            width: 100%;
            height: 100%;
            background-color: #000;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            transform: scaleX(0);
            transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
            transform-origin: 100% 0;
        }
        .cp_tab_label:hover::before {
            transform: scaleX(1);
            transform-origin: 0 0;
        }
    }
}

/* prize */
.prize_area {
    position: relative;
}
.prize {
    position: relative;
}
.prize_campaign_end {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(246,236,79,0.95);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.prize_campaign_end_ttl {
    font-weight: 900;
}
.prize_campaign_end_subttl {
    font-weight: 700;
}
.prize_campaign_end_ttl,
.prize_campaign_end_subttl,
.prize_campaign_end_txt,
.prize_campaign_end_subtxt {
    letter-spacing: 0;
}
.cp_tab_content_2 .prize_campaign_end_inner {
    align-items: center;
    text-align: center;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.prize_campaign_end_list {
    display: flex;
}
.prize_campaign_end_list a {
    background-color: #000;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
}
.prize_img {
    width: 100%;
    height: auto;
}
.prize_ttl {
    font-weight: 700;
    text-align: left;
    color: #fff;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}
.prize_ttl_inner {
    display: inline-block;
    transform: skew(-9deg);
    position: relative;
}
.prize_ttl_inner::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.prize_ttl_word {
    position: relative;
    z-index: 1;
}
.prize_img_icon {
    font-weight: 700;
    line-height: 1.2;
    font-style: italic;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    background: rgb(175,56,81);
    background: linear-gradient(45deg, rgba(175,56,81,1) 0%, rgba(137,86,201,1) 47%, rgba(58,162,81,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.prize_txt {
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}
.prize_txt_red {
    color: #ff0101;
}
.prize_txt_s {
    display: block;
    font-weight: 400;
}
.cp_welcome_box {
    text-align: center;
}
.cp_welcome_ttl {
    background-color: #000;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 3;
}
.cp_welcome_ttl::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    clip-path: polygon(22% 0, 0 98%, 100% 0);
    background-color: #000;
}
.cp_welcome_img_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.cp_welcome_img {
    position: relative;
    border: 1px solid #000;
    background-color: #fff;
}
.cp_welcome_img_1 .cp_welcome_img_caption {
    left: -1px;
    bottom: -1px;
}
.cp_welcome_img_3 .cp_welcome_img_caption {
    right: -1px;
    top: -1px;
}
.cp_welcome_img_caption {
    position: absolute;
    background-color: #fff;
    color: #000;
    font-style: italic;
    font-weight: 700;
    border: 1px solid #000;
}
.cp_welcome_img::before {
    content: '';
    height: 1px;
    background-color: #000;
    position: absolute;
}
.cp_welcome_img_1::before {
    left: 0;
    width: 83%;
}
.cp_welcome_img_2::before {
    right: 0;
    width: 81.2%;
}
.cp_welcome_img_3::before {
    left: 0;
    width: 92%;
}
@media (min-width: 520px) {
    .header {
        min-width: 1360px;
    }
    .prize {
        padding-block: 104px;
        display: flex;
        background-color: #fff;
    }
    .cp_tab_content_1 .prize {
        padding-bottom: 1195px;
    }
    .cp_tab_content_1 .prize_campaign_end_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 74px;
        width: 1020px;
        margin: auto;
    }
    .prize_campaign_end_info {
        width: 100%;
    }
    .cp_tab_content_1 .prize_campaign_end_ttl {
        font-size: 40px;
        line-height: calc(60/40);
        margin-top: -10px;
    }
    .cp_tab_content_1 .prize_campaign_end_txt {
        font-size: 24px;
        line-height: calc(38/24);
        font-weight: 500;
        margin-top: 12px;
    }
    .cp_tab_content_2 .prize_img_wrap {
        z-index: 12;
    }
    .cp_tab_content_2 .prize_campaign_end_inner {
        width: calc(100% - 44.2%);
    }
    .cp_tab_content_2 .prize_campaign_end_ttl {
        font-size: 56px;
        line-height: calc(86/56);
    }
    .cp_tab_content_2 .prize_campaign_end_txt {
        font-size: 36px;
        line-height: calc(56/36);
        font-weight: 500;
        margin-top: 37px;
    }
    .prize_campaign_end_subttl_wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 22px;
    }
    .prize_campaign_end_subttl {
        font-weight: 700;
        font-size: 28px;
        line-height: calc(42/28);
        margin-top: 22px;
    }
    .prize_campaign_end_subtxt {
        font-size: 18px;
        line-height: calc(32/18);
        font-weight: 500;
    }
    .prize_campaign_end_marker {
        background-color: #000;
        color: #fff;
        padding: 0 4px;
    }
    .prize_campaign_end_list {
        gap: 0 16px;
        margin-bottom: 10px;
    }
    .prize_campaign_end_list a {
        padding: 16px 28px;
        font-size: 16px;
        line-height: calc(26 / 16);
        width: 220px;
    }
    .prize_inner {
        width: calc(100% - 44.2%);
        padding-left: 185px;
    }
    .prize_ttl {
        font-size: 40px;
    }
    .prize_ttl_word {
        padding: 0 7px;
    }
    br + .prize_ttl_inner {
        margin-top: 4px;
    }
    .prize_img_icon {
        width: 166px;
        height: 166px;
        font-size: 30px;
        bottom: 23px;
        right: 54px;
        padding-bottom: 12px;
    }
    .prize_img_icon_l {
        font-size: 50px;
        letter-spacing: 0;
    }
    .prize_txt {
        width: 500px;
        margin-top: 60px;
        font-size: 24px;
    }
    .prize_txt_s {
        font-size: 16px;
        margin-top: 4px;
        margin-bottom: 10px;
    }
    .prize_img_wrap {
        width: 44.2%;
        position: relative;
    }
    .prize_img_gift {
        margin-top: 32px;
    }
    .cp_welcome_box {
        margin-top: 135px;
    }
    .cp_welcome_ttl {
        font-size: 40px;
        line-height: 1;
        padding: 23px 45px;
    }
    .cp_welcome_ttl::after {
        width: 35px;
        height: 27px;
        margin-left: 15px;
    }
    .cp_welcome_img_wrap {
        margin-top: 30px;
    }
    .cp_welcome_img_1 {
        margin-top: -55px;
        z-index: 2;
    }
    .cp_welcome_img_2 {
        margin-top: 32px;
        margin-left: -24px;
    }
    .cp_welcome_img_3 {
        margin-left: 24px;
    }
    .cp_welcome_img_caption {
        font-size: 20px;
        line-height: 1;
        padding: 13px 17px;
    }
    .cp_welcome_img_1::before {
        bottom: -11px;
    }
    .cp_welcome_img_2::before {
        top: -11px;
    }
    .cp_welcome_img_3::before {
        bottom: -11px;
    }
}
@media (max-width: 519px) {
    .prize {
        padding-top: 10.8rem;
        padding-left: 4.2rem;
        padding-bottom: 4rem;
        background-color: #fff;
    }
    .cp_tab_content_1 .prize {
        padding-bottom: 149.5rem;
    }
    .cp_tab_content_1 .prize_campaign_end_inner {
        padding-top: 3.3rem;
        padding-left: 1.6rem;
    }
    .cp_tab_content_1 .prize_campaign_end_ttl {
        font-size: 2.6rem;
        line-height: calc(78/52);
    }
    .cp_tab_content_1 .prize_campaign_end_txt {
        font-size: 1.6rem;
        line-height: calc(50/32);
        font-weight: 500;
        margin-top: 0.8rem;
    }

    .cp_tab_content_2 .prize_campaign_end_ttl {
        font-size: 2.8rem;
        line-height: calc(86/56);
    }
    .cp_tab_content_2 .prize_campaign_end_txt {
        font-size: 1.8rem;
        line-height: calc(56/36);
        font-weight: 500;
        margin-top: 1.7rem;
    }
    .cp_tab_content_1 .prize_campaign_end .prize_img,
    .cp_tab_content_2 .prize_campaign_end .prize_img {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 30rem;
        margin-top: 2.7rem;
        margin-left: 2.3rem;
    }
    .cp_tab_content_2 .prize_campaign_end .prize_img {
        margin-right: 0;
        margin-left: auto;
    }

    .prize_campaign_end_subttl {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: calc(54.6/32);
        margin-top: 1.8rem;
    }
    .prize_campaign_end_subtxt {
        font-size: 1.2rem;
        line-height: calc(42/24);
        margin-top: 1.3rem;
        font-weight: 500;
    }
    .prize_campaign_end_marker {
        background-color: #000;
        color: #fff;
        padding: 0.2rem 0.2rem;
    }
    .prize_campaign_end_list {
        gap: 0 1.1rem;
        margin-top: 2rem;
        padding-right: 1.6rem;
        justify-content: space-between;
    }
    .prize_campaign_end_list > li {
        width: calc(50% - 0.55rem);
    }
    .prize_campaign_end_list a {
        padding: 1.2rem 0;
        font-size: 1.2rem;
        line-height: calc(36.4 / 24);
    }
    .cp_tab_content_2 .prize {
        padding-top: 8rem;
    }
    .prize_ttl {
        font-size: 1.9rem;
        position: absolute;
        top: -6.7rem;
        left: -2.3rem;
    }
    .cp_tab_content_2 .prize_ttl {
        top: -3.8rem;
        font-size: 2rem;
    }
    .prize_ttl_word {
        padding: 0 0.7rem;
    }
    br + .prize_ttl_inner {
        margin-top: 0.2rem;
    }
    .prize_img_icon {
        width: 8rem;
        height: 8rem;
        font-size: 1.5rem;
        bottom: 1.5rem;
        right: 1.6rem;
        padding-bottom: 0.5rem;
    }
    .prize_img_icon_l {
        font-size: 2.5rem;
    }
    .prize_txt {
        margin-top: 2.1rem;
        font-size: 1.5rem;
    }
    .prize_txt_s {
        font-size: 1.2rem;
        margin-top: 0.2rem;
        margin-bottom: 0.8rem;
    }
    .prize_img_gift {
        width: calc(100% - 1.6rem);
        height: auto;
        margin-top: 2rem;
    }
    .cp_welcome_box {
        margin-top: 7rem;
        padding: 0 1.6rem;
    }
    .cp_welcome_ttl {
        text-align: left;
        margin-right: 0;
        margin-left: auto;
        display: block;
        width: 20.9rem;
        padding: 1.5rem 0 1.3rem 1.5rem;
        font-size: 2.2rem;
        line-height: calc(52/44);
    }
    .cp_welcome_img_wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -5.5rem;
    }
    .cp_welcome_img_1 {
        width: 18.6rem;
        margin-left: 0;
        margin-right: auto;
    }
    .cp_welcome_img_2 {
        width: 15rem;
        margin-right: 0;
        margin-left: auto;
        margin-top: -12.7rem;
    }
    .cp_welcome_img_3 {
        width: 18.9rem;
        margin-top: -2rem;
        margin-right: 4.4rem;
    }
    .cp_welcome_img img {
        width: 100%;
        height: auto;
    }
    .cp_welcome_img_caption {
        font-size: 1.2rem;
        line-height: 1;
        padding: 0.8rem 0.6rem;
    }
    .cp_welcome_img_1::before {
        width: 81%;
        bottom: -1rem;
    }
    .cp_welcome_img_2::before {
        width: 75%;
        top: -1rem;
    }
    .cp_welcome_img_3::before {
        bottom: -1rem;
    }
}

.cp_tab_wrap .prize_ttl .prize_ttl_inner::before{
    transform: scaleX(0);
    transform-origin: 0;
    transition: transform 0.5s;
}
.cp_tab_wrap.is_animated .tab_show .prize_ttl .prize_ttl_inner_1:before,
.cp_tab_wrap.is_animated .tab_show .prize_ttl .prize_ttl_inner_2:before,
.cp_tab_wrap.is_animated .tab_show .prize_ttl .prize_ttl_inner_3:before {
    transform: scaleX(1);
    transition-property: transform;
    transition-duration: 0.5s;
}
.cp_tab_wrap.is_animated .tab_show .prize_ttl .prize_ttl_inner_1:before {
    transition-delay: 0s;
}
.cp_tab_wrap.is_animated .tab_show .prize_ttl .prize_ttl_inner_2:before {
    transition-delay: 0.3s;
}
.cp_tab_wrap.is_animated .tab_show .prize_ttl .prize_ttl_inner_3:before {
    transition-delay: 0.6s;
}

.cp_tab_wrap .prize_ttl .prize_ttl_word {
    opacity: 0;
}
.cp_tab_wrap.is_animated .tab_show .prize_ttl_inner_1 .prize_ttl_word,
.cp_tab_wrap.is_animated .tab_show .prize_ttl_inner_2 .prize_ttl_word,
.cp_tab_wrap.is_animated .tab_show .prize_ttl_inner_3 .prize_ttl_word {
    transition-property: opacity;
    opacity: 1;
    transition-duration: 0.5s;
}
.cp_tab_wrap.is_animated .tab_show .prize_ttl_inner_1 .prize_ttl_word {
    transition-delay: 0.4s;
}
.cp_tab_wrap.is_animated .tab_show .prize_ttl_inner_2 .prize_ttl_word {
    transition-delay: 0.7s;
}
.cp_tab_wrap.is_animated .tab_show .prize_ttl_inner_3 .prize_ttl_word {
    transition-delay: 1s;
}

.prize_img_icon {
    translate: 0 30px;
    opacity: 0;
}
.cp_tab_wrap.is_animated .tab_show .prize_img_icon {
    transition-property: opacity,translate;
    transition-duration: 0.5s,0.5s;
    transition-delay: 0.9s,0.9s;
    translate: 0 0;
    opacity: 1;
}

/* prize_model */
.prize_model {
    text-align: center;
}
.prize_model_list {
    display: flex;
    justify-content: center;
}
.prize_model_listitem {
    position: relative;
}
.prize_model_listitem::before,
.prize_model_listitem::after {
    content: '';
    display: block;
    position: absolute;
    background: rgb(175,56,81);
    background: linear-gradient(0deg, rgba(175,56,81,1) 0%, rgba(137,86,201,1) 47%, rgba(58,162,81,1) 100%);
}
.prize_model_listitem::before {
    z-index: 3;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.prize_model_listitem::after {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.prize_model_img {
    border: 1px solid #000;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.prize_model_ttl_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prize_model_ttl_date {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-style: italic;
}
.prize_model_ttl_date::before,
.prize_model_ttl_date::after {
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #000;
}
.prize_model_ttl_date::before {
    left: 0;
    rotate: -114deg;
    transform-origin: left 0%;
}
.prize_model_ttl_date::after {
    right: 0;
    rotate: 114deg;
    transform-origin: right 0%;
}
.prize_model_ttl {
    color: #fff;
    transform: skew(-9deg);
    display: inline-block;
    font-weight: 700;
}
@media (min-width: 520px) {
    .prize_model {
        margin-top: 142px;
    }
    .prize_model_ttl_wrap {
        gap: 22px 0;
    }
    .prize_model_ttl_date {
        font-size: 32px;
        padding: 0 16px;
    }
    .prize_model_ttl_date_s {
        font-size: 24px;
    }
    .prize_model_ttl {
        padding: 0 10px 2px;
        font-size: 38px;
        background-color: #000;
    }
    .prize_model_ttl_date::before,
    .prize_model_ttl_date::after {
        width: 36px;
        height: 2px;
    }
    .prize_model_list {
        margin-top: 52px;
        gap: 0 56px;
    }
    .prize_model_listitem::before {
        width: 80px;
        height: 80px;
        top: -8px;
        left: -8px;
    }
    .prize_model_listitem::after {
        bottom: -16px;
        right: -16px;
    }
}
@media (max-width: 519px) {
    .prize_model {
        padding-inline: 1.6rem;
        margin-top: 7.3rem;
    }
    .prize_model_ttl_wrap {
        gap: 0.7rem 0;
    }
    .prize_model_ttl_date {
        font-size: 1.6rem;
        padding: 0 1rem;
        line-height: calc(40 / 32);
    }
    .prize_model_ttl_date_s {
        font-size: 1.2rem;
    }
    .prize_model_ttl {
        font-size: 1.9rem;
        line-height: 1.6;
    }
    .prize_model_ttl_date::before,
    .prize_model_ttl_date::after {
        width: 3.6rem;
        height: 1px;
    }
    .prize_model_ttl_in {
        background-color: #000;
        padding: 0 0.4rem;
    }
    .prize_model_list {
        flex-direction: column;
        margin-top: 3.2rem;
        gap: 4rem 0;
        padding-left: 0.5rem;
        padding-right: 1rem;
    }
    .prize_model_listitem::before {
        width: 5rem;
        height: 5rem;
        top: -0.8rem;
        left: -0.8rem;
    }
    .prize_model_listitem::after {
        bottom: -1.2rem;
        right: -1.2rem;
    }
    .prize_model_img {
        width: 100%;
        height: auto;
    }
}

/* cp_step */
.cp_step {
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #eee;
}
.cp_step_inner {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #fff;
}
.cp_step_box + .cp_step_box {
    border-top: 1px solid #000;
}
.cp_step_box_ttl {
    font-weight: 700;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}
.cp_step_box_txt,
.cp_step_box_sns_txt {
    line-height: 1.5;
}
.cp_step_box_txt_red {
    color: #ff0101;
}
.cp_step_img {
    width: 100%;
    height: auto;
}
.cp_step_box_sns_list_link {
    color: #fff;
    background-color: #000;
    display: block;
}
.cp_step_box_note {
    border-color: #ff0101;
    border-style: solid;
    color: #ff0101;
    display: inline-block;
    text-align: left;
    font-weight: 700;
    background: url(../img/bleach/icon_receipt.svg) no-repeat;
}
@media (min-width: 520px) {
    .cp_step_inner {
        margin-inline: 170px;
    }
    .cp_step_box {
        padding-block: 40px;
    }
    .cp_step_box_ttl {
        font-size: 36px;
    }
    .cp_step_box_txt {
        margin-top: 20px;
        font-size: 18px;
    }
    .cp_step_area {
        margin-top: -12px;
        padding-bottom: 40px;
        display: flex;
        align-items: center;
    }
    .cp_step_img {
        width: 50%;
    }
    .cp_step_area_right {
        width: 50%;
    }
    .cp_step_box_sns_txt {
        font-size: 18px;
    }
    .cp_step_box_sns_list {
        margin-top: 24px;
    }
    .cp_step_box_sns_list.cp_step_box_sns_list_horizontal {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 8px;
        margin-top: 32px;
    }
    .cp_step_box_sns_list.cp_step_box_sns_list_horizontal > li + li{
        margin-top: 0;
    }
    .cp_step_box_sns_list > li + li {
        margin-top: 8px;
    }
    .cp_step_box_sns_list_link {
        width: 330px;
        margin-inline: auto;
        padding-block: 13px;
        font-size: 16px;
    }
    .cp_step_box_note {
        border-width: 2px;
        border-radius: 12px;
        padding: 11px 10px 11px 67px;
        width: 332px;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 32px;
        letter-spacing: 0.04em;
        background-size: 41px auto;
        background-position: 13px center;
    }
}
@media (max-width: 519px) {
    .cp_step_inner {
        margin-inline: 4.2rem;
    }
    .cp_step_box {
        padding-block: 2.4rem 2rem;
    }
    .cp_step_box_ttl {
        font-size: 2rem;
    }
    .cp_step_box_txt {
        margin-top: 1rem;
        font-size: 1.2rem;
    }
    .cp_step_area_right {
        padding-block: 1.3rem 2.5rem;
    }
    .cp_step_box_sns_txt {
        font-size: 1.2rem;
    }
    .cp_step_box_sns_list {
        margin-top: 1.2rem;
    }
    .cp_step_box_sns_list > li + li {
        margin-top: 0.4rem;
    }
    .cp_step_box_sns_list_link {
        margin-inline: 1.2rem;
        padding-block: 0.5rem;
        font-size: 1.2rem;
    }
    .cp_step_box_note {
        border-width: 0.2rem;
        border-radius: 1.2rem;
        padding: 0.7rem 0.5rem 0.7rem 6rem;
        width: 90%;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-top: 1.6rem;
        letter-spacing: 0.04em;
        background-size: 4.05rem auto;
        background-position: 1rem center;
    }
}
@media (min-width: 520px) {
    @media (hover:hover) {
        .cp_step_box_sns_list_link {
            transition: opacity 0.5s;
        }
        .cp_step_box_sns_list_link:hover {
            opacity: 0.7;
        }
        .prize_campaign_end_list a {
            transition: opacity 0.5s;
        }
        .prize_campaign_end_list a:hover {
            opacity: 0.7;
        }
    }
}

/* application */
.application {
    background-color: #eee;
}
.application_ttl {
    font-weight: 700;
    text-align: left;
    font-style: italic;
    color: #fff;
    background-color: #b1b5c0;
}
.application_area_wrap {
    line-height: 1.4;
    text-align: left;
    border: 1px solid #000;
    background-color: #fff;
}
.application_area {
    overflow-y: scroll;
}
.application_area::-webkit-scrollbar {
    background-color: #ccc;
}
.application_area::-webkit-scrollbar-thumb {
    background-color: #000;
}
.application_area_ttl {
    font-weight: 700;
    font-style: italic;
    position: relative;
}
.application_area_ttl::before {
    content: '';
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.application_area p + p,
.application_area ul + p,
.application_area p + ul {
    margin-top: 0.94em;
}
.application_area p + p{
    margin-top: 2em;
}
.application_area ul + p{
    margin-top: 2em;
}
.application_area p + ul {
}
.application_area p + .application_area_ttl,
.application_area ul + .application_area_ttl {
    margin-top: 2em;
}
.application_area p .fw_700 {
    font-weight: 700;
}
.application_area_bold {
    font-weight: 700;
}

.application_area p.application_area_bold + p {
    margin-top: 0.94em;
}
.application_area_detail > li {
    display: flex;
}
.application_area_detail > li p + p {
    margin-top: 0;
}
.application_area_detail_ttl_5 {
    min-width: 5em;
}
.application_area_detail_ttl_8 {
    min-width: 8em;
}
.application_area_detail_ttl_12 {
    min-width: 12em;
}
.application_area_list > li {
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.application_sns_ttl {
    margin-inline: auto;
    font-weight: 700;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    background: rgb(175,56,81);
    background: linear-gradient(45deg, rgba(175,56,81,1) 0%, rgba(137,86,201,1) 47%, rgba(58,162,81,1) 100%);
    transform: skew(-9deg);
}
.application_sns_list {
    display: flex;
    justify-content: center;
}
.application_sns_list_link {
    border-radius: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.application_sns_list_img {
    fill: #fff;
    position: relative;
    z-index: 1;
}
@media (min-width: 520px) {
    .application {
        padding-block: 80px;
    }
    .application_inner {
        margin-left: 170px;
    }
    .application_ttl {
        padding: 15px 35px;
        font-size: 28px;
    }
    .application_area_wrap {
        padding: 40px 30px;
        font-size: 16px;
    }
    .application_area {
        height: 370px;
        padding-right: 24px;
    }
    .application_area::-webkit-scrollbar {
        width: 2px;
    }
    .application_area::-webkit-scrollbar-thumb {
        width: 2px;
    }
    .application_area_ttl {
        padding-bottom: 12px;
        font-size: 24px;
    }
    .application_area_ttl::before {
        height: 6px;
    }

    .application_sns_ttl {
        width: 1020px;
        margin-top: 40px;
        padding-block: 9px;
        font-size: 32px;
    }
    .application_sns_list {
        margin-top: 40px;
        gap: 32px;
    }
    .application_sns_list_link {
        width: 128px;
        height: 128px;
    }
    .application_sns_list_img_1 {
        width: 58px;
    }
    .application_sns_list_img_2 {
        width: 56px;
    }
}
@media (max-width: 519px) {
    .application {
        padding-block: 4rem;
    }
    .application_inner {
        margin-left: 4.2rem;
    }
    .application_ttl {
        padding: 0.7rem 1.8rem;
        font-size: 1.4rem;
    }
    .application_area_wrap {
        padding: 1.5rem;
        font-size: 1rem;
    }
    .application_area {
        height: 32rem;
        padding-right: 1rem;
    }
    .application_area::-webkit-scrollbar {
        width: 0.2rem;
    }
    .application_area::-webkit-scrollbar-thumb {
        width: 0.2rem;
    }
    .application_area_ttl {
        padding-bottom: 1rem;
        font-size: 1.2rem;
    }
    .application_area_ttl::before {
        height: 0.4rem;
    }

    .application_area_detail > li:has(.application_area_detail_ttl_12) {
        flex-direction: column;
    }

    .application_sns_ttl {
        width: 26rem;
        margin-top: 2.4rem;
        padding: 0.6rem 1.25rem;
        font-size: 2rem;
    }
    .application_sns_list {
        margin-top: 2.5rem;
        gap: 2rem;
    }
    .application_sns_list_link {
        width: 8rem;
        height: 8rem;
    }
    .application_sns_list_img_1 {
        width: 3.5rem;
    }
    .application_sns_list_img_2 {
        width: 3.6rem;
    }
}
@media (min-width: 520px) {
    @media (hover:hover) {
        .application_sns_list_link::before {
            content: '';
            width: 100%;
            height: 100%;
            margin: auto;
            border-radius: 50%;
            background-color: #fff;
            display: block;
            transition: scale 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
            position: absolute;
            top: 0;
            left: 0;
            scale: 0;
        }
        .application_sns_list_link:hover::before {
            scale: 0.95;
        }
        .application_sns_list_img {
            transition: fill 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
        }
        .application_sns_list_link:hover .application_sns_list_img {
            fill: #000;
        }
    }
}

/* bleach_review */
.bleach_review {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000;
}
.bleach_review_ttl {
    font-weight: 800;
    line-height: 1;
}
.bleach_review_icn_plex {
    --review-icn-bg: #faea92;
}
.bleach_review_icn_base {
    --review-icn-bg: #f6d78c;
}
.bleach_review_icn_airy {
    --review-icn-bg: #fbd7a9;
}
.bleach_review_icn {
    border-radius: 50%;
    border: 1px solid #000;
    background-color: var(--review-icn-bg);
    position: relative;
    overflow: hidden;
}
.bleach_review_icn_img {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin-inline: auto;
}
.bleach_review_content {
    display: flex;
}
.bleach_review_comment {
    font-weight: 500;
    position: relative;
}
.bleach_review_comment_arrow {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
}
.bleach_review_comment_arrow::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
}
.bleach_review_comment_arrow::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border: 1px solid #000;
    background-color: #fff;
}
.bleach_review_comment_txt {
    line-height: 1.5;
}
.bleach_review_lips_logo img {
    width: 100%;
    height: auto;
}
.bleach_review_emoji1 {
    height: auto;
    vertical-align: middle;
}
.bleach_review_reverse,
.bleach_review_reverse .bleach_review_content {
    flex-direction: row-reverse;
}
.bleach_review:not(.bleach_review_reverse) .bleach_review_comment_arrow {
    right: 100%;
}
.bleach_review_reverse .bleach_review_comment_arrow {
    left: 100%;
    scale: -1 1;
}
@media (min-width: 520px) {
    .bleach_review {
        padding: 48px 140px;
        align-items: center;
        gap: 30px;
    }
    .bleach_review_ttl {
        font-size: 36px;
    }
    .bleach_review_icn {
        min-width: 72px;
        height: 72px;
        margin-inline: 16px;
    }
    .bleach_review_icn_img {
        width: 56px;
        top: 7px;
    }
    .bleach_review_content {
        align-items: center;
    }
    .bleach_review_comment {
        display: flex;
        gap: 30px;
        align-items: center;
    }
    .bleach_review_comment_arrow {
        width: 18px;
    }
    .bleach_review_comment_arrow::after {
        width: 23px;
        height: 23px;
        top: 0;
        bottom: 0;
        margin-block: auto;
        transform: translateX(50%) scaleY(0.3) rotate(45deg);
    }
    .bleach_review_comment_txt {
        font-size: 16px;
    }
    .bleach_review_comment_note {
        font-size: 12px;
        line-height: calc(28/12);
    }
    .bleach_review_lips_logo {
        width: 148px;
        min-width: 148px;
    }
    .bleach_review_emoji1 {
        width: 17px;
    }
    .bleach_review:not(.bleach_review_reverse) .bleach_review_comment {
        padding-left: 30px;
        margin-left: 32px;
    }
    .bleach_review_reverse .bleach_review_comment {
        padding-right: 30px;
        margin-right: 32px;
    }
    .bleach_review_reverse .bleach_review_comment {
        flex-direction: row-reverse;
    }
}
@media (max-width: 519px) {
    .bleach_review {
        padding: 2.4rem 1.5rem;
    }
    .bleach_review_ttl {
        font-size: 1.8rem;
        writing-mode: vertical-rl;
    }
    .bleach_review_icn {
        width: 5.4rem;
        min-width: 5.4rem;
        height: 5.4rem;
    }
    .bleach_review_icn_img {
        width: 4.3rem;
        height: auto;
        top: 0.5rem;
    }
    .bleach_review_comment {
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
        width: 20.5rem;
    }
    .bleach_review_comment_arrow {
        width: 1.1rem;
    }
    .bleach_review_comment_arrow::after {
        width: 1.5rem;
        height: 1.5rem;
        top: 1.8rem;
        transform: translateX(50%) scaleY(0.3) rotate(45deg);
    }
    .bleach_review_comment_txt {
        font-size: 1.2rem;
    }
    .bleach_review_comment_note {
        font-size: 1rem;
        line-height: calc(28/20);
        margin-top: 0.5rem;
    }
    .bleach_review_lips_logo {
        width: 7.4rem;
    }
    .bleach_review_emoji1 {
        width: 1.3rem;
    }
    .bleach_review:not(.bleach_review_reverse) .bleach_review_comment {
        padding-left: 1rem;
        margin-left: 2rem;
    }
    .bleach_review_reverse .bleach_review_comment {
        padding-right: 1rem;
        margin-right: 2rem;
    }
}

/* bleach_movie */
.bleach_movie {
    display: flex;
    border-top: 1px solid #000;
}
.bleach_movie_ttl {
    display: flex;
    justify-content: center;
    font-weight: 800;
}
.movie_wrap_thumb img {
    width: 100%;
    height: auto;
}

.instagram_container {
    position: relative;
    height: 100%;
}
.instagram-media {
    min-width: 100% !important;
    margin: 0 !important;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
@media (min-width: 520px) {
    .bleach_movie_ttl {
        width: 36%;
        justify-content: flex-end;
        align-items: center;
        font-size: 36px;
        padding-right: 48px;
    }
    .bleach_movie_cont {
        border-left: 1px solid #000;
        width: 64%;
        padding-right: 170px;
    }
    .bleach_movie .movie_wrap_concept {
        width: 100%;
        padding-top: calc(382/682 * 100%);
        margin-right: auto;
        margin-left: 0;
        overflow: hidden;
        border-right: 1px solid #000;
    }
    .bleach_movie .movie_wrap_concept + .movie_wrap_concept {
        border-top: 1px solid #000;
    }
    .bleach_movie_reverse {
        flex-direction: row-reverse;
    }
    .bleach_movie_reverse .bleach_movie_cont {
        padding-right: 0;
        padding-left: 170px;
        border-left: none;
        border-right: 1px solid #000;
    }
    .bleach_movie_reverse .movie_wrap_concept {
        border-left: 1px solid #000;
        border-right: none;
    }
    .bleach_movie_reverse .bleach_movie_ttl {
        padding-right: 0;
        padding-left: 48px;
        justify-content: flex-start;
    }
    .instagram_container {
        max-width: 540px;
        height: 890px;
        margin: auto;
    }
    .instagram-media {
        margin-left: auto!important;
        margin-right: auto!important;
    }

}
@media (max-width: 519px) {
    .bleach_movie {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .bleach_movie_ttl {
        width: 12.4%;
        align-items: center;
        writing-mode: tb;
        font-size: 1.8rem;
    }
    .bleach_movie_cont {
        width: 87.6%;
    }
    .bleach_movie .movie_wrap_concept {
        width: 100%;
        /* padding-top: 57.25%; */
        padding-top: calc(382/682 * 100%);
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        overflow: hidden;
    }
    .bleach_movie .movie_wrap_concept + .movie_wrap_concept {
        border-top: none;
    }
    .lineup_product_arrow_sp {
        height: 3.4rem;
        position: relative;
        display: block;
        margin-bottom: 2rem;
        border-bottom: 1px solid #000;
    }

}


/* pickup */
.pickup {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: relative;
    background-color: #fff;
}
.pickup_ttl {
    position: absolute;
    font-weight: 800;
    line-height: 1;
    color: #8ac9ff;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
}
.pickup_main_ttl {
    background-color: #000;
    color: #8ac9ff;
    text-align: center;
    font-weight: 700;
    font-style: italic;
}
.pickup_txt {
    text-align: center;
    font-weight: 700;
    font-style: italic;
}
.pickup_img_wrap {
    display: grid;
}
.pickup_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pickup_btn {
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #000;
    font-weight: 700;
}
.pickup_btn::after {
    content: '';
    margin: auto;
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.movie_wrap_pickup {
    height: 100%;
}
.pickup_space_1,
.pickup_space_2,
.pickup_space_3,
.pickup_space_4 {
    background-color: #8ac9ff;
}
@media (min-width: 520px) {
    .pickup {
        margin-top: 42px;
    }
    .pickup_ttl {
        top: 20px;
        right: -54px;
        font-size: 96px;
    }
    .pickup_main_ttl {
        font-size: 40px;
        line-height: calc(38/40);
        padding: 30px 0;
    }
    .pickup_txt {
        padding: 18px 0 20px;
        font-size: 24px;
        line-height: calc(36/24);
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .pickup_inner {
        padding: 0 64px 64px;
    }
    .pickup_img_wrap {
        border: 1px solid #000;
        grid-template-rows: 35px 0.588fr 0.412fr 33px 33px 38px 38px 33px;
        grid-template-columns: 16.2% 16.2% 2% 16.25% 12.25% 2% auto;
        /* grid-template-rows: 35px 0.31fr 0.226fr 33px 33px 38px 38px 1fr 78px 33px;
        grid-template-columns: 16.2% 16.2% 2% 16.25% 12.25% 2% auto; */
        gap: 0;
    }
    .pickup_img_1 {
        grid-area: 2 / 1 / 7 / 3;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_img_2 {
        border-top: 1px solid #000;
        grid-area: 2 / 4 / 5 / 6;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_img_3 {
        grid-area: 1 / 7 / 4 / 7;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_btn {
        grid-area: 6 / 5 / 8 / 8;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        font-size: 20px;
        line-height: calc(34/20);
    }
    .pickup_btn::after {
        width: 10px;
        height: 6px;
        right: 50%;
        transition: background 0.4s 0.2s;
        z-index: 2;
        margin-right: -270px;
    }
    .pickup_btn::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.78, 0.07, 0, 1) 0.2s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    .pickup_btn:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .pickup_btn:hover::after {
        background-image: url(../img/default/icon_arrow_white.svg);
    }
    .pickup_btn_txt {
        position: relative;
        z-index: 2;
        transition: color 0.4s 0.2s;
    }
    .pickup_btn:hover .pickup_btn_txt {
        color: #fff;
    }
    .pickup_space_1 {
        grid-area: 1 / 1 / 2 / 2;
        border-right: 1px solid #000;
    }
    .pickup_space_2 {
        grid-area: 1 / 6 / 3 / 7;
        border-bottom: 1px solid #000;
    }
    .pickup_space_3 {
        grid-area: 5 / 3 / 8 / 4;
        border-right: 1px solid #000;
    }
    .pickup_space_4 {
        grid-area: 5 / 6 / 5 / 8;
    }
    .pickup_space_5 {
        grid-area: 8 / 1 / 8 / 5;
        position: relative;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        background-color: #8ac9ff;
    }
    .pickup_space_5::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: #fff;
        border-right: 1px solid #000;
    }
    .pickup_space_6 {
        grid-area: 1 / 2 / 2 / 3;
        border-right: 1px solid #000;
    }
    .pickup_space_7 {
        grid-area: 1 / 3 / 2 / 4;
        border-right: 1px solid #000;
    }
    .pickup_space_8 {
        grid-area: 1 / 4 / 2 / 6;
        border-right: 1px solid #000;
    }
    .pickup_space_9 {
        grid-area: 2 / 3 / 5 / 4;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_space_10 {
        border-bottom: 1px solid #000;
        grid-area: 3 / 6 / 4 / 7;
    }
    .pickup_space_11 {
        grid-area: 5 / 4 / 6 / 5;
        border-right: 1px solid #000;
    }
    .pickup_space_12 {
        grid-area: 6 / 4 / 8 / 5;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
    }
    .pickup_space_13 {
        grid-area: 7 / 1 / 8 / 3;
        border-right: 1px solid #000;
    }
    .pickup_space_14 {
        grid-area: 4 / 6 / 5 / 8;
        border-bottom: 1px solid #000;
    }
    .pickup_space_15 {
        grid-area: 5 / 5 / 6 / 6;
        border-right: 1px solid #000;
    }
    .cta_area {
        margin-top: 80px;
    }
}

@media (max-width: 519px) {
    .pickup {
        margin-top: 0.2rem;
        padding-top: 1.2rem;
    }
    .pickup_ttl {
        top: -1.7rem;
        left: -2.4rem;
        font-size: 4.8rem;
        letter-spacing: 0;
    }
    .pickup_main_ttl {
        font-size: 2.2rem;
        line-height: calc(56/44);
        padding: 1.4rem 0 1.8rem;
    }
    .pickup_txt {
        padding: 1.4rem 0 1.7rem;
        font-size: 1.6rem;
        line-height: calc(48/32);
    }
    .pickup_img_wrap {
        border-top: 1px solid #000;
        grid-template-rows: 2rem 14rem 2rem 12.5rem 2rem 6rem 1.8rem;
        grid-template-columns: 28% 28% 6.3% auto;
        gap: 0;
    }
    .pickup_img_1 {
        grid-area: 2 / 1 / 5 / 3;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_img_2 {
        grid-area: 1 / 3 / 3 / 5;
        border-bottom: 1px solid #000;
    }
    .pickup_img_3 {
        grid-area: 4 / 4 / 5 / 5;
        border-bottom: 1px solid #000;
    }
    .pickup_btn {
        grid-area: 6 / 1 / 6 / 5;
        font-size: 1.6rem;
        line-height: calc(40/32);
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_btn::after {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        right: 50%;
        margin-right: -13.3rem;
    }
    .cta_area {
        margin-top: 4rem;
    }
    .pickup_space_1 {
        border-right: 1px solid #000;
        grid-area: 1 / 1 / 2 / 3;
    }
    .pickup_space_2 {
        border-bottom: 1px solid #000;
        grid-area: 3 / 4 / 4 / 5;
    }
    .pickup_space_3 {
        grid-area: 5 / 1 / 6 / 2;
        border-right: 1px solid #000;
    }
    .pickup_space_4 {
        grid-area: 7 / 2 / 8 / 5;
        border-left: 1px solid #000;
    }
    .pickup_space_5 {
        grid-area: 3 / 3 / 4 / 4;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_space_6 {
        grid-area: 4 / 3 / 5 / 4;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .pickup_space_7 {
        grid-area: 5 / 3 / 6 / 4;
        border-right: 1px solid #000;
    }
    .pickup_space_8 {
        border-right: 1px solid #000;
        grid-area:5 / 2 / 6 / 3;
    }
}
