@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

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

html

-------------------------------*/
html, body {
  font: 13px/1 "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}
@media screen and (min-width: 960px) {
  html, body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

.test-txt {
  color: #fff;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  padding: 20px 0;
  margin: 0 0 20px;
  background: red;
}

/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #wrapper {
    padding: 0;
  }
}
#wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/bg_sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  #wrapper::before {
    background-image: url(../img/top/bg_pc.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#wrapper .wrapper-bg-img {
  display: none;
}
@media screen and (min-width: 960px) {
  #wrapper {
    overflow: visible;
  }
}

/* wrapper 内の通常コンテンツは z-index:1 で装飾より前へ */
.wrapper > *:not(.decor) {
  position: relative;
  z-index: 1;
}

@media print {
  body {
    display: none;
  }
}
img {
  vertical-align: middle;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

.w100 {
  width: 100%;
}

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

#header

-------------------------------*/
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 45px 0 16px;
  line-height: 1;
  z-index: 999;
  background: #038fd9;
}
@media screen and (min-width: 960px) {
  #top-head {
    z-index: 4;
  }
}

#top-head .show {
  　opacity: 1;
}

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

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  font-size: 36px;
}

#global-nav ul {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  font-size: 14px;
  width: 100vw;
  padding: 0 0 0 30px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(132, 105, 45, 0.5) transparent;
}
#global-nav ul::-webkit-scrollbar {
  height: 4px;
}
#global-nav ul::-webkit-scrollbar-track {
  background: transparent;
}
#global-nav ul::-webkit-scrollbar-thumb {
  background: rgba(132, 105, 45, 0.5);
  border-radius: 2px;
}
#global-nav ul::-webkit-scrollbar-thumb:hover {
  background: rgba(132, 105, 45, 0.8);
}

#global-nav ul li {
  float: left;
}

#global-nav ul li a {
  padding: 0 15px;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  font-family: "Goudy Bookletter 1911", serif;
}
#global-nav ul li a span {
  color: #0277ce;
  font-size: x-small;
  font-weight: normal;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding: 5px 0 0 0;
}
@media screen and (min-width: 960px) {
  #global-nav ul li a span {
    color: #cfeaff;
  }
}
#global-nav ul li a .fa-x-twitter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  margin: 0 10px;
  padding: 4px;
}
@media screen and (min-width: 960px) {
  #global-nav ul li a .icon-xlogo,
  #global-nav ul li a .icon-instagram {
    font-size: 1.3rem;
    line-height: 1;
    vertical-align: middle;
  }
}

#global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
  opacity: 0.8;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 45px;
  height: 45px;
  background: #fff;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
  color: #000;
  padding: 0 15px;
}

#top-head.fixed #global-nav ul li a span {
  color: #0277ce;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 99;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 80%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 4px;
}

#nav-toggle span:nth-child(2) {
  top: 13px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 812px) {
  .humburger-shift {
    opacity: 1 !important;
  }
  #nav-toggle {
    display: none;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
    border: none;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
    z-index: 99;
  }
  #mobile-head {
    background: none;
    width: 100%;
    height: 0;
    z-index: 4;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    opacity: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: 0.4s;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 15px;
    padding: 15vw 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  /* 通常のメニュー項目（全幅） */
  #global-nav ul li {
    flex: 0 0 100%;
    width: 100%;
  }
  /* SNSアイコン（横並び） */
  #global-nav ul li.nav-sns {
    flex: 0 0 auto;
    width: auto;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #000;
    padding: 25px 0;
    font-size: 4.7333333333vw;
  }
  #top-head #global-nav ul li a .fa-x-twitter,
  #top-head.fixed #global-nav ul li a .fa-x-twitter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    padding: 5px;
  }
  /* SNSアイコン用リンクの調整 */
  #top-head #global-nav ul li.nav-sns a,
  #top-head.fixed #global-nav ul li.nav-sns a {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 22px;
  }
  #nav-toggle {
    display: block;
    background: #0277ce;
    width: 60px;
    height: 60px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    transition: all 0.4s linear;
    opacity: 0;
    border-radius: 50%;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    background: #fff;
    min-height: 100vh;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
  }
  #menu-txt {
    color: #fff;
    font-size: 0.65em;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

.nav-box {
  position: relative;
  height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #000;
}

.nav-btn.selected,
.nav-btn:not(.coming):hover {
  color: #ff0000;
}

.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 100%;
  padding: 0 5px 0 0;
}

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

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #ccc;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

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

#footer

-------------------------------*/
#footer {
  margin: 0 auto;
  padding: 2% 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #footer {
    background: #038fd9;
  }
}

.share {
  margin: 0 auto 4rem;
}

.share-ttl {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.copyright {
  font-size: 0.875rem;
}

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

#main

-------------------------------*/
#main {
  display: block;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  #main {
    position: relative;
    padding: 60px 0 0 0;
    z-index: 1;
  }
}

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

#preloader

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

#preloader

-------------------------------*/
#preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 13%;
  height: auto;
  position: absolute;
  z-index: 1;
  top: calc(50% - 60px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #preloader-inner {
    width: 50px;
    top: calc(55% - 100px);
  }
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  font-size: x-small;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
}
@media screen and (min-width: 960px) {
  #progress-txt {
    top: 100px;
  }
}

.preloader-img {
  width: 60%;
  margin: 0 auto;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

@keyframes logo-anime {
  0% {
    transform: translate(1px, 1px);
  }
  25% {
    transform: translate(1px, -1px);
  }
  50% {
    transform: translate(-1px, -1px);
  }
  75% {
    transform: translate(-1px, 1px);
  }
  100% {
    transform: translate(1px, 1px);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*-------------------------------

@banner

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

@SNS

-------------------------------*/
#social-container {
  margin: 0 auto 20px;
  justify-content: center;
}

.sns-btn {
  display: block;
  height: 20px;
  padding: 0 10px 0 0;
}

.share-link-btn {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 13px;
  margin: 0 7px;
  width: 40px;
  height: 40px;
  font-size: 1.125rem;
  transition: all 0.1s ease;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .share-link-btn {
    padding: 7px 11px;
  }
}

/* 最後のSNSボタンに特別なスタイルを適用 */
#social-container li:last-child .share-link-btn {
  padding: 10px 12px;
}
@media screen and (min-width: 960px) {
  #social-container li:last-child .share-link-btn {
    padding: 8px 10px;
  }
}

.icon-line:before {
  font-size: 1.25rem;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

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

@modules

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

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}

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

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

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

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

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

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

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

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

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

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

#cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  margin-top: 100vh;
  background: #000;
  opacity: 0.8;
}
.fade-up {
  transition: all 2s ease;
}

.delayItem, .delayItem_sub {
  opacity: 0;
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#top {
  padding: 1.5rem;
}
@media screen and (min-width: 960px) {
  #top {
    padding: 0 0 60px;
  }
}

#top .mv {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  #top .mv {
    margin-bottom: 0;
  }
}
#top .mv .logo {
  margin: 0 auto 2.5rem;
  width: 45%;
}
#top .mv .logo img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #top .mv .logo {
    margin: 0 auto;
    max-width: 240px;
    padding: 2.5rem 0;
  }
}
#top .mv .roadshow {
  margin: 0 auto 1rem;
  width: 60%;
  max-width: 350px;
}
@media screen and (min-width: 960px) {
  #top .mv .roadshow {
    width: 35%;
    margin: 0 auto 2rem;
  }
}
#top .mv .roadshow img {
  width: 100%;
}
#top .mv .mv-billing {
  margin: 0 auto 3rem;
  width: 100%;
  max-width: 650px;
}
#top .mv .mv-billing img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #top .mv .mv-billing {
    width: 45%;
  }
}
#top .mv .mv-contents {
  position: relative;
  transition: opacity 1s ease-in-out;
}
#top .mv .mv-contents .logosub,
#top .mv .mv-contents .copy {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#top .mv .logosub {
  position: absolute;
  top: 30%;
  left: 26%;
  z-index: 5;
  width: 49%;
}
@media screen and (min-width: 960px) {
  #top .mv .logosub {
    top: auto;
    bottom: 9%;
    left: 4%;
    width: 16%;
  }
}
#top .mv .copy {
  position: absolute;
  bottom: 4%;
  right: 5%;
  z-index: 5;
  width: 90%;
}
@media screen and (min-width: 960px) {
  #top .mv .copy {
    bottom: auto;
    top: 13%;
    right: 6.5%;
    width: 7%;
  }
}
#top .mv .mv-img {
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
}
#top .sns-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#top .sns-container-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  background-color: #0077ce;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#top .sns-container-btn i {
  font-size: 1.5rem;
  line-height: 1;
}
#top .sns-container-btn:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
@media screen and (min-width: 960px) {
  #top .sns-container-btn {
    width: 60px;
    height: 60px;
  }
  #top .sns-container-btn i {
    font-size: 1.75rem;
  }
}
#top .mv-bottom {
  text-align: center;
  padding: 7% 0;
}
@media screen and (min-width: 960px) {
  #top .mv-bottom {
    padding: 3% 0;
  }
}
#top .mv-bottom .mv-roadshow {
  width: 54%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  #top .mv-bottom .mv-roadshow {
    width: 43%;
  }
}

.sec-ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .sec-ttl {
    margin-bottom: 4rem;
  }
}

.billing {
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .billing {
    text-shadow: none;
  }
}

.copyright {
  display: block;
  font-size: xx-small;
  line-height: 1.2;
  margin-top: 10px;
}

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

#movie & #documentary

-------------------------------*/
#movie,
#documentary {
  margin-bottom: 72px;
}

.movie-inner,
.documentary-inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 5%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 960px) {
  .movie-inner,
  .documentary-inner {
    padding: 48px;
  }
}

.screen-container {
  width: 100%;
  margin: 30px auto 0;
  border: 1px solid rgba(4, 118, 205, 0.46);
}
@media screen and (min-width: 960px) {
  .screen-container {
    max-width: 900px;
  }
}

.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}

.movie-title {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #0476cd;
}
@media screen and (min-width: 960px) {
  .movie-title {
    margin-top: 20px;
  }
}

.movie-nav {
  width: 88%;
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .movie-nav {
    max-width: 930px;
    margin: 20px auto 40px;
  }
}

.movie-nav-box {
  width: 100% !important;
  margin: 0.8% 1.5%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 960px) {
  .movie-nav-box {
    margin: 6px;
  }
}
.movie-nav-box.selected a {
  color: #0476cd;
  font-weight: bold;
}
.movie-nav-box a {
  display: block;
  width: 100%;
  color: #0476cd;
  padding: 7px;
  font-size: 0.9em;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .movie-nav-box a {
    font-size: 0.85em;
    padding: 10px 5px;
  }
}

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

#section headings（コンテンツ見出し）

-------------------------------*/
.contents-ttl {
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.75em;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #1c1c1c;
  text-align: center;
  margin: 0 0 0;
  line-height: 1.35;
  position: relative;
  padding-bottom: 20px;
}
.contents-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #0476cd;
  opacity: 0.35;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 2.1em;
    letter-spacing: 0.14em;
    padding-bottom: 24px;
  }
}
.contents-ttl .jp-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 12px;
  color: #0476cd;
}
@media screen and (min-width: 960px) {
  .contents-ttl .jp-ttl {
    font-size: 0.44em;
    margin-top: 14px;
  }
}

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

#news

-------------------------------*/
.news-wrap {
  padding: 20px 5%;
  margin: 50px 5%;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    max-width: 960px;
    margin: 60px auto;
    padding: 20px 30px;
  }
}

@media screen and (min-width: 960px) {
  .news-inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

.news-feed {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
  }
}

#news-ttl {
  font-size: 1.75em;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  #news-ttl {
    width: 150px;
    margin: 10px 20px 0 0;
  }
  #news-ttl::after {
    background: none;
  }
  #news-ttl .jp-ttl {
    margin-top: 8px;
  }
}

@media screen and (min-width: 960px) {
  .news-txt-wrap {
    display: flex;
  }
}

.news-item, .news-item.no-link {
  display: block;
  padding: 10px 0;
  color: #0476cd;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .news-item, .news-item.no-link {
    flex: 1;
    padding: 0 0 0 20px;
    border-left: 1px solid #0476cd;
    transition: all 0.4s ease;
  }
}

.news-date {
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 120px;
  }
}

.news-txt {
  color: #0476cd;
}
@media screen and (min-width: 960px) {
  .news-txt {
    flex: 1;
  }
}

.news-btn {
  background: #0476cd;
  display: block;
  width: 100px;
  border-radius: 100px;
  margin: 10px auto 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: x-small;
  border: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .news-btn {
    margin: 0 0 0 20px;
    transition: all 0.4s ease;
  }
}

.arrow {
  display: none;
}

/* ニュースの a タグが持っているスタイルを li 内部の div.no-link にも適用 */
.news-item.no-link {
  cursor: default;
  pointer-events: none;
}
.news-item.no-link:hover {
  opacity: 1;
}

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

#introduction

-------------------------------*/
.introduction-wrap {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
}
@media screen and (min-width: 960px) {
  .introduction-wrap {
    margin-bottom: 72px;
  }
}

.introduction-inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 5%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 960px) {
  .introduction-inner {
    padding: 48px 48px 56px;
  }
}

#introduction-ttl {
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  #introduction-ttl {
    margin-bottom: 28px;
  }
}

.introduction-body {
  color: #1c1c1c;
  font-size: 0.9rem;
  line-height: 1.95;
}
@media screen and (min-width: 960px) {
  .introduction-body {
    font-size: 0.95rem;
  }
}
.introduction-body p {
  margin: 1.35em 0 0;
  text-align: justify;
  font-size: 0.95rem;
}
@media screen and (min-width: 960px) {
  .introduction-body p {
    font-size: inherit;
  }
}
.introduction-body p:first-child {
  margin-top: 0;
}
.introduction-body .intro-tight-dash {
  letter-spacing: -0.28em;
  padding: 0 5px 0 0;
}

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

#cast-staff

-------------------------------*/
.cast-staff-wrap {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
}
@media screen and (min-width: 960px) {
  .cast-staff-wrap {
    margin-bottom: 72px;
  }
}

.cast-staff-inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 5%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 960px) {
  .cast-staff-inner {
    padding: 48px 48px 56px;
  }
}

.staff-section {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .staff-section {
    margin-top: 30px;
  }
}

.cast-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#cast-staff-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  #cast-staff-ttl {
    margin-bottom: 24px;
  }
}

.cast-staff-table {
  table-layout: fixed;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  border-collapse: collapse;
}
.cast-staff-table tr:last-child {
  border-bottom: none;
}
.cast-staff-table th,
.cast-staff-table td {
  padding: 10px 0;
  line-height: 1.7;
  vertical-align: middle;
}
.cast-staff-table th {
  width: 52%;
  text-align: left;
  font-weight: 400;
  color: #0476cd;
  letter-spacing: 0.06em;
  white-space: nowrap;
  padding-right: 4px;
  font-size: 0.98rem; /* 役名 SP */
}
.cast-staff-table th .cast-role {
  display: inline-block;
  box-sizing: border-box;
  width: 10em;
  text-align: right;
  vertical-align: baseline;
}
.cast-staff-table th::after {
  content: "：";
  margin-left: 0.7em;
  color: #111;
}
.cast-staff-table td {
  width: 48%;
  text-align: left;
  white-space: nowrap;
  font-size: 1.12rem; /* 役者名 SP */
}
@media screen and (min-width: 960px) {
  .cast-staff-table {
    max-width: 560px;
  }
  .cast-staff-table th,
  .cast-staff-table td {
    padding: 11px 0;
  }
  .cast-staff-table th {
    width: 45%;
    padding-right: 6px;
    font-size: 1.02rem; /* 役名 PC */
  }
  .cast-staff-table th .cast-role {
    width: 13em;
  }
  .cast-staff-table td {
    width: 55%;
    padding-left: 10px;
    font-size: 1.2rem; /* 役者名 PC */
  }
}

.staff-list {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.staff-item {
  box-sizing: border-box;
  width: 100%;
  max-width: 18em;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
.staff-item:last-child {
  border-bottom: none;
}
.staff-item dt {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  line-height: 1.5;
  color: #0476cd;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}
.staff-item dd {
  margin: 4px 0 0;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
  font-size: 1.12rem;
}
@media screen and (min-width: 960px) {
  .staff-item {
    padding: 11px 0;
    max-width: 19em;
  }
  .staff-item dt {
    font-size: 1.06rem;
  }
  .staff-item dd {
    font-size: 1.12rem;
  }
}
.staff-item.staff-item--after-gap {
  margin-top: 1.35em;
}

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

#tickets-schedule（チケット＆スケジュール）

-------------------------------*/
.tickets-schedule-wrap {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 56px;
}
@media screen and (min-width: 960px) {
  .tickets-schedule-wrap {
    margin-bottom: 72px;
  }
}

.tickets-schedule-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (min-width: 960px) {
  .tickets-schedule-inner {
    padding: 0;
  }
}

#tickets-schedule-ttl {
  margin-bottom: 28px;
}
@media screen and (min-width: 960px) {
  #tickets-schedule-ttl {
    margin-bottom: 32px;
  }
}

/* schedule（公演表）*/
.schedule-wrap {
  background: #fff;
  padding: 24px 5%;
  margin: 40px 3%;
  position: relative;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 960px) {
  .schedule-wrap {
    width: 90%;
    max-width: 960px;
    margin: 56px auto;
    padding: 40px 48px 48px;
  }
}

#schedule-ttl {
  color: #23352b;
  font-size: 1.35em;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  #schedule-ttl {
    font-size: 1.5em;
    margin-bottom: 28px;
  }
}

.tickets-schedule-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 36px 20px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .tickets-schedule-body {
    padding: 48px 48px 56px;
  }
}
.tickets-schedule-body .schedule-venue {
  margin-top: 0;
}
.tickets-schedule-body .schedule-month {
  margin-top: 28px;
}
@media screen and (min-width: 960px) {
  .tickets-schedule-body .schedule-month {
    margin-top: 36px;
  }
}
.tickets-schedule-body .ticket-price {
  margin: 36px auto;
  padding-top: 32px;
}
.tickets-schedule-body .ticket-info {
  margin-top: 28px;
}
@media screen and (min-width: 960px) {
  .tickets-schedule-body .ticket-info {
    margin-top: 30px;
  }
}
.tickets-schedule-body .ticket-buttons {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .tickets-schedule-body .ticket-buttons {
    margin-top: 40px;
  }
}

.schedule-venue {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1c1c1c;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .schedule-venue {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
}

.schedule-img-wrap {
  display: block;
  overflow: visible;
  width: 100%;
  background: #d9ecff;
  border-radius: 5px;
}

.schedule-img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 960px) {
  .schedule-img {
    margin: 0 auto;
    padding: 20px;
  }
}

@media screen and (min-width: 960px) {
  .schedule-img--august {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.schedule-month {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(12, 51, 96, 0.15);
  width: 100%;
  max-width: 100%;
}
.schedule-month:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  .schedule-month {
    padding-bottom: 32px;
  }
  .schedule-month:last-child {
    padding-bottom: 0;
  }
}

.schedule-month-ttl {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .schedule-month-ttl {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
}

.schedule-date-sub {
  font-size: 0.75em;
  font-weight: 500;
  vertical-align: 0.05em;
}

.hoshitori-wrap {
  overflow-x: auto;
  margin: 0 -4px;
  -webkit-overflow-scrolling: touch;
}

.hoshitori {
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
  font-size: 12px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.hoshitori th,
.hoshitori td {
  padding: 6px 2px;
  text-align: center;
  border: 1px solid rgba(12, 51, 96, 0.2);
}
.hoshitori th {
  background: rgba(35, 53, 43, 0.08);
  color: #23352b;
  font-weight: bold;
}
.hoshitori .hoshitori-label {
  min-width: 28px;
  background: rgba(35, 53, 43, 0.06);
  font-weight: bold;
  color: #23352b;
}
.hoshitori .dot {
  color: #0077ce;
  font-size: 10px;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .hoshitori {
    font-size: 13px;
  }
  .hoshitori th,
  .hoshitori td {
    padding: 8px 4px;
  }
  .hoshitori .dot {
    font-size: 11px;
  }
}

.schedule-placeholder {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

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

#ticket（チケット）

-------------------------------*/
.ticket-wrap {
  background: #fff;
  padding: 24px 5%;
  margin: 40px 3%;
  position: relative;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 960px) {
  .ticket-wrap {
    width: 90%;
    max-width: 960px;
    margin: 56px auto;
    padding: 40px 48px 48px;
  }
}

#ticket-ttl {
  color: #23352b;
  font-size: 1.35em;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 960px) {
  #ticket-ttl {
    font-size: 1.5em;
    margin-bottom: 28px;
  }
}

.ticket-note {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.7;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}

.ticket-price,
.ticket-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .ticket-price,
  .ticket-info {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ticket-section-ttl {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #0277ce;
  margin: 0 0 30px;
  letter-spacing: 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.ticket-section-ttl::before, .ticket-section-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #0277ce;
}
.ticket-section-ttl::before {
  left: 0;
}
.ticket-section-ttl::after {
  right: 0;
}
@media screen and (min-width: 960px) {
  .ticket-section-ttl {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding: 0 70px;
  }
  .ticket-section-ttl::before, .ticket-section-ttl::after {
    width: 40px;
  }
}

.ticket-price-table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 0.9rem;
  text-align: center;
}
.ticket-price-table thead th {
  padding: 12px 16px;
  background: #fafafa;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
.ticket-price-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
  color: #333;
  background: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
.ticket-price-table tbody td:first-child {
  font-weight: 500;
  color: #1c1c1c;
}
.ticket-price-table tbody tr:last-child td {
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .ticket-price-table {
    max-width: 100%;
    font-size: 1rem;
  }
  .ticket-price-table thead th {
    padding: 14px 20px;
  }
  .ticket-price-table tbody td {
    padding: 14px 20px;
  }
}

.ticket-price-note {
  margin: 14px 0 0;
  font-size: x-small;
  line-height: 1.6;
  color: #666;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .ticket-price-note {
    margin-top: 16px;
    font-size: 0.85rem;
  }
}

.ticket-u30-note {
  margin: 18px auto 0;
  max-width: 400px;
  padding: 0 4px;
  font-size: x-small;
  line-height: 1.65;
  color: #333;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .ticket-u30-note {
    max-width: 100%;
    margin-top: 22px;
    font-size: 0.85rem;
  }
}

.ticket-u30-note-lead {
  margin: 0 0 8px;
}

.ticket-u30-note-detail {
  margin: 0;
  font-size: 0.95em;
}

.ticket-u30-link {
  display: inline;
  color: #0476cd;
  text-decoration: none;
  font-weight: 500;
}
.ticket-u30-link:hover {
  color: #0366b3;
}
.ticket-u30-link .ticket-u30-link-text {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}
.ticket-u30-link .ticket-u30-link-icon {
  display: inline;
  margin-left: 4px;
  font-size: 1.05em;
  line-height: 1;
  vertical-align: -0.1em;
}

.ticket-info-list {
  margin: 0 0 20px;
  width: 100%;
  text-align: center;
}
.ticket-info-list dt {
  font-weight: 600;
  color: #1c1c1c;
  margin-top: 20px;
  font-size: 0.9rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
.ticket-info-list dt:first-child {
  margin-top: 0;
}
.ticket-info-list dd {
  margin: 6px 0 0;
  padding-bottom: 20px;
  line-height: 1.65;
  color: #333;
  font-size: 0.9rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
.ticket-info-list dd:last-of-type {
  padding-bottom: 0;
}
.ticket-info-list .ticket-info-date {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 600;
  color: #0476cd;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 960px) {
  .ticket-info-list .ticket-info-date {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .ticket-info-list {
    margin: 0 0 30px 0;
  }
  .ticket-info-list dt {
    font-size: 0.95rem;
    margin-top: 28px;
  }
  .ticket-info-list dt:first-child {
    margin-top: 0;
  }
  .ticket-info-list dd {
    font-size: 0.95rem;
    margin-top: 6px;
  }
  .ticket-info-list dd:last-of-type {
    padding-bottom: 0;
  }
}

.ticket-note-inline {
  margin: 10px 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .ticket-note-inline {
    margin-top: 12px;
    font-size: 0.95rem;
  }
}

.ticket-contact-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .ticket-contact-btns {
    gap: 12px;
    margin-top: 16px;
  }
  .ticket-contact-btns .ticket-contact-btn {
    flex: 1 1 0;
    min-width: 0;
  }
}

.ticket-contact-btn {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 18px;
  background: #0077ce;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: background 0.2s ease;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
.ticket-contact-btn:hover {
  background: #1088df;
}
.ticket-contact-btn .ticket-contact-note {
  font-size: 0.82em;
  line-height: 1.5;
  opacity: 0.95;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .ticket-contact-btn .ticket-contact-note {
    display: block;
    width: 100%;
    margin-top: 4px;
    font-size: 0.68em;
    line-height: 1.4;
  }
}
.ticket-contact-btn .ticket-contact-btn-icon {
  margin-left: auto;
  font-size: 1.05em;
}
.ticket-contact-btn .ticket-contact-btn-icon--phone {
  margin-left: 0;
  margin-right: 2px;
  display: inline-flex;
  flex-shrink: 0;
}
.ticket-contact-btn .ticket-contact-btn-icon--phone svg {
  width: 1.1em;
  height: 1.1em;
}
@media screen and (min-width: 960px) {
  .ticket-contact-btn {
    padding: 12px 16px;
    font-size: 0.95rem;
    min-width: 0;
  }
}
@media screen and (min-width: 960px) {
  .ticket-contact-btn.ticket-contact-btn--tel {
    justify-content: center;
    text-align: center;
  }
}
.ticket-contact-btn.ticket-contact-btn--web {
  position: relative;
  padding-right: 2.25em;
}
.ticket-contact-btn.ticket-contact-btn--web .ticket-contact-btn-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .ticket-contact-btn.ticket-contact-btn--web {
    justify-content: center;
    text-align: center;
  }
}

.ticket-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .ticket-buttons {
    gap: 14px;
    margin-top: 8px;
  }
}

.ticket-seatmap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
}
@media screen and (min-width: 960px) {
  .ticket-seatmap {
    margin-top: 16px;
  }
}

.ticket-seatmap-ttl {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 600;
  color: #1c1c1c;
  letter-spacing: 0.08em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .ticket-seatmap-ttl {
    margin-bottom: 14px;
    font-size: 1.08rem;
  }
}

.ticket-seatmap-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  width: 100%;
  max-width: 320px;
  padding: 12px 18px;
  border: 1px solid #0476cd;
  border-radius: 8px;
  background: #fff;
  color: #0476cd;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
.ticket-seatmap-btn:hover {
  background: #eef7ff;
  color: #0366b3;
}
@media screen and (min-width: 960px) {
  .ticket-seatmap-btn {
    margin-top: 15px;
    max-width: 360px;
    font-size: 0.95rem;
    padding: 13px 20px;
  }
}

.ticket-seatmap-btn-icon {
  margin-left: auto;
  font-size: 1.1em;
}

.ticket-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  padding: 14px 20px;
  background: #0077ce;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: background 0.2s ease;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
.ticket-btn:hover {
  background: #1088df;
}
.ticket-btn .ticket-btn-url {
  font-size: 0.82em;
  opacity: 0.92;
  font-weight: normal;
}
.ticket-btn .ticket-btn-icon {
  margin-left: auto;
  font-size: 1.1em;
}
@media screen and (min-width: 960px) {
  .ticket-btn {
    padding: 14px 22px;
    font-size: 0.98rem;
    min-width: 200px;
  }
}

.ticket-notice {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .ticket-notice {
    margin-top: 36px;
    padding-top: 28px;
  }
}

.ticket-notice-ttl {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1c1c1c;
  margin: 0 0 12px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .ticket-notice-ttl {
    font-size: 0.95rem;
    margin-bottom: 14px;
  }
}

.ticket-notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.7;
  color: #444;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .ticket-notice-list {
    margin: 0 auto;
    font-size: 0.85rem;
  }
  .ticket-notice-list li {
    margin-bottom: 12px;
  }
}

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

#cast-main (主要キャスト)

-------------------------------*/
@media screen and (min-width: 960px) {
  .cast-main-section {
    margin-bottom: 40px;
  }
}

.cast-main-list {
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cast-main-item {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .cast-main-item {
    width: 30%;
    margin-bottom: 0;
  }
}

.cast-main-img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .cast-main-img {
    width: 100%;
  }
}
.cast-main-img img {
  width: 100%;
  height: auto;
  display: block;
}

.cast-main-name {
  margin: 15px 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  color: #1c1c1c;
}
.cast-main-name .cast-actor {
  display: block;
  font-size: 1.5rem;
  margin-top: 5px;
  color: #0476cd;
}

.cast-main-btns {
  justify-content: center;
  gap: 10px;
}

.cast-btn {
  display: inline-block;
  border: 1px solid #0476cd;
  border-radius: 5px;
  padding: 8px 20px;
  background: #0476cd;
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.cast-btn:hover {
  background: #fff;
  color: #0476cd;
}

/* ポップアップ内スタイル */
.cast-popup {
  padding: 30px 20px;
  background: #fff;
  color: #1c1c1c;
  max-width: 1000px;
  margin: 0 auto;
  max-height: 90vh;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  .cast-popup {
    padding: 60px 50px;
  }
}
@media screen and (min-width: 960px) {
  .cast-popup .cast-popup-inner {
    display: flex;
    align-items: flex-start;
    gap: 50px;
  }
}
.cast-popup .cast-popup-img {
  width: 60%;
  max-width: 300px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .cast-popup .cast-popup-img {
    width: 35%;
    margin: 0;
    flex-shrink: 0;
  }
}
.cast-popup .cast-popup-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .cast-popup .cast-popup-content {
    flex: 1;
  }
}
.cast-popup .cast-popup-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.cast-popup .cast-popup-name .cast-popup-role {
  font-size: 1.1rem;
  font-weight: normal;
  color: #666;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .cast-popup .cast-popup-name {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 35px;
  }
  .cast-popup .cast-popup-name .cast-popup-role {
    font-size: 1.2rem;
  }
}
.cast-popup .cast-popup-section {
  margin-bottom: 30px;
}
.cast-popup .cast-popup-section:last-child {
  margin-bottom: 0;
}
.cast-popup .cast-popup-ttl {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #0476cd;
  font-weight: normal;
  font-family: "Goudy Bookletter 1911", serif;
}
@media screen and (min-width: 960px) {
  .cast-popup .cast-popup-ttl {
    font-size: 1rem;
  }
}
.cast-popup p {
  line-height: 2;
  font-size: 0.9rem;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .cast-popup p {
    font-size: 0.95rem;
  }
}

/* Colorbox Overrides for CAST popup */
#cboxOverlay {
  background: #fff !important;
}

#cboxContent {
  background: transparent !important;
  margin-top: 0 !important;
}

#cboxLoadedContent {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
}

#cboxClose {
  background: none !important;
  text-indent: 0 !important;
  width: 60px !important;
  height: 60px !important;
  top: 0 !important;
  right: 0 !important;
  font-size: 0 !important;
  cursor: pointer !important;
}

#cboxClose::before,
#cboxClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #0476cd;
}

#cboxClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#cboxClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */