@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
#mv {
  background-image: url(../images/top/img-mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #mv {
    background-image: url(../images/top/img-mv_sp.jpg);
  }
}
#mv .inner {
  height: 3.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #mv .inner {
    height: 3.75rem;
    align-items: initial;
    padding-top: 0.1rem;
  }
}
#mv p {
  color: #fff;
  font-size: 0.8152rem;
  line-height: 1.0869333333;
  letter-spacing: 0.025em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #mv p {
    font-size: 0.4076rem;
  }
}

#guide .flow {
  display: flex;
  justify-content: space-between;
  margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  #guide .flow {
    gap: 0.2rem;
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
}
#guide .flow li {
  width: 2.2rem;
  height: 2.2rem;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.3rem;
  gap: 0.1rem;
}
@media screen and (max-width: 768px) {
  #guide .flow li {
    width: calc((100% - 0.2rem) / 2);
    height: auto;
    aspect-ratio: 1/1;
    gap: 0.05rem;
  }
}
#guide .flow li span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.4883rem;
  color: #009900;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #guide .flow li span {
    font-size: 0.4rem;
  }
}
#guide .flow li p {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #guide .flow li p {
    font-size: 0.14rem;
  }
}
#guide .reserve-btns {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}
@media screen and (max-width: 768px) {
  #guide .reserve-btns {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.2rem;
    margin-top: 0.4rem;
  }
}
#guide .reserve-btns li {
  width: 3.37rem;
}
@media screen and (max-width: 768px) {
  #guide .reserve-btns li {
    width: 100%;
  }
}

#payment {
  background: #f8f8f8;
}
#payment .card {
  background: #fff;
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #payment .card {
    height: initial;
    padding: 0.1rem 0;
  }
}
#payment .card li:nth-child(1) {
  width: 3.19rem;
}
#payment .card li:nth-child(2) {
  width: 3.12rem;
}
#payment .card li:nth-child(3) {
  width: 2.95rem;
}
@media screen and (max-width: 768px) {
  #payment .card li:nth-child(3) {
    margin-top: 0.1rem;
  }
}
#payment .btn {
  margin: 0.55rem auto 0;
}

#official {
  height: 5.8rem;
  padding-top: 0.55rem;
  overflow-x: hidden;
  background-image: url("../images/top/official-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #official {
    height: initial;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
#official h2 {
  width: 2.06rem;
}
@media screen and (max-width: 768px) {
  #official h2 {
    width: 1.5rem;
    margin: 0 auto;
  }
  #official h2 img {
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.8));
  }
}
#official p {
  max-width: 9.51rem;
  width: 100%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
@media screen and (max-width: 768px) {
  #official p {
    margin-top: 0;
    margin-left: 0;
  }
}
#official .btn {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #official .btn {
    margin-top: 0.3rem;
  }
}

#news {
  background: #f8f8f8;
}
#news dl {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
#news dl div {
  background: #fff;
  display: flex;
  padding: 0.15rem 0;
}
#news dl div dt {
  width: 1.55rem;
  text-align: center;
  font-size: 0.15rem;
  font-weight: 300;
}
#news dl div dd {
  width: calc(100% - 1.55rem);
  font-size: 0.15rem;
}

#cover {
  padding-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  #cover {
    padding-top: 0.4rem;
  }
}

#ticket {
  margin-bottom: 1rem;
}
#ticket dl {
  border-top: 1px solid #cccccc;
}
#ticket dl > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 1rem;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  #ticket dl > div {
    height: initial;
    padding: 0.2rem 0;
  }
}
#ticket dl > div dt {
  width: 50%;
  font-size: 0.24rem;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  #ticket dl > div dt {
    padding-left: initial;
    width: 100%;
    font-size: 0.16rem;
    text-align: center;
  }
}
#ticket dl > div dd {
  width: 25%;
  font-size: 0.24rem;
  text-align: center;
}
#ticket dl > div dd span {
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  #ticket dl > div dd span {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 768px) {
  #ticket dl > div dd {
    font-size: 0.16rem;
    text-align: center;
  }
  #ticket dl > div dd.price {
    width: 100%;
  }
  #ticket dl > div dd.buy-btn {
    width: 100%;
  }
}
#ticket dl [id^=product-component] {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  #ticket dl [id^=product-component] {
    width: 100%;
    margin: 0 auto;
  }
}

#terms2 {
  padding-bottom: 1rem;
}
#terms2 h3 {
  color: #009900;
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  #terms2 h3 {
    font-size: 0.18rem;
  }
}
#terms2 p {
  font-size: 0.15rem;
}
#terms2 p:has(+ p) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #terms2 p {
    font-size: 0.14rem;
  }
}

#terms {
  padding-bottom: 1rem;
}
#terms table {
  width: 100%;
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
}
#terms table th,
#terms table td {
  font-size: 0.15rem;
  padding: 1em 1.5em;
  border-bottom: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
@media screen and (max-width: 768px) {
  #terms table th,
  #terms table td {
    display: block;
    width: 100% !important;
    vertical-align: middle;
  }
}
#terms table th {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #terms table th {
    background: #f1f1f1;
  }
}
#terms table td {
  width: 75%;
}
#terms table td img {
  width: 1.63rem;
  vertical-align: middle;
}

#privacy {
  padding-bottom: 1rem;
}
#privacy h2 {
  color: #009900;
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  #privacy h2 {
    font-size: 0.18rem;
  }
}
#privacy p {
  font-size: 0.15rem;
}
@media screen and (max-width: 768px) {
  #privacy p {
    font-size: 0.14rem;
  }
}
#privacy ul {
  margin-top: 0.2rem;
}
#privacy ul li {
  font-size: 0.15rem;
}
@media screen and (max-width: 768px) {
  #privacy ul li {
    font-size: 0.14rem;
  }
}

#contact-form {
  padding-bottom: 1rem;
}
#contact-form iframe {
  aspect-ratio: 1000/1360;
  height: 1180px;
}
@media screen and (max-width: 768px) {
  #contact-form iframe {
    height: 1360px;
  }
}

#trial {
  padding-bottom: 1rem;
}
#trial iframe {
  height: 1150px;
}
@media (max-width: 390px) {
  #trial iframe {
    height: 950px;
  }
}
#trial .btn span {
  line-height: 1;
  margin-left: -1.5em;
}
#trial .btn:after {
  right: 0.1rem;
}

#members {
  padding-bottom: 1rem;
}
#members iframe {
  height: 1150px;
}
@media (max-width: 390px) {
  #members iframe {
    height: 950px;
  }
}
#members .btn span {
  line-height: 1;
  margin-left: -1.5em;
}
#members .btn:after {
  right: 0.1rem;
}/*# sourceMappingURL=style.css.map */