@charset "UTF-8";

/* =================================
fv
================================= */

.fv {
  height: 800px;
  margin-top: 90px;
  background-image: url("../img/top/fv-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.fv__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.fv__logo {
  width: 740px;
}

@media screen and (max-width: 1000px) {
  .fv {
    height: 700px;
  }
  .fv__logo {
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .fv {
    height: 600px;
    margin-top: 70px;
  }
  .fv__logo {
    width: 88%;
  }
}

@media screen and (max-width: 500px) {
.fv {
    height: 500px;
  }
}


/* =================================
top-schedule
================================= */

.top-schedule {
  background: rgba(255, 255, 255, 0.45);
}
.top-schedule__list {
  margin-top: 45px;
  display: flex;
  gap: 30px;
}
.top-schedule__card {
  width: calc((100% - 60px) / 3);
}
.top-schedule__link {
  display: block;
  transition: opacity 0.3s;
}
.top-schedule__link:hover {
  opacity: 0.75;
}
.top-schedule__img-wrap {
  aspect-ratio: 300 / 400;
  overflow: hidden;
  background: #ccc;
}
.top-schedule__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-schedule__profile {
  padding: 18px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.top-schedule__profile::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--gradient-gold);
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-schedule__name {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
.top-schedule__age {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.4;
}
.top-schedule__time {
  margin-top: 18px;
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.top-schedule__btn {
  margin: 60px auto 0;
  position: relative;
}
.top-schedule__btn::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  margin-left: 12px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.top-schedule__soldout {
	margin-top: .3rem;
	color:#d63638;
	font-size:1.2rem;
	font-weight:700;
	line-height:1;
	text-transform:uppercase;
	text-align: center;
}

.top-schedule__empty {
	padding: 40px 0;
	text-align: center;
}

@media screen and (max-width: 1000px) {
  .top-schedule__list {
    gap: 25px;
  }
  .top-schedule__card {
    width: calc((100% - 50px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .top-schedule__list {
    margin-top: 40px;
    flex-direction: column;
    gap: 60px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-schedule__card {
    width: 100%;
  }
  .top-schedule__profile {
    padding: 14px 0 12px;
  }
  .top-schedule__name {
    font-size: 2rem;
  }
  .top-schedule__time {
    margin-top: 14px;
  }
}


/* =================================
top-concept
================================= */

.top-concept {
  background: var(--color-black);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}
.top-concept::before {
  content: "";
  width: 100%;
  max-width: 890px;
  aspect-ratio: 889 / 689;
  background-image: url("../img/top/concept-deco.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-concept__inner {
  position: relative;
  z-index: 1;
}
.top-concept__content {
  max-width: 900px;
  margin: 45px auto 0;
  text-align: center;
}
.top-concept__lead {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  line-height: 1.6;
}
.top-concept__txts {
  margin-top: 35px;
}
.top-concept__txt {
  line-height: 2;
}
.top-concept__txt:not(:first-child) {
  margin-top: 35px;
}

@media screen and (max-width: 1000px) {
  .top-concept::before {
    width: 68vw;
  }
  .top-concept__content {
    max-width: 760px;
  }
}

@media screen and (max-width: 768px) {
  .top-concept::before {
    width: 85%;
  }
  .top-concept__content {
    margin-top: 40px;
  }
  .top-concept__lead {
    font-size: 2rem;
  }
  .top-concept__txts {
    margin-top: 30px;
  }
  .top-concept__txt {
    line-height: 1.8;
  }
  .top-concept__txt:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 440px) {
  .top-concept__txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 410px) {
  .top-concept__txt {
letter-spacing: -0.08rem;
  }
}

/* =================================
top-reserve
================================= */

.top-reserve__txt {
  margin-top: 25px;
  text-align: center;
}
.top-reserve__links {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.top-reserve__tel {
  background: var(--color-white);
  color: var(--color-black);
  font-size: 2.4rem;
  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.top-reserve__tel::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  background: var(--gradient-gold-reverse);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .top-reserve__txt {
    margin-top: 20px;
  }
  .top-reserve__links {
    margin-top: 22px;
    flex-direction: column;
    gap: 14px;
  }

}

/* =================================
top-bnr
================================= */

.top-bnr {
  padding-top: 0;
}
.top-bnr__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.top-bnr__link {
  display: block;
  width: min(100%, 900px);
  transition: opacity 0.3s;
}
.top-bnr__link:hover {
  opacity: 0.75;
}
.top-bnr__link--small {
  width: min(100%, 360px);
}
.top-bnr__img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-bnr {
    padding-top: 60px;
  }
  .top-bnr__inner {
    gap: 28px;
  }
  .top-bnr__link--small {
    width: min(100%, 300px);
  }
}