@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "yu-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  color: #fff;
  background-color: #222222;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2490241998vw;
  }
}
@media (min-width: 1281px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

html.fixed,
html.fixed body {
  height: 100%;
  overflow: hidden;
}

.header {
  background-color: #222222;
  height: 5.625rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.25rem;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    align-items: center;
    margin-top: -1.0625rem;
  }
}

.header__logo {
  height: inherit;
  width: 13.4375rem;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 23.8125rem;
    margin-left: 2.1875rem;
  }
}

.header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__hamburger {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
    margin-left: auto;
    position: initial;
    padding-top: 1.0625rem;
  }
}

.footer {
  height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .footer {
    height: 9.375rem;
  }
}

.footer__inner {
  padding-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 3.4375rem;
  }
}

.footer__logo {
  width: 20.8125rem;
  height: 1.1875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 26.1875rem;
    height: 1.5rem;
  }
}

.copyright {
  font-family: "Aboreto", "yu-mincho-pr6n", serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  display: block;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1rem;
    margin-top: 0.5625rem;
  }
}

.inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1281px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 33px;
  width: 15.625rem;
  height: 3.125rem;
  font-weight: bold;
  transition: 0.3s;
  background-color: rgba(153, 130, 61, 0.7);
  margin-right: auto;
  margin-left: auto;
  outline: 1px solid #CCB266;
  outline-offset: 0.25rem;
}
@media screen and (min-width: 768px) {
  .btn a {
    width: 24.5rem;
    height: 4.5rem;
    font-size: 1.25rem;
  }
}

.btnTicket {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.375rem;
}

.btnArrow {
  width: 0.8125rem;
  height: 0.9375rem;
  margin-left: 1.21875rem;
}

.header-nav__ticket a {
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  border-radius: 33px;
  width: 12.5rem;
  height: 2.8125rem;
  font-weight: 700;
  transition: 0.3s;
  background-color: rgba(153, 130, 61, 0.7);
  margin-left: auto;
  outline: 1px solid #CCB266;
  outline-offset: 0.25rem;
  margin-top: 1.25rem;
  display: flex !important;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-nav__ticket a {
    width: 17.5rem;
    height: 3rem;
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}

.header-nav__ticket a {
  display: flex !important;
  align-items: center;
}
.header-nav__Ticket {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header-nav__Ticket {
    width: 1.9375rem;
    height: 1.9375rem;
    margin-right: 0.375rem;
  }
}

#pageTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: 2px solid #005E66;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.5s;
}

/* ボタンホバー時 */
#pageTopBtn:hover {
  background-color: rgba(0, 94, 102, 0.5);
}

#pageTopBtn:hover::before {
  background-color: #222222;
}

#pageTopBtn:hover::after {
  background-color: #222222;
}

/* ボタンの矢印 */
#pageTopBtn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 29px;
  width: 2px;
  height: 20px;
  background-color: #005E66;
  transition: all 0.5s;
  transform: translateY(-50%) rotate(-45deg);
}

#pageTopBtn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 29px;
  width: 2px;
  height: 20px;
  background-color: #005E66;
  transition: all 0.5s;
  transform: translateY(-50%) rotate(45deg);
}

#pageTopBtn.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#pageTopBtn.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.section-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-title {
    text-align: left;
    margin-left: 5.875rem;
  }
}

.section-title h2 {
  display: flex;
  flex-direction: column-reverse;
  font-family: "yu-mincho-pr6n", serif;
  font-size: 1.75rem;
  line-height: 1.2142857143;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 3rem;
    line-height: 1.2708333333;
    padding-top: 0.125rem;
  }
}

.section-title span {
  text-transform: uppercase;
  font-family: "Aboreto", "yu-mincho-pr6n", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #CCB266;
  display: block;
}
@media screen and (min-width: 768px) {
  .section-title span {
    font-size: 2.25rem;
  }
}

.hamburger {
  padding: 0.625rem;
  margin-right: 0.9375rem;
}

.hamburger span {
  display: block;
  width: 2.5rem;
  height: 0.0625rem;
  background-color: #fff;
  transition: 0.3s;
}

.hamburger span:nth-child(2) {
  margin: 0.6875rem 0;
}

.hamburger.open span:nth-child(1) {
  transform: translate(0.3125rem, 1.5625rem) rotate(-45deg);
  transform-origin: left;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translate(0.3125rem, -1.625rem) rotate(45deg);
  transform-origin: left;
}

.header-nav {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  color: #fff;
  background-color: rgba(34, 34, 34, 0.7);
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: initial;
    height: initial;
    background-color: initial;
  }
}

.header-nav__items {
  height: inherit;
  display: flex;
  flex-direction: column;
  min-height: 25rem;
  margin-right: 1.875rem;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    flex-direction: row;
    min-height: initial;
    margin-top: initial;
    margin-right: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item {
    margin-right: 2.25rem;
  }
}

.header-nav__item a {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  text-align: right;
  display: block;
  padding: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    font-size: 1.375rem;
    text-align: left;
    line-height: initial;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #CCB266;
    /*アニメーションの指定*/
    transition: all 0.3s;
    transform: scale(0, 1); /*X方向0、Y方向1*/
    transform-origin: left top; /*左上基点*/
    bottom: 30%;
    left: 1%;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__item a:hover::after {
    transform: scale(1, 1); /*X方向にスケール拡大*/
  }
}

.mv {
  margin-top: 5.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-top: 6.25rem;
  }
}

.mv-back {
  object-fit: cover;
}

.mv-logo {
  width: 21.875rem;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mv-logo {
    width: 31.25rem;
  }
}

.overview {
  background-image: url(../img/overview_back_sp.png);
  background-size: cover;
  background-color: rgba(34, 34, 34, 0.5);
}
@media screen and (min-width: 768px) {
  .overview {
    background-image: url(../img/overvew_back.png);
    background-size: cover;
    background-color: rgba(34, 34, 34, 0.5);
  }
}

.overview-inner {
  padding-top: 3.5rem;
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .overview-inner {
    padding-top: 7.375rem;
    padding-bottom: 8.375rem;
  }
}

.overview-items {
  margin-top: 3.25rem;
  width: 19.6875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .overview-items {
    margin-top: 4.75rem;
    width: 62.5rem;
    max-width: 75rem;
  }
}

.overview-item {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .overview-item {
    margin-top: 2.0625rem;
    display: flex;
    width: inherit;
    gap: 9.8125rem;
  }
}

.overview-box__title {
  color: #CCB266;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .overview-box__title {
    font-size: 1.75rem;
    width: 30%;
  }
}

.overview-box__text {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .overview-box__text {
    font-size: 1.75rem;
    margin-top: 0;
    width: 70%;
  }
}

.access {
  background-image: url(../img/access_back_sp.png);
  background-size: cover;
  background-color: rgba(34, 34, 34, 0.5);
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .access {
    background-image: url(../img/access_back.png);
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.access-kokusai {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .access-kokusai {
    margin-top: 4.625rem;
    width: 78.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.access-kokusai__img {
  aspect-ratio: 388/230;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .access-kokusai__img {
    aspect-ratio: 1252/464;
    width: 100%;
    object-fit: cover;
    margin-right: auto;
    margin-left: auto;
  }
}

.access-kokusai__contents {
  margin-top: 1.4375rem;
  margin-left: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .access-kokusai__contents {
    margin-top: 2.25rem;
    width: 78.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.access-kokusai__name {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .access-kokusai__name {
    font-size: 1.75rem;
  }
}

.access-kokusai__address {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .access-kokusai__address {
    font-size: 1.625rem;
  }
}

.access-box {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .access-box {
    margin-top: 5.9375rem;
    display: flex;
    align-items: start;
    width: 78.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.access-box__subway {
  margin-left: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .access-box__subway {
    margin-left: 0;
  }
}

.access-box__subway h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .access-box__subway h3 {
    font-size: 1.875rem;
  }
}

.access-box__subway h4 {
  margin-top: 0.5625rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .access-box__subway h4 {
    margin-top: 1.875rem;
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 768px) {
  .access-box__subway h4:nth-of-type(2) {
    margin-top: 0.8125rem;
  }
}

.access-box__text {
  margin-top: 0.3125rem;
}

.access-box__subway p {
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
}
@media screen and (min-width: 768px) {
  .access-box__subway p {
    font-size: 1.25rem;
    line-height: 2.5625rem;
  }
}

.access-box__station {
  display: block;
  width: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .access-box__station {
    width: 6.5625rem;
  }
}

.access-box__station-space {
  letter-spacing: 0.45em;
}

.access-box__map iframe {
  width: 100%;
  height: 18.3125rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .access-box__map iframe {
    width: 34rem;
    height: 27.9375rem;
    margin-top: 0;
    margin-left: 4.6875rem;
  }
}

.aboutTicket {
  background-image: url(../img/about_back_sp.png);
  background-size: cover;
  background-color: rgba(34, 34, 34, 0.5);
  padding-top: 6.5rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .aboutTicket {
    padding-top: 6.75rem;
    padding-bottom: 6.5625rem;
    background-image: url(../img/aboutTickets_back.png);
  }
}

.aboutTicket-box {
  margin-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .aboutTicket-box {
    margin-top: 8.25rem;
  }
}

.aboutTicket__comningsoon {
  aspect-ratio: 484/140;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .aboutTicket__comningsoon {
    aspect-ratio: 1086/330;
    width: 80%;
    object-fit: cover;
  }
}

.aboutTicket-box__btn {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .aboutTicket-box__btn {
    margin-top: 5.3125rem;
  }
}

.aboutTicket-box__text {
  text-align: center;
  font-size: 0.9375rem;
  margin-top: 1.375rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .aboutTicket-box__text {
    font-size: 1.25rem;
    margin-top: 2.3125rem;
  }
}

.tickets {
  background-image: url(../img/ticket_back_sp.png);
  background-size: cover;
  background-color: rgba(34, 34, 34, 0.5);
  padding-top: 5.25rem;
  padding-bottom: 6.875rem;
}
@media screen and (min-width: 768px) {
  .tickets {
    padding-top: 8.75rem;
    padding-bottom: 9.125rem;
    background-image: url(../img/tickets_back.png);
  }
}

@media screen and (min-width: 768px) {
  .Ticket-title {
    text-align: center;
    margin-left: initial;
  }
}

.tickets-box {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .tickets-box {
    margin-top: 6.875rem;
    display: flex;
    max-width: 68.75rem;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    justify-content: space-between;
  }
}

.tickets-box__logo {
  aspect-ratio: 296/145;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .tickets-box__logo {
    aspect-ratio: 620/241;
    width: 40%;
    margin-right: initial;
    margin-left: initial;
  }
}

.Ticket-box__btn {
  margin-top: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .Ticket-box__btn {
    margin-top: 0;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

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