@charset "UTF-8";
/* site CSS (common.css) */
input, button, select, textarea {
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  outline: 0;
}

fieldset {
  border: none;
}

input, textarea {
  font-size: 1em;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

/* ============================================
 base
============================================ */
html {
  overflow-y: scroll;
}

html, body {
  height: auto;
  color: #4272C2;
  min-width: 320px;
  letter-spacing: 0.1px;
  font-size: 12px;
  line-height: 1.5;
  font-family: dnp-shuei-mincho-pr6, "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}

body.menu-lock {
  overflow: hidden;
  touch-action: none;
}

body.init header {
  transform: translateY(0);
}

header {
  padding: 0;
  transition: all 0.7s;
  transform: translateY(-200px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#bg {
  position: fixed;
  background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/harukaryo/pantarhei/luwan_kv_tate.jpg") no-repeat 50% 80%;
  background-size: cover;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  filter: blur(30px);
  opacity: 0;
  transition: all 1.5s ease;
}
#bg.is-animated {
  filter: blur(0);
  opacity: 1;
}

#bg.blurred {
  filter: blur(6px);
  opacity: 1;
  transition: filter 0.4s ease, opacity 0.4s ease;
}

#top {
  position: relative;
}

.main-img {
  filter: blur(30px);
  opacity: 0;
  transition: all 2s ease;
}

.main-img.is-animated {
  filter: blur(0);
  opacity: 1;
}

#top_tit {
  position: absolute;
  bottom: 1%;
  left: 0;
  transform: translate(0%, 0%);
  width: 100%;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease;
}
#top_tit.is-animated {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

#loadinglogo {
  width: 62%;
  height: auto;
  position: absolute;
  top: 70.8%;
  left: 40%;
  transform: translate(-50%, -50%);
}

#base path {
  fill: transparent; /* 塗りの色 */
}

#mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 120px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

/* ---- スマホ用スライドメニュー ---- */
.left_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 130, 166, 0.72);
  color: #fff;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  /* GPUに投げる: */
  transform: translate3d(-100%, 0, 0);
  will-change: transform;
  /* イージングを自然な“スッ”に変更。速度も0.32sくらいに */
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1500;
  overflow-y: auto;
  padding: 18% 15%;
  box-sizing: border-box;
}

.left_nav.is-open {
  transform: translate3d(0, 0, 0);
}

.left_nav .nav_inner {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.left_nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left_nav_list li {
  margin: 0 0 0.9em;
  font-family: charlemagne-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(26px, 7.5vw, 38px);
  letter-spacing: 0.05em;
  line-height: 1.4;
  /* ちょっとだけふわっとフェードさせる */
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.38s cubic-bezier(0.16, 1, 0.3, 1), transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}
.left_nav_list li a {
  color: #fff;
}

.left_nav.is-open .left_nav_list li {
  opacity: 1;
  transform: translateY(0);
}

.left_nav.is-open .left_nav_list li:nth-child(1) {
  transition-delay: 0.46s;
}

.left_nav.is-open .left_nav_list li:nth-child(2) {
  transition-delay: 0.46s;
}

.left_nav.is-open .left_nav_list li:nth-child(3) {
  transition-delay: 0.46s;
}

.left_nav.is-open .left_nav_list li:nth-child(4) {
  transition-delay: 0.46s;
}

.left_nav.is-open .left_nav_list li:nth-child(5) {
  transition-delay: 0.46s;
}

.left_nav_sns {
  margin-top: 5%;
  display: flex;
  gap: 16%;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.38s cubic-bezier(0.16, 1, 0.3, 1), transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.46s;
}

.left_nav.is-open .left_nav_sns {
  opacity: 1;
  transform: translateY(0);
}

.left_nav_sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15%;
}

/* 閉じるボタン */
.nav_close {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  line-height: 0;
  z-index: 2000;
}

.nav_close img {
  max-width: 100%;
  height: auto;
}

/* ---- オーバーレイ ---- */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.1); /* ほんのり暗く */
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1400;
}

.overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* スクロールロック時の揺れ防止（アドレスバー縮みでジャンプするiOS対策気味） */
body.menu-lock {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

/* ---- スマホ用ハンバーガーボタン ---- */
.menu_button {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 1600;
  background: none;
  border: 0;
  padding: 0;
  line-height: 0;
}

.menu_button img {
  width: 32px;
  display: block;
}

#bg,
#top,
.left_nav {
  height: 100vh; /* 一番下の宣言に対応していない環境用 */
}

/* JSでセットする “--vhmax-1vh” を使うフォールバック（古いiOS Safari向け） */
:root {
  --vhmax-1vh: 1vh;
} /* 初期値 */
#bg,
#top,
.left_nav {
  height: calc(var(--vhmax-1vh, 1vh) * 100);
}

/* 現行ブラウザ（iOS16.4+/Android Chrome108+ 等）は 100lvh で完全固定 */
@supports (height: 100lvh) {
  #bg,
  #top,
  .left_nav {
    height: 100lvh;
  }
}
#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

#interior_wrapper {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

#hash-feed {
  width: 90%;
  margin: 5% auto;
}
#hash-feed iframe {
  width: 100%;
  height: 500px;
}

.links {
  position: relative;
  margin: 20px auto;
  width: 98%;
}
.links .links-top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.links .links-top a {
  width: 58.2%;
  padding: 0px 1.7%;
}
.links .links-top a:first-child {
  width: 40.8%;
}
.links .links-bottom {
  padding: 0px 2.5%;
}
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
section .inner {
  padding: 80px 0;
  width: 94%;
  margin: 0 auto;
  position: relative;
}
section h2 {
  text-align: center;
  margin-bottom: 70px;
  color: #fff;
  font-size: clamp(18px, 4.5vw, 38px);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: charlemagne-std, serif;
  font-weight: 400;
  font-style: normal;
}

#information {
  background: rgba(201, 232, 224, 0.85);
}
#information .info-logo {
  margin: 0 auto 50px;
}
#information .info-date {
  margin: 0 auto 50px;
  text-align: center;
}
#information .info-date img {
  width: 94%;
}
#information .venue {
  text-align: center;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#information dl {
  margin: 100px auto;
  text-align: center;
}
#information dl dt {
  margin-top: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
#information dl dt:first-child {
  margin-bottom: 20px;
}
#information dl dd {
  font-weight: 700;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}
#information dl dd.main {
  font-size: 30px;
  font-size: 8vw;
}
#information dl dd.guest {
  font-size: 20px;
  font-size: 5.3333333333vw;
}

#ticket {
  background: rgba(119, 188, 217, 0.85);
  color: #fff;
}
#ticket h3 {
  text-align: center;
  font-size: 20px;
  font-size: 5.3333333333vw;
  padding: 10px;
  border: 1px solid #fff;
  line-height: 1.2;
}
#ticket h3 span {
  display: block;
  margin-top: 0.2em;
  line-height: 1;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#ticket .ticket-tokuten {
  margin-bottom: 50px;
  border: 1px solid #fff;
  border-top: none;
  padding: 15px;
  text-align: left;
  font-size: 12px;
  font-size: 3.2vw;
}
#ticket .ticket-tokuten .box-tokuten ul {
  margin-top: 15px;
}
#ticket .ticket-tokuten .box-tokuten ul li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 700;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#ticket .ticket-tokuten .img-tokuten {
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#ticket .ticket-tokuten .img-tokuten img {
  width: 80%;
}
#ticket .ticket-tokuten .img-tokuten p {
  margin: -2em auto 0;
  width: 65%;
  text-align: left;
}
#ticket .attention-tokuten {
  margin-top: 20px;
}
#ticket .attention-tokuten ul li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 400;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#ticket h4 {
  text-align: center;
  margin: 30px auto 20px;
  font-size: 16px;
  font-size: 4.2666666667vw;
  padding: 10px;
  line-height: 1.2;
}
#ticket .ticket-detail {
  text-align: left;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#ticket .ticket-btn {
  margin: 30px auto;
  text-align: center;
}
#ticket .ticket-btn a {
  font-size: 20px;
  font-size: 5.3333333333vw;
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  background: #fff;
  text-align: center;
  color: #77BCD9;
  font-weight: 700;
}
#ticket .ticket-attention {
  margin-top: 20px;
}
#ticket .ticket-attention li {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 400;
  font-size: 10px;
  font-size: 2.6666666667vw;
}

#goods {
  background: rgba(201, 232, 224, 0.85);
}
#goods .cs {
  text-align: center;
  font-size: 24px;
  font-size: 6.4vw;
  margin: -10px auto 60px;
}

#access {
  background: rgba(119, 188, 217, 0.85);
  color: #fff;
}
#access h3 {
  text-align: center;
  font-size: 20px;
  font-size: 5.3333333333vw;
  line-height: 1.2;
}
#access h3 span {
  display: block;
  margin-top: 0.2em;
  line-height: 1;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#access h4 {
  margin-top: 20px;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
#access .gg-map {
  margin: 30px auto;
}
#access .notice {
  margin: 20px auto;
}
#access .notice li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
  margin: 8px auto;
  font-weight: 400;
  font-size: 10px;
  font-size: 2.6666666667vw;
}
#access p {
  font-weight: 400;
  font-size: 10px;
  font-size: 2.6666666667vw;
}

#profile {
  background: rgba(201, 232, 224, 0.85);
}
#profile .inner {
  padding-bottom: 20px;
}
#profile .profile-img {
  text-align: center;
}
#profile .profile-img img {
  width: 50%;
}
#profile .profile-logo {
  text-align: center;
  margin: 20px auto;
}
#profile .profile-logo img {
  width: 30%;
}
#profile .profile-text {
  text-align: left;
  width: 70%;
  margin: 20px auto;
  font-weight: 700;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}
#profile .profile-sns {
  margin-top: 40px;
  display: flex;
  gap: 10%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#profile .profile-sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12%;
}
#profile .profile-sns a img {
  width: 100%;
}

.movie-embed {
  margin: 20px auto;
}
.movie-embed .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-embed .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

footer {
  text-align: center;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer img {
  width: 20%;
}
footer .copy {
  margin-top: 10px;
  font-size: 9px;
  font-size: 2.4vw;
  text-align: center;
  opacity: 0.5;
}

.lity {
  background: rgba(0, 46, 72, 0.89);
}

.lity-content:after {
  box-shadow: none;
}

.lity-close {
  width: 65px;
  height: 65px;
  font-size: 85px !important;
}

.fadein, .fadein_sc {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.45s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.45s cubic-bezier(0, 0, 0.58, 1);
}

.fadein.scrolling {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay4 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}

.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

/* ====== Loader ====== */
#loader {
  position: fixed;
  inset: 0;
  z-index: 2000; /* メニューより上 */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 1;
  transition: opacity 0.4s ease;
}

#loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(66, 114, 194, 0.35);
  border-top-color: #4272C2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* 動画や回転が苦手な人向け（OS設定に追従） */
@media (prefers-reduced-motion: reduce) {
  .spinner {
    animation: none;
    border-top-color: rgba(66, 114, 194, 0.89);
  }
}
@media screen and (min-width: 768px) {
  .no_pc {
    display: none;
  }
  .no_sp {
    display: inline;
  }
  body {
    width: 100%;
  }
  /* ---- PC用ヘッダーナビ ---- */
  .top_nav {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1200;
    font-family: "adobe-garamond-pro", serif; /* ロゴと合わせたいフォントに変更可 */
  }
  .top_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
  }
  .top_nav li {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .top_nav a {
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    white-space: nowrap;
  }
  .top_nav a:hover {
    opacity: 0.7;
  }
  /* ---- レスポンシブ制御 ---- */
  /* 900px以上＝PC */
  /* 900px未満＝SP/タブレット縦 */
}
@media screen and (min-width: 768px) and (min-width: 900px) {
  /* PCではスマホメニュー系は非表示…だけど
     すでに .no_pc / .no_sp 使ってるので念のため保険 */
  .no_pc {
    display: none !important;
  }
  .top_nav {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .no_sp {
    display: none !important;
  }
  .top_nav {
    display: none; /* 念のため */
  }
}
@media screen and (min-width: 768px) {
  header {
    padding: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #bg {
    position: fixed;
    background: url("https://d20dfxyuz7q532.cloudfront.net/utopia/harukaryo/pantarhei/luwan_kv_yoko.jpg") no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    z-index: 1;
    overflow: hidden;
    filter: blur(30px);
    opacity: 0;
    transition: all 1.5s ease;
  }
  #top {
    z-index: 1;
    position: relative;
    margin-bottom: 20%;
  }
  .main-img.is-animated {
    filter: blur(0);
    opacity: 1;
  }
  #top_tit {
    position: absolute;
    transform: translate(0%, 0%);
    bottom: auto;
    top: 3%;
    left: 0%;
    right: auto;
    width: 45%;
    max-width: 490px;
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease;
  }
  #top_tit.is-animated {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  .overlay {
    z-index: 101000;
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 30px;
    transition: opacity 1s;
  }
  .overlay > div {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    border: solid 1px #9c7e4e;
  }
  .overlay > div > div {
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 1px #9c7e4e;
  }
  .overlay.open {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    opacity: 1;
  }
  .nav_close {
    cursor: pointer;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 90px;
    top: 90px;
    transform: translateX(0);
    width: 60px;
  }
  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  #interior_wrapper {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
  #hash-feed {
    width: 90%;
    margin: 5% auto;
  }
  #hash-feed iframe {
    width: 100%;
    height: 500px;
  }
  .links {
    position: relative;
    margin: 20px auto;
    width: 98%;
  }
  .links .links-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
  }
  .links .links-top a {
    width: 58.2%;
    padding: 0px 1.7%;
  }
  .links .links-top a:first-child {
    width: 40.8%;
  }
  .links .links-bottom {
    padding: 0px 2.5%;
  }
  section {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  section .inner {
    padding: 120px 0;
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
  }
  section h2 {
    text-align: center;
    margin-bottom: 80px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-family: charlemagne-std, serif;
    font-weight: 400;
    font-style: normal;
  }
  #information {
    background: rgba(201, 232, 224, 0.85);
  }
  #information .info-logo {
    margin: 0 auto 50px;
    width: 500px;
  }
  #information .info-date {
    margin: 0 auto 50px;
    text-align: center;
    width: 450px;
  }
  #information .info-date img {
    width: 94%;
  }
  #information .venue {
    text-align: center;
    font-size: 21px;
    font-size: 1.75rem;
  }
  #information dl {
    margin: 100px auto;
    text-align: center;
  }
  #information dl dt {
    margin-top: 60px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #information dl dt:first-child {
    margin-bottom: 20px;
  }
  #information dl dd {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #information dl dd.main {
    font-size: 42px;
    font-size: 3.5rem;
  }
  #information dl dd.guest {
    font-size: 28px;
    font-size: 2.3333333333rem;
  }
  #ticket {
    background: rgba(119, 188, 217, 0.85);
    color: #fff;
  }
  #ticket .inner {
    width: 750px;
  }
  #ticket h3 {
    text-align: center;
    font-size: 28px;
    font-size: 2.3333333333rem;
    padding: 25px 10px;
    border: 1px solid #fff;
    line-height: 1.2;
  }
  #ticket h3 span {
    display: block;
    margin-top: 0.2em;
    line-height: 1;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #ticket .ticket-tokuten {
    margin-bottom: 50px;
    border: 1px solid #fff;
    border-top: none;
    padding: 30px;
    text-align: left;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #ticket .ticket-tokuten .box-tokuten {
    position: relative;
  }
  #ticket .ticket-tokuten .box-tokuten ul {
    margin-top: 15px;
  }
  #ticket .ticket-tokuten .box-tokuten ul li {
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #ticket .ticket-tokuten .img-tokuten {
    position: absolute;
    right: -60px;
    top: -120px;
    width: 35%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    font-size: 1rem;
  }
  #ticket .ticket-tokuten .img-tokuten img {
    width: 70%;
  }
  #ticket .ticket-tokuten .img-tokuten p {
    margin: -2em auto 0;
    width: 65%;
    text-align: left;
  }
  #ticket .attention-tokuten {
    margin-top: 20px;
  }
  #ticket .attention-tokuten ul li {
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 400;
    font-size: 12px;
    font-size: 1rem;
  }
  #ticket h4 {
    text-align: center;
    margin: 30px auto 20px;
    font-size: 18px;
    font-size: 1.5rem;
    padding: 10px;
    line-height: 1.2;
  }
  #ticket .ticket-detail {
    padding: 0 30px;
    text-align: left;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #ticket .ticket-btn {
    margin: 30px auto;
    text-align: center;
  }
  #ticket .ticket-btn a {
    font-size: 22px;
    font-size: 1.8333333333rem;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    text-align: center;
    color: #77BCD9;
    font-weight: 700;
  }
  #ticket .ticket-attention {
    margin-top: 20px;
    padding: 0 30px;
  }
  #ticket .ticket-attention li {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 400;
    font-size: 12px;
    font-size: 1rem;
  }
  #goods {
    background: rgba(201, 232, 224, 0.85);
  }
  #goods .cs {
    text-align: center;
    font-size: 30px;
    font-size: 2.5rem;
    margin: -10px auto 60px;
  }
  #access {
    background: rgba(119, 188, 217, 0.85);
    color: #fff;
  }
  #access h3 {
    text-align: center;
    font-size: 28px;
    font-size: 2.3333333333rem;
    line-height: 1.2;
  }
  #access h3 span {
    display: block;
    margin-top: 0.2em;
    line-height: 1;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #access h4 {
    margin-top: 20px;
    line-height: 1.8;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #access .gg-map {
    margin: 50px auto;
  }
  #access .notice {
    margin: 30px auto;
  }
  #access .notice li {
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    margin: 8px auto;
    font-weight: 400;
    font-size: 12px;
    font-size: 1rem;
  }
  #access p {
    font-weight: 400;
    font-size: 12px;
    font-size: 1rem;
  }
  #profile {
    background: rgba(201, 232, 224, 0.85);
  }
  #profile .inner {
    width: 900px;
    max-width: 900px;
    display: flex;
    padding-bottom: 70px;
  }
  #profile .profile-img {
    width: 190px;
    text-align: center;
  }
  #profile .profile-img img {
    width: 100%;
  }
  #profile .profile-detail {
    padding-left: 30px;
    flex: 1;
  }
  #profile .profile-logo {
    text-align: left;
    margin: 0 auto;
  }
  #profile .profile-logo img {
    width: 120px;
  }
  #profile .profile-text {
    text-align: left;
    width: 100%;
    margin: 20px auto 0;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #profile .profile-sns {
    margin-top: 20px;
    display: flex;
    gap: 28px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #profile .profile-sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
  }
  #profile .profile-sns a img {
    width: 100%;
  }
  .movie-embed {
    margin: 20px auto;
  }
  .movie-embed .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .movie-embed .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  footer {
    text-align: center;
    padding: 0 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer img {
    width: 20%;
  }
  footer .copy {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1rem;
    text-align: center;
    opacity: 0.5;
  }
}

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