@charset "utf-8";
/* mv */
.mv {
    position: relative;
}
.mv::before,
.mv::after,
.mv_frame::before,
.mv_frame::after {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    z-index: 3;
}
.mv::before,
.mv::after {
    left: 0;
    top: 0;
}
.mv_frame::before,
.mv_frame::after {
    right: 0;
    bottom: 0;
}
.mv::after,
.mv_frame::after {
    width: 100%;
}
.mv_frame {
    background: #dde3ed;
    background: -moz-linear-gradient(-26deg, #dde3ed 0%, #e6eaf5 60%, #e6eaf5 100%);
    background: -webkit-linear-gradient(-26deg, #dde3ed 0%, #e6eaf5 60%, #e6eaf5 100%);
    background: linear-gradient(154deg, #dde3ed 0%, #e6eaf5 60%, #e6eaf5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde3ed', endColorstr='#e6eaf5',GradientType=1 );
    position: relative;
    overflow: hidden;
}
.mv_frame #pkg_slide {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.mv_ttl_box {
    position: absolute;
    color: #fff;
    z-index: 3;
    transform-origin: 0% 0%;
    transform: rotate(-14deg) skewX(-10deg);
}
.mv_catch {
    font-weight: 900;
    line-height: 1;
}
.mv_ttl {
    font-weight: 900;
    line-height: 1;
}
.mv_ttl_en {
    font-weight: 800;
    position: absolute;
    color: #000;
    z-index: 3;
    transform: rotate(-14deg) skewX(-16deg);
    transform-origin: 0% 0%;
}
.mv_info {
    position: absolute;
    bottom: 0;
    z-index: 3;
}
.mv_yakuji {
    display: inline-block;
}
.mv_color_txt {
    font-style: italic;
    font-weight: 900;
}

.mv_color_list {
    font-size: 0;
}
.mv_color_list > li {
    display: inline-block;
    vertical-align: middle;
}
.mv_bg_current {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    z-index: 2;
    mix-blend-mode: multiply;
}
.mv_bg_next {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    z-index: 2;
    mix-blend-mode: multiply;
}
.mv_frame.is_animating .mv_bg_current {
    animation: hideLefttoRight 0.5s forwards;
}
.mv_frame.is_animating .mv_bg_next {
    animation: showLefttoRight 0.5s forwards;
}
@keyframes hideLefttoRight {
    0% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
    100% {
        clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    }
}
@keyframes showLefttoRight {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }
    100% {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}

.mv_frame.is_end .mv_bg_current {
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
}
.mv_frame.is_end .mv_bg_next {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.mv_bg_1,
.mv_bg_2 {
    display: block;
    position: absolute;
    transform: rotate(-14deg);
    height: 100%;
}
.mv_bg_1 {
    transform-origin: 0% 100%;
}
.mv_bg_2 {
    transform-origin: 100% 0%;
}
.mv_pkg {
    position: absolute;
}
.mv_model {
    position: absolute;
    height: auto;
}
.swiper-slide .mv_pkg,
.swiper-slide .mv_model {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
.swiper-slide-duplicate-active .mv_pkg,
.swiper-slide-active .mv_pkg {
    transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}
.swiper-slide-duplicate-active .mv_model,
.swiper-slide-active .mv_model {
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}
@media (min-width: 520px) {
    .mv_ttl_box {
        left: 50%;
    }
    .mv_catch {
        font-size: 24px;
    }
    .mv_ttl {
        font-size: 56px;
        margin-top: 10px;
    }
    .mv_ttl_en {
        font-size: 36px;
        right: 50%;
        bottom: 56px;
        margin-right: -510px;
    }
    .mv_bg_1 {
        left: 50%;
        top: -129px;
        width: 2500px;
        margin-left: -1320px;
    }
    .mv_bg_2 {
        right: 50%;
        bottom: -217px;
        width: 2500px;
        margin-right: -1280px;
    }
    .mv_pkg {
        bottom: 27px;
        left: 50%;
        margin-left: -420px;
    }
    .mv_info {
        bottom: 32px;
        left: 50%;
        margin-left: -183px;
    }
    .mv_yakuji {
        font-size: 12px;
        padding: 1px 4px;
        border: 1px solid #000;
    }
    .mv_volume {
        font-size: 14px;
        line-height: 1.42;
        margin-top: 5px;
    }

    .mv_color {
        margin-top: 10px;
    }
    .mv_color_txt {
        font-size: 16px;
    }
    .mv_color_large {
        font-size: 24px;
    }
    .mv_color_list {
        margin-top: 8px;
    }
    .mv_color_list > li {
        width: 10px;
        height: 10px;
    }
    .mv_color_list > li + li {
        margin-left: 8px;
    }
    .mv_model {
        bottom: 0%;
        left: 50%;
    }
    .mv_frame #mv_slide {
        height: 560px;
    }
    .mv::before,
    .mv_frame::before {
        height: 560px;
        width: 5px;
    }
    .mv::after,
    .mv_frame::after {
        height: 5px;
    }
}
@media (max-width: 519px) {
    .mv_ttl_box {
        top: 6.3rem;
        left: 1.2rem;
    }
    .mv_catch {
        font-size: 1.6rem;
    }
    .mv_ttl {
        font-size: 3.2rem;
        margin-top: 0.3rem;
    }
    .mv_ttl_en {
        font-size: 2.4rem;
        right: -0.3rem;
        top: 7rem;
        line-height: 1;
        text-align: right;
    }
    .mv_bg_1 {
        top: 0;
        left: 0;
        height: 34.2%;
        width: 108%;
    }
    .mv_bg_2 {
        bottom: 0;
        width: 108%;
        right: 0;
        height: 42%;
    }
    .mv_pkg {
        width: 20%;
        left: 0;
        bottom: 0;
    }
    .mv_info {
        color: #fff;
        bottom: 1.2rem;
        left: 13.8rem;
    }
    .mv_yakuji {
        font-size: 0.8rem;
        padding: 0 0.3rem;
        border: 1px solid #fff;
    }
    .mv_volume {
        font-size: 1.2rem;
        line-height: 1.33;
        margin-top: 0.6rem;
    }
    .mv_color {
        margin-top: 0.4rem;
    }
    .mv_color_txt {
        font-size: 1.1rem;
    }
    .mv_color_large {
        font-size: 1.6rem;
    }
    .mv_color_list {
        margin-top: 0.7rem;
    }
    .mv_color_list > li {
        width: 0.6rem;
        height: 0.6rem;
    }
    .mv_color_list > li + li {
        margin-left: 0.5rem;
    }
    .mv_model {
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .mv_frame #mv_slide {
        height: 40rem;
    }
    .mv::before,
    .mv_frame::before {
        height: 40rem;
        width: 0.3rem;
    }
    .mv::after,
    .mv_frame::after {
        height: 0.3rem;
    }
}
.bnr_jikomancp_link {
    border-bottom: 1px solid #000;
}
@media (min-width: 520px) {
    .bnr_jikomancp_inner {
        padding-bottom: 64px;
    }
}
@media (max-width: 519px) {
    .bnr_jikomancp_inner {
        padding-bottom: 3.1rem;
    }
}

.content_ttl {
    text-align: center;
    font-style: italic;
    line-height: 1;
    border-bottom: 1px solid #000;
}

.lineup,
.concept,
.colors,
.howtouse,
.features {
    position: relative;
}
.section_ttl {
    position: absolute;
    font-weight: 800;
    line-height: 1;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
}
@media (min-width: 520px) {
    .section_ttl {
        font-size: 96px;
        top: -40px;
    }
    .section_ttl_left {
        left: -56px;
    }
    .section_ttl_right {
        right: -56px;
    }
    .content_ttl {
        font-size: 24px;
        padding: 15px 0 20px;
        line-height: 1.4;
    }
}
@media (max-width: 519px) {
    .section_ttl {
        font-size: 4.8rem;
        top: -2rem;
    }
    .section_ttl_left {
        left: -2.4rem;
    }
    .section_ttl_right {
        right: -2.4rem;
    }
    .content_ttl {
        font-size: 1.4rem;
        padding: 1.1rem 0;
        line-height: 1.2;
    }
}

/* lineup */
.product_list {
    text-align: center;
}
.product_listitem {
    display: inline-block;
    vertical-align: middle;
}
.product_name {
    color: #000;
}
@media (min-width: 520px) {
    .lineup_inner {
        width: 870px;
    }
    .product_name {
        font-size: 14px;
        line-height: 1.285;
        margin-top: 10px;
        position: relative;
    }
    .product_listitem > a {
        display: block;
        position: relative;
    }
    /* .product_listitem > a::after {
        content: '';
        display: block;
        opacity: 0;
        transition: opacity 0.3s, bottom 0.3s;
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 8px;
        left: 50%;
        margin-left: -5px;
        transform: rotate(135deg);
        border-top: 2px solid #000;
        border-right: 2px solid #000;
    } */
    .product_listitem > a img {
        transition: transform 0.3s, opacity 0.3s;
        transform: translateY(0px);
    }
    .product_listitem > a .product_name {
        transition: top 0.3s;
        top: 0;
    }
    @media(hover:hover){
        .product_listitem > a:hover img {
            transform: translateY(-12px);
            opacity: 0.6;
        }
        .product_listitem > a:hover .product_name {
            top: -12px;
        }
        /* .product_listitem > a:hover::after {
            opacity: 1;
            bottom: -4px;
        } */
    }
}
@media (max-width: 519px) {
    .product_list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .product_listitem img {
        width: 100%;
        height: auto;
    }
    .product_name {
        font-size: 1rem;
        line-height: 1.2;
        margin-top: 0.5rem;
    }
}

/* cta_area */
.cta_area {
    text-align: center;
}
.cta_btn_list {
    display: flex;
}
.cta_btn {
    display: block;
}
.icon_cart {
    display: inline-block;
    vertical-align: middle;
}
.logo_amazon {
    display: block;
    margin: auto;
    background: url(../img/default/logo_amazon.png) no-repeat;
    background-size: 100% auto;
}
.logo_rakuten {
    display: block;
    margin: auto;
    background: url(../img/default/logo_rakuten.png) no-repeat;
    background-size: 100% auto;
}
@media (min-width: 520px) {
    .cta_inner {
        padding: 20px 0 30px;
    }
    .cta_btn_list {
        margin-top: 17px;
        justify-content: center;
    }
    .cta_btn_listitem {
        margin: 0 10px;
    }
    .cta_btn {
        width: 346px;
        padding: 25px 0 15px;
        border: 1px solid #000;
        height: 80px;
    }
    .logo_amazon,
    .logo_rakuten {
        transition: background 0.4s 0.2s;
    }
    .logo_amazon {
        width: 118px;
        height: 38px;
    }
    .logo_rakuten {
        width: 144px;
        height: 32px;
    }
    .cta_btn:hover .logo_amazon {
        background-image: url(../img/default/logo_amazon_on.png);
    }
    .cta_btn:hover .logo_rakuten {
        background-image: url(../img/default/logo_rakuten_on.png);
    }
    .icon_cart {
        margin-top: -6px;
        margin-right: 18px;
    }
}
@media (max-width: 519px) {
    .cta_inner {
        padding: 1.6rem;
    }
    .cta_btn_list {
        margin-top: 1rem;
        justify-content: space-between;
    }
    .cta_btn_listitem {
        width: 48%;
        border: 1px solid #000;
    }
    .cta_btn {
        padding: 1.5rem 0 1.2rem;
    }
    .logo_amazon {
        width: 9rem;
        height: 2.7rem;
    }
    .logo_rakuten {
        width: 10rem;
        height: 2.2rem;
    }
    .icon_cart {
        width: 2.4rem;
        margin-top: -0.4rem;
        margin-right: 0.4rem;
    }
}

/* movie */
.movie_wrap {
    position: relative;
    margin: 0 auto;
    height: 0;
}
.movie_wrap_thumb {
    width: 100%;
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}
.movie_wrap_thumb img {
    width: 100%;
    height: auto;
}
.movie_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.movie_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 520px) {
    .concept_inner {
        padding: 40px 0;
    }
    .movie_wrap_concept {
        width: 720px;
        padding-top: 42.2%;
    }
    .movie_wrap_howtouse {
        width: 100%;
        padding-top: 50%;
    }
    .movie_play {
        width: 80px;
        transition: transform 0.3s;
    }
    .movie_wrap:hover .movie_play {
        transform: translate(-50%, -50%) scale(1.2);
    }
}
@media (max-width: 519px) {
    .concept_inner {
        padding: 2rem 0;
    }
    .movie_wrap_concept {
        width: 100%;
        padding-top: 59.8%;
    }
    .movie_wrap_howtouse {
        width: calc(100% - 4rem);
        padding-top: 52%;
    }
    .movie_wrap_thumb img {
        width: 100%;
    }
    .movie_play {
        width: 4rem;
    }
}

.movie_step {
    display: flex;
    margin: auto;
}
.movie,
.step {
    width: 50%;
    display: flex;
}
.movie_ttl,
.step_ttl {
    display: flex;
    align-items: center;
}
.step_inner {
    width: 100%;
    flex: 1;
}
.swiper-button-next,
.swiper-button-prev {
    right: 0;
    margin-top: 0;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: auto;
    background-color: #000;
    background-image: url(../img/default/icon_arrow_white_prev.svg);
    background-size: 10px auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-color: #000;
    background-image: url(../img/default/icon_arrow_white.svg);
    background-size: 10px auto;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.slide_cont {
    display: flex;
}
.howto_step_img {
    border: 1px solid #000;
    width: 100%;
    height: auto;
}

.slide_step_ttl {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    line-height: 1.2;
}
.slide_step_txt {
    line-height: 1.75;
    flex: 1;
}

@media (min-width: 520px) {
    .movie_step {
        max-width: 1360px;
    }
    .movie + .step {
        border-left: 1px solid #000;
    }
    .movie,
    .step {
        padding: 40px 0;
    }
    .movie_ttl,
    .step_ttl {
        font-size: 32px;
        width: 88px;
    }
    .step_inner {
        width: calc(100% - 88px);
    }
    .swiper-button-wrap {
        position: absolute;
        padding-top: 59.8%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: right;
        font-size: 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 64px;
        height: 64px;
        top: auto;
        bottom: 0;
    }
    .swiper-button-wrap .swiper-button-next,
    .swiper-button-wrap .swiper-button-prev {
        top: 0;
        position: relative;
        display: inline-block;
    }
    .swiper-button-wrap .swiper-button-prev,
    .swiper-button-wrap .swiper-container-rtl .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        right: 64px;
    }
    .slide_step_ttl {
        width: 64px;
        height: 64px;
        flex-direction: column;
        font-size: 14px;
    }
    .slide_step_ttl_num {
        font-size: 20px;
    }
    .slide_step_txt {
        padding: 8px 140px 0px 15px;
        width: calc(100% - 64px);
    }
}
@media (max-width: 519px) {
    .movie_step {
        flex-direction: column;
    }
    .movie,
    .step {
        width: 100%;
        margin-top: 2rem;
    }
    .movie + .step {
        border-top: 1px solid #000;
    }
    .movie + .step .howto_step_img {
        border-top: none;
    }
    .step {
        padding-bottom: 2rem;
    }
    .movie_ttl,
    .step_ttl {
        font-size: 2rem;
        width: 4rem;
        padding-top: 1rem;
    }
    .step_inner {
        width: calc(100% - 4rem);
    }
    .slide_cont {
        flex-direction: column;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 4rem;
        height: 4rem;
        top: 20.4rem;
    }
    .mv .swiper-button-next,
    .mv .swiper-button-prev {
        top: auto;
        bottom: 0;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-size: 0.7rem auto;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-size: 0.7rem auto;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        right: 4rem;
    }
    .slide_step_ttl {
        font-size: 1rem;
        padding: 0.4rem 0;
    }
    .slide_step_ttl_num {
        font-size: 1.4rem;
        margin-left: 0.2rem;
    }
    .slide_step_txt {
        padding: 0.5rem 9rem 0 0;
        font-size: 1.2rem;
        min-height: 3.3em;
    }
}

/* colors */
.color_notes,
.howtouse_notes {
    border-top: 1px solid #000;
}
.color_notes_list,
.howtouse_notes_list,
.features_notes_list {
    line-height: 1.42;
}
.color_notes_list .strong,
.howtouse_notes_list .strong,
.features_notes_list .strong {
    color: #c63cb1;
}
.color_notes_list > li,
.howtouse_notes_list > li{
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.features_notes_list > li {
    padding-left: 1em;
    text-indent: -1em;
}
@media (min-width: 520px) {
    .color_notes_inner,
    .howtouse_notes_inner {
        padding: 35px 0;
    }
    .features_notes_inner {
        padding-top: 24px;
    }
    .color_notes_list,
    .howtouse_notes_list,
    .features_notes_list {
        font-size: 14px;
    }
    .color_notes_list > li + li,
    .howtouse_notes_list > li + li,
    .features_notes_list > li + li {
        margin-top: 4px;
    }
}
@media (max-width: 519px) {
    .color_notes_inner,
    .howtouse_notes_inner {
        padding: 1.6rem;
    }
    .features_notes_inner {
        padding-top: 1.6rem;
    }
    .color_notes_list,
    .howtouse_notes_list,
    .features_notes_list {
        font-size: 1.2rem;
    }
    .color_notes_list > li + li,
    .howtouse_notes_list > li + li,
    .features_notes_list > li + li {
        margin-top: 0.5rem;
    }
}

.color_item + .color_item {
    border-top: 1px solid #000;
}
.color_item {
    background-color: #eee;
}
.color_item_wrap {
    background-color: #fff;
}

.color_item_ttl {
    text-align: center;
}
.color_item_box {
    display: flex;
}

@media (min-width: 520px) {
    .color_item {
        padding-bottom: 50px;
    }
    .color_item_wrap {
        border-bottom: 1px solid #000;
    }
    .color_item_inner {
        width: 960px;
    }
    .color_item_ttl {
        font-size: 24px;
        line-height: 1.2;
    }
    .color_item_ttl_s {
        font-size: 18px;
    }
}
@media (max-width: 519px) {
    .color_item {
        padding-bottom: 1.2rem;
    }
    .color_item_inner {
        width: 100%;
    }
    .color_item_ttl {
        background-color: #000;
        color: #fff;
        padding: 1rem 0;
        font-size: 1.4rem;
    }
    .color_item_ttl_s {
        font-size: 1.2rem;
    }
}

/* gloves */
.gloves {
    border-top: 1px solid #000;
    text-align: center;
}
.gloves_ttl {
    font-style: italic;
}
.gloves_txt {
    line-height: 1.75;
}
.gloves_img_wrap {
    display: flex;
    justify-content: space-between;
}
.gloves_img {
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.gloves_img_txt .strong {
    color: #c63cb1;
}
@media (min-width: 520px) {
    .gloves_inner {
        padding: 40px 0 60px;
    }
    .gloves_ttl {
        font-size: 28px;
    }
    .gloves_txt {
        margin-top: 30px;
    }
    .gloves_img_wrap {
        margin-top: 40px;
    }
    .gloves_img {
        width: 490px;
        padding: 20px;
    }
    .gloves_img_txt {
        line-height: 1.6;
        margin-top: 15px;
    }
}
@media (max-width: 519px) {
    .gloves_inner {
        padding: 3rem 1.6rem;
    }
    .gloves_ttl {
        font-size: 1.6rem;
    }
    .gloves_txt {
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .gloves_img_wrap {
        margin-top: 2rem;
    }
    .gloves_img {
        width: 48%;
        padding: 1rem;
    }
    .gloves_img_1 > img {
        width: 12.95rem;
    }
    .gloves_img_2 > img {
        width: 6.65rem;
    }
    .gloves_img_txt {
        margin-top: 0.5rem;
    }
}

/* features */
.features_listitem {
    display: flex;
    justify-content: space-between;
}
.features_ttl_box {
    display: flex;
}
.features_subttl {
    line-height: 1;
    font-weight: 800;
    display: flex;
    align-items: flex-end;
}
.features_listitem:nth-child(even) .features_subttl {
    align-items: flex-start;
}
.features_txt {
    font-weight: 700;
}
.features_ttl {
    font-weight: 700;
    font-style: italic;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: flex-end;
}
.features_txt_sub {
    color: #777777;
}
.features_img_box img {
    width: 100%;
    height: auto;
}
@media (min-width: 520px) {
    .features_inner {
        padding: 40px 0;
    }
    .features_listitem + .features_listitem {
        margin-top: 40px;
    }
    .features_ttl_box,
    .features_img_box {
        width: 50%;
    }
    .features_subttl {
        width: 56px;
        font-size: 32px;
    }
    .features_listitem:nth-child(even) .features_img_box {
        order: -1;
    }
    .features_listitem:nth-child(even) .features_txt_box {
        order: -1;
    }
    .features_txt_box {
        flex: 1;
        width: calc(100% - 56px);
    }
    .features_ttl {
        font-size: 24px;
        padding: 5px 20px 15px;
        min-height: 64px;
    }
    _:-ms-lang(x)::-ms-backdrop, .features_ttl {
        padding: 10px 20px;
    }
    .features_ttl_l {
        font-size: 28px;
    }
    .features_ttl_m {
        font-size: 26px;
    }
    .features_ttl_s {
        font-size: 22px;
    }
    .features_txt {
        line-height: 1.6;
        padding: 15px 24px;
        font-size: 20px;
    }
    .features_txt_sub {
        font-size: 14px;
        padding: 0 24px;
    }
}
@media (max-width: 519px) {
    .features_listitem + .features_listitem {
        border-top: 1px solid #000;
    }
    .features_listitem {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        flex-direction: column;
    }
    .features_listitem:nth-child(even) .features_subttl {
        order: 1;
        padding-left: 0rem;
        padding-right: 1rem;
    }
    .features_ttl_box,
    .features_img_box {
        width: 100%;
    }
    .features_listitem:nth-child(odd) .features_img_box {
        padding-left: 4.1rem;
    }
    .features_listitem:nth-child(even) .features_img_box {
        padding-right: 4.1rem;
    }
    .features_subttl {
        width: 4rem;
        font-size: 2rem;
        padding-left: 0.8rem;
    }
    .features_txt_box {
        flex: 1;
        width: calc(100% - 4rem);
    }
    .features_ttl {
        font-size: 1.6rem;
        min-height: 4.5rem;
        padding: 0.6rem 0rem 1rem 1.5rem;
        flex-wrap: wrap;
    }
    .features_ttl_l,
    .features_ttl_m {
        font-size: 1.8rem;
    }
    .features_ttl_s,
    .features_ttl_s_sp_oply {
        font-size: 1.4rem;
    }
    .features_txt {
        line-height: 1.5;
        padding: 1.2rem 1.5rem;
        font-size: 1.4rem;
    }
    .features_txt_sub {
        font-size: 1rem;
        padding: 0 1.5rem 1.2rem;
    }
}

@media (min-width: 520px) {
    .wrap {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .content + .content {
        margin-top: 40px;
    }
    .cont_box + .cont_box {
        /*sectionとctaを囲む*/
        margin-top: 40px;
    }
}

@media (max-width: 519px) {
    .wrap {
        padding-top: 4.8rem;
        padding-bottom: 4.8rem;
    }
    .content + .content {
        margin-top: 3.2rem;
    }
    .cont_box + .cont_box {
        /*sectionとctaを囲む*/
        margin-top: 3.2rem;
    }
}

/* serum */
.serum_area {
    padding: 20px 0;
}
.serum_area_bnr {
    display: block;
    width: 880px;
    margin: auto;
    transition: opacity .3s;
}
.serum_area_bnr img {
    width: 100%;
    height: auto;
}

@media (min-width: 520px) {
    .serum_area_bnr:hover {
        opacity: .7;
    }
}

@media (max-width: 520px) {
    .serum_area {
        padding: 0 1.6rem;
    }
    .serum_area_bnr {
        width: 100%;
    }
}

/* lineup_contents_nav */
.lineup_contents_nav {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.lineup_contents_nav_bleach{
    border-top: 1px solid #000;
}
.lineup_contents_nav_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lineup_contents_nav_item + .lineup_contents_nav_item {
    border-left: 1px solid #000;
}
.lineup_contents_nav_link {
    font-weight: 800;
    display: block;
    text-align: center;
    position: relative;
}
.lineup_contents_nav .lineup_contents_nav_link_inner {
    z-index: 3;
    position: relative;
    transition: color 0.6s;
}
.lineup_contents_nav_link_inner::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/default/icon_arrow_black.svg) no-repeat;
    background-size: 100% auto;
}
.lineup_contents_nav_plex .lineup_contents_nav_link_inner {
    color: var(--color-plex);
}
.lineup_contents_nav_beseup .lineup_contents_nav_link_inner {
    color: var(--color-base-up);
}
.lineup_contents_nav_airy .lineup_contents_nav_link_inner {
    color: var(--color-airy);
}
.lineup_contents_nav_bleach .lineup_contents_nav_link{
    color: #f6ec4f;
}
.lineup_contents_nav_makeup .lineup_contents_nav_link{
    color: #c63cb1;
}
.lineup_contents_nav_point .lineup_contents_nav_link{
    color: #18b3e0;
}
.lineup_contents_nav_crazy .lineup_contents_nav_link{
    color: #ed3504;
}
.lineup_contents_nav_tonedown .lineup_contents_nav_link{
    color: #282828;
}
.lineup_contents_nav_exchange .lineup_contents_nav_link .lineup_contents_nav_link_inner {
    color: transparent;
    background: rgb(187,158,45);
    background: linear-gradient(90deg, rgba(187,158,45,1) 0%, rgba(222,193,100,1) 50%, rgba(187,158,45,1) 100%);
    -webkit-background-clip: text;
}
@media (min-width: 520px) {
    .lineup_contents_nav_list {
        margin: auto;
        max-width: 1760px;
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
    }
    .lineup_contents_nav_list::before,
    .lineup_contents_nav_list::after{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 1px;
        background-color: #000;
        height: 100%;
        z-index: 2;
    }
    .lineup_contents_nav_list::before{
        left: 40px;
    }
    .lineup_contents_nav_list::after{
        right: 40px;
    }
    .lineup_contents_nav_item {
        flex-grow: 1;
        width: 100%;
    }
    .lineup_contents_nav_link {
        font-size: 28px;
        padding-block: 25px;
    }
    .lineup_contents_nav_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;
    }
    .lineup_contents_nav_link_inner::after {
        width: 10px;
        height: 6px;
        right: 50%;
        transition: background 0.4s 0.2s;
        z-index: 2;
        margin-right: -175px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
    }
    @media (hover: hover) {
        .lineup_contents_nav_link:hover::before {
            transform: scale(1, 1);
        }
        .lineup_contents_nav_link:hover .lineup_contents_nav_link_inner {
            color: #fff;
        }
        .lineup_contents_nav_link:hover .lineup_contents_nav_link_inner::after {
            background: url(../img/default/icon_arrow_white.svg) no-repeat;
        }
    }
}
@media (max-width: 519px) {
    .lineup_contents_nav_list {
        margin: auto;
        max-width: 37.5rem;
    }
    .lineup_contents_nav_item {
        flex-grow: 1;
        width: 100%;
    }
    .lineup_contents_nav_item:first-of-type{
        border-left: 0;
    }
    .lineup_contents_nav_item:last-of-type{
        border-right: 0;
    }
    .lineup_contents_nav_link {
        font-size: 1.2rem;
        padding-block: 1.5rem;
    }
    .lineup_contents_nav_link_inner::after {
        width: 1rem;
        height: 0.5rem;
        background-size: auto 100%;
        left: 50%;
        bottom: -1rem;
        transform: translateX(-50%) rotate(90deg);
    }
}

/* よくある質問 */
.left_wrap,
.right_wrap {
    position: relative;
}
.left_wrap .qa_question,
.left_wrap .qa_answer {
    border-right: 1px solid #000;
}
.left_wrap .qa_area_ttl_sub{
    text-align: right;
}
.qa_area_ttl {
    background-color: #000;
    color: #fff;
    text-align: center;
}
.qa_area_ttl_inner {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 800;
    display: block;
}
.qa_area_ttl_sub {
    border-bottom: solid 6px #000;
    font-style: italic;
}
.qa_section_ttl {
    position: absolute;
    font-weight: 800;
}
.qa_question {
    font-weight: 700;
    cursor: pointer;
    border-left: 1px solid #000;
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.qa_answer {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
.qa_question_inner,
.qa_answer_inner {
    display: block;
    position: relative;
}
.qa_question_inner::before {
    content: 'Q';
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
}
.qa_question_inner::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background: url(../img/default/icon_arrow_black.svg) no-repeat;
    background-size: 100% auto;
    transform: rotate(90deg);
}
.is_open .qa_question_inner::after {
    transform: rotate(-90deg);
}
.qa_answer_inner::before {
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    content: 'A';
    display: block;
    position: absolute;
    line-height: 1;
}
.qa_answer_inner a {
    text-decoration: underline;
    color: #000;
}
.qa_another_area_link {
    font-weight: 700;
    text-align: center;
    display: block;
    color: #000;
    background-color: #fff;
    border: solid 1px #000;
    width: fit-content;
    margin: auto;
    position: relative;
}
.qa_another_area_link_inner {
    position: relative;
    z-index: 3;
}
.qa_another_area_link_inner::after {
    content: '';
    margin: auto;
    background: url(../img/default/icon_arrow_black.svg) no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}
.qa_area_makeup .qa_question_inner::before {
    color: #c63cb1;
}
.qa_area_point .qa_question_inner::before {
    color: #18b3e0;
}
.qa_area_crazy .qa_question_inner::before {
    color: #ed3504;
}
.qa_area_tonedown .qa_question_inner::before {
    color: #282828;
}
.qa_area_exchange .qa_question_inner::before {
    color: transparent;
    background: rgb(174,151,63);
    background: linear-gradient(90deg, rgba(174,151,63,1) 0%, rgba(222,193,100,1) 50%, rgba(174,151,63,1) 100%);
    -webkit-background-clip: text;
}
@media (min-width: 520px) {
    .left_wrap,
    .right_wrap {
        margin-top: 63px;
        width: calc(1020px + (100% - 1020px) / 2);
    }
    .right_wrap {
        margin-left: calc((100% - 1020px) / 2);
        padding-left: 92px;
    }
    .left_wrap {
        padding-right: 92px;
    }
    .right_wrap .qa_section_ttl {
        top: -15px;
        left: -65px;
        font-size: 40px;
        white-space: nowrap;
    }
    .left_wrap .qa_section_ttl {
        top: -15px;
        right: 0;
        font-size: 40px;
        white-space: nowrap;
    }

    .qa_area {
        margin-top: 50px;
    }
    .qa_area_section + .qa_area_section {
        margin-top: 45px;
    }
    .qa_area_ttl {
        font-size: 20px;
        padding-block: 27px 29px;
    }
    .qa_area_ttl_inner {
        font-size: 48px;
        margin-bottom: 15px;
    }
    .qa_area_section + .qa_area_section{
        margin-top: 40px;
    }
    .qa_area_ttl_inner_sm {
        font-size: 32px;
    }
    .qa_area_ttl_sub {
        font-size: 28px;
    }
    .qa_list {
        margin-top: 32px;
    }
    .qa_item + .qa_item {
        margin-top: 8px;
    }
    .qa_question {
        font-weight: 700;
    }
    .qa_question_inner {
        padding: 25px 30px 27px 90px;
        width: 958px;
    }
    .qa_question_inner::before {
        left: 40px;
        font-size: 29px;
        height: 29px;
    }
    .qa_question_inner::after {
        width: 10px;
        height: 6px;
        margin-top: -3px;
        right: 40px;
    }
    .qa_answer_inner {
        width: 958px;
        line-height: 1.75;
        padding: 31px 30px 34px 90px;
    }
    .qa_answer_inner::before {
        top: 31px;
        left: 38px;
        font-size: 29px;
        height: 29px;
    }

    .qa_another_area {
        margin-top: 24px;
    }
    .qa_another_area_link {
        font-size: 18px;
        padding: 33px 74px 33px 47px;
        position: relative;
    }
    .qa_another_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_another_area_link_inner::after {
        width: 10px;
        height: 6px;
        right: 50%;
        transition: background 0.4s 0.2s;
        z-index: 2;
        margin-right: -205px;
    }
    @media (hover: hover) {
        .qa_another_area_link:hover::before {
            transform: scale(1, 1);
        }
        .qa_another_area_link:hover .qa_another_area_link_inner {
            color: #fff;
        }
        .qa_another_area_link:hover .qa_another_area_link_inner::after {
            background: url(../img/default/icon_arrow_white.svg) no-repeat center center;
        }
    }
}
@media (max-width: 519px) {
    .left_wrap {
        padding-right: 4.3rem;
    }
    .right_wrap {
        padding-left: 4.3rem;
    }
    .left_wrap .qa_section_ttl {
        right: -0.5rem;
    }
    .right_wrap .qa_section_ttl {
        left: -0.5rem;
    }
    .qa_section_ttl {
        font-size: 2.4rem;
        line-height: 1.16;
        top: 1.6rem;
    }
    .qa_area {
        margin-top: 4rem;
    }
    .qa_area_ttl {
        padding-block: 1.2rem 1.6rem;
    }
    .qa_area_ttl_inner {
        font-size: 3.2rem;
    }
    .qa_area_ttl_inner_sm {
        font-size: 2.4rem;
    }
    .qa_area_ttl_sub {
        font-size: 1.4rem;
        border-width: 0.4rem;
        margin-bottom: 1.6rem;
        padding-top: 1.8rem;
        padding-bottom: 0.8rem;
    }
    .qa_item + .qa_item {
        margin-top: 0.8rem;
    }
    .qa_question {
        font-size: 1.2rem;
        line-height: 1.333;
    }
    .qa_question_inner {
        padding: 1.1rem 3rem 1.3rem 3.5rem;
    }
    .qa_question_inner::before {
        left: 1.2rem;
        top: 1.1rem;
        bottom: auto;
        font-size: 1.8rem;
        height: 1.8rem;
    }
    .qa_question_inner::after {
        width: 1rem;
        height: 0.5rem;
        background-size: auto 100%;
        right: 1.2rem;
    }
    .qa_answer_inner {
        font-size: 1.2rem;
        line-height: 1.7;
        padding: 1.3rem 1.1rem 1.5rem 3.5rem;
    }
    .qa_answer_inner::before {
        top: 1.4rem;
        left: 1.1rem;
        font-size: 1.8rem;
        height: 1.8rem;
    }

    .qa_another_area {
        margin-top: 1.6rem;
    }
    .qa_another_area_link {
        font-size: 1.3rem;
        padding: 1.2rem 7rem;
    }
    .qa_another_area_link_inner::after {
        width: 0.7rem;
        height: 0.7rem;
        background-size: 100% auto;
        right: 50%;
        margin-right: -15.5rem;
    }
}
