@charset "UTF-8";

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    background-color: #fff;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 14px;
}

.section-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
/*    background: #fff;*/
    text-align: center;
    height: 44px;
}

.section-header span {
    display: none;
}

.section-header h1 {
    line-height: 44px;
    color: #000;
    font-size: 14px;
}

.image-item .sp-small {
    padding-left: 9%;
    padding-right: 9%;
}

.btn-close {
    width: 15px;
    position: fixed;
    right: 13px;
    top: 13px;
    display: block;
    z-index: 8;
}

.image .image-thumbnail-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fbfbf6;
    opacity: 0;
    transition: all 0.8s ease-out;
}

.start .image .image-thumbnail-menu {
    opacity: 1;
}

.image .image-thumbnail-menu > div {
    width: 14px;
    height: 14px;
}

.image .image-thumbnail-menu img {
    vertical-align: top;
}

.image .image-thumbnail-menu .icon-b {
    display: block;
}

.image .image-thumbnail-menu .icon-w {
    display: none;
}

.image .image-thumbnail {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 14;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.thumbnailList-open .image .image-thumbnail {
    -webkit-backdrop-filter: blur(8px);
}

.image .image-thumbnail .image-thumbnail-inner {
    padding: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 85);
    background-color: #000;
    position: relative;
}

.image .image-thumbnail .image-thumbnail-inner ul {
    position: absolute;
    left: 0;
    top: 50%;
    width: 84vw;
    transform: translateY(-50%);
    padding: 80px 8vw 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: start;
    /* overflow: scroll; */
}

.image .image-thumbnail .image-thumbnail-inner ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.6px solid transparent;
    margin: 1vw;
    display: block;
    width: 19vw;
    position: relative;
    padding: 1vw;
}

.image .image-thumbnail .image-thumbnail-inner ul li:active {
    border: 0.6px solid #fff;
}

.image .image-thumbnail .image-thumbnail-inner ul li a,
.image .image-thumbnail .image-thumbnail-inner ul li img {
    display: block;
}

.image .image-thumbnail .image-thumbnail-inner ul li img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.image-thumbnail-close {
    color: #000;
    font-size: 90%;
    position: absolute;
    left: 14px;
    top: 12px;
}


.modal-item-wrap {
    padding-top: 5px;
    padding-bottom: 42px;
}

.modal-item a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 14px 5%;
}

.modal-item a span {
    font-size: 11px;
}

.modal-item a .buy {
    padding: 3px;
    border: 1px solid #000;
    width: 92px;
    text-align: center;
    margin-top: 6px;
    font-size: 10px;
}

.modal-item a[href=""] {
    pointer-events: none;
}

.image-list-col-l + .image-list-col-r {
    margin-top: 10px;
}

.intro-after {
    cursor: auto!important;
}

[data-aos="fade-up"] {
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000)!important;
    transition-duration: 2s!important;
    transition-delay: .2s!important;
}

.move-bg {
    position: relative;
    overflow: hidden;
}

.move-bg img {
    opacity: 0;
}

[data-aos="move-bg"]::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
}

.aos-animate[data-aos="move-bg"]::after {
    animation: move-bg 2.0s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
}

@keyframes move-bg {
    0% {
        transform: translateX(-100%);
    }
    44% {
        transform: translateX(0);
    }
    56% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

.move-bg img {
    opacity: 0;
}

.move-bg.aos-animate img {
    animation: fade-img 2.0s linear 0.1s forwards;
}

@keyframes fade-img {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}


[data-aos="move-bg"].aos-animate::after {
    
}

.footer {
    background: #000;
}

.footer * {
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
}

.f-title {
    text-transform: uppercase;
}

.f-link a {
    color: #fff;
}

.f-link a:hover {
    text-decoration: underline;
}

.f-staff > span {
    display: block;
    line-height: 2;
}

.opening01, .opening02 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.8s cubic-bezier(0.230, 1.000, 0.320, 1.000)
}

.opening01.active, .opening02.active, .opening-btn.active {
    opacity: 1;
}

.opening01.done, .opening02.done, .opening-btn.active.done {
    transform: translateY(0);
}

.opening01-logo {
    width: 138px;
    margin: 0 auto;
}

.opening01-txt01 {
    font-size: 22px;
    line-height: 1.55;
    text-transform: uppercase;
    padding-top: 20px;
}

.opening01-txt02 {
    padding-bottom: 56px;
}

.opening02-txt01 {
    font-size: 25px;
    line-height: 1.55;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.opening02-txt02 {
    font-size: 13px;
    line-height: 2.5;
    padding-bottom: 70px;
}

.opening02-txt02 span {
    display: block;
    padding-bottom: 1em;
}

.opening-btn {
    opacity: 0;
    transition: all 1.8s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6%;
    z-index: 99;
}

.btn > * {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 1);
    color: #111;
    color: #fbfbf6;
    border-color: #fbfbf6;
    width: 168px;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    border-radius: 17px;
    transition: all .3s linear;
    cursor: pointer;
}

.opening-sec {
    position: fixed;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    top: 0;
    z-index: 99;
    text-align: center;
}

.sp-curtain {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background 0.8s ease-out, width 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.sp-curtain.active {
    background: rgba(0, 0, 0, 0.75);
}

.sp-curtain.hide {
    width: 0;
}

.menu-title {
    font-size: 11px;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    text-align: center;
}

.image-item-01 {
    background: #fff;
}

.image-item-01 .image-container {
    height: 100vh;
}

.image-item-01 .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-header {
    display: none;
}
