@charset "UTF-8";
/*------------------------------------------
  Base Setting
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6em;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.3em;
  }
}
a {
  color: #000;
  text-decoration: none;
}

img {
  width: 100%;
}

.is--tab {
  display: none;
}

.is--sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .is--tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is--pc {
    display: none;
  }
  .is--sp {
    display: block;
  }
}
.hover-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-item:hover {
  opacity: 0.7;
}

/*------------------------------------------
  layout
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.wrapper {
  position: relative;
}

.main {
  position: relative;
  z-index: 10;
}
.main__space {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-bottom: 30vh;
}
.main__contents {
  position: relative;
  z-index: 11;
}
.main__contents--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .main__title {
  width: 44%;
  position: absolute;
  top: 90%;
  left: 28%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .main .main__title {
    width: 92%;
    top: 95%;
    left: 50%;
  }
}
.main .main__title img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.main .sub__title {
  width: 32%;
  position: absolute;
  top: 20%;
  left: 78%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .main .sub__title {
    width: 70%;
    top: 14%;
    left: 66%;
  }
}
.main .sub__title img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media only screen and (max-width: 767px) {
  .main__contents--page {
    display: block;
  }
}
.img-box {
  text-align: center;
}
.img-box img {
  vertical-align: middle;
  width: 100%;
}

.page-nav {
  padding-left: 60px;
  width: 215px;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.page-nav__list li {
  margin-bottom: 18px;
}
.page-nav__list li:last-child {
  margin-bottom: 0;
}
.page-nav__list a {
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.04em;
  opacity: 0.5;
  display: block;
  padding-bottom: 0.3em;
}
.page-nav__list a.is--current {
  opacity: 1;
  border-bottom: 1px solid #000;
}
.page-nav__top {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.page-nav__top a {
  font-size: 1.3rem;
  padding-left: 30px;
  padding-bottom: 0.2em;
}
.page-nav__top a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -5px;
}

@media only screen and (max-width: 767px) {
  .page-nav {
    padding: 18px 0 0;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 17px;
  }
  .page-nav__list li {
    margin-bottom: 0;
  }
  .page-nav__list a {
    font-size: 1.2rem;
  }
  .page-nav__top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    left: auto;
  }
  .page-nav__top a {
    font-size: 1.2rem;
    padding-left: 18px;
  }
  .page-nav__top a:before {
    margin-top: -5px;
  }
}
/*------------------------------------------
  component
------------------------------------------*/
.c-ttl {
  text-align: center;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.c-ttl span {
  font-size: 4rem;
}

@media only screen and (max-width: 767px) {
  .c-ttl {
    font-size: 2.5rem;
  }
  .c-ttl span {
    font-size: 2rem;
  }
}
.c-btn {
  display: inline-block;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
  position: relative;
}
.c-btn:after {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.c-btn:hover:after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.c-btn.white {
  color: #fff;
}
.c-btn.white:after {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.2rem;
  }
  .c-btn:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.c-txtlink {
  text-decoration: underline;
}

.c-oplink {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-oplink:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .c-oplink:hover {
    opacity: 1;
  }
}
.js-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
.js-modalOuter {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.js-modalIn {
  padding: 0 60px;
  position: relative;
}
.js-modalIn:before {
  content: "";
  width: 60px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.js-modalContent {
  position: relative;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.js-modalOpen {
  cursor: pointer;
}
.js-modalClose {
  cursor: pointer;
}

.modal-close {
  text-align: center;
  mix-blend-mode: difference;
  z-index: 100;
}
.modal-close__icon {
  height: 7px;
  width: 30px;
  margin: auto;
  position: relative;
}
.modal-close__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal-close__icon span:first-child {
  top: 50%;
  margin-top: -0.5px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.modal-close__icon span:last-child {
  bottom: 50%;
  margin-bottom: -0.5px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.modal-close__label {
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
}
.modal-close--top {
  position: fixed;
  top: 15px;
  right: 0;
  width: 60px;
}
.modal-close--bottom {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 50%;
}

.modal-contents {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-contents__left {
  width: 50%;
  height: 100vh;
  background: #fff;
  position: relative;
  padding: 40px 12.5% 88px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.modal-contents__left .modal-close {
  width: 100%;
  position: absolute;
  bottom: 24px;
  left: 0;
}
.modal-contents__right {
  width: 50%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.modal-limiteditem {
  font-size: 1.4rem;
}
.modal-limiteditem__floor {
  margin-bottom: 18px;
}
.modal-limiteditem__floor span {
  display: inline-block;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.04em;
  min-width: 37px;
  background: #E8E8E8;
  text-align: center;
  padding: 1px 0;
}
.modal-limiteditem__brand {
  margin-bottom: 5px;
}
.modal-limiteditem__name {
  margin-bottom: 24px;
}
.modal-limiteditem__price {
  margin-bottom: 30px;
}
.modal-limiteditem__price .tax {
  font-size: 1rem;
}
.modal-limiteditem__txt {
  font-size: 1.3rem;
  line-height: 1.85;
}

.modal-img__item {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.modal-img__item .img-main {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal-img__item .img-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-img__item .img-bg {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  overflow: hidden;
}
.modal-img__item .img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: blur(20px) brightness(60%);
          filter: blur(20px) brightness(60%);
}
.modal-img .swiper .modal-img__item {
  padding-bottom: 30px;
}
.modal-img .swiper-pagination {
  bottom: 60px;
  padding: 0;
  gap: 0 20px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-img .swiper-pagination-bullet {
  margin: 0 !important;
  display: block;
  background: #AFAFAF;
  opacity: 1;
  cursor: pointer;
}
.modal-img .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .js-modalIn {
    padding: 0 24px 0 0;
  }
  .js-modalIn:before {
    content: none;
  }
  .js-modalContent {
    min-height: 100vh;
    background: #fff;
  }
  .modal-close--top {
    top: 10px;
    width: 46px;
  }
  .modal-close--top .modal-close__icon {
    width: 26px;
  }
  .modal-close--top .modal-close__label {
    font-size: 1.1rem;
  }
  .modal-close--bottom {
    width: calc(100% - 24px);
    bottom: 38px;
  }
  .modal-contents__left {
    width: 100%;
    height: auto;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    padding: 24px 24px 100px;
  }
  .modal-contents__right {
    width: 100%;
    height: auto;
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .modal-limiteditem {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .modal-limiteditem__floor {
    margin-bottom: 15px;
  }
  .modal-limiteditem__floor span {
    min-width: 34px;
  }
  .modal-limiteditem__price {
    margin-bottom: 17px;
  }
  .modal-limiteditem__price .tax {
    font-size: 0.9rem;
  }
  .modal-limiteditem__txt {
    font-size: 1.2rem;
    line-height: 1.85;
  }
  .modal-img__item {
    height: auto;
    padding: 30px 0;
  }
  .modal-img .img-main {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .modal-img .img-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .modal-img .swiper .modal-img__item {
    padding-bottom: 50px;
  }
  .modal-img .swiper-pagination {
    bottom: 25px;
    gap: 0 15px;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.js-scr-active {
  opacity: 1;
  -webkit-transition: 1400ms;
  transition: 1400ms;
}

.fadeInUpBlur {
  opacity: 0;
  -webkit-filter: blur(0.4rem);
          filter: blur(0.4rem);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.fadeInUpBlur.js-scr-active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1400ms;
  transition: 1400ms;
}

/*------------------------------------------
  fixed logo
------------------------------------------*/
.fixed-logo {
  position: fixed;
  left: 25px;
  top: 20px;
  z-index: 99;
  width: 106px;
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}
.fixed-logo img {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.fixed-logo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.fixed-logo.is-white img:first-child {
  opacity: 0;
}
.fixed-logo.is-white img:last-child {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .fixed-logo {
    top: 10px;
    left: 10px;
    width: 51px;
  }
  .fixed-logo svg {
    width: 41px;
    height: auto;
  }
}
/*------------------------------------------
  fixed btn
------------------------------------------*/
.fixed-btn {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 100;
  mix-blend-mode: difference;
  cursor: pointer;
}
.fixed-btn__icon {
  height: 7px;
  width: 30px;
  margin: auto;
  position: relative;
}
.fixed-btn__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fixed-btn__icon span:first-child {
  top: 0;
}
.fixed-btn__icon span:last-child {
  bottom: 0;
}
.fixed-btn__label {
  color: #fff;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin-top: 0.8em;
}
.fixed-btn__label:after {
  content: "menu";
}
.fixed-btn.is--active .fixed-btn__icon span:first-child {
  top: 50%;
  margin-top: -0.5px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.fixed-btn.is--active .fixed-btn__icon span:last-child {
  bottom: 50%;
  margin-bottom: -0.5px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.fixed-btn.is--active .fixed-btn__label:after {
  content: "close";
}

@media only screen and (max-width: 767px) {
  .fixed-btn {
    right: 10px;
    top: 10px;
  }
  .fixed-btn__icon {
    height: 6px;
    width: 24px;
  }
  .fixed-btn__label {
    font-size: 0.9rem;
    margin-top: 0.5em;
  }
}
/*------------------------------------------
  gnav
------------------------------------------*/
.gnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}
.gnav__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.8s 0.2s ease-in-out;
  transition: 0.8s 0.2s ease-in-out;
}
.gnav__inner .gnav__img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.gnav__inner .gnav__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gnav-list {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  background-color: #fff;
  position: relative;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.gnav-list li {
  padding-left: 20%;
}
.gnav.is--active .gnav__inner {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .gnav {
    height: 100vh;
  }
  .gnav__inner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .gnav-list {
    width: 100%;
    font-size: 16px;
    padding: 60px 48px;
  }
  .gnav-list li {
    padding: 0;
  }
}
/*------------------------------------------
  footer
------------------------------------------*/
.footer {
  position: relative;
  width: 100%;
  height: 120vh;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__inner {
  width: 100%;
  padding: 0 60px 28px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-credit {
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  font-size: 12px;
}
.footer-logo {
  width: 70px;
  margin-left: auto;
}
.footer-logo path {
  fill: #000;
}
.footer-info {
  margin-left: 24px;
}
.footer-info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 14px;
}
.footer-info__sns a {
  display: block;
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.footer-info__sns .x {
  background-image: url(../images/ico-x.svg);
}
.footer-info__sns .instagram {
  background-image: url(../images/ico-instagram.svg);
}
.footer-info__sns .line {
  background-image: url(../images/ico-line.svg);
}
.footer-info__copy {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .footer {
    height: unset;
  }
  .footer__inner {
    padding: 0;
    display: block;
  }
  .footer-logo {
    width: 49px;
    position: absolute;
    left: 10px;
    bottom: 32px;
  }
  .footer-logo svg {
    width: 100%;
    height: auto;
  }
  .footer-info__sns {
    padding-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-info__copy {
    text-align: right;
    font-size: 10px;
    margin-top: 1.5em;
  }
  body.home .footer-credit {
    color: #fff;
    font-size: 10px;
    padding: 0 16px;
    height: 150vh;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(75%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 100%);
  }
  body.home .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100vh;
    margin-left: 0;
    padding: 0 14px 12px;
  }
}
.wrapper--event .footer {
  height: unset;
}

/*------------------------------------------
  bg video
------------------------------------------*/
.bg-video {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bg-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
/*------------------------------------------
  fixed bg
------------------------------------------*/
.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 1s;
  transition: background 1s;
}

/*------------------------------------------
  section
------------------------------------------*/
.sec {
  position: relative;
}
.sec__inner {
  position: relative;
}

/*------------------------------------------
  lead
------------------------------------------*/
.sec--lead .lead-wrapper {
  padding-top: 50px;
  padding-bottom: 110px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-wrapper {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
.sec--lead::before {
  content: "";
  display: block;
  width: 100%;
  height: 30vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(75%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0% rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .sec--lead::before {
    height: 70vh;
  }
}
.sec--lead .lead-text {
  width: 82%;
  margin: 0 auto;
  padding: 0 0 127px;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-text {
    padding: 0 24px 104px;
    width: 100%;
  }
}
.sec--lead .lead-text__ttl {
  font-size: 38px;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-text__ttl {
    font-size: 30px;
  }
}
.sec--lead .lead-text__subttl {
  font-size: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-text__subttl {
    font-size: 18px;
  }
}
.sec--lead .lead-text__text {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-text__text {
    font-size: 13px;
  }
}
.sec--lead .lead-img {
  margin: 0 auto;
  width: 63%;
  padding: 0 24px 120px;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-img {
    width: 100%;
    padding: 0 24px 104px;
  }
}
.sec--lead .lead-img img {
  width: 100%;
}
.sec--lead .lead-content-wrapper {
  width: 82%;
  margin: 0 auto;
  padding: 0 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-content-wrapper {
    width: 100%;
    padding: 0 24px 80px;
    display: block;
  }
}
.sec--lead .lead-content-wrapper .lead-content {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-content-wrapper .lead-content {
    width: 100%;
    padding: 24px 0;
  }
}
.sec--lead .lead-content-wrapper .lead-content .lead-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-num {
    gap: 12px;
    margin-right: 6px;
  }
}
.sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-num .num {
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-num .label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-num .label {
    font-size: 8px;
  }
}
.sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-text {
  padding-left: 30px;
  border-left: 1px solid #807F7F;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-text {
    padding-left: 12px;
  }
}
.sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-text .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-text .ttl {
    font-size: 14px;
  }
}
.sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-text .txt {
  border-bottom: 1px solid #807F7F;
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-text .txt {
    font-size: 12px;
  }
}
.sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-text .info {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-content-wrapper .lead-content .lead-content-inner .lead-content-text .info {
    font-size: 12px;
  }
}
.sec--lead .lead-content-wrapper .lead-content .lead-content-btn {
  text-align: right;
  margin-top: 12px;
}
.sec--lead .lead-content-wrapper .lead-content .lead-content-btn a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}
.sec--lead .lead-event {
  width: 52%;
  margin: 0 auto;
  padding: 0 46px;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-event {
    width: 100%;
  }
}
.sec--lead .lead-event .lead-event-text {
  margin: 24px 0 37px;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-event .lead-event-text {
    margin: 16px 0 24px;
  }
}
.sec--lead .lead-event .lead-event-text p {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .sec--lead .lead-event .lead-event-text p {
    font-size: 12px;
  }
}
.sec--lead .lead-event .lead-event-btn {
  text-align: center;
}
.sec--lead .lead-event .lead-event-btn a {
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
}

.sec--ttl {
  text-align: center;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .sec--ttl {
    font-size: 24px;
  }
}
.sec--ttl span {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .sec--ttl span {
    font-size: 24px;
  }
}

.sec--event {
  background-color: #fff;
  padding: 160px 0;
}
@media only screen and (max-width: 767px) {
  .sec--event {
    padding: 106px 0;
  }
}
.sec--event .sec--ttl {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sec--event .sec--ttl {
    margin-bottom: 48px;
  }
}
.sec--event .event-wrapper {
  margin: 0 auto;
  width: 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sec--event .event-wrapper {
    width: 100%;
  }
}
.sec--event .event-wrapper .gutter-sizer {
  width: 7%;
}
@media only screen and (max-width: 767px) {
  .sec--event .event-wrapper .gutter-sizer {
    width: 6%;
  }
}
.sec--event .event-wrapper .event-content {
  width: 28.6666666667%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .sec--event .event-wrapper .event-content {
    width: 47%;
    margin-bottom: 35px;
  }
}
.sec--event .event-wrapper .event-content:nth-child(2) {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .sec--event .event-wrapper .event-content:nth-child(2) {
    margin-top: 40px;
  }
}
.sec--event .event-wrapper .event-content:nth-child(3) {
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .sec--event .event-wrapper .event-content:nth-child(3) {
    margin-top: 0;
  }
}
.sec--event .event-wrapper .event-content .event-content-img {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .sec--event .event-wrapper .event-content .event-content-img {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sec--event .event-wrapper .event-content .event-content-text {
    padding: 0 15px;
  }
}
.sec--event .event-wrapper .event-content .event-content-text__date {
  font-size: 14px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .sec--event .event-wrapper .event-content .event-content-text__date {
    font-size: 10px;
  }
}
.sec--event .event-wrapper .event-content .event-content-text__text {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sec--event .event-wrapper .event-content .event-content-text__text {
    font-size: 12px;
  }
}

.sec--novelty {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 182px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec--novelty {
    padding: 78px 0 0;
  }
}
.sec--novelty .sec--ttl {
  margin-bottom: 80px;
}
.sec--novelty .novelty-content {
  margin: 0 auto;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .sec--novelty .novelty-content {
    width: calc(100% - 88px);
    padding: 0;
  }
}
.sec--novelty .novelty-content .novelty-content-text {
  font-size: 14px;
  margin: 24px 0 36px;
}
@media only screen and (max-width: 767px) {
  .sec--novelty .novelty-content .novelty-content-text {
    font-size: 12px;
    margin: 16px 0 24px;
  }
}
.sec--novelty .novelty-content .novelty-content-btn {
  text-align: center;
}
.sec--novelty .novelty-content .novelty-content-btn a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
}

.sec--creative .creative-wrapper {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 150px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-wrapper {
    padding: 78px 0 80px;
  }
}
.sec--creative::after {
  display: block;
  content: "";
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.25)), color-stop(75%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 100%);
}
@media only screen and (max-width: 767px) {
  .sec--creative::after {
    display: none;
  }
}
.sec--creative .sec--ttl {
  margin-bottom: 107px;
}
@media only screen and (max-width: 767px) {
  .sec--creative .sec--ttl {
    margin-bottom: 24px;
  }
}
.sec--creative .creative-slider {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 80px;
}
.sec--creative .creative-slider .splide__track {
  overflow: visible;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-slider .splide__track {
    width: calc(100% - 46px);
  }
}
.sec--creative .creative-slider .splide__track .splide__list {
  overflow: visible;
  width: 85%;
}
.sec--creative .creative-slider .splide__track .splide__list .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-slider .splide__track .splide__list .splide__slide {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-slider .splide__track .splide__list .splide__slide:nth-child(1) {
    width: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-slider .splide__track .splide__list .splide__slide:nth-child(2) {
    width: 87%;
  }
}
.sec--creative .creative-slider .splide__track .splide__list .splide__slide:nth-child(3) {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-slider .splide__track .splide__list .splide__slide:nth-child(3) {
    width: 100%;
  }
}
.sec--creative .creative-slider .splide__track .splide__arrows-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 58px;
  gap: 54px;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-slider .splide__track .splide__arrows-wrapper {
    margin-top: 35px;
    gap: 24px;
    width: 100%;
  }
}
.sec--creative .creative-slider .splide__track .splide__bar {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-right: 24px;
  background: rgba(255, 255, 255, 0.3);
}
.sec--creative .creative-slider .splide__track .splide__bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
}
.sec--creative .creative-slider .splide__track .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-slider .splide__track .splide__arrows {
    gap: 24px;
  }
}
.sec--creative .creative-slider .splide__track .splide__arrows .splide__arrow {
  height: 34px;
  aspect-ratio: 13/34;
  z-index: 1;
  position: relative;
  background: none;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.7;
  padding: 0;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-slider .splide__track .splide__arrows .splide__arrow {
    height: 20px;
  }
}
.sec--creative .creative-slider .splide__track .splide__arrows .splide__arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
  /* 透明な矢印がクリックやホバーの邪魔にならないようにする */
}
.sec--creative .creative-slider .splide__track .splide__arrows .splide__arrow svg {
  display: none;
}
.sec--creative .creative-slider .splide__track .splide__arrows .splide__arrow--prev {
  background: url(../images/arrow-left.svg) no-repeat center/contain;
}
.sec--creative .creative-slider .splide__track .splide__arrows .splide__arrow--next {
  background: url(../images/arrow-right.svg) no-repeat center/contain;
}
.sec--creative .creative-member {
  margin: 0 auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 72px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 32px;
    width: calc(100% - 46px);
  }
}
.sec--creative .creative-member .member-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-member .member-content {
    width: 100%;
    gap: 16px;
  }
}
.sec--creative .creative-member .member-content:nth-child(1) {
  width: 100%;
}
.sec--creative .creative-member .member-content:nth-child(1) .member-content-img {
  width: 11.75%;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-member .member-content:nth-child(1) .member-content-img {
    width: 66px;
  }
}
.sec--creative .creative-member .member-content .member-content-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-member .member-content .member-content-img {
    width: 66px;
  }
}
.sec--creative .creative-member .member-content .member-content-text .member-content-text__name {
  font-size: 16px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-member .member-content .member-content-text .member-content-text__name {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.sec--creative .creative-member .member-content .member-content-text .member-content-text__text {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-member .member-content .member-content-text .member-content-text__text {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.sec--creative .creative-member .member-content .member-content-text .member-content-text__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 16px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .sec--creative .creative-member .member-content .member-content-text .member-content-text__link {
    font-size: 11px;
  }
}
.sec--creative .creative-member .member-content .member-content-text .member-content-text__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: underline;
  line-height: 1;
}
.sec--creative .creative-member .member-content .member-content-text .member-content-text__link a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-top: 4px;
  background: url(../images/icon-link.svg) no-repeat center/contain;
}

/*------------------------------------------
  event
------------------------------------------*/
.shop-event {
  background-color: #fff;
  padding-top: 150px;
  width: 78%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .shop-event {
    padding-top: 108px;
    padding-left: 0;
    width: 100%;
  }
}
.shop-event .shop-event-title {
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .shop-event .shop-event-title {
    margin-bottom: 14px;
    margin-left: 20px;
  }
}
.shop-event .shop-event-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #E8E8E8;
}
@media only screen and (max-width: 767px) {
  .shop-event .shop-event-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop-event .shop-event-wrapper .shop-event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  gap: 25px;
  border-top: 1px solid #E8E8E8;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .shop-event .shop-event-wrapper .shop-event-content {
    width: 100%;
    gap: 16px;
    padding: 24px;
  }
}
.shop-event .shop-event-wrapper .shop-event-content:last-child {
  width: 100%;
}
.shop-event .shop-event-wrapper .shop-event-content:last-child .shop-event-img {
  width: 9%;
}
@media only screen and (max-width: 767px) {
  .shop-event .shop-event-wrapper .shop-event-content:last-child .shop-event-img {
    width: 100px;
  }
}
.shop-event .shop-event-wrapper .shop-event-content .shop-event-img {
  width: 18%;
}
@media only screen and (max-width: 767px) {
  .shop-event .shop-event-wrapper .shop-event-content .shop-event-img {
    width: 100px;
  }
}
.shop-event .shop-event-wrapper .shop-event-content .shop-event-text {
  width: 62%;
}
.shop-event .shop-event-wrapper .shop-event-content .shop-event-text__name {
  font-size: 12px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .shop-event .shop-event-wrapper .shop-event-content .shop-event-text__name {
    font-size: 11px;
    margin-bottom: 4px;
  }
}
.shop-event .shop-event-wrapper .shop-event-content .shop-event-text__date {
  font-size: 12px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .shop-event .shop-event-wrapper .shop-event-content .shop-event-text__date {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.shop-event .shop-event-wrapper .shop-event-content .shop-event-text__detail {
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .shop-event .shop-event-wrapper .shop-event-content .shop-event-text__detail {
    font-size: 11px;
  }
}
.shop-event .top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 172px;
}
@media only screen and (max-width: 767px) {
  .shop-event .top-btn {
    margin: 40px 0 94px;
  }
}

.top-btn a {
  display: inline-block;
  border-bottom: #000 1px solid;
}
.top-btn a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.top-btn a p::before {
  display: block;
  content: "";
  background-image: url(../images/top-arrow.svg);
  width: 5px;
  aspect-ratio: 1/2;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-btn--fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.top-btn--fixed.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .top-btn--fixed {
    bottom: 15px;
    right: 15px;
    left: unset;
  }
}

.event-footer .footer__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.event-footer .footer__inner .footer-info {
  height: unset;
}/*# sourceMappingURL=style.css.map */