@charset "UTF-8";
.pc-only {
  display: block;
}
body {
  opacity: 0;
  animation: opening 1.4s forwards;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
@keyframes opening {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes openingCover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
img {
    width: 100%;
}
header {
    transform: translateY(-200px);
    transition: transform .3s ease, opacity .3s ease;
    top: 0;
    left: 0;
    width: 100%;
    z-index:1001;
    opacity: 0;
    pointer-events: none;
    position: fixed !important;
}
header.isvisible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
#menuInner {
    height: 100vh;
}
main.mas {
    font-family: brown-pro, sans-serif;
    font-weight: 300;
}

section {
    background: #fff;
    margin-top: -1px;
}
.f-dnp-shuei {
    font-family: brown-pro, "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.f-yu-gothic {
    font-family: brown-pro, "yu-gothic-pr6n", "Yu Gothic", "游ゴシック", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.f-brown {
    font-family: brown-pro, "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.f-medium {
    font-weight: 400;
 }
.f-bold {
    font-weight: 600;
 }
.mas-kv_wrapper {
    position: fixed;
    inset: 0;
    will-change: transform;
    transform: translate3d(0,0,0);
    isolation: isolate;
    z-index: 1;
}
@keyframes scrollbar-anim {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  45% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  90%, 100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.mas-scroll_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 60px;
    background-color: #fff;
    mix-blend-mode: difference;
    -webkit-animation: scrollbar-anim 3s ease-in-out infinite;
    animation: scrollbar-anim 3s ease-in-out infinite;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.swiper {
    position: relative;
}
.swiper:after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #fff;
    animation: openingCover 1.4s forwards;
    animation-delay: 1.4s;
}
.mas-kv_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: difference;
}
.mas-kv_title {
    width: min(194px, calc(194 / 1440 *100vw));
}
.mas-kv_title img {
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100vh;
}
.slide-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.slide-image img {
    width: calc(100% + 100px);
    transform: translateX(-50px);
    transition: transform 9s linear;
    object-fit: cover;
    height: 100%;
}
.swiper-slide-active .slide-image img {
    transform: translateX(0);
}


.mas-content_wrapper {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 100%;
    height: 100vh;
    margin-top: 100vh;
}

.mas-menu-wrapper {
    position: absolute;
    top: 0;
    left: 26px;
    padding-top: 99px;
    mix-blend-mode: difference;
    z-index: 1000;
}
.mas-menu-wrapper.isfixed {
    position: fixed;
    left: 26px;
}
.mas-menu-logo {
    margin-bottom: 40px;
    width: 84px;
}
.mas-menu-items {
    position: relative;
    display:flex;
    flex-direction: column;
    gap: 6px;
}
a.mas-menu-item {
    color: #333333;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: calc(13 / 12);
    display: inline-block;
    transition: color .3s ease;
    position: relative;
}
a.mas-menu-item.current {
    color: #999999;
}
a.mas-menu-item:hover {
    color: #999999;
}
.mas-menu-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999999;
    transform: translate3d(0, 0, 0);
    transition: transform 320ms cubic-bezier(0.2, 0, 0.2, 1);
    will-change: transform;
    pointer-events: none;
    margin-left: -7px;
    margin-top: 2px;
}
.mas-section_text {
    text-align: justify;
}

#about.mas-section {
    padding-top: 175px;
    padding-bottom: 116px;
}

#about .mas-section_text_wrapper {
    font-size: 12px;
    line-height: calc(23 / 12);
    letter-spacing: 0.06em;
    color: rgba(51,51,51,1);
    max-width: 378px;
    margin: 0 auto 215px;
}
#about .mas-section_img_wrapper {
    max-width: 916px;
    margin: 0 auto;
    padding-right: 20px;
    box-sizing: content-box;
}

#upcoming {
    padding-bottom: 53px;
}
#upcoming .mas-section_text_wrapper,
#inprogress .mas-section_text_wrapper,
#curation .mas-section_text_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 916px;
    margin: 0 auto 174px;
    padding-right: 20px;
    box-sizing: content-box;
}
#inprogress .mas-section_text_wrapper {
    margin-bottom: 95px;
}
#upcoming .mas-section_text_left,
#inprogress .mas-section_text_left {
    width: calc(546 / 916 * 100%);
}
#upcoming .mas-section_text_right,
#curation .mas-section_text_right {
    padding-top: 146px;
    width: calc(370 / 916 * 100%);
}
#inprogress .mas-section_text_right {
    padding-top: 245px;
    width: calc(391 / 916 * 100%);
}
#upcoming .mas-section_text,
#inprogress .mas-section_text,
#curation .mas-section_text {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: calc(25/13);
    color: rgba(51,51,51,1);
}
#curation .mas-section_text_left {
    width: calc(393 / 916 * 100%);
}
#curation {
    padding-bottom: 224px;
}
.mas-section_title {
    color: rgba(51,51,51,1);
    font-size: 12px;
    letter-spacing: 0.06em;
    margin-bottom: 40px;
    position: relative;
}
/* .mas-section_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: #777777;
    margin-left: -70px;
    margin-top: 6px;
} */
.mas-section_subtitle {
    color: rgba(178,178,178,1);
    font-size: 30px;
    line-height: calc(50/30);
    letter-spacing: 0.06em;
    margin-bottom: 50px;
}
.mas-section_detail {
    font-size: 16px;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
    color: rgba(51,51,51,1);
}
.mas-section_info {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: calc(23/12);
    color: #707070;
}
.mas-sticky_wrapper {
    position: sticky;
    top: 99px;
}

.mas-upcoming_contents {
    max-width: calc(100vw - (100vw - 916px) / 2);
    margin-left: auto;
    margin-bottom: 100px;
}
.mas-upcoming_caption_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 35px;
}
.mas-upcoming_copyright {
    font-size: 11px;
    color: #707070;
    line-height: calc(16/11);
    letter-spacing: 0;
}
.mas-upcoming_caption {
    max-width: 440px;
    padding-right: 20px;
}
.mas-upcoming_caption.has-paddingleft {
    padding-left: 35px;
    box-sizing: content-box;
}
.mas-upcoming_name {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #333333;
    margin-bottom: 9px;
}
.mas-devider {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #333333;
    margin: 0 11px;
    transform: translateY(2px);
}
.mas-upcoming_born {
    font-size: 11px;
    color: #707070;
    letter-spacing: 0;
    margin-bottom: 17px;
}
.mas-upcoming_bio {
    font-size: 12px;
    color: #333333;
    line-height: calc(22/12);
    letter-spacing: 0.06em;
    text-align: justify;
}
.mas-upcoming_contents-irregular {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.mas-upcoming_contents-irregular .mas-upcoming_img {
    width: calc((100vw - (100vw - 916px) / 2) / 2);
}
#inprogress {
    padding-bottom: 190px;
}
#inprogress .mas-section_img_wrapper {
    margin-bottom: 53px;
}
#inprogress .mas-section_subtitle {
    font-size: 30px;
    color: #333333;
    letter-spacing: 0.06em;
    line-height: calc(35/30);
    margin-bottom: 40px;
}

#inprogress_text .mas-section_subtitle .small {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.06em;
    line-height: calc(50/12);
}

.mas-inprogress_swiper img {
  width: auto;
  height: calc(600 / 1440 * 100vw);
  display: block;
}
.mas-inprogress_carousel{
  overflow: hidden;
}

.mas-inprogress_swiper {
  display: flex;
  width: max-content;
  will-change: transform;
  pointer-events: none;
}

.mas-inprogress_swiper .swiper-wrapper_{
  display: inline-flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  gap: 2px;
}

.mas-inprogress_swiper .swiper-slide_{
  flex: 0 0 auto;
}
.mas-inprogress_carousel {
    width: 100%;
    overflow:hidden;
    margin-bottom: 30px;
}
.mas-inprogress_carousel_text {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 30px;
}
.mas-inprogress_carousel_text-left {
    color: #333333;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: calc(16/12);
    margin-right: 43px;
}
.mas-inprogress_carousel_text-right {
    color: #707070;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: calc(16/12);
}
#curation .mas-section_text_wrapper {
    align-items: flex-start;
}
#curation .mas-section_text_right {
    padding-top: 0;
    margin-top: 229px;
}
#curation .mas-section_title {
    margin-bottom: 215px;   
}
.curation_name {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #333333;
    margin-bottom: 18px;
    line-height: calc(25/13);
}
.curation_name span {
    font-size: 14px;
    margin-left: 16px;
}
.curation_position {
    font-size: 12px;
    color: #707070;
    letter-spacing: 0;
    line-height: calc(22/12);
    /* margin-bottom: 47px; */
}

#contact .mas-section_text_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 916px;
    margin: 0 auto;
    padding-bottom: 70vh;
    padding-right: 20px;
    box-sizing: content-box;
}
#contact .mas-section_title {
    margin-bottom: 215px;
}
#contact .mas-section_text_left {
    width: calc(468 / 916 * 100%);
}
#contact .mas-section_text {
    font-size: 13px;
    color: #333333;
    letter-spacing: 0.06em;
    line-height: calc(25/13);
}
#contact .mas-section_text_right .mas-section_text{
    text-decoration: underline;
    margin-bottom: 4em;
}
.pagetop_wrapper {
    text-align: center;
    padding-bottom: 43px;
}
.pagetop {
    color: #999999;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-align: center;
    transition: color ease .3s;
}
.pagetop:hover {
    color: #000000;
}
a.mas-bar_anim {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
a.mas-bar_anim:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .3s ease, transform-origin 0s;
    margin-bottom: 4px;
}
a.mas-bar_anim:hover:after {
    left: initial;
    right: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s ease;
}
a.mas-bar_anim:not(:hover):after {
    transform-origin: left;
}

@media screen and (max-width: 1295px) {
    .has-leftmargin {
        margin-left: 190px !important;
    }
}
@media screen and (max-width: 719px) {
    .has-leftmargin {
        margin-left: auto !important;
    }
    .pc-only {
        display: none !important;
    }
    #menuInner {
        background: #fff;
    }
    .mas-kv_title {
        width: calc(171 / 375 * 100vw);
    }
    .mas-menu-wrapper,
    .mas-menu-wrapper.isfixed.is-down {
        position: absolute;
        top: 0;
        left: 0 !important;
        padding-left: 20px;
        padding-top: calc(76 / 375 * 100vw);
        mix-blend-mode: initial;
        z-index: 1000;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-100px);
        transition: opacity .8s ease, transform .8s ease;
        will-change: transform;
    }
    .mas-menu-wrapper.isfixed {
        position: fixed;
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
        background: #ffffff;
        width: 100%;
        padding-bottom: 24px;
    }
    a.mas-menu-item {
        color: #999999;
    }
    a.mas-menu-item.current {
        color: #333333;
    }
    a.mas-menu-item:hover {
        color: #333333;
    }
    .mas-menu-logo {
        margin-bottom: 30px;
        width: calc(74 / 375 * 100vw);
    }
    .mas-menu-items {
        gap: 11px;
    }
    .a.mas-menu-item {
        font-size: 11px;
    }
    #about.mas-section {
        padding-top: calc(304 / 375 * 100vw);
        padding-bottom: calc(80 / 375 * 100vw);
    }
    #about .mas-section_text_wrapper {
        max-width: none;
        width: 100%;
    }
    #about .mas-section_text_wrapper {
        padding: 0 40px;
        margin-bottom: calc(143 / 375 * 100vw);
    }
    #upcoming .mas-section_text_wrapper {
        flex-direction: column;
    }
    #upcoming .mas-section_text_left, #inprogress .mas-section_text_left {
        width: 100%;
        margin-bottom: calc(58 / 375 * 100vw);
    }
    #upcoming .mas-section_text_right, #inprogress .mas-section_text_right, #curation .mas-section_text_right {
        width: 100%;
        padding-top: 0;
    }
    #curation .mas-section_text_right {
       margin-top: 0;
    }
    .curation_position {
        margin-bottom: calc(60 / 375 * 100vw);
    }
    .mas-section_subtitle {
        font-size: 26px;
        margin-bottom: calc(58 / 375 * 100vw);
    }
    .mas-section_detail {
        margin-bottom: calc(10 / 375 * 100vw);
    }
    .mas-section_title:before {
        width: 30px;
        margin-left: -40px;
    }
    #upcoming .mas-section_text_wrapper, #inprogress .mas-section_text_wrapper, #curation .mas-section_text_wrapper {
        margin-bottom: calc(80 / 375 * 100vw);
        padding-left: 40px;
        padding-right: 40px;
    }
    .mas-upcoming_caption_wrapper {
        margin-top: calc(40 / 375 * 100vw);
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px;
    }
    .mas-upcoming_copyright {
        order: 2;
    }
    .mas-upcoming_caption {
        order: 1;
        padding-right: 0;
        margin-bottom: calc(18 / 375 * 100vw);
    }
    .mas-upcoming_caption.has-paddingleft {
        padding-left: 0;
    }
    .mas-upcoming_contents {
        margin-bottom: calc(120 / 375 * 100vw);
    }
    .mas-upcoming_contents-irregular {
        flex-direction: column;
    }
    .mas-upcoming_contents-irregular .mas-upcoming_img {
        width: 100%;
        margin-bottom: calc(40 / 375 * 100vw);
        padding-left: 20px;
        padding-right: 20px;
    }
    .mas-upcoming_contents-irregular .mas-upcoming_caption {
        padding-left: 40px;
        padding-right: 40px;
    }
    .mas-upcoming_contents.irregular .mas-upcoming_caption_wrapper {
        margin-top: 0;
    }
    #upcoming {
        padding-bottom: calc(60 / 375 * 100vw);
    }
    #inprogress .mas-section_text_wrapper {
        flex-direction: column;
    }
    #inprogress .mas-section_title {
        margin-bottom: calc(20 / 375 * 100vw);
    }
    #inprogress .mas-section_subtitle {
        margin-bottom: calc(20 / 375 * 100vw);
    }
    #inprogress_text .mas-section_subtitle .small {
        line-height: calc(30 / 12);
    }
    .mas-inprogress_carousel {
        margin-bottom: calc(40 / 375 * 100vw);
    }
    .mas-inprogress_swiper img {
        height: calc(250 / 375 * 100vw);
    }
    .mas-inprogress_carousel_text {
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px;
        text-align: left;
        justify-content: flex-start;
        align-items: initial;
    }
    .mas-inprogress_carousel_text-left {
        margin-right: 0;
        margin-bottom: calc(20 / 375 * 100vw);
        width: 100%;
    }
    #inprogress {
        padding-bottom: calc(158 / 375 * 100vw);
    }
    #curation .mas-section_text_wrapper {
        flex-direction: column;
    }
    #curation .mas-section_text_left {
        width: 100%;
    }
    #curation .mas-section_title {
        margin-bottom: calc(60 / 375 * 100vw);
    }
    #curation .mas-section_img {
        margin-bottom: calc(30 / 375 * 100vw);
    }
    .mas-sticky_wrapper {
        position: relative;
        top: 0;
    }
    #curation .mas-section_text_wrapper {
        margin-bottom: 0;
    }
    #curation {
        padding-bottom: calc(160 / 375 * 100vw);
    }
    #contact .mas-section_title {
        margin-bottom: calc(30 / 375 * 100vw);
    }
    #contact {
        padding: 0 40px calc(160 / 375 * 100vw) 40px;
    }
    #contact .mas-section_text_wrapper {
        padding-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 0;
    }
    #contact .mas-section_text_left {
        width: 100%;
        margin-bottom: calc(60 / 375 * 100vw);
    }

    .mas-menu-wrapper.is-down {
        transform: translateY(-300px);
    }
    .mas-menu-indicator {
        background: #333;
    }
    #about .mas-section_img_wrapper {
        padding-right: 0;
    }
}