@charset "utf-8";

/* mv */
.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;
    top: 6.3rem;
    left: 1.1rem;
    color: #fff;
    z-index: 3;
    transform-origin: 0% 0%;
    transform: rotate(-14deg) skewX(-10deg);
    font-style: italic;
}
.mv_catch {
    font-weight: 900;
    line-height: 1;
    font-size: 1.4rem;
}
.mv_ttl {
    font-weight: 900;
    line-height: 1;
    font-size: 2.6rem;
    margin-top: 0.3rem;
}
.mv_ttl_en {
    color: #000;
    z-index: 3;
    transform: rotate(-14deg) skewX(-16deg);
    transform-origin: 0% 0%;
    font-weight: 800;
    font-size: 2.05rem;
    position: absolute;
    right: -0.4rem;
    top: 5.9rem;
    line-height: 1;
    text-align: right;
}
.mv_info {
    position: absolute;
    bottom: 0;
    z-index: 3;
    color: #fff;
    bottom: 1.2rem;
    left: 13.8rem;
}
.mv_yakuji {
    display: inline-block;
    font-size: 0.8rem;
    padding: 0 0.2rem;
    border: 1px solid #fff;
}
.mv_volume {
    font-size: 1.2rem;
    line-height: 1.33;
    margin-top: 0.4rem;
}
.mv_color {
    margin-top: 0.1rem;
}
.mv_color_txt {
    font-style: italic;
    font-weight: 900;
    font-size: 0.9rem;
}
.mv_color_large {
    font-size: 1.35rem;
}

.mv_color_list {
    font-size: 0;
    margin-top: 0.3rem;
}
.mv_color_list > li {
    display: inline-block;
    vertical-align: middle;
    width: 0.6rem;
    height: 0.6rem;
}
.mv_color_list > li + li {
    margin-left: 0.5rem;
}
.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%;
    top: 0;
    left: 0;
    height: 34.2%;
    width: 108%;
}
.mv_bg_2 {
    transform-origin: 100% 0%;
    bottom: 0;
    width: 108%;
    right: 0;
    height: 42%;
}
.mv_pkg {
    position: absolute;
    width: 20%;
    left: 0;
    bottom: 0;
}
.mv_model {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.swiper-slide .mv_pkg,
.swiper-slide .mv_model {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
}
.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-active .mv_model {
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}
.mv_frame {
    height: 34.2rem;
    border: 0.3rem solid #000;
}

.wrap {
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
}

.cont_box + .cont_box {
    margin-top: 3rem;
}

.lineup,
.howtouse,
.features {
    position: relative;
}

.section_ttl {
    position: absolute;
    font-weight: 800;
    line-height: 1;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
    font-size: 3.2rem;
    top: -0.7rem;
}
.section_ttl_left {
    left: -2rem;
}
.section_ttl_right {
    right: -2rem;
}

.content_ttl {
    text-align: center;
    font-style: italic;
    line-height: 1;
    border-bottom: 0.1rem solid #000;
    font-size: 1.4rem;
    padding: 1rem 0;
    font-weight: 900;
}

/* olors_pkg */
.colors_pkg_list path {
    stroke: transparent;
    fill: transparent;
    stroke-width: 0.3rem;
    fill-rule: evenodd;
}
.colors_pkg_list .is_current path {
    fill-rule: evenodd;
    fill: transparent;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    -webkit-animation: colors_pkg 1s ease-in 0s;
    animation: colors_pkg 1s ease-in 0s;
}
@-webkit-keyframes colors_pkg {
    0% {
        stroke-dashoffset: 2000;
        fill: transparent;
    }
    50% {
        fill: transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill: transparent;
    }
}
@keyframes colors_pkg {
    0% {
        stroke-dashoffset: 2000;
        fill: transparent;
    }
    50% {
        fill: transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill: transparent;
    }
}
.colors_pkg_list {
    text-align: center;
    font-size: 0;
    margin: 1.5rem 0 3rem;
}
.colors_pkg_list > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: transform 0.2s 0s;
    transition: transform 0.2s 0s;
}
.colors_pkg_list .ico_new {
    position: absolute;
    top: -0.7rem;
    left: -0.6rem;
    width: 2.6rem;
    z-index: 2;
    pointer-events: none;
}
.colors_pkg_img {
    cursor: pointer;
    display: block;
    position: relative;
}
.colors_pkg_list > li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 0.65rem solid transparent;
    border-right: 0.65rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    margin-left: 0;
    margin-left: -0.5rem;
    opacity: 0;
}
.colors_pkg_list .is_current {
    -webkit-transform: translateY(-0.65rem);
    transform: translateY(-0.65rem);
    -webkit-transition: transform 0.3s 0.6s;
    transition: transform 0.3s 0.6s;
}
.colors_pkg_list .is_current:after {
    bottom: -1.8rem;
    opacity: 1;
    -webkit-transition: bottom 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: bottom 0.5s 0.8s, opacity 0.5s 0.8s;
}

/* colors_slider */
.colors_slider {
    position: relative;
    padding-top: 3.1rem;
    border-top: 0.1rem solid #000;
}
.colors_slider::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 1.5rem solid #000;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.swiper-container-colors .swiper-slide {
    background: #fff;
}
.colors_controll {
    z-index: 12;
    width: 100%;
    top: 0;
    right: 0;
    position: relative;
    margin-top: 1.6rem;
}
.swiper-pagination-h,
.swiper-button-prev-colors,
.swiper-button-next-colors {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.swiper-button-prev.swiper-button-prev-colors,
.swiper-button-next.swiper-button-next-colors {
    background: #f0eff0;
    width: 4rem;
    height: 4rem;
    margin-top: 0;
    top: 0;
    position: absolute;
}
.swiper-button-prev.swiper-button-prev-colors {
    left: 50%;
    margin-left: -8rem;
}
.swiper-button-next.swiper-button-next-colors {
    right: 50%;
    margin-right: -8rem;
}
.swiper-button-prev-colors:hover:before {
    left: 0px;
}
.swiper-button-next-colors:hover:before {
    right: 0px;
}
.swiper-button-next-colors:before,
.swiper-button-prev-colors:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    border-top: 0.3rem solid #000;
    border-right: 0.3rem solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-button-next-colors:before {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    left: 0;
    right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-button-prev-colors:before {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    left: 0.4rem;
    right: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.swiper-pagination-h {
    bottom: 0;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    user-select: none;
    line-height: 3.7rem;
}
.swiper-pagination-h .swiper-pagination-current {
    font-size: 1.9rem;
    color: #8c8c8c;
    padding-right: 0.2rem;
}
.swiper-pagination-h .swiper-pagination-total {
    padding-left: 0.2rem;
}
.swiper-container-notes .swiper-slide {
    background: #fff;
}
.colors_notes {
    font-size: 0.8rem;
    line-height: 1.375;
    letter-spacing: 0.04em;
    padding: 1.4rem 1.5rem;
}
.colors_notes li {
    padding-left: 0.6em;
    text-indent: -0.6em;
}

/* step */
.step {
    width: 100%;
    display: flex;
    padding-bottom: 2rem;
}
.step_top_txt {
    font-size: 1.2rem;
    text-align: center;
    padding: 1.65rem 0 1.15rem;
    font-weight: 700;
    font-style: italic;
}
.step_ttl {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    width: 2.9rem;
}
.step_inner {
    width: 100%;
    flex: 1;
    width: calc(100% - 2.9rem);
}
.slide_cont {
    flex-direction: column;
}
.swiper-button-next,
.swiper-button-prev {
    right: 0;
    width: 4rem;
    height: 4rem;
    top: 18rem;
    margin-top: 0;
}
.mv .swiper-button-next,
.mv .swiper-button-prev {
    top: auto;
    bottom: 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: 0.7rem auto;
    right: 4rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-color: #000;
    background-image: url(../../../img/default/icon_arrow_white.svg);
    background-size: 0.7rem auto;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.slide_cont {
    display: flex;
}
.slide_step_ttl {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    line-height: 1.2;
    font-size: 1rem;
    padding: 0.4rem 0;
}
.slide_step_ttl_num {
    font-size: 1.4rem;
    margin-left: 0.2rem;
}
.slide_step_txt {
    line-height: 1.75;
    flex: 1 auto;
    padding: 0.5rem 9rem 0 0;
    font-size: 0.9rem;
    min-height: 4.5em;
}

/* item_slide */
.colors_info_name {
    padding: 0.7rem 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    background-color: #000;
    font-weight: 700;
    color: #fff;
}
.colors_info_name_s {
    font-size: 1rem;
}
.colors_info_box {
    display: flex;
}
.colors_info_item img {
    box-shadow: 0.6rem 1rem 2rem 0px rgba(0, 0, 0, 0.16);
}
.colors_info_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.8rem;
}
.colors_info_img {
    width: calc(100% - 7.8em);
}
