@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 loading01 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@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;
    }
}
:root {
    --100svh: 100vh;
    --font-en: "Outfit", sans-serif;
    --font-ja: "Noto Sans JP", sans-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;
    -webkit-text-size-adjust: 100%;
}
img {
    width: 100%;
    height: auto;
    display: block;
}
a {
    text-decoration: none;
    color: inherit;
}
a,
button {
    outline: none;
}
.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;
}
.box--scroll--x {
    overflow-x: scroll;
    height: 100%;
    z-index: 1;
}
.box--scroll--x .box--scroll__ctn {
    min-height: 0;
    height: 100%;
    width: auto;
    flex-wrap: nowrap;
}
.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;
    opacity: 0;
}
.top {
    position: relative;
    display: grid;
    width: 100%;
    background: #e8ebf2;
    height: 100%;
    grid-template-columns: 100%;
}
.top__wrap {
    display: contents;
}
.top__inner {
    width: 100%;
    max-width: 1920px;
    grid-area: 1 / 1;
    margin: 0 auto;
    z-index: 2;
    display: flex;
}
.top__text-box {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
}
.top__tl {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}
.top__text {
    width: 36.945%;
    display: block;
    margin: 0 0 26px 4%;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    max-width: 73svh;
}
@supports not(height: 100svh) {
    .top__text {
        max-width: calc(var(--100svh) * 0.73);
    }
}
.top__text-box-01 {
    opacity: 0;
    display: block;
    will-change: opacity, filter;
}
.top__text-box-02 {
    display: flex;
    aspect-ratio: 1064 / 208;
    overflow: hidden;
    opacity: 0;
    will-change: opacity;
}
.top__text-box-02 img {
    will-change: opacity, filter;
    width: auto;
    height: 100%;
}
.top__tl-01 {
    width: 99.593%;
}
.top__tl-02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 8.125%;
    margin: 2%;
}
.top__img {
    display: grid;
    width: 100%;
    grid-area: 1 / 1;
    opacity: 0;
    position: relative;
    min-height: 500px;
    grid-template-columns: 50% 50%;
    opacity: 0;
}
.top__img picture {
    width: 100%;
}
.top__img img {
    object-fit: cover;
    height: 100%;
}
.inner {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
.section__box {
    width: 100%;
    height: 100%;
    display: flex;
}
.concept {
    display: grid;
    min-height: 100svh;
    align-items: stretch;
    width: 100%;
    background: #eef2fa;
}
@supports not(height: 100svh) {
    .concept {
        min-height: var(--100svh);
    }
}
.concept__inner {
    grid-area: 1 / 1;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: flex-end;
    z-index: 1;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    width: 100%;
}
.concept__text-01 {
    width: 36.945%;
    margin: 0 0 26px 4%;
    grid-area: 1 / 1 / 2 / 3;
    padding: 0 6.8% 0 0;
    opacity: 0;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    max-width: 73svh;
}
@supports not(height: 100svh) {
    .concept__text-01 {
        max-width: calc(var(--100svh) * 0.73);
    }
}
.concept__text-01-box {
    display: flex;
    aspect-ratio: 1064 / 208;
    overflow: hidden;
}
.concept__text-01-box img {
    width: auto;
    height: 100%;
}
.concept__text-box {
    padding: 6em 0;
}
.concept-text {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.concept__text-02 {
    line-height: 2;
    letter-spacing: 0.2em;
    opacity: 0;
    font-size: 1.063em;
}
.concept__text-02+.concept__text-02 {
    margin-top: 23px;
}
.concept__img {
    grid-area: 1 / 1;
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
}
.concept__img-01-img {
    object-fit: cover;
    height: 100%;
}
.concept__img-02-img {
    object-fit: cover;
    height: 100%;
}
.u-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.u-loading__01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 200px;
    box-sizing: border-box;
}
.u-loading__02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px rgba(255, 255, 255, 1);
    border-radius: 200px;
    box-sizing: border-box;
    animation: loading01 4140ms linear infinite;
    -webkit-mask-image: conic-gradient(#fff 0%, #fff 30%, transparent 30%, transparent 100%);
    mask-image: conic-gradient(#fff 0%, #fff 30%, transparent 30%, transparent 100%);
}
.u-loading__01 {
    width: 123px;
    height: 123px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.u-play-button {
    display: grid;
    border-radius: 100px;
}
.u-play-button img {
    grid-column: 1;
    grid-row: 1;
}
.special-movie__tl {
    padding: 0 0 36px;
    margin: 0 auto;
    opacity: 0;
    width: 296px;
}
.special-movie__tl>span {
    display: flex;
    justify-content: center;
}
.special-movie__tl>span span {
    min-width: 0.5ex;
}
.special-movie {
    width: 100%;
}
.special-movie__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    opacity: 0;
}
.special-movie__movie {
    position: relative;
    flex-grow: 1;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.special-movie__movie>div {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: relative;
    display: grid;
}
.special-movie__movie video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 25%;
    grid-area: 1 / 1;
    pointer-events: none;
}
.special-movie__movie picture {
    grid-area: 1 / 1;
}
.special-movie__loading {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    pointer-events: none;
    font-family: var(--font-en);
    font-weight: 300;
    letter-spacing: 0.06em;
    font-size: 0.9375em;
    visibility: hidden;
}
.special-movie__play-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    appearance: none;
    border: none;
    cursor: pointer;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.special-movie__play-button .u-play-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85px;
    height: 85px;
    padding: 39px 45px;
}
.special-movie__play-button img:nth-child(1) {
    position: relative;
    z-index: 1;
}
.special-movie__play-button img:nth-child(2) {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
}
.special-movie video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: #000;
    pointer-events: none;
}
.special-movie__poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.focus-01 {
    display: flex;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.focus-01-after {
    width: 100vw;
}
.on-me {
    display: flex;
    flex-shrink: 0;
}
.focus-01 .focus {
    padding: 5svh 0 12.9svh;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
@supports not(height: 100svh) {
    .focus-01 .focus {
        padding-top: calc(var(--100svh) * 0.05);
        padding-bottom: calc(var(--100svh) * 0.129);
    }
}
.focus-01 .focus--on-me {
    width: 391px;
    align-self: center;
    padding-left: 138px;
}
.focus__tl {
    margin: 0 0 27px;
    display: flex;
    overflow: hidden;
    position: relative;
    opacity: 0;
}
.focus__tl svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.clip-path {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    stroke-width: 10px;
    opacity: 0;
    will-change: stroke-offset;
}
.focus__tl img {
    width: auto;
    height: 100%;
}
.focus__tl-box {
    display: flex;
}
.focus__tl-02 {
    display: flex;
}
.focus__tl-02-box {
    overflow: hidden;
    display: block;
}
.focus__tl-02 img {
    transform: translateY(101%);
}
.focus__tl--on-me {
    width: 279px;
    aspect-ratio: 557/71;
}
.focus__tl--on-me .focus__tl-box {
    width: 50.89%;
}
.focus__tl--on-me .focus__tl-02 {
    width: 49.11%;
}
.focus__text {
    font-size: 0.9375em;
    line-height: 2;
    letter-spacing: 0.14em;
    padding: 0 0 0 1px;
    opacity: 0;
}
.focus-02 .focus__text {
    will-change: filter, opacity;
}
.focus__text-m {
    font-size: 0.875em;
}
.focus__text+.focus__text {
    margin-top: 9px;
}
.look {
    display: flex;
}
.look__anchor {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px 0 0 16%;
}
.look-01 {
    display: flex;
    flex-shrink: 0;
    padding: 0 147px 0 0;
}
.look-01__img-01 {
    aspect-ratio: 1502 / 1620;
    height: 100%;
    padding: 0 0 0 14px;
}
.look-01__img-01 img {
    object-fit: cover;
    height: 100%;
}
.look-01__img-02 {
    aspect-ratio: 530 / 1620;
    padding: 0 0 0 9px;
    height: 100%;
}
.look__text-box {
    width: 284px;
    flex-shrink: 0;
    align-self: center;
    position: relative;
    z-index: 1;
    opacity: 0;
}
.focus-01 .look__text-box {
    padding-left: 74px;
}
.look__tl {
    width: 50px;
    margin: 0 0 36px;
    display: flex;
    aspect-ratio: 100 / 66;
    position: relative;
}
.look__tl img {
    width: auto;
    height: 100%;
}
.focus-02 .look__tl:after {
    content: "";
    display: block;
    border-top: solid 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    transform: translateX(-101%);
}
.focus-02 .look__tl {
    overflow: hidden;
}
.look__tl-10 {
    filter: brightness(0) invert(1);
}
.look-line-up {
    font-family: var(--font-en);
    font-feature-settings: normal;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 284px;
    position: relative;
    opacity: 0;
}
.look-line-up__link {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
.look-line-up__name {
    font-weight: 600;
    flex-grow: 1;
    font-size: 0.8em;
}
.look-line-up__size {
    font-size: 0.8em;
    padding: 0 0.4em 0 0;
}
.look-line-up__sup {
    font-size: 0.85em;
    font-weight: 300;
    letter-spacing: -0.1em;
}
.look-line-up__price {
    font-weight: 300;
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-size: 0.8em;
    min-width: 14.6ex;
    margin: 0 0.8em 0 0;
}
.look-line-up__tax {
    font-size: .8em;
    padding: 0 0 0 0.4em;
}
.look-line-up__detail {
    font-weight: 400;
    text-align: right;
    flex-shrink: 0;
    -webkit-text-stroke: 0.3px;
    font-size: 0.78em;
}
.look-line-up__detail--cs {
    font-size: 0.6875em;
    letter-spacing: -0.1em;
    -webkit-text-stroke: 0px;
}
.look-line-up--hscs .look-line-up__detail {
    min-width: 60px;
}
.look-line-up__detail>span {
    position: relative;
}
.look-line-up__detail>span:after {
    content: "";
    position: absolute;
    bottom: 0;
    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);
}
.look-line-up__wrap {
    padding: 21px 0 1px;
}
.look-line-up__wrap:before,
.look-line-up__item--mt:before {
    content: "";
    display: block;
    border-top: solid 1px #7f7f7f;
    padding-top: 19px;
    width: 30px;
}
.on-style {
    display: flex;
    flex-shrink: 0;
}
.look-02 {
    padding: 0 0 0 74px;
}
.look-02__img-01 {
    aspect-ratio: 1378 / 1620;
    margin: 0 -8px 0 0;
    height: 100%;
}
.focus--on-style {
    align-self: center;
    width: 380px;
}
.focus__tl--on-style {
    width: 342px;
    aspect-ratio: 683 / 71;
}
.focus__tl--on-style .focus__tl-box {
    width: 40.35%;
}
.focus__tl--on-style .focus__tl-02 {
    width: 59.65%;
}
.look-02__img-02 {
    aspect-ratio: 768 / 1620;
    margin: 0 -21px 0 -18px;
    height: 100%;
}
.look__ctn--02-02 {
    display: grid;
    margin: 0 0 0 121px;
    flex-shrink: 0;
    padding: 0 27px 0 0;
}
.look__ctn--02-02 .look-line-up {
    grid-area: 1 / 1;
    align-self: flex-start;
    margin: 66.9svh 0 0 4.5%;
    padding-right: 53svh;
    position: relative;
    z-index: 1;
}
@supports not(height: 100svh) {
    .look__ctn--02-02 .look-line-up {
        margin-top: calc(var(--100svh) * 0.669);
        padding-right: calc(var(--100svh) * 0.53);
    }
}
.look-02__img-03 {
    grid-area: 1 / 1;
    aspect-ratio: 1506 / 1398;
    height: 86.1vh;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
}
.look-03__img-01 {
    aspect-ratio: 2823 / 1620;
    margin: 0 -197px 0 -60px;
    height: 100%;
    position: relative;
}
.look-03__img-02 {
    aspect-ratio: 1280 / 1620;
    margin: 0 67px 0 25px;
    height: 100%;
}
.look__ctn--03-02 {
    padding: 0 116px 0 0;
}
.look-03__img-03 {
    aspect-ratio: 610 / 1092;
    height: 67vh;
    margin: 0 auto 39px;
    position: relative;
    left: -16px;
}
.look-04 {
    padding: 0 0 0 74px;
}
.look-04__img-01 {
    aspect-ratio: 1648 / 1620;
    margin: 0 -259px 0 0;
    height: 100%;
}
.look-04__img-02 {
    aspect-ratio: 498 / 1620;
    height: 100%;
    align-self: flex-end;
    margin: 0 361px 0 147px;
    margin-right: 30vw;
}
.focus-01__movie {
    flex-shrink: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    clip-path: inset(0 0 0 0);
    display: flex;
    overflow: hidden;
}
.focus-01__movie-inner {
    background: linear-gradient(to bottom, #12181f, #131c25, #11171f, #1d2d3a, #304d63);
    width: 100%;
    height: 100%;
    display: flex;
}
.focus-01__movie-box {
    background: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.focus-01__movie-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0.01;
}
.focus-01__movie-box .special-movie__loading {
    visibility: visible;
}
.focus-01__movie video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.switch-img {
    position: absolute;
    top: 0;
    left: 0;
    animation: lookswitchimg 8000ms linear infinite 3000ms;
    animation-play-state: paused;
    opacity: 0;
}
.favorite {
    background: #000;
}
.focus-02 .focus__text {
    font-size: 0.875em;
}
.focus-02__ctn-large {
    display: grid;
    justify-content: end;
    min-height: min(100dvh, 90vw);
}
.focus-02__inner {
    grid-area: 1 / 1;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.focus-02__text-item {
    grid-area: 1 / 1;
    position: relative;
    align-self: center;
    z-index: 1;
}
.focus-02__text-item--10-02 {
    color: #fff;
    margin: 16.4% 0 0 65.8%;
    align-self: flex-start;
    padding: 0 0 41px;
}
.focus-02__text-item--10-01 {
    width: 423px;
    margin: 14.6% 58.5% 0 auto;
    align-self: flex-start;
}
.focus-02__text-item--08-01 {
    width: 365px;
    margin: 15.5% 56.3% 0 auto;
    align-self: flex-start;
    overflow: hidden;
}
.focus-02__text-item--06-01 {
    width: 352px;
    margin: 10.7% 58.7% 0 auto;
    align-self: flex-start;
    padding: 0 0 44px;
}
.focus--on-mood {
    margin: 0 0 13.3%;
}
.focus__tl--on-mood {
    width: 347px;
    aspect-ratio: 693 / 71;
}
.focus__tl--on-mood .focus__tl-box {
    width: 41.211%;
}
.focus__tl--on-mood svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.focus-02__img-item-large {
    grid-area: 1 / 1;
}
.focus-02__img-item-large-10-02 {
    overflow: hidden;
}
.focus-02__img-item-large .focus-02__img {
    display: flex;
    height: 100%;
    margin: -1px 0 0;
}
.focus-02__img--10-02 {
    overflow: hidden;
    opacity: 0;
}
.focus-02__img-item-large img {
    object-fit: cover;
    height: 100%;
}
.focus-02__img--05-01 img {
    object-position: 63% 0%;
}
.focus-02__img--08-01 img {
    object-position: 80% 0%;
}
.focus-02__img--10-01 img {
    object-position: 70% 0%;
}
.focus-02__img--10-02 img {
    object-position: 41% 0%;
}
.focus-02__img {
    position: relative;
}
.focus-02__img-wide .focus-02__img {
    display: block;
}
.focus-02__ctn {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1920px;
    margin: 60px auto 60px;
    justify-content: flex-end;
    gap: 0 7.4%;
}
.focus-02__img-item {
    grid-area: 1 / 1;
    opacity: 0;
    overflow: hidden;
}
.focus-02__img-item--09-01 {
    width: 58.334%;
}
.focus-02__img-item--08-02 {
    width: 46.528%;
    margin: 0 1.4% 0 7.64%;
}
.focus-02__img-item--07-01 {
    width: 47.917%;
    margin: 0 6.25% 0 0;
}
.focus-02__img-item--06-02 {
    width: 61.806%;
}
.focus-02__ctn--lr {
    flex-direction: row;
    gap: 0 9%;
}
.focus-02__img-wide {
    width: 87.5%;
    margin: 60px auto 0;
    opacity: 0;
    max-width: 1920px;
}
.focus-02__ctn-02 {
    width: 53.473%;
    margin: 106px auto 119px;
}
.focus-02__ctn-04 {
    width: 53.473%;
    margin: 106px auto 119px;
}
.focus-02__ctn-02 .focus-02__img-item {
    margin: 0 0 25px;
}
.focus-02__ctn-04 .focus-02__img-item {
    margin: 0 0 25px;
}
.focus__tl--on-detail {
    width: 365px;
    aspect-ratio: 730 / 72;
}
.focus__tl--on-detail .focus__tl-box {
    width: 37.535%;
}
.focus--on-favorite {
    color: #fff;
    padding: 0 0 0 9.2%;
}
.focus__tl--on-favorite {
    width: 423px;
    aspect-ratio: 846 / 72;
}
.focus__tl--on-favorite .focus__tl-box {
    width: 32.625%;
}
.look-line-up__item+.look-line-up__item {
    margin-top: 19px;
}
.focus-02__ctn-03 {
    display: flex;
    background: #060409;
    color: #fff;
    justify-content: center;
    gap: 0 16.1%;
    padding: 0 2% 90px;
    box-sizing: content-box;
}
.focus-02__ctn-03 a img {
    opacity: 0;
}
.focus-02__ctn-03-item {
    max-width: 272px;
}
.focus-02__ctn-03-img-01 {
    width: 305px;
    display: block;
    margin: 120px 0 33px -11px;
}
.focus-02__ctn-03-img-02 {
    width: 376px;
    display: block;
    margin: 55px 0 54px -35px;
}
.focus-02__ctn-03-img-01 img,
.focus-02__ctn-03-img-02 img {
    opacity: 0;
}
.recommend {
    max-width: 1250px;
    width: 90%;
}
.recommend__tl {
    width: 419px;
    padding: 72px 0 50px;
}
.recommend__box {
    padding: 0 0 121px;
}
.recommend__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 39px 30px;
}
.recommend__items-item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 20px 0;
    opacity: 0;
}
.recommend__items-text-item {
    font-family: var(--font-en);
    font-weight: 300;
}
.recommend__items-list+.recommend__items-list {
    margin-top: 13px;
}
.recommend__items-list-name {
    font-weight: 600;
    flex-grow: 1;
    font-size: 0.844em;
}
.recommend__items-list-link {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0 6%;
}
.recommend__items-list-price {
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-size: 0.844em;
}
.recommend__items-list-tax {
    font-size: .8em;
    padding: 0 0 0 0.5em;
}
.recommend__items-list-detail {
    font-weight: 400;
    text-align: right;
    flex-shrink: 0;
    -webkit-text-stroke: 0.3px;
    font-size: 0.813em;
}
.recommend__items-list-detail>span {
    position: relative;
}
.recommend__items-list-detail>span:after {
    content: "";
    position: absolute;
    bottom: 0;
    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);
}
.section--movie {
    width: 100%;
}
.movie {
    position: relative;
    opacity: 0;
}
.movie:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}
.movie__ctn {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 850px;
    margin: 0 auto;
    padding: 115px 0 0;
}
.other__tl {
    margin: 0 0 12px;
    opacity: 0;
}
.movie__ctn:last-child {
    padding-bottom: 174px;
}
.movie__ctn+.movie__ctn {
    padding-top: 91px;
}
.movie__button {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 89px;
    margin: -45px;
}
.other {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    margin: 0 0 89px;
}
.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: 6px;
    border-radius: 100px;
    height: 100px;
    mix-blend-mode: difference;
}
.accordion {
    margin: 19px 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0 1.4em;
}
.accordion-btn {
    list-style: none;
    position: relative;
    cursor: pointer;
    font-size: 0.844em;
    letter-spacing: 0.06em;
    padding: 8px 0 0;
    width: 100%;
}
.accordion-btn::-webkit-details-marker {
    display: none;
}
.accordion-btn::before {
    content: "";
    border-right: solid 1px #7f7f7f;
    display: block;
    position: absolute;
    top: 14px;
    right: 12px;
    transform: translateY(-50%);
    transition: transform 600ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 600ms linear;
    height: 11px;
}
.accordion[open] .accordion-btn::before {
    transform: translateY(-50%) rotate(90deg) scaleY(2);
    opacity: 0;
}
.accordion.is-close .accordion-btn::before {
    transform: rotate(90deg) scaleX(1);
}
.accordion-btn::after {
    content: "";
    border-top: solid 1px #7f7f7f;
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    width: 25px;
    margin: 14px 0 0;
}
.accordion-body {
    overflow: hidden;
    position: relative;
}
.accordion-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .6;
}
.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% 5.56% 3.6%;
    display: grid;
    grid-template-columns: repeat(6, 15.36%);
    justify-content: space-between;
    font-size: min(16px, 1.11vw);
    gap: min(3.47vw, 50px) 0;
}
.gmenu__lists-text-item {
    grid-area: 1 / 1 / 2 / 3;
}
.gmenu__lists-text-01 {
    width: 53.8%;
}
.gmenu__lists-text-02 {
    border: solid 1px;
    width: 18.9%;
    padding: 2.4% 3.2%;
    box-sizing: border-box;
    margin: 9.8% 0 0;
}
.gmenu__lists {
    display: contents;
}
.gmenu__link-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 12%;
    margin: 6% 0 0 6%;
}
.gmenu__link {
    position: relative;
    display: block;
}
.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-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;
    left: 0;
    bottom: 0;
    z-index: 10;
    margin: 0 40px 14px 22px;
    opacity: 0;
    display: flex;
    width: 100%;
    align-items: center;
    mix-blend-mode: difference;
    pointer-events: none;
}
.top-button {
    width: 34px;
    pointer-events: auto;
}
.top-button-wrap.is-hidden {
    pointer-events: none;
}
.loook-nav {
    display: flex;
    align-items: center;
    margin: 0 0 0 26px;
    opacity: 0;
    filter: brightness(0) invert(1);
}
.loook-nav__tl {
    border: solid 1px;
    width: 67px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 12px;
    cursor: pointer;
    background: none;
    appearance: none;
    margin: 0;
    position: relative;
}
.loook-nav__tl:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}
.loook-nav__lists {
    display: flex;
    gap: 0 19px;
    margin: 0 0 0 25px;
    opacity: 0;
}
.loook-nav__list {
    width: 20px;
}
.loook-nav__list a {
    opacity: .5;
    display: block;
}
.top__img-01 {
    background: linear-gradient(to bottom, #e8ebf2, #e9ecf3, #e7ebef);
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
}
.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 img {
    object-position: 40% 50%;
}
.top__img-02 {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.recommend-line-up__sup {
    font-size: 0.85em;
    font-weight: 300;
}
.model__ctn {
    display: flex;
    flex-direction: row-reverse;
    width: 850px;
    margin: 0 auto;
    gap: 0 7.1%;
    opacity: 0;
    padding: 0 0 155px;
}
.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: 31.665%;
    flex-shrink: 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow-y: scroll;
    transform: translateZ(1px);
    display: none;
    opacity: 0;
    overscroll-behavior: none;
}
.modal__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(100% + 1px);
    position: relative;
    padding: 69px 0;
    box-sizing: border-box;
}
.modal__content {
    width: 98%;
    margin: 0 auto;
    max-width: 1360px;
    position: relative;
    z-index: 1;
}
.modal__movie {
    position: relative;
    background: #000;
    aspect-ratio: 16 / 9;
}
.modal__movie iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.modal__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: -39px 0 0 0;
    z-index: 1;
    appearance: none;
    background: none;
    border: none;
    filter: brightness(0) invert(1);
    width: 36px;
    padding: 0;
    cursor: pointer;
}
.modal__close-btn:focus-visible {
    outline: none;
    opacity: .5;
}
.modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
    opacity: 0.85;
}
.creative-concept__ctn {
    display: flex;
    margin: 0 auto;
    width: 850px;
    padding: 115px 0 0;
    opacity: 0;
}
.creative-concept__tl {
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.5;
    text-transform: uppercase;
    width: 39%;
    letter-spacing: 0.06em;
    padding: 0px 0 0 1px;
}
.creative-concept__stl {
    font-size: 1.563em;
    margin: 0 0 15px;
    letter-spacing: 0.15em;
}
.creative-concept__text {
    font-size: 0.938em;
    line-height: 2.067;
    letter-spacing: 0.1em;
    margin: 0 0 0;
}
.creative-concept__dash {
    letter-spacing: -0.1em;
}
.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__note {
    grid-column: 1 / 4;
    line-height: 1.64;
    font-size: 0.688em;
    padding: 14px 0 0;
    letter-spacing: 0.05em;
}
.footer__note-text {
    display: block;
}
.footer__note-text+.footer__note-text {
    margin-top: 0.7em;
}
.footer__logo {
    width: 147px;
    margin: 50px 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:1080px) {
    .focus-02__ctn {
        gap: 0 4%;
        margin: 13.1% auto;
    }
    .focus-02__ctn:last-child {
        margin-bottom: 27%;
    }
    .focus-02__ctn--lr {
        gap: 0 6%;
    }
}
@media (min-width:981px) {
    .elm-sp {
        display: none !important;
    }
    .focus-01 {
        font-size: 1em !important;
    }
}
@media (min-width:981px) and (max-height:690px) {
    .look-line-up__item+.look-line-up__item {
        margin-top: 16px;
    }
    .look__tl {
        margin-bottom: 21px;
    }
}
@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% 3.4%;
        display: block;
        font-size: 1em;
    }
    .gmenu__lists-text-item {
        display: none;
    }
    .gmenu__lists {
        flex-wrap: wrap;
        display: flex;
        width: 85.3%;
        margin: 0 auto;
        justify-content: space-between;
    }
    .gmenu__sub-list {
        width: 46.9%;
        margin: 0 0 5.9vw;
    }
    .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;
        width: 100%;
        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: 68.3%;
        margin: 0 0 4.7% 3.8%;
        grid-area: 1 / 1;
        max-width: none;
    }
    .top__img img {
        width: auto;
        height: 100%;
        margin: 0 auto;
    }
    .top__img-01 img,
    .top__img-02 img {
        object-position: 50% 0%;
    }
    .concept {
        height: 100svh;
        flex-direction: column-reverse;
        min-height: 0;
    }
    @supports not(height: 100svh) {
        .concept {
            height: var(--100svh);
        }
    }
    .concept__text-02 {
        font-size: 2.6em;
        line-height: 1.923;
        letter-spacing: 0.12em;
    }
    .concept__text-box {
        padding: 10.1% 7%;
        max-width: 51.6svh;
        margin: 0 auto;
        font-size: min(10px, calc(10 / 750 * 100vw), 0.78svh);
        --100dvh: 100dvh;
    }
    .concept__text-02+.concept__text-02 {
        margin-top: 6.3%;
    }
    .concept__inner {
        grid-template-columns: 1fr;
        grid-template-rows: 50% 50%;
        max-width: 59.1svh;
    }
    @supports not(height: 100svh) {
        .concept__inner {
            max-width: calc(var(--100svh) * 0.591);
        }
    }
    .concept__text-01 {
        width: 68.3%;
        margin: 0 0 4.7% 3.8%;
        max-width: 59.1svh;
        padding: 0;
    }
    @supports not(height: 100svh) {
        .concept__text-01 {
            max-width: calc(var(--100svh) * 0.591);
        }
    }
    .concept__img {
        grid-template-columns: 1fr;
        grid-template-rows: 50% 50%;
        height: 100svh;
    }
    @supports not(height: 100svh) {
        .concept__img {
            height: var(--100svh);
        }
    }
    .concept__img-01-img,
    .concept__img-02-img {
        object-position: 52% 0;
    }
    .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 {
        background: #e6e9f0;
    }
    .top__wrap {
        display: block;
        max-width: max(59.05vh, 400px);
        margin: 0 auto;
    }
    .top__img {
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
        min-height: 0;
    }
    .top__img picture {
        display: flex;
        justify-content: center;
    }
    .top__img-01,
    .top__img-02 {
        justify-content: center;
    }
    .top__img-01 {
        background: linear-gradient(to bottom, #fff, #ffffff 50%, #fefefe, #f8f8f8, #f4f4f4, #ececec, #dedddd, #cacaca, #b3b3b3, #a3a3a3, #a3a3a3);
    }
    .top__img-02 {
        background: linear-gradient(to bottom, #9caab4, #a0aeb8 50%, #a5b3be, #aebcc6, #bdc9d4, #ccd6e2, #d4deea, #dee8f4, #e8f0fa, #eef5fc, #eff5fc, #eaf3fb);
    }
    .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 bottom, #7d8d99, #909ea9 50%, #9ba9b3, #a3b2bc, #b3bfca, #c0ccd9, #ced8e4, #d8e2ee, #e5edf8, #eaf0fb, #e8eef9, #e9effa);
        mask: linear-gradient(to right, #fff 40%, transparent 50%);
    }
    .top__text-box {
        width: 100%;
        padding: 0;
        display: grid;
        grid-template-rows: 50% 50%;
        grid-template-columns: 100%;
        max-width: 59.1svh;
    }
    @supports not(height: 100svh) {
        .top__text-box {
            max-width: calc(var(--100svh) * 0.591);
        }
    }
    .top__tl-02 {
        width: 20%;
        margin: 3.2% 3.2% 0 0;
        max-width: 11.98svh;
    }
    @supports not(height: 100svh) {
        .top__tl-02 {
            max-width: calc(var(--100svh) * 0.1198);
        }
    }
    .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;
    }
    .other {
        margin: 0;
        background: #f7f7f7;
    }
    .movie__ctn {
        padding: 0;
    }
    .movie__ctn {
        width: 100%;
        padding: 0;
    }
    .movie__ctn+.movie__ctn {
        padding-top: 11.9%;
    }
    .movie__ctn:last-child {
        padding-bottom: 0;
    }
    .movie__button {
        max-width: 1000px;
        width: 15.5%;
        margin: -7.6%;
    }
    .special-movie__loading {
        font-size: 2.25em;
    }
    .other__tl {
        font-size: 3.6em;
        text-align: left;
        padding: 0 1.4em 0;
        margin: 0 0 0.55em;
        overflow: hidden;
    }
    .other__tl img {
        width: 158%;
    }
    .special-movie__box {
        padding: 0;
        width: 100%;
    }
    .special-movie__movie>div {
        aspect-ratio: auto;
        width: 100%;
        height: 100%;
    }
    .special-movie__movie video {
        position: absolute;
    }
    .special-movie__play-button .u-play-button {
        width: 25.6%;
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 5.6% 5.1%;
        margin: 0;
        top: auto;
        left: auto;
        box-sizing: border-box;
    }
    .focus-01 {
        font-size: min(10px, calc(10 / 750 * 100vw), 0.72svh);
        --100dvh: 100dvh;
    }
    @supports not(height: 100dvh) {
        .focus-01 {
            --100dvh: var(--100svh);
            font-size: min(10px, calc(10 / 750 * 100vw), calc(var(--100dvh) * 0.72));
        }
    }
    .focus-01 .focus--on-me {
        width: 49em;
        position: relative;
        align-self: flex-start;
        padding: 14.4svh 0 0 0;
        padding-left: calc(var(--100dvh) * 0.01 * 3.1);
        margin-right: calc(var(--100dvh) * 0.01 * -6.6);
    }
    @supports not(height: 100svh) {
        .focus-01 .focus--on-me {
            padding-top: calc(var(--100svh) * 0.144);
        }
    }
    .focus--on-me .focus__tl-02-box-01 {
        width: 138%;
        aspect-ratio: 557 / 71;
        margin: 0 -110% 0 0;
    }
    .focus--on-me .focus__tl-02-box-02 {
        width: 136%;
        aspect-ratio: 557 / 71;
        margin: 9% -100% 0 -3%;
    }
    .focus__tl {
        margin: 0 0 4.4em;
    }
    .focus__tl--on-me {
        width: 28.5em;
        aspect-ratio: 427 / 186;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .focus-01 .focus__tl-box {
        width: 71%;
        aspect-ratio: 284 / 71;
    }
    .focus-01 .focus__tl-02 {
        display: contents;
    }
    .focus__text {
        font-size: 2.6em;
        line-height: 2.038;
    }
    .look-01 {
        padding-right: 0;
    }
    .look-01__img-01 {
        padding: 0;
        margin: 0 0 0 -15.1vw;
        aspect-ratio: 1599 / 1904;
        margin-left: calc(var(--100dvh) * -0.01 * 8.6);
    }
    .look-01__img-02 {
        padding: 0;
        margin: 0;
        margin-left: calc(var(--100dvh) * -0.01 * -2.3);
        margin-right: calc(var(--100dvh) * -0.01 * -1.6);
    }
    .focus-01 .look__text-box {
        padding: 5vw 0 5vw 5vw;
        padding-left: calc(var(--100dvh) * 0.01 * 3.1);
        width: 55em;
    }
    .focus-01 .look__text-box--01-01 {
        padding-right: calc(var(--100dvh) * 0.01 * 16);
    }
    .look__tl {
        width: 9em;
        margin: 0 0 5.7em;
    }
    .focus-02 .look-line-up {
        width: 100%;
    }
    .look-line-up__name {
        font-size: 2.8em;
    }
    .look-line-up__price {
        font-size: 2.8em;
    }
    .look-line-up__detail {
        font-size: 2.6em;
    }
    .look-line-up--hscs .look-line-up__detail {
        min-width: 8.4rem;
    }
    .look-line-up__detail--cs {
        font-size: 1.7em;
    }
    .accordion {
        margin: 3.2em 0 0;
        padding: 0 0 4.1em;
        height: auto !important;
    }
    .accordion-btn {
        font-size: 2.6em;
        padding: 0.62em 0 0;
    }
    .look-line-up__wrap {
        padding-top: 4.2em;
        padding-bottom: 0.5em;
    }
    .look-line-up__wrap:before,
    .look-line-up__item--mt:before {
        padding-top: 3.8em;
    }
    .look-line-up__size {
        font-size: 2.8em;
    }
    .look-02 {
        padding-left: calc(var(--100dvh) * 0.01 * 5);
        padding-right: 0;
    }
    .look-02__img-01 {
        padding: 0;
        margin: 0;
        margin-left: 0;
        margin-right: calc(var(--100dvh) * 0.01 * 5.5);
    }
    .focus--on-style {
        width: 41em;
    }
    .focus__tl--on-style {
        width: 28.5em;
        aspect-ratio: 427 / 186;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .focus__tl--on-style .focus__tl-box {
        aspect-ratio: 275 / 71;
        width: 69%;
    }
    .focus__tl--on-style .focus__tl-02-box-01 {
        margin: 0 -100% 0 0%;
        aspect-ratio: 128 / 71;
        width: 32%;
    }
    .focus__tl--on-style .focus__tl-02-box-02 {
        width: 69%;
        margin: 26% -100% 0 -6.4%;
        aspect-ratio: 280 / 71;
    }
    .look-02__img-02 {
        margin: 0;
        margin-left: calc(var(--100dvh) * 0.01 * -1.2);
        margin-right: calc(var(--100dvh) * 0.01 * -2);
    }
    .look__ctn--02-02 {
        margin: 0;
        padding: 0 0vw 0 0;
        margin-left: calc(var(--100dvh) * 0.01 * 10.3);
    }
    .look-02__img-03 {
        aspect-ratio: 1661 / 1584;
        height: 83svh;
        margin: -7.1svh 0 0 auto;
        position: relative;
        z-index: 1;
    }
    @supports not(height: 100svh) {
        .look-02__img-03 {
            height: calc(var(--100svh) * 0.83);
            margin-top: calc(var(--100svh) * -0.071);
        }
    }
    .look-03__img-01 {
        margin: 0;
        margin-left: calc(var(--100dvh) * 0.01 * -15.1);
        margin-right: calc(var(--100dvh) * 0.01 * -18.2);
        position: relative;
    }
    .look__anchor {
        margin: 0 0 0 32%;
    }
    .look-03__img-02 {
        margin: 0;
        margin-left: calc(var(--100dvh) * 0.01 * 3.5);
        margin-right: calc(var(--100dvh) * 0.01 * 10.9);
    }
    .look__ctn--03-02 {
        padding: 0 38vw 0 0;
        padding-right: calc(var(--100dvh) * 0.01 * 16);
    }
    .look-03__img-03 {
        height: 63.4svh;
        left: -1.8svh;
        margin: 0 auto 5svh;
    }
    @supports not(height: 100svh) {
        .look-03__img-03 {
            height: calc(var(--100svh) * 0.634);
            left: calc(var(--100svh) * -0.018);
            margin-bottom: calc(var(--100svh) * 0.05);
        }
    }
    .look-04 {
        padding: 0 0 0 5vw;
        padding-left: calc(var(--100dvh) * 0.01 * 5);
    }
    .look-04__img-01 {
        margin: 0;
        margin-right: calc(var(--100dvh) * 0.01 * -28);
    }
    .look-04__img-02 {
        margin: 0;
        padding: 0;
        padding-right: 21vw;
        margin-left: calc(var(--100dvh) * 0.01 * 11.2);
        margin-right: 40vw;
    }
    .focus-02 {
        width: 100%;
    }
    .focus-02 .focus__text {
        font-size: 2.6em;
    }
    .focus-02__ctn-large {
        min-height: 0;
        width: 100%;
    }
    .focus-02__inner {
        display: contents;
    }
    .focus-02__text-item {
        width: 100%;
    }
    .focus-02__text-item--10-02 {
        background: #000;
        margin: 0;
        grid-area: 2 / 1;
        padding: 0;
    }
    .focus-02__text-item--10-01 {
        background: #000;
        margin: 0 auto;
        padding: 6.7% 0;
    }
    .focus--on-favorite {
        padding: 0;
    }
    .focus-02__text-item--10-01 .focus__text {
        letter-spacing: 0.06em;
    }
    .focus-02__text-item--06-01 {
        display: contents;
        padding: 0;
    }
    .focus-02 .focus {
        margin: 0 auto 7.3%;
        width: 87%;
    }
    .focus--on-mood {
        padding: 8.1% 0 0;
    }
    .focus__tl--on-mood {
        width: 49.3em;
    }
    .focus-02 .look__text-box {
        padding: 0;
        width: 88%;
        margin: 5.1% auto 0;
    }
    .focus-02__ctn-02 .look__text-box {
        width: 100%;
    }
    .focus-01 .look-line-up {
        width: 100%;
    }
    .look__ctn--02-02 .look-line-up {
        margin: 57.8svh 0 0 0;
        padding-right: 52svh;
        width: 53em;
    }
    @supports not(height: 100svh) {
        .look__ctn--02-02 .look-line-up {
            margin-top: calc(var(--100svh) * 0.578);
            padding-right: calc(var(--100svh) * 0.52);
        }
    }
    .focus-02__img-item-large {
        grid-area: 2 / 1;
    }
    .focus-02__img-item-large-10-02 {
        grid-area: 1 / 1;
        margin: 0 0 -1px;
    }
    .focus-02__img--05-01,
    .focus-02__img--08-01,
    .focus-02__img--10-01 {
        opacity: 0;
    }
    .focus-02__img {
        display: flex;
        flex-direction: column-reverse;
    }
    .focus-02__img--08-01 {
        position: relative;
    }
    .focus-02__img--08-01 img {
        width: 143%;
        margin: 0 0 0 -43%;
    }
    .focus-02__ctn {
        flex-direction: column-reverse;
    }
    .focus-02__img-item {
        width: 100%;
    }
    .focus-02__img-box {
        transform: translateX(43%);
    }
    .focus-02__img-item--08-02 {
        margin: 0;
    }
    .focus-02__img-wide {
        width: 100%;
        margin: 0 auto 0;
    }
    .focus-02__ctn-02 {
        width: 89%;
        margin: 6.9% auto 14.7%;
    }
    .focus-02__ctn-04 {
        width: 89%;
        margin: 6.9% auto 14.7%;
    }
    .focus-02__ctn-02 .focus-02__img-item {
        margin: 0;
    }
    .focus__tl--on-detail {
        width: 51.8em;
    }
    .focus-02 .focus--on-favorite {
        width: 100%;
        margin-left: 6.5%;
    }
    .focus-02 .focus__tl {
        margin: 0 0 2.9em;
    }
    .focus__tl--on-favorite {
        width: 59.8em;
        margin: 0 0 4%;
    }
    .look__tl {
        margin: 0 0 5.8em;
    }
    .look-line-up__item+.look-line-up__item {
        margin-top: 3.5em;
    }
    .focus-02__ctn-03 {
        flex-direction: column;
        padding: 19% 0 28%;
        gap: 0;
        background: #000;
        width: 100%;
    }
    .focus-02__ctn-03-item {
        max-width: none;
        width: 88%;
        margin: 0 auto;
    }
    .focus-02__ctn-03-img-01 {
        margin: 0 auto 4.5%;
        width: 75.4%;
        padding: 0 0 0 5.9%;
    }
    .focus-02__ctn-03-img-02 {
        width: 93.4%;
        margin: 27% 0 8.3% 3.7%;
    }
    .recommend__tl {
        text-align: left;
        font-size: 5.8em;
        padding: 1.05em 0 0 0;
        padding-top: calc(1.05em + 20px);
        position: relative;
        width: 80.462%;
        margin: 0;
    }
    .recommend__box {
        padding-bottom: 25.5%;
    }
    .recommend__items {
        width: 100%;
        padding: 0;
        margin: 5.7% auto 0;
        display: grid;
        grid-template-columns: repeat(2, 47.69%);
        gap: 4.5em 3.7%;
        font-size: 1em;
    }
    .recommend__items-item {
        gap: 0;
    }
    .recommend__items-text-item {
        padding: 5.9% 0 0;
    }
    .recommend__items-list {
        margin: 0px 0 1.7em;
    }
    .recommend__items-list+.recommend__items-list {
        margin-top: 0;
    }
    .recommend__items-list-name {
        font-size: 2.6em;
        width: 100%;
        margin: 0.5em 0 0.4em;
        letter-spacing: 0.03em;
    }
    .recommend__items-list-link {
        flex-wrap: wrap;
    }
    .recommend__items-list-price {
        font-size: 2.5em;
    }
    .recommend__items-list-detail {
        font-size: 2.5em;
    }
    .model__ctn {
        width: 93.7%;
        display: grid;
        grid-template-columns: 44.4% 1fr;
        gap: 0 9.2%;
        padding: 16.4% 0 16.9%;
    }
    .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.1em;
        padding: 16% 0 1%;
    }
    .model__tl-03 {
        font-size: 2.6em;
    }
    .model__text {
        grid-area: 2 / 1 / 3 / 3;
        font-size: 2.4em;
        line-height: 1.83;
        padding: 6.4% 0 0;
    }
    .model__img-item {
        width: 100%;
    }
    .creative-concept__ctn {
        width: 93.7%;
        flex-direction: column;
        padding: 21.9% 0 25%;
    }
    .creative-concept__tl {
        font-size: 3.4em;
        width: 100%;
        padding: 0 0 0 1%;
        margin: 0 0 7.1%;
    }
    .creative-concept__stl {
        font-size: 4.2em;
        margin: 0 0 4% 1.2%;
    }
    .creative-concept__text {
        font-size: 2.8em;
        padding: 0 0 0 0.9%;
    }
    .top-button-wrap {
        margin: 0 0 2.5% 0%;
        margin-bottom: min(2.5%, 1.8vh);
        width: 100%;
        left: 0;
        right: auto;
        justify-content: space-between;
        align-items: flex-end;
    }
    .top-button {
        order: 1;
        width: 2.67%;
        margin: 0 1.2% 0 0;
        max-width: 20px;
    }
    .loook-nav {
        margin: 0 0 2.5% 5.2%;
        width: 70vw;
        max-width: 62vh;
    }
    .loook-nav__tl {
        width: 24%;
        aspect-ratio: 67 / 26;
        padding: 0 4%;
        height: auto;
        flex-shrink: 0;
    }
    .loook-nav__lists {
        gap: 0;
        margin: 0 0 0 8.3%;
    }
    .loook-nav__list {
        width: 10.3%;
    }
    .loook-nav__list+.loook-nav__list {
        margin-left: 10.1%;
    }
}
@media screen and (max-width: 980px) and (min-aspect-ratio: 375 / 667) {
    .look__tl {
        margin-bottom: 5em;
    }
}
@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__note {
        font-size: 2.2em;
        width: 81.4%;
        margin: 0 auto;
        grid-column: 1;
        padding: 5.7% 0 0;
        line-height: 1.73;
        letter-spacing: 0.03em;
    }
    .footer__note-text+.footer__note-text {
        margin-top: 0.6em;
    }
    .footer__logo {
        grid-row: 3;
        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: 8.8% 0 8.7%;
        grid-row: 2;
    }
    .footer__sns-li {
        width: 16%;
    }
    .footer__copyright {
        margin: 0 auto;
        width: 81%;
        padding: 6.8% 0 0;
    }
}
@media (hover:hover) {
    .u-play-button img {
        transition: transform 620ms cubic-bezier(0.075, 0.820, 0.165, 1.000), opacity 600ms linear;
    }
    .special-movie__play-button:hover .u-play-button img:nth-child(1),
    .movie:hover .u-play-button img:nth-child(1),
    .u-play-button:hover img:nth-child(1) {
        transform: scale(1.06);
    }
    .special-movie__play-button:hover img:nth-child(2),
    .movie:hover .u-play-button img:nth-child(2),
    .u-play-button:hover img:nth-child(2) {
        transform: scale(0.9);
    }
    .accordion-btn:before {
        transition: transform 600ms cubic-bezier(0.075, 0.82, 0.165, 1), opacity 600ms linear;
    }
    .accordion-btn:hover::before {
        transform: translateY(-50%) rotate(90deg) scaleY(2.1);
        opacity: 0;
    }
    .gmenu__lists-wrap a {
        transition: filter 600ms ease-out;
    }
    .gmenu__lists-wrap a:hover {
        filter: brightness(0.8);
    }
    .focus-02__img--10-02 a,
    .focus-02__img--08-01 a,
    .focus-02__img--05-01 a,
    .gmenu__close-btn,
    .recommend__items-img-item a,
    a.focus-02__img,
    .focus-02__ctn-03-item a {
        transition: opacity 600ms linear;
    }
    .focus-02__img--10-02 a:hover,
    .focus-02__img--08-01 a:hover,
    .focus-02__img--05-01 a:hover,
    .gmenu__close-btn:hover,
    .recommend__items-img-item a:hover,
    .focus-02__ctn-03-item a:hover,
    a.focus-02__img:hover {
        opacity: .8;
    }
    .loook-nav__list a,
    .loook-nav__tl:after {
        transition: opacity 600ms ease-out;
    }
    .loook-nav__tl:hover::after {
        opacity: .2;
    }
    .loook-nav__list a:hover {
        opacity: 1;
    }
}
@media (min-width:981px) {
    .top .switch-img,
    .concept .switch-img {
        animation: none;
        opacity: 1;
        position: relative;
    }
    .focus-02__img--05-01 a,
    .focus-02__img--08-01 a,
    .focus-02__img--10-02 a {
        display: block;
    }
    .focus-02__img-box {
        transform: translateX(0) !important;
    }
}
@media screen and (max-width: 980px) {
    .top__img {
        grid-template-rows: 100%;
    }
    .top__img>div {
        grid-area: 1 / 1;
    }
    .top__text-box {
        grid-template-rows: 1fr;
    }
    .concept__img {
        grid-template-rows: auto;
        grid-template-columns: 200%;
        height: auto;
        justify-content: center;
        max-width: 46.2vh;
        margin: 0 auto;
    }
    .concept__img-02 {
        height: 100%;
        position: relative;
        grid-area: 1 / 1;
    }
    .concept__img-02:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        margin: 0 0 0 -50vw;
        background: linear-gradient(to bottom, #a3b1bb, #acb8c3, #a5b3bf);
    }
    .concept__text-01 {
        margin: 0;
        padding: 0 0 10.6%;
        width: 78.3%;
    }
    .concept__text-01-wrap {
        filter: brightness(0);
    }
    .concept__img-01-img,
    .concept__img-02-img {
        object-position: 50% 0;
        position: relative;
    }
    .concept__img-01 {
        grid-area: 1 / 1;
    }
    .concept {
        height: auto;
        display: block;
        background: #fff;
    }
    .concept-text {
        min-height: 0;
        display: block;
        overflow: hidden;
    }
    .top__text {
        margin: 0 0 10.8% 7.6%;
    }
}
@media print {
    html {
        font-size: clamp(10px, 1.11vw, 16px);
    }
    .special-movie__box,
    .top {
        opacity: 1 !important;
    }
    .top__img,
    .concept__text-01,
    .concept__text-02,
    .special-movie__box,
    .focus__tl,
    .focus__text,
    .look__text-box,
    .focus-02__img-item,
    .focus-02__img-wide,
    .focus-02__ctn-03 a img,
    .look-line-up,
    .recommend__items-item,
    .other__tl,
    .movie,
    .model__ctn,
    .creative-concept__ctn,
    .focus-02__img--10-02 {
        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;
    }
    .focus-02__ctn-large,
    .concept-text {
        min-height: 0;
    }
    .box--scroll--x {
        height: 810px;
    }
    .elm-sp {
        display: none;
    }
    .focus-02__ctn-02 {
        margin-bottom: 0;
        padding-bottom: 119px;
    }
    .focus-02__ctn {
        margin-bottom: 0;
        padding-bottom: 60px;
    }
    .focus__tl-02 img {
        transform: translateY(0);
    }
    .focus__tl svg image {
        mask: none;
    }
    .concept {
        min-height: 0;
    }
    .model__ctn {
        max-width: 90%;
    }
    .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;
    }
}