/* --------------------
 Product
-------------------- */
.hero {
    height: 100svh;
    position: relative;
    width: 100%;
}

.hero-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: stretch;
    margin: 0 auto;
    max-width: calc(1104px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.hero__slider {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.hero__slider:before {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.hero__slider .splide {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}

.hero__slider .splide__track {
    height: 100%;
}

.hero__slider .splide__slide img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.hero__main {
    padding: 0 0 10.6951871658vw;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__main {
        padding: 50px 0 0;
    }
}

.hero__main__logo {
    font-size: 10px;
    margin: 0 0 6.4171122995vw;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__logo {
        margin: 0 0 24px;
    }
}

.hero__main__logo img {
    width: 28.8770053476vw;
}

@media (min-width: 768px) {
    .hero__main__logo img {
        width: 144px;
    }
}

.hero__main__title__ja {
    color: var(--color-white);
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs40);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 0.32em;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__title__ja {
        font-size: 3.25rem;
    }
}

.hero__main__title__en {
    color: var(--color-white);
    font-size: var(--fs16);
    font-weight: inherit;
    letter-spacing: 0.105em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .hero__main__title__en {
        font-size: var(--fs24);
    }
}

.hero__main__title__en em {
    font-family: var(--ff-gpp-r);
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0.105em;
}

.hero__main__info {
    bottom: 5.3475935829vw;
    left: var(--c-pad);
    margin: 0;
    padding: 0;
    position: absolute;
}

@media (min-width: 768px) {
    .hero__main__info {
        bottom: 64px;
    }
}

.hero__main__info__item {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 0 0 2.6737967914vw;
}

@media (min-width: 768px) {
    .hero__main__info__item {
        margin: 0 0 10px;
    }
}

.hero__main__info__item:last-child {
    margin-bottom: 0;
}

.hero__main__info__item__title {
    color: var(--color-white);
    flex: 0 0 auto;
    font-size: var(--fs15);
    font-weight: inherit;
    letter-spacing: 0.18em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .hero__main__info__item__title {
        font-size: var(--fs17);
    }
}

.hero__main__info__item__value {
    color: var(--color-white);
    flex: 1 1 auto;
    font-size: var(--fs15);
    font-weight: inherit;
    letter-spacing: 0.18em;
    line-height: 1.4;
    margin: 0;
    min-width: 0px;
    word-break: break-all;
}

@media (min-width: 768px) {
    .hero__main__info__item__value {
        font-size: var(--fs17);
    }
}

.hero__action {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 98;
}

.hero__action a {
    align-items: center;
    background-color: var(--color-brown);
    color: rgba(var(--color-white-rgb), 1);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs15);
    height: 10.6951871658vw;
    justify-content: center;
    letter-spacing: 0.25em;
    line-height: 2.61;
    margin: 0;
    text-align: center;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
    width: 42.7807486631vw;
}

@media (min-width: 768px) {
    .hero__action a {
        font-size: var(--fs18);
        height: 50px;
        width: 250px;
    }
}

.hero__action a:focus {
    color: rgba(var(--color-white-rgb), 0.5);
}

@media (hover: hover) and (pointer: fine) {
    .hero__action a:hover {
        color: rgba(var(--color-white-rgb), 0.5);
    }
}

.overview {
    margin: 0 0 30.7486631016vw;
    padding: 25.4010695187vw 0 0;
}

@media (min-width: 768px) {
    .overview {
        margin: 0 0 196px;
        padding: 90px 0 0;
    }
}

.overview-container {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 9.6256684492vw;
    justify-content: stretch;
    margin: 0 auto;
    max-width: calc(904px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .overview-container {
        gap: 41px;
    }
}

.overview__head {
    flex: 0 0 10.6951871658vw;
    min-width: 0px;
}

@media (min-width: 768px) {
    .overview__head {
        flex: 0 0 130px;
    }
}

.overview__head__title {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs26);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 1;
    margin: 0;
    transform: translate(0.35em, 0.45em);
    white-space: nowrap;
    writing-mode: vertical-rl;
}

@media (max-width: 767px) {
    _::-webkit-full-page-media, _:future, :root .overview__head__title em {
        transform: translateX(0.5em);
    }
}

@media (max-width: 767px) {
    .overview__head__title {
        width: 1em;
    }
}

@media (min-width: 768px) {
    .overview__head__title {
        font-size: var(--fs30);
        transform: none;
    }
}

.overview__head__title > span {
    display: block;
}

.overview__head__title em {
    font-size: var(--fs13);
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0.32em;
    padding: 0.1em 0;
}

@media (max-width: 767px) {
    .overview__head__title em {
        width: 1em;
    }
}

@media (min-width: 768px) {
    .overview__head__title em {
        font-size: var(--fs20);
    }
}

.overview__main {
    flex: 0 1 calc(100% - 20.32086vw);
    min-width: 0px;
}

@media (min-width: 768px) {
    .overview__main {
        flex: 0 1 calc(100% - 171px);
    }
}

.overview__main__title {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs17);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 2.47;
    margin: 0 0 13.3689839572vw;
}

@media (min-width: 768px) {
    .overview__main__title {
        font-size: var(--fs20);
        line-height: 1.4;
        margin: 0 0 56px;
    }
}

.overview__main__content {
    margin: 0 0 8.5561497326vw;
}

@media (min-width: 768px) {
    .overview__main__content {
        margin: 0 0 60px;
    }
}

.overview__main__content p {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs13);
    font-weight: 400;
    letter-spacing: 0.25em;
    line-height: 2.15;
    margin: 0;
}

@media (min-width: 768px) {
    .overview__main__content p {
        font-size: var(--fs15);
        line-height: 2;
    }
}

.overview__main__profile {
    margin: 0 0 30.4812834225vw;
}

@media (min-width: 768px) {
    .overview__main__profile {
        margin: 0 0 144px;
    }
}

.overview__main__profile__title {
    font-family: var(--ff-gpp-r);
    font-size: var(--fs22);
    font-weight: 400;
    letter-spacing: 0.105em;
    line-height: 1.25;
    margin: 0 0 8.0213903743vw;
}

@media (min-width: 768px) {
    .overview__main__profile__title {
        font-size: var(--fs24);
        margin: 0 0 30px;
    }
}

.overview__main__profile__main {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 6.4171122995vw;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .overview__main__profile__main {
        flex-wrap: nowrap;
        gap: 0 30px;
    }
}

.overview__main__profile__main__fig {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 768px) {
    .overview__main__profile__main__fig {
        flex: 0 0 272px;
    }
}

.overview__main__profile__main__contents {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 768px) {
    .overview__main__profile__main__contents {
        flex: 1 1 auto;
    }
}

.overview__main__profile__main__contents__company {
    font-size: var(--fs11);
    letter-spacing: 0.12em;
    line-height: 2;
    margin: 0 0 2.1390374332vw;
}

@media (min-width: 768px) {
    .overview__main__profile__main__contents__company {
        line-height: 1.2;
        margin: 0 0 10px;
    }
}

.overview__main__profile__main__contents__name {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs20);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 1.2;
    margin: 0 0 5.3475935829vw;
}

@media (min-width: 768px) {
    .overview__main__profile__main__contents__name {
        margin: 0 0 20px;
    }
}

.overview__main__profile__main__contents__content p {
    font-size: var(--fs11);
    letter-spacing: 0.15em;
    line-height: 2;
    margin: 0;
}

.overview__main__menu {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 5.3475935829vw;
    justify-content: flex-start;
    margin: 0 0 0 -20.320855615vw;
}

@media (min-width: 768px) {
    .overview__main__menu {
        gap: 0 62px;
        margin: 0 0 0 -171px;
    }
}

.overview__main__menu__item {
    color: inherit;
    display: block;
    flex: 0 0 calc(33.33333% - 3.56506vw);
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .overview__main__menu__item {
        flex: 0 0 calc(33.33333% - 41.33333px);
    }
}

.overview__main__menu__item:after {
    background-image: url(../images/pages/product/product-overview-menu-angle-bottom-small.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3.2085561497vw;
    margin: 1.0695187166vw auto 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 5.8823529412vw;
}

@media (min-width: 768px) {
    .overview__main__menu__item:after {
        background-image: url(../images/pages/product/product-overview-menu-angle-bottom.svg);
        height: 18px;
        margin: 10px auto 0;
        width: 32px;
    }
}

.overview__main__menu__item__title {
    font-family: var(--ff-gpp-r);
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.105em;
    line-height: 1.2;
    margin: 0 0 1.0695187166vw;
    text-align: center;
}

@media (min-width: 768px) {
    .overview__main__menu__item__title {
        font-size: var(--fs24);
        margin: 0 0 8px;
    }
}

.overview__main__menu__item__fig {
    margin: 0 0 1.6042780749vw;
    text-align: center;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .overview__main__menu__item__fig {
        margin: 0 0 12px;
    }
}

.overview__main__menu__item__name {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    font-size: 10px;
    gap: 0 1.0695187166vw;
    justify-content: center;
    margin: 0;
    min-height: 13.3689839572vw;
}

@media (min-width: 768px) {
    .overview__main__menu__item__name {
        align-items: flex-start;
        flex-direction: row;
        font-size: 10px;
        gap: 0 16px;
        min-height: auto;
    }
}

.overview__main__menu__item__name__item {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.0695187166vw 0.5347593583vw;
    justify-content: center;
}

@media (min-width: 768px) {
    .overview__main__menu__item__name__item {
        flex-direction: row;
        gap: 2px;
    }
}

.overview__main__menu__item__name__item__ja {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs20);
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .overview__main__menu__item__name__item__ja {
        font-size: var(--fs30);
    }
}

.overview__main__menu__item__name__item__ja > span {
    display: block;
}

.overview__main__menu__item__name__item__en {
    font-size: var(--fs10);
    font-weight: inherit;
    letter-spacing: 0.105em;
    line-height: 1.2;
    text-align: center;
}

@media (min-width: 768px) {
    .overview__main__menu__item__name__item__en {
        font-size: var(--fs15);
    }
}

.overview__main__menu__item__name__item__en > span {
    display: block;
}

.overview__main__menu__item__name__item__en em {
    font-family: var(--ff-gpp-r);
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0.105em;
}

@media (max-width: 767px) {
    .overview__main__menu__item__name[data-local=suite-name] .overview__main__menu__item__name__item {
        flex-direction: row;
    }
}

.overview__main__menu__item:focus:after {
    transform: translateY(1.3368983957vw);
}

@media (min-width: 768px) {
    .overview__main__menu__item:focus:after {
        transform: translateY(5px);
    }
}

.overview__main__menu__item:focus .overview__main__menu__item__fig {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .overview__main__menu__item:hover:after {
        transform: translateY(1.3368983957vw);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .overview__main__menu__item:hover:after {
        transform: translateY(5px);
    }
}

@media (hover: hover) and (pointer: fine) {
    .overview__main__menu__item:hover .overview__main__menu__item__fig {
        opacity: 0.7;
    }
}

.list {
    margin: 0 0 38.7700534759vw;
}

@media (min-width: 768px) {
    .list {
        margin: 0 0 200px;
    }
}

.list-container {
    margin: 0 auto;
    max-width: calc(1164px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.list__item {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 13.1016042781vw;
    margin: 0 0 30.7486631016vw;
}

@media (min-width: 768px) {
    .list__item {
        gap: 29px;
        margin: 0 0 200px;
    }
}

.list__item:last-child {
    margin-bottom: 0;
}

.list__item__main {
    align-items: stretch;
    display: flex;
    flex: 0 0 100%;
    flex-flow: column nowrap;
    gap: 8.0213903743vw;
    justify-content: space-between;
    min-width: 0px;
}

@media (min-width: 768px) {
    .list__item__main {
        flex: 0 0 361px;
        gap: 30px;
    }
}

.list__item__main__head__title {
    font-family: var(--ff-gpp-r);
    font-size: var(--fs24);
    font-weight: 400;
    letter-spacing: 0.105em;
    line-height: 1.2;
    margin: 0 0 1.0695187166vw;
}

@media (min-width: 768px) {
    .list__item__main__head__title {
        font-size: var(--fs26);
        margin: 0 0 8px;
    }
}

.list__item__main__head__name {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 0 5.3475935829vw;
    justify-content: flex-start;
    margin: 0 0 4.2780748663vw;
}

@media (min-width: 768px) {
    .list__item__main__head__name {
        gap: 0 20px;
        margin: 0 0 32px;
    }
}

.list__item__main__head__name__item {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    justify-content: flex-start;
}

.list__item__main__head__name__item__ja {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs36);
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .list__item__main__head__name__item__ja {
        font-size: var(--fs40);
    }
}

.list__item__main__head__name__item__ja > span {
    display: block;
}

.list__item__main__head__name__item__en {
    font-size: var(--fs14);
    font-weight: inherit;
    letter-spacing: 0.105em;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .list__item__main__head__name__item__en {
        font-size: var(--fs18);
    }
}

.list__item__main__head__name__item__en > span {
    display: block;
}

.list__item__main__head__name__item__en em {
    font-family: var(--ff-gpp-r);
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0.105em;
}

.list__item__main__head__slider {
    margin: 0 calc(var(--c-pad)*-1) 9.6256684492vw;
}

@media (min-width: 768px) {
    .list__item__main__head__slider {
        display: none !important;
    }
}

.list__item__main__head__slider .splide__slide {
    width: 89.3048128342vw;
}

.list__item__main__head__slider .splide__slide img {
    margin: 0 0 3.2085561497vw;
    width: 100%;
}

.list__item__main__head__slider .splide__slide p {
    font-size: var(--fs11);
    line-height: 2;
    margin: 0;
    padding: 0 var(--c-pad);
}

.list__item__main__head__detail {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0 4.2780748663vw;
}

@media (min-width: 768px) {
    .list__item__main__head__detail {
        gap: 0;
    }
}

.list__item__main__head__detail__spec {
    flex: 0 0 calc(100% - 44.91979vw);
    margin: 0 0 6.4171122995vw;
    order: 1;
}

@media (min-width: 768px) {
    .list__item__main__head__detail__spec {
        flex: 0 0 100%;
        margin: 0 0 36px;
    }
}

.list__item__main__head__detail__spec__item {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 0 0 2.1390374332vw;
}

@media (min-width: 768px) {
    .list__item__main__head__detail__spec__item {
        margin: 0 0 8px;
    }
}

.list__item__main__head__detail__spec__item:last-child {
    margin-bottom: 0;
}

.list__item__main__head__detail__spec__item__title {
    flex: 0 0 auto;
    font-size: var(--fs11);
    font-weight: inherit;
    letter-spacing: 0.1em;
    line-height: 1.3;
    min-width: 0px;
}

.list__item__main__head__detail__spec__item__value {
    flex: 1 1 auto;
    font-size: var(--fs11);
    font-weight: inherit;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0;
    min-width: 0px;
    word-break: break-all;
}

.list__item__main__head__detail__price {
    flex: 0 0 100%;
    order: 3;
}

@media (min-width: 768px) {
    .list__item__main__head__detail__price {
        margin: 0 0 39px;
        order: 2;
    }
}

.list__item__main__head__detail__price__item {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 1.0695187166vw;
    justify-content: flex-start;
    margin: 0 0 1.0695187166vw;
}

@media (min-width: 768px) {
    .list__item__main__head__detail__price__item {
        gap: 4px;
        margin: 0 0 4px;
    }
}

.list__item__main__head__detail__price__item:last-child {
    margin-bottom: 0;
}

.list__item__main__head__detail__price__item__title {
    flex: 0 0 auto;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0;
    min-width: 0px;
}

@media (min-width: 768px) {
    .list__item__main__head__detail__price__item__title {
        font-size: var(--fs13);
    }
}

.list__item__main__head__detail__price__item__value {
    flex: 1 1 auto;
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin: 0;
    min-width: 0px;
}

@media (min-width: 768px) {
    .list__item__main__head__detail__price__item__value {
        font-size: var(--fs13);
    }
}

.list__item__main__head__detail__price__item__value .--tax {
    font-feature-settings: "palt";
    font-size: var(--fs10);
}

@media (min-width: 768px) {
    .list__item__main__head__detail__price__item__value .--tax {
        font-size: var(--fs11);
    }
}

.list__item__main__head__detail__price__item__value em {
    font-size: var(--fs20);
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    .list__item__main__head__detail__price__item__value em {
        font-size: var(--fs21);
    }
}

.list__item__main__head__detail__price__item__value em .--tax {
    font-feature-settings: "palt";
    font-size: var(--fs14);
}

@media (min-width: 768px) {
    .list__item__main__head__detail__price__item__value em .--tax {
        font-size: var(--fs16);
    }
}

.list__item__main__head__detail__action {
    flex: 0 0 40.6417112299vw;
    margin: 0 0 6.4171122995vw;
    order: 2;
}

@media (min-width: 768px) {
    .list__item__main__head__detail__action {
        flex: 0 0 100%;
        margin-bottom: 0;
        order: 3;
    }
}

.list__item__main__head__detail__action button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 0.2673796791vw solid var(--color-black);
    border-radius: 0;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs13);
    font-weight: 400;
    height: 10.6951871658vw;
    justify-content: center;
    letter-spacing: 0.25em;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .list__item__main__head__detail__action button {
        border-width: 1px;
        font-size: var(--fs18);
        height: 50px;
        width: 193px;
    }
}

.list__item__main__head__detail__action button:focus {
    background-color: var(--color-black);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .list__item__main__head__detail__action button:hover {
        background-color: var(--color-black);
        color: var(--color-white);
    }
}

.list__item__main__contents {
    display: none;
}

@media (min-width: 768px) {
    .list__item__main__contents {
        display: block;
        position: relative;
    }
}

.list__item__main__contents__dummy {
    font-size: var(--fs11);
    left: 0;
    letter-spacing: 0.14em;
    line-height: 2;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}

@media (min-width: 768px) {
    .list__item__main__contents__dummy {
        font-size: var(--fs11);
        max-width: 300px;
    }
}

.list__item__main__contents__dummy p {
    margin: 0;
}

.list__item__main__contents__content {
    font-size: var(--fs11);
    letter-spacing: 0.14em;
    line-height: 2;
    margin: 0 0 5.3475935829vw;
    will-change: opacity;
}

@media (min-width: 768px) {
    .list__item__main__contents__content {
        font-size: var(--fs11);
        margin: 0 0 20px;
        max-width: 300px;
    }
}

.list__item__main__contents__content p {
    margin: 0;
}

.list__item__main__contents__nav {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 4.2780748663vw;
    justify-content: center;
    margin: 0;
    max-width: 80.2139037433vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .list__item__main__contents__nav {
        gap: 0 16px;
        max-width: 300px;
    }
}

.list__item__main__contents__nav__prev, .list__item__main__contents__nav__next {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    flex: 0 0 auto;
    height: 5.8823529412vw;
    margin: 0;
    padding: 0;
    position: relative;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 4.2780748663vw;
}

@media (min-width: 768px) {
    .list__item__main__contents__nav__prev, .list__item__main__contents__nav__next {
        height: 22px;
        width: 16px;
    }
}

.list__item__main__contents__nav__prev > span, .list__item__main__contents__nav__next > span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 1px;
}

.list__item__main__contents__nav__prev:focus, .list__item__main__contents__nav__next:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .list__item__main__contents__nav__prev:hover, .list__item__main__contents__nav__next:hover {
        opacity: 0.7;
    }
}

.list__item__main__contents__nav__prev {
    background-image: url(../images/pages/product/product-detail-slider-nav-left.svg);
}

.list__item__main__contents__nav__next {
    background-image: url(../images/pages/product/product-detail-slider-nav-right.svg);
}

.list__item__main__contents__nav__dot {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 0.2673796791vw solid var(--color-black);
    border-radius: 50%;
    flex: 0 0 auto;
    height: 2.1390374332vw;
    margin: 0;
    padding: 0;
    position: relative;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 2.1390374332vw;
}

@media (min-width: 768px) {
    .list__item__main__contents__nav__dot {
        border-width: 1px;
        height: 8px;
        width: 8px;
    }
}

.list__item__main__contents__nav__dot > span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 1px;
}

.list__item__main__contents__nav__dot.-active {
    background-color: var(--color-black);
    border-color: var(--color-brown);
}

@media (min-width: 768px) {
    .list__item__main__contents__nav__dot.-active {
        border-color: var(--color-brown);
    }
}

.list__item__main__contents__nav__dot:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .list__item__main__contents__nav__dot:hover {
        opacity: 0.7;
    }
}

.list__item__slider {
    display: none;
    min-width: 0px;
}

@media (min-width: 768px) {
    .list__item__slider {
        display: block;
        flex: 0 0 calc(100% - 390px);
    }
}

.list__item__slider .splide__slide p {
    display: none;
}

.list__item__modal {
    display: none;
}

.list__item__modal-container {
    align-items: center;
    background-color: rgba(var(--color-black-rgb), 0.5);
    bottom: 0;
    display: flex;
    flex-flow: column nowrap;
    height: auto;
    justify-content: center;
    left: 0;
    margin: 0;
    padding: 16.0427807487vw var(--c-pad) var(--c-pad);
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    will-change: transform;
    z-index: 100;
}

@media (min-width: 768px) {
    .list__item__modal-container {
        padding: 60px 40px;
    }
}

.list__item__modal-container-inner {
    background-color: var(--color-white);
    margin: 0 auto;
    overflow-y: auto;
    padding: 8.0213903743vw var(--c-pad);
    position: relative;
    width: calc(100% - 4.27807vw);
}

@media (min-width: 768px) {
    .list__item__modal-container-inner {
        max-width: 982px;
        padding: 40px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.list__item__modal__close {
    margin: 0 auto;
    max-width: 281.8181818182vw;
    width: 100%;
}

@media (min-width: 768px) {
    .list__item__modal__close {
        max-width: 1054px;
    }
}

.list__item__modal__close button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    display: block;
    height: 9.6256684492vw;
    margin: 0 0 0 auto;
    padding: 0;
    width: 9.6256684492vw;
}

@media (min-width: 768px) {
    .list__item__modal__close button {
        height: 36px;
        width: 36px;
    }
}

.list__item__modal__head {
    margin: 0 0 5.3475935829vw;
}

@media (min-width: 768px) {
    .list__item__modal__head {
        margin: 0 0 48px;
    }
}

.list__item__modal__head__title {
    font-family: var(--ff-gpp-r);
    font-size: var(--fs24);
    font-weight: 400;
    letter-spacing: 0.105em;
    line-height: 1.2;
    margin: 0 0 1.0695187166vw;
}

@media (min-width: 768px) {
    .list__item__modal__head__title {
        font-size: var(--fs26);
        margin: 0 0 8px;
    }
}

.list__item__modal__head__name {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 0 5.3475935829vw;
    justify-content: flex-start;
    margin: 0;
}

@media (min-width: 768px) {
    .list__item__modal__head__name {
        gap: 0 20px;
    }
}

.list__item__modal__head__name__item {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 0;
    justify-content: flex-start;
}

.list__item__modal__head__name__item__ja {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs36);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .list__item__modal__head__name__item__ja {
        font-size: var(--fs40);
    }
}

.list__item__modal__head__name__item__ja > span {
    display: block;
}

.list__item__modal__head__name__item__en {
    font-size: var(--fs14);
    font-weight: inherit;
    letter-spacing: 0.105em;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .list__item__modal__head__name__item__en {
        font-size: var(--fs18);
    }
}

.list__item__modal__head__name__item__en > span {
    display: block;
}

.list__item__modal__head__name__item__en em {
    font-family: var(--ff-gpp-r);
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0.105em;
}

.list__item__modal__fig {
    text-align: center;
}

@media (min-width: 768px) {
    .list__item__modal__fig:has([data-local=suite-floor]) {
        padding: 0 50px;
    }
}

@media (min-width: 768px) {
    .list__item__modal__fig:has([data-local=standard-floor]) {
        padding: 0 96px;
    }
}

.list__item__modal.is-open {
    display: block;
}

.list__item__modal[aria-hidden=false] .list__item__modal-container {
    animation: modalFadeIn 0.3s ease-in-out;
}

.list__item__modal[aria-hidden=true] .list__item__modal-container {
    animation: modalFadeOut 0.35s ease-in-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modalFadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media (min-width: 768px) {
    .list__item__modal#modal-suite .list__item__modal__close {
        max-width: 894px;
    }

    .list__item__modal#modal-suite .list__item__modal-container-inner {
        max-width: 822px;
    }

    .list__item__modal#modal-standard .list__item__modal__close {
        max-width: 703px;
    }

    .list__item__modal#modal-standard .list__item__modal-container-inner {
        max-width: 631px;
    }
}

.access {
    margin: 0 0 44.1176470588vw;
}

@media (min-width: 768px) {
    .access {
        margin: 0 0 190px;
    }
}

.access-container {
    margin: 0 auto;
    max-width: calc(904px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.access__map {
    margin: 0 0 8.0213903743vw;
    text-align: center;
}

@media (min-width: 768px) {
    .access__map {
        margin: 0 0 30px;
    }
}

.access__map iframe {
    border: none;
    display: block;
    filter: hue-rotate(269deg) saturate(50%);
    height: 52.1390374332vw;
    width: 100%;
    -webkit-filter: hue-rotate(269deg) saturate(50%);
}

@media (min-width: 768px) {
    .access__map iframe {
        height: 540px;
    }
}

.access__main {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 2.6737967914vw;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .access__main {
        flex-wrap: nowrap;
        gap: 41px;
    }
}

.access__main__title {
    flex: 0 0 100%;
    font-family: var(--ff-gpp-r);
    font-size: var(--fs22);
    font-weight: 400;
    letter-spacing: 0.105em;
    line-height: 1.2;
    margin: 0;
    min-width: 0px;
}

@media (min-width: 768px) {
    .access__main__title {
        flex: 0 0 130px;
        font-size: var(--fs26);
    }
}

.access__main__address {
    display: block;
    flex: 0 0 100%;
    font-size: var(--fs11);
    letter-spacing: 0.13em;
    line-height: 2;
    margin: 0;
    min-width: 0px;
}

@media (min-width: 768px) {
    .access__main__address {
        flex: 1 1 auto;
    }
}

.other {
    margin: 0 0 40.1069518717vw;
}

@media (min-width: 768px) {
    .other {
        margin: 0 0 200px;
    }
}

.other-container {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 10.9625668449vw;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: calc(904px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .other-container {
        gap: 0 41px;
    }
}

.other__item {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .other__item {
        flex: 0 0 calc(33.33333% - 27.33333px);
    }
}

.other__item a {
    align-items: center;
    background-color: var(--color-brown);
    border: 0.2673796791vw solid var(--color-brown);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs18);
    height: 20.0534759358vw;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 73.2620320856vw;
}

@media (min-width: 768px) {
    .other__item a {
        border-width: 1px;
        height: 75px;
        width: 100%;
    }
}

.other__item a:focus {
    background-color: var(--color-white);
    color: var(--color-brown);
}

@media (hover: hover) and (pointer: fine) {
    .other__item a:hover {
        background-color: var(--color-white);
        color: var(--color-brown);
    }
}

@media (max-width: 767px) {
    .other__item[data-local=faq] {
        order: 3;
    }

    .other__item[data-local=purchase] {
        font-size: var(--fs22);
        order: 1;
    }

    .other__item[data-local=inquiry] {
        order: 2;
    }
}

.about {
    margin: 0 0 40.1069518717vw;
}

@media (min-width: 768px) {
    .about {
        margin: 0 0 200px;
    }
}

.about-container {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 10.6951871658vw 9.6256684492vw;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: calc(311.22995vw + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .about-container {
        gap: 40px;
        max-width: calc(1164px + var(--c-pad)*2);
        padding: 0 var(--c-pad);
    }
}

@media (min-width: 992px) {
    .about-container {
        flex-wrap: nowrap;
        gap: 40px 50px;
    }
}

.about__title {
    flex: 0 0 calc(22.75449% - 9.62567vw);
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs26);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 1.5;
    margin: 0;
    min-width: 0px;
    order: 2;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

@media (min-width: 768px) {
    .about__title {
        font-size: var(--fs30);
    }
}

@media (min-width: 992px) {
    .about__title {
        flex: 1 1 auto;
        order: 1;
        padding: 0 15px 0 0;
    }
}

@media (min-width: 1240px) {
    .about__title {
        padding: 0 45px 0 0;
    }
}

.about__title > span {
    display: block;
}

.about__main {
    flex: 0 0 77.245508982%;
    min-width: 0px;
    order: 3;
}

@media (min-width: 992px) {
    .about__main {
        flex: 0 0 302px;
        order: 2;
    }
}

@media (min-width: 1240px) {
    .about__main {
        flex: 0 0 343px;
    }
}

.about__main__title {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs17);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 2.47;
    margin: -0.3em 0 8.5561497326vw;
}

@media (min-width: 768px) {
    .about__main__title {
        font-family: var(--ff-fot-tbom-pr6-r);
        font-size: var(--fs20);
        font-weight: 400;
        line-height: 2.25;
        margin: -0.5em 0 30px;
    }
}

.about__main__content {
    margin: 0 0 5.8823529412vw;
}

@media (min-width: 768px) {
    .about__main__content {
        margin: 0 0 32px;
    }
}

.about__main__content p {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs13);
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 2.15;
    margin: 0;
}

@media (min-width: 768px) {
    .about__main__content p {
        font-size: var(--fs15);
        line-height: 2;
    }
}

.about__main__action {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 2.6737967914vw;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .about__main__action {
        gap: 0 10px;
    }
}

.about__main__action a {
    color: inherit;
    display: block;
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs13);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 16.0427807487vw;
    position: relative;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .about__main__action a {
        font-size: var(--fs15);
        padding: 0 0 0 60px;
    }
}

.about__main__action a:before {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: block;
    height: 0.2673796791vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 13.3689839572vw;
}

@media (min-width: 768px) {
    .about__main__action a:before {
        height: 1px;
        width: 50px;
    }
}

.about__main__action a > span {
    display: block;
}

.about__main__action a:focus {
    opacity: 0.7;
}

@media (hover: hover) and (pointer: fine) {
    .about__main__action a:hover {
        opacity: 0.7;
    }
}

.about__fig {
    flex: 0 0 100%;
    min-width: 0px;
    order: 1;
}

@media (min-width: 992px) {
    .about__fig {
        flex: 0 0 450px;
        order: 3;
    }
}

@media (min-width: 1240px) {
    .about__fig {
        flex: 0 0 511px;
    }
}

.about__fig img {
    width: 100%;
}

.menu {
    margin: 0 0 48.128342246vw;
}

@media (min-width: 768px) {
    .menu {
        margin: 0 0 230px;
    }
}