@charset "UTF-8";
/*　基本
=============================================================================================== */
/*　フォント
=============================================================================================== */
/*　media queries
=============================================================================================== */
/*　余白
=============================================================================================== */
/*　アニメーション
=============================================================================================== */
@keyframes loop-slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-img {
  0% {
    scale: 1;
  }
  50% {
    scale: 2;
  }
  100% {
    scale: 1;
  }
}
/*　背景ラウンド
=============================================================================================== */
/*　基本
=============================================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #D9D7D7;
  color: #1A1A1A;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  font-size: 1rem;
  width: 100%;
  overflow-x: clip;
  line-height: 1.8;
  letter-spacing: 2px;
  font-family: "kohinoor", "dnp-shuei-gothic-kin-std", sans-serif;
  font-variation-settings: "wght" 300;
  font-weight: 300;
  font-style: normal;
}
body #scroll-wrap {
  opacity: 0;
  transition: 1s;
}
body.Onload #scroll-wrap {
  opacity: 1;
}
body.loading {
  position: fixed;
}
body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise.png);
  z-index: 4;
}

.wheelOn iframe {
  pointer-events: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}

img {
  width: 100%;
  height: auto;
}

.section {
  margin: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .section {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .section {
    width: 1100px;
  }
}
.section > div, .section > a {
  position: relative;
  z-index: 5;
}

.section-b {
  margin-top: 160px;
}

h1 {
  line-height: 1;
  font-family: "kohinoor", sans-serif;
  font-weight: 300;
  font-style: normal;
  mix-blend-mode: overlay;
  color: #fff;
}

h2 {
  font-size: 1rem;
  font-family: "objektiv-variable", sans-serif;
  font-variation-settings: "wght" 300;
  letter-spacing: 0px;
  font-variation-settings: "wght" 400;
  margin-bottom: 24px;
}

h3 {
  font-weight: 400;
  font-size: 1.75rem;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

a {
  transition: 0.5s;
}

table {
  border-color: inherit;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
table tr {
  border-bottom: 1px solid #fff;
}
table tr th {
  background-clip: padding-box;
  text-align: left;
}
table tr th, table tr td {
  padding: 32px;
}

@media (max-width: 767px) {
  table tr {
    width: 100%;
    display: block;
  }
  table tr td, table tr th {
    width: 100%;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
  table tr th {
    padding-bottom: 16px;
  }
  table tr td {
    padding-top: 0;
  }
}
ul {
  margin: 24px 0;
  padding-left: 20px;
}
ul li {
  position: relative;
}
ul li + li {
  margin-top: 8px;
}

.bgRound {
  position: absolute;
  width: 100%;
  overflow: hidden;
  bottom: -150px;
}
@media (max-width: 767px) {
  .bgRound {
    bottom: -120px;
  }
}
.bgRound::before {
  content: "";
  width: 120%;
  height: 300px;
  display: block;
  border-radius: 50% 50% 0 0;
  position: relative;
  left: -10%;
  bottom: 0;
}
@media (max-width: 767px) {
  .bgRound::before {
    height: 240px;
  }
}

/*　ローディング
=============================================================================================== */
body .contents {
  opacity: 0;
}
body.Onload .contents {
  opacity: 1;
}

.animation-bg {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background: #1A1A1A;
  transition: 0.5s;
}
.animation-bg .title {
  position: absolute;
}
.animation-bg .title .titleAnime {
  overflow: hidden;
  color: #fff;
  opacity: 0;
}
.animation-bg .title .titleAnime span {
  translate: 0 100%;
  transition: 0.5s;
  display: inline-block;
  transition-timing-function: ease-out;
}

.Onload .animation-bg {
  opacity: 1;
  z-index: 999;
}
.Onload .animation-bg .title .titleAnime {
  opacity: 1;
}
.Onload .animation-bg .title .titleAnime span {
  translate: 0 0;
  opacity: 1;
}
.Onload.done .animation-bg {
  opacity: 0;
  z-index: -1;
}
.Onload.done.ready .animation-bg {
  opacity: 1;
  z-index: 999;
}
.Onload.done.ready .animation-bg .title {
  display: none;
}

.ready .animation-bg {
  opacity: 1;
  z-index: 999;
}

/*　ヘッダー
=============================================================================================== */
header .toggle-btn {
  padding: 40px 48px 32px 32px;
  border-radius: 1000px;
  position: fixed;
  top: 0;
  right: 0;
  transition: transform 0.5s cubic-bezier(0.24, 0.45, 0.32, 1);
  will-change: transform;
  z-index: 10;
  mix-blend-mode: exclusion;
}
@media (max-width: 767px) {
  header .toggle-btn {
    padding: 24px 24px 16px 16px;
  }
}
header .toggle-btn .toggle-btn-box {
  color: #FFFFFF;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 100px;
  border: 1px solid;
  transition: 0.5s;
  cursor: pointer;
}
header .toggle-btn .toggle-btn-box span {
  width: 30px;
  height: 2px;
  border-radius: 5px;
  display: block;
  background-color: #FFFFFF;
  transition: 0.5s;
}
header .toggle-btn .toggle-btn-box span:nth-of-type(1) {
  width: 35px;
}
header .toggle-btn .toggle-btn-box span:nth-of-type(2) {
  margin-top: 8px;
  margin-left: 8px;
  width: 27px;
}
.header-navi-open header .toggle-btn .toggle-btn-box span:nth-of-type(1) {
  translate: 0 5px;
}
.header-navi-open header .toggle-btn .toggle-btn-box span:nth-of-type(2) {
  translate: -4px -5px;
  width: 35px;
}
header .menu-box {
  display: none;
  position: fixed;
  z-index: 9;
  color: #fff;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 160px;
}
@media (max-width: 767px) {
  header .menu-box {
    padding-top: 120px;
  }
}
header .menu-box.open {
  display: flex;
  align-items: end;
}
header .menu-box .site-title {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  font-size: 3.25rem;
  font-family: "kohinoor", sans-serif;
  font-weight: 300;
  font-style: normal;
  top: 40px;
  right: 200px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  header .menu-box .site-title {
    font-size: 1.125rem;
    top: 50px;
    right: 128px;
  }
}
header .menu-box .menu-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 80px;
  padding-top: 16px;
  padding-left: 120px;
  padding-right: 120px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-family: "objektiv-variable", sans-serif;
  font-variation-settings: "wght" 300;
  letter-spacing: 0px;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header .menu-box .menu-content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .menu-box .menu-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  header .menu-box .menu-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
header .menu-box .header-navi {
  transition: 0.5s;
  width: 50%;
}
@media (max-width: 767px) {
  header .menu-box .header-navi {
    width: 100%;
    padding-bottom: 16px;
  }
}
header .menu-box .header-navi .nuv-menu-box {
  list-style: none;
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
header .menu-box .header-navi .nuv-menu-box span {
  font-size: 12px;
  opacity: 0;
  transition: 0.5s;
}
header .menu-box .header-navi .nuv-menu-box a {
  font-size: 3.25rem;
  color: #fff;
  transform: translateY(60px);
  opacity: 0;
  transition: 0.5s;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .menu-box .header-navi .nuv-menu-box a {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  header .menu-box .header-navi .nuv-menu-box a {
    font-size: 2rem;
  }
}
header .menu-box .header-navi .nav-menu {
  padding-bottom: 16px;
}
header .menu-box .header-navi .nav-menu.mouseover a {
  opacity: 0.2;
}
header .menu-box .header-navi .nav-menu.mouseover a.on {
  opacity: 1;
}
header .menu-box .menu-sub {
  width: 50%;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  header .menu-box .menu-sub {
    width: 100%;
  }
}
header .menu-box .menu-sub .menu-ticket,
header .menu-box .menu-sub .menu-fanclab {
  position: relative;
}
header .menu-box .menu-sub .menu-ticket a,
header .menu-box .menu-sub .menu-fanclab a {
  display: block;
  padding: 32px 80px 32px 40px;
  font-size: 2.625rem;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .menu-box .menu-sub .menu-ticket a,
  header .menu-box .menu-sub .menu-fanclab a {
    padding: 24px 80px 24px 24px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  header .menu-box .menu-sub .menu-ticket a,
  header .menu-box .menu-sub .menu-fanclab a {
    padding: 24px 50px 24px 24px;
    font-size: 1.75rem;
  }
}
header .menu-box .menu-sub .menu-ticket a .text,
header .menu-box .menu-sub .menu-fanclab a .text {
  width: calc(100% - 60px);
}
@media (max-width: 767px) {
  header .menu-box .menu-sub .menu-ticket a .text,
  header .menu-box .menu-sub .menu-fanclab a .text {
    width: calc(100% - 30px);
  }
}
header .menu-box .menu-sub .menu-ticket a .arrow,
header .menu-box .menu-sub .menu-fanclab a .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
@media (max-width: 767px) {
  header .menu-box .menu-sub .menu-ticket a .arrow,
  header .menu-box .menu-sub .menu-fanclab a .arrow {
    width: 30px;
    height: 30px;
  }
}
header .menu-box .menu-sub .menu-ticket a .arrow::before,
header .menu-box .menu-sub .menu-fanclab a .arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  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;
}
@media (max-width: 767px) {
  header .menu-box .menu-sub .menu-ticket a .arrow::before,
  header .menu-box .menu-sub .menu-fanclab a .arrow::before {
    width: 15px;
    height: 15px;
  }
}
header .menu-box .menu-sub .menu-ticket a .arrow::after,
header .menu-box .menu-sub .menu-fanclab a .arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  scale: 0;
  transition: 0.5s;
  opacity: 0;
  mix-blend-mode: exclusion;
  background-color: #fff;
}
header .menu-box .menu-sub .menu-ticket a:hover .arrow::after, header .menu-box .menu-sub .menu-ticket a:focus .arrow::after,
header .menu-box .menu-sub .menu-fanclab a:hover .arrow::after,
header .menu-box .menu-sub .menu-fanclab a:focus .arrow::after {
  scale: 1;
  opacity: 1;
}
header .menu-box .menu-sub .menu-ticket::after, header .menu-box .menu-sub .menu-ticket::before {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  right: 40px;
  background-color: #1A1A1A;
}
@media (max-width: 767px) {
  header .menu-box .menu-sub .menu-ticket::after, header .menu-box .menu-sub .menu-ticket::before {
    width: 12px;
    height: 6px;
    right: 24px;
  }
}
header .menu-box .menu-sub .menu-ticket::before {
  border-radius: 0 0 10px 10px;
  top: 0;
}
@media (max-width: 767px) {
  header .menu-box .menu-sub .menu-ticket::before {
    border-radius: 0 0 6px 6px;
  }
}
header .menu-box .menu-sub .menu-ticket::after {
  border-radius: 10px 10px 0 0;
  bottom: 0;
}
@media (max-width: 767px) {
  header .menu-box .menu-sub .menu-ticket::after {
    border-radius: 6px 6px 0 0;
  }
}
header .menu-box .menu-sub .menu-ticket a {
  background-color: #fff;
  color: #1A1A1A;
}
header .menu-box .menu-sub .menu-ticket a::before {
  content: "";
  display: block;
  border-right: 4px dotted #1A1A1A;
  height: calc(100% - 31px);
  width: 3px;
  position: absolute;
  right: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  header .menu-box .menu-sub .menu-ticket a::before {
    border-right: 3px dotted #1A1A1A;
    right: 29px;
  }
}
header .menu-box .menu-sub .menu-ticket a .arrow {
  border: 1px solid #1A1A1A;
}
header .menu-box .menu-sub .menu-ticket a .arrow::before {
  background-color: #1A1A1A;
}
header .menu-box .menu-sub .menu-fanclab {
  margin-top: 16px;
}
header .menu-box .menu-sub .menu-fanclab a {
  color: #fff;
  border: 1px solid #fff;
}
header .menu-box .menu-sub .menu-fanclab a .arrow {
  border: 1px solid #fff;
}
header .menu-box .menu-sub .menu-fanclab a .arrow::before {
  background-color: #fff;
}
header .menu-box .menu-sub .sns-menu {
  margin-top: 32px;
}
header .menu-box.on .site-title, header .menu-box.on .nav-menu .nuv-menu-box span, header .menu-box.on .menu-sub {
  opacity: 1;
}
header .menu-box.on .nuv-menu-box a {
  transform: translateY(0);
  opacity: 1;
}
header .menu-box-bg {
  position: fixed;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.8s ease-in-out;
  z-index: 8;
}
header .menu-box-bg::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #1A1A1A;
}
header .menu-box-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise.png);
  z-index: 4;
  top: 0;
  left: 0;
}
header .menu-box-bg .curved {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 100%;
  border-radius: 0 0 50% 50%;
  background-color: #1A1A1A;
}
header .menu-box-bg .curved::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise.png);
  z-index: 4;
  top: 0;
  left: 0;
}
header .menu-box-bg svg {
  position: absolute;
  top: 100%;
  width: 100%;
}
header .menu-box-bg svg path {
  fill: #1A1A1A;
}
header .menu-box-bg.on {
  transform: scaleY(1);
}

.noise::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/noise.png);
  z-index: 1;
  top: 0;
  left: 0;
}

.ticket {
  position: relative;
}
.ticket a {
  width: 100%;
  background-color: #fff;
  color: #1A1A1A;
  display: block;
}

.textJp {
  font-size: 1.75rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .textJp {
    font-size: 1.25rem;
  }
}

.textEn {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .textBtn {
    margin-right: 5px;
  }
}
.textBtn a {
  color: #fff;
  padding-right: 30px;
  display: inline-block;
}
.textBtn a:hover {
  padding-right: 60px;
}
.textBtn a::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 16px;
  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;
  position: absolute;
  right: 0;
  top: 4px;
  transition: 0.5s;
  z-index: 1;
}
.textBtn a::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  scale: 0;
  transition: 0.5s;
  opacity: 0;
}
.textBtn a:hover, .textBtn a:focus {
  padding-right: 48px;
}
.textBtn a:hover::before, .textBtn a:focus::before {
  width: 16px;
  height: 12px;
  right: 11px;
  top: 9px;
  background-color: #1A1A1A;
}
.textBtn a:hover::after, .textBtn a:focus::after {
  scale: 1;
  opacity: 1;
}

.ticket-btn {
  background-color: #fff;
  color: #1A1A1A;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .ticket-btn {
    flex-direction: column;
  }
}
.ticket-btn::before {
  content: "";
  display: block;
  border-right: 6px dotted #1A1A1A;
  height: calc(100% - 51px);
  width: 3px;
  position: absolute;
  right: 68px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .ticket-btn::before {
    border-bottom: 6px dotted #1A1A1A;
    width: calc(100% - 51px);
    height: auto;
    top: 68px;
    bottom: auto;
    left: 0;
    right: 0;
  }
}
.ticket-btn::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 138px;
  mask: url(../images/barcode.svg);
  -webkit-mask: url(../images/barcode.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: #1A1A1A;
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  transition: 0.5s;
  z-index: 1;
}
@media (max-width: 767px) {
  .ticket-btn::after {
    rotate: 90deg;
    top: -37px;
    right: 86px;
    translate: 0 0;
  }
}
.ticket-btn .ticket-btn-img {
  width: 30%;
  border: 1px solid #fff;
  transition: 0.5s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ticket-btn .ticket-btn-img {
    width: 100%;
    order: 2;
    height: 220px;
  }
}
.ticket-btn .ticket-btn-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 1s;
}
.ticket-btn .ticket-btn-text {
  padding: 32px 100px 32px 32px;
  width: 70%;
}
@media (max-width: 767px) {
  .ticket-btn .ticket-btn-text {
    width: 100%;
    order: 1;
    padding: 100px 24px 24px 24px;
    position: relative;
  }
}
.ticket-btn .ticket-btn-text::after, .ticket-btn .ticket-btn-text::before {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  right: 50px;
  background-color: #1A1A1A;
}
@media (max-width: 767px) {
  .ticket-btn .ticket-btn-text::after, .ticket-btn .ticket-btn-text::before {
    width: 15px;
    height: 30px;
  }
}
.ticket-btn .ticket-btn-text::before {
  border-radius: 0 0 20px 20px;
  top: 0;
}
@media (max-width: 767px) {
  .ticket-btn .ticket-btn-text::before {
    border-radius: 0 215px 215px 0;
    top: 50px;
    left: 0;
  }
}
.ticket-btn .ticket-btn-text::after {
  border-radius: 20px 20px 0 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .ticket-btn .ticket-btn-text::after {
    border-radius: 215px 0 0 215px;
    top: 50px;
    bottom: auto;
    right: 0;
  }
}
.ticket-btn .ticket-btn-text .ticket-btn-title {
  font-size: 78px;
  line-height: 1;
  font-family: "objektiv-variable", sans-serif;
  font-variation-settings: "wght" 300;
  letter-spacing: 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ticket-btn .ticket-btn-text .ticket-btn-title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .ticket-btn .ticket-btn-text .ticket-btn-title {
    font-size: 54px;
  }
}
.ticket-btn .ticket-btn-text .ticket-btn-title .ticketName {
  position: relative;
}
.ticket-btn .ticket-btn-text .ticket-btn-title .ticketName::before {
  content: "";
  width: 0;
  height: 10px;
  display: block;
  background-color: #fff;
  mix-blend-mode: difference;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transition: 0.5s;
}
.ticket-btn .ticket-btn-text .ticket-btn-title .ticketSubName {
  font-size: 20px;
  display: block;
  margin-top: 8px;
}
.ticket-btn .ticket-btn-text .ticket-btn-sub {
  margin-top: 24px;
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ticket-btn .ticket-btn-text .ticket-btn-sub {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .ticket-btn .ticket-btn-text .ticket-btn-sub {
    font-size: 0.875rem;
    padding-right: 40px;
  }
}
.ticket-btn .ticket-btn-text .ticket-btn-arrow {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 140px;
  top: 50%;
  translate: 0 -50%;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .ticket-btn .ticket-btn-text .ticket-btn-arrow {
    width: 37px;
    height: 37px;
    translate: 0 0;
    top: auto;
    bottom: 21px;
    right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ticket-btn .ticket-btn-text .ticket-btn-arrow {
    right: 100px;
    width: 80px;
    height: 80px;
  }
}
.ticket-btn .ticket-btn-text .ticket-btn-arrow::before {
  content: "";
  display: block;
  width: 30px;
  height: 21px;
  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: #1A1A1A;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .ticket-btn .ticket-btn-text .ticket-btn-arrow::before {
    width: 13px;
    height: 9px;
  }
}
.ticket-btn .ticket-btn-text .ticket-btn-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  scale: 0;
  transition: 0.5s;
  opacity: 0;
  background-color: #1A1A1A;
  border: 1px solid #1A1A1A;
}
.ticket-btn:hover .ticket-btn-img img, .ticket-btn:focus .ticket-btn-img img {
  scale: 1.2;
}
.ticket-btn:hover .ticket-btn-text .ticket-btn-title .ticketName::before, .ticket-btn:focus .ticket-btn-text .ticket-btn-title .ticketName::before {
  width: 100%;
}
.ticket-btn:hover .ticket-btn-text .ticket-btn-arrow::after, .ticket-btn:focus .ticket-btn-text .ticket-btn-arrow::after {
  scale: 1;
  opacity: 1;
}
.ticket-btn:hover .ticket-btn-text .ticket-btn-arrow::before, .ticket-btn:focus .ticket-btn-text .ticket-btn-arrow::before {
  background-color: #fff;
}

@media (min-width: 992px) {
  .circle-btn {
    width: 300px;
  }
}
.circle-btn a {
  display: block;
  padding: 30px;
  transition: 0.9s;
  color: #fff;
}
.circle-btn a span {
  width: 240px;
  height: 240px;
  border-radius: 1000px;
  border: 1px solid;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.circle-btn a span::after {
  content: "";
  display: block;
  width: 30px;
  height: 21px;
  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;
  margin-top: 24px;
  transition: 0.5s;
}
.circle-btn a span::before {
  content: "";
  width: 240px;
  height: 240px;
  border-radius: 1000px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  scale: 0;
  transition: 0.5s;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #fff;
}
.circle-btn a:hover span, .circle-btn a:focus span {
  color: #1A1A1A;
  border-color: #fff;
}
.circle-btn a:hover span::after, .circle-btn a:focus span::after {
  background-color: #1A1A1A;
}
.circle-btn a:hover span::before, .circle-btn a:focus span::before {
  scale: 1;
  opacity: 1;
}

.scroll_target {
  transition: 0.5s;
}
.scroll_target.scale {
  scale: 0;
  opacity: 0;
}
.scroll_target.scale.active {
  scale: 1;
  opacity: 1;
}
.scroll_target.fade {
  transition: 0.8s;
  opacity: 0;
}
.scroll_target.fade.active {
  opacity: 1;
}
.scroll_target.slideUp {
  translate: 0 60px;
  transition: 0.8s;
}
.scroll_target.slideUp.active {
  translate: 0 0;
}

main {
  position: relative;
}

footer {
  padding-top: 240px;
  background-color: #1A1A1A;
  color: #fff;
}
footer > div {
  position: relative;
  z-index: 5;
}
footer .footer-box {
  font-family: "objektiv-variable", sans-serif;
  font-variation-settings: "wght" 300;
  letter-spacing: 0px;
}
footer .footer-box h3 {
  margin-bottom: 16px;
}
footer .footer-box p + h3 {
  margin-top: 24px;
}
footer .footer-contents {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 80px;
  padding-bottom: 16px;
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  footer .footer-contents {
    flex-direction: column;
    padding-top: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer .footer-contents .left {
  width: 60%;
}
@media (max-width: 767px) {
  footer .footer-contents .left {
    width: 100%;
    order: 2;
    margin-top: 80px;
  }
}
footer .footer-contents .site-title {
  font-size: 20vw;
  line-height: 1;
  opacity: 0.2;
  position: relative;
  font-family: "kohinoor", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  align-items: end;
}
@media (min-width: 768px) {
  footer .footer-contents .site-title {
    width: 280px;
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  footer .footer-contents .site-title {
    width: 400px;
    font-size: 120px;
  }
}
footer .footer-contents .site-title span {
  font-size: 7vw;
  font-family: "objektiv-variable", sans-serif;
  font-variation-settings: "wght" 300;
  letter-spacing: 0px;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.6;
}
@media (min-width: 768px) {
  footer .footer-contents .site-title span {
    position: absolute;
    left: 100%;
    bottom: 0;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  footer .footer-contents .site-title span {
    bottom: -6px;
    font-size: 60px;
  }
}
footer .footer-contents address {
  font-size: 12px;
  font-family: "kohinoor", sans-serif;
  font-weight: 300;
  font-style: normal;
}
footer .footer-contents .right {
  width: 40%;
}
@media (max-width: 767px) {
  footer .footer-contents .right {
    width: 100%;
    order: 1;
  }
}

.sns {
  display: flex;
  justify-content: right;
  align-items: center;
}
@media (max-width: 767px) {
  .sns {
    justify-content: center;
  }
}
.sns a {
  display: block;
  padding: 12px;
  transition: transform 0.9s cubic-bezier(0.24, 0.45, 0.32, 1);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1px;
}
.sns a span {
  width: 76px;
  height: 76px;
  border-radius: 1000px;
  border: 1px solid;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.sns a span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  scale: 0;
  transition: 0.5s;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #fff;
}
.sns a:hover, .sns a:focus {
  color: #1A1A1A;
}
.sns a:hover span, .sns a:focus span {
  border-color: #fff;
}
.sns a:hover span::before, .sns a:focus span::before {
  scale: 1;
  opacity: 1;
}

.col2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .col2 .left {
    width: calc(100% - 300px);
  }
}/*# sourceMappingURL=style.css.map */