@charset "UTF-8";

body {
  font-family: "Yuji Syuku", serif;
  color: #fff;
  background-color: #000;
}

.u-mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-mobile {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none !important;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

main {
  margin-top: -71px;
  margin-top: -4.4375rem;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 0;
  }
}

main.sub-main {
  margin-top: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.btn a {
  background-color: #E0202B;
  display: inline-block;
  max-width: 442px;
  max-width: 27.625rem;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 14px 0;
  padding: 0.875rem 0;
  border-radius: 2.5rem;
}

@media screen and (max-width: 768px) {
  .btn a {
    max-width: 10.375rem;
    font-size: 0.875rem;
    line-height: 0.9285714286;
    letter-spacing: 0em;
    font-weight: 500;
    padding: 1.1875rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}

.footer {
  padding: 88.2px 0 8px;
  padding: 5.5125rem 0 0.5rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 3.5rem 0 0.625rem;
  }
}

.footer__inner {
  max-width: 768px;
  max-width: 48rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 37.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.footer__logo {
  max-width: 81px;
  max-width: 5.0625rem;
  width: 100%;
  margin-top: 17.8px;
  margin-top: 1.1125rem;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    margin-top: 0;
  }
}

.footer__container {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: 39.5px;
  margin-left: 2.46875rem;
}

@media screen and (max-width: 768px) {
  .footer__container {
    margin-left: 0;
    margin-top: 3.8125rem;
  }
}

.footer__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.375rem;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
}

.footer__info-list:nth-child(n+2) {
  margin-top: 8.5px;
  margin-top: 0.53125rem;
}

@media screen and (max-width: 768px) {
  .footer__info-list:nth-child(n+2) {
    margin-top: 0.3125rem;
  }
}

.footer__info-term {
  background-color: #E0202B;
  max-width: 64px;
  max-width: 4rem;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  font-weight: 400;
  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;
}

.footer__info-list:nth-child(even) .footer__info-term {
  font-family: "richmond-display", sans-serif;
}

.footer__info-description {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .footer__info-description {
    font-size: 0.6875rem;
    line-height: 1.4545454545;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.footer__contact-wrapper {
  margin-top: 12.4px;
  margin-top: 0.775rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2.95rem;
  -moz-column-gap: 2.95rem;
  column-gap: 2.95rem;
}

@media screen and (max-width: 768px) {
  .footer__contact-wrapper {
    margin-top: 2.65625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-gap: initial;
    -moz-column-gap: initial;
    column-gap: initial;
    row-gap: 3.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__tel-area {
  max-width: 330px;
  max-width: 20.625rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__tel-area {
    max-width: 14.9375rem;
  }
}

.footer__tel-text {
  text-align: right;
  padding-right: 20px;
  padding-right: 1.25rem;
}

@media screen and (max-width: 768px) {
  .footer__tel-text {
    padding-right: 0;
  }
}

.footer__tel-text p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .footer__tel-text p {
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7.8px;
  margin-top: 0.4875rem;
}

@media screen and (max-width: 768px) {
  .footer__tel {
    margin-top: 1.175rem;
  }
}

.footer__tel-icon {
  max-width: 32.87px;
  max-width: 2.054375rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__tel-icon {
    max-width: 1.56625rem;
  }
}

.footer__tel-num a {
  font-size: 43px;
  font-size: 2.6875rem;
  line-height: 1;
  letter-spacing: 0.045em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .footer__tel-num a {
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.045em;
    font-weight: 400;
  }
}

.footer__sns-area {
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .footer__sns-area {
    margin-top: 0;
    max-width: 15.25rem;
  }
}

.footer__sns.youtube {
  max-width: 48.92px;
  max-width: 3.0575rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__sns.youtube {
    max-width: 2.68125rem;
  }
}

.footer__sns.instagram {
  max-width: 33.29px;
  max-width: 2.080625rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__sns.instagram {
    max-width: 1.824375rem;
  }
}

.footer__sns.tiktok {
  max-width: 29.25px;
  max-width: 1.828125rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__sns.tiktok {
    max-width: 1.603125rem;
  }
}

.footer__qr {
  max-width: 82px;
  max-width: 5.125rem;
  width: 100%;
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-left: -34px;
  margin-left: -2.125rem;
}

@media screen and (max-width: 768px) {
  .footer__qr {
    margin-top: 1.8rem;
    margin-left: 0;
  }
}

.footer__copyright {
  margin-top: 60.4px;
  margin-top: 3.775rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 3.0125rem;
  }
}

.footer__copyright p small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .footer__copyright p small {
    font-size: 0.625rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.header {
  height: 71px;
  height: 4.4375rem;
  background-color: #000;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .header {
    height: 4.375rem;
  }
}

.header__inner {
  padding: 0 14px 0 7px;
  padding: 0 0.875rem 0 0.4375rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 1.25rem;
  }
}

.header__logo {
  max-width: 146.83px;
  max-width: 9.176875rem;
  width: 100%;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__menu {
  max-width: 92px;
  max-width: 5.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header__menu {
    max-width: 5.4375rem;
  }
}

.header__menu-icon,
.header__menu-toggle {
  max-width: 37px;
  max-width: 2.3125rem;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.header__nav {
  background-color: rgba(52, 48, 45, .84);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  padding: 1.25rem;
  height: 100vh;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.header__nav-container {
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 14px 0 7px;
  padding: 0 0.875rem 0 0.4375rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header__nav-container {
    padding: 0;
  }
}

.header__nav-close {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  right: 14px;
  right: 0.875rem;
}

@media screen and (max-width: 768px) {
  .header__nav-close {
    right: 0;
  }
}

.header__nav-close span {
  position: relative;
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__nav-close span:nth-child(1) {
  top: 3px;
  top: 0.1875rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.header__nav-close span:nth-child(2) {
  top: -20px;
  top: -1.25rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.header__nav-list {
  margin-top: 128px;
  margin-top: 8rem;
  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;
  -webkit-column-gap: 3.875rem;
  -moz-column-gap: 3.875rem;
  column-gap: 3.875rem;
}

@media screen and (max-width: 768px) {
  .header__nav-list {
    margin-top: 3.5625rem;
    padding-left: 0.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-gap: initial;
    -moz-column-gap: initial;
    column-gap: initial;
    row-gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 23.4375rem;
    width: 100%;
  }
}

.header__nav-item a {
  padding: 10px;
  padding: 0.625rem;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0em;
  font-weight: 400;
}

.header__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 135px;
  margin-top: 8.4375rem;
  max-width: 244px;
  max-width: 15.25rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header__social-icons {
    margin-top: 8.25rem;
  }
}

.header__social-link.youtube {
  max-width: 43px;
  max-width: 2.6875rem;
  width: 100%;
}

.header__social-link.insta {
  max-width: 29.2px;
  max-width: 1.825rem;
  width: 100%;
}

.header__social-link.tiktok {
  max-width: 25.6px;
  max-width: 1.6rem;
  width: 100%;
}

/* ハンバーガーメニューが開かれた状態 */
.is-open .header__nav {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1050px;
  padding-right: 25px;
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 600px;
  }
}

.sub-contact {
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 39.4px;
  padding-bottom: 2.4625rem;
  background-color: #1E1F21;
}

@media screen and (max-width: 768px) {
  .sub-contact {
    padding-top: 2.25rem;
    padding-bottom: 3rem;
  }
}

.sub-contact__text {
  max-width: 868px;
  max-width: 54.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sub-contact__text {
    max-width: 37.5rem;
  }
}

.sub-contact__text.ja {
  margin-top: 54px;
  margin-top: 3.375rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__text.ja {
    margin-top: 3.8125rem;
  }
}

.sub-contact__text.ja p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sub-contact__text.ja p {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .sub-contact__text.ja p span {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.sub-contact__text.en {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__text.en {
    margin-top: 1.625rem;
  }
}

.sub-contact__text.chinese {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__text.chinese {
    margin-top: 1.125rem;
  }
}

.sub-contact__text.en p,
.sub-contact__text.chinese p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6875;
  letter-spacing: 0em;
  font-weight: 300;
}

@media screen and (max-width: 768px) {

  .sub-contact__text.en p,
  .sub-contact__text.chinese p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.sub-contact__ticket {
  margin-top: 110px;
  margin-top: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3.375rem;
  -moz-column-gap: 3.375rem;
  column-gap: 3.375rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__ticket {
    margin-top: 3.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3rem;
  }
}

.sub-contact__ticket-img {
  max-width: 184px;
  max-width: 11.5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sub-contact__ticket-img {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sub-contact__ticket-text {
  padding-top: 2px;
  padding-top: 0.125rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__ticket-text {
    padding-top: 0;
  }
}

.sub-contact__ticket-text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.71875;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.sub-contact__form-body {
  margin-top: 38px;
  margin-top: 2.375rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-body {
    margin-top: 3.8125rem;
  }
}

.sub-contact__form-inner {
  max-width: 827px;
  max-width: 51.6875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-inner {
    max-width: 37.5rem;
  }
}

.sub-contact__form-wrap.name {
  margin-top: 44px;
  margin-top: 2.75rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-wrap.name {
    margin-top: 1.5625rem;
  }
}

.sub-contact__form-wrap.ticket {
  margin-top: 51px;
  margin-top: 3.1875rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-wrap.ticket {
    margin-top: 1.5625rem;
  }
}

.sub-contact__form-wrap.tel {
  margin-top: 14.6px;
  margin-top: 0.9125rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-wrap.tel {
    margin-top: 2.25rem;
  }
}

.sub-contact__form-wrap.textarea {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-wrap.textarea {
    margin-top: 1.1875rem;
  }
}

.sub-contact__form-label {
  background-color: #D9D9D9;
  padding: 11px 9px;
  padding: 0.6875rem 0.5625rem;
  color: #222;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-label {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.sub-contact__form-label span {
  background-color: #E0202B;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 4px 22px;
  padding: 0.25rem 1.375rem;
  margin-right: 17px;
  margin-right: 1.0625rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-label span {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    padding: 0.3125rem 0.8125rem;
    margin-right: 0.5625rem;
  }
}

.sub-contact__form-input {
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-input {
    margin-top: 0.75rem;
  }
}

.sub-contact__form-input input {
  max-width: 480px;
  max-width: 30rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 11px 9px;
  padding: 0.6875rem 0.5625rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-input input {
    border: 1px solid #999;
    max-width: 37.5rem;
    font-size: 0.875rem;
    line-height: 1.3571428571;
    letter-spacing: 0em;
    font-weight: 400;
    padding: 0.71875rem 0.5625rem;
  }
}

.sub-contact__form-input span {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-weight: 400;
  margin-left: 23px;
  margin-left: 1.4375rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-input span {
    display: block;
    margin-left: 0;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.sub-contact__form-input input:focus,
.sub-contact__form-textarea textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.sub-contact__form-radio {
  margin-top: 46px;
  margin-top: 2.875rem;
  margin-left: 152px;
  margin-left: 9.5rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-radio {
    margin-top: 2.125rem;
    margin-left: 1.3125rem;
  }
}

.sub-contact__form-radio label {
  display: block;
}

.sub-contact__form-radio label:nth-child(n+2) {
  margin-top: 31.5px;
  margin-top: 1.96875rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-radio label:nth-child(n+2) {
    margin-top: 3.25rem;
  }
}

.sub-contact__form-radio input {
  display: none;
}

.sub-contact__form-radio input+span {
  padding: 0 0 0 31px;
  padding: 0 0 0 1.9375rem;
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-weight: 400;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-radio input+span {
    padding: 0 0 0 3.375rem;
    font-size: 0.875rem;
    line-height: 1.6428571429;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.sub-contact__form-radio input+span::before {
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}

.sub-contact__form-radio input+span::after {
  content: "";
  padding: 2px;
  padding: 0.125rem;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  left: 4px;
  left: 0.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #222;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-contact__form-radio input:checked+span::after {
  opacity: 1;
}

.sub-contact__form-wrap.ticket .sub-contact__form-input {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 152px;
  margin-left: 9.5rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-wrap.ticket .sub-contact__form-input {
    margin-top: 1.375rem;
    margin-left: 0;
  }
}

.sub-contact__form-wrap.ticket .sub-contact__form-input input {
  max-width: 575px;
  max-width: 35.9375rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-wrap.ticket .sub-contact__form-input input {
    max-width: 37.5rem;
  }
}

.sub-contact__form-wrap.ticket .sub-contact__form-input span {
  display: block;
  margin-left: 0;
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-wrap.ticket .sub-contact__form-input span {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.5416666667;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.sub-contact__form-text {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-text {
    margin-top: 2.1875rem;
    text-align: left;
  }
}

.sub-contact__form-text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-text p {
    font-size: 0.875rem;
    line-height: 1.4642857143;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.sub-contact__form-img {
  margin-top: 18px;
  margin-top: 1.125rem;
  max-width: 827px;
  max-width: 51.6875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-img {
    margin-top: 0.9375rem;
    max-width: 37.5rem;
  }
}

.sub-contact__form-textarea {
  margin-top: 26px;
  margin-top: 1.625rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-textarea {
    margin-top: 0.75rem;
  }
}

.sub-contact__form-textarea textarea {
  width: 100%;
  height: 248px;
  height: 15.5rem;
  overflow-y: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 11px 9px;
  padding: 0.6875rem 0.5625rem;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-textarea textarea {
    border: 1px solid #999;
    font-size: 0.875rem;
    line-height: 1.3571428571;
    letter-spacing: 0em;
    font-weight: 400;
    padding: 0.71875rem 0.5625rem;
  }
}

.sub-contact__form-submit {
  margin-top: 75px;
  margin-top: 4.6875rem;
  max-width: 442px;
  max-width: 27.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-submit {
    margin-top: 3.375rem;
    max-width: 14.625rem;
  }
}

.sub-contact__form-submit:hover {
  opacity: 0.8;
}

.sub-contact__form-submit input {
  padding: 14px 0;
  padding: 0.875rem 0;
  width: 100%;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: "Yuji Syuku", serif;
  color: #fff;
  border-radius: 2.5rem;
  background-color: #E0202B;
  background-image: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sub-contact__form-submit input {
    padding: 0.9375rem 0;
    border-radius: 2.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.sub-contact__form-submit input:hover,
.sub-contact__form-submit input:focus {
  outline: none;
}

.sub-contact__form-submit::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.sub-news {
  padding-top: 85px;
  padding-top: 5.3125rem;
  padding-bottom: 85.8px;
  padding-bottom: 5.3625rem;
  background-color: #1E1F21;
}

@media screen and (max-width: 768px) {
  .sub-news {
    padding-top: 2.25rem;
    padding-bottom: 4.75rem;
  }
}

.sub-news__inner.inner {
  max-width: 968px;
  max-width: 60.5rem;
}

@media screen and (max-width: 768px) {
  .sub-news__inner.inner {
    max-width: 37.5rem;
  }
}

.sub-news__items {
  margin-top: 68.5px;
  margin-top: 4.28125rem;
  max-width: 918px;
  max-width: 57.375rem;
  width: 100%;
  border-top: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .sub-news__items {
    margin-top: 0.9375rem;
    max-width: 37.5rem;
    border-top: none;
  }
}

.sub-news__item {
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .sub-news__item {
    border-bottom: 1px solid #CBCCCC;
  }
}

.sub-news__item a {
  padding: 29.5px 50px 24px;
  padding: 1.84375rem 3.125rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sub-news__item a {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 1.125rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    font-weight: 400;
    height: 7.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sub-news__item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 768px) {
  .sub-news__item-title {
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
    -webkit-line-clamp: 2;
  }
}

.pagination {
  text-align: center;
  margin-top: 110px;
  margin-top: 6.875rem;
  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;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 4.28125rem;
  }
}

.pagination .page {
  color: #fff;
  background-color: #E0202B;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  font-weight: 400;
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
  height: 25px;
  height: 1.5625rem;
  border-radius: 50%;
  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;
}

@media screen and (max-width: 768px) {
  .pagination .page {
    max-width: 3.125rem;
    height: 3.125rem;
  }
}

.pagination .prev,
.pagination .next {
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
  height: 25px;
  height: 1.5625rem;
  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;
  border-radius: 50%;
  background-color: #7E7E7B;
}

@media screen and (max-width: 768px) {

  .pagination .prev,
  .pagination .next {
    max-width: 3.125rem;
    height: 3.125rem;
  }
}

.pagination .prev img,
.pagination .next img {
  max-width: 5.41px;
  max-width: 0.338125rem;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .pagination .prev img,
  .pagination .next img {
    max-width: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .sub-news__btn {
    margin-top: 4.75rem;
    text-align: center;
  }
}

/* news-detail */
.news-detail {
  padding-top: 61px;
  padding-top: 3.8125rem;
  padding-bottom: 123.8px;
  padding-bottom: 7.7375rem;
  background-color: #1E1F21;
}

@media screen and (max-width: 768px) {
  .news-detail {
    padding-top: 2.25rem;
    padding-bottom: 4.1875rem;
  }
}

.news-detail__body {
  margin-top: 72px;
  margin-top: 4.5rem;
  max-width: 838px;
  max-width: 52.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .news-detail__body {
    margin-top: 2.5rem;
    max-width: 37.5rem;
  }
}

.news-detail__date,
.news-detail__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 400;
}

.news-detail__img {
  margin-top: 52px;
  margin-top: 3.25rem;
}

@media screen and (max-width: 768px) {
  .news-detail__img {
    margin-top: 1.8125rem;
  }
}

.news-detail__img img {
  aspect-ratio: 838/395;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .news-detail__img img {
    aspect-ratio: 346/213;
  }
}

.news-detail__content {
  margin-top: 42px;
  margin-top: 2.625rem;
  max-width: 749px;
  max-width: 46.8125rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .news-detail__content {
    margin-top: 2.8125rem;
    max-width: none;
    max-width: initial;
    padding-bottom: 3.6875rem;
    border-bottom: 1px solid #CBCCCC;
  }
}

.news-detail__content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .news-detail__content p {
    font-size: 0.75rem;
    line-height: 1.8333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.news-detail__other {
  margin-top: 192px;
  margin-top: 12rem;
  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;
  -webkit-column-gap: 0.84375rem;
  -moz-column-gap: 0.84375rem;
  column-gap: 0.84375rem;
}

@media screen and (max-width: 768px) {
  .news-detail__other {
    margin-top: 2.71875rem;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
  }
}

.news-detail__prev,
.news-detail__next {
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
  height: 25px;
  height: 1.5625rem;
  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;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {

  .news-detail__prev,
  .news-detail__next {
    max-width: 3.125rem;
    height: 3.125rem;
    background-color: #7E7E7B;
  }
}

.news-detail__prev img,
.news-detail__next img {
  max-width: 5.41px;
  max-width: 0.338125rem;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .news-detail__prev img,
  .news-detail__next img {
    max-width: 0.75rem;
  }
}

.news-detail__btn {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  background-color: #fff;
  border-radius: 1.5625rem;
  padding: 4px 13.5px;
  padding: 0.25rem 0.84375rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .news-detail__btn {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    background-color: #E0202B;
    color: #fff;
    padding: 1.15625rem 3rem;
  }
}

.tokushoho {
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 83.4px;
  padding-bottom: 5.2125rem;
  background-color: #1E1F21;
}

@media screen and (max-width: 768px) {
  .tokushoho {
    padding-top: 2.25rem;
  }
}

.tokushoho__inner.inner {
  max-width: 934px;
  max-width: 58.375rem;
}

@media screen and (max-width: 768px) {
  .tokushoho__inner.inner {
    max-width: 37.5rem;
  }
}

.tokushoho__items {
  margin-top: 80px;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .tokushoho__items {
    margin-top: 3.8125rem;
  }
}

.tokushoho__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tokushoho__item.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tokushoho__item:nth-child(7),
.tokushoho__item:nth-child(n+9) {
  margin-top: 43px;
  margin-top: 2.6875rem;
}

@media screen and (max-width: 768px) {

  .tokushoho__item:nth-child(7),
  .tokushoho__item:nth-child(n+9) {
    margin-top: 1.0625rem;
  }
}

@media screen and (max-width: 768px) {
  .tokushoho__item:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.tokushoho__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.3888888889;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .tokushoho__item-title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.tokushoho__term {
  max-width: 142px;
  max-width: 8.875rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.6875;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .tokushoho__term {
    max-width: 6.5625rem;
    font-size: 0.75rem;
    line-height: 1.5833333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.tokushoho__term.w220 {
  max-width: 220px;
  max-width: 13.75rem;
}

@media screen and (max-width: 768px) {
  .tokushoho__term.w220 {
    max-width: 7.8125rem;
  }
}

.tokushoho__item.column .tokushoho__term {
  max-width: none;
  max-width: initial;
}

.tokushoho__description {
  width: 100%;
}

.tokushoho__item.column .tokushoho__description {
  padding-left: 142px;
  padding-left: 8.875rem;
}

@media screen and (max-width: 768px) {
  .tokushoho__item.column .tokushoho__description {
    padding-left: 6.5625rem;
  }
}

.tokushoho__description p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.6875;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .tokushoho__description p {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tokushoho__btn {
  margin-top: 92px;
  margin-top: 5.75rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tokushoho__btn {
    margin-top: 3.6875rem;
  }
}

/* fv */
.fv {
  position: relative;
}

.fv__text-sub {
  position: absolute;
  top: 23.1119791667vw;
  left: 17.4479166667vw;
}

@media screen and (max-width: 768px) {
  .fv__text-sub {
    position: static;
    position: initial;
    padding: 1.73125rem 1.21875rem 1.8125rem;
    text-align: center;
  }
}

.fv__text-sub--top {
  font-family: "richmond-display", sans-serif;
  position: relative;
  z-index: 9;
  padding-left: 1.1067708333vw;
  padding-top: 1.6927083333vw;
}

@media screen and (max-width: 768px) {
  .fv__text-sub--top {
    padding-left: 0;
    padding-top: 0;
  }
}

.fv__text-sub--top::before {
  content: "";
  background-image: url(../images/fv_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 3.7760416667vw;
  height: 80px;
  height: 5rem;
  display: inline-block;
  position: absolute;
  top: 0.6510416667vw;
  left: 7.5vw;
}

@media screen and (max-width: 768px) {
  .fv__text-sub--top::before {
    width: 1.84375rem;
    height: 2.54375rem;
    top: 1.21875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.fv__text-sub--top p {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.8888888889;
  letter-spacing: 0em;
  font-weight: 400;
  text-shadow: 1px 2px 0 #000;
  font-size: 1.7578125vw;
}

@media screen and (max-width: 768px) {
  .fv__text-sub--top p {
    font-size: 1.3125rem;
    line-height: 1.2604761905;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .fv__text-sub--top p:nth-child(2) {
    margin-top: 1.875rem;
    font-size: 1.3125rem;
    line-height: 1.2247619048;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .fv__text-sub--top p:nth-child(3) {
    margin-top: 0.9375rem;
    font-size: 1.3125rem;
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.fv__text-sub--center {
  margin-top: -8px;
  margin-top: -0.5rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  margin-top: -0.5208333333vw;
}

@media screen and (max-width: 768px) {
  .fv__text-sub--center {
    margin-top: 0;
  }
}

.fv__text-sub--center p {
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 1.3676470588;
  letter-spacing: 0em;
  font-weight: 400;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .9);
  font-size: 4.4270833333vw;
}

@media screen and (max-width: 768px) {
  .fv__text-sub--center p {
    font-size: 2.375rem;
    line-height: 1.3421052632;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.fv__text-sub--bottom {
  margin-top: 11px;
  margin-top: 0.6875rem;
  margin-top: 0.7161458333vw;
}

@media screen and (max-width: 768px) {
  .fv__text-sub--bottom {
    margin-top: 0.3125rem;
  }
}

.fv__text-sub--bottom p {
  text-shadow: 1px 2px 0 #000;
}

.fv__text-sub--bottom p:nth-child(1) {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 1.171875vw;
}

@media screen and (max-width: 768px) {
  .fv__text-sub--bottom p:nth-child(1) {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.fv__text-sub--bottom p:nth-child(2) {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 1.5625vw;
  margin-top: 0.6510416667vw;
}

@media screen and (max-width: 768px) {
  .fv__text-sub--bottom p:nth-child(2) {
    font-size: 1.1875rem;
    line-height: 1.2105263158;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.fv__text-main {
  position: absolute;
  top: 6.5755208333vw;
  right: 20.7682291667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .fv__text-main {
    top: 5.5625rem;
    right: auto;
    right: initial;
    left: calc(50% - 13.5625rem);
  }
}

.fv__text-main--top {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.fv__text-main--top p {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1.4594594595;
  letter-spacing: 1rem;
  font-weight: 400;
  font-size: 2.4088541667vw;
}

@media screen and (max-width: 768px) {
  .fv__text-main--top p {
    font-size: 1.875rem;
    line-height: 1.4666666667;
    letter-spacing: 1rem;
    font-weight: 400;
  }
}

.fv__text-main--top p:nth-child(1) {
  padding-top: 0.5859375vw;
}

@media screen and (max-width: 768px) {
  .fv__text-main--top p:nth-child(1) {
    padding-top: 0;
  }
}

.fv__text-main--top p:nth-child(2) {
  padding-top: 11.6588541667vw;
  margin-right: 1.171875vw;
  margin-left: 0.7161458333vw;
}

@media screen and (max-width: 768px) {
  .fv__text-main--top p:nth-child(2) {
    padding-top: 7.75rem;
    margin-right: 0.875rem;
    margin-left: -1.4375rem;
  }
}

.fv__text-main--title {
  width: 100%;
  max-width: 11.1979166667vw;
}

@media screen and (max-width: 768px) {
  .fv__text-main--title {
    max-width: 9.875rem;
  }
}

/* space01 */
.space-img01 {
  padding-top: 74px;
  padding-top: 4.625rem;
}

@media screen and (max-width: 768px) {
  .space-img01 {
    padding-top: 0;
  }
}

.space-img01 img {
  aspect-ratio: 1536/327;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .space-img01 img {
    aspect-ratio: 375/265;
  }
}

/* about */
.about {
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
}

@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 0;
  }
}

.about__inner {
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .about__inner {
    padding-top: 4.375rem;
  }
}

.about__top {
  padding-left: 74px;
  padding-left: 4.625rem;
  padding-right: 39px;
  padding-right: 2.4375rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .about__top {
    padding-left: 0;
    padding-right: 0;
    position: static;
    position: initial;
  }
}

.about__top .about__ja-area {
  max-width: 937px;
  max-width: 58.5625rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about__top .about__ja-area {
    max-width: 37.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.about__top .about__ja-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about__top .about__ja-title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.about__top .about__ja-text {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

@media screen and (max-width: 768px) {
  .about__top .about__ja-text {
    margin-top: 0.625rem;
  }
}

.about__top .about__ja-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about__top .about__ja-text p {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.about__top .about__en-area {
  font-family: "richmond-display", sans-serif;
  margin-top: 31px;
  margin-top: 1.9375rem;
  max-width: 453px;
  max-width: 28.3125rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about__top .about__en-area {
    max-width: 37.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 0;
  }
}

.about__top .about__en-area p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2352941176;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about__top .about__en-area p {
    font-size: 1.0625rem;
    line-height: 1.7647058824;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.about__top .about__chinese-area {
  margin-top: 36px;
  margin-top: 2.25rem;
  max-width: 616px;
  max-width: 38.5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about__top .about__chinese-area {
    max-width: 37.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 1.125rem;
  }
}

.about__top .about__chinese-area p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about__top .about__chinese-area p {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.about__top .about__img {
  max-width: 711px;
  max-width: 44.4375rem;
  width: 100%;
  position: absolute;
  top: -71px;
  top: -4.4375rem;
  right: -112px;
  right: -7rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .about__top .about__img {
    position: static;
    position: initial;
    max-width: 37.5rem;
  }
}

.about__center {
  margin-top: 336px;
  margin-top: 21rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  text-align: center;
  max-width: 920px;
  max-width: 57.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .about__center {
    margin-top: 3.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 37.5rem;
  }
}

.about__center .about__ja-area p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about__center .about__ja-area p {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.about__center .about__ja-area p span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about__center .about__ja-area p span {
    font-size: 1.1875rem;
    line-height: 1.5789473684;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.about__center .about__en-area {
  font-family: "richmond-display", sans-serif;
  margin-top: 31px;
  margin-top: 1.9375rem;
}

@media screen and (max-width: 768px) {
  .about__center .about__en-area {
    margin-top: 3.875rem;
  }
}

.about__center .about__en-area p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about__center .about__en-area p {
    font-size: 1.0625rem;
    line-height: 1.7647058824;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.about__center .about__chinese-area {
  margin-top: 36.8px;
  margin-top: 2.3rem;
  font-family: "a-otf-ryumin-pr6n", serif;
}

@media screen and (max-width: 768px) {
  .about__center .about__chinese-area {
    margin-top: 3.75rem;
  }
}

.about__center .about__chinese-area p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about__center .about__chinese-area p {
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.about__bottom {
  margin-top: -146.3px;
  margin-top: -9.14375rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  text-align: center;
  max-width: 920px;
  max-width: 57.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .about__bottom {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 37.5rem;
  }
}

.about__bottom .about__img {
  max-width: 748px;
  max-width: 46.75rem;
  width: 100%;
  padding-left: 30px;
  padding-left: 1.875rem;
}

@media screen and (max-width: 768px) {
  .about__bottom .about__img {
    max-width: 37.5rem;
    padding-left: 0;
  }
}

.about__bottom .about__ja-area {
  margin-top: -62.72px;
  margin-top: -3.92rem;
}

@media screen and (max-width: 768px) {
  .about__bottom .about__ja-area {
    margin-top: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.about__bottom .about__ja-area p,
.about__bottom .about__en-area p,
.about__bottom .about__chinese-area p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {

  .about__bottom .about__ja-area p,
  .about__bottom .about__en-area p,
  .about__bottom .about__chinese-area p {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .about__bottom .about__en-area p {
    font-family: "richmond-display", sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7647058824;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .about__bottom .about__chinese-area p {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.about__bottom .about__en-area,
.about__bottom .about__chinese-area {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

@media screen and (max-width: 768px) {

  .about__bottom .about__en-area,
  .about__bottom .about__chinese-area {
    margin-top: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.about__movie {
  background-color: #2B2C2A;
  padding: 21px 27px 31px;
  padding: 1.3125rem 1.6875rem 1.9375rem;
  max-width: 711px;
  max-width: 44.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 173.6px;
  margin-top: 10.85rem;
}

@media screen and (max-width: 768px) {
  .about__movie {
    padding: 1.71875rem 1.25rem;
    max-width: 37.5rem;
    margin-top: 3.8125rem;
  }
}

.about__movie iframe {
  aspect-ratio: 657/370;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about__movie iframe {
    aspect-ratio: 335/188.66;
    border-radius: 0.8125rem;
  }
}

/* space02 */
.space__img02 img {
  aspect-ratio: 1536/286;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .space__img02 img {
    aspect-ratio: 375/286;
  }
}

/* price */
.price {
  padding-top: 118px;
  padding-top: 7.375rem;
}

@media screen and (max-width: 768px) {
  .price {
    display: none;
    padding-top: 0;
  }
}

.price__title-area {
  padding-left: 24px;
  padding-left: 1.5rem;
}

.price__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5333333333;
  letter-spacing: 0em;
  font-weight: 400;
}

.price__title span {
  font-family: "richmond-display", sans-serif;
}

.price__title-text {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.price__title-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 400;
}

.price__title-text p.en {
  font-family: "richmond-display", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3888888889;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.price__img {
  margin-top: 48px;
  margin-top: 3rem;
  max-width: 944px;
  max-width: 59rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.price__btn {
  margin-top: 77px;
  margin-top: 4.8125rem;
  text-align: center;
}

.price__btn a {
  background-color: #E0202B;
  border-radius: 2.5rem;
  padding: 14px 98px;
  padding: 0.875rem 6.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  display: inline-block;
}

.price__btn a span {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
}

.price__text {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.price__text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 400;
}

/* news */
.news {
  padding-top: 93.5px;
  padding-top: 5.84375rem;
}

@media screen and (max-width: 768px) {
  .news {
    padding-top: 4.375rem;
  }
}

.news__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  font-weight: 400;
  margin-left: 27px;
  margin-left: 1.6875rem;
}

@media screen and (max-width: 768px) {
  .news__title {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    letter-spacing: 0em;
    font-weight: 400;
    margin-left: 0;
    text-align: center;
  }
}

.news__items {
  margin-top: 21.5px;
  margin-top: 1.34375rem;
  margin-left: 27px;
  margin-left: 1.6875rem;
  max-width: 945px;
  max-width: 59.0625rem;
  width: 100%;
  border-top: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .news__items {
    margin-top: 1.6875rem;
    margin-left: 0;
    max-width: 37.5rem;
    border-top: 1px solid #CBCCCC;
  }
}

.news__item {
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .news__item {
    border-bottom: 1px solid #CBCCCC;
  }
}

.news__item a {
  padding: 29.5px 50px 24px;
  padding: 1.84375rem 3.125rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .news__item a {
    padding: 1.1875rem 1.5625rem 1.71875rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 1.125rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.news__item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (max-width: 768px) {
  .news__item-title {
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: 0em;
    font-weight: 400;
    -webkit-line-clamp: 2;
  }
}

.news__btn {
  margin-top: 46px;
  margin-top: 2.875rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .news__btn {
    margin-top: 2.1875rem;
    text-align: center;
  }
}

.news__btn a {
  background-color: #7E7E7B;
  border-radius: 1.125rem;
  padding: 6px 41px 6px 43px;
  padding: 0.375rem 2.5625rem 0.375rem 2.6875rem;
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3529411765;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: "richmond-display", sans-serif;
  position: relative;
  margin-right: 37px;
  margin-right: 2.3125rem;
}

@media screen and (max-width: 768px) {
  .news__btn a {
    margin-right: 0;
    max-width: 17.875rem;
    width: 100%;
    padding: 0.28125rem 0 0.15625rem;
  }
}

.news__btn a::after {
  content: "";
  background-image: url(../images/news_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 5px;
  width: 0.3125rem;
  height: 8px;
  height: 0.5rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  right: 0.625rem;
}

@media screen and (max-width: 768px) {
  .news__btn a::after {
    right: 1.25rem;
  }
}

/* explanation */
.explanation {
  padding: 170px 0 120px;
  padding: 10.625rem 0 7.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .explanation {
    padding: 3.78125rem 0 4.1875rem;
  }
}

.explanation__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5333333333;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .explanation__title {
    font-size: 1.5rem;
    line-height: 1.375;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.explanation__title span {
  font-family: "richmond-display", sans-serif;
}

.explanation__ja-text {
  margin-top: 38px;
  margin-top: 2.375rem;
}

@media screen and (max-width: 768px) {
  .explanation__ja-text {
    margin-top: 1.375rem;
  }
}

.explanation__ja-text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .explanation__ja-text p {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.explanation__en-text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-family: "richmond-display", sans-serif;
}

@media screen and (max-width: 768px) {
  .explanation__en-text {
    margin-top: 3.8125rem;
  }
}

.explanation__en-text p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .explanation__en-text p {
    font-size: 1.0625rem;
    line-height: 1.7647058824;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.explanation__chinese-text {
  margin-top: 44px;
  margin-top: 2.75rem;
  font-family: "a-otf-ryumin-pr6n", serif;
}

@media screen and (max-width: 768px) {
  .explanation__chinese-text {
    margin-top: 3.9375rem;
  }
}

.explanation__chinese-text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1875;
  letter-spacing: 0em;
  font-weight: 400;
}

/* map */
.map iframe {
  aspect-ratio: 1536/368;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .map iframe {
    aspect-ratio: 375/630;
  }
}

/*# sourceMappingURL=styles.css.map */
