@charset "UTF-8";
/*　アニメーション
=============================================================================================== */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes menuOpen02 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: rotate(-40deg) translate(3px, -4px);
  }
}
@keyframes scrollAnime {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(20%);
  }
}
@keyframes loop-slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/*　メインビジュアル
=============================================================================================== */
.main-v {
  position: relative;
  width: 100%;
}
.main-v .main-img {
  height: 100vh;
  min-height: 600px;
}
.main-v .main-text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  bottom: 50%;
  color: #C1BDB6;
  z-index: 10;
  margin: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .main-v .main-text {
    width: 900px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .main-v .main-text {
    width: 1100px;
  }
}
@media (max-width: 575px) {
  .main-v .main-text {
    bottom: 52%;
  }
}
.main-v .main-text h1 {
  font-size: 130px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-v .main-text h1 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .main-v .main-text h1 {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .main-v .main-text h1 {
    font-size: 22vw;
  }
}
.main-v .main-text h1 br {
  display: none;
}
@media (max-width: 575px) {
  .main-v .main-text h1 br {
    display: block;
  }
}
@media (min-width: 768px) {
  .main-v .main-text .main-subtext br {
    display: none;
  }
}
.main-v .main-btn-box {
  position: absolute;
  bottom: 150px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .main-v .main-btn-box {
    width: 900px;
    justify-content: flex-end;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .main-v .main-btn-box {
    width: 1100px;
  }
}
@media (max-width: 575px) {
  .main-v .main-btn-box {
    bottom: 100px;
  }
}
.main-v .main-btn-box a {
  padding: 0 16px 0 72px;
  display: inline-block;
  height: 90px;
  width: 230px;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .main-v .main-btn-box a {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 72px 0 16px 0;
    font-size: 12px;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
  }
}
.main-v .main-btn-box a span {
  font-size: 0.875rem;
  margin-top: 8px;
}
@media (max-width: 575px) {
  .main-v .main-btn-box a span {
    font-size: 12px;
  }
}
.main-v .main-btn-box a::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 575px) {
  .main-v .main-btn-box a::before {
    left: 0 !important;
    right: 0;
    top: 32px;
    bottom: auto;
  }
}
.main-v .main-btn-box a.tel {
  margin-right: 16px;
}
.main-v .main-btn-box a.tel::before {
  left: 32px;
  width: 22px;
  height: 25px;
  mask: url(../images/tel.svg);
  -webkit-mask: url(../images/tel.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.main-v .main-btn-box a.bbs::before {
  left: 32px;
  width: 25px;
  height: 25px;
  mask: url(../images/bbs.svg);
  -webkit-mask: url(../images/bbs.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.main-v .main-btn-box a:hover, .main-v .main-btn-box a:focus {
  scale: 1.05;
}

/*　メッセージ
=============================================================================================== */
.message {
  position: relative;
  z-index: 10;
}
.message .message-text {
  text-align: center;
}
@media (max-width: 575px) {
  .message .page-link {
    justify-content: center;
  }
}

.page-link {
  display: flex;
  justify-content: end;
  margin-top: 80px;
}
.page-link .system {
  margin-right: 32px;
}
@media (max-width: 575px) {
  .page-link .system {
    margin-right: 16px;
  }
}

/*　イベント情報
=============================================================================================== */
.event {
  position: relative;
}
.event::before {
  content: "";
  background-color: #000;
  display: block;
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  .event::before {
    height: calc(100% - 20px);
    top: 20px;
  }
}
.event::after {
  content: "";
  background-color: #C1BDB6;
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .event::after {
    height: 130px;
  }
}
.event > div {
  position: relative;
  z-index: 10;
  padding-bottom: 1px;
}
.event h2 {
  color: #632e37;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.event h2 .delay4, .event h2 .delay12 {
  width: 16px;
}
@media (max-width: 575px) {
  .event h2 .delay4, .event h2 .delay12 {
    width: 8px;
  }
}
.event .event-contents {
  position: relative;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .event .event-contents {
    padding-top: 16px;
  }
}
.event .event-contents::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #C1BDB6;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: 1s;
}
.event .event-contents.active::before {
  width: 70%;
}
@media (max-width: 767px) {
  .event .event-contents.active::before {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .event .event-contents {
    display: flex;
  }
}
@media (min-width: 768px) {
  .event .event-contents .event-text {
    padding-right: 24px;
    width: 60%;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .event .event-contents .event-text {
    margin-bottom: 32px;
  }
}
.event .event-contents .event-text .event-data {
  color: #C4C4C4;
  display: flex;
  align-items: baseline;
  font-family: "minerva-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .event .event-contents .event-text .event-data {
    margin-bottom: 24px;
  }
}
.event .event-contents .event-text .event-data .day {
  font-size: 1.75rem;
  margin-right: 32px;
}
.event .event-contents .event-text .event-data .time {
  font-size: 1.125rem;
}
.event .event-contents .event-img {
  padding: 0 32px;
}
@media (min-width: 768px) {
  .event .event-contents .event-img {
    width: 40%;
    padding: 0 48px;
  }
}

/*　info
=============================================================================================== */
.info {
  background-color: #C1BDB6;
  color: #181818;
  padding-top: 1px;
  padding-bottom: 1px;
}
.info a {
  color: #181818;
}
.info a:hover, .info a:focus {
  color: #181818 !important;
  opacity: 0.6;
}
.info h2 {
  text-align: center;
  color: #181818;
}
.info .info-list-box {
  border-bottom: 1px solid #632e37;
}
.info .info-more {
  text-align: right;
}
.info .info-more a {
  color: #7e6e4a;
}
.info .info-more a:hover, .info .info-more a:focus {
  color: #7e6e4a;
  opacity: 0.6;
}

/*　GALLERY
=============================================================================================== */
.gallery {
  background: linear-gradient(#C1BDB6, #181818);
  position: relative;
  padding-top: 112px;
}
.gallery h2 {
  font-size: min(20vw, 270px);
  color: rgba(99, 46, 55, 0.3);
  text-align: right;
  line-height: 1;
}
@media (max-width: 575px) {
  .gallery h2 {
    line-height: 0.3;
  }
}
.gallery .top-gallery01,
.gallery .top-gallery02,
.gallery .top-gallery03 {
  overflow: hidden;
}
.gallery .top-gallery01,
.gallery .top-gallery03 {
  width: 40%;
  position: absolute;
  left: 0;
}
@media (max-width: 575px) {
  .gallery .top-gallery01,
  .gallery .top-gallery03 {
    position: relative;
    width: 40%;
  }
}
.gallery .top-gallery01 {
  top: calc(12% + 112px);
}
@media (max-width: 575px) {
  .gallery .top-gallery01 {
    width: 50%;
    margin-bottom: 16px;
  }
}
.gallery .top-gallery02 {
  width: 50%;
  margin-left: 50%;
  padding-top: 4%;
}
@media (max-width: 575px) {
  .gallery .top-gallery02 {
    padding-top: 0;
    width: 90%;
    margin-left: 10%;
    margin-bottom: 16px;
  }
}
.gallery .top-gallery03 {
  bottom: 100px;
}
@media (max-width: 575px) {
  .gallery .top-gallery03 {
    width: 70%;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .gallery .page-link {
    margin-right: 32px;
    margin-top: 32px;
  }
}

/*　CONTACT
=============================================================================================== */
.contact h2 {
  text-align: center;
}
.contact p {
  text-align: center;
}
.contact .contactList {
  display: flex;
  justify-content: center;
  max-width: 780px;
  margin: auto;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .contact .contactList {
    max-width: 100%;
    flex-direction: column;
  }
}
.contact .contactList .contact-box {
  width: 50%;
  padding: 16px;
}
@media (max-width: 575px) {
  .contact .contactList .contact-box {
    width: 100%;
  }
}
.contact .contactList .contact-box a {
  display: block;
  padding: 32px;
  border: 1px solid #C1BDB6;
  color: #C1BDB6;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact .contactList .contact-box a {
    padding: 32px 16px;
  }
}
@media (max-width: 575px) {
  .contact .contactList .contact-box a {
    padding: 32px;
  }
}
.contact .contactList .contact-box a h3 {
  letter-spacing: 1px;
}
.contact .contactList .contact-box a::before {
  content: "";
  display: inline-block;
  background-color: #C1BDB6;
  margin-right: 32px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .contact .contactList .contact-box a::before {
    margin-right: 16px;
  }
}
@media (max-width: 575px) {
  .contact .contactList .contact-box a::before {
    margin-right: 32px;
  }
}
.contact .contactList .contact-box a:hover, .contact .contactList .contact-box a:focus {
  background-color: #C1BDB6;
  color: #000;
}
.contact .contactList .contact-box a:hover::before, .contact .contactList .contact-box a:focus::before {
  background-color: #000;
}
.contact .contactList .contact-box:first-child a::before {
  width: 23px;
  height: 25px;
  mask: url(../images/tel.svg);
  -webkit-mask: url(../images/tel.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.contact .contactList .contact-box:last-child a::before {
  width: 25px;
  height: 22px;
  mask: url(../images/mail.svg);
  -webkit-mask: url(../images/mail.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

/*　link
=============================================================================================== */
.link > div {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.link > div::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  background-color: #C4C4C4;
  transition: 1s;
}
.link > div.active::before {
  width: calc(100% - 30px);
}
.link .link-title {
  padding-top: 24px;
  font-family: "minerva-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75rem;
  color: #C4C4C4;
  width: 30%;
}
@media (max-width: 575px) {
  .link .link-title {
    font-size: 1.625rem;
    width: 70px;
  }
}
.link .link-list {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
@media (max-width: 575px) {
  .link .link-list {
    width: calc(100% - 70px);
  }
}
.link .link-list figure {
  margin: 0 8px 8px;
  width: 116px;
}
@media (max-width: 575px) {
  .link .link-list figure {
    margin: 0 4px 4px;
    width: 100px;
  }
}

.secret-banner {
  padding-top: 40px;
  width: 100%;
  display: flex;
  justify-content: end;
}
.secret-banner a {
  display: block;
  color: #C1BDB6;
  display: flex;
  align-items: center;
  position: relative;
}
.secret-banner a .secret-icon {
  background-color: #000;
  width: 150px;
  height: 150px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .secret-banner a .secret-icon {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 991px) {
  .secret-banner a .secret-icon {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 575px) {
  .secret-banner a .secret-icon {
    width: 80px;
    height: 80px;
  }
}
.secret-banner a .secret-icon::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 87px;
  mask: url(../images/secret_logo01.svg);
  -webkit-mask: url(../images/secret_logo01.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .secret-banner a .secret-icon::before {
    width: 40px;
    height: 79px;
  }
}
@media (max-width: 991px) {
  .secret-banner a .secret-icon::before {
    width: 40px;
    height: 79px;
  }
}
@media (max-width: 575px) {
  .secret-banner a .secret-icon::before {
    width: 30px;
    height: 63px;
  }
}
.secret-banner a .text {
  margin-left: 24px;
  transition: 0.5s;
}
@media (max-width: 575px) {
  .secret-banner a .text {
    margin-left: 8px;
  }
}
.secret-banner a .text .sub {
  font-size: 14px;
}
.secret-banner a .text .main {
  font-family: fields-display, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 76px;
  display: block;
  line-height: 1;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .secret-banner a .text .main {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .secret-banner a .text .main {
    font-size: 43px;
  }
}
@media (max-width: 575px) {
  .secret-banner a .text .main {
    font-size: 30px;
  }
}
.secret-banner a::before {
  content: "";
  width: 66px;
  height: 51px;
  mask: url(../images/arrow.svg);
  -webkit-mask: url(../images/arrow.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #C4C4C4;
  transform: translate(0px, 13px);
  transition: 0.5s;
  order: 3;
  margin-left: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .secret-banner a::before {
    width: 64px;
    height: 51px;
    transform: translate(0px, 11px);
  }
}
@media (max-width: 991px) {
  .secret-banner a::before {
    width: 46px;
    height: 51px;
  }
}
@media (max-width: 575px) {
  .secret-banner a::before {
    width: 32px;
    height: 43px;
  }
}
.secret-banner a:hover .secret-icon, .secret-banner a:focus .secret-icon {
  background-color: #C4C4C4;
  scale: 1.1;
}
.secret-banner a:hover .secret-icon::before, .secret-banner a:focus .secret-icon::before {
  background-color: #000;
}
.secret-banner a:hover .text, .secret-banner a:focus .text {
  color: #C4C4C4;
}
.secret-banner a:hover::before, .secret-banner a:focus::before {
  background-color: #C4C4C4;
}

.member-banner {
  margin-bottom: 80px;
  position: relative;
}
.member-banner a {
  padding: 48px 90px 48px 64px;
  display: block;
  background-image: url(../images/member.jpg);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}
.member-banner a::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 108px;
  background-image: url(../images/logo02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-mask: none;
  mask: none;
  background-color: transparent;
  position: relative;
  z-index: 10;
}
.member-banner a::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.member-banner a .hover-action::before {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #C4C4C4;
  z-index: 10;
  transition: 0.7s;
  left: 0;
  bottom: 0;
}
.member-banner a .member-banner-text {
  margin-left: 40px;
}
.member-banner a .member-banner-text::after {
  content: "";
  width: 50px;
  height: 51px;
  display: inline-block;
  mask: url(../images/arrow.svg);
  -webkit-mask: url(../images/arrow.svg);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #fff;
  transition: 0.5s;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.member-banner a .member-banner-text .en {
  font-size: 38px;
  display: block;
  line-height: 1.4;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
}
.member-banner a .member-banner-text .jp {
  font-size: 18px;
  display: block;
  position: relative;
  z-index: 10;
}
.member-banner a:hover .hover-action::before, .member-banner a:focus .hover-action::before {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .member-banner a {
    padding-right: 78px;
    padding-left: 48px;
  }
  .member-banner a::before {
    width: 170px;
  }
  .member-banner a .member-banner-text::after {
    content: "";
    width: 40px;
    height: 51px;
  }
  .member-banner a .member-banner-text .en {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .member-banner a {
    padding-right: 78px;
    padding-left: 48px;
  }
  .member-banner a::before {
    content: "";
    background-image: none;
    width: 52px;
    height: 120px;
    display: inline-block;
    mask: url(../images/logo01.svg);
    -webkit-mask: url(../images/logo01.svg);
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
  }
  .member-banner a .member-banner-text::after {
    width: 37px;
    height: 26px;
  }
  .member-banner a .member-banner-text .en {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .member-banner a {
    padding-right: 48px;
    flex-direction: column;
    justify-content: center;
  }
  .member-banner a::before {
    width: 70px;
    height: 120px;
  }
  .member-banner a .member-banner-text {
    text-align: center;
    margin-left: 0;
    margin-top: 16px;
    padding-bottom: 32px;
  }
  .member-banner a .member-banner-text::after {
    content: "";
    width: 22px;
    height: 26px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 24px;
  }
  .member-banner a .member-banner-text .en {
    margin-bottom: 8px;
  }
}/*# sourceMappingURL=top.css.map */