@charset "UTF-8";
/*************************************************
common-style
*************************************************/
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/bebasneue-regular-webfont.woff2") format("woff2"), url("../fonts/bebasneue-regular-webfont.woff") format("woff"), url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Newsreader (Variable font with optical size and weight axes) */
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* Defines the range of available weights */
  font-stretch: normal;
  font-style: normal;
  font-display: swap;
  /* Optionally: define the optical size axis if necessary */
  font-optical-sizing: auto; /* This is useful if you're using optical size variations */
}
/* NotoSansJP (Variable font with weight axis only) */
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900; /* Defines the range of available weights */
  font-stretch: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1";
  src: url("../fonts/ShipporiMinchoB1-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1";
  src: url("../fonts/ShipporiMinchoB1-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1";
  src: url("../fonts/ShipporiMinchoB1-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1";
  src: url("../fonts/ShipporiMinchoB1-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ShipporiMinchoB1";
  src: url("../fonts/ShipporiMinchoB1-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP, "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  min-height: 100dvh;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
body img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
  background: #1A0E06 url("../images/bg_washi.png") repeat left top/256px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .inner {
    padding: 0 5.5555555556vw;
  }
}
@media screen and (max-width: 599px) {
  .inner {
    padding: 0 6.4vw;
  }
}

.s-inner {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .s-inner {
    padding: 0 5.5555555556vw;
  }
}
@media screen and (max-width: 599px) {
  .s-inner {
    padding: 0 6.4vw;
  }
}

.flex_wrap {
  display: flex;
}

.bold {
  font-weight: 700;
}

.yellow {
  color: #D5AB1A;
}

.text_center {
  text-align: center;
}

.san-serif {
  font-family: "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 13px;
  width: 100%;
  background: #D5AB1A url("../images/bg_washi_02.png") repeat left top/256px;
  color: #381508;
  border: 1px solid #82513f;
  position: relative;
  transition: all 0.4s;
}
.btn_wrap a::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 9999px;
  border: 1px solid #82513f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn_wrap a:hover {
  transform: scale(1.03);
}

.sec-heading {
  text-align: center;
  position: relative;
}
.sec-heading span {
  display: block;
}
.sec-heading .en {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .sec-heading .en {
    font-size: 1.6rem;
  }
}
.sec-heading .ja {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .sec-heading .ja {
    font-size: 2.8rem;
  }
}
.sec-heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background: url("../images/deco_heading_white.svg") no-repeat center/contain;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translate(-50%, 0);
}

.sub-heading {
  display: flex;
  align-items: center;
  gap: 36px;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .sub-heading {
    gap: 12px;
    font-size: 2.4rem;
  }
}
.sub-heading::before, .sub-heading::after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background-color: #fff;
  flex-grow: 1;
}

.contact_wrap {
  text-align: center;
  padding: 30px;
}
.contact_wrap .contact_heading {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .contact_wrap .contact_heading {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.contact_wrap .contact_heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 10px;
  background: url("../images/deco_heading_brown.svg") no-repeat center/contain;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.contact_wrap address {
  margin: 40px 0 0;
}
.contact_wrap address p {
  margin: 0 0 12px;
}
@media screen and (max-width: 599px) {
  .contact_wrap address p {
    margin: 0 0 5px;
  }
}
.contact_wrap address .flex_wrap {
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .contact_wrap address .flex_wrap {
    flex-direction: column;
    gap: 10px;
  }
}
.contact_wrap address .flex_wrap .s_ttl {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .contact_wrap address .flex_wrap .s_ttl {
    display: block;
  }
}
.contact_wrap address .flex_wrap .tel_wrap .tel {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 4.8rem;
  text-decoration: underline;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .contact_wrap address .flex_wrap .tel_wrap .tel {
    font-size: 3.2rem;
  }
}
.contact_wrap address .flex_wrap .tel_wrap .tel a {
  transition: all 0.4s;
}
.contact_wrap address .flex_wrap .tel_wrap .tel a:hover {
  opacity: 0.7;
}
.contact_wrap address .flex_wrap .mail_wrap .mail {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .contact_wrap address .flex_wrap .mail_wrap .mail {
    font-size: 1.6rem;
  }
}
.contact_wrap address .flex_wrap .mail_wrap .mail a {
  transition: all 0.4s;
}
.contact_wrap address .flex_wrap .mail_wrap .mail a:hover {
  opacity: 0.7;
}

.s_ttl {
  display: inline-block;
  padding: 3px 15px;
  margin: 0 10px 0 0;
  background-color: #381508;
  color: #fff;
  text-align: center;
}

.comingsoon {
  margin: 60px 0 120px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .comingsoon {
    margin: 40px 0 80px;
  }
}
.comingsoon .main {
  max-width: 1000px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #381508;
  background-image: url("../images/bg_washi.png"), url("../images/bg_hanabi_02.png");
  background-repeat: repeat, no-repeat;
  background-position: center, center;
  background-size: 256px, cover;
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 9.8rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .comingsoon .main {
    font-size: 4.8rem;
    height: 150px;
  }
}
.comingsoon .sub {
  margin: 10px 0;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .comingsoon .sub {
    font-size: 1.8rem;
  }
}

.m_link {
  font-weight: 600;
  text-align: center;
}
.m_link a {
  color: #D5AB1A;
  text-decoration: underline;
  transition: all 0.4s;
}
.m_link a:hover {
  opacity: 0.7;
}
.m_link a svg {
  vertical-align: middle;
  width: 2em;
  height: 2em;
}
.m_link a svg .b {
  stroke: #fff;
}

.fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s, transform 0.8s;
}
.fadeIn.active {
  opacity: 1;
  transform: translateY(0px);
}

.notice_box {
  border: 1px solid #D5AB1A;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 80px 60px 40px;
}
@media screen and (max-width: 599px) {
  .notice_box {
    padding: 60px 20px 30px;
  }
}
.notice_box .text_wrap {
  margin: 80px 0 0;
}
@media screen and (max-width: 599px) {
  .notice_box .text_wrap {
    margin: 60px 0 0;
  }
}
.notice_box .text_wrap .row_wrap {
  margin: 20px 0;
}
.notice_box .text_wrap .row_wrap h3 {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 599px) {
  .notice_box .text_wrap .row_wrap h3 {
    font-size: 1.6rem;
  }
}
.notice_box .text_wrap .row_wrap h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D5AB1A;
  transform: rotate(45deg);
  position: absolute;
  top: 0.6em;
  left: 0;
}
.notice_box .text_wrap .row_wrap p {
  margin: 10px 0;
}
.notice_box .text_wrap .row_wrap a {
  color: #D5AB1A;
  text-decoration: underline;
  transition: all 0.4s;
}
.notice_box .text_wrap .row_wrap a:hover {
  color: #F3D770;
}
.notice_box .text_wrap .row_wrap ul li {
  padding: 0 0 0 20px;
  position: relative;
}
.notice_box .text_wrap .row_wrap ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: #fff;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.notice_box .text_wrap .row_wrap .image {
  max-width: 600px;
}
.notice_box .text_wrap .row_wrap .image a {
  transition: all 0.3s;
}
.notice_box .text_wrap .row_wrap .image a:hover {
  opacity: 0.7;
}
.notice_box .text_wrap .row_wrap .box {
  max-width: 600px;
  background-color: #1A0E06;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
}
.notice_box .text_wrap .row_wrap .box p {
  font-weight: 700;
  font-size: 1.8rem;
}
.notice_box .text_wrap .row_wrap .box p .num {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .u-pc {
    display: none !important;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .u-pc-inlineblock {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp {
    display: block;
  }
}

.u-sp-inlineblock {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-align--center {
  text-align: center;
}

/*************************************************
header
*************************************************/
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 599px) {
  .header {
    height: 60px;
  }
}
.header nav {
  background: url(../images/bg_hanabi_03.jpeg) no-repeat center/cover;
  width: 80%;
  height: 100vh;
  max-width: 500px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  transform: translate(100%, 0);
  transition: all 0.4s;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 599px) {
  .header nav {
    width: 100%;
    max-width: none;
  }
}
.header nav .nav_inner {
  background: rgba(255, 255, 255, 0.85) url("../images/bg_washi_02.png") repeat left top/256px;
  padding: 120px 40px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .header nav .nav_inner {
    padding: 80px 20px;
  }
}
.header nav .nav_inner .nav_logo {
  text-align: center;
}
.header nav .nav_inner .nav_logo a img {
  width: 300px;
}
@media screen and (max-width: 599px) {
  .header nav .nav_inner .nav_logo a img {
    width: 200px;
  }
}
.header nav .nav_inner .nav_list {
  margin: 80px 20px;
}
@media screen and (max-width: 599px) {
  .header nav .nav_inner .nav_list {
    margin: 40px 20px;
  }
}
.header nav .nav_inner .nav_list li {
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .header nav .nav_inner .nav_list li {
    margin: 0 0 8px;
  }
}
.header nav .nav_inner .nav_list li a {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #381508;
  padding: 0 0 0 25px;
  line-height: normal;
}
.header nav .nav_inner .nav_list li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url("../images/icon_arrow.png") no-repeat center/contain;
  opacity: 0;
  transition: all 0.4s;
}
.header nav .nav_inner .nav_list li a:hover::before {
  animation: arrow 0.4s forwards;
}
.header nav .nav_inner .btn_wrap a {
  flex-direction: column;
}
.header nav .nav_inner .btn_wrap a span {
  display: block;
}
.header nav .nav_inner .btn_wrap a .en {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .header nav .nav_inner .btn_wrap a .en {
    font-size: 2.8rem;
  }
}
.header nav .nav_inner .btn_wrap a .ja {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
}
.header nav .nav_inner .btn_wrap a::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url("../images/icon_arrow.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.header nav.active {
  display: block;
  opacity: 1;
  transform: translate(0, 0);
}
.header .ham_wrap {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 9999;
}
@media screen and (max-width: 599px) {
  .header .ham_wrap {
    top: 15px;
    right: 6.4vw;
  }
}
.header .ham_wrap .toggle_button {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .header .ham_wrap .toggle_button {
    gap: 10px;
  }
}
.header .ham_wrap .toggle_button .toggle_text {
  display: block;
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 2rem;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  .header .ham_wrap .toggle_button .toggle_text {
    font-size: 1.6rem;
  }
}
.header .ham_wrap .toggle_button .toggle_line {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header .ham_wrap .toggle_button .toggle_line .line {
  display: block;
  width: 70px;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 599px) {
  .header .ham_wrap .toggle_button .toggle_line .line {
    width: 48px;
  }
}
.header .ham_wrap .toggle_button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  border: 3px solid #fff;
}
.header .ham_wrap .toggle_anime.active .toggle_text {
  color: #381508;
}
.header .ham_wrap .toggle_anime.active .toggle_line .line {
  background-color: #381508;
}
.header .ham_wrap .toggle_anime.active .toggle_line .line:nth-child(1) {
  transform: translateY(6px) rotate(20deg);
}
.header .ham_wrap .toggle_anime.active .toggle_line .line:nth-child(2) {
  transform: translateY(-6px) rotate(-20deg);
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
}

.footer {
  margin: 80px 0 0;
  padding: 80px 0 20px;
  min-height: 450px;
  background: #381508 url("../images/bg_hanabi_02.png") no-repeat center top/cover;
  position: relative;
}
@media screen and (max-width: 599px) {
  .footer {
    min-height: 300px;
    padding: 60px 0 20px;
  }
}
.footer .sns_wrap .follow {
  text-align: center;
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 6.4rem;
  margin: 0 0 40px;
}
@media screen and (max-width: 599px) {
  .footer .sns_wrap .follow {
    font-size: 4.8rem;
    margin: 0 0 20px;
    line-height: 1;
  }
}
.footer .sns_wrap .flex_wrap {
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.footer .sns_wrap .flex_wrap .icon a img {
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  transform: scale(1);
}
.footer .sns_wrap .flex_wrap .icon a:hover img {
  transform: scale(1.1);
}
.footer .copyright {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.5rem;
  font-weight: 500;
}

/*************************************************
top
*************************************************/
/*************************************************
FV
*************************************************/
.sec-fv {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 1080px;
  position: relative;
  z-index: 1;
}
.sec-fv .c-video__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 700px;
  max-height: 1080px;
  z-index: -1;
  overflow: hidden;
}
.sec-fv .c-video__frame iframe {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: calc(56.25vw + 120px);
  min-height: 100%;
  min-width: 100%;
}
.sec-fv .fv_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sec-fv .fv_wrap .fv_logo img {
  width: clamp(500px, 40.2777777778vw, 800px);
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .fv_logo img {
    width: clamp(200px, 80vw, 500px);
  }
}
.sec-fv .fv_wrap .text_wrap {
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap {
    margin: 20px 0;
  }
}
.sec-fv .fv_wrap .text_wrap .copy {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .copy {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.sec-fv .fv_wrap .text_wrap .copy span {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .copy span {
    font-size: 2.4rem;
  }
}
.sec-fv .fv_wrap .text_wrap .date_wrap {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-fv .fv_wrap .text_wrap .date_wrap span {
  display: block;
}
.sec-fv .fv_wrap .text_wrap .date_wrap span.date {
  font-size: 9.6rem;
  text-shadow: 0px 0px 100px #000;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .date_wrap span.date {
    font-size: 5.4rem;
  }
}
.sec-fv .fv_wrap .text_wrap .date_wrap span.youbi {
  font-size: 4rem;
  letter-spacing: 0.15em;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .date_wrap span.youbi {
    font-size: 2.8rem;
  }
}
.sec-fv .fv_wrap .text_wrap .date_wrap span.free {
  width: 9.6rem;
  height: 9.6rem;
  background: url("../images/fv_free.svg") no-repeat center/contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .date_wrap span.free {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.sec-fv .fv_wrap .text_wrap .date_wrap span.free span {
  background: url("../images/bg_fv.png") no-repeat center/cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: normal;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .date_wrap span.free span {
    font-size: 1.4rem;
  }
}
.sec-fv .fv_wrap .text_wrap .time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .time {
    gap: 5px;
  }
}
.sec-fv .fv_wrap .text_wrap .time span {
  line-height: 1;
}
.sec-fv .fv_wrap .text_wrap .time span:nth-child(1) {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 4rem;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .time span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.sec-fv .fv_wrap .text_wrap .time span:nth-child(2) {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .time span:nth-child(2) {
    font-size: 1.8rem;
  }
}
.sec-fv .fv_wrap .text_wrap .time span:nth-child(3) {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .time span:nth-child(3) {
    font-size: 1.2rem;
  }
}
.sec-fv .fv_wrap .text_wrap .place {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  font-size: 2.8rem;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .text_wrap .place {
    font-size: 1.8rem;
  }
}
.sec-fv .fv_wrap .scroll_guide {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 100px;
  left: 50px;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .scroll_guide {
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec-fv .fv_wrap .scroll_guide::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: 50px;
  transform: translateX(-50%);
  animation: scroll 1.5s infinite;
}
@media screen and (max-width: 599px) {
  .sec-fv .fv_wrap .scroll_guide::after {
    height: 80px;
  }
}
.sec-fv .fv_wrap .scroll_guide p {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*************************************************
video
*************************************************/
.sec-video {
  margin: 60px 0;
}
.sec-video .sec-heading .ja {
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .sec-video .sec-heading .ja {
    font-size: 2.6rem;
  }
}
.sec-video .sec-heading .ja span {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 599px) {
  .sec-video .sec-heading .ja span {
    font-size: 2rem;
  }
}
.sec-video .sec-heading .sub {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .sec-video .sec-heading .sub {
    font-size: 1.4rem;
  }
}
.sec-video .video {
  margin: 60px 0;
  text-align: center;
}
.sec-video .video iframe {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16/9;
  min-width: 0;
}

/*************************************************
当日のお知らせ、交通規制
*************************************************/
.sec-notice, .sec-traffic_regulation {
  margin: 100px 0 0;
}
@media screen and (max-width: 599px) {
  .sec-notice, .sec-traffic_regulation {
    margin: 80px 0 60px;
  }
}
.sec-notice .sec-heading .ja, .sec-traffic_regulation .sec-heading .ja {
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .sec-notice .sec-heading .ja, .sec-traffic_regulation .sec-heading .ja {
    font-size: 2.6rem;
  }
}
.sec-notice .sec-heading .ja span, .sec-traffic_regulation .sec-heading .ja span {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 599px) {
  .sec-notice .sec-heading .ja span, .sec-traffic_regulation .sec-heading .ja span {
    font-size: 2rem;
  }
}

.sec-mini {
  margin: 40px 0 0;
}
@media screen and (max-width: 599px) {
  .sec-mini {
    margin: 30px 0 40px;
  }
}
.sec-mini .notice_box {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 30px;
}
@media screen and (max-width: 599px) {
  .sec-mini .notice_box {
    padding: 20px 15px;
  }
}
.sec-mini .sec-heading .ja {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .sec-mini .sec-heading .ja {
    font-size: 1.8rem;
  }
}
.sec-mini .sec-heading .ja span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .sec-mini .sec-heading .ja span {
    font-size: 1.6rem;
  }
}
.sec-mini .sec-heading::after {
  top: calc(100% + 10px);
}
.sec-mini .text_wrap {
  margin: 40px 0 0;
}
.sec-mini .text_wrap .row_wrap {
  margin: 0;
}
.sec-mini .text_wrap p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .sec-mini .text_wrap p {
    text-align: left;
  }
}

/*************************************************
news
*************************************************/
.sec-news {
  padding: 120px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .sec-news {
    padding: 40px 0 0;
  }
}
.sec-news .flex_wrap {
  flex-wrap: wrap;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .sec-news .flex_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.sec-news .flex_wrap .sec-heading {
  width: 16.92%;
}
@media screen and (max-width: 768px) {
  .sec-news .flex_wrap .sec-heading {
    width: 100%;
  }
}
.sec-news .flex_wrap .news_list {
  width: 83.08%;
}
@media screen and (max-width: 768px) {
  .sec-news .flex_wrap .news_list {
    width: 100%;
  }
}
.sec-news .sec-heading {
  text-align: left;
  padding: 0 10px;
  display: flex;
  flex-direction: column-reverse;
  writing-mode: vertical-rl;
  background: url("../images/deco_hude.png") no-repeat left top 60px/contain;
}
@media screen and (max-width: 768px) {
  .sec-news .sec-heading {
    writing-mode: horizontal-tb;
    background: url("../images/deco_hude.png") no-repeat left top/contain;
  }
}
.sec-news .sec-heading::after {
  display: none;
}
.sec-news .sec-heading .en {
  font-size: 6.4rem;
  transform: rotate(180deg);
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec-news .sec-heading .en {
    transform: rotate(0);
    text-align: left;
  }
}
.sec-news .sec-heading .ja {
  font-size: 1.7rem;
}
.sec-news .news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .sec-news .news_list {
    gap: 20px 40px;
  }
}
.sec-news .news_list li {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .sec-news .news_list li {
    width: 100%;
  }
}
.sec-news .news_list li .date {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #8F8985;
  margin: 0 0 5px;
}
.sec-news .news_list li .text {
  font-size: 1.5rem;
  text-align: justify;
  letter-spacing: 0.05em;
}

.hanabi {
  margin: 100px 0;
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #1A0E06;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hanabi {
    margin: 60px 0;
    height: 250px;
  }
}
.hanabi::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_hanabi_01.jpg") no-repeat center/cover;
  mix-blend-mode: exclusion;
  filter: brightness(80%);
  position: absolute;
  top: 0;
  left: 0;
}

/*************************************************
concept
*************************************************/
.sec-concept {
  margin: 160px 0 0;
  padding: 194px 0 0;
  background: url("../images/bg_logo.svg") no-repeat center top/clamp(550px, 50.6944444444vw, 1000px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-concept {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .sec-concept {
    background-size: clamp(200px, 106.6666666667vw, 500px);
  }
}
.sec-concept::before {
  content: "";
  display: block;
  width: 550px;
  height: 86px;
  background: url("../images/deco_cloud_01.png") no-repeat center/contain;
  position: absolute;
  top: 172px;
  left: 0;
  transform: translateX(-10%);
}
@media screen and (max-width: 1024px) {
  .sec-concept::before {
    width: 106.6666666667vw;
    top: -10%;
    left: 0;
  }
}
.sec-concept::after {
  content: "";
  display: block;
  width: 546px;
  height: 96px;
  background: url("../images/deco_cloud_02.png") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(5%, 50%);
}
.sec-concept .flex_wrap {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .sec-concept .flex_wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 599px) {
  .sec-concept .concept_heading {
    text-align: center;
  }
  .sec-concept .concept_heading img {
    width: 70%;
  }
}
.sec-concept .text_wrap {
  max-width: 620px;
}
.sec-concept .text_wrap p {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .sec-concept .text_wrap p {
    font-size: 1.7rem;
    line-height: 1.75;
  }
}
.sec-concept .text_wrap .text-heading {
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 599px) {
  .sec-concept .text_wrap .text-heading {
    font-size: 2.4rem;
  }
}

/*************************************************
program
*************************************************/
.sec-program {
  margin: 250px 0 0;
  padding: 120px 0 100px;
  position: relative;
  background: url(../images/bg_program.png) repeat center/200px;
}
@media screen and (max-width: 599px) {
  .sec-program {
    margin: 120px 0 0;
    padding: 60px 0 80px;
  }
}
.sec-program .ceremony_wrap {
  margin: 0 0 100px;
}
@media screen and (max-width: 599px) {
  .sec-program .ceremony_wrap {
    margin: 0 0 60px;
  }
}
.sec-program .ceremony_wrap .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .sec-program .ceremony_wrap .ttl {
    font-size: 2rem;
  }
}
.sec-program .ceremony_wrap .box {
  border-top: 1px solid #fff;
  padding: 40px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 599px) {
  .sec-program .ceremony_wrap .box {
    padding: 30px 10px;
  }
}
.sec-program .ceremony_wrap .box ol li {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .sec-program .ceremony_wrap .box ol li {
    font-size: 1.5rem;
  }
}
.sec-program .ceremony_wrap .box ol li .time {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  background-color: #D5AB1A;
  color: #1A0E06;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .sec-program .ceremony_wrap .box ol li .time {
    width: 65px;
    height: 65px;
    font-size: 1.6rem;
  }
}
.sec-program .program_concept .sec-heading .ja {
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .sec-program .program_concept .sec-heading .ja {
    font-size: 2.6rem;
  }
}
.sec-program .program_concept .sec-heading .ja span {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 599px) {
  .sec-program .program_concept .sec-heading .ja span {
    font-size: 2rem;
  }
}
.sec-program .program_concept .sec-heading .sub {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .sec-program .program_concept .sec-heading .sub {
    font-size: 1.4rem;
  }
}
.sec-program .program_concept p {
  margin: 77px 0 0;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .sec-program .program_concept p {
    margin: 50px 0 0;
    font-size: 1.6rem;
  }
}
.sec-program .program_contents {
  margin: 80px 0 0;
}
@media screen and (max-width: 599px) {
  .sec-program .program_contents {
    margin: 60px 0 0;
  }
}
.sec-program .program_contents .movie-container {
  position: relative;
  z-index: 999;
  margin: 75px 0 33px;
  text-align: center;
}
.sec-program .program_contents .movie-container p {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 15px;
  padding: 5px 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-program .program_contents .movie-container p {
    font-size: 1.4rem;
  }
}
.sec-program .program_contents .movie-container p::before {
  content: "";
  width: 2px;
  height: 1.4em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0, -50%) rotate(-20deg);
}
@media screen and (max-width: 599px) {
  .sec-program .program_contents .movie-container p::before {
    left: 0;
  }
}
.sec-program .program_contents .movie-container p::after {
  content: "";
  width: 2px;
  height: 1.4em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%) rotate(20deg);
}
@media screen and (max-width: 599px) {
  .sec-program .program_contents .movie-container p::after {
    right: 0;
  }
}
.sec-program .program_contents .movie-container .video {
  position: relative;
  z-index: 999;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  min-width: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-program .program_list {
  width: 100%;
}
.sec-program .program_list .program_item {
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .sec-program .program_list .program_item {
    margin: 0 0 10px;
  }
}
.sec-program .program_list .program_item summary {
  display: block;
  cursor: pointer;
}
.sec-program .program_list .program_item summary::-webkit-details-marker {
  display: none;
}
.sec-program .program_list .program_item summary .summary_inner {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-image: url("../images/bg_program_scene.png"), linear-gradient(to right, #f3d770, #fff, #8788c2);
  background-repeat: repeat, no-repeat;
  background-size: 120px, contain;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-program .program_list .program_item summary .summary_inner {
    flex-direction: column;
    gap: 10px;
  }
}
.sec-program .program_list .program_item summary .summary_inner::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #1B0A04;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-program .program_list .program_item summary .summary_inner .scene {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #1B0A04;
  white-space: nowrap;
}
.sec-program .program_list .program_item summary .summary_inner .text {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  font-size: 2rem;
  color: #1B0A04;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .sec-program .program_list .program_item summary .summary_inner .text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.sec-program .program_list .program_item summary .summary_inner .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 30px 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-program .program_list .program_item summary .summary_inner .icon {
    margin: 0 20px 0 auto;
    width: 16px;
    height: 16px;
  }
}
.sec-program .program_list .program_item summary .summary_inner .icon::before, .sec-program .program_list .program_item summary .summary_inner .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1B0A04;
}
.sec-program .program_list .program_item summary .summary_inner .icon::before {
  width: 30px;
  height: 2px;
}
@media screen and (max-width: 599px) {
  .sec-program .program_list .program_item summary .summary_inner .icon::before {
    width: 16px;
  }
}
.sec-program .program_list .program_item summary .summary_inner .icon::after {
  width: 2px;
  height: 30px;
  transition: transform 0.5s;
  animation: 0.4s close-animation;
}
@media screen and (max-width: 599px) {
  .sec-program .program_list .program_item summary .summary_inner .icon::after {
    height: 16px;
  }
}
.sec-program .program_list .program_item.is-opened summary .summary_inner .icon::after {
  animation: 0.4s open-animation forwards;
}
.sec-program .program_list .program_item .content {
  overflow: hidden;
}
.sec-program .program_list .program_item .content .content_inner {
  padding: 30px 28px;
  background: #1B0A04;
  display: flex;
  gap: 20px;
}
.sec-program .program_list .program_item .content .content_inner .text {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.sec-program .program_list .program_item .content .content_inner .text p {
  margin: 0 0 2em;
}
.sec-program .program_list .program_item .content .content_inner .text p:last-child {
  margin: 0;
}

@keyframes close-animation {
  from {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes open-animation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
/*************************************************
information
*************************************************/
.sec-information {
  margin: 200px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-information {
    margin: 120px 0 0;
  }
}
.sec-information::after {
  content: "";
  display: block;
  width: min(33.1944444444vw, 478px);
  height: 211px;
  background: url("../images/deco_cloud_03.png") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(20%);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .sec-information::after {
    bottom: 5%;
    width: max(53.3333333333vw, 128px);
  }
}
.sec-information .container {
  margin: 80px auto;
  padding: 15px;
  border-radius: 15px;
  background: #D5AB1A url("../images/bg_gold.png") repeat left top/360px;
}
@media screen and (max-width: 599px) {
  .sec-information .container {
    padding: 7px;
    border-radius: 5px;
  }
}
.sec-information .container .container_inner {
  padding: 100px 100px 60px;
  border-radius: 10px;
  background: #fff url("../images/bg_washi_cream.jpeg") repeat left top/360px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-information .container .container_inner {
    padding: 60px 60px 40px;
  }
}
@media screen and (max-width: 599px) {
  .sec-information .container .container_inner {
    padding: 30px 20px 20px;
  }
}
.sec-information .container .container_inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec-information .container .container_inner dl .row_block {
  color: #381508;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .sec-information .container .container_inner dl .row_block {
    flex-direction: column;
  }
}
.sec-information .container .container_inner dl .row_block dt {
  width: 20%;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .sec-information .container .container_inner dl .row_block dt {
    width: 100%;
    margin: 0 0 20px;
    padding: 3px 20px;
    vertical-align: middle;
    background: #D5AB1A url("../images/bg_washi_02.png") repeat center/300px;
    font-size: 1.8rem;
  }
}
.sec-information .container .container_inner dl .row_block dd {
  width: 80%;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .sec-information .container .container_inner dl .row_block dd {
    width: 100%;
  }
}
.sec-information .container .container_inner dl .row_block dd p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec-information .container .container_inner dl .row_block dd p {
    font-size: 1.6rem;
  }
}
.sec-information .container .container_inner dl .row_block dd p .num {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .sec-information .container .container_inner dl .row_block dd p .num {
    font-size: 2.4rem;
  }
}
.sec-information .container .container_inner dl .row_block dd p a {
  text-decoration: underline;
  transition: all 0.4s;
}
.sec-information .container .container_inner dl .row_block dd p a svg {
  width: 1.5em;
  vertical-align: middle;
}
.sec-information .container .container_inner dl .row_block dd p a:hover {
  opacity: 0.7;
}
.sec-information .container .container_inner dl .row_block dd p .s_ttl {
  min-width: 145px;
}
@media screen and (max-width: 1024px) {
  .sec-information .container .container_inner dl .row_block dd p .s_ttl {
    min-width: 130px;
    max-width: 200px;
  }
}
.sec-information .container .container_inner dl .row_block dd .access_ttl {
  padding: 0 0 0 20px;
  position: relative;
}
.sec-information .container .container_inner dl .row_block dd .access_ttl::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D5AB1A;
  transform: rotate(45deg);
  position: absolute;
  top: 0.7em;
  left: 0;
}
.sec-information .container .container_inner dl .row_block dd iframe {
  margin: 20px 0;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 599px) {
  .sec-information .container .container_inner dl .row_block dd iframe {
    height: 200px;
  }
}
.sec-information .container .container_inner dl .row_block dd .access_wrap {
  margin: 0 0 60px;
}
.sec-information .container .container_inner dl .row_block dd .access_wrap:last-child {
  margin: 0;
}
.sec-information .container .container_inner dl .row_block dd .image {
  margin: 60px 0;
}
@media screen and (max-width: 599px) {
  .sec-information .container .container_inner dl .row_block dd .image {
    margin: 30px 0;
  }
}
.sec-information .container .container_inner dl .row_block dd .caution {
  font-size: 1.5rem;
}
.sec-information .container .container_inner dl .row_block dd .table_wrap {
  margin: 20px 0 0;
  width: 100%;
}
.sec-information .container .container_inner dl .row_block dd .table_wrap p {
  padding: 0 0 0 20px;
  margin: 0 0 5px;
}
.sec-information .container .container_inner dl .row_block dd .table_wrap table {
  width: 776px;
}
@media screen and (max-width: 1024px) {
  .sec-information .container .container_inner dl .row_block dd .table_wrap table {
    width: 650px;
  }
}
@media screen and (max-width: 599px) {
  .sec-information .container .container_inner dl .row_block dd .table_wrap table {
    width: 550px;
  }
}
.sec-information .container .container_inner dl .row_block dd .table_wrap table thead {
  border-bottom: 2px solid #381508;
}
.sec-information .container .container_inner dl .row_block dd .table_wrap table th, .sec-information .container .container_inner dl .row_block dd .table_wrap table td {
  vertical-align: middle;
  text-align: center;
  height: 3em;
  font-weight: 600;
}
.sec-information .container .container_inner dl .row_block dd .table_wrap table th:not(:first-child), .sec-information .container .container_inner dl .row_block dd .table_wrap table td:not(:first-child) {
  border-left: 1px dashed #8F8985;
  width: 28%;
}
.sec-information .container .container_inner dl .row_block dd .table_wrap table th {
  background-color: rgba(213, 171, 26, 0.5);
}
.sec-information .container .container_inner dl .row_block dd .table_wrap table tr {
  border-top: 1px dashed #8F8985;
}
.sec-information .container .container_inner dl .row_block dd .table_wrap table tr:last-child {
  border-bottom: 1px dashed #8F8985;
}
.sec-information .container .container_inner dl .row_block dd .riyou {
  margin: 0 0 40px;
}
.sec-information .container .container_inner dl .row_block dd .riyou p {
  display: block;
  margin: 0;
}
.sec-information .container .container_inner dl .row_block dd .riyou .ttl {
  font-weight: 700;
}
.sec-information .container .container_inner dl .row_block dd .riyou ol li {
  padding: 0 0 0 40px;
  margin: 0 0 10px;
  position: relative;
}
.sec-information .container .container_inner dl .row_block dd .riyou ol li::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 9999px;
  background-color: #D5AB1A;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.sec-information .container .container_inner dl .row_block dd .riyou ol li p:not(:first-child) {
  font-size: 1.6rem;
}
.sec-information .container .container_inner dl .row_block dd .riyou ol li:first-child::before {
  content: "1";
}
.sec-information .container .container_inner dl .row_block dd .riyou ol li:nth-child(2)::before {
  content: "2";
}
.sec-information .container .container_inner dl .row_block:last-child {
  margin: 40px 0;
}
.sec-information .container .container_inner dl .row_block:last-child p {
  margin: 0 0 20px;
  line-height: 2;
}
.sec-information .container .container_inner .contact_wrap {
  color: #381508;
  border: 1px solid #381508;
}
@media screen and (max-width: 599px) {
  .sec-information .container .container_inner .contact_wrap .mail_wrap .mail {
    font-size: 1.2rem;
  }
}

.table-scroll-bar {
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.table-scroll-bar::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-track {
  background: rgba(213, 171, 26, 0.5);
  height: 5px !important;
  border-radius: 9999px;
}
.simplebar-track .simplebar-scrollbar::before {
  background: #381508;
  border-radius: 9999px;
  height: 5px !important;
  margin-left: -1px;
  margin-top: -2px;
  padding-bottom: 1px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

/*************************************************
paidseats
*************************************************/
.sec-paidseats .map_image,
.sec-paidseats .table-container {
  width: 100%;
  margin: 0 auto;
}
.sec-paidseats .table-ttl {
  font-size: 2.4rem;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  text-align: center;
  margin: 100px 0 20px;
}
.sec-paidseats .price-table {
  margin: 0 auto;
  width: 1000px;
  border-collapse: collapse;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .price-table {
    width: 600px;
  }
}
.sec-paidseats .price-table th, .sec-paidseats .price-table td {
  padding: 5px 15px;
  text-align: left;
}
.sec-paidseats .price-table thead {
  background-color: #fff;
  color: #1B0A04;
}
.sec-paidseats .price-table thead th {
  font-size: 1.5rem;
}
.sec-paidseats .price-table thead th:first-child, .sec-paidseats .price-table thead th:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 2px solid #20150D;
}
.sec-paidseats .price-table tbody th, .sec-paidseats .price-table tbody td {
  font-size: 1.8rem;
  border: 1px solid #fff;
  padding: 3px 24px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .price-table tbody th, .sec-paidseats .price-table tbody td {
    font-size: 1.4rem;
  }
}
.sec-paidseats .price-table tbody td {
  font-size: 1.5rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
}
@media screen and (max-width: 599px) {
  .sec-paidseats .price-table tbody td {
    font-size: 1.4rem;
  }
}
.sec-paidseats .price-table tbody td .num {
  font-size: 2.4rem;
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .price-table tbody td .num {
    font-size: 2rem;
  }
}
.sec-paidseats .price-table tbody .category {
  background-color: #1B0A04;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 3px 15px;
}
.sec-paidseats .price-table tbody tr {
  background: rgba(255, 255, 255, 0.05);
}
.sec-paidseats .disp_wrap {
  margin: 20px auto 60px;
  max-width: 1000px;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .disp_wrap {
    margin: 50px auto 40px;
  }
}
.sec-paidseats .disp_wrap dl .row {
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .disp_wrap dl .row {
    margin: 0 0 15px;
  }
}
.sec-paidseats .disp_wrap dl .row dt {
  font-size: 2.4rem;
  margin: 0 0 5px;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .disp_wrap dl .row dt {
    font-size: 1.8rem;
    margin: 0 0 3px;
  }
}
.sec-paidseats .disp_wrap dl .row dt .num {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  border-radius: 9999px;
  background-color: #D5AB1A;
  color: #381508;
  text-align: center;
  margin: 0 10px 0 0;
}
.sec-paidseats .disp_wrap dl .row .s-heading {
  position: relative;
  padding: 0 0 0 20px;
}
.sec-paidseats .disp_wrap dl .row .s-heading::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D5AB1A;
  transform: rotate(45deg);
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .disp_wrap dl .row dd {
    font-size: 1.4rem;
  }
}
.sec-paidseats .disp_wrap dl .row dd a {
  color: #D5AB1A;
  text-decoration: underline;
  transition: all 0.4s;
}
.sec-paidseats .disp_wrap dl .row dd a:hover {
  opacity: 0.7;
}
.sec-paidseats .disp_wrap .link_wrap {
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .disp_wrap .link_wrap {
    flex-direction: column;
  }
}
.sec-paidseats .disp_wrap .link_wrap .link_btn {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 599px) {
  .sec-paidseats .disp_wrap .link_wrap .link_btn {
    width: 100%;
  }
}
.sec-paidseats .disp_wrap .link_wrap .link_btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.sec-paidseats .disp_wrap .link_wrap .link_btn a span {
  display: inline-block;
  margin: 0 auto 0 12px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1A0E06;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.sec-paidseats .disp_wrap .link_wrap .link_btn a .arrow {
  width: 15px;
}
.sec-paidseats .disp_wrap .link_wrap .link_btn a .icon {
  width: 25px;
}
.sec-paidseats .disp_wrap .link_wrap .link_btn a:hover {
  background-color: #F3D770;
}
.sec-paidseats .disp_wrap .box {
  color: #1B0A04;
  margin: 40px 0;
}
.sec-paidseats .disp_wrap .box dt {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #F3D770;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 5px 20px;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .disp_wrap .box dt {
    font-size: 1.8rem;
  }
}
.sec-paidseats .disp_wrap .box dd {
  padding: 30px 20px;
  background: #fff url("../images/bg_washi_cream.jpeg") repeat left top/360px;
}
.sec-paidseats .disp_wrap .box dd .txt {
  font-weight: 500;
}
.sec-paidseats .disp_wrap .box dd .btn_wrap {
  margin: 20px auto;
  max-width: 360px;
}
.sec-paidseats .disp_wrap .box dd .btn_wrap a {
  line-height: normal;
  padding: 20px 10px;
  max-height: 68px;
  color: #381508;
  text-decoration: none;
}
.sec-paidseats .disp_wrap .box dd .btn_wrap a svg {
  width: 28px;
  height: 28px;
}
.sec-paidseats .disp_wrap .box dd .btn_wrap a svg .b {
  stroke: #381508;
}
.sec-paidseats .disp_wrap .box dd .btn_wrap p {
  margin: 5px 0 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .disp_wrap .box dd .btn_wrap p {
    font-size: 1.3rem;
  }
}
.sec-paidseats .disp_wrap .box dd .btn_wrap.ja_btn a {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .sec-paidseats .disp_wrap .box dd .btn_wrap.ja_btn a {
    font-size: 1.8rem;
  }
}
.sec-paidseats .disp_wrap .box dd .btn_wrap.ja_btn p {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
}
.sec-paidseats .disp_wrap .box dd ul {
  margin: 20px 0 0;
}
.sec-paidseats .disp_wrap .box dd ul li {
  padding: 0 0 0 20px;
  position: relative;
}
.sec-paidseats .disp_wrap .box dd ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #381508;
  border-radius: 9999px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.sec-paidseats .disp_wrap .box dd a {
  color: #381508;
  text-decoration: underline;
  transition: all 0.4s;
}
.sec-paidseats .disp_wrap .box dd a:hover {
  opacity: 0.7;
}

/*************************************************
paidseats-link
*************************************************/
.paidseats-link {
  margin: 0 0 80px;
}
.paidseats-link .flex_wrap {
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .paidseats-link .flex_wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.paidseats-link .flex_wrap .link_wrap {
  max-width: 25rem;
}
@media screen and (max-width: 599px) {
  .paidseats-link .flex_wrap .link_wrap {
    max-width: 15rem;
  }
}
.paidseats-link .flex_wrap .link_wrap a img {
  transform: scale(1);
  transition: transform 0.4s;
}
.paidseats-link .flex_wrap .link_wrap a .s_link {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.4s;
}
.paidseats-link .flex_wrap .link_wrap a:hover img {
  transform: scale(1.15) rotate(5deg);
}
.paidseats-link .flex_wrap .link_wrap a:hover .s_link {
  transform: scale(1.15) rotate(5deg) translate(0, 10px);
}

/*************************************************
paidseats-detail
*************************************************/
.paidseats-detail {
  border-top: 1px solid #fff;
  padding: 90px 0;
}
@media screen and (max-width: 599px) {
  .paidseats-detail {
    padding: 70px 0;
  }
}
.paidseats-detail .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 30px 8%;
}
@media screen and (max-width: 599px) {
  .paidseats-detail .grid-container {
    grid-template-columns: 1fr;
  }
}
.paidseats-detail .grid-container .item:nth-child(1) {
  grid-row: span 3;
}
@media screen and (max-width: 599px) {
  .paidseats-detail .grid-container .item:nth-child(1) {
    order: 2;
  }
}
@media screen and (max-width: 599px) {
  .paidseats-detail .grid-container .item:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 599px) {
  .paidseats-detail .grid-container .item:nth-child(3) {
    order: 3;
  }
}
@media screen and (max-width: 599px) {
  .paidseats-detail .grid-container .item:nth-child(4) {
    order: 4;
  }
}
.paidseats-detail .item .image {
  margin: 0 0 15px;
}
.paidseats-detail .item .seat_heading {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
}
.paidseats-detail .item .seat_heading p {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .paidseats-detail .item .seat_heading p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.paidseats-detail .item .seat_heading h3 {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .paidseats-detail .item .seat_heading h3 {
    font-size: 3.2rem;
  }
}
.paidseats-detail .item .icon_wrap {
  margin: 30px 0;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .paidseats-detail .item .icon_wrap {
    justify-content: flex-start;
  }
}
.paidseats-detail .item .icon_wrap .icon p {
  margin: 5px 0 0;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: center;
}
.paidseats-detail .item .description {
  font-size: 1.5rem;
}
.paidseats-detail .item h4 {
  font-size: 1.8rem;
  border-bottom: 2px solid #fff;
  padding: 3px 0;
}
.paidseats-detail .item ul {
  margin: 10px 0 25px;
}
.paidseats-detail .item ul li {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 1.5rem;
}
.paidseats-detail .item ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: #fff;
  position: absolute;
  top: 0.8em;
  left: 0;
  transform: translate(0, -50%);
}
.paidseats-detail .item .view_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  overflow: hidden;
}
.paidseats-detail .item .view_table thead th {
  background-color: #fff;
  color: #1A0E06;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #1A0E06;
  padding: 5px 0;
}
@media screen and (max-width: 599px) {
  .paidseats-detail .item .view_table thead th {
    font-size: 1.3rem;
  }
}
.paidseats-detail .item .view_table thead th:first-child {
  border-left: 1px solid #fff;
}
.paidseats-detail .item .view_table thead th:last-child {
  border-right: 1px solid #fff;
}
.paidseats-detail .item .view_table thead th.fz_s {
  font-size: 1.3rem;
}
.paidseats-detail .item .view_table tbody td {
  border: 1px solid #fff;
  padding: 20px 0;
  text-align: center;
}
.paidseats-detail .item .chair {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 8% 16%;
}
.paidseats-detail .seat_cta_wrap {
  margin: 60px auto 0;
  max-width: 800px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .paidseats-detail .seat_cta_wrap {
    margin: 140px auto 0;
  }
}
.paidseats-detail .seat_cta_wrap .image {
  max-width: 210px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-60%, 0);
}
@media screen and (max-width: 599px) {
  .paidseats-detail .seat_cta_wrap .image {
    bottom: auto;
    top: -110px;
    transform: none;
    width: 100%;
    max-width: none;
  }
}
.paidseats-detail .seat_cta_wrap .flex_wrap {
  padding: 45px 100px;
  align-items: center;
  justify-content: space-between;
  background: #070624;
}
@media screen and (max-width: 599px) {
  .paidseats-detail .seat_cta_wrap .flex_wrap {
    padding: 30px 10px;
    flex-direction: column;
    gap: 20px;
  }
}
.paidseats-detail .seat_cta_wrap .flex_wrap p {
  font-weight: 700;
  line-height: 1.2;
}
.paidseats-detail .seat_cta_wrap .flex_wrap .price {
  font-size: 2rem;
}
.paidseats-detail .seat_cta_wrap .flex_wrap .price .num {
  font-size: 3.6rem;
  display: inline-block;
  margin: 0 5px 0 0;
}
.paidseats-detail .seat_cta_wrap .flex_wrap .caution {
  font-size: 1.4rem;
  font-weight: 500;
}
.paidseats-detail .seat_cta_wrap .flex_wrap .btn_wrap {
  min-width: 300px;
}
.paidseats-detail .seat_cta_wrap .flex_wrap .btn_wrap a {
  line-height: normal;
  padding: 20px 10px;
}
.paidseats-detail .seat_cta_wrap .flex_wrap .btn_wrap a svg {
  width: 20px;
  height: 20px;
}
.paidseats-detail .seat_cta_wrap .flex_wrap .btn_wrap a svg .b {
  stroke: #381508;
}
.paidseats-detail .seat_cta_wrap .flex_wrap .btn_wrap p {
  margin: 5px 0 0;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .paidseats-detail .seat_cta_wrap .flex_wrap .btn_wrap p {
    margin: 10px 0 0;
  }
}
.paidseats-detail .seat_cta_wrap .flex_wrap .btn_wrap.ja_btn a {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.sec-tenchijin {
  background-color: rgba(46, 48, 148, 0.35);
}
.sec-tenchijin .seat_cta_wrap .flex_wrap {
  background-color: #070624;
}

.sec-kenshin {
  background-color: rgba(237, 0, 140, 0.15);
}
.sec-kenshin .grid-container .item:nth-child(1) {
  grid-row: span 2;
}
.sec-kenshin .grid-container .item:nth-child(4) {
  grid-column: span 2;
}
@media screen and (max-width: 599px) {
  .sec-kenshin .grid-container .item:nth-child(4) {
    grid-column: span 1;
    margin-top: 30px;
  }
}
.sec-kenshin .grid-container .item:nth-child(4) .new-seat h3, .sec-kenshin .grid-container .item:nth-child(4) .new-seat p {
  font-weight: 700;
}
.sec-kenshin .grid-container .item:nth-child(4) .new-seat p {
  display: inline-block;
  background-color: #fff;
  color: #1B0A04;
  padding: 2px 10px 0 12px;
  margin-bottom: 10px;
}
.sec-kenshin .grid-container .item:nth-child(4) .new-seat h3 {
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .sec-kenshin .grid-container .item:nth-child(4) .new-seat h3 {
    font-size: 26px;
    line-height: 1.4;
  }
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .sec-kenshin .grid-container .item:nth-child(4) .flex-wrap {
    flex-direction: column;
  }
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price {
    gap: 13px;
  }
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price p {
  line-height: 1.4;
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .txt span {
  display: block;
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .normal {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .normal {
    font-size: 20px;
  }
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .normal span {
  font-size: 14px;
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .children {
  font-size: 36px;
}
@media screen and (max-width: 599px) {
  .sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .children {
    font-size: 26px;
  }
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .children span {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .children span {
    font-size: 14px;
  }
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .children span.tax {
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .children span.tax {
    font-size: 18px;
  }
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 15px solid #fff;
  border-right: 0;
}
@media screen and (max-width: 599px) {
  .sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .price .arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #fff;
  }
}
.sec-kenshin .grid-container .item:nth-child(4) .flex-wrap .right-wrap .description {
  margin-bottom: 30px;
}
.sec-kenshin .seat_cta_wrap .flex_wrap {
  padding: 23px 100px;
  background-color: #3B0011;
}
@media screen and (max-width: 599px) {
  .sec-kenshin .seat_cta_wrap .flex_wrap {
    padding: 30px 10px;
  }
}

.sec-kanetsugu {
  background-color: rgba(225, 134, 27, 0.35);
}
.sec-kanetsugu .grid-container .item:nth-child(1) {
  grid-row: span 2;
}
.sec-kanetsugu .seat_cta_wrap .flex_wrap {
  padding: 44px 80px 44px 100px;
  background-color: #4F1C02;
}
@media screen and (max-width: 599px) {
  .sec-kanetsugu .seat_cta_wrap .flex_wrap {
    padding: 30px 10px;
  }
}
.sec-kanetsugu .seat_cta_wrap .flex_wrap .caution {
  font-weight: 400;
  letter-spacing: 0;
}

.sec-masamune {
  background-color: rgba(254, 242, 0, 0.2);
}
.sec-masamune .grid-container .item:nth-child(1) {
  grid-row: span 3;
}
.sec-masamune .seat_cta_wrap .flex_wrap {
  padding: 50px 100px;
  background-color: #3E3300;
}
@media screen and (max-width: 599px) {
  .sec-masamune .seat_cta_wrap .flex_wrap {
    padding: 30px 10px;
  }
}

.sec-youzan {
  background-color: rgba(0, 173, 239, 0.3);
}
.sec-youzan .grid-container .item:nth-child(1) {
  grid-row: span 2;
}
.sec-youzan .seat_cta_wrap .flex_wrap {
  padding: 50px 100px;
  background-color: #002D4C;
}
@media screen and (max-width: 599px) {
  .sec-youzan .seat_cta_wrap .flex_wrap {
    padding: 30px 10px;
  }
}

/*************************************************
areamap
*************************************************/
.sec-areamap, .sec-paidseats {
  margin: 86px 0 0;
  position: relative;
}
.sec-areamap .image, .sec-paidseats .image {
  text-align: center;
  margin: 80px 0 130px;
}
.sec-areamap .image a, .sec-paidseats .image a {
  display: block;
  width: 100%;
}
.sec-areamap .image img, .sec-paidseats .image img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .sec-areamap .image, .sec-paidseats .image {
    margin: 60px 0 80px;
  }
}
.sec-areamap .paidimage, .sec-paidseats .paidimage {
  max-width: 800px;
  margin: 0 auto;
}

/*************************************************
feature
*************************************************/
.sec-feature {
  margin: 200px 0 0;
}
@media screen and (max-width: 599px) {
  .sec-feature {
    margin: 120px 0 0;
  }
}
.sec-feature .container {
  margin: 100px 0 80px;
}
@media screen and (max-width: 1024px) {
  .sec-feature .container {
    max-width: 620px;
    margin: 80px auto;
  }
}
.sec-feature .container .flex_wrap {
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .sec-feature .container .flex_wrap {
    flex-direction: column;
    gap: 30px;
    max-width: 620px;
    margin: 0 auto;
  }
}
.sec-feature .container .text_wrap {
  width: 49.17%;
}
@media screen and (max-width: 1024px) {
  .sec-feature .container .text_wrap {
    width: 100%;
  }
}
.sec-feature .container .text_wrap .feature_heading {
  background: url("../images/deco_hude.png") no-repeat left bottom/contain;
  line-height: 1.45;
}
.sec-feature .container .text_wrap .feature_heading span {
  display: block;
}
.sec-feature .container .text_wrap .feature_heading .image {
  width: 216px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-feature .container .text_wrap .feature_heading .image {
    width: 160px;
  }
}
.sec-feature .container .text_wrap .feature_heading .image::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background: url("../images/feature_deco_01.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  .sec-feature .container .text_wrap .feature_heading .image::before {
    width: 32px;
    height: 32px;
  }
}
.sec-feature .container .text_wrap .feature_heading .image::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/feature_deco_02.png") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 20%);
}
@media screen and (max-width: 599px) {
  .sec-feature .container .text_wrap .feature_heading .image::after {
    width: 24px;
    height: 24px;
  }
}
.sec-feature .container .text_wrap .feature_heading .sub {
  margin: 15px 0 0;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .sec-feature .container .text_wrap .feature_heading .sub {
    margin: 15px 0 5px;
    font-size: 1.8rem;
  }
}
.sec-feature .container .text_wrap .feature_heading .sub .san-serif {
  display: inline-block;
}
.sec-feature .container .text_wrap .feature_heading .main {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 4rem;
}
@media screen and (max-width: 599px) {
  .sec-feature .container .text_wrap .feature_heading .main {
    font-size: 2.8rem;
  }
}
.sec-feature .container .text_wrap .feature_heading .main .yellow {
  display: inline;
}
.sec-feature .container .text_wrap .text {
  margin: 30px 0 0;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .sec-feature .container .text_wrap .text {
    margin: 15px 0 0;
  }
}
.sec-feature .container .image_wrap {
  width: calc(100% - (60px + 49.17%));
  max-width: 550px;
}
@media screen and (max-width: 1024px) {
  .sec-feature .container .image_wrap {
    width: 100%;
    max-width: 620px;
  }
}
.sec-feature .container:nth-child(5) .text_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .sec-feature .container:nth-child(5) .text_wrap {
    flex-direction: column;
    gap: 0;
  }
}
.sec-feature .container:nth-child(5) .text_wrap .text {
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .sec-feature .container:nth-child(5) .text_wrap .text {
    max-width: 100%;
  }
}
.sec-feature .container:nth-child(5) .image_wrap {
  width: 100%;
  margin: 40px 0 0;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 1024px) {
  .sec-feature .container:nth-child(5) .image_wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.sec-feature .container:nth-child(5) .image_wrap .box {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  .sec-feature .container:nth-child(5) .image_wrap .box {
    width: 100%;
  }
}
.sec-feature .container:nth-child(5) .image_wrap .box .image img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  min-width: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-feature .container:nth-child(5) .image_wrap .box h4 {
  margin: 16px 0 0;
  text-align: center;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  font-size: 2rem;
}
.sec-feature .container:nth-child(5) .image_wrap .box .time {
  text-align: center;
}
.sec-feature .container:nth-child(5) .image_wrap .box .time span {
  display: inline-block;
  padding: 0 0 10px 1.8rem;
  position: relative;
}
.sec-feature .container:nth-child(5) .image_wrap .box .time span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D5AB1A;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: 0;
}
.sec-feature .container:nth-child(5) .image_wrap .box p {
  font-weight: 600;
  line-height: 1.75;
}
.sec-feature .container:nth-child(5) .image_wrap .box .m_link {
  margin: 20px 0 0;
}
.sec-feature .container:nth-child(5) .image_wrap .box .m_link .boshu {
  font-size: 2rem;
  display: inline-block;
  position: relative;
}
.sec-feature .container:nth-child(5) .image_wrap .box .m_link .boshu::before {
  content: "";
  width: 2px;
  height: 1.4em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0, -50%) rotate(-25deg);
}
.sec-feature .container:nth-child(5) .image_wrap .box .m_link .boshu::after {
  content: "";
  width: 2px;
  height: 1.4em;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%) rotate(25deg);
}
.sec-feature .container:nth-child(5) .image_wrap .box .m_link .boshu span {
  font-size: 1.4rem;
}
.sec-feature .container:nth-child(5) .image_wrap .box:last-child .image img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  min-width: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/*************************************************
access
*************************************************/
.sec-access {
  margin: 200px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-access {
    margin: 120px 0 0;
  }
}
.sec-access::after {
  content: "";
  display: block;
  width: min(33.1944444444vw, 478px);
  height: 211px;
  background: url("../images/deco_cloud_03.png") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(20%);
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .sec-access::after {
    bottom: 5%;
    width: max(53.3333333333vw, 128px);
  }
}
.sec-access .container {
  margin: 80px auto;
  padding: 15px;
  border-radius: 15px;
  background: #D5AB1A url("../images/bg_gold.png") repeat left top/360px;
}
@media screen and (max-width: 599px) {
  .sec-access .container {
    padding: 7px;
    border-radius: 5px;
  }
}
.sec-access .container .container_inner {
  padding: 100px 100px 60px;
  border-radius: 10px;
  background: #fff url("../images/bg_washi_cream.jpeg") repeat left top/360px;
  color: #381508;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-access .container .container_inner {
    padding: 60px 60px 40px;
  }
}
@media screen and (max-width: 599px) {
  .sec-access .container .container_inner {
    padding: 30px 20px 20px;
  }
}
.sec-access .container .container_inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec-access .container .container_inner p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .sec-access .container .container_inner p {
    font-size: 1.6rem;
  }
}
.sec-access .container .container_inner p .num {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .sec-access .container .container_inner p .num {
    font-size: 2.4rem;
  }
}
.sec-access .container .container_inner p a {
  text-decoration: underline;
  transition: all 0.4s;
}
.sec-access .container .container_inner p a svg {
  width: 1.5em;
  vertical-align: middle;
}
.sec-access .container .container_inner p a:hover {
  opacity: 0.7;
}
.sec-access .container .container_inner p .s_ttl {
  min-width: 145px;
}
@media screen and (max-width: 1024px) {
  .sec-access .container .container_inner p .s_ttl {
    min-width: 130px;
    max-width: 200px;
  }
}
.sec-access .container .container_inner .access_ttl {
  margin: 30px 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
.sec-access .container .container_inner .access_ttl::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D5AB1A;
  transform: rotate(45deg);
  position: absolute;
  top: 0.7em;
  left: 0;
}
.sec-access .container .container_inner iframe {
  margin: 20px 0;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 599px) {
  .sec-access .container .container_inner iframe {
    height: 200px;
  }
}
.sec-access .container .container_inner .access_wrap {
  margin: 0 0 60px;
}
.sec-access .container .container_inner .access_wrap:last-child {
  margin: 0;
}
.sec-access .container .container_inner .image {
  margin: 60px 0;
}
@media screen and (max-width: 599px) {
  .sec-access .container .container_inner .image {
    margin: 30px 0;
  }
}
.sec-access .container .container_inner .caution {
  font-size: 1.5rem;
}
.sec-access .container .container_inner .table_wrap {
  margin: 20px 0 0;
  width: 100%;
}
.sec-access .container .container_inner .table_wrap p {
  padding: 0 0 0 20px;
  margin: 0 0 5px;
}
.sec-access .container .container_inner .table_wrap table {
  width: 776px;
}
@media screen and (max-width: 1024px) {
  .sec-access .container .container_inner .table_wrap table {
    width: 650px;
  }
}
@media screen and (max-width: 599px) {
  .sec-access .container .container_inner .table_wrap table {
    width: 550px;
  }
}
.sec-access .container .container_inner .table_wrap table thead {
  border-bottom: 2px solid #381508;
}
.sec-access .container .container_inner .table_wrap table th, .sec-access .container .container_inner .table_wrap table td {
  vertical-align: middle;
  text-align: center;
  height: 3em;
  font-weight: 600;
}
.sec-access .container .container_inner .table_wrap table th:not(:first-child), .sec-access .container .container_inner .table_wrap table td:not(:first-child) {
  border-left: 1px dashed #8F8985;
  width: 28%;
}
.sec-access .container .container_inner .table_wrap table th {
  background-color: rgba(213, 171, 26, 0.5);
}
.sec-access .container .container_inner .table_wrap table tr {
  border-top: 1px dashed #8F8985;
}
.sec-access .container .container_inner .table_wrap table tr:last-child {
  border-bottom: 1px dashed #8F8985;
}
.sec-access .container .container_inner .riyou {
  margin: 0 0 40px;
}
.sec-access .container .container_inner .riyou p {
  display: block;
  margin: 0;
}
.sec-access .container .container_inner .riyou .ttl {
  font-weight: 700;
}
.sec-access .container .container_inner .riyou ol li {
  padding: 0 0 0 40px;
  margin: 0 0 10px;
  position: relative;
}
.sec-access .container .container_inner .riyou ol li::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 9999px;
  background-color: #D5AB1A;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.sec-access .container .container_inner .riyou ol li p:not(:first-child) {
  font-size: 1.6rem;
}
.sec-access .container .container_inner .riyou ol li:first-child::before {
  content: "1";
}
.sec-access .container .container_inner .riyou ol li:nth-child(2)::before {
  content: "2";
}
.sec-access .container .container_inner dl .row_block {
  color: #381508;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .sec-access .container .container_inner dl .row_block {
    flex-direction: column;
  }
}
.sec-access .container .container_inner dl .row_block dt {
  width: 20%;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .sec-access .container .container_inner dl .row_block dt {
    width: 100%;
    margin: 0 0 20px;
    padding: 3px 20px;
    vertical-align: middle;
    background: #D5AB1A url("../images/bg_washi_02.png") repeat center/300px;
    font-size: 1.8rem;
  }
}
.sec-access .container .container_inner dl .row_block dd {
  width: 80%;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .sec-access .container .container_inner dl .row_block dd {
    width: 100%;
  }
}
.sec-access .container .container_inner dl .row_block:last-child {
  margin: 40px 0;
}
.sec-access .container .container_inner dl .row_block:last-child p {
  margin: 0 0 20px;
  line-height: 2;
}
.sec-access .container .container_inner .contact_wrap {
  color: #381508;
  border: 1px solid #381508;
}
@media screen and (max-width: 599px) {
  .sec-access .container .container_inner .contact_wrap .mail_wrap .mail {
    font-size: 1.2rem;
  }
}

.table-scroll-bar {
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.table-scroll-bar::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-track {
  background: rgba(255, 255, 255, 0.4);
  height: 5px !important;
  border-radius: 9999px;
}
.simplebar-track .simplebar-scrollbar::before {
  background: #fff;
  border-radius: 9999px;
  height: 5px !important;
  margin-left: -1px;
  margin-top: -2px;
  padding-bottom: 1px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

/*************************************************
ticket
*************************************************/
.sec-ticket {
  margin: 140px 0 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .sec-ticket {
    margin: 80px 0 0;
  }
}
.sec-ticket::before {
  content: "";
  display: block;
  width: min(23.6111111111vw, 340px);
  height: 53px;
  background: url("../images/deco_cloud_05.png") no-repeat center/contain;
  position: absolute;
  top: 20%;
  right: 2.7777777778vw;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .sec-ticket::before {
    top: 0;
    right: 0;
    width: max(40vw, 150px);
  }
}
.sec-ticket::after {
  content: "";
  display: block;
  width: min(12.0138888889vw, 173px);
  height: 48px;
  background: url("../images/deco_cloud_06.png") no-repeat center/contain;
  position: absolute;
  top: 70%;
  left: 3.4722222222vw;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .sec-ticket::after {
    width: max(18.6666666667vw, 150px);
    top: 100%;
    left: 0;
  }
}
.sec-ticket .disp_wrap {
  margin: 70px auto 60px;
  max-width: 800px;
}
@media screen and (max-width: 599px) {
  .sec-ticket .disp_wrap {
    margin: 50px auto 40px;
  }
}
.sec-ticket .disp_wrap dl .row {
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  .sec-ticket .disp_wrap dl .row {
    margin: 0 0 15px;
  }
}
.sec-ticket .disp_wrap dl .row dt {
  font-size: 2.4rem;
  margin: 0 0 5px;
}
@media screen and (max-width: 599px) {
  .sec-ticket .disp_wrap dl .row dt {
    font-size: 1.8rem;
    margin: 0 0 3px;
  }
}
.sec-ticket .disp_wrap dl .row dt .num {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  border-radius: 9999px;
  background-color: #D5AB1A;
  color: #381508;
  text-align: center;
  margin: 0 10px 0 0;
}
.sec-ticket .disp_wrap dl .row .s-heading {
  position: relative;
  padding: 0 0 0 20px;
}
.sec-ticket .disp_wrap dl .row .s-heading::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D5AB1A;
  transform: rotate(45deg);
  position: absolute;
  top: 0.6em;
  left: 0;
}
@media screen and (max-width: 599px) {
  .sec-ticket .disp_wrap dl .row dd {
    font-size: 1.4rem;
  }
}
.sec-ticket .disp_wrap dl .row dd a {
  color: #D5AB1A;
  text-decoration: underline;
  transition: all 0.4s;
}
.sec-ticket .disp_wrap dl .row dd a:hover {
  opacity: 0.7;
}
.sec-ticket .disp_wrap .link_wrap {
  margin: 0 0 60px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .sec-ticket .disp_wrap .link_wrap {
    flex-direction: column;
  }
}
.sec-ticket .disp_wrap .link_wrap .link_btn {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 599px) {
  .sec-ticket .disp_wrap .link_wrap .link_btn {
    width: 100%;
  }
}
.sec-ticket .disp_wrap .link_wrap .link_btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.sec-ticket .disp_wrap .link_wrap .link_btn a span {
  display: inline-block;
  margin: 0 auto 0 12px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1A0E06;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.sec-ticket .disp_wrap .link_wrap .link_btn a .arrow {
  width: 15px;
}
.sec-ticket .disp_wrap .link_wrap .link_btn a .icon {
  width: 25px;
}
.sec-ticket .disp_wrap .link_wrap .link_btn a:hover {
  background-color: #F3D770;
}
.sec-ticket .disp_wrap .box {
  color: #1B0A04;
  margin: 40px 0;
}
.sec-ticket .disp_wrap .box dt {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #F3D770;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 5px 20px;
}
@media screen and (max-width: 599px) {
  .sec-ticket .disp_wrap .box dt {
    font-size: 1.8rem;
  }
}
.sec-ticket .disp_wrap .box dd {
  padding: 30px 20px;
  background: #fff url("../images/bg_washi_cream.jpeg") repeat left top/360px;
}
.sec-ticket .disp_wrap .box dd .txt {
  font-weight: 500;
}
.sec-ticket .disp_wrap .box dd .btn_wrap {
  margin: 20px auto;
  max-width: 360px;
}
.sec-ticket .disp_wrap .box dd .btn_wrap a {
  line-height: normal;
  padding: 20px 10px;
  max-height: 68px;
  color: #381508;
  text-decoration: none;
}
.sec-ticket .disp_wrap .box dd .btn_wrap a svg {
  width: 28px;
  height: 28px;
}
.sec-ticket .disp_wrap .box dd .btn_wrap a svg .b {
  stroke: #381508;
}
.sec-ticket .disp_wrap .box dd .btn_wrap p {
  margin: 5px 0 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .sec-ticket .disp_wrap .box dd .btn_wrap p {
    font-size: 1.3rem;
  }
}
.sec-ticket .disp_wrap .box dd .btn_wrap.ja_btn a {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .sec-ticket .disp_wrap .box dd .btn_wrap.ja_btn a {
    font-size: 1.8rem;
  }
}
.sec-ticket .disp_wrap .box dd .btn_wrap.ja_btn p {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
}
.sec-ticket .disp_wrap .box dd ul {
  margin: 20px 0 0;
}
.sec-ticket .disp_wrap .box dd ul li {
  padding: 0 0 0 20px;
  position: relative;
}
.sec-ticket .disp_wrap .box dd ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #381508;
  border-radius: 9999px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.sec-ticket .disp_wrap .box dd a {
  color: #381508;
  text-decoration: underline;
  transition: all 0.4s;
}
.sec-ticket .disp_wrap .box dd a:hover {
  opacity: 0.7;
}
.sec-ticket .shimin_wrap {
  margin: 60px 0 30px;
}
.sec-ticket .shimin_wrap .sub-heading {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .sec-ticket .shimin_wrap .sub-heading {
    font-size: 1.8rem;
  }
}
.sec-ticket .shimin_wrap p {
  margin: 20px 0 0;
}
.sec-ticket .shimin_wrap p a {
  color: #D5AB1A;
  text-decoration: underline;
  transition: all 0.4s;
}
.sec-ticket .shimin_wrap p a:hover {
  opacity: 0.7;
}
.sec-ticket .btn_wrap {
  margin: 20px auto;
  max-width: 500px;
}
.sec-ticket .btn_wrap a {
  line-height: normal;
  padding: 25px 10px;
  max-height: 87px;
  color: #381508;
  text-decoration: none;
}
.sec-ticket .btn_wrap a svg {
  width: 28px;
  height: 28px;
}
.sec-ticket .btn_wrap a svg .b {
  stroke: #381508;
}
.sec-ticket .btn_wrap p {
  margin: 5px 0 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .sec-ticket .btn_wrap p {
    font-size: 1.3rem;
  }
}
.sec-ticket .btn_wrap.ja_btn a {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .sec-ticket .btn_wrap.ja_btn a {
    font-size: 1.8rem;
  }
}
.sec-ticket .btn_wrap.ja_btn p {
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
}
.sec-ticket .btn_wrap.en_btn a {
  font-family: YakuHanJP, "BebasNeue", "Roboto", "NotoSansJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .sec-ticket .btn_wrap.en_btn a {
    font-size: 2.4rem;
  }
}
.sec-ticket .btn_wrap.en_btn a .bg {
  margin: 0 20px 0 0;
  padding: 0 10px;
  display: inline-block;
  background-color: #381508;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .sec-ticket .btn_wrap.en_btn a .bg {
    margin: 0 10px 0 0;
  }
}
.sec-ticket .btn_wrap.en_btn a .bg .txt {
  background: #D5AB1A url("../images/bg_washi_02.png") repeat left top/256px;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  color: transparent;
}
@media screen and (max-width: 599px) {
  .sec-ticket .btn_wrap.en_btn a .bg .txt {
    font-size: 1.8rem;
  }
}
.sec-ticket .line_btn {
  max-width: 360px;
}
.sec-ticket .line_btn a {
  padding: 20px 10px;
  max-height: 68px;
  font-family: YakuHanMP, "Newsreader", "ShipporiMinchoB1", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  background: #fff url("../images/bg_washi.png") repeat left top/256px;
  color: #381508;
  border-color: #8F8985;
}
@media screen and (max-width: 599px) {
  .sec-ticket .line_btn a {
    font-size: 1.8rem;
  }
}
.sec-ticket .line_btn a::before {
  border-color: #8F8985;
}

/*************************************************
caution
*************************************************/
.sec-caution {
  margin: 140px 0 0;
}
.sec-caution .inner {
  max-width: 1000px;
}
.sec-caution .caution_list {
  margin: 80px 0 0;
}
.sec-caution .caution_list li {
  margin: 0 0 10px;
  padding: 0 0 0 35px;
  font-weight: 500;
  position: relative;
}
.sec-caution .caution_list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D5AB1A;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: 0;
}

/*************************************************
contact
*************************************************/
.sec-contact {
  margin: 70px 0 0;
}
.sec-contact .contact_wrap {
  max-width: 1000px;
  margin: 0 auto;
  color: #381508;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
}

/*************************************************
sponsor
*************************************************/
.sponsor {
  margin: 170px 0 0;
}
@media screen and (max-width: 599px) {
  .sponsor {
    margin: 80px 0 0;
  }
}
.sponsor dl {
  margin: 0 auto 60px;
  text-align: center;
}
.sponsor dl dt {
  width: 100%;
  max-width: 500px;
  margin: 0 0 30px;
  padding: 5px 0;
  background-image: url("../images/bg_washi.png"), url("../images/bg_gold.png");
  background-repeat: repeat, repeat;
  background-size: 256px, 256px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #1A0E06;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}
.sponsor dl dt::after {
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #D5AB1A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sponsor dl .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.sponsor dl dd {
  display: block;
  margin: 0 20px 10px;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .sponsor dl dd {
    width: 100%;
    margin: 0 0 10px;
  }
}
.sponsor dl dd:last-child {
  width: 100%;
}
.sponsor p {
  margin: 20px 0;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .sponsor p {
    text-align: left;
  }
}
.sponsor .sponsor-l {
  margin: 20px 0;
}
@media screen and (max-width: 599px) {
  .sponsor .sponsor-l {
    margin: 0;
  }
}
.sponsor .sponsor-l li {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .sponsor .sponsor-l li {
    font-size: 1.6rem;
  }
}
.sponsor .sponsor-m {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .sponsor .sponsor-m {
    margin: 20px 0;
    gap: 10px;
  }
}
.sponsor .sponsor-m li {
  width: calc(33.3333333333%);
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sponsor .sponsor-m li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 599px) {
  .sponsor .sponsor-m li {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.sponsor .sponsor-s {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media screen and (max-width: 599px) {
  .sponsor .sponsor-s {
    text-align: left;
  }
}
.sponsor .sponsor-s li {
  font-size: 1.4rem;
}
.sponsor .sponsor-s li::after {
  content: "/";
  display: inline-block;
  margin: 0 0 0 5px;
}
.sponsor .sponsor-s li:last-child::after {
  display: none;
}
@media screen and (max-width: 599px) {
  .sponsor .sponsor-s li {
    font-size: 1.3rem;
  }
}

/*************************************************
archive
*************************************************/
.sec-archive .sec-heading .ja {
  font-size: 2.4rem;
}
.sec-archive a {
  display: block;
  width: 380px;
  margin: 60px auto;
}
@media screen and (max-width: 599px) {
  .sec-archive a {
    width: 100%;
  }
}

/*************************************************
追従ボタン
*************************************************/
.floating_btn {
  width: 131px;
  height: 137px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: url("../images/floating_btn.png") no-repeat center/contain;
  transition: transform 0.4s;
}
.floating_btn:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 599px) {
  .floating_btn {
    width: 100%;
    height: 50px;
    bottom: 0;
    right: 0;
    background: #F3D770;
  }
  .floating_btn:hover {
    transform: none;
  }
}
.floating_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  color: #1A0E06;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .floating_btn a {
    flex-direction: row;
    font-size: 1.4rem;
  }
  .floating_btn a img {
    width: 1.6em;
  }
}/*# sourceMappingURL=style.css.map */