@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */

html,
body,
div,
span,
object,
iframe,
embed,
main,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
source {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button,
input,
select,
textarea,
datalist {
    vertical-align: middle;
    min-height: 1.5em;
    background-color: transparent;
}

input[type=submit],
input[type=reset] {
    cursor: pointer;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
    display: inline-block;
    color: inherit;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

iframe {
    border: none;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0;
}

[role=button] {
    cursor: pointer;
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled=true],
[disabled] {
    cursor: not-allowed;
}

body {
    line-height: 1;
}

body,
button,
input,
select,
textarea,
datalist {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    word-wrap: break-word;
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-gold: #a49759;
    --color-green: #abc17b;
    --color-yellow: #f5ed7e;
    --font-en: "Outfit", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    --font-jp: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

img {
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

@media screen and (min-width: 901px) {
    .is-pc {
        display: block;
    }
    .is-sp {
        display: none;
    }
    .is-pc-inline {
        display: inline-block;
    }
    .is-sp-inline {
        display: none;
    }
    .is-pc-flex {
        display: flex;
    }
    .is-sp-flex {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .is-pc {
        display: none;
    }
    .is-sp {
        display: block;
    }
    .is-pc-inline {
        display: none;
    }
    .is-sp-inline {
        display: inline-block;
    }
    .is-pc-flex {
        display: none;
    }
    .is-sp-flex {
        display: flex;
    }
}

html {
    font-size: 0.625em;
}

a {
    color: var(--color-white);
    text-decoration: none;
}

body {
    font-family: var(--font-jp);
    color: var(--color-black);
    background: url(../img/bg_pattern.jpg) repeat left top/400px;
}

@media screen and (max-width: 900px) {
    body {
        background: url(../img/bg_pattern.jpg) repeat left top/200px;
    }
}

body.is-menu-open {
    overflow: hidden;
}

.m-modal.m-modal-custom .m-modal__content {
    width: 90%;
    max-width: 1400px;
}

.m-modal.m-modal-custom .m-modal__content.--goods {
    width: 71.4%;
}

@media screen and (max-width: 900px) {
    .m-modal.m-modal-custom .m-modal__content.--goods {
        width: 92.4%;
        margin: 57px auto;
        position: static;
        transform: translate(0);
    }
}

.m-modal.m-modal-custom .m-modal__content.--comment {
    width: 61.4%;
}

@media screen and (max-width: 900px) {
    .m-modal.m-modal-custom .m-modal__content.--comment {
        width: 79%;
        top: 120px;
        transform: translateX(-50%);
    }
    .is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content.--comment {
        margin-top: 120px !important;
        margin: 0 auto;
        top: auto;
        transform: translate(0, 0);
    }
}

.m-modal.m-modal-custom .m-modal__bg {
    background: url(../img/bg_pattern.jpg) no-repeat center/cover;
    mix-blend-mode: screen;
    opacity: 0.7;
}

.m-modal.m-modal-custom .m-modal__bg.--goods {
    background: var(--color-black);
}

.m-modal.m-modal-custom .m-modal__close-btn {
    top: 20px !important;
    right: 20px !important;
    transition: transform 0.3s cubic-bezier(0.83, 0, 0.17, 1);
    width: 49px !important;
    height: 49px !important;
}

@media screen and (max-width: 900px) {
    .m-modal.m-modal-custom .m-modal__close-btn {
        width: 85px !important;
        height: 18px !important;
        right: auto !important;
        left: 50%;
        transform: translateX(-50%);
        top: 20px !important;
    }
}

.m-modal.m-modal-custom .m-modal__close-btn.--goods {
    top: 38px !important;
    right: 39px !important;
    width: 120px !important;
    height: 28px !important;
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .m-modal.m-modal-custom .m-modal__close-btn.--goods {
        width: 86px !important;
        height: 17px !important;
        top: 20px !important;
    }
}

.m-modal.m-modal-custom .m-modal__close-btn.--goods::before,
.m-modal.m-modal-custom .m-modal__close-btn.--goods::after {
    transition: background-color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    left: 13px;
    background-color: var(--color-white);
}

@media screen and (max-width: 900px) {
    .m-modal.m-modal-custom .m-modal__close-btn.--goods::before,
    .m-modal.m-modal-custom .m-modal__close-btn.--goods::after {
        width: 2px !important;
        height: 25px !important;
        left: 8px;
    }
}

.m-modal.m-modal-custom .m-modal__close-btn-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-family: var(--font-en);
    font-size: 2.4rem;
    letter-spacing: 0.04em;
    color: var(--color-white);
    transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .m-modal.m-modal-custom .m-modal__close-btn-text {
        font-size: 1.7rem;
    }
}

.m-modal.m-modal-custom .m-modal__close-btn::before,
.m-modal.m-modal-custom .m-modal__close-btn::after {
    background-color: var(--color-black);
}

@media screen and (min-width: 901px) {
    .m-modal.m-modal-custom .m-modal__close-btn:hover {
        transform: scale(0.9);
    }
    .m-modal.m-modal-custom .m-modal__close-btn.--goods:hover {
        transform: scale(0.95);
    }
}

.m-modal.m-modal-custom .m-modal__close-btn.--comment {
    width: 80px !important;
    height: 80px !important;
    top: 38px !important;
    right: 38px !important;
}

.m-modal.m-modal-custom .m-modal__close-btn.--comment::before,
.m-modal.m-modal-custom .m-modal__close-btn.--comment::after {
    height: 80px !important;
    background-color: var(--color-black);
}

@media screen and (max-width: 900px) {
    .m-modal.m-modal-custom .m-modal__close-btn.--comment {
        width: 38px !important;
        height: 38px !important;
        top: 40px !important;
        right: 40px !important;
    }
    .m-modal.m-modal-custom .m-modal__close-btn.--comment::before,
    .m-modal.m-modal-custom .m-modal__close-btn.--comment::after {
        height: 38px !important;
    }
}

@media screen and (max-width: 900px) {
    .m-modal.m-modal-custom .m-modal__close-btn {
        top: 0px !important;
        right: 0px !important;
    }
}

.m-modal.m-modal-custom .m-modal__close-btn::before {
    top: 50% !important;
    width: 2px !important;
    height: 30px !important;
    transform: translateY(-50%) rotate(-45deg);
}

.m-modal.m-modal-custom .m-modal__close-btn::after {
    top: 50% !important;
    width: 2px !important;
    height: 30px !important;
    transform: translateY(-50%) rotate(45deg);
}

.m-modal.m-modal-custom .m-modal__title {
    position: absolute;
    top: 48px;
    left: 44px;
    z-index: 1;
}

@media screen and (min-width: 901px) {
    .m-modal.m-modal-custom .m-modal__title {
        writing-mode: vertical-rl;
    }
}

@media screen and (max-width: 900px) {
    .m-modal.m-modal-custom .m-modal__title {
        top: 36px;
        left: 39px;
    }
}

.m-modal.m-modal-custom .m-modal__title .u-small {
    position: absolute;
    left: 48%;
    bottom: -8px;
    transform: translate(-50%, 100%);
    z-index: 1;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
    .m-modal.m-modal-custom .m-modal__title .u-small {
        margin-top: 13px;
        position: static;
        transform: none;
    }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.c-title {
    font-family: var(--font-en);
    font-size: 6rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
    .c-title {
        font-size: 3rem;
    }
}

.c-title__text {
    display: block;
    font-weight: 500;
}

.c-title__text .u-small {
    display: block;
    font-size: 1.7rem;
}

@media screen and (max-width: 900px) {
    .c-title__text .u-small {
        font-size: 1.2rem;
    }
}

.c-pagination {
    display: flex;
    justify-content: center;
}

.c-pagination__item {
    margin-right: 46px;
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 2.6rem;
    position: relative;
}

@media screen and (max-width: 900px) {
    .c-pagination__item {
        font-size: 1.7rem;
        margin-right: 26px;
    }
}

.c-pagination__item:last-of-type {
    margin-right: 0;
}

.c-pagination__item::before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: var(--color-black);
    transition: -webkit-clip-path 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    transition: clip-path 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    transition: clip-path 0.7s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

@media screen and (max-width: 900px) {
    .c-pagination__item::before {
        width: 8px;
        height: 2px;
    }
}

.c-pagination__item a {
    color: var(--color-black);
}

.c-pagination__item span {
    display: block;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 901px) {
    .c-pagination__item:hover::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .c-pagination__item:hover span {
        transform: translateY(-7px);
    }
}

.c-pagination__item.is-current {
    padding-bottom: 9px;
    pointer-events: none;
}

@media screen and (max-width: 900px) {
    .c-pagination__item.is-current {
        padding-bottom: 5px;
    }
}

.c-pagination__item.is-current::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.c-title__in {
    width: 55.6%;
    min-width: 650px;
    padding: 2px 2px 2px 0;
    position: relative;
    filter: grayscale(1) blur(10px);
    transition: filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
    transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
    transition: clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, filter 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-clip-path 1s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.is-load .c-title__in {
    filter: grayscale(0) blur(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 900px) {
    .c-title__in {
        width: 100%;
        min-width: 100%;
        padding: 0;
    }
}

@media screen and (min-width: 901px) {
    .c-title__in::before {
        content: "";
        display: block;
        width: calc(100% + 3px);
        height: calc(100% + 3px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--color-black);
        -webkit-clip-path: polygon(0 0, 100% 0, 96.3% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 96.3% 100%, 0% 100%);
    }
}

.c-title__in-text {
    font-size: 6.2rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    font-family: var(--font-en);
    color: var(--color-white);
    padding: 56px 136px 65px;
    background: url(../img/in/in_header_bg01.jpg) no-repeat center/cover;
    z-index: 1;
    position: relative;
}

@media screen and (min-width: 901px) {
    .c-title__in-text {
        -webkit-clip-path: polygon(0 0, 100% 0, 96.3% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 96.3% 100%, 0% 100%);
    }
    .--novelty .c-title__in-text {
        min-height: 226px;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 900px) {
    .c-title__in-text {
        padding: 35px 39px;
        font-size: 2.9rem;
        letter-spacing: 0.12em;
        border-top: 2px solid var(--color-black);
        border-bottom: 2px solid var(--color-black);
    }
    .--novelty .c-title__in-text {
        min-height: 129px;
        display: flex;
        align-items: center;
    }
}

.c-title__in-text .u-small {
    display: block;
    margin-left: 4px;
    margin-top: 23px;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 900px) {
    .c-title__in-text .u-small {
        margin-left: 0;
        margin-top: 12px;
        font-size: 1.3rem;
    }
}

.c-btn {
    position: relative;
}

.c-btn__link {
    display: block;
    padding: 20px 50px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: var(--color-white);
    border: 2px solid var(--color-black);
    background-color: var(--color-black);
    position: relative;
    transition: background-color 0.7s cubic-bezier(0.33, 1, 0.68, 1), color 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .c-btn__link {
        padding: 19px 0;
        font-size: 1.2rem;
        letter-spacing: 0.06em;
    }
}

@media screen and (min-width: 901px) {
    .c-btn:hover .c-btn__link {
        color: var(--color-black);
        background-color: var(--color-white);
    }
    .c-btn:hover .p-in-icon {
        filter: none;
    }
}

.c-btn .p-in-icon {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background-color: var(--color-white);
    border-radius: 50rem;
    background: url(../img/arrow_bnr.png) no-repeat center/contain;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
    transition: filter 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    pointer-events: none;
}

@media screen and (max-width: 900px) {
    .c-btn .p-in-icon {
        width: 12px;
        height: 12px;
        right: 10px;
    }
}

.l-wrap {
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    grid-template-columns: 100%;
    min-height: 100vh;
}

@media screen and (max-width: 900px) {
    .l-wrap {
        position: relative;
        overflow: hidden;
    }
}

.l-section {
    width: 71.5%;
    max-width: 1180px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .l-section {
        width: 79.5%;
    }
}

.l-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.l-frame.--menu .l-frame__top-item:nth-of-type(1) {
    background: url(../img/tonbo_corner_white.png) no-repeat center/contain;
}

.l-frame.--menu .l-frame__top-item:nth-of-type(2) {
    background: url(../img/tonbo_center_white.png) no-repeat center/contain;
}

.l-frame.--menu .l-frame__top-item:nth-of-type(3) {
    background: url(../img/tonbo_corner_white.png) no-repeat center/contain;
}

.l-frame.--menu .l-frame__mid-item:nth-of-type(1) {
    background: url(../img/tonbo_center_white.png) no-repeat center/contain;
}

.l-frame.--menu .l-frame__mid-item:nth-of-type(2) {
    background: url(../img/tonbo_center_white.png) no-repeat center/contain;
}

.l-frame.--menu .l-frame__btm-item:nth-of-type(1) {
    background: url(../img/tonbo_corner_white.png) no-repeat center/contain;
}

.l-frame.--menu .l-frame__btm-item:nth-of-type(2) {
    background: url(../img/tonbo_center_white.png) no-repeat center/contain;
}

.l-frame.--menu .l-frame__btm-item:nth-of-type(3) {
    background: url(../img/tonbo_corner_white.png) no-repeat center/contain;
}

.l-frame__top-item:nth-of-type(1) {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../img/tonbo_corner_gray.png) no-repeat center/contain;
}

@media screen and (max-width: 900px) {
    .l-frame__top-item:nth-of-type(1) {
        width: 8px;
        height: 8px;
        top: 5px;
        left: 5px;
    }
}

.l-frame__top-item:nth-of-type(2) {
    width: 30px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/tonbo_center_gray.png) no-repeat center/contain;
}

@media screen and (max-width: 900px) {
    .l-frame__top-item:nth-of-type(2) {
        width: 25px;
        height: 8px;
        top: 5px;
    }
}

.l-frame__top-item:nth-of-type(3) {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../img/tonbo_corner_gray.png) no-repeat center/contain;
    transform: rotateY(180deg);
}

@media screen and (max-width: 900px) {
    .l-frame__top-item:nth-of-type(3) {
        width: 8px;
        height: 8px;
        top: 5px;
        right: 5px;
    }
}

.l-frame__mid-item:nth-of-type(1) {
    width: 30px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(90deg);
    background: url(../img/tonbo_center_gray.png) no-repeat center/contain;
}

@media screen and (max-width: 900px) {
    .l-frame__mid-item:nth-of-type(1) {
        width: 12px;
        height: 22px;
        left: 2px;
    }
}

.l-frame__mid-item:nth-of-type(2) {
    width: 30px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    background: url(../img/tonbo_center_gray.png) no-repeat center/contain;
}

@media screen and (max-width: 900px) {
    .l-frame__mid-item:nth-of-type(2) {
        width: 12px;
        height: 22px;
        right: 2px;
    }
}

.l-frame__btm-item:nth-of-type(1) {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: url(../img/tonbo_corner_gray.png) no-repeat center/contain;
    transform: rotateX(180deg);
}

@media screen and (max-width: 900px) {
    .l-frame__btm-item:nth-of-type(1) {
        width: 8px;
        height: 8px;
        bottom: 5px;
        left: 5px;
    }
    .is-ios .l-frame__btm-item:nth-of-type(1) {
        bottom: 12px;
        left: 12px;
    }
}

.l-frame__btm-item:nth-of-type(2) {
    width: 30px;
    height: 12px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/tonbo_center_gray.png) no-repeat center/contain;
}

@media screen and (max-width: 900px) {
    .l-frame__btm-item:nth-of-type(2) {
        width: 25px;
        height: 8px;
        bottom: 5px;
    }
    .is-ios .l-frame__btm-item:nth-of-type(2) {
        bottom: 12px;
    }
}

.l-frame__btm-item:nth-of-type(3) {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url(../img/tonbo_corner_gray.png) no-repeat center/contain;
    transform: rotateY(180deg) rotateX(180deg);
}

@media screen and (max-width: 900px) {
    .l-frame__btm-item:nth-of-type(3) {
        width: 8px;
        height: 8px;
        bottom: 5px;
        right: 5px;
    }
    .is-ios .l-frame__btm-item:nth-of-type(3) {
        bottom: 12px;
        right: 12px;
    }
}

.p-header__logo {
    width: 170px;
    position: fixed;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 2;
}

@media screen and (min-width: 901px) {
    .p-header__logo {
        width: 137px;
        top: 50%;
        right: -7px;
        transform: translateY(-50%) rotate(90deg);
        opacity: 0;
        pointer-events: none;
    }
    .is-in .p-header__logo {
        pointer-events: auto;
    }
    .p-header__logo.is-active {
        opacity: 1;
        pointer-events: auto;
    }
    .p-header__logo:hover {
        transform: translateY(-50%) rotate(90deg) scale(0.95);
    }
}

@media screen and (max-width: 900px) {
    .p-header__logo {
        width: 115px;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .is-top .p-header__logo {
        display: none;
    }
    .is-load .p-header__logo {
        opacity: 1;
    }
}

.is-in .p-header__logo {
    opacity: 1;
}

.p-header__logo img {
    width: 100%;
}

.p-header__menu-btn {
    width: 18px;
    height: 86px;
    writing-mode: vertical-lr;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    position: fixed;
    top: 51px;
    right: 60px;
    z-index: 10;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
    cursor: pointer;
}

.is-load .p-header__menu-btn {
    opacity: 1;
}

@media screen and (min-width: 901px) {
    .p-header__menu-btn {
        transform: translateX(50%);
    }
    .p-header__menu-btn:hover .p-in-bar {
        transform: rotate(180deg);
    }
    .p-header__menu-btn:hover .p-in-item {
        letter-spacing: 0.2em;
    }
}

@media screen and (max-width: 900px) {
    .p-header__menu-btn {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
        background-color: var(--color-black);
        transition: background-color 0.8s cubic-bezier(0.33, 1, 0.68, 1);
    }
    .is-menu-open .p-header__menu-btn {
        background-color: var(--color-white);
    }
}

.p-header__menu-btn .p-in-bar {
    width: 15px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 1px;
    transform: rotate(90deg);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .p-header__menu-btn .p-in-bar {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.p-header__menu-btn .p-in-bar-item {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: background-color 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 901px) {
    .p-header__menu-btn .p-in-bar-item {
        background-color: var(--color-black);
    }
    .is-menu-open .p-header__menu-btn .p-in-bar-item {
        background-color: var(--color-white);
    }
}

@media screen and (max-width: 900px) {
    .p-header__menu-btn .p-in-bar-item {
        background-color: var(--color-white);
    }
    .is-menu-open .p-header__menu-btn .p-in-bar-item {
        background-color: var(--color-black);
    }
}

.p-header__menu-btn .p-in-bar-item:nth-of-type(1) {
    top: 0;
}

.is-menu-open .p-header__menu-btn .p-in-bar-item:nth-of-type(1) {
    opacity: 0;
}

.p-header__menu-btn .p-in-bar-item:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.p-header__menu-btn .p-in-bar-item:nth-of-type(3) {
    bottom: 0;
}

.is-menu-open .p-header__menu-btn .p-in-bar-item:nth-of-type(3) {
    opacity: 0;
}

.p-header__menu-btn .p-in-item {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.09em;
    position: absolute;
    top: 25px;
    left: 0;
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), color 0.8s cubic-bezier(0.33, 1, 0.68, 1), letter-spacing 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-menu-open .p-header__menu-btn .p-in-item {
    color: var(--color-white);
}

@media screen and (max-width: 900px) {
    .p-header__menu-btn .p-in-item {
        display: none;
    }
}

.p-header__menu-btn .p-in-item.--close {
    opacity: 0;
}

.is-menu-open .p-header__menu-btn .p-in-item.--close {
    opacity: 1;
}

.p-header__menu-btn .p-in-item.--open {
    opacity: 1;
}

.is-menu-open .p-header__menu-btn .p-in-item.--open {
    opacity: 0;
}

.p-header__menu-content {
    width: 100%;
    height: 100%;
    font-family: var(--font-en);
    font-size: 1.7rem;
    letter-spacing: 0.08em;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-black);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.is-menu-open .p-header__menu-content {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (min-width: 901px) {
    .p-header__menu-content {
        display: flex;
    }
}

@media screen and (max-width: 900px) {
    .p-header__menu-content {
        font-size: 2rem;
        top: 0;
        right: auto;
        left: 0;
        opacity: 0;
        pointer-events: none;
        overflow: auto;
        transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    }
    .is-menu-open .p-header__menu-content {
        opacity: 1;
        pointer-events: auto;
    }
}

.p-header__menu-content-logo {
    width: 68%;
    margin: 0 auto 72px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}

.is-menu-open .p-header__menu-content-logo {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (min-width: 901px) {
    .p-header__menu-content-inner {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 90%;
        margin: auto;
        position: relative;
    }
}

@media screen and (max-width: 900px) {
    .p-header__menu-content-inner {
        padding-bottom: 80px;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.p-header__menu-content-image {
    width: 40%;
}

@media screen and (min-width: 901px) {
    .p-header__menu-content-main {
        width: 40%;
        margin-left: auto;
        position: fixed;
        right: 0;
        top: calc(64% - 40px);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 901px) and (max-width: 1500px) {
    .p-header__menu-content-main {
        width: 50%;
    }
}

.p-header__menu-content-list {
    margin-bottom: 37px;
    position: relative;
}

@media screen and (min-width: 901px) {
    .p-header__menu-content-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}

.p-header__menu-content-list-item {
    margin-bottom: 14.5px;
    text-align: right;
    cursor: pointer;
    -o-object-position: 0;
    object-position: 0;
}

@media screen and (min-width: 901px) {
    .p-header__menu-content-list-item {
        width: 50%;
        margin-bottom: 31px;
        text-align: left;
        font-size: 2.3rem;
    }
    .p-header__menu-content-list-item:nth-of-type(even) {
        width: 41%;
    }
}

@media screen and (max-width: 900px) {
    .p-header__menu-content-list-item {
        margin-bottom: 30px;
        text-align: center;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
    }
    .p-header__menu-content-list-item:nth-of-type(1) {
        transition-delay: 0.3s;
    }
    .p-header__menu-content-list-item:nth-of-type(2) {
        transition-delay: 0.4s;
    }
    .p-header__menu-content-list-item:nth-of-type(3) {
        transition-delay: 0.5s;
    }
    .p-header__menu-content-list-item:nth-of-type(4) {
        transition-delay: 0.6s;
    }
    .p-header__menu-content-list-item:nth-of-type(5) {
        transition-delay: 0.7s;
    }
    .p-header__menu-content-list-item:nth-of-type(6) {
        transition-delay: 0.8s;
    }
    .p-header__menu-content-list-item:nth-of-type(7) {
        transition-delay: 0.9s;
    }
    .p-header__menu-content-list-item:nth-of-type(8) {
        transition-delay: 1s;
    }
    .p-header__menu-content-list-item:nth-of-type(9) {
        transition-delay: 1.1s;
    }
    .p-header__menu-content-list-item:nth-of-type(10) {
        transition-delay: 1.2s;
    }
    .p-header__menu-content-list-item:nth-of-type(11) {
        transition-delay: 1.3s;
    }
    .p-header__menu-content-list-item:nth-of-type(12) {
        transition-delay: 1.4s;
    }
    .p-header__menu-content-list-item:nth-of-type(13) {
        transition-delay: 1.5s;
    }
    .is-menu-open .p-header__menu-content-list-item {
        opacity: 1;
        transform: translateY(0);
    }
}

.p-header__menu-content-list-item .p-in-link {
    display: block;
    color: var(--color-white);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 901px) {
    .p-header__menu-content-list-item .p-in-link:hover {
        transform: translateX(5px);
    }
}

.p-header__menu-content-sns {
    width: 23px;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-header__menu-content-sns a {
    transition: color 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 901px) {
    .p-header__menu-content-sns a:hover {
        color: var(--color-yellow);
    }
}

@media screen and (min-width: 901px) {
    .p-header__menu-content-sns:hover {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 900px) {
    .p-header__menu-content-sns {
        width: 20px;
        margin: 0 auto;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.9s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.9s;
    }
    .is-menu-open .p-header__menu-content-sns {
        opacity: 1;
        transform: translateY(0);
    }
}

.p-header__menu-content-sns svg {
    fill: var(--color-white);
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-main {
    position: relative;
}

.is-top .p-main {
    padding-bottom: 200px;
}

@media screen and (max-width: 900px) {
    .is-top .p-main {
        padding-bottom: 98px;
    }
}

.is-in .p-main {
    padding: 99px 0;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}

@media screen and (max-width: 900px) {
    .is-in .p-main {
        padding: 70px 0;
    }
}

.is-in.is-load .p-main {
    opacity: 1;
}

.is-in.--news .p-main {
    padding: 99px 0;
}

@media screen and (max-width: 900px) {
    .is-in.--news .p-main {
        padding: 70px 0;
    }
}

.is-in.--novelty .p-main {
    padding: 99px 0 171px;
}

@media screen and (max-width: 900px) {
    .is-in.--novelty .p-main {
        padding: 70px 0 82px;
    }
}

.is-in.--disco .p-main {
    padding: 99px 0 155px;
}

@media screen and (max-width: 900px) {
    .is-in.--disco .p-main {
        padding: 70px 0 43px;
    }
}

.p-footer {
    padding-bottom: 83px;
    position: relative;
}

.is-in .p-footer {
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}

.is-in.is-load .p-footer {
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .p-footer {
        padding-bottom: 63px;
    }
}

.p-footer__logo {
    width: 292px;
    margin: 0 auto 47px;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 901px) {
    .p-footer__logo:hover {
        transform: scale(0.95);
    }
}

@media screen and (max-width: 900px) {
    .p-footer__logo {
        width: 51%;
        margin: 0 auto 23px;
    }
}

.p-footer__logo img {
    width: 100%;
}

.p-footer__share {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 900px) {
    .p-footer__share {
        flex-direction: column;
    }
}

.p-footer__share-head {
    margin-right: 34px;
    font-family: var(--font-en);
    font-size: 1.6rem;
}

@media screen and (max-width: 900px) {
    .p-footer__share-head {
        margin-bottom: 13px;
        margin-right: 0;
        text-align: center;
        font-size: 1.3rem;
    }
}

.p-footer__share-list {
    display: flex;
    align-items: center;
}

.p-footer__share-list-item {
    width: 20px;
    height: 20px;
    margin-right: 32px;
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 2;
}

@media screen and (min-width: 901px) {
    .p-footer__share-list-item:hover {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 900px) {
    .p-footer__share-list-item {
        margin-right: 40px;
    }
}

.p-footer__share-list-item:last-of-type {
    margin-right: 0;
}

.p-footer__share-list-item svg {
    display: block;
    width: 100%;
    transition: fill 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-footer__share-list-item svg path {
    fill-rule: evenodd;
}

.p-footer__pagetop {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: 30px;
    font-family: var(--font-en);
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 47px;
    right: 45px;
    opacity: 0;
    transform: translateY(10px);
    transition: color 0.7s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    cursor: pointer;
}

.p-footer__pagetop.is-active {
    opacity: 1;
}

.p-footer__pagetop .p-in-arrow {
    width: 15px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .p-footer__pagetop .p-in-arrow {
        width: 11px;
        height: 16px;
        right: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%) rotate(-90deg);
    }
}

.p-footer__pagetop .p-in-arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: var(--color-black);
    transition: background-color 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

.p-footer__pagetop .p-in-arrow::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    transition: border-color 0.7s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 900px) {
    .p-footer__pagetop .p-in-arrow::after {
        width: 6px;
        height: 6px;
    }
}

@media screen and (min-width: 901px) {
    .p-footer__pagetop {
        position: fixed;
        writing-mode: vertical-lr;
        padding-right: 0;
        padding-top: 20px;
        font-size: 1.5rem;
        bottom: 70px;
        right: 60px;
        transform: translate(50%, 10px);
    }
    .p-footer__pagetop .p-in-arrow {
        width: 13px;
        height: 15px;
        top: 0;
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(-90deg);
    }
    .p-footer__pagetop .p-in-arrow::after {
        width: 8px;
        height: 8px;
    }
    .p-footer__pagetop:hover .p-in-arrow {
        transform: translate(-50%, -10px) rotate(-90deg);
    }
}

@media screen and (max-width: 900px) {
    .p-footer__pagetop {
        padding-top: 23px;
        padding-right: 0;
        writing-mode: vertical-lr;
        font-size: 1.3rem;
        letter-spacing: 0.18em;
        position: absolute;
        bottom: 25px;
        right: 8px;
    }
}

.is-in .p-footer__pagetop {
    opacity: 1 !important;
}

.p-footer__scroll {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: 30px;
    font-family: var(--font-en);
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 47px;
    right: 45px;
    opacity: 0;
    transition: color 0.7s cubic-bezier(0.33, 1, 0.68, 1), transform 0.7s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.7s cubic-bezier(0.33, 1, 0.68, 1);
    cursor: pointer;
    pointer-events: none;
}

.p-footer__scroll.is-active {
    opacity: 1;
    pointer-events: auto;
}

.is-in .p-footer__scroll {
    display: none !important;
}

@media screen and (min-width: 901px) {
    .p-footer__scroll {
        position: fixed;
        writing-mode: vertical-lr;
        padding-right: 0;
        padding-top: 20px;
        font-size: 1.5rem;
        bottom: 70px;
        right: 60px;
        transform: translate(50%, 10px);
    }
}

@media screen and (max-width: 900px) {
    .p-footer__scroll {
        padding-top: 23px;
        padding-right: 0;
        writing-mode: vertical-lr;
        font-size: 1.3rem;
        letter-spacing: 0.18em;
        position: absolute;
        bottom: 25px;
        right: 8px;
    }
}

.acommoncopy {
    position: relative;
    z-index: 1;
}