a,address,article,aside,body,canvas,cite,dd,details,div,dl,dt,em,figcaption,figure,footer,form,h1,h2,h3,h4,header,html,iframe,img,label,li,menu,nav,ol,p,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline
}

article:after,article:before,dd:after,dd:before,div:after,div:before,dl:after,dl:before,dt:after,dt:before,em:after,em:before,figcaption:after,figcaption:before,figure:after,figure:before,footer:after,footer:before,h1:after,h1:before,h2:after,h2:before,h3:after,h3:before,h4:after,h4:before,header:after,header:before,li:after,li:before,nav:after,nav:before,p:after,p:before,section:after,section:before,span:after,span:before,strong:after,strong:before,table:after,table:before,td:after,td:before,th:after,th:before,time:after,time:before,tr:after,tr:before,ul:after,ul:before {
    box-sizing: border-box;
    speak: none
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer
}

img {
    display: block;
    width: 100%;
    height: auto
}

html {
    font-size: 62.5%
}

body {
    font: 13px/1.231;
    line-height: 1;
    text-align: left
}

table {
    font: 100%;
    font-size: inherit
}

a {
    color: #13518c;
    word-wrap: break-word
}

p {
    text-align: justify;
    text-justify: inter-ideograph
}

li,p {
    font-size: 1.4rem;
    line-height: 1.9
}

li del,p del {
    text-decoration: line-through
}

li em,li strong,p em,p strong {
    font-weight: 700
}

li sup,p sup {
    font-size: .7em;
    vertical-align: super
}

li sub,p sub {
    font-size: .7em;
    vertical-align: bottom
}

li small,p small {
    font-size: 85%;
    line-height: 1.9
}

img,svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

html {
    overflow-x: hidden;
    background: #f4f4f4;
    scroll-behavior: auto
}

body,html {
    height: 100%
}

body {
    color: #000;
    font-family: Noto Sans Japanese,sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-feature-settings: "palt";
    letter-spacing: .08em
}

.is-load * {
    transition: none!important
}

html.lenis {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis-scrolling .pickup,.lenis-scrolling iframe {
    pointer-events: none
}

.header {
    position: static;
    width: 100vw
}

.header__ci {
    z-index: 3;
    position: fixed;
    top: 40px;
    left: 40px;
    width: 280px;
    overflow: hidden;
    transform-origin: left top;
    background: #fff;
    mix-blend-mode: difference;
    filter: invert(1);
    transition: transform .6s cubic-bezier(0,.55,.45,1)
}

.header__ci a {
    display: grid;
    grid-template-columns: 31% 1fr;
    align-items: center;
    height: inherit;
    padding-bottom: 10%;
    gap: 8%;
    line-height: 1
}

.header__ci .mark {
    display: block
}

.header__ci .type {
    display: block;
    position: relative;
    top: 6px
}

.header__ci .type_02 {
    display: none;
    z-index: auto;
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 28.5%
}

#top .header {
    width: 200px
}

.gnav {
    visibility: hidden;
    z-index: 80;
    position: fixed;
    top: 0;
    right: 0;
    width: 25vw;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    pointer-events: none;
    transition: visibility 0s linear 1s
}

.gnav__inner {
    display: grid;
    z-index: 1;
    position: relative;
    grid-template-columns: 11.11vw;
    justify-content: flex-end;
    width: 100%;
    padding: 140px 5.56vw 80px 0;
    gap: 0
}

.gnav__btn {
    overflow: hidden;
    transform: translate3d(30px,0,0);
    opacity: 0
}

.gnav__btn:nth-child(7) {
    display: none
}

.gnav__btn a {
    display: block;
    position: relative;
    padding: 9px 0;
    color: #000;
    font-size: 2rem;
    line-height: 1;
    font-family: Marcellus,sans-serif;
    text-align: right;
    pointer-events: auto!important
}

.gnav__btn a .txt {
    display: inline-block;
    position: relative;
    letter-spacing: .05em;
    transition: opacity .2s ease-out,transform .45s cubic-bezier(0,.55,.45,1),letter-spacing .35s cubic-bezier(0,.55,.45,1)
}

.gnav__btn a .txt:before {
    z-index: 0;
    position: absolute;
    bottom: -3px;
    left: -.15em;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right top;
    background: #000;
    content: "";
    pointer-events: none;
    transition: transform .6s cubic-bezier(0,.55,.45,1)
}

.gnav__btn a img {
    display: inline-block;
    width: 62px;
    margin: 0 2px 0 auto
}

.gnav__btn a:before {
    display: block;
    z-index: auto;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 0;
    content: attr(data-txt);
    color: #666;
    font-size: 2rem;
    line-height: 1;
    font-family: Marcellus,sans-serif;
    text-align: right;
    opacity: 0;
    transition: opacity .4s ease-out,transform .6s cubic-bezier(0,.55,.45,1)
}

.gnav__btn a use {
    fill: #000
}

.gnav__btn a[target=_blank] .txt {
    position: relative;
    padding-right: 1.1em
}

.gnav__btn a[target=_blank] .txt:after {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: icomoon!important;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    height: 1em;
    margin: auto 0 auto auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 4px;
    font-size: 85%;
    text-decoration: none!important
}

.gnav__btn .svg-note {
    width: 22px
}

.gnav__btn .svg-instagram {
    width: 24px
}

.gnav__btn--other {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-top: 12px;
    gap: 12px
}

.gnav__btn--other a .txt {
    padding-right: 0!important
}

.gnav__btn--other a .txt:after {
    content: none!important
}

.gnav__bg {
    z-index: 0;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    stroke: none;
    overflow: visible
}

.gnav__bg .line {
    stroke: #000;
    stroke-width: 1;
    fill: none;
    stroke-dasharray: 850 850;
    stroke-dashoffset: -850;
    transform: translate3d(20px,-20px,0);
    opacity: 0;
    transition: stroke-dashoffset 1.4s cubic-bezier(.65,0,.35,1),opacity .1s linear,transform 1s cubic-bezier(.5,1,.89,1),stroke-width 1s ease-in
}

.gnav__bg .fill {
    fill: #fff;
    stroke: none;
    transform: translate3d(20px,-40px,0);
    transform-origin: right top;
    opacity: 0;
    transition: opacity .25s linear,transform 1.2s cubic-bezier(.25,1,.5,1)
}

.header[data-menu-open=true] .gnav {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s
}

.header[data-menu-open=true] .gnav__btn {
    transform: none;
    opacity: 1;
    transition: opacity .15s linear,transform .6s cubic-bezier(0,.55,.45,1)
}

.header[data-menu-open=true] .gnav__btn a {
    transform: none
}

.header[data-menu-open=true] .gnav__btn:first-child {
    transition-delay: .5s
}

.header[data-menu-open=true] .gnav__btn:nth-child(2) {
    transition-delay: .55s
}

.header[data-menu-open=true] .gnav__btn:nth-child(3) {
    transition-delay: .6s
}

.header[data-menu-open=true] .gnav__btn:nth-child(4) {
    transition-delay: .65s
}

.header[data-menu-open=true] .gnav__btn:nth-child(5) {
    transition-delay: .7s
}

.header[data-menu-open=true] .gnav__btn:nth-child(6) {
    transition-delay: .75s
}

.header[data-menu-open=true] .gnav__btn:nth-child(7) {
    transition-delay: .8s
}

.header[data-menu-open=true] .gnav__btn:nth-child(8) {
    transition-delay: .85s
}

.header[data-menu-open=true] .gnav__btn:nth-child(9) {
    transition-delay: .9s
}

.header[data-menu-open=true] .gnav__btn:nth-child(10) {
    transition-delay: .95s
}

.header[data-menu-open=true] .gnav__btn:nth-child(11) {
    transition-delay: 1s
}

.header[data-menu-open=true] .gnav__btn:nth-child(12) {
    transition-delay: 1.05s
}

.header[data-menu-open=true] .gnav__bg .line {
    stroke-dashoffset: 0;
    transform: none;
    opacity: 1
}

.header[data-menu-open=true] .gnav__bg .fill {
    transform: none;
    opacity: 1;
    transition-delay: .6s
}

.gnav-overlay {
    -webkit-backdrop-filter: none;
    contain: layout;
    visibility: hidden;
    z-index: 79;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    backdrop-filter: none;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    transition: background .2s ease-out,visibility 0s linear .2s
}

.header[data-menu-open=true] .gnav-overlay {
    -webkit-backdrop-filter: blur(4px);
    visibility: visible;
    backdrop-filter: blur(4px);
    background-color: #f7f7f7b8;
    pointer-events: auto;
    transition: background .4s ease-out,-webkit-backdrop-filter .4s ease-out;
    transition: background .4s ease-out,backdrop-filter .4s ease-out;
    transition: background .4s ease-out,backdrop-filter .4s ease-out,-webkit-backdrop-filter .4s ease-out
}

.gnav-menu-btn {
    display: grid;
    z-index: 1000;
    position: fixed;
    top: 40px;
    right: 50px;
    grid-template-rows: repeat(3,1px);
    grid-template-columns: 1fr;
    width: 60px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 32px 0 10px;
    gap: 6px;
    background: #fff;
    mix-blend-mode: difference;
    cursor: pointer;
    filter: invert(1);
    pointer-events: auto!important
}

.gnav-menu-btn .bar {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left top;
    background: #000
}

.gnav-menu-btn .bar:nth-child(2) {
    top: 27px
}

.gnav-menu-btn .bar:nth-child(3) {
    top: 34px
}

.gnav-menu-btn:before {
    z-index: auto;
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    content: "MENU";
    font-size: 2rem;
    line-height: 1;
    font-family: Marcellus,sans-serif;
    letter-spacing: 1px;
    text-align: center;
    transition: opacity .2s linear;
    transition-delay: .5s
}

.gnav-menu-btn:after {
    z-index: 10;
    position: absolute;
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
    content: ""
}

.gnav-menu-btn .bar {
    animation: menu-normal2 5.2s cubic-bezier(.83,0,.17,1) .5s infinite forwards
}

.gnav-menu-btn .bar:nth-child(2) {
    animation-delay: .6s
}

.gnav-menu-btn .bar:nth-child(3) {
    animation-delay: .7s
}

.header[data-menu-open=true] .gnav-menu-btn:before {
    opacity: 0;
    transition-delay: 0s
}

.header[data-menu-open=true] .gnav-menu-btn .bar {
    transform: scaleX(1);
    animation: menu-normal 2s cubic-bezier(.22,1,.36,1) forwards
}

.header[data-menu-open=true] .gnav-menu-btn .bar:nth-child(2) {
    animation-delay: .1s
}

.header[data-menu-open=true] .gnav-menu-btn .bar:nth-child(3) {
    animation-delay: .2s
}

@keyframes menu-normal {
    0% {
        transform: scaleX(1);
        transform-origin: right top
    }

    to {
        transform: scaleX(0);
        transform-origin: right top
    }
}

@keyframes menu-normal2 {
    0% {
        transform: scaleX(0) translate(0);
        transform-origin: left top
    }

    10% {
        transform: none;
        transform-origin: left top
    }

    70% {
        transform: none;
        transform-origin: right top
    }

    80% {
        transform: scaleX(1) translate(0);
        transform-origin: left top
    }

    to {
        transform: scaleX(0) translate(100%);
        transform-origin: right top
    }
}

.gnav-close-btn {
    z-index: 1001;
    position: fixed;
    top: 40px;
    right: 50px;
    width: 60px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 32px 0 10px;
    cursor: pointer;
    pointer-events: none
}

.gnav-close-btn .cross {
    display: block;
    width: 100%;
    height: 15px
}

.gnav-close-btn .bar {
    fill: none;
    stroke: #000;
    stroke-width: .8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 65 0 10 10 10 10 10 10 10 10 0 65;
    stroke-dashoffset: -65px;
    stroke-miterlimit: 0;
    transition: stroke-dashoffset 1s cubic-bezier(0,.55,.45,1)
}

.gnav-close-btn:before {
    z-index: auto;
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    content: "CLOSE";
    font-size: 2rem;
    line-height: 1;
    font-family: Marcellus,sans-serif;
    letter-spacing: 1px;
    text-align: center;
    opacity: 0;
    transition: opacity .2s linear
}

.gnav-close-btn:after {
    z-index: 0;
    position: absolute;
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
    content: ""
}

.gnav-close-btn:hover .inner {
    transform: scale(1.1)
}

.gnav-close-btn:hover .inner:before {
    color: #aaa
}

.header[data-menu-open=true] .gnav-close-btn {
    opacity: 1;
    pointer-events: auto;
    transition-delay: .4s
}

.header[data-menu-open=true] .gnav-close-btn .bar {
    stroke-dashoffset: -210px;
    transition-delay: .5s
}

.header[data-menu-open=true] .gnav-close-btn .bar:nth-child(2) {
    transition-delay: .6s
}

.header[data-menu-open=true] .gnav-close-btn:before {
    opacity: 1;
    transition-delay: .5s
}

.contents {
    position: relative;
    padding: 0 0 120px;
    overflow: clip
}

#contact .contents {
    padding-bottom: 60px
}

#page-top-btn {
    z-index: 10;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate3d(-50%,0,0)
}

#page-top-btn .inner {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    font-size: 1.2rem;
    line-height: 1
}

#page-top-btn .inner .txt,#page-top-btn .inner:after {
    display: inline-block;
    position: relative;
    font-size: 4.8rem;
    line-height: 1;
    font-family: Marcellus,sans-serif;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity .25s ease-out,transform .6s cubic-bezier(0,.55,.45,1)
}

#page-top-btn .inner:after {
    display: block;
    z-index: auto;
    position: absolute;
    top: 0;
    left: 40px;
    transform: translate3d(0,100%,0);
    content: "BACK TO TOP";
    opacity: 0
}

#page-top-btn .arw {
    z-index: auto;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 60px;
    transform: rotate(-90deg)
}

#page-top-btn .arw img {
    display: block;
    z-index: auto;
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 14px
}

#page-top-btn .arw:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: ""
}

#page-top-observer,#page-top-observer_02 {
    contain: content;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    left: 0;
    width: 0;
    overflow: hidden;
    pointer-events: none
}

#page-top-observer {
    top: 0;
    height: 55%
}

#page-top-observer_02 {
    bottom: 0;
    height: 30vh
}

.bread-nav {
    width: 100%;
    border-bottom: 1px solid hsla(0,0%,100%,.4)
}

.bread-nav__inner {
    width: 1024px;
    margin: 0 auto
}

.bread-nav li {
    display: inline-block;
    padding: 11px 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 1.2rem;
    vertical-align: top
}

.bread-nav li a {
    color: inherit
}

.bread-nav li+li {
    margin: 0 0 0 5px
}

.bread-nav li+li:before {
    display: inline-block;
    margin: 0 10px 0 0;
    content: ">";
    vertical-align: top
}

.bread-nav a:hover {
    text-decoration: underline
}

.footer {
    z-index: 0;
    position: relative;
    padding: 150px 0 80px;
    overflow: hidden
}

.footer__inner {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    margin: 0 5.56vw;
    gap: 2.78vw
}

.footer__inner:first-child {
    padding-bottom: min(200px,30vw)
}

.footer__inner:nth-child(2) {
    display: block
}

.footer__link {
    position: relative
}

.footer__link .inner {
    display: flex;
    z-index: 1;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #000;
    background: #f4f4f4;
    text-align: center
}

.footer__link .hd {
    margin-bottom: 35px;
    font-size: 4.8rem;
    line-height: 1;
    font-family: Marcellus,sans-serif;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer__link .desc {
    margin: 0 0 60px;
    padding: 0 20px;
    font-size: clamp(1.4rem,.88vw,1.6rem);
    line-height: 2.2;
    text-align: center
}

.footer__link .btn {
    display: block;
    position: relative;
    width: 68%;
    text-align: left
}

.footer__link .btn a {
    display: block;
    position: relative;
    padding: 0 0 35px;
    line-height: 1
}

.footer__link .btn a:after,.footer__link .btn a:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #aaa;
    content: ""
}

.footer__link .btn a:after {
    background: #000;
    animation: line-move 5s cubic-bezier(.85,0,.15,1) infinite
}

.footer__link .btn .txt {
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: clamp(1.5rem,1.1vw,1.9rem);
    text-align: left
}

.footer__link .arw {
    z-index: auto;
    position: absolute;
    top: 50%;
    right: 0;
    width: 35%;
    height: 14px;
    margin-top: -25px
}

.footer__link .arw svg {
    display: block;
    z-index: auto;
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 14px
}

.footer__link .arw:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: right top
}

.footer__link .arw:before,.footer__link:before {
    z-index: 0;
    position: absolute;
    background: #000;
    content: ""
}

.footer__link:before {
    top: 2.78vw;
    left: -2.78vw;
    width: calc(100% + 3px);
    height: 100%;
    background: repeating-linear-gradient(90deg,transparent,transparent 3px,#000 0,#000 4px);
    background-color: #f4f4f4;
    animation: bgPosX 5s linear infinite
}

.footer__link:nth-child(2) {
    top: 2.78vw
}

.footer__link:nth-child(2):before {
    top: -2.78vw;
    left: 2.78vw;
    width: 100%;
    height: calc(100% + 3px);
    background: repeating-linear-gradient(0deg,transparent,transparent 3px,#000 0,#000 4px);
    animation: bgPos 5s linear infinite
}

.footer__policy {
    margin-bottom: 15px;
    color: #000
}

.footer__copyright,.footer__policy {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left
}

.footer__instagram {
    z-index: auto;
    position: absolute;
    top: 15px;
    right: -18px;
    transition: scale .8s cubic-bezier(.25,1,.5,1)
}

.footer__instagram .svg-instagram {
    width: 18px;
    fill: #000
}

.footer__instagram:hover {
    scale: 1.2
}

@keyframes bgPos {
    0% {
        transform: translate3d(0,-4px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bgPosX {
    0% {
        transform: translate3d(-4px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

.js-video {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.js-video__btn {
    z-index: 2;
    position: absolute;
    aspect-ratio: 1/1;
    width: 15%;
    max-width: 132px;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    cursor: pointer;
    fill: none
}

.js-video__btn .line,.js-video__btn .pause,.js-video__btn .tri {
    stroke: #fff;
    stroke-width: 2;
    transform-origin: center center
}

.js-video__btn .fill {
    opacity: 0;
    fill: #fff;
    transform: scale(.85);
    transform-origin: center center
}

.js-video__btn .pause {
    opacity: 0;
    stroke: #000;
    transform: scale(.8)
}

.js-video__btn .fill,.js-video__btn .line,.js-video__btn .tri {
    transition: transform .6s cubic-bezier(0,.55,.45,1),opacity .3s ease-out
}

.js-video__btn .fill,.js-video__btn .tri {
    transition-delay: 0s
}

.js-video__btn .pause,.js-video__btn .tri {
    fill: transparent;
    transition: transform .8s cubic-bezier(.34,1.56,.64,1),fill .2s ease-out,opacity .2s ease-out
}

.js-video video {
    z-index: 0;
    position: relative;
    width: 100%
}

.js-video:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    content: "";
    transition: opacity .2s linear
}

.js-video.is-active .line,.js-video.is-active .tri,.js-video.is-active:after {
    opacity: 0
}

.cont-visual {
    padding: 280px 5.56vw 0
}

.cont-visual__title {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    font-size: 6.4rem;
    line-height: 1;
    font-family: Marcellus,sans-serif;
    letter-spacing: .07em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase
}

.cont-visual__title .l {
    display: inline-block;
    position: relative;
    overflow: hidden;
    clip-path: inset(0 0 0 100%)
}

.cont-visual__title .l:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: ""
}

.cont-visual__title .space {
    display: inline-block;
    width: .5em
}

.cont-visual__title .l_0 {
    transform: translate3d(35px,0,0);
    transition-delay: 0s!important
}

.cont-visual__title .l_0:before {
    transition-delay: .1s!important
}

.cont-visual__title .l_1 {
    transform: translate3d(50px,0,0);
    transition-delay: .06s!important
}

.cont-visual__title .l_1:before {
    transition-delay: .16s!important
}

.cont-visual__title .l_2 {
    transform: translate3d(65px,0,0);
    transition-delay: .12s!important
}

.cont-visual__title .l_2:before {
    transition-delay: .22s!important
}

.cont-visual__title .l_3 {
    transform: translate3d(80px,0,0);
    transition-delay: .18s!important
}

.cont-visual__title .l_3:before {
    transition-delay: .28s!important
}

.cont-visual__title .l_4 {
    transform: translate3d(95px,0,0);
    transition-delay: .24s!important
}

.cont-visual__title .l_4:before {
    transition-delay: .34s!important
}

.cont-visual__title .l_5 {
    transform: translate3d(110px,0,0);
    transition-delay: .3s!important
}

.cont-visual__title .l_5:before {
    transition-delay: .4s!important
}

.cont-visual__title .l_6 {
    transform: translate3d(125px,0,0);
    transition-delay: .36s!important
}

.cont-visual__title .l_6:before {
    transition-delay: .46s!important
}

.cont-visual__title .l_7 {
    transform: translate3d(140px,0,0);
    transition-delay: .42s!important
}

.cont-visual__title .l_7:before {
    transition-delay: .52s!important
}

.cont-visual__title .l_8 {
    transform: translate3d(155px,0,0);
    transition-delay: .48s!important
}

.cont-visual__title .l_8:before {
    transition-delay: .58s!important
}

.cont-visual__title .l_9 {
    transform: translate3d(170px,0,0);
    transition-delay: .54s!important
}

.cont-visual__title .l_9:before {
    transition-delay: .64s!important
}

.cont-visual__title .l_10 {
    transform: translate3d(185px,0,0);
    transition-delay: .6s!important
}

.cont-visual__title .l_10:before {
    transition-delay: .7s!important
}

.cont-visual__title .l_11 {
    transform: translate3d(200px,0,0);
    transition-delay: .66s!important
}

.cont-visual__title .l_11:before {
    transition-delay: .76s!important
}

.cont-visual__title .l_12 {
    transform: translate3d(215px,0,0);
    transition-delay: .72s!important
}

.cont-visual__title .l_12:before {
    transition-delay: .82s!important
}

.cont-visual__title .l_13 {
    transform: translate3d(230px,0,0);
    transition-delay: .78s!important
}

.cont-visual__title .l_13:before {
    transition-delay: .88s!important
}

.cont-visual__title+p {
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    transform: translate3d(60px,0,0);
    clip-path: inset(0 100% 0 0)
}

.cont-visual__img {
    contain: layout;
    z-index: auto;
    position: absolute;
    top: 50%;
    left: 11.11vw;
    width: 110vw;
    transform: translate(-5.56vw,-50%);
    opacity: 0;
    pointer-events: none
}

.cont-visual__img text {
    font-size: 480px;
    font-family: Marcellus,sans-serif;
    fill: none;
    stroke: #000;
    stroke-width: .8;
    line-height: 1;
    dominant-baseline: hanging;
    text-anchor: start;
    opacity: .55;
    stroke-dasharray: 200 100;
    stroke-dashoffset: 0
}

.cont-visual--center {
    contain: layout size;
    display: grid;
    position: relative;
    place-items: center;
    width: 100vw;
    height: max(45vw,50vh);
    margin-bottom: 50px;
    padding: 0;
    overflow: hidden
}

.cont-visual--center__title {
    font-size: clamp(4.8rem,3.4vw,6rem);
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase
}

.cont-visual--center__title .l_0 {
    transform: translate(35px);
    transition-delay: .8s!important
}

.cont-visual--center__title .l_0:before {
    transition-delay: .9s!important
}

.cont-visual--center__title .l_1 {
    transform: translate(50px);
    transition-delay: .86s!important
}

.cont-visual--center__title .l_1:before {
    transition-delay: .96s!important
}

.cont-visual--center__title .l_2 {
    transform: translate(65px);
    transition-delay: .92s!important
}

.cont-visual--center__title .l_2:before {
    transition-delay: 1.02s!important
}

.cont-visual--center__title .l_3 {
    transform: translate(80px);
    transition-delay: .98s!important
}

.cont-visual--center__title .l_3:before {
    transition-delay: 1.08s!important
}

.cont-visual--center__title .l_4 {
    transform: translate(95px);
    transition-delay: 1.04s!important
}

.cont-visual--center__title .l_4:before {
    transition-delay: 1.14s!important
}

.cont-visual--center__title .l_5 {
    transform: translate(110px);
    transition-delay: 1.1s!important
}

.cont-visual--center__title .l_5:before {
    transition-delay: 1.2s!important
}

.cont-visual--center__title .l_6 {
    transform: translate(125px);
    transition-delay: 1.16s!important
}

.cont-visual--center__title .l_6:before {
    transition-delay: 1.26s!important
}

.cont-visual--center__title .l_7 {
    transform: translate(140px);
    transition-delay: 1.22s!important
}

.cont-visual--center__title .l_7:before {
    transition-delay: 1.32s!important
}

.cont-visual--center__title .l_8 {
    transform: translate(155px);
    transition-delay: 1.28s!important
}

.cont-visual--center__title .l_8:before {
    transition-delay: 1.38s!important
}

.cont-visual--center__title .l_9 {
    transform: translate(170px);
    transition-delay: 1.34s!important
}

.cont-visual--center__title .l_9:before {
    transition-delay: 1.44s!important
}

.cont-visual--center__title .l_10 {
    transform: translate(185px);
    transition-delay: 1.4s!important
}

.cont-visual--center__title .l_10:before {
    transition-delay: 1.5s!important
}

.cont-visual--center__title .l_11 {
    transform: translate(200px);
    transition-delay: 1.46s!important
}

.cont-visual--center__title .l_11:before {
    transition-delay: 1.56s!important
}

.cont-visual--center__title .l_12 {
    transform: translate(215px);
    transition-delay: 1.52s!important
}

.cont-visual--center__title .l_12:before {
    transition-delay: 1.62s!important
}

.cont-visual--center__title .l_13 {
    transform: translate(230px);
    transition-delay: 1.58s!important
}

.cont-visual--center__title .l_13:before {
    transition-delay: 1.68s!important
}

.is-show .cont-visual__title .l {
    transform: none;
    clip-path: inset(0 0 0 0);
    transition: clip-path 1.2s cubic-bezier(0,.55,.45,1),transform 1.2s cubic-bezier(0,.55,.45,1)
}

#utility .is-show .cont-visual__title .l {
    transition-duration: 1s
}

.is-show .cont-visual__title .l:before {
    transform: translate3d(-101%,0,0);
    transition: transform 1.6s cubic-bezier(.25,1,.5,1)
}

.is-show .cont-visual__title+p {
    transform: none;
    clip-path: inset(0 0 0 0);
    transition: clip-path 1.2s cubic-bezier(.25,1,.5,1),transform 1s cubic-bezier(0,.55,.45,1);
    transition-delay: .9s
}

.is-show .cont-visual__img {
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 1s linear,transform 3s cubic-bezier(.61,1,.88,1)
}

.is-show .cont-visual__img text {
    stroke-dashoffset: 0;
    stroke-dasharray: 200 0;
    opacity: .1;
    transition: stroke-dashoffset 2.4s cubic-bezier(.33,1,.68,1),stroke-dasharray 2.4s cubic-bezier(.33,1,.68,1),opacity 1.4s linear .2s
}

.blc-border {
    margin: 70px 0;
    padding: 25px;
    border: 1px solid #d0d0d0
}

.blc-border:last-child {
    margin-bottom: 0
}

.blc-figure {
    display: table;
    margin: 40px auto
}

.blc-figure:last-child {
    margin-bottom: 0
}

.blc-figure a:after {
    content: none!important
}

.blc-figure img {
    display: table-row;
    width: auto;
    max-width: 100%;
    height: auto
}

.blc-figure .caption,.blc-figure figcaption {
    display: table-caption;
    margin: 10px 0 0;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.8;
    caption-side: bottom
}

.hd-content {
    position: relative;
    margin: 100px 0 45px;
    padding: 0 0 18px;
    font-weight: 700;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    line-height: 1.5;
    word-wrap: break-word
}

.hd-content:before {
    z-index: 0;
    width: 100%;
    background: #ebebeb
}

.hd-content:after,.hd-content:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    content: ""
}

.hd-content:after {
    z-index: 1;
    width: 67px;
    background: #ccc
}

.hd-content:first-child {
    margin-top: 0
}

.hd-content sup {
    margin-right: 5px;
    font-size: 1.3rem;
    vertical-align: super
}

.hd-content_02 {
    position: relative;
    margin: 60px 0 40px;
    padding: 0 0 0 27px;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    word-wrap: break-word
}

.hd-content_02:before {
    z-index: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #bfbfbf;
    content: ""
}

.hd-content_02:first-child {
    margin-top: 0
}

.link-btn {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 22.22vw;
    margin-right: 2.78vw
}

.link-btn .txt-blc,.link-btn a,.link-btn button {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 0 25px;
    color: #000;
    line-height: 1;
    text-align: left;
    text-decoration: none
}

.link-btn .txt-blc:after,.link-btn .txt-blc:before,.link-btn a:after,.link-btn a:before,.link-btn button:after,.link-btn button:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    content: ""
}

.link-btn .txt-blc:after,.link-btn a:after,.link-btn button:after {
    background: #000;
    animation: line-move 5s cubic-bezier(.87,0,.13,1) infinite
}

.link-btn .arw {
    z-index: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: min(40%,140px);
    height: 14px
}

.link-btn .arw img {
    display: block;
    z-index: auto;
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 14px
}

.link-btn .arw:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: right top;
    background: #000;
    content: ""
}

.link-btn .arw svg {
    z-index: auto;
    position: absolute;
    right: -4px;
    bottom: 0;
    width: 16px;
    fill: #000
}

.link-btn .txt {
    display: block;
    font-weight: 700;
    font-size: clamp(2rem,1vw,2.2rem);
    line-height: 1;
    font-family: Shippori Mincho,serif;
    letter-spacing: .015em
}

.link-btn .txt .logo-note {
    width: 90px;
    margin-bottom: -5px
}

.link-btn--en .arw {
    top: 10px
}

.link-btn--en .txt {
    font-weight: 400;
    font-size: 3.6rem;
    font-family: Marcellus,sans-serif;
    letter-spacing: .1em
}

@keyframes line-move {
    0% {
        transform: scaleX(1) translate(0);
        transform-origin: left top
    }

    40% {
        transform: scaleX(0) translate(100%);
        transform-origin: right top
    }

    60% {
        transform: scaleX(0) translate(0);
        transform-origin: left top
    }

    to {
        transform: none;
        transform-origin: left top
    }
}

@keyframes arw-move {
    0% {
        transform: translate3d(-40px,0,0);
        opacity: 0
    }

    80% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes arw-move2 {
    0% {
        transform: translate3d(-40px,0,0);
        opacity: 0
    }

    80% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes line-fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.link-btn_02,.link-btn_02 a {
    display: inline-block;
    position: relative
}

.link-btn_02 a {
    z-index: 1;
    padding: 0 45px 14px 0
}

.link-btn_02 a:before {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: icomoon!important;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: auto;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    text-decoration: none!important
}

.link-btn_02 a:after {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    animation: line-move 3s cubic-bezier(.85,0,.15,1) infinite
}

.link-btn_02 .txt {
    color: #000;
    line-height: 1
}

.link-btn_02 .arw {
    z-index: auto;
    position: absolute;
    top: -2px;
    right: 0;
    width: 18px
}

.link-btn_02 .hover-arw {
    transform: translate3d(-10px,10px,0);
    opacity: 0
}

.link-btn_02:after {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    content: ""
}

.link-btn-back {
    position: relative;
    margin: 40px 0 0
}

.link-btn-back .txt-blc,.link-btn-back a,.link-btn-back button {
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 25px 200px;
    color: #000;
    line-height: 1;
    text-align: left;
    text-decoration: none
}

.link-btn-back .txt-blc:after,.link-btn-back .txt-blc:before,.link-btn-back a:after,.link-btn-back a:before,.link-btn-back button:after,.link-btn-back button:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    content: ""
}

.link-btn-back .txt-blc:after,.link-btn-back a:after,.link-btn-back button:after {
    background: #000;
    animation: line-move 3s cubic-bezier(.85,0,.15,1) infinite reverse
}

.link-btn-back .arw {
    z-index: auto;
    position: absolute;
    top: 5px;
    left: 0;
    width: 140px;
    height: 14px
}

.link-btn-back .arw:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform-origin: left top;
    background: #000;
    content: ""
}

.link-btn-back .arw svg {
    z-index: auto;
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 16px;
    fill: #000;
    transform: scaleX(-1)
}

.link-btn-back .txt {
    display: block;
    font-size: 3.6rem;
    line-height: 1;
    font-family: Marcellus,sans-serif;
    letter-spacing: .015em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: right
}

.link-btn-back br {
    display: none
}

@keyframes arw-move-back {
    0% {
        transform: translate3d(30px,0,0);
        opacity: 0
    }

    80% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes arw-move-back2 {
    0% {
        transform: translate3d(30px,0,0);
        opacity: 0
    }

    80% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.u-pcdn,br.u-pcdn {
    display: none!important
}

.u-w-0 {
    width: 0!important
}

.u-mca {
    margin: 0 auto!important
}

.u-ma-0 {
    margin: 0!important
}

.u-mt-0 {
    margin-top: 0!important
}

.u-ml-0 {
    margin-left: 0!important
}

.u-mb-0 {
    margin-bottom: 0!important
}

.u-mr-0 {
    margin-right: 0!important
}

.u-nmt-0 {
    margin-top: 0!important
}

.u-nmb-0 {
    margin-bottom: 0!important
}

.u-pa-0 {
    padding: 0!important
}

.u-pt-0 {
    padding-top: 0!important
}

.u-pl-0 {
    padding-left: 0!important
}

.u-pb-0 {
    padding-bottom: 0!important
}

.u-pr-0 {
    padding-right: 0!important
}

c-arw {
    display: block;
    position: relative;
    width: 100%;
    height: 10px;
    --color: #fff
}

c-arw .line {
    z-index: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 5px);
    height: 1px;
    transform-origin: right top;
    background: var(--color)
}

c-arw svg {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 -3px 0 auto
}

c-arw use {
    fill: var(--color)
}

.c-sample-btn:focus-visible {
    background: var(--color)
}

.c-sample-btn:focus-visible .c-sample-btn__front {
    scale: 1.05;
    color: #000
}

c-link-btn {
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 22.22vw;
    --color: #000
}

c-link-btn a,c-link-btn button {
    display: grid;
    position: relative;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 25px;
    gap: 30px;
    color: var(--color);
    line-height: 1;
    text-align: left;
    text-decoration: none
}

c-link-btn a:after,c-link-btn a:before,c-link-btn button:after,c-link-btn button:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    content: ""
}

c-link-btn a:after,c-link-btn button:after {
    background: var(--color);
    animation: line-move 5s cubic-bezier(.85,0,.15,1) infinite
}

c-link-btn c-arw {
    min-width: 120px;
    max-width: 140px;
    --color: inherit
}

c-link-btn .txt {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: clamp(2rem,1.7vw,2.5rem);
    line-height: 1;
    font-family: Marcellus,Shippori Mincho,serif;
    letter-spacing: .015em
}

c-link-btn .txt .logo-note {
    width: 90px;
    margin-bottom: -5px
}

c-link-btn.is-en .txt {
    font-weight: 400;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

c-link-btn.is-reverse a,c-link-btn.is-reverse button {
    grid-template-columns: 1fr auto
}

c-link-btn.is-reverse .txt {
    order: 2
}

c-link-btn.is-reverse c-arw {
    order: 1;
    scale: -1 1
}

.modal {
    box-sizing: border-box;
    contain: layout paint;
    display: grid;
    visibility: hidden;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    place-items: center;
    width: 100vw;
    height: 100vh;
    padding: 0 11.11vw;
    overflow: hidden;
    border: none;
    outline: none;
    background: none;
    opacity: 0;
    transition: visibility 0s linear .35s,opacity .35s ease-out
}

.modal__container {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 86vh;
    padding: 14vh 5.56vw 11vh;
    overflow-y: scroll;
    transform: translate3d(40px,0,0);
    background: #fff;
    clip-path: inset(0 100% 0 0);
    transition: clip-path .8s cubic-bezier(.85,0,.15,1),transform .9s ease-out
}

.modal__inner {
    position: relative
}

.modal__hd {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6
}

.modal__hd,.modal__table {
    transform: translate3d(-20px,0,0);
    opacity: 0;
    transition: opacity .3s linear,transform .8s cubic-bezier(.25,1,.5,1)
}

.modal__table {
    width: 100%;
    border-top: 1px solid #000;
    line-height: 1.8;
    vertical-align: top;
    table-layout: fixed
}

.modal__table tr {
    border-bottom: 1px solid #000
}

.modal__table .body,.modal__table .hd {
    padding: 18px 0;
    vertical-align: top
}

.modal__table .hd {
    width: 11.11vw;
    font-size: 2rem
}

.modal__table .sub-hd {
    font-size: 1.5rem
}

.modal__table .txt,.modal__table li {
    font-size: 1.4rem
}

.modal__table .txt {
    display: block;
    padding-left: 22.22vw
}

.modal__table .two-column {
    display: grid;
    grid-template-columns: 22.22vw 1fr
}

.modal__table .two-column+.two-column {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #000
}

.modal__close {
    position: absolute;
    top: 7vh;
    right: calc(5.56vw - 15px);
    transition: transform .8s cubic-bezier(0,.55,.45,1)
}

.modal__close:before {
    z-index: 0;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    content: ""
}

.modal__close:hover {
    transform: rotate(180deg)
}

.modal__close svg {
    aspect-ratio: 1/1;
    width: 30px;
    stroke-dasharray: 40px 40px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset .6s cubic-bezier(0,.55,.45,1)
}

.modal__btn {
    z-index: 2;
    position: absolute;
    width: 4vw;
    min-width: 62px;
    height: 5vw;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s linear,translate .6s cubic-bezier(.25,1,.5,1)
}

.modal__btn c-arw {
    --color: #fff;
    transition: translate .6s cubic-bezier(.25,1,.5,1),opacity .2s ease-out
}

.modal__btn--prev {
    margin-left: 3.5vw;
    translate: 20px 0;
    scale: -1 1
}

.modal__btn--next {
    margin-right: 3.5vw;
    translate: -20px 0
}

.modal__bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    animation: modal-bg-out .5s ease-out forwards;
    cursor: pointer;
    opacity: 0
}

.modal--member .modal__container {
    height: 75vh;
    margin-top: -5vh;
    padding: 10vh 5.56vw;
    overflow: hidden
}

.modal--member .modal__inner {
    height: 100%;
    overflow: hidden
}

.modal--member c-link-btn {
    z-index: 2;
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto auto 5vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    --color: #fff;
    translate: 4px 0;
    opacity: 0;
    transition: opacity .2s linear,translate .6s cubic-bezier(.25,1,.5,1)
}

.modal--member c-link-btn .txt {
    font-size: clamp(2rem,1.7vw,2.5rem)
}

.modal__btn--prev:focus-visible c-arw {
    translate: -10px!important
}

.modal__btn--next:focus-visible c-arw {
    translate: 10px!important
}

.modal.is-show {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear,opacity 0s ease-out
}

.modal.is-show .modal__container {
    transform: none;
    clip-path: inset(0 0 0 0);
    opacity: 1
}

.modal.is-show .modal__hd,.modal.is-show .modal__table {
    transform: none;
    opacity: 1
}

.modal.is-show .modal__hd {
    transition-delay: .8s
}

.modal.is-show .modal__table {
    transition-delay: .9s
}

.modal.is-show .modal__close svg {
    stroke-dashoffset: 0;
    transition-delay: 1.2s
}

.modal.is-show .modal__btn {
    translate: 0 0;
    opacity: 1;
    transition-delay: .4s
}

.modal.is-show .modal__bg {
    animation: modal-bg .5s ease-out forwards
}

.modal.is-show c-link-btn {
    translate: 0 0;
    opacity: 1;
    transition-delay: .6s
}

.modal.is-animating .modal__btn c-arw {
    opacity: .3
}

@keyframes modal-bg {
    0% {
        opacity: 0
    }

    to {
        opacity: .75
    }
}

@keyframes modal-bg-out {
    0% {
        opacity: .75
    }

    to {
        opacity: 0
    }
}

@keyframes modal-inner {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-inner-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@font-face {
    font-weight: 400;
    src: url(/common/fonts/noto-subset/NotoSansJP-Regular.woff2) format("woff2");
    font-family: Noto Sans Japanese;
    font-display: swap
}

@font-face {
    font-weight: 700;
    src: url(/common/fonts/noto-subset/NotoSansJP-Medium.woff2) format("woff2");
    font-family: Noto Sans Japanese;
    font-display: swap
}

@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(/common/fonts/shippori-subset/ShipporiMincho-Medium.woff2) format("woff2");
    font-family: Shippori Mincho;
    font-display: swap
}

@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(/common/fonts/mercellus-subset/Marcellus-Regular.woff2) format("woff2");
    font-family: Marcellus;
    font-display: swap
}

@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(/common/fonts/ico/icomoon.woff) format("woff");
    font-family: icomoon;
    font-display: swap
}

@media (max-width: 767px) {
    li,p {
        text-align:left
    }

    body {
        letter-spacing: .05em
    }

    .header {
        z-index: 2;
        position: fixed;
        width: 100vw!important;
        height: 70px;
        min-height: 70px;
        overflow: hidden;
        background: #f4f4f4;
        transition: translate .8s cubic-bezier(.25,1,.5,1)
    }

    .header__ci {
        top: 20px;
        left: 20px;
        width: 154px!important;
        background: none;
        mix-blend-mode: normal;
        filter: none
    }

    .header.is-modal-open {
        translate: 0 -100%
    }

    .gnav {
        width: 70vw
    }

    .gnav__inner {
        grid-template-columns: 1fr;
        justify-content: flex-start;
        padding: 11vh 0 7.5vh 15vw
    }

    .gnav__btn a {
        padding: 9px 0;
        font-size: 1.65rem;
        text-align: left
    }

    .gnav__btn--other {
        justify-content: flex-start;
        padding-top: 5px
    }

    .gnav__btn--other .svg-instagram {
        width: 22px
    }

    .gnav-menu-btn {
        top: 16px;
        right: 20px;
        width: 46px;
        padding-top: 21px;
        background: none;
        mix-blend-mode: normal;
        filter: none
    }

    .gnav-menu-btn:before {
        font-size: 1.5rem
    }

    .gnav-close-btn {
        top: 15px;
        right: 20px;
        width: 46px;
        padding-top: 21px
    }

    .gnav-close-btn:before {
        font-size: 1.5rem
    }

    .contents {
        z-index: 1
    }

    #page-top-btn {
        bottom: 180px
    }

    #page-top-btn .inner {
        padding: 0 0 0 10px;
        color: #000
    }

    #page-top-btn .inner .txt,#page-top-btn .inner:after {
        font-size: 2.4rem
    }

    #page-top-btn .inner:after {
        left: 10px
    }

    #page-top-btn .arw {
        width: 36px
    }

    #page-top-btn .arw img {
        width: 14px
    }

    .bread-nav {
        display: none
    }

    .footer {
        width: auto;
        padding-top: 75px;
        padding-bottom: 65px
    }

    .footer__inner {
        grid-template-columns: 1fr;
        margin: 0 10vw;
        gap: 50px
    }

    .footer__inner:first-child {
        padding-bottom: 250px
    }

    .footer__inner:nth-child(2) {
        display: grid;
        grid-template-columns: .25fr .5fr .25fr;
        gap: 20px
    }

    .footer__inner:nth-child(2) br {
        display: none
    }

    .footer__link:before {
        top: 4vw;
        left: -4vw
    }

    .footer__link:last-child:before {
        top: -4vw;
        left: 4vw
    }

    .footer__link .hd {
        font-size: 3rem
    }

    .footer__link .btn a {
        padding-bottom: 20px
    }

    .footer__link .btn .txt {
        font-size: 1.25rem;
        letter-spacing: .05em
    }

    .footer__link .arw {
        width: 14vw;
        margin-top: -20px
    }

    .footer__link .desc {
        margin: 0 0 40px;
        padding: 0;
        font-size: 1.2rem;
        line-height: 1.8
    }

    .footer__policy {
        margin-bottom: 0
    }

    .footer__copyright,.footer__policy {
        display: block;
        transform-origin: left top;
        scale: .9;
        text-align: center;
        white-space: nowrap
    }

    .footer__copyright {
        margin-left: 0;
        padding: 0;
        line-height: 1;
        letter-spacing: 0
    }

    .footer__instagram {
        top: -4px;
        right: 0;
        width: 12px
    }

    .js-video {
        width: 100vw;
        margin-left: -20px
    }

    .js-video .caption {
        padding: 0 20px
    }

    .js-video.is-active .line {
        transform: scale(1.4)
    }

    .js-video.is-active .tri {
        transform: scale(1.2)
    }

    .cont-visual {
        height: max(85vw,80svh)
    }

    .cont-visual__title {
        font-size: 4.8rem
    }

    #news-index .cont-visual__title {
        text-align: center
    }

    .cont-visual__title .space {
        display: block;
        width: auto
    }

    .cont-visual__img {
        width: 130vw;
        transform: translate(-7.5vw,-53%)
    }

    .cont-visual__img text {
        stroke-width: 2.5;
        opacity: .8
    }

    .cont-visual--center {
        height: max(85vw,80svh);
        margin-bottom: 0
    }

    .blc-figure {
        display: block
    }

    .blc-figure .caption,.blc-figure figcaption {
        display: block;
        margin: 10px 0 0;
        line-height: 1.5
    }

    .hd-content {
        margin: 60px 0 40px;
        font-size: 2rem;
        line-height: 1.3
    }

    .hd-content_02 {
        margin: 40px 0;
        padding: 0 0 15px;
        font-size: 2rem;
        line-height: 1.2
    }

    .link-btn {
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 5vw;
        margin-left: 5vw
    }

    .link-btn .txt-blc,.link-btn a,.link-btn button {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        max-width: 400px;
        padding-left: 0;
        gap: 30px
    }

    .link-btn .txt {
        width: -moz-fit-content;
        width: fit-content;
        font-size: clamp(1.6rem,4.6vw,2.5rem)
    }

    .link-btn .arw {
        position: relative;
        top: 2px;
        width: auto
    }

    .link-btn-back {
        margin-right: 5vw;
        margin-left: 5vw
    }

    .link-btn-back .txt-blc,.link-btn-back a {
        display: grid;
        grid-template-columns: 1fr auto;
        width: 100%;
        max-width: 400px;
        padding-left: 0;
        gap: 30px
    }

    .link-btn-back .txt {
        order: 2;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 2.5rem
    }

    .link-btn-back .arw {
        position: relative;
        top: 2px;
        order: 1;
        width: auto
    }

    .u-spdn {
        display: none!important
    }

    .u-pcdn {
        display: block!important
    }

    br.u-pcdn {
        display: inline!important
    }

    c-arw {
        height: 8px
    }

    c-arw .line {
        width: calc(100% - 2px)
    }

    c-link-btn {
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 5vw;
        margin-left: 5vw
    }

    c-link-btn a,c-link-btn button {
        display: grid;
        width: 100%;
        max-width: 400px;
        padding-bottom: 15px;
        padding-left: 0;
        gap: 20px
    }

    c-link-btn .txt {
        font-size: clamp(1.6rem,4.6vw,2.5rem)
    }

    c-link-btn c-arw {
        position: relative;
        width: auto;
        min-width: 80px;
        max-width: 140px
    }

    .modal {
        height: 100dvh;
        padding: 20px
    }

    .modal__container {
        height: calc(100dvh - 40px);
        padding-top: 60px;
        transform: none!important;
        animation: modal-inner-out .3s ease-out forwards;
        transition: none
    }

    .is-show .modal__container {
        animation: modal-inner .5s ease-out forwards
    }

    .modal__hd {
        transform: none!important;
        font-size: 1.6rem
    }

    .modal__table {
        transform: none!important;
        letter-spacing: .02em
    }

    .modal__table .body,.modal__table .hd {
        display: block;
        padding: 25px 0
    }

    .modal__table .body {
        padding-top: 15px
    }

    .modal__table .hd {
        width: auto;
        padding-bottom: 0;
        font-size: 1.8rem
    }

    .modal__table .sub-hd {
        position: relative;
        padding: 0 0 0 1em;
        font-size: 1.4rem
    }

    .modal__table .sub-hd:before {
        z-index: 0;
        position: absolute;
        top: 5%;
        left: 0;
        width: 1px;
        height: 90%;
        background: #000;
        content: ""
    }

    .modal__table .txt,.modal__table li {
        padding: 0;
        font-size: 1.2rem
    }

    .modal__table .two-column {
        grid-template-columns: 1fr;
        margin: 0 0 0 20px;
        gap: 15px
    }

    .modal__table .two-column+.two-column {
        margin-top: 25px;
        padding-top: 25px
    }

    .modal__close {
        top: 20px;
        right: 20px
    }

    .modal__close svg {
        width: 20px
    }

    .modal__btn {
        width: max(2.5em,2.5vw);
        min-width: 0;
        height: max(2.5em,2.5vw);
        margin-top: calc(100dvh - 110px);
        margin-bottom: auto
    }

    .modal__btn--prev {
        margin-left: 20px
    }

    .modal__btn--next {
        margin-right: 20px
    }

    .modal--member {
        padding-bottom: 120px
    }

    .modal--member .modal__container {
        height: 100%;
        margin-top: 0!important;
        padding: 0
    }

    .modal--member c-link-btn {
        width: 50%;
        max-width: 260px;
        margin: auto auto 6dvh
    }

    .modal--member c-link-btn .txt {
        font-size: clamp(1.6rem,4vw,2rem)
    }
}

@media (min-width: 1024px) {
    .header__ci .mark {
        transition:transform .6s cubic-bezier(0,.55,.45,1)
    }

    .header__ci .type .path {
        clip-path: inset(0 0 0 0);
        transition: transform .6s cubic-bezier(0,.55,.45,1),clip-path .6s cubic-bezier(0,.55,.45,1)
    }

    .header__ci .type_02 {
        display: block
    }

    .header__ci .type_02 .path {
        transform: translate3d(0,-50%,0);
        clip-path: inset(100% 0 0 0);
        transition: transform .6s cubic-bezier(0,.55,.45,1),clip-path .6s cubic-bezier(0,.55,.45,1)
    }

    #top .header__ci.is-vartical {
        transform: scale(.82)
    }

    .header__ci.is-vartical .mark {
        transform: scale(.9)
    }

    .header__ci.is-vartical .type .path {
        transform: translate3d(0,-50%,0);
        clip-path: inset(100% 0 0 0)
    }

    .header__ci.is-vartical .type_02 {
        display: block
    }

    .header__ci.is-vartical .type_02 .path {
        transform: none;
        clip-path: inset(0 0 0 0)
    }

    .gnav__btn a:hover .txt {
        transform: translate3d(-12px,0,0);
        letter-spacing: .1em
    }

    .gnav__btn a:hover .txt:before {
        transform: scaleX(1)
    }

    .gnav__btn--other a:hover .txt {
        transform: translateZ(0)
    }

    #page-top-btn .inner {
        clip-path: inset(10% 0 -10% 0)
    }

    #page-top-btn .arw,#page-top-btn .inner {
        transition: transform .6s cubic-bezier(.33,1,.68,1)
    }

    #page-top-btn:hover .inner {
        transform: translate3d(0,-10%,0)
    }

    #page-top-btn:hover .inner .txt {
        transform: translate3d(0,-100%,0);
        opacity: 0
    }

    #page-top-btn:hover .inner:after {
        transform: translateZ(0);
        opacity: 1
    }

    #page-top-btn:hover .arw {
        transform: translate3d(0,-15px,0) rotate(-90deg)
    }

    .footer__link {
        cursor: pointer
    }

    .footer__link .inner {
        transition: background-color .2s ease-out
    }

    .footer__link .arw,.footer__link .desc,.footer__link .hd,.footer__link .txt {
        transition: transform 1s cubic-bezier(.16,1,.3,1)
    }

    .footer__link .arw:before {
        transition: transform .8s cubic-bezier(.25,1,.5,1)
    }

    .footer__link a {
        pointer-events: none
    }

    .footer__link:hover .inner {
        background: #fcfcfc
    }

    .footer__link:hover a:after {
        transform: none!important;
        animation: line-fade .2s linear forwards
    }

    .footer__link:hover .desc {
        transform: scale(1.08)
    }

    .footer__link:hover .hd {
        transform: scale(1.1)
    }

    .footer__link:hover .txt {
        transform: translate3d(20px,0,0)
    }

    .footer__link:hover .arw {
        transform: translate3d(30px,0,0)
    }

    .footer__link:hover .arw:before {
        transform: scaleX(1.1)
    }

    .js-video:hover .fill {
        transform: scale(1.15);
        opacity: 1;
        transition-delay: .1s
    }

    .js-video:hover .line,.js-video:hover .tri {
        transform: scale(1.15)
    }

    .js-video:hover .tri {
        fill: #000
    }

    .js-video.is-active:hover .line {
        opacity: 1
    }

    .js-video.is-active:hover .pause {
        opacity: 1;
        fill: #000;
        transform: scale(1)
    }

    .link-btn .arw,.link-btn .txt {
        transition: transform 1s cubic-bezier(.16,1,.3,1)
    }

    .link-btn .arw:before {
        transition: transform .8s cubic-bezier(.25,1,.5,1)
    }

    .link-btn .txt-blc:hover:after,.link-btn a:hover:after,.link-btn button:hover:after {
        transform: none!important;
        animation: line-fade .2s linear forwards
    }

    .link-btn .txt-blc:hover .arw,.link-btn .txt-blc:hover .txt,.link-btn a:hover .arw,.link-btn a:hover .txt,.link-btn button:hover .arw,.link-btn button:hover .txt {
        transform: translate3d(30px,0,0)
    }

    .link-btn .txt-blc:hover .arw:before,.link-btn a:hover .arw:before,.link-btn button:hover .arw:before {
        transform: scaleX(1.1)
    }

    .link-btn_02 a:hover path {
        transition: opacity .2s linear,transform .8s cubic-bezier(.25,1,.5,1)
    }

    .link-btn_02 a:hover .base-arw {
        transform: translate3d(10px,-10px,0);
        opacity: 0
    }

    .link-btn_02 a:hover .hover-arw {
        transform: none;
        opacity: 1
    }

    .link-btn_02 a:hover:after {
        transform: none!important;
        animation: none
    }

    .link-btn-back .arw,.link-btn-back .txt {
        transition: transform 1s cubic-bezier(0,.55,.45,1)
    }

    .link-btn-back .arw:before {
        transition: transform .8s cubic-bezier(.25,1,.5,1)
    }

    .link-btn-back .txt-blc:hover:after,.link-btn-back a:hover:after,.link-btn-back button:hover:after {
        transform: none!important;
        animation: line-fade .2s linear forwards
    }

    .link-btn-back .txt-blc:hover .arw,.link-btn-back .txt-blc:hover .txt,.link-btn-back a:hover .arw,.link-btn-back a:hover .txt,.link-btn-back button:hover .arw,.link-btn-back button:hover .txt {
        transform: translate3d(-30px,0,0)
    }

    .link-btn-back .txt-blc:hover .arw:before,.link-btn-back a:hover .arw:before,.link-btn-back button:hover .arw:before {
        transform: scaleX(1.1)
    }

    c-link-btn .txt,c-link-btn c-arw {
        transition: transform 1s cubic-bezier(.22,1,.36,1)
    }

    c-link-btn c-arw .line {
        transition: transform .8s cubic-bezier(.25,1,.5,1)
    }

    c-link-btn a:hover:after,c-link-btn button:hover:after {
        transform: none!important;
        animation: line-fade .2s linear forwards
    }

    c-link-btn a:hover .txt,c-link-btn a:hover c-arw,c-link-btn button:hover .txt,c-link-btn button:hover c-arw {
        transform: translate3d(30px,0,0)
    }

    c-link-btn a:hover c-arw .line,c-link-btn button:hover c-arw .line {
        transform: scaleX(1.1)
    }

    c-link-btn.is-reverse a:hover .txt,c-link-btn.is-reverse button:hover .txt {
        transform: translate3d(-30px,0,0)
    }
}

@media (any-hover: hover) {
    .c-sample-btn.is-hover,.c-sample-btn:hover {
        background:var(--color)
    }

    .c-sample-btn.is-hover .c-sample-btn__front,.c-sample-btn:hover .c-sample-btn__front {
        scale: 1.05;
        color: #000
    }

    .modal__btn--prev.is-hover c-arw,.modal__btn--prev:hover c-arw {
        translate: -10px!important
    }

    .modal__btn--next.is-hover c-arw,.modal__btn--next:hover c-arw {
        translate: 10px!important
    }
}
