@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end
http://meyerweb.com/eric/tools/css/reset/ 
*/
@keyframes lookswitchimg {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    12.5% {
        opacity: 1;
        animation-timing-function: ease-in;
    }
    50% {
        opacity: 1;
        animation-timing-function: ease-in;
    }
    62.5% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    100% {
        opacity: 0;
    }
}
@keyframes lookswitchbullet {
    0% {
        background: #d9dadc;
        animation-timing-function: ease-in;
    }
    12.5% {
        background: #919ec7;
        animation-timing-function: ease-in;
    }
    50% {
        background: #919ec7;
        animation-timing-function: ease-in;
    }
    62.5% {
        background: #d9dadc;
        animation-timing-function: ease-in;
    }
    100% {
        background: #d9dadc;
    }
}
:root {
    --100svh: 100vh;
    --font-en: "Playfair Display", serif;
    --font-en-02: "Libre Caslon Text", serif;
    --font-ja: "Noto Serif JP", serif;
}
html {
    width: 100%;
}
body {
    background: #fff;
    font-feature-settings: "palt";
    font-family: var(--font-ja);
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    font-weight: 400;
    position: relative;
    color: #000;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
a {
    text-decoration: none;
    color: inherit;
}
a,
button {
    outline: none;
}
.u-c-purple {
    color: #ad5489;
}
.u-c-blue-gray {
    color: #6378b5;
}
.js-anm,
.js-anm--tp,
.js-anm--ty,
.js-anm--ty02 {
    opacity: 0;
}
.section {
    width: 100%;
    height: 100dvh;
    display: flex;
    background: #fff;
    position: relative;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
}
@supports not(height: 100dvh) {
    .section {
        height: var(--100svh);
    }
}
.box--scroll {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    scrollbar-width: none;
    display: flex;
    align-items: flex-start;
    overscroll-behavior: none;
    will-change: scroll-position;
}
.box--scroll::-webkit-scrollbar-thumb {
    background: transparent;
}
.box--scroll::-webkit-scrollbar {
    background: transparent;
    display: none;
}
.box--scroll__ctn {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(100% + 1px);
    flex-wrap: wrap;
    position: relative;
}
.top {
    position: relative;
    display: grid;
    width: 100%;
    background: #e8ebf2;
}
.top__wrap {
    display: contents;
}
.top__inner {
    width: 100%;
    max-width: 1440px;
    grid-area: 1 / 1;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.top__text-box {
    position: absolute;
    width: 26.737%;
    padding: 18.5% 0 0 8.2%;
    opacity: 0;
    top: 0;
    left: 0;
}
.top__tl {
    margin: 0 0 9.2%;
    position: relative;
    display: block;
}
.top__text {
    width: 66.816%;
    display: block;
}
.top__tl-01 {
    width: 99.593%;
}
.top__tl-02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 31.429%;
}
.top__img {
    display: grid;
    width: 100%;
    grid-area: 1 / 1;
    opacity: 0;
    position: relative;
    min-height: 500px;
}
.top__img img {
    width: 110.56%;
    max-width: 1592px;
}
.inner {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
.concept {
    display: flex;
    min-height: 100svh;
    align-items: center;
    width: 100%;
    background: #eef2fa;
}
@supports not(height: 100svh) {
    .concept {
        min-height: var(--100svh);
    }
}
.concept__text-item {
    flex-direction: column;
    align-items: center;
    padding: 140px 0;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    margin: 24px auto;
}
.concept__line-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
}
.concept__line {
    border-right: solid 1px;
    height: 140px;
    width: 50%;
}
.concept__tl {
    margin: 23px 0 48px -3px;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.85;
    letter-spacing: 0.06em;
    font-weight: 500;
    color: #313131;
    opacity: 0;
}
.concept__tl-name {
    display: block;
    font-size: 0.9em;
    margin: 0.7em 0 0;
}
.concept__text {
    position: relative;
    z-index: 1;
    letter-spacing: 0.03em;
    text-align: center;
    font-size: 1em;
    line-height: 2.125;
    font-weight: 500;
    color: #505050;
    will-change: transform;
}
.concept__text--mb {
    margin-bottom: 25px;
}
.concept__text+.concept__text {
    margin-top: 21px;
}
.concept__text .cover {
    background: #eef2fa;
}
.switch-img {
    position: absolute;
    top: 0;
    left: 0;
    animation: lookswitchimg 8000ms linear infinite 3000ms;
    animation-play-state: paused;
    opacity: 0;
}
.other {
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    margin: 0 0 89px;
}
.bnr {
    margin: 0px 0 97px;
}
.bnr__link {
    width: 820px;
    display: block;
    margin: 139px auto 0;
}
.scroll-bar {
    position: fixed;
    top: 0;
    right: 1px;
    bottom: 0;
    z-index: 100;
    mix-blend-mode: difference;
}
.scroll-bar__thumb {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    border-radius: 100px;
    height: 100px;
    mix-blend-mode: difference;
}
.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}
.header-nav__button {
    width: 28px;
    height: 28px;
    appearance: none;
    background: none;
    border: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    margin: 30px;
    display: none;
    padding: 0;
    mix-blend-mode: difference;
}
.header-nav__button>span {
    display: grid;
    width: 100%;
    height: 100%;
    justify-content: end;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-content: center;
    gap: 4px 4px;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-nav__button span span {
    width: 100%;
    background: #fff;
    aspect-ratio: 1 / 1;
}
.gmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    overflow-y: scroll;
    transform: translateZ(1px);
    display: none;
    opacity: 0;
    overscroll-behavior: none;
}
.gmenu__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(100% + 1px);
    position: relative;
    padding: 16px 0;
    box-sizing: border-box;
}
.gmenu__content {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 98%;
    margin: 0 auto;
    max-width: 1440px;
}
.gmenu__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
    opacity: 0.85;
}
.gmenu__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.674%;
    margin: 1.75% 1.95% 0 0;
    z-index: 1;
    appearance: none;
    border: none;
    background: none;
    cursor: pointer;
    width: 53px;
    padding: 0;
}
.gmenu__lists-wrap {
    padding: 4.7% 4.86% 3.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: min(16px, 1.11vw);
}
.gmenu__lists {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-en);
    gap: 35px 0;
    align-items: flex-end;
    gap: 30px 1.89%;
}
.gmenu__lists-01 {
    width: 46.15%;
    gap: 0 3.3%;
}
.gmenu__link-01 {
    display: grid;
}
.gmenu__link-01 img,
.gmenu__link-01 picture {
    grid-area: 1 / 1;
}
.gmenu__link-01 .gmenu__sub-list-text {
    grid-area: 1 / 1;
    position: relative;
    padding: 6.8% 7.4%;
}
.gmenu__lists-02 {
    width: 49.92%;
    gap: 0 3%;
}
.gmenu__lists-03 {
    width: 100%;
    background: #f7f7f7;
    margin: 2.6% 0 0;
    padding: 3% 5.3% 3.1%;
    gap: 0 2.7%;
}
.gmenu__sub-list--blue-gray {
    grid-area: 2 / 1;
}
.gmenu__sub-list-text-01 {
    color: #616161;
    font-size: 0.75em;
    letter-spacing: 0.04em;
    margin: 0 0 2px;
    display: block;
}
.gmenu__sub-list-text-02 {
    font-size: 2.375em;
    letter-spacing: 0.02em;
    margin: 0 -4% 0 -0.8%;
    display: block;
}
.gmenu__sub-list-text--style {
    font-size: 0.844em;
    color: #616161;
    letter-spacing: 0.05em;
    margin: 0 -4% 10px 0;
    display: block;
}
.gmenu__sub-list-text--style-02 {
    font-size: 0.75em;
}
.gmenu__sub-list-text--style-num {
    font-family: var(--font-en-02);
}
.gmenu__sub-list-text--style-text {
    display: block;
    font-size: 1.37em;
    margin: 8px 0 0;
}
.gmenu__sub-list-text--style-text-02 {
    margin: 6px 0 0 0;
}
.top-button-wrap {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 26px;
    margin: 0 40px 28px 0px;
    opacity: 0;
}
.top-button-wrap.is-hidden {
    pointer-events: none;
}
.graphic {
    width: 100%;
    background: #f2f3f5;
}
.graphic--mb {
    padding-bottom: 5.6%;
}
.graphic__ctn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0 4%;
    padding: 140px 0 0;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto;
}
.graphic__img-ctn-02 {
    max-width: 1440px;
    margin: 80px auto 20px;
    width: 90%;
}
.graphic__ctn--lr {
    flex-direction: row;
}
.graphic__ctn--lr .graphic__text-item {
    padding: 0 0 0 4%;
}
.graphic__lead {
    font-size: 1.188em;
    line-height: 1.79;
    font-weight: 500;
    margin: 0 -16px 0 0;
    width: fit-content;
}
.graphic__lead>span {
    display: block;
    width: fit-content;
    text-indent: -0.5em;
    padding: 0 0 0 0.5em;
    margin: 0 0 0 -0.5em;
}
.graphic__lead-serif {
    display: inline-block;
    width: 0.5em;
    text-indent: 0;
}
.graphic__stl {
    font-size: 1.063em;
    line-height: 1.589;
    font-weight: 500;
    margin: 5.4em 0 0.6em;
    opacity: 0;
}
.graphic__text {
    font-size: 0.875em;
    line-height: 2;
    font-weight: 400;
    position: relative;
}
.graphic__text .cover {
    background: #f2f3f5;
}
.top__img-01 {
    background: linear-gradient(to bottom, #e8ebf2, #e9ecf3, #e7ebef);
    grid-area: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.top__img-01:after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #e8ebf2, #e9ecf3, #ecf1f9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top__img-02:after {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #e8f1f8, #e9ecf3, #ecf1f9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top__img-01 img,
.top__img-02 img {
    position: relative;
    z-index: 1;
}
.top__img-02 {
    grid-area: 1 / 1;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    opacity: 0;
    animation-fill-mode: both;
    animation-delay: -5000ms;
}
.graphic__tl {
    margin: 0 0 4.6em 0;
    padding: 0;
    font-family: var(--font-en);
    color: #616161;
}
.graphic__tl-01 {
    display: block;
    font-size: 0.75em;
    letter-spacing: 0.12em;
    padding: 0 0 0.6em;
}
.graphic__tl-02 {
    display: block;
    font-size: 3.313em;
}
.graphic-line-up {
    font-family: var(--font-en);
    font-weight: 300;
    font-feature-settings: normal;
    width: 328px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 92px 0 0;
}
.graphic-line-up__item {
    margin: 0 0 16px;
}
.graphic-line-up__item.u-c-purple {
    color: #952d6b;
}
.graphic-line-up__item.u-c-blue-gray {
    color: #3451a3;
}
.graphic-line-up__item:last-child {
    margin-bottom: 0;
}
.graphic-line-up__item--mt {
    margin-top: 21px;
}
.graphic-line-up__item--mt:before {
    content: "";
    display: block;
    border-top: solid 1px #ccc;
    padding-top: 19px;
}
.graphic-line-up__link {
    display: grid;
    justify-content: space-between;
    align-items: baseline;
    grid-template-columns: 1fr 0.6em 6.6em 3.7em;
    gap: 0 0.5em;
}
.graphic-line-up__name {
    font-size: 0.813em;
    font-weight: 600;
    max-width: 16ex;
    letter-spacing: 0.07em;
}
.graphic-line-up__sup {
    font-size: 0.85em;
    font-weight: 300;
}
.graphic-line-up__size {
    font-size: 0.813em;
    font-weight: 600;
    grid-column: 2;
    text-align: right;
}
.graphic-line-up__price {
    font-size: 0.813em;
    text-align: right;
    min-width: 7.4em;
    letter-spacing: 0.03em;
    font-variant-numeric: tabular-nums;
    font-family: var(--font-en-02);
    grid-column: 3;
}
.graphic-line-up--graphic .graphic-line-up__price {
    min-width: 7em;
    letter-spacing: 0;
}
.graphic-line-up__tax {
    font-size: .8em;
    padding: 0 0 0 0.4em;
}
.graphic-line-up--graphic .graphic-line-up__tax {
    letter-spacing: 0.05em;
    padding: 0 0 0 0.5em;
}
.graphic-line-up__detail {
    font-size: 0.813em;
    position: relative;
    text-align: right;
    -webkit-text-stroke: 0.3px;
    grid-column: 4;
    letter-spacing: 0.13em;
}
.graphic-line-up__detail span {
    position: relative;
    width: fit-content;
    margin: 0 0 0 auto;
}
.graphic-line-up__detail span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    border-top: solid 1px;
    transform-origin: 100% 0;
    width: 100%;
    transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.graphic__text-item {
    width: 401px;
    padding: 0 4% 0 0;
}
.graphic__img-item {
    width: 55.56%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    align-items: stretch;
    flex-direction: row-reverse;
}
.graphic__img-item--lr {
    flex-direction: row;
}
.graphic__img {
    position: relative;
    width: 77.5%;
}
.graphic__img a {
    display: block;
}
.graphic__img-pagenation {
    display: flex;
    gap: 0 8px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    justify-content: flex-end;
}
.graphic__img-pagenation-bullet {
    background: #919ec7;
    width: 36px;
    height: 2px;
    animation: lookswitchbullet 8000ms linear infinite 2000ms;
}
.graphic__img-pagenation-bullet:nth-child(1) {
    animation-delay: -2000ms;
}
.graphic__img-text {
    writing-mode: sideways-lr;
    display: flex;
    justify-content: space-between;
    font-family: var(--font-en);
    max-width: 180px;
    width: 22.5%;
    align-items: center;
    flex-direction: row-reverse;
    color: #808080;
}
.graphic__img-text-01 {
    font-size: 0.688em;
    letter-spacing: 0.1em;
}
.graphic__img-text-02 {
    font-size: 1em;
    margin-left: calc(-10px - 1em);
}
.graphic__img-text-02 span {
    opacity: 0;
}
.graphic__img-text-02 .graphic__img-text-02-small {
    display: block;
    font-size: 0.688em;
    padding: 0 0 0 10px;
    letter-spacing: 0.1em;
    opacity: 1;
}
.graphic-slider__button-prev,
.graphic-slider__button-next {
    width: 35px;
    left: 0;
    right: auto;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    pointer-events: auto;
}
.graphic-slider__button-next img {
    transform: rotateY(180deg);
}
.graphic-slider__button-prev::before,
.graphic-slider__button-next::before,
.graphic-slider__button-prev::after,
.graphic-slider__button-next::after {
    display: none;
}
.graphic-slider__button-next {
    left: 0;
    right: auto;
    order: 1;
}
.swiper-wrapper {
    z-index: 1;
}
.graphic-slider__button-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    z-index: 1;
    gap: 0 35px;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    height: 100%;
}
.graphic-slider__button-pn {
    position: absolute;
    top: 201px;
    left: -40px;
    width: calc(100% + 80px);
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.graphic-slider__button-pause {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.select-colors__more {
    display: flex;
    font-size: 2em;
    flex-direction: column;
    align-items: center;
    padding: 85px 0 0;
    gap: 12px 0;
    color: #616161;
}
.select-colors__more:after {
    content: "";
    display: block;
    border-right: solid 1px #7b7b7b;
    height: 65px;
}
.graphic-slider__button-pause button {
    appearance: none;
    padding: 0;
    border: none;
    margin: 0;
    background: none;
    display: grid;
    cursor: pointer;
    position: relative;
    width: 64px;
    margin: 0 auto;
    grid-template-columns: 17px 17px;
    justify-content: center;
    gap: 0 29px;
    pointer-events: auto;
}
.graphic-slider__button-pause img {
    width: 17px;
}
.graphic-slider__button-pause-pause {
    filter: brightness(1.8);
}
.is-playing .graphic-slider__button-pause-resume {
    filter: brightness(1.8);
}
.is-playing .graphic-slider__button-pause-pause {
    filter: none;
}
.swiper-creative .swiper-slide {
    overflow: visible;
}
.style {
    background: #edece8;
    width: 100%;
    padding: 89px 0 0;
}
.style__tl {
    text-align: center;
    font-size: 2.625em;
    font-weight: 400;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    color: #616161;
    overflow: hidden;
    padding: 0 0 0.2em;
    font-family: var(--font-en);
    letter-spacing: 0.03em;
}
.style__tl span {
    display: block;
}
.style__tl::after {
    content: "";
    display: block;
    border-top: solid 1px;
    transform: translateX(-100%);
    position: relative;
    top: 0.19em;
}
.style__lead {
    text-align: center;
    font-size: 1.313em;
    margin: 0.6em auto 0;
    letter-spacing: 0.01em;
    font-weight: 400;
    width: fit-content;
    opacity: 0;
    color: #616161;
}
.style__lead+.style-item {
    padding-top: 112px;
}
.style-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0 5.16%;
    padding: 173px 0.5% 0;
    align-items: stretch;
    max-width: 1920px;
    margin: 0 auto;
}
.style-item--mb {
    padding-bottom: 200px;
}
.style-item--lr {
    flex-direction: row;
    text-align: right;
}
.style-item--lr .graphic-line-up--style {
    text-align: left;
    margin: 0;
    padding-bottom: 50px;
}
.style-item--lr .style-item__text {
    margin: 0 0 0 auto;
}
.style-item--lr .style-item__tl-02 {
    margin: 0 0 0 auto;
}
.graphic-line-up-wrap {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.style-item__item-01 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 34.43%;
    min-width: 411px;
}
.style-item__tl {
    font-family: var(--font-en);
    color: #616161;
    opacity: 0;
}
.style-item__tl-01 {
    font-size: 1.274em;
    display: block;
    margin: -5px 0 12px;
}
.style-item__tl-01-num {
    font-family: var(--font-en-02);
    display: inline-flex;
    overflow: hidden;
}
.style-item__tl-01-num span {
    opacity: 0;
}
.style-item__tl-02 {
    font-size: 2.125em;
    line-height: 1.236;
    display: block;
    width: fit-content;
    letter-spacing: 0.08em;
}
.style-item__text-box {
    padding: 4.8em 0 6.5em;
}
.style-item__stl {
    font-size: 1.25em;
    line-height: 1.6;
    margin: 0 0 0.4em;
    font-weight: 500;
    opacity: 0;
}
.style-item__text {
    font-size: 0.875em;
    line-height: 2;
    font-weight: 400;
    max-width: 411px;
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #edece8;
    will-change: background-image;
    display: block;
    pointer-events: none;
}
.style-item__img-02 {
    margin: 0 0.5% 0 0%;
    overflow: hidden;
}
.style-item__item-02 {
    width: 43.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.graphic-line-up--style {
    margin: 0 0 0 auto;
    padding: 50px 0 0;
}
.style__swiper {
    background: #e4e4e5;
    padding: 100px 0 61px;
}
.style__swiper-swiper {
    padding: 0 0 30px;
}
.style__swiper .graphic-slider__button-pn {
    width: 520px;
    left: 50%;
    transform: translateX(-50%);
    top: 369px;
}
.style__swiper-slide {
    width: 440px;
}
.style__swiper-img {
    filter: grayscale(1);
    transition: filter 300ms ease-out;
    clip-path: inset(0 100% 0 0);
}
.swiper-slide-active .style__swiper-img {
    filter: grayscale(0);
}
.style__swiper-slide {
    transition: opacity 300ms ease-out;
    opacity: .5;
}
.swiper-slide-active.style__swiper-slide {
    opacity: 1;
}
.style__swiper-tl {
    font-family: var(--font-en);
    text-align: center;
    color: #616161;
    letter-spacing: 0.06em;
}
.style__swiper-tl-01 {
    display: block;
    font-size: 1.188em;
    line-height: 1.172;
    overflow: hidden;
    opacity: 0;
}
.style__swiper-tl-02 {
    font-size: 1.875em;
    display: block;
    margin: 15px 0 28px;
    overflow: hidden;
    padding: 0 0 5px;
}
.style__swiper-tl-02 span {
    display: block;
    transform: translateY(100%);
}
.style__swiper-text-box {
    position: relative;
    display: grid;
}
.style__swiper-text-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-slide-active.style__swiper-slide .style__swiper-text-box:after {
    display: none;
}
.style__swiper-text-inner {
    grid-area: 1 / 1;
    display: flex;
    flex-direction: column;
}
.style__swiper-button {
    font-size: 0.875em;
    margin: 0.4em 0 0;
    opacity: 0;
    letter-spacing: 0.11em;
    width: 100%;
    order: -1;
}
.style__swiper-button-link {
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1.32em;
    gap: 0 0.5em;
    margin: 0 auto;
}
.style__swiper-button-link:after {
    content: "";
    height: 0;
    border-top: solid 1px;
    grid-area: 1 / 2;
    width: 1.32em;
    align-self: center;
}
.style__swiper-button-link:before {
    content: "";
    width: 0;
    border-right: solid 1px;
    grid-area: 1 / 2;
    height: 0.84em;
    margin: 0 auto;
    align-self: center;
}
.graphic-line-up--other {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239, 239, 239, 0.95);
    padding: 9.1% 14.6%;
    grid-area: 1 / 1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}
.style__swiper-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    margin: 2.4%;
    width: 6%;
    cursor: pointer;
}
.style__swiper-stl {
    font-size: 1.125em;
    line-height: 1.778;
    font-weight: 500;
    padding: 20px 0 8px;
}
.style__swiper-text {
    font-size: 0.875em;
    line-height: 1.858;
    font-weight: 400;
}
.select-colors__swiper-ctn {
    display: flex;
    flex-direction: column-reverse;
    will-change: transform;
}
.select-colors__swiper-text-item {
    opacity: 0;
}
.select-colors__swiper-img {
    overflow: hidden;
    will-change: transform;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.select-colors__swiper-stl {
    font-size: 1.125em;
    line-height: 1.5;
    margin: 1em 0 0.5em;
    font-weight: 500;
    will-change: opacity;
    overflow: hidden;
}
.select-colors__swiper-stl span {
    display: block;
}
.select-colors__swiper-text {
    font-size: 0.875em;
    line-height: 2;
    font-weight: 400;
    will-change: transform;
    position: relative;
}
.select-colors {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
}
.select-colors__tl {
    font-size: 2.375em;
    text-align: center;
    color: #616161;
    padding: 89px 0 50px;
    font-family: var(--font-en);
    letter-spacing: 0.04em;
    opacity: 0;
}
.select-colors__tl>span {
    display: inline-block;
}
.select-colors__swiper .swiper {
    width: 600px;
    overflow: visible;
    padding: 0 0 55px;
}
.swiper-wrapper--duplicate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-wrapper--duplicate .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
}
.model__ctn {
    display: flex;
    flex-direction: row-reverse;
    width: 820px;
    margin: 0 auto;
    gap: 0 7.1%;
    padding: 180px 0 0;
}
.model__tl {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2.7em 1.6em;
    margin: 0 0 1.3em;
}
.model__text-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.model__tl-01 {
    width: 100%;
    font-family: var(--font-en);
    font-size: 1.25em;
    font-weight: 600;
}
.model__tl-02 {
    font-size: 1.875em;
    letter-spacing: 0.05em;
}
.model__tl-03 {
    font-family: var(--font-en);
    font-size: 1.125em;
    font-weight: 300;
    letter-spacing: 0.11em;
    margin: 0 0 0 0;
    position: relative;
    top: 1px;
}
.model__text {
    font-size: 0.875em;
    line-height: 1.858;
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    margin: 0 -2% -0.5em 0;
}
.model__img-item {
    width: 32.965%;
    flex-shrink: 0;
}
.footer {
    max-width: 1320px;
    margin: 0 auto;
    width: 90%;
}
.footer__banner {
    display: flex;
    justify-content: center;
    gap: 0 75px;
    margin: 0 0 92px;
}
.footer__banner-li {
    width: 329px;
}
.footer__ctn-02 {
    border-top: solid 1px #9b9b9b;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 342px 1fr 342px;
    padding: 0 0 20px;
}
.footer__logo {
    width: 147px;
    margin: 49px 0 0;
}
.footer__logo-01 {
    width: 29px;
    margin: 3px auto 15px;
}
.footer__logo-02 {
    width: 98px;
    margin: 0 auto;
}
.footer__sns {
    display: flex;
    margin: 50px auto 0;
    gap: 0 37px;
}
.footer__sns-li {
    width: 44px;
}
.footer__copyright {
    width: 342px;
    margin: 66px 0 0;
}
@media screen and (max-width:1200px) {
    .graphic__tl {
        margin-bottom: 2.3em;
    }
    .graphic__stl {
        margin-top: 2.7em;
    }
    .graphic__img {
        width: 82.5%;
    }
    .graphic__img-text {
        width: 17.5%;
    }
    .graphic__img-text-02 .graphic__img-text-02-small {
        padding-left: 5px;
    }
    .graphic__img-text-02 {
        margin-left: calc(-5px - 1em);
    }
}
@media screen and (max-width:1080px) {
    .graphic__lead {
        font-size: 1.07em;
    }
    .graphic__stl {
        font-size: 1.01em;
    }
    .style-item__stl {
        font-size: 1.07em;
    }
    .graphic-line-up {
        padding-top: 72px;
    }
}
@media (min-width:981px) {
    .elm-sp {
        display: none !important;
    }
}
@media screen and (max-width: 980px) {
    html {
        font-size: min(10px, calc(10 / 750 * 100vw));
    }
    .elm-pc {
        display: none !important;
    }
    .header-nav__button {
        margin: 15px 15px 0;
    }
    .gmenu__content {
        width: 100%;
    }
    .gmenu__close-btn {
        margin: 4% 3.4% 0 0;
        width: 10.9%;
        padding: 0;
    }
    .gmenu__lists-wrap {
        padding: 12.3% 0% 0;
        display: block;
        font-size: 1em;
    }
    .gmenu__lists {
        gap: 5.9vw 0;
        flex-wrap: wrap;
        display: flex;
    }
    .gmenu__lists-01 {
        width: 92%;
        margin: 0 auto;
    }
    .gmenu__lists-01 li {
        width: 47.8%;
    }
    .gmenu__lists-02 {
        width: 85.33%;
        margin: 10% auto 8.6%;
        display: grid;
        grid-template-columns: repeat(2, 46.87%);
    }
    .gmenu__lists-02 li {
        width: 100%;
    }
    .gmenu__lists-03 {
        padding: 6.6% 7.6% 10.3%;
        box-sizing: border-box;
        gap: 5vw 0;
        display: grid;
        grid-template-columns: repeat(2, 47%);
    }
    .gmenu__lists-03 li {
        width: 100%;
    }
    .gmenu__lists:after {
        grid-area: 2 / 1 / 3 / 3;
        background: none;
        border-top: solid 1px #ccc;
        margin: 1.6% 0 -0.6%;
        height: auto;
    }
    .gmenu__sub-list-text-01 {
        font-size: 1.9em;
    }
    .gmenu__sub-list-text-02 {
        font-size: 4.9em;
        margin: 0 0 5%;
    }
    .gmenu__sub-list-text--style {
        font-size: 2em;
        margin: 0 0 5.5%;
    }
    .gmenu__sub-list-text--style-02 {
        margin: 0 0 3.5%;
    }
    .gmenu__sub-list-text--style-text {
        font-size: 1.3em;
        margin: 3% -5% 0 0;
        letter-spacing: 0;
    }
    .gmenu__sub-list--blue-gray {
        grid-area: 1 / 2;
    }
    .top__tl {
        margin: 0 0 7.5%;
        width: 99%;
        grid-area: 1 / 1;
        padding: 0;
        display: block;
        max-width: calc(60svh);
        justify-self: flex-end;
    }
    @supports not(height: 100svh) {
        .top__tl {
            max-width: calc(var(--100svh) * 0.6);
        }
    }
    .top__text {
        width: 70%;
        margin: 0 0 0 1%;
    }
    .top__img img {
        width: 200%;
        margin: 0 0 0 -50%;
        max-width: none;
        padding: 23.6% 0 0;
    }
    .concept {
        min-height: 0;
        height: auto;
        flex-direction: column-reverse;
    }
    .concept__text-item {
        padding: 28.6vw 5.6%;
        width: 100%;
        min-width: 0;
        margin: 9.3% 0;
    }
    .concept__line {
        height: 26.8vw;
    }
    .concept__tl {
        margin: 3.5% 0 9.2%;
        font-size: 3.1em;
        line-height: 1.67;
        letter-spacing: 0;
    }
    .concept__tl-name {
        font-size: 0.823em;
        letter-spacing: 0.1em;
    }
    .top {
        display: block;
        background: #e6e9f0;
    }
    .top__wrap {
        display: block;
        max-width: max(59.05vh, 400px);
        margin: 0 auto;
    }
    .top__img {
        min-height: min(100svh, 165vw);
    }
    .top__img-01:after {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(to right, #e8edf3, #e6e9ee, #e5eaf0);
    }
    .top__img-02:after {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(to right, #e8edf3, #e5ebf3, #e9eff7);
    }
    .top__text-box {
        width: 64.3%;
        padding: 14.3% 0 0 10.7%;
    }
    .top__img-02 {
        width: 100%;
        position: relative;
    }
    .inner {
        width: 86.667%;
    }
    .concept__text {
        padding: 0 0 0;
        margin: 0 -1%;
        font-size: 2.5em;
        line-height: 2.04;
        letter-spacing: 0;
    }
    .concept__text--mb {
        margin-bottom: 4.3%;
    }
    .concept__text+.concept__text {
        margin-top: 1.3em;
    }
    .bnr {
        margin: 0 0 4.1%;
    }
    .bnr__link {
        width: 100%;
        margin: 19.5% auto 0;
    }
    .other {
        margin: 0;
        background: #fff;
    }
    .graphic {
        padding: 0 0 9%;
        transform: none !important;
    }
    .graphic--mb {
        padding-bottom: 0;
        border-bottom: solid #fff 10.67vw;
    }
    .graphic__ctn {
        flex-direction: column;
        padding: 15% 0 0;
    }
    .graphic__img-ctn-02 {
        width: 100%;
        margin: 15.4% auto 0;
    }
    .graphic__text-item {
        display: contents;
    }
    .graphic-slider__button-pause {
        width: 6.67%;
        box-sizing: border-box;
        position: static;
    }
    .graphic-slider__button-pause button {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .graphic-slider__button-pause img {
        grid-area: 1 / 1;
        width: 100%;
        filter: none;
    }
    .graphic-slider__button-pause-pause {
        visibility: hidden;
    }
    .is-playing .graphic-slider__button-pause-pause {
        filter: none;
        visibility: visible;
    }
    .is-playing .graphic-slider__button-pause-resume {
        filter: none;
        visibility: hidden;
    }
    .graphic-line-up {
        padding: 5.1% 0 0;
        width: 86.67%;
        margin: 0 auto;
        order: 1;
    }
    .graphic-line-up--other {
        width: 100%;
        margin: 0;
        padding: 5.8% 5.9% 5.4% 5.4%;
    }
    .graphic-line-up--other-06 {
        padding-bottom: 4.3%;
    }
    .graphic-line-up--other .graphic-line-up__name {
        font-size: 2.7em;
    }
    .graphic-line-up--other .graphic-line-up__price {
        font-size: 2.8em;
    }
    .graphic-line-up--other .graphic-line-up__detail {
        font-size: 2.6em;
    }
    .style__swiper-close-btn {
        top: auto;
        bottom: 100%;
        background: #e4e4e4;
        margin: 0;
        padding: 2.6% 2%;
        width: 9.6%;
    }
    .style__swiper-text-box {
        z-index: 1;
    }
    .graphic-line-up--other .graphic-line-up__item {
        margin-bottom: 3.1em;
    }
    .graphic-line-up--other-06 .graphic-line-up__item {
        margin-bottom: 2.9em;
    }
    .graphic-line-up--other .graphic-line-up__item:last-child {
        margin-bottom: 0;
    }
    .graphic-line-up__item--mt:before {
        padding-top: 3.7em;
    }
    .graphic-line-up__item {
        margin: 0 0 3.3em;
    }
    .graphic-line-up__item--mt {
        margin-top: 4.5em;
    }
    .graphic-line-up__name {
        font-size: 3em;
        letter-spacing: -0.03em;
    }
    .graphic-line-up__link {
        grid-template-columns: 1fr 2em 26.3em 11.2em;
    }
    .graphic-line-up--graphic .graphic-line-up__name {
        letter-spacing: 0;
        max-width: 16ex;
    }
    .graphic-line-up__size {
        font-size: 2.8em;
    }
    .graphic-line-up__price {
        font-size: 3em;
        min-width: 7.3em;
        margin: 0 0.5em 0 0;
        letter-spacing: -0.02em;
    }
    .graphic-line-up--graphic .graphic-line-up__price {
        letter-spacing: 0;
        min-width: 7.7em;
    }
    .graphic-line-up__tax {
        padding: 0 0 0 0.5em;
        letter-spacing: 0.03em;
    }
    .graphic-line-up--graphic .graphic-line-up__tax {
        padding: 0 0 0 0.65em;
        letter-spacing: 0.08em;
    }
    .graphic-line-up__detail {
        font-size: 2.6em;
        width: auto;
    }
    .graphic__img-item {
        width: 100%;
        margin: 5.3% 0 0;
    }
    .graphic__img {
        width: 100%;
    }
    .graphic__img a {
        display: flex;
        flex-direction: column-reverse;
    }
    .graphic__img .switch-img {
        position: relative;
        animation: none;
        opacity: 1;
    }
    .graphic__img-pagenation {
        bottom: -2.13vw;
        gap: 0 2%;
        padding: 0 1.73%;
        box-sizing: border-box;
    }
    .graphic__img-pagenation-bullet {
        width: 8.53%;
        height: 0.53vw;
    }
    .graphic__img-text {
        display: none;
    }
    .graphic__tl {
        margin: 0 0 9.2% 11.7%;
        margin-left: 6%;
        width: 86.67%;
    }
    .graphic__tl-01 {
        font-size: 1.8em;
        padding: 0 0 0.3em 0.15em;
    }
    .graphic__tl-02 {
        font-size: 7.2em;
        letter-spacing: 0.02em;
    }
    .graphic__lead {
        font-size: 3.2em;
        line-height: 1.78;
        width: 86.67%;
        margin: 0 auto;
        letter-spacing: -0.04em;
    }
    .graphic__lead>span {
        margin-right: -2%;
    }
    .graphic__stl {
        font-size: 3em;
        line-height: 1.5;
        width: 86.67%;
        margin: 10% auto 0.8%;
    }
    .graphic__text {
        font-size: 2.6em;
        line-height: 1.808;
        width: 86.67%;
        margin: 0 auto;
        letter-spacing: 0.01em;
    }
    .style__swiper .graphic-slider__button-area,
    .graphic-slider__button-area {
        position: absolute;
        margin: 0;
        left: 50%;
        margin: 0 -25vw;
        justify-content: center;
        gap: 0;
        display: flex;
        width: 50vw;
        gap: 0 17%;
        top: auto;
        bottom: 0;
        pointer-events: auto;
        transform: translateX(0);
        height: auto;
    }
    .graphic-slider__button-pn {
        display: contents;
        position: static;
    }
    .graphic-slider__button-prev,
    .graphic-slider__button-next {
        margin: 0;
        width: 6.67%;
        height: auto;
        opacity: 1 !important;
        mix-blend-mode: difference;
        padding: 0 5%;
        box-sizing: content-box;
        position: static;
    }
    .graphic-slider__button-next {
        order: 1;
    }
    .graphic-slider__button-prev img,
    .graphic-slider__button-next img {
        visibility: visible;
    }
    .graphic-slider__button-prev:before,
    .graphic-slider__button-next:before,
    .graphic-slider__button-prev:after,
    .graphic-slider__button-next:after {
        display: none;
    }
    .graphic__text-box {
        width: 100%;
        padding: 0;
        display: contents;
    }
    .graphic-line-up__detail span {
        display: block;
    }
    .style {
        padding: 14.7% 0 0;
    }
    .style__tl {
        font-size: 5.29em;
        padding: 0 0 2.7%;
    }
    .style__lead {
        font-size: 2.65em;
        line-height: 1.475;
        margin: 0em auto 0;
        letter-spacing: 0.01em;
    }
    .style__lead+.style-item {
        padding-top: 13.2%;
    }
    .style-item {
        flex-direction: column;
        padding: 23.9% 0 0;
    }
    .style-item--mb {
        padding-bottom: 21.3%;
    }
    .style-item--lr {
        text-align: left;
    }
    .style-item--lr .graphic-line-up--style {
        margin: 0 auto;
    }
    .style-item--lr .style-item__text {
        margin: 0;
    }
    .style-item__item-01 {
        display: contents;
        min-height: 0 !important;
    }
    .style-item__tl {
        width: 86.67%;
        margin: 0 auto 4.4%;
        letter-spacing: 0.06em;
    }
    .style-item__text-box {
        width: 86.67%;
        margin: 0 auto 6.6%;
        padding: 0;
    }
    .style-item__tl-01 {
        font-size: 2.92em;
        margin: 0 0 0.3em;
    }
    .style-item__tl-02 {
        font-size: 5.2em;
        letter-spacing: 0.08em;
        line-height: 1.192;
    }
    .style-item--lr .style-item__tl-02 {
        margin: 0;
    }
    .style-item__stl {
        font-size: 3.2em;
        margin: 0 0 0.3em;
    }
    .style-item__text {
        font-size: 2.6em;
        max-width: none;
        line-height: 1.808;
        letter-spacing: 0.01em;
    }
    .style-item__img-02 {
        order: 1;
        width: 100%;
        margin: 0 auto;
    }
    .style-item__img-01 {
        order: 1;
    }
    .graphic-line-up-wrap {
        order: 1;
    }
    .style-item__item-02 {
        display: contents;
    }
    .style__swiper {
        padding: 7.7% 0 10.8%;
    }
    .style__swiper .swiper {
        padding: 0 0 4.7%;
    }
    .style__swiper-slide {
        width: 85.3vw;
        padding: 0 2vw;
    }
    .style__swiper-tl-01 {
        font-size: 2.8em;
        letter-spacing: 0.05em;
    }
    .style__swiper-tl-02 {
        font-size: 4.4em;
        margin: 0.31em 0 4%;
        padding: 0 0 1%;
    }
    .style__swiper-stl {
        font-size: 3em;
        line-height: 1.46;
        word-break: keep-all;
        overflow-wrap: break-word;
        padding: 4.6% 1.8% 0.19em;
    }
    .style__swiper-text {
        font-size: 2.6em;
        line-height: 1.57;
        letter-spacing: 0.04em;
        padding: 0 1.8%;
    }
    .style__swiper-button {
        font-size: 2.5em;
    }
    .select-colors__swiper-stl {
        font-size: 3em;
        line-height: 1.567;
        word-break: keep-all;
        overflow-wrap: break-word;
        margin: 0.7em 0 0.5em;
    }
    .select-colors__swiper-text {
        font-size: 2.6em;
        line-height: 1.73;
    }
    .select-colors__tl {
        font-size: 4.2em;
        padding: 15.5% 0 5.6%;
    }
    .select-colors__swiper .swiper {
        width: 80%;
        padding: 0 0 11.4%;
    }
    .select-colors__more {
        font-size: 3.8em;
        padding: 17.1% 0 0;
        gap: 1.3vw 0;
    }
    .select-colors__more:after {
        height: 12.67vw;
    }
    .model__ctn {
        width: 93.7%;
        display: grid;
        grid-template-columns: 44.4% 1fr;
        gap: 0 9.2%;
        padding: 18.4% 0 0;
    }
    .model__text-item {
        display: contents;
    }
    .model__tl {
        grid-area: 1 / 2;
        flex-direction: column;
    }
    .model__tl-01 {
        font-size: 3.4em;
        margin: -2.3% 0 0;
    }
    .model__tl-02 {
        font-size: 5.5em;
        padding: 16% 0 1%;
    }
    .model__tl-03 {
        font-size: 2.6em;
    }
    .model__text {
        grid-area: 2 / 1 / 3 / 3;
        font-size: 2.6em;
        line-height: 1.69;
        padding: 6.4% 0 0;
    }
    .model__img-item {
        width: 100%;
    }
    .top-button-wrap {
        margin: 0 0 4% 0%;
        margin-left: 2.4%;
        width: 1.73%;
        left: 0;
        right: auto;
    }
}
@media screen and (max-width: 980px) {
    .footer {
        width: 100%;
        padding: 10.6% 0 0;
    }
    .footer__banner {
        flex-direction: column;
        width: 66.8%;
        margin: 0 auto;
        gap: 0;
        padding: 0 0 5%;
    }
    .footer__banner-li {
        width: 100%;
        margin: 0 0 7.7%;
    }
    .footer__ctn-02 {
        grid-template-columns: 1fr;
    }
    .footer__logo {
        grid-row: 2;
        margin: 0 auto;
        width: 40%;
        padding: 8.4% 0 0;
    }
    .footer__logo-01 {
        width: 19%;
        margin: 1.1% auto 8.7%;
    }
    .footer__logo-02 {
        width: 67%;
    }
    .footer__sns {
        border-bottom: solid 1px #9b9b9b;
        margin: 0 auto 0;
        width: 81%;
        justify-content: center;
        gap: 0 10%;
        padding: 9.8% 0 8.7%;
    }
    .footer__sns-li {
        width: 16%;
    }
    .footer__copyright {
        margin: 0 auto;
        width: 81%;
        padding: 6.8% 0 0;
    }
}
@media (hover:hover) {
    .bnr__link {
        transition: opacity 600ms linear;
    }
    .bnr__link:hover {
        opacity: .8;
    }
    .gmenu__lists-wrap a {
        transition: filter 600ms ease-out;
    }
    .gmenu__lists-wrap a:hover {
        filter: brightness(0.8);
    }
    .style__swiper-close-btn,
    .gmenu__close-btn,
    .graphic__img-ctn-02-img a,
    .graphic__img a,
    .style-item__img-01 a,
    .style-item__img-02 a,
    .graphic-slider__button-pause img {
        transition: opacity 600ms linear;
    }
    .style__swiper-close-btn:hover,
    .gmenu__close-btn:hover,
    .graphic__img-ctn-02-img a:hover,
    .graphic__img a:hover,
    .style-item__img-01 a:hover,
    .style-item__img-02 a:hover,
    .graphic-slider__button-pause button:hover img {
        opacity: .8;
    }
    .graphic-slider__button-prev img,
    .graphic-slider__button-next img {
        transition: filter 600ms ease-out;
    }
    .graphic-slider__button-prev:hover img,
    .graphic-slider__button-next:hover img {
        filter: brightness(1.4);
    }
}
@media print {
    html {
        font-size: clamp(10px, 1.11vw, 16px);
    }
    .js-anm,
    .js-anm--tp,
    .js-anm--ty,
    .js-anm--ty02 {
        opacity: 1;
    }
    .box--scroll {
        overflow: auto;
    }
    .box--scroll__ctn {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    .section {
        height: auto;
    }
    .top-button-wrap,
    .cover {
        display: none !important;
    }
    .concept__line-wrap {
        clip-path: none;
    }
    .concept {
        min-height: 0;
    }
    .style__tl,
    .style__lead,
    .style-item__stl,
    .style-item__tl,
    .graphic__img-text-02 span {
        opacity: 1;
    }
    .style-item__item-01 {
        min-width: 0;
    }
    .graphic-line-up {
        max-width: min(100%, 20em);
    }
    .model__ctn {
        max-width: 90%;
    }
    .bnr__link {
        max-width: 90%;
    }
    .select-colors__swiper .swiper {
        max-width: 42vw;
    }
    .style__swiper-slide {
        max-width: 35vw;
        padding: 0 2vw;
        box-sizing: border-box;
        margin-right: 0 !important;
    }
    .style-item__item-01 {
        min-height: 0 !important;
    }
    .select-colors__swiper .swiper-wrapper {
        display: grid;
    }
    .select-colors__swiper .swiper-slide {
        grid-area: 1 / 1;
        transform: translate3d(0, 0, 0) !important;
        width: min(42vw, 600px) !important;
    }
    .select-colors__swiper .swiper-slide-next .select-colors__swiper-ctn {
        transform: translateX(85%) !important;
    }
    .select-colors__swiper .swiper-wrapper--duplicate .swiper-slide:last-child .select-colors__swiper-ctn,
    .select-colors__swiper .swiper-slide-prev .select-colors__swiper-ctn {
        transform: translateX(-85%) !important;
        opacity: 1 !important;
    }
    .style__swiper-tl-01,
    .style__swiper-tl-02,
    .style__swiper .swiper-wrapper {
        transform: translateX(0) !important;
    }
    .style__swiper .style__swiper-img {
        filter: none;
    }
    .style__swiper-tl,
    .style__swiper-stl,
    .style__swiper-text {
        opacity: 1 !important;
    }
    .style__swiper .swiper-wrapper {
        justify-content: center;
    }
    .header-nav__button,
    .style__swiper .swiper-slide:last-child {
        display: none;
    }
    .footer__ctn-02 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .footer__copyright {
        grid-area: 2 / 1 / 3 / 4;
        margin: 31px 0 0 auto;
        text-align: right;
    }
    .graphic-slider__button-pause {
        display: none;
    }
}