@charset "UTF-8";
/*ブレイクポイントを設定*/
/*sectionのpadding定義*/
/* color */
.ifc {
  color: #03212b;
}

.white {
  color: white;
}

.blue {
  color: #2f3b57;
}

.blue2 {
  color: #89d6ff;
}

.red {
  color: #e04925;
}

.green {
  color: #47f27c;
}

.yellow {
  color: #faf8e5;
}

.bgwh {
  background: white;
}

.bgblu {
  background: #2f3b57;
}

.bgblu2 {
  background: #ccd2e0;
}

.bgred {
  background: #e04925;
}

.bggre {
  background: #47f27c;
}

.bgyel {
  background: #faf8e5;
}

.bgba {
  background: #faf8e5;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  color: white;
  background: #03212b;
  width: 100%;
  font-family: "Noto sans JP", sans-serif;
}
body.open {
  height: 100vh;
}
@media screen and (max-width: 591px) {
  body {
    font-size: 14px;
  }
}

.lista {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

p {
  color: white;
  text-align: left;
}

.f18 {
  font-size: clamp(15px, 1.8vw, 18px);
  text-align: left;
  width: min(95%, 860px);
}

/*リンク表示方法*/
a {
  text-decoration: none;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:active {
  color: white;
}

a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 1;
}

:has(> .lista) {
  position: relative;
}

.lista {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid {
  display: grid;
  grid-template-columns: center;
}

.i-text {
  display: inline-block;
}

.ver-rl {
  writing-mode: vertical-rl;
}

.active1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .active1200 {
    display: block;
  }
}

.active1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .active1000 {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.active768 {
  display: none;
}
@media screen and (max-width: 767px) {
  .active768 {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.active591 {
  display: none;
}
@media screen and (max-width: 591px) {
  .active591 {
    display: block;
  }
}

.active414 {
  display: none;
}
@media screen and (max-width: 414px) {
  .active414 {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .vanish1200 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 1000px) {
  .vanish1000 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 767px) {
  .vanish768 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 591px) {
  .vanish591 {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .vanish414 {
    display: none;
  }
}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/
.pc,
.pc2 {
  display: block;
}
@media screen and (max-width: 1000px) {
  .pc,
  .pc2 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

.sp,
.sp2,
.spTel {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp,
  .sp2,
  .spTel {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.pcTel {
  display: inline;
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/
.mainTit {
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.mainTit img {
  max-height: 117px;
  max-width: 92%;
}
@media screen and (max-width: 591px) {
  .mainTit img {
    max-height: 95px;
  }
}
@media screen and (max-width: 414px) {
  .mainTit img {
    max-height: 65px;
  }
}

.mainTit .en {
  font-size: clamp(30px, 6vw, 60px);
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.mincho {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
}

.en {
  font-family: "Cinzel", serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.come {
  margin: 8px auto;
  text-align: left;
  width: 100%;
  color: white;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/
table {
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  table {
    width: 100%;
    /*スタイルを展開したいところに記述する*/
  }
  table th,
  table td {
    width: 100% !important;
    display: block;
  }
}

/*-----------------------------------------------------------
モーダル
-----------------------------------------------------------*/
#modal {
  display: none;
}

/*-----------------------------------------------------------
ページトップ
-----------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 245px;
  right: 25px;
  z-index: 9999;
  background: #1a1a1a;
  width: 60px;
  height: 60px;
  border-radius: 3px;
}
#pageTop a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  transition: 0.2s;
}
#pageTop a img {
  transform: rotate(-90deg);
}
#pageTop a:hover {
  background: #000;
}
@media screen and (max-width: 591px) {
  #pageTop {
    display: none !important;
  }
}

/*-----------------------------------------------------------
スクロールバー
-----------------------------------------------------------*/
.scroll-pane {
  width: 100% !important;
  height: 300px; /*箱の高さ*/
  margin: 40px auto 0;
  overflow-y: auto;
}
.scroll-pane:focus {
  outline: none;
}

/*-----------------------------------------------------------
画像LP用
-----------------------------------------------------------*/
body {
  background: #03212b;
  position: relative;
}
body::before {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  background: url(../img/bg.webp) repeat;
  mix-blend-mode: color-dodge;
  opacity: 0.56;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

main {
  background: #03212b;
  max-width: 760px;
  margin: auto;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
  main {
    box-shadow: none;
    /*スタイルを展開したいところに記述する*/
  }
}

header {
  width: 100%;
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
  transition: 0.2s;
}
header.headerScroll {
  height: 70px;
}
header.headerScroll .header_inner {
  background: #d5d9db;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 760px);
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px 15px;
  transition: 0.2s;
  background: white;
}
header .header_inner div {
  max-height: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header_inner div .contct_head {
  margin-right: 12px;
  width: 32px;
}
header .header_inner .contct_head {
  margin-left: 1em;
  transition: 0.2s;
}
header .header_inner .contct_head:hover {
  opacity: 1;
  transform: rotate(7deg);
}
header .header_inner button {
  background: none;
  border: none;
  margin-right: 1.5em;
  padding-left: 1em;
}
header .header_inner a {
  max-height: 80px;
  object-fit: contain;
  height: 100%;
}
header .header_inner a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .header_inner a.btn img {
  transition: 0.2s;
}
header .header_inner a.btn:hover {
  opacity: 1;
}
header .header_inner a.btn:hover img {
  transform: scale(1.1);
}
header .header_inner a.hlogo {
  padding: 4px 0 8px 0;
  height: 100%;
}
header .header_inner .h_btnarea {
  padding: 4px 0;
}
header .header_inner .h_btnarea a.jump_to_ticket {
  height: 100%;
  position: relative;
  display: grid;
  place-content: center;
  width: 175px;
  background: #d1d64b;
  border: 2px solid #03212b;
  box-shadow: 3px 3px 0 #03212b;
  transition: 0.2s;
}
header .header_inner .h_btnarea a.jump_to_ticket p {
  color: #03212b;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
header .header_inner .h_btnarea a.jump_to_ticket p:after {
  content: "";
  position: absolute;
  right: -1.6em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  background: url(../img/icon_arrow.webp) no-repeat center center/contain;
  transition: 0.2s;
}
header .header_inner .h_btnarea a.jump_to_ticket:hover {
  background: #eee;
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #03212b;
}
header .header_inner .h_btnarea a.jump_to_ticket:hover p:after {
  right: -1.9em;
}
header a.hlogo:hover {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  header {
    top: 0;
    width: 100%;
    position: fixed;
    /*スタイルを展開したいところに記述する*/
  }
  header .hlogo {
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  header {
    /*スタイルを展開したいところに記述する*/
  }
}
@media screen and (max-width: 591px) {
  header .header_inner .h_btnarea a.jump_to_ticket {
    width: 145px;
    padding-right: 0.5em;
  }
  header .header_inner a img {
    max-width: 95px;
  }
  header .header_inner .contct_head {
    margin: 0;
  }
  header .header_inner .contct_head img {
    width: 30px;
  }
}
@media screen and (max-width: 414px) {
  header {
    height: 65px;
  }
  header .header_inner .h_btnarea a.jump_to_ticket p {
    font-size: 14px;
  }
  header.headerScroll {
    height: 55px;
  }
  header .header_inner::after {
    height: 3px;
  }
}

.content_wrap {
  width: 74.36%;
  margin: 40px auto min(8vw, 100px);
  padding: 3em 3em;
}
.content_wrap.attention_rule {
  border: 2px solid #ccc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_wrap.attention_rule ul.ruleList li {
  line-height: 1.45;
  margin-bottom: 0.5em;
  font-size: clamp(16px, 2.6vw, 26px);
}
.content_wrap.attention_rule ul.ruleList li a {
  color: #d1d64b;
  text-decoration: underline;
}
.content_wrap.attention_rule ul.ruleList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content_wrap {
    width: 90%;
    padding: 2em 5% 5%;
    /*スタイルを展開したいところに記述する*/
  }
}

.mainTit {
  text-align: center;
  margin-bottom: 32px;
}

.subtit {
  position: absolute;
  top: -17px;
  background: #000;
  padding: 0 12px;
  display: flex;
}
.subtit img {
  max-height: 42px;
}
@media screen and (max-width: 767px) {
  .subtit img {
    max-height: max(26px, 1.2em);
    /*スタイルを展開したいところに記述する*/
  }
}

.top-con {
  padding-top: min(10%, 100px);
}

.base-con {
  padding: min(10%, 100px) 0;
}

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

#ticket {
  background: #000;
}
#ticket table {
  width: 74.36%;
  background: #2e2c2c;
  margin: min(8%, 60px) auto min(10%, 85px);
  border: 2px solid #ccc;
  font-size: clamp(20px, 3.5vw, 35px);
}
#ticket table tr {
  display: flex;
  justify-content: space-between;
}
#ticket table th {
  border-right: 1px solid #777;
  background: #666;
}
#ticket table th,
#ticket table td {
  padding: 0.3em;
  width: 50%;
  text-align: center;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ticket table th div,
#ticket table td div {
  text-align: center;
  line-height: 1.25;
}
#ticket table th span,
#ticket table td span {
  font-size: 0.6em;
  display: block;
  margin-top: 0.3em;
  width: 100%;
}
@media screen and (max-width: 591px) {
  #ticket table {
    width: 85%;
  }
  #ticket table tr {
    display: flex;
    flex-direction: column;
  }
  #ticket table th {
    height: 62px;
  }
  #ticket table td {
    height: 80px;
    font-size: 23px;
  }
}
#ticket .subtit {
  background: #000;
}

.btn_con {
  width: 100%;
  display: block;
  margin: auto;
  transition: 0.2s;
  animation: btn 3.5s ease infinite;
}
.btn_con:hover {
  opacity: 1;
  transform: scale(1.1);
}
@media screen and (max-width: 591px) {
  .btn_con {
    width: 85%;
  }
}

.btn_area {
  width: min(95%, 515px);
  margin: auto;
  text-align: center;
}
.btn_area .btn {
  display: block;
}
.btn_area .btn_deco {
  width: 90%;
  margin-bottom: 24px;
}
.btn_area .come {
  width: 95%;
  margin: auto;
  text-align: center;
  font-size: clamp(10px, 1.6vw, 20px);
  line-height: 1.25;
}
.btn_area .attention-p {
  width: 95%;
  margin: 20px auto 0;
  text-align: center;
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.45;
}
.btn_area .attention-p a {
  color: #d1d64b;
}

#access {
  text-align: center;
}
#access .accname {
  height: 104px;
}
#access iframe {
  margin-top: min(5vw, 35px);
}
#access .come {
  font-weight: 500;
  width: min(95%, 515px);
  margin: 1.5em auto 0;
}
@media screen and (max-width: 414px) {
  #access .accname {
    height: 80px;
  }
  #access iframe {
    height: 135px;
  }
}

@media screen and (max-width: 414px) {
  .btn_area .come {
    margin-top: 0.5em;
  }
}
@keyframes btn {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-15px);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-15px);
  }
  75% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
.link_area {
  position: relative;
  display: flex;
  justify-content: center;
}
.link_area .btn_area {
  position: absolute;
  bottom: 10%;
}
@media screen and (max-width: 414px) {
  .link_area .btn_area {
    bottom: 3.5%;
  }
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
@media screen and (max-width: 414px) {
  .headerScroll .lang-menu {
    display: none;
  }
  header .header_inner div {
    flex-direction: column;
  }
  header .header_inner div .lang-menu {
    flex-direction: row;
    height: 1em;
    position: absolute;
    bottom: -2em;
    left: 10px;
    background: white;
    padding: 6px;
    line-height: 1.25;
  }
}
.lang-menu {
  transition: 0.2s;
}
.lang-menu a {
  font-size: clamp(11px, 1.2vw, 12px);
  color: #03212b;
  display: flex;
  align-items: center;
}
.lang-menu a::after {
  content: "|";
  padding: 0 0.4em;
}
.lang-menu a:last-of-type:after {
  content: none;
}

.wordchoice {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 8px 16px;
  font-size: 12px;
  border-radius: 0 0 0 3px;
  color: #888;
}
.wordchoice.sp {
  display: none;
}
.wordchoice button {
  padding: 0 12px;
  background: none;
  border: none;
  color: #888;
  line-height: 1;
}
.wordchoice button.active {
  color: white;
}
.wordchoice button:hover {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .wordchoice {
    /*スタイルを展開したいところに記述する*/
  }
  .wordchoice.pc {
    display: none;
  }
  .wordchoice.sp {
    display: block;
    top: initial;
    bottom: 10%;
  }
}

.w-en,
.w-jp {
  display: none;
}
.w-en.is-active,
.w-jp.is-active {
  display: block;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/
h1 {
  height: 100%;
}

#main {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 95%;
  max-width: 1536px;
  margin: 0 auto;
}

.inner12 {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.p-img {
  text-align: center;
  width: 100%;
}

main {
  margin-top: 2em;
}

.first_view .abso {
  position: absolute;
  width: 80%;
  top: calc(65px - 1em);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 414px) {
  .first_view .abso {
    top: calc(65px - 2em);
  }
}

#news {
  color: #03212b;
  padding: min(5%, 50px) 0;
  border-radius: 30px 30px 0 0;
  width: 100%;
}
#news .inner {
  width: min(90%, 1536px);
  margin: auto;
}
#news .left {
  width: 30%;
  padding: 0 30px 0 min(12vw, 120px);
}
#news .left h2.mainTit {
  text-align: left;
  margin: 0 auto 0 0;
}
#news .left h2.mainTit .en {
  font-size: clamp(23px, 6vw, 60px);
}
#news .newsList {
  width: min(70%, 1080px);
}
#news .newsList li {
  border-bottom: 1px solid #ccc;
  margin: 0;
  line-height: 1.45;
}
#news .newsList li dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3% 0;
}
#news .newsList li dl dt {
  margin: 0 20px 0 0;
  display: flex;
  font-family: "Cinzel", serif;
}
#news .newsList li dl dt .date {
  width: min(100%, 100px);
}
#news .newsList li dl dt .cate {
  width: 100%;
  margin-left: 1em;
}
#news .newsList li dl dd {
  width: 100%;
  padding-top: 8px;
}
#news .newsList li dl dd a {
  color: #03212b;
  cursor: pointer;
}
#news .newsList li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  #news {
    /*スタイルを展開したいところに記述する*/
  }
  #news .left {
    padding-left: 0;
  }
}
@media screen and (max-width: 591px) {
  #news .flex {
    flex-direction: column;
  }
  #news .flex .left {
    width: 100%;
    padding: 0;
  }
  #news .flex .left h2.mainTit {
    padding-top: 3%;
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  #news .flex .left h2.mainTit .en {
    margin: 0 0.5em 0 0;
    line-height: 1;
  }
  #news .flex ul.newsList {
    margin: 12px auto 0;
    width: 100%;
  }
  #news .flex ul.newsList li {
    width: 100%;
  }
  #news .flex ul.newsList li dt {
    line-height: 1;
  }
  #news .flex ul.newsList li dd {
    font-size: 13px;
  }
}

.news_kanagawa {
  text-align: center;
  margin-top: min(8%, 80px);
  position: relative;
  z-index: 5;
}
.news_kanagawa .news_logo {
  width: 145px;
  padding-right: 12px;
  display: block;
  margin: auto;
  margin: min(5%, 25px) auto 0;
}
.news_kanagawa .news_txt {
  height: 44px;
  margin: min(5%, 20px) auto 0;
}
.news_kanagawa .btn2 {
  background: #000;
  width: min(95%, 280px);
  height: 60px;
  display: grid;
  place-content: center;
  margin: 25px auto;
  transition: 0.2s;
}
.news_kanagawa .btn2 p {
  width: 100%;
  position: relative;
  transition: 0.2s;
}
.news_kanagawa .btn2 p::after {
  content: "";
  position: absolute;
  right: -2em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background: url(../img/btn02_arrow.webp) no-repeat center center/contain;
  transition: 0.2s;
}
.news_kanagawa .btn2:hover {
  background: #333;
}
.news_kanagawa .btn2:hover p {
  color: #333;
}
.news_kanagawa .btn2:hover p::after {
  right: -2.5em;
}
.news_kanagawa .btn2:visited {
  background: #000;
}
.news_kanagawa .btn2:visited p {
  color: white;
}
@media screen and (max-width: 414px) {
  .news_kanagawa img {
    width: 90%;
  }
  .news_kanagawa .news_logo {
    width: 100px;
  }
  .news_kanagawa .news_txt {
    height: 30px;
    width: auto;
  }
}

.titbox {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.titbox .mainTit {
  font-size: clamp(64px, 17vw, 170px);
  margin-right: min(6%, 60px);
}

.scrollzone {
  overflow-y: scroll;
  background: #333;
  border-radius: 12px;
  margin: 25px auto 0;
  width: calc(100% - 10px);
  padding: 30px 5%;
  height: 180px;
}
.scrollzone::-webkit-scrollbar {
  width: 10px;
  background-color: #333;
}
.scrollzone::-webkit-scrollbar-track {
  background: #666;
}
.scrollzone::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 3px;
}
.scrollzone h4 {
  font-size: 30px;
  font-size: clamp(15px, 2.3vw, 23px);
  font-weight: 700;
  text-align: center;
  padding-bottom: 12px;
}
.scrollzone .termList {
  width: 100%;
}
.scrollzone .termList li {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.scrollzone .termList li dt {
  font-weight: 700;
  margin-bottom: 8px;
}
.scrollzone .termList li dd {
  font-weight: 400;
}
@media screen and (max-width: 414px) {
  .scrollzone {
    height: 140px;
    padding: 1em 5%;
  }
  .scrollzone .termList {
    font-size: 13px;
  }
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/
footer {
  width: min(100%, 760px);
  font-weight: 400;
  font-size: 13px;
  margin: auto;
  position: relative;
  background: #03212b;
  z-index: 0;
}
footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 77px;
  left: 0;
  background: url(../img/foot_bg.webp) no-repeat center center/cover;
  width: 100%;
  height: 400px;
  mix-blend-mode: multiply;
}
footer p.copyright {
  width: 100%;
  text-align: center;
  background: #000;
  font-size: 13px;
  line-height: 1;
  padding: 2.5em 2em;
  position: relative;
  z-index: 2;
}
footer .f-inner {
  position: relative;
  z-index: 1;
  padding: min(5%, 60px) min(5%, 60px) min(8%, 80px);
}
footer .flex {
  width: 100%;
  justify-content: center;
}
footer .flex .f-head {
  margin-right: 5%;
}
footer .flex .f-head .f-logo {
  width: 165px;
  margin: auto;
}
footer .flex .f-head .f-logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .flex .f-head {
    margin-right: 0;
    /*スタイルを展開したいところに記述する*/
  }
  footer .flex .f-head .f-logo {
    width: 125px;
  }
}
footer .flex .f-body {
  width: 65%;
  display: flex;
  justify-content: space-between;
}
footer .flex .f-body .f-txt {
  width: calc(100% - (160px + 5%));
  margin-right: 5%;
}
footer .flex .f-body .f-info {
  display: flex;
  align-items: center;
}
footer .flex .f-body .f-info .add {
  width: 23em;
}
@media screen and (max-width: 591px) {
  footer .flex .f-body .f-info .add {
    width: 100%;
  }
}
footer .flex a.compbtn {
  display: block;
  width: 160px;
  margin: 12px 0 0;
  border-radius: 35px;
  padding: 6px 15px;
  background: #511416;
}
footer .flex a.compbtn:hover {
  background: #1a1a1a;
}
footer .flex a.compbtn p {
  text-align: center;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  footer {
    /*スタイルを展開したいところに記述する*/
  }
  footer .flex {
    flex-direction: column;
  }
  footer .flex .f-body {
    width: 100%;
    flex-direction: column;
  }
  footer .flex .f-body .f-txt {
    margin-right: 0;
    width: 100%;
  }
  footer .flex a.compbtn {
    margin: 12px auto;
  }
}
@media screen and (max-width: 414px) {
  footer:after {
    bottom: 54px;
  }
  footer p.copyright {
    font-size: 11px;
    padding: 2em;
  }
  footer .flex .f-body .f-txt,
  footer .flex .f-body .f-info .add {
    line-height: 1.6;
    margin-top: 12px;
  }
}
footer a.btn {
  margin-top: min(5%, 30px);
  background: #2f3b57;
}
footer .copyflex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
footer .copyflex .copyflex-inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
footer .copyflex .copyflex-inner a.copypp {
  display: block;
  text-align: right;
  color: #d5d9db;
}
footer .copyflex .copyflex-inner a.copypp.asct {
  margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
  footer .copyflex {
    flex-direction: column;
    padding: 6% 0 0;
    /*スタイルを展開したいところに記述する*/
  }
  footer .copyflex .snsList {
    margin-top: 12px;
  }
  footer .copyflex .snsList,
  footer .copyflex .copyflex-inner {
    justify-content: center;
  }
  footer .copyflex p.copyright {
    width: 35%;
    font-size: 12px;
    padding-left: 0;
  }
  footer .copyflex a.copypp {
    text-align: left;
    font-size: 12px;
  }
}
@media screen and (max-width: 591px) {
  footer .copyflex {
    flex-direction: column;
  }
  footer .copyflex p.copyright {
    width: auto;
    margin: auto;
  }
  footer .copyflex .copyflex-inner {
    margin-top: 1em;
    justify-content: center;
  }
}
@media screen and (max-width: 414px) {
  footer .copyflex {
    flex-direction: column;
  }
  footer .copyflex .copyflex-inner {
    flex-direction: column;
    align-items: center;
  }
  footer .copyflex .copyflex-inner a {
    text-align: center;
  }
  footer .copyflex .copyflex-inner a.copypp.asct {
    margin-right: 0;
  }
  footer .copyflex p.copyright {
    text-align: center;
  }
  footer .copyflex a.copypp {
    text-align: center;
    margin-top: 12px;
  }
}
footer .snsList {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-top: min(6%, 60px);
}
footer .snsList li {
  padding: 20px;
}
footer .snsList li a {
  width: 25px;
  height: 25px;
  display: grid;
  place-content: center;
}

.content01 {
  width: min(90%, 630px);
  margin: 0 auto min(5%, 60px);
}

.lp_con .con02 {
  margin-bottom: min(8%, 80px);
}

#content {
  position: relative;
  padding: min(12%, 120px) 0;
}
#content h2 {
  margin: min(80px, 8%) auto;
  text-align: center;
}
#content div {
  position: relative;
  z-index: 1;
  width: 100%;
}
#content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 860px;
  background: url(../img/con03_bg.webp) no-repeat top center/contain;
}
#content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 860px;
  background: url(../img/con03_bg02.webp) no-repeat bottom center/contain;
}

#moviearea {
  position: relative;
  text-align: center;
  margin-top: -80px;
}
#moviearea iframe {
  width: 88%;
  margin: auto;
  aspect-ratio: 16/9;
  position: absolute;
  bottom: min(15%, 140px);
  left: 50%;
  transform: translateX(-50%);
}

#voice {
  background: url(../img/con05_bg.webp) no-repeat center center/cover;
  position: relative;
  text-align: center;
}
#voice::before {
  content: "";
  width: 100%;
  height: 108px;
  position: absolute;
  top: -108px;
  left: 0;
  background: url(../img/con05_bg01.webp) no-repeat bottom center/contain;
}
#voice::after {
  content: "";
  width: 100%;
  height: 108px;
  position: absolute;
  bottom: -108px;
  left: 0;
  background: url(../img/con05_bg02.webp) no-repeat top center/contain;
}
#voice .con05logo {
  width: calc(120px + 0.4em);
  padding-right: 0.4em;
}
@media screen and (max-width: 414px) {
  #voice .con05logo {
    width: 100px;
  }
}
#voice h2 {
  margin-top: 8px;
}
#voice h2 img {
  height: 35px;
}
@media screen and (max-width: 414px) {
  #voice h2 img {
    height: 30px;
  }
}

.voiceList {
  width: min(95%, 515px);
  margin: min(8%, 60px) auto 0;
}
.voiceList li {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
@media screen and (max-width: 414px) {
  .voiceList li {
    padding: 22px 0;
  }
}
.voiceList li:first-child {
  padding-top: 0;
}
.voiceList li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.voiceList dl {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.voiceList dl dt {
  order: 2;
  margin-top: 1em;
  font-size: 1.3em;
  color: #03212b;
  text-align: right;
}
.voiceList dl dt span {
  font-size: 0.75em;
  margin-left: 0.5em;
}
@media screen and (max-width: 414px) {
  .voiceList dl dt {
    margin-top: 0.6em;
    font-size: 1em;
  }
}
.voiceList dl dd {
  order: 1;
  font-size: clamp(12px, 1.5vw, 15px);
}
.voiceList dl dd p {
  color: #03212b;
}

#schedule {
  margin: 120px 0;
}
@media screen and (max-width: 414px) {
  #schedule {
    margin: 60px 0;
  }
}
#schedule .pimg {
  width: min(80%, 340px);
  margin: auto;
}
#schedule .daywrap {
  background: #c7cec5;
  border-radius: 12px;
  width: min(85%, 510px);
  text-align: center;
  padding: 20px;
  margin: min(6%, 35px) auto 0;
}
#schedule .daywrap img.yearimg {
  height: 44px;
}
#schedule .daywrap ul.dayList {
  margin: min(3%, 12px) auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
#schedule .daywrap li {
  width: 33.3333333333%;
  border-bottom: 1px solid #aca797;
  padding: 12px 0.5em 8px;
  position: relative;
  height: 65px;
}
#schedule .daywrap li:nth-last-child(-n+3) {
  border-bottom: none;
}
#schedule .daywrap li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#schedule .daywrap li.done img {
  opacity: 0.6;
}
#schedule .daywrap li.done::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
#schedule .daywrap li.done::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/day_done.webp) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(7deg);
  z-index: 2;
}
@media screen and (max-width: 591px) {
  #schedule .daywrap {
    padding: 5%;
  }
  #schedule .daywrap li {
    height: 60px;
  }
}
@media screen and (max-width: 414px) {
  #schedule .daywrap {
    padding: 5% 3%;
  }
  #schedule .daywrap img.yearimg {
    height: 38px;
  }
  #schedule .daywrap li {
    height: 50px;
    width: 125px;
    padding: 4px 0.5em 6px;
  }
  #schedule .daywrap li:nth-last-child(3) {
    border-bottom: 1px solid #aca797;
  }
}

#ticket {
  position: relative;
  padding: min(20%, 140px) 0;
}
#ticket::before {
  content: "";
  background: url(../img/con08_bg.webp) no-repeat bottom center/contain;
  width: 100%;
  height: 120px;
  position: absolute;
  top: -120px;
  left: 0;
}

main .btn p {
  width: 100%;
  font-size: clamp(13px, 2.5vw, 20px);
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #03212b;
}
main .btn:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/btn_arrow.webp) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.howtoplay .btn_area {
  padding-left: 10%;
  padding-right: 2%;
  bottom: 14%;
}
.howtoplay .btn_area.acc {
  width: 78%;
  bottom: 10%;
}
.howtoplay .btn_area.acc .accLink {
  border: 2px solid white;
  margin-top: 30px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.howtoplay .btn_area.acc .accLink:hover {
  background: #511416;
}
.howtoplay .btn_area.acc img {
  max-height: 32px;
}
@media screen and (max-width: 1000px) {
  .howtoplay .btn_area.acc {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

a.area {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.faq {
  padding: min(10%, 80px) 5%;
}

.obi_con {
  background: #03212b;
  padding: 1em;
}
.obi_con p {
  margin: 0.3em auto;
  width: 74.36%;
  letter-spacing: 0.04em;
  text-align: center;
}
.obi_con p.attention-p {
  padding: 4px;
  font-weight: 700;
}
.obi_con p.attention-p span {
  text-decoration: underline;
}
.obi_con p.attention-p span a {
  color: #d1d64b;
}
.obi_con p.come {
  font-size: clamp(13px, 1.7vw, 17px);
  margin: 1.5em auto 2.5em;
}
.obi_con p.come a {
  color: #d1d64b;
}
.obi_con p.come .i-text {
  font-size: 0.7em;
}
@media screen and (max-width: 591px) {
  .obi_con p {
    width: 100%;
  }
}

/* TOP
----------------------------------------------------------- */
.jspContainer {
  width: 100% !important;
  overflow: hidden;
  position: relative;
}

.jspPane {
  width: 100% !important;
  position: absolute;
}

.jspVerticalBar {
  width: 20px;
  position: absolute;
  top: 0;
  right: -5px;
}

.jspArrowdp,
.jspArrowDown {
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  /* background: url(../img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
  background: url(../img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
  /* background: url(./../img/scroll_bg1.png) repeat-y; */
  position: relative;
  background-position: center;
}

.jspDrag {
  width: 4px;
  margin: 0 auto;
  background: #6b6b6b;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 20px;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.ruleList p.come {
  font-size: clamp(13px, 1.6vw, 16px);
  margin-top: 0;
  margin-bottom: 2em;
  text-align: center;
}

.ticketrule_area {
  background: #ccc;
  color: #1a1a1a;
  margin: 0 auto 0.5em;
  border-radius: 3px;
}
.ticketrule_area a {
  display: grid;
  place-content: center;
  text-decoration: none !important;
  padding: 12px;
}
.ticketrule_area a p {
  font-size: clamp(16px, 2vw, 20px);
  color: white !important;
  position: relative;
}
.ticketrule_area a p::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_link.svg) no-repeat center center/contain;
  position: absolute;
  top: 55%;
  right: -1.2em;
  transform: translateY(-50%);
}

/*アコーディオン*/
.accordion-area {
  list-style: none;
  width: min(85%, 960px);
  margin: min(6%, 60px) auto 0;
  color: white;
}
.accordion-area li.accarea-item {
  border: 2px solid #ccc;
  margin-bottom: 35px;
  /*アコーディオンタイトル*/
}
@media screen and (max-width: 767px) {
  .accordion-area li.accarea-item {
    margin-bottom: 12px;
    /*スタイルを展開したいところに記述する*/
  }
}
.accordion-area li.accarea-item .acctitle {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 12px 42px 12px 3%;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(16px, 2.3vw, 23px);
}
@media screen and (max-width: 414px) {
  .accordion-area li.accarea-item .acctitle {
    padding: 12px 42px 12px 6%;
  }
}
.accordion-area li.accarea-item .acctitle p {
  color: #ffe6b3;
  position: relative;
  font-family: "noto serif JP", serif;
  font-weight: 600;
  line-height: 1.45;
}
.accordion-area li.accarea-item .acctitle p::before {
  content: "Q.";
  font-size: 1.2em;
  margin-right: 0.6em;
  color: #d5cf8e;
  font-family: "Cinzel", serif;
  font-weight: 300;
}
.accordion-area li.accarea-item .acctitle:after {
  /*アイコンの＋と×*/
  content: "";
  position: absolute;
  display: block;
  background: url(../img/icon_arrow.webp) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.2s;
}
.accordion-area li.accarea-item .acctitle.close::after {
  /*　closeというクラスがついたら形状変化　*/
  transform: translateY(-50%) rotate(180deg);
}
.accordion-area li.accarea-item .accbox {
  /*アコーディオンで現れるエリア*/
  display: none;
  padding: 0 1.5em 2%;
  color: white;
  font-family: "Noto serif JP", serif;
}
.accordion-area li.accarea-item .accbox li {
  font-size: clamp(16px, 2.3vw, 23px);
}
.accordion-area li.accarea-item .accbox p {
  position: relative;
  line-height: 1.45;
}
.accordion-area li.accarea-item .accbox p::before {
  content: "A.";
  margin-right: 0.6em;
  color: #ccc;
}
@media screen and (max-width: 591px) {
  .accordion-area {
    width: 90%;
  }
  .accordion-area li.accarea-item {
    margin-bottom: 12px;
  }
}

#access {
  position: relative;
  z-index: 1;
}
#access .content_wrap {
  padding: 0;
  margin: 40px auto 0;
  width: 82.36%;
}
#access .flex .txt {
  width: 40.41%;
}
#access .flex .txt dl {
  display: none;
}
#access .flex iframe {
  width: 55.86%;
}
@media screen and (max-width: 591px) {
  #access .flex {
    flex-direction: column;
    width: 80%;
  }
  #access .flex .txt {
    width: 95%;
  }
  #access .flex .txt img {
    display: none;
  }
  #access .flex .txt dl {
    display: block;
    margin-bottom: 1em;
  }
  #access .flex iframe {
    width: 100%;
    height: 145px;
  }
}

/*-- 固定ここまで --*/
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 1000px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  header h1 {
    font-size: 80%;
  }
  .logo {
    width: 28%;
  }
  .headerAdd {
    width: 45%;
    margin: 0 0 0 1%;
    font-size: 90%;
  }
  .headerTel {
    height: auto;
    margin: 0 0 0 0%;
  }
  .pankuzu {
    width: 98%;
  }
  /*--- modal ---*/
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 15px;
    z-index: 9999;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-last-of-type(1) {
    transform: translateY(-6px) rotate(-32deg);
    background: white;
  }
  .menu-trigger.active span:nth-last-of-type(2) {
    transform: translateY(6px) rotate(32deg);
    background: white;
  }
  /*gnav*/
  .gnav {
    background: #1a1a1a;
    display: none;
    height: 100vh;
    width: 60vw;
    position: fixed;
    z-index: 999;
    transition: 1s;
    right: 0;
    top: 0;
  }
  .gnav.active {
    display: block;
  }
  .gnav .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100vh;
    width: 60vw;
    justify-content: center;
    position: fixed;
    top: 0px;
    overflow-y: scroll;
  }
  .gnav .gnav__wrap .gnav__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
  }
  .gnav .gnav__wrap .gnav__menu .gnav__menu__item {
    margin: 30px auto 0;
    width: 95%;
  }
  .gnav .gnav__wrap .gnav__menu .gnav__menu__item:last-child {
    padding-bottom: min(8%, 60px);
  }
  .gnav .gnav__wrap .gnav__menu .gnav__menu__item a {
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: 0.2s;
    background: none;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 0 0 15px 0;
  }
  .gnav .gnav__wrap .gnav__menu .gnav__menu__item a.btn03 {
    padding: 0 5%;
    font-size: 2rem;
  }
  .gnav .gnav__wrap .gnav__menu .gnav__menu__item a:hover {
    color: #aaa;
  }
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* max-width: 1000px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 768px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  nav li a {
    font-size: 1.5rem;
  }
  a[href*="tel:"] {
    pointer-events: initial;
    cursor: pointer;
    text-decoration: none;
  }
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* max-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (max-width: 591px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .pc2,
  .pcTel {
    display: none;
  }
  .sp2 {
    display: block;
  }
  .spTel {
    display: inline;
  }
}
/*# sourceMappingURL=maps/style.css.map */
