/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: clamp(14px, 1.4166666667vw, 17px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
body * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
body.is-scroll-locked {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  outline: none;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a img {
  border-style: none;
  transition: 0.3s;
}
a:hover {
  transform: translateY(-5px);
}

img {
  width: 100%;
  max-width: 100%;
}

@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 660px) and (orientation: landscape) {
  .sp_p {
    display: none;
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .np {
    display: none;
  }
}
.pagetitle {
  background-color: #0096F0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 max(5vw, 25px);
  aspect-ratio: 10/2.5;
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .pagetitle {
    margin-top: 65px;
  }
}
@media screen and (max-width: 668px) {
  .pagetitle {
    margin-top: 50px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pagetitle {
    aspect-ratio: 80/50;
  }
}
.pagetitle__inner {
  width: 1440px;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.pagetitle__inner__title {
  width: 33%;
  max-width: 474px;
}
@media screen and (max-width: 800px) {
  .pagetitle__inner__title {
    width: 40%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pagetitle__inner__title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pagetitle__inner__line {
  background-color: #fff;
  flex-grow: 2;
  height: 1px;
  margin: 0 30px;
}
.pagetitle__inner h2 {
  font-size: 3.2rem;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  .pagetitle__inner h2 {
    font-size: clamp(20px, 2.6666666667vw, 100px);
  }
}
.pagetitle__inner h2 {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .pagetitle__inner h2 {
    letter-spacing: 0;
  }
}
.pagetitle .bgObjectCommon {
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .pagetitle .bgObjectCommon > p {
    width: max(25%, 100px) !important;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pagetitle .bgObjectCommon > p {
    width: max(35%, 150px) !important;
  }
}
.pagetitle .bgObjectCommon > p.obj02 {
  top: -10%;
  right: 10%;
}
@media screen and (max-width: 1200px) {
  .pagetitle .bgObjectCommon > p.obj02 {
    right: auto;
    left: 62%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pagetitle .bgObjectCommon > p.obj02 {
    top: 5%;
    left: 82%;
  }
}
.pagetitle .bgObjectCommon > p.obj03 {
  top: auto;
  bottom: -2%;
  right: -5%;
}
.pagetitle .bgObjectCommon > p.obj04 {
  top: 10%;
  left: -5%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pagetitle .bgObjectCommon > p.obj04 {
    top: 1%;
    left: -10%;
  }
}
.pagetitle .bgObjectCommon > p.obj06 {
  top: 80%;
  bottom: auto;
}
@media screen and (max-width: 1200px) {
  .pagetitle .bgObjectCommon > p.obj06 {
    left: 25%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pagetitle .bgObjectCommon > p.obj06 {
    top: 80%;
    left: 35%;
    width: 150px;
  }
}
.pagetitle .bgObjectCommon > p.obj07 {
  bottom: -47%;
  right: 20%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .pagetitle .bgObjectCommon > p.obj07 {
    right: calc(100% - 100px);
    bottom: -10%;
  }
}

#contents {
  position: relative;
  z-index: 2;
}
#contents a, #contents .slick-initialized {
  pointer-events: auto;
}

.js-move {
  perspective: 100em;
  position: relative;
  overflow: hidden;
}
.js-move .js-item {
  transform-style: preserve-3d;
  position: absolute;
}

.bgObjectCommon {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (orientation: portrait) {
  .bgObjectCommon {
    opacity: 0.15;
  }
}
.bgObjectCommon > p {
  position: absolute;
  width: max(23%, 200px);
}
@media screen and (orientation: portrait) {
  .bgObjectCommon > p {
    width: max(35%, 150px);
  }
}
.bgObjectCommon > p.obj01 {
  top: -10%;
  left: 20%;
}
@media screen and (orientation: portrait) {
  .bgObjectCommon > p.obj01 {
    top: -5%;
    left: 35%;
  }
}
.bgObjectCommon > p.obj02 {
  top: -10%;
  right: 10%;
}
@media screen and (orientation: portrait) {
  .bgObjectCommon > p.obj02 {
    top: 5%;
    right: auto;
    left: 82%;
  }
}
.bgObjectCommon > p.obj03 {
  top: 17%;
  right: 2%;
}
@media screen and (orientation: portrait) {
  .bgObjectCommon > p.obj03 {
    top: auto;
    bottom: -2%;
    right: -2%;
  }
}
.bgObjectCommon > p.obj04 {
  top: 20%;
  left: 1%;
}
@media screen and (orientation: portrait) {
  .bgObjectCommon > p.obj04 {
    top: 1%;
    left: -10%;
  }
}
.bgObjectCommon > p.obj05 {
  left: -5%;
  bottom: 1%;
}
@media screen and (orientation: portrait) {
  .bgObjectCommon > p.obj05 {
    bottom: 14%;
  }
}
.bgObjectCommon > p.obj06 {
  bottom: -12%;
  left: 20%;
}
@media screen and (orientation: portrait) {
  .bgObjectCommon > p.obj06 {
    left: -10%;
    top: 27%;
    width: min(100%, 500px);
  }
}
.bgObjectCommon > p.obj07 {
  bottom: -5%;
  right: 15%;
}
@media screen and (orientation: portrait) {
  .bgObjectCommon > p.obj07 {
    right: calc(100% - 100px);
    bottom: -3%;
  }
}
.bgObjectCommon > p.obj08 {
  bottom: 17%;
  right: -3%;
}
@media screen and (orientation: portrait) {
  .bgObjectCommon > p.obj08 {
    bottom: 21%;
  }
}

.btnBlack {
  width: fit-content;
  min-width: 225px;
}
.btnBlack a {
  padding: 15px 50px 15px 20px;
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .btnBlack a {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}
.btnBlack a {
  font-weight: 700;
  background-color: #222;
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 120%;
}
.btnBlack a::after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
  transition: 0.3s;
}
.btnBlack a:hover {
  transform: translateY(0);
  background-color: #0096F0;
}
.btnBlack a:hover::after {
  right: 15px;
}

.skip a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 12px 16px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .skip a {
    font-size: clamp(14px, 1.25vw, 100px);
  }
}
.skip a {
  background: #222;
  color: #fff;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
}
.skip a:focus, .skip a:focus-visible {
  transform: translateY(0);
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 max(3vw, 15px);
  z-index: 200;
  pointer-events: none;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .head {
    height: 65px;
  }
}
@media screen and (max-width: 668px) {
  .head {
    height: 50px;
  }
}
.head a:hover {
  transform: translateY(0) scale(1.1);
}
.head h1 a {
  width: 135px;
  line-height: 100%;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: fill;
  padding: 8px;
}
@media screen and (max-width: 668px) {
  .head h1 a {
    width: 100px;
  }
}
.head__lang {
  margin-left: auto;
  pointer-events: fill;
}
@media screen and (max-width: 668px) {
  .head__lang {
    width: 30px;
  }
}
.head__menu {
  margin-left: 15px;
  pointer-events: fill;
}
@media screen and (max-width: 668px) {
  .head__menu {
    margin-left: 10px;
  }
}
.head__menu .menuIcon {
  width: 60px;
  height: 40px;
}
@media screen and (max-width: 668px) {
  .head__menu .menuIcon {
    width: 40px;
    height: 27px;
  }
}
.head__menu .line {
  transform-origin: 50% 50%;
  transform-box: fill-box;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.head__menu .menuToggle.is-open .line--top {
  transform: translateY(13px) rotate(45deg);
}
.head__menu .menuToggle.is-open .line--center {
  opacity: 0;
}
.head__menu .menuToggle.is-open .line--bottom {
  transform: translateY(-13px) rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
  .line {
    transition: none;
  }
}
.slidemenu {
  background: #353535;
  color: #fff;
  z-index: 100;
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px max(5vw, 25px) max(5vw, 50px);
  height: 100vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media screen and (max-width: 960px) {
  .slidemenu {
    padding-top: 85px;
  }
}
@media screen and (max-width: 668px) {
  .slidemenu {
    padding-top: 75px;
  }
}
.slidemenu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.slidemenu.is-closing {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
.slidemenu__inner {
  width: 1200px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-block: auto;
  pointer-events: none;
}
@media screen and (orientation: portrait) {
  .slidemenu__inner {
    width: 640px;
    max-width: 640px;
  }
}
.slidemenu__inner__title {
  width: calc(36% - 45px);
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .slidemenu__inner__title {
    width: calc(36% - 30px);
  }
}
@media screen and (orientation: portrait) {
  .slidemenu__inner__title {
    width: 100%;
    max-width: 550px;
    margin-bottom: 30px;
  }
}
.slidemenu__inner__main {
  width: calc(64% - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .slidemenu__inner__main {
    width: 64%;
  }
}
@media screen and (orientation: portrait) {
  .slidemenu__inner__main {
    width: 100%;
  }
}
.slidemenu__inner__main ul {
  border-top: 1px solid #fff;
  width: calc(50% - 20px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .slidemenu__inner__main ul {
    width: calc(50% - 10px);
  }
}
@media screen and (orientation: portrait) {
  .slidemenu__inner__main ul {
    width: 100%;
  }
}
.slidemenu__inner__main ul li a {
  pointer-events: visible;
  display: block;
  padding: 20px 35px 20px 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .slidemenu__inner__main ul li a {
    font-size: clamp(14px, 1.3333333333vw, 100px);
  }
}
.slidemenu__inner__main ul li a {
  line-height: 130%;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .slidemenu__inner__main ul li a {
    padding: 13px 35px 13px 10px;
  }
}
.slidemenu__inner__main ul li a::after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 15px;
  top: calc(50% - 6px);
  transition: 0.3s;
}
.slidemenu__inner__main ul li a:hover {
  transform: translateY(0);
  background-color: #0096F0;
}
.slidemenu__inner__main ul li a:hover::after {
  right: 10px;
}
.slidemenu__inner__main ul li.white {
  margin-top: auto;
}
.slidemenu__inner__main ul li.white a {
  background-color: #fff;
  color: #222;
}
.slidemenu__inner__main ul li.white a::after {
  filter: brightness(0);
}
.slidemenu__inner__main ul li.white a:hover {
  background-color: #222;
  color: #fff;
}
.slidemenu__inner__main ul li.white a:hover::after {
  filter: brightness(1);
}

.foot {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.foot__inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
  .foot__inner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .foot__inner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.foot__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
}
@media screen and (max-width: 1200px) {
  .foot__inner {
    font-size: clamp(14px, 1.6666666667vw, 100px);
  }
}
.foot__inner {
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .foot__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.foot__inner__about {
  margin-right: 20px;
}
.foot__inner__about h5 {
  width: 150px;
  margin-bottom: 30px;
}
.foot__inner__about__add {
  line-height: 200%;
  margin-bottom: 30px;
}
.foot__inner__about__sns {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .foot__inner__about__sns {
    gap: 40px;
    justify-content: space-between;
  }
}
.foot__inner__about__sns section h6 {
  margin-bottom: 20px;
}
.foot__inner__about__sns section ul {
  display: flex;
  gap: 20px;
}
.foot__inner__about__sns section ul li {
  width: 38px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .foot__inner__about__sns section ul li {
    width: 28px;
  }
}
.foot__inner__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .foot__inner__link {
    display: block;
  }
}
.foot__inner__link ul {
  margin-left: 20px;
}
.foot__inner__link ul li {
  list-style: disc;
}
.foot__inner__link ul:not(:first-child) {
  margin-left: 60px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .foot__inner__link ul:not(:first-child) {
    margin-left: 20px;
  }
}
.foot__inner__link ul li {
  margin-top: 10px;
}
.foot__inner__link ul li a {
  text-decoration: underline;
}

.btnTicket {
  position: fixed;
  right: 20px;
  bottom: 0;
  padding: 20px 0;
  z-index: 100;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .btnTicket {
    right: 10px;
    padding: 20px 0 10px;
  }
}
.btnTicket a {
  width: 124px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
}
@media screen and (max-width: 960px) {
  .btnTicket a {
    width: 100px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .btnTicket a {
    width: 80px;
  }
}
.btnTicket a span {
  display: block;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .btnTicket a span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .btnTicket a span {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
}