@font-face {
  font-family: 'NotoSerifJP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSerifJP-Black.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSerifJP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSerifJP-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSerifJP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSerifJP-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSerifJP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSerifJP-Regular.otf') format('opentype');
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "NotoSerifJP", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  background-color:#0D162D;
  
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 900;
}

dfn {
  font-style: italic;
}

h1 {
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 400;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #fff;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
  clear: both;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: 900;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  width: 100%;
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: top;
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fff;
  text-decoration: none;
  transition-duration: .3s;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  opacity: .6;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
#wrapper {
  /*background: url('../img/bg-main.png?20260212') no-repeat center;*/
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


section {
  position: relative;
}

.inner {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.slider .slick-slide {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
header {
  width: 100%;
  background: linear-gradient(to bottom, rgba(13,22,45,.9) 100%, transparent 200%);
  margin:0 auto;
  padding: 0;
  border-bottom: 1px solid #fff;
  position:fixed;
  z-index: 999;
  top:0;
  left:0;
  right:0;
  opacity:1;
  transition:all .5s ease;
}


header .inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

header #mobile-head {
  float: left;
  width: 16%;
}

header .logo {
  width: 100%;
  max-width: 133px;
  margin: 12px 10px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

header .logo a {
  display: block;
}

header #global-nav {
  float: left;
  width: 80%;
  margin: 22px 2% 0;
}

header #global-nav ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header #global-nav ul li {
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

header #global-nav ul li a {
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 0 7px;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  color:#fff;
}

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
  height: 26px;
  cursor: pointer;
  z-index: 101;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* #hero */
/* section#hero {
  padding: 0;
  border-bottom: 1px solid #fff;
}*/

/* #main */
section#main {
  min-height: 500px;
}

/* #footer */
/* section#footer {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
} */

section#footer .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 30px;
  border-top: 1px solid #fff;
}

section#footer .footer-logo {
  width: 22%;
  max-width: 200px;
  margin: 0 auto 15px;
}

section#footer .footer-logo a {
  display: block;
}

section#footer .copy {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
#home section#hero .slider .slide01 {
  background: url(../img/cover-home-01_pc.png?20240818) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 54.285%;
}

#home section#hero .slider .slide02 {
  background: url(../img/cover-home-02_pc.png?20240818) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 54.285%;
}
section#hero .cover {
  display: block;
  background: url(../img/cover-sub_pc.png?20260212) no-repeat center;
  background-size: 100% auto;
  aspect-ratio: 2800/860;
}

/* #home section#main {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
} */

#home section#main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 30px 150px;
}

#home section#main .info {
  justify-content: space-between;
}

#home section#main .info .col {
  width: 47%;
}

#home section#main h2 {
  font-size: 3.0rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

#home section#main .news {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

#home section#main .news ul {
  width: 100%;
  height:auto;
  padding: 25px 10%;
  overflow-y: scroll;
}

#home section#main .news li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #231815;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

#home section#main .news li:last-child {
  border-bottom: none;
}

#home section#main .news li span {
  display: block;
  font-size: 1.4rem;
  padding-bottom: 4px;
}

#home section#main .news li a {
  color: blue;
}

#home section#main .twitter .twitter-timeline {
  width: 100%;
  height: 600px;
  overflow-y: scroll;
}
#home section#main .arasuji p {
  font-size:18px;
  line-height:2.5em;
}

/*--------------------------------------------------------------
# Story
--------------------------------------------------------------*/

/* #story section#main {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
} */

#story section#main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 30px 150px;
}

#story section#main h2 {
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

#story section#main h3 {
  font-size: 3.0rem;
  font-weight: 900;
  margin: 40px 0 30px;
}

#story section#main h4 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#story section#main p {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}

#story section#main p:last-child {
  margin-bottom: 0;
}

#story section#main h4 + p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}

#story section#main h4 + p span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 12px;
}

#story section#main .text hr {
  margin-top: 5em;
}

#story section#main .caption p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  margin: 30px 0;
}

.correlation_img {
  margin-top: 20px;
}



/*--------------------------------------------------------------
# Ticket
--------------------------------------------------------------*/

/* #ticket section#main {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
} */

#ticket section#main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 30px 150px;
}

#ticket section#main h2 {
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

#ticket section#main h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height:1.4;
  margin-bottom: 10px;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #133a5a;
}

#ticket section#main .nittei {
  margin-bottom: 50px;
}

#ticket section#main .nittei p {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
}

#ticket section#main .nittei p .access-link {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

#ticket section#main .nittei p .access-link a {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  border: 1px solid #fff;
  border-radius: 1px;
  padding: 2px 18px 2px 10px;
  position: relative;
}

#ticket section#main .nittei p .access-link a:after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 9px;
  top: 8px;
}

#ticket section#main .ticket p .access-link {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

#ticket section#main .ticket p .access-link a {
  display: block;
  font-size: 1.1rem;
  border: 1px solid #fff;
  border-radius: 1px;
  padding: 2px 18px 2px 10px;
  position: relative;
}

#ticket section#main .ticket p .access-link a:after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 9px;
  top: 8px;
}

#ticket section#main .nittei .timetable {
  width: 100%;
  margin: 15px auto 10px;
}

#ticket section#main .nittei .timetable th,
#ticket section#main .nittei .timetable td {
  border: 1px solid #fff;
  padding: 8px 2px;
  text-align: center;
  font-feature-settings: "palt";
  color:#fff;
}

#ticket section#main .nittei .timetable th {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

#ticket section#main .nittei .timetable th span.red {
  color: #fa3932;
}

#ticket section#main .nittei .timetable th span.blue {
  color: #328ffa;
}

#ticket section#main .nittei .timetable td {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

#ticket section#main .nittei .timetable td.small {
  font-size: 1.2rem;
}

#ticket section#main .nittei .timetable td img {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}

#ticket section#main .nittei .timetable td.ico4:after {
  content: "";
  background: url(../img/icon-timetable-04.png?20260212) no-repeat center;
  background-size: contain;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 4px;
  right: 4px;
}

#ticket section#main .nittei .timetable td.ico5:after {
  content: "";
  background: url(../img/icon-timetable-06.png?20260212) no-repeat center;
  background-size: contain;
  width: 41px;
  height: 14px;
  position: absolute;
  top: 18px;
  right: 2px;
}

#ticket section#main .nittei .timetable td span.del {
  text-decoration: line-through;
}

/*#ticket section#main .nittei .timetable1 th {
  width: 8.5%;
}

#ticket section#main .nittei .timetable2 th {
  width: 8.5%;
}

#ticket section#main .nittei .timetable1 th:first-child,
#ticket section#main .nittei .timetable2 th:first-child {
  width: 7%;
}*/

#ticket section#main .nittei p.attention {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

#ticket section#main .nittei p.note {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 35px;
}

#ticket section#main .nittei p.note img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin: 0 4px 1px 0px;
}

#ticket section#main .nittei p.note span {
  font-size: 1.7rem;
  vertical-align: bottom;
}

#ticket section#main .nittei p.note span img {
  width: 21px;
  height: 21px;
}

#ticket section#main .ticket p {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}

#ticket section#main .ticket .price th {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
#ticket section#main .ticket .price td {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

#ticket section#main .ticket p small,
#ticket section#main .ticket .price small {
  font-size: 1.2rem;
  vertical-align: middle;
}

#ticket section#main .ticket p img {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin: 0 4px 5px 0;
}

#ticket section#main .ticket p.attention {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0 10px;
}

#ticket section#main .ticket .hanbai {
  margin: 30px 0;
}

#ticket section#main .ticket .hanbai .vertical {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 6px;
  background: #fff;
  color: #231815;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.2;
}

#ticket section#main .ticket .hanbai .vertical span {
  display: block;
}

#ticket section#main .ticket .hanbai ul {
  display: inline-block;
  vertical-align: top;
}

#ticket section#main .ticket .hanbai li {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}

#ticket section#main .ticket .hanbai li:nth-child(2) {
  padding-bottom: 5px;
}

#ticket section#main .ticket .hanbai li:nth-child(4) {
  padding-bottom: 15px;
}

#ticket section#main .ticket .hanbai li small {
  font-size: 85%;
}

#ticket section#main .ticket .hanbai li em {
  font-size: 120%;
  font-style: normal;
}

#ticket section#main .ticket .hanbai .open_button {
  display:none;
}
#ticket section#main .ticket .hanbai label {
  position:relative;
  display:block;
  border:1px solid #a0d1fb;
  padding: 6px 40px 6px 10px;
  margin: 20px auto 0;
  font-size: 2rem;
}

#ticket section#main .ticket .hanbai label:before,
#ticket section#main .ticket .hanbai label:after {
  content:"";
  width:26px;
  height:3px;
  background:#a0d1fb;
  position:absolute;
  right:10px;
  top:22px;
}
#ticket section#main .ticket .hanbai label:after {
  content:"";
  width:3px;
  height:26px;
  background:#a0d1fb;
  position:absolute;
  right:22px;
  top:11px;
}

#ticket section#main .ticket .hanbai label .open_box {
  height:0;
  overflow: hidden;
}
#ticket section#main .ticket .hanbai .open_box p {
  font-size:1.3rem;
  line-height: 2rem;
}
#ticket section#main .ticket .hanbai .open_box p b {
  font-weight:bold;
  text-decoration: underline;
}
#ticket section#main .ticket .hanbai .open_box dl dt {
  display:inline-block;
  padding:4px;
  line-height: 1em;
  background:#133a5a;
  color:#fff;
  font-size:2rem;
  margin-bottom:10px;
}
#ticket section#main .ticket .hanbai .open_box dl dd {
  display:block;
  padding:0;
  font-size:1.7rem;
  margin:0 0 20px;
}

#ticket section#main .ticket .hanbai .open_box dl:nth-of-type(3) dd {
  font-size:1.8rem;
}
#ticket section#main .ticket .hanbai label .open_box a {
  display: block;
  text-align: center;
  background:#fff;
  color:#000;
}
#ticket section#main .ticket .hanbai .tokuten {
  display: block;
  width:90%;
  margin:20px auto;
  font-size:1.2rem;
  background:#a0d1fb;
  color:#fff;
  padding:1em;
}
#ticket section#main .ticket .hanbai .open_button:checked + label .open_box {
  height:auto;
  padding:10px 0;
  width:calc(100% + 30px);
}
#ticket section#main .ticket .hanbai .open_button:checked + label:after {
display:none;
}

#ticket section#main .ticket .hanbai .link {
  font-size:2rem;
}
#ticket section#main .ticket .hanbai .link tr {
  border-bottom:1px solid #ddd;
}
#ticket section#main .ticket .hanbai .link tr:first-child,
#ticket section#main .ticket .hanbai .link tr:last-child {border-bottom:0;}
#ticket section#main .ticket .hanbai .link th {
  text-align: left;
  width:150px;
}
#ticket section#main .ticket .hanbai .link td {
  padding:8px 0;
}
#ticket section#main .ticket .hanbai .link a {
  display:inline-block;
text-decoration: underline;
color:#a0d1fb;
font-size:2rem;
}

#ticket section#main .sale {
  margin-top: 45px;
}

#ticket section#main .sale h4 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}

#ticket section#main .sale h4 span {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 5px;
}

#ticket section#main .sale table {
  width: auto;
  margin: 0;
}

#ticket section#main .sale th,
#ticket section#main .sale td {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

#ticket section#main .sale th {
  font-feature-settings: "palt";
  padding-right: 20px;
}

#ticket section#main .sale td span {
  font-size: 80%;
}

#ticket section#main .sale .sale3 {
  margin-top: 10px;
}

#ticket section#main .ticket .add {
  margin: 60px 0 30px;
}

#ticket section#main .ticket .add h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}

#ticket section#main .ticket .add p,
#ticket section#main .ticket .add a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}

#ticket section#main .ticket p.attention {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0 10px;
}

#ticket section#main .ticket p.attention2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0 15px;
}

#ticket section#main .ticket .zasekihyou_link {
  display:block;
  border:2px solid #fff;
  color:#fff;
  width:150px;
  text-align:center;
}

#ticket section#main .otoiawase {
display:inline-block;
text-align:center;
border:1px solid #a0d1fb;
position:relative;
padding:2px 8px 2px 30px;
margin:6px auto;
}
#ticket section#main .otoiawase:before {
content:"";
position:absolute;
width:0;
height:0;
border-left:16px solid #a0d1fb;
border-top:10px solid transparent;
border-bottom:10px solid transparent;
top:calc(50% - 10px);
left:10px;
}
#ticket section#main p.aftertalk {font-size:14px !important;}
#ticket section#main p.aftertalk span {display:inline-block;margin-right:6px;}
@media screen and (max-width:660px) {
#ticket section#main p.aftertalk span {display:block;}
}

/*--------------------------------------------------------------
# Cast
--------------------------------------------------------------*/

#cast section#main {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

#cast section#main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 30px 150px;
}

#cast section#main h2 {
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

#cast section#main .flex {
  flex-wrap: wrap;
  justify-content: center;
}

#cast section#main .cast-1 {
  margin-bottom: 5%;
}

#cast section#main .cast-2 {
  margin-bottom: 2%;
}

#cast section#main .cast-3 {
  margin-bottom: 2%;
}

#cast section#main .cast-4 {
  margin-bottom: 6%;
}

#cast section#main .cast-5 {
  margin-bottom: 2%;
}

#cast section#main .flex .separater {
  display: block;
  width: 100%;
  visibility: hidden;
}

#cast section#main .flex .col {
  width: 22.9%;
  max-width: 220px;
  margin: 0 1% 35px;
  text-align: center;
}

#cast section#main .flex .col a {
  display: block;
}

#cast section#main .flex .col span {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0 5px;
}

#cast section#main .flex .col h3 {
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
}

#cast section#main .cast-4 .col {
  width: 22%;
  margin: 0 0.8% 35px;
}
#cast section#main .cast-4 .col h3 {
  font-size:1.5rem;
}
#cast section#main .cast-4 .col h3 > small {
  display:inline-block;
  font-size:1.4rem;
  margin-right:6px;
}

#cast section#main .cast-5 .col {
  width: 15%;
  max-width: 144px;
  margin: 0 0.8% 35px;
}

#cast section#main .cast-5 .col h3 {
  font-size: 2.7rem;
}

#cast section#main .cast-5 .col span,
#cast section#main .cast_addition span {
  font-size: 1.6rem;
  padding: 12px 0 5px;
}

#cast section#main .cast-6 .col {
  width: 13.5%;
  max-width: 128px;
  margin: 0 0.8% 35px;
}

#cast section#main .cast-6 .col h3,
#cast section#main .cast_addition {
  font-size: 2.2rem;
  padding-top: 8px;
}
#cast section#main .cast-6 .col h3 > small {
  display:block;
  font-size:70%;
  padding-top:8px;
}

#cast section#main .cast-6 .col span {
  font-size: 1.6rem;
  padding: 10px 0 0;
}


#cast section#main .cast-7 .col {
  width: 13.5%;
  max-width: 128px;
  margin: 0 0.8% 35px;
}

#cast section#main .cast-7 .col h3 {
  font-size: 2.2rem;
  padding-top: 8px;
}
#cast section#main .cast-7 .col h3 > small {
  display:block;
  font-size:70%;
  padding-top:8px;
}

#cast section#main .cast-7 .col span {
  font-size: 1.6rem;
  padding: 10px 0 0;
}

#cast section#main .caption {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  text-align: center;
  margin: 30px 0;
}

#cast section#main .c1 {
  margin-top: 60px;
}

#cast section#main .c1 p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1;
  text-align: center;
}

#cast section#main .staff {
  margin-top: 60px;
}

#cast section#main .staff p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height:1.5em;
  text-align: center;
}

#cast section#main .cast_addition {
  display:block;
  text-align: center;
}



/*--------------------------------------------------------------
# Staff
--------------------------------------------------------------*/

#staff section#main {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

#staff section#main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 30px 150px;
}

#staff section#main h2 {
  font-size: 4.0rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

#staff section#main h3 {
  font-size: 2.7rem;
  font-weight: 900;
  text-align: left;
  margin:8px auto 14px;
  line-height:1em;
}
#staff .staff .col span {
  display:block;
  font-size:1.6rem;
  font-weight:500;
  text-align: left;
  margin:0 auto;
  line-height:1em;
}

#staff .staff .col {
  display:inline-block;
  width:44%;
  vertical-align:top;
  margin-bottom:40px;
}
#staff .staff .col:nth-child(2n) {
  margin-left:5%;
}

#staff .staff .col img {
  display:inline-block;
  width:114px;
  height:164px;
  margin:0 auto;
}

#staff .staff .col .caption {
  display:inline-block;
  vertical-align:top;
  width:calc(100% - 140px);
  margin-left:20px;
}

#staff .staff .col p {
  font-family:"游ゴシック","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight:500;
  line-height:1.6em;
  font-size:0.8em;
  text-align:justify;
}

@media screen and (max-width: 650px) {
#staff .staff .col {
  width:100%;
  vertical-align:top;
  margin-bottom:40px;
  text-align:center;
}
#staff .staff .col .caption {
  display:block;
  width:100%;
  margin-left:0px;
}
#staff .staff .col span {
  font-size:1.2em;
  text-align:center;
}

#staff section#main h2 {
    font-size: 2.0rem;
    margin-bottom: 25px;
}

#staff section#main h3 {
  text-align: center;
  margin:6px auto 16px;
}
#staff .staff .col img {
  margin:0 auto 16px;
}
#staff .staff .col:nth-child(2n) {
  margin-left:0;
}
}




/*--------------------------------------------------------------
# Goods
--------------------------------------------------------------*/

#goods section#main {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

#goods section#main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 30px 150px;
}

#goods section#main h2 {
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

#goods section#main h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}

#goods section#main h4 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 22px;
}

#goods section#main .content {
  margin-bottom: 60px;
}

#goods section#main .wrap {
  width: 100%;
  font-size: 0;
}

#goods section#main .wrap .col {
  display: inline-block;
  width: 18%;
  margin: 0 1% 3%;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

#goods section#main .flex .col a {
  display: block;
}

#goods section#main .item {
  margin-bottom: 15px;
}

#goods section#main .goods-1 h3 {
  margin-bottom: 25px;
}

#goods section#main .goods-16 p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
}

#goods section#main .goods-18 p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
}

#goods section#main .goods-18 span {
  display: block;
  font-size: 1.5rem;
  padding-top: 25px;
}

#goods section#main .goods-19 p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
}

#goods section#main .goods-20 p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Special
--------------------------------------------------------------*/

#special section#main {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

#special section#main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 30px 150px;
}

#special section#main h2 {
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

#special section#main h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#special section#main .flex {
  justify-content: space-between;
}

#special section#main .flyer .flex .col {
  width: 48%;
  margin-bottom: 5%;
  text-align: center;
}

#special section#main .flyer2 .flex .col {
  width: 24%;
  margin-bottom: 5%;
  text-align: center;
}

#special section#main .flyer .flex a {
  display: block;
}

#special section#main .flyer .flex span {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0 5px;
}

#special section#main .keisai {
  margin-top: 30px;
  margin-bottom: 50px;
}

#special section#main .keisai li {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 0 0 15px;
}

#special section#main .keisai li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}

#special section#main .pv {
  margin-bottom: 50px;
}

#special section#main .pv .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#special section#main .pv .video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#special section#main .talk {
  margin-bottom: 70px;
}

#special section#main .talk .container {
  margin-bottom: 40px;
}

#special section#main .talk h4 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

#special section#main .talk p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/

#event section#main {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

#event section#main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 30px 150px;
}

#event section#main h1 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 10px;
}


#event section#main h2 {
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

#event section#main h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#event section#main .flex {
  justify-content: space-between;
}

#event section#main .flyer .flex .col {
  width: 48%;
  margin-bottom: 5%;
  text-align: center;
}

#event section#main .flyer .flex a {
  display: block;
}

#event section#main .flyer .flex span {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0 5px;
}

#event section#main .keisai {
  margin-top: 30px;
  margin-bottom: 50px;
}

#event section#main .keisai li {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 0 0 15px;
}

#event section#main .keisai li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}

#event section#main .pv {
  margin-bottom: 50px;
}

#event section#main .pv .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#event section#main .pv .video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#event section#main .talk {
  margin-bottom: 70px;
}

#event section#main .talk .container {
  margin-bottom: 40px;
}

#event section#main .talk h4 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

#event section#main .talk p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
}





/*--------------------------------------------------------------
# Past
--------------------------------------------------------------*/

#past section#main {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

#past section#main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 30px 150px;
}

#past section#main h1 {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 10px;
}


#past section#main h2 {
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

#past section#main h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#past section#main .flex {
  justify-content: space-between;
}

#past section#main .flyer .flex .col {
  width: 48%;
  margin-bottom: 5%;
  text-align: center;
}

#past section#main .flyer .flex a {
  display: block;
}

#past section#main .flyer .flex span {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0 5px;
}

#past section#main .keisai {
  margin-top: 30px;
  margin-bottom: 50px;
}

#past section#main .keisai li {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 0 0 15px;
}

#past section#main .keisai li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}

#past section#main .pv {
  margin-bottom: 50px;
}

#past section#main .pv .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#past section#main .pv .video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#past section#main .talk {
  margin-bottom: 70px;
}

#past section#main .talk .container {
  margin-bottom: 40px;
}

#past section#main .talk h4 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 18px;
}

#past section#main .talk p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
}





/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/

#faq section#main {
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
}

#faq section#main .inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 30px 150px;
}

#faq section#main h2 {
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

#faq section#main h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}

#faq section#main .content {
  margin-bottom: 30px;
}

#faq section#main .onegai h4 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: "palt";
  margin: 20px 0;
}

#faq section#main .onegai h5 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: "palt";
  margin: 20px 0 15px;
}

#faq section#main .onegai p {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
}

#faq section#main .onegai small {
  display: block;
  padding-top: 20px;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {

  #home section#hero .slider .slide01 {
    background: url(../img/cover-home-01_pc.png?20260212) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 760px;
  }

  #home section#hero .slider .slide02 {
    background: url(../img/cover-home-02_pc.png?20260212) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 760px;
  }

}

@media screen and (max-width: 960px) {

  /* ## header */
  header {
    margin: 0 auto;
    position: fixed;
    top: 0;
    background: none;
    border-bottom: none;
  }

  header.fixed {
    background: none;
  }

  header .inner {
    padding: 0;
  }

  header #mobile-head {
    float: none;
    width: 100%;
  }

  header .logo {
    max-width: 150px;
    margin: 0.5% auto 3%;
    visibility: hidden;
  }

  header.open .logo {
    visibility: visible;
  }

  header #global-nav {
    display: table;
    position: fixed;
    top: -1500px;
    background: rgba(13,22,45,.9);
    float: none;
    width: 100%;
    height: 100%;
    height: 100vh;
    margin: 0;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  header.open #global-nav {
    -moz-transform: translateY(1500px);
    -webkit-transform: translateY(1500px);
    transform: translateY(1500px);
  }

  header #global-nav ul {
    display: table-cell;
    vertical-align: middle;
  }

  header #global-nav ul li {
    width: 100%;
  }

  header #global-nav ul li a {
    font-size: 1.8rem;
    padding: 0.5% 25px;
  }

  #nav-toggle {
    display: block;
  }

  header.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  header.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  header.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

}

@media screen and (max-width: 768px) {

  /* ## Global Styles */
  #wrapper:before {
    display: none;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* #Content */
  #content {
    padding: 0 5px;
  }

  section#main {
    min-height: auto;
  }

  section#footer .inner {
    padding: 25px 10px;
  }

  section#footer .footer-logo {
    width: 140px;
    margin: 0 auto 10px;
  }

  section#footer .copy {
    font-size: 1.0rem;
  }

  /* #Home */
  #home section#hero .slider .slide01 {
    background: url(../img/cover-home-01_sp.png?20260212) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 66.666%;
  }

  /* #Home */
  #home section#hero .slider .slide02 {
    background: url(../img/cover-home-02_sp.png?20260212) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 66.666%;
  }
  section#hero .cover {
    background: url(../img/cover-sub_sp.png) no-repeat center;
    aspect-ratio: 750/300;
    background-size: 100% auto;
  }

  #home section#main .inner {
    padding: 35px 20px 50px;
  }

  #home section#main .info {
    display: block;
  }

  #home section#main .info .col {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  #home section#main h2 {
    font-size: 2.0rem;
    margin-bottom: 12px;
  }

  #home section#main .news {
    margin-bottom: 20px;
  }

  #home section#main .news ul {
    padding: 20px 7%;
    height: auto;
    max-height: 420px;
  }

  #home section#main .news li {
    font-size: 1.3rem;
  }

  #home section#main .news li span {
    font-size: 1.3rem;
    padding-bottom: 2px;
  }

  #home section#main .arasuji p {
    font-size:15px;
    line-height:1.8em;
  }

  /* #Story */

  #story section#main .inner {
    padding: 35px 20px 50px;
  }

  #story section#main h2 {
    font-size: 2.0rem;
    margin-bottom: 25px;
  }

  #story section#main h3 {
    font-size: 2.0rem;
    margin: 40px 0 20px;
  }

  #story section#main h4 {
    font-size: 1.8rem;
  }

  #story section#main p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  #story section#main h4 + p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 35px;
  }

  #story section#main h4 + p span {
    font-size: 1.5rem;
  }

  #story section#main .caption p {
    font-size: 1.4rem;
    margin: 20px 0;
  }
.correlation_img {
  margin:20px auto 0;
}



  /* #Ticket */

  #ticket section#main {
    min-height: 600px;
  }

  #ticket section#main .inner {
    padding: 35px 20px 50px;
  }

  #ticket section#main h2 {
    font-size: 2.0rem;
    margin-bottom: 25px;
  }

  #ticket section#main h3 {
    font-size: 1.9rem;
  }

  #ticket section#main .nittei {
    margin-bottom: 35px;
  }

  #ticket section#main .nittei p {
    font-size: 1.8rem;
  }

  /*#ticket section#main .nittei .timetable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    border-top: 1px solid #000;
  }

  #ticket section#main .nittei .timetable thead {
    width: 32%;
  }

  #ticket section#main .nittei .timetable thead tr {
    display: inline-block;
    width: 100%;
  }

  #ticket section#main .nittei .timetable tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 68%;
  }

  #ticket section#main .nittei .timetable tbody tr {
    width: 50%;
  }

  #ticket section#main .nittei .timetable th,
  #ticket section#main .nittei .timetable td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 12px 0;
    border: none;
  }

  #ticket section#main .nittei .timetable th {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  #ticket section#main .nittei .timetable td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  #ticket section#main .nittei .timetable td.small {
    font-size: 1.4rem;
  }

  #ticket section#main .nittei .timetable td img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
  }

  #ticket section#main .nittei .timetable td.ico4:after {
    top: 6px;
    right: 6px;
  }

  #ticket section#main .nittei .timetable1 th,
  #ticket section#main .nittei .timetable2 th,
  #ticket section#main .nittei .timetable1 th:first-child,
  #ticket section#main .nittei .timetable2 th:first-child {
    width: 100%;
  }*/

  #ticket section#main .nittei p.attention {
    font-size: 1.2rem;
  }

  #ticket section#main .nittei p.attention2 {
    font-size: 1.2rem;
  }


  #ticket section#main .nittei p.note {
    font-size: 1.5rem;
    margin-top: 25px;
  }

  #ticket section#main .nittei p.note img {
    width: 20px;
    height: 20px;
  }

  #ticket section#main .nittei p.note span {
    font-size: 1.4rem;
  }

  #ticket section#main .nittei p.note span img {
    width: 18px;
    height: 18px;
  }

  #ticket section#main .ticket {
    margin-top: 60px;
  }

  #ticket section#main .ticket p {
    font-size: 1.8rem;
  }
  #ticket section#main .ticket .price th,
  #ticket section#main .ticket .price td {
    font-size: 1.8rem;
  }


  #ticket section#main .ticket p img {
    width: 20px;
    height: 20px;
    margin: 0 4px 3px 0;
  }

  #ticket section#main .ticket p.attention {
    font-size: 1.2rem;
    margin: 15px 0 25px;
  }

  #ticket section#main .ticket .hanbai {
    margin: 35px 0;
  }

  #ticket section#main .ticket .hanbai .vertical {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 2px 10px;
    font-size: 1.6rem;
  }

  #ticket section#main .ticket .hanbai .vertical span {
    display: inline;
  }

  #ticket section#main .ticket .hanbai ul {
    display: block;
  }

  #ticket section#main .ticket .hanbai li {
    font-size: 1.55rem;
  }

  #ticket section#main .ticket .hanbai li:nth-child(2) {
    padding-bottom: 12px;
  }


#ticket section#main .ticket .hanbai label {
  font-size:1.5rem;
}
#ticket section#main .ticket .hanbai label:before {
  top:18px;
}
#ticket section#main .ticket .hanbai label:after {
  top:7px;
}
#ticket section#main .ticket .open_box dt {
  font-size:2rem;
}
#ticket section#main .ticket .open_box dd {
  font-size:1rem;
}
#ticket section#main .ticket .open_box p {
  font-size:2rem;
  line-height:2rem;
}

#ticket section#main .ticket .hanbai .link {
  font-size:1.5rem;
}
#ticket section#main .ticket .hanbai .link th {
  width:120px;
}
#ticket section#main .ticket .hanbai .link a {
font-size:1.2rem;
}



  #ticket section#main .sale h4 {
    font-size: 1.8rem;
  }

  #ticket section#main .sale h4 span {
    font-size: 1.2rem;
  }

  #ticket section#main .sale th,
  #ticket section#main .sale td {
    display: block;
    font-size: 1.5rem;
  }

  #ticket section#main .sale th {
    padding-right: 0;
  }

  #ticket section#main .sale td {
    padding-bottom: 10px;
  }

  #ticket section#main .sale .sale3 {
    margin-top: 20px;
  }

  #ticket section#main .ticket .add {
    margin: 50px 0 30px;
  }

  #ticket section#main .ticket .add h4 {
    font-size: 1.8rem;
  }

  #ticket section#main .ticket .add p,
  #ticket section#main .ticket .add a {
    font-size: 1.5rem;
  }

  #ticket section#main .ticket p.attention {
    font-size: 1.2rem;
    margin: 15px 0 25px;
  }

  /* #Cast */

  #cast section#main .inner {
    padding: 35px 20px 50px;
  }

  #cast section#main h2 {
    font-size: 2.0rem;
    margin-bottom: 25px;
  }

  #cast section#main .flex {
    width: 100%;
    max-width: 495px;
    justify-content: space-between;
    margin: 0 auto;
  }

  #cast section#main .cast-1,
  #cast section#main .cast-2 {
    margin: 0 auto 2%;
  }

  #cast section#main .cast-4 {
    margin: 0 auto 5%;
  }

  #cast section#main .cast-5 {
    margin: 0 auto 3%;
  }

  #cast section#main .flex .separater {
    display: none;
  }

  #cast section#main .flex .col {
    width: 47%;
    margin: 0 0 7%;
  }

  #cast section#main .flex .col span {
    font-size: 1.6rem;
    padding: 10px 0 4px;
  }

  #cast section#main .flex .col h3 {
    font-size: 2.7rem;
  }

  #cast section#main .cast-4 .col h3 {
    font-size: 2rem;
  }

  #cast section#main .cast-5 .col {
    width: 31.5%;
  }

  #cast section#main .cast-5 .col h3 {
    font-size: 2.7rem;
  }

  #cast section#main .cast-5 .col span {
    font-size: 1.6rem;
    padding: 10px 0 4px;
  }

  #cast section#main .cast-6 .col {
    width: 24%;
  }

  #cast section#main .cast-6 .col h3,
  #cast section#main .cast_addition {
    font-size: 1.5rem;
    padding-top:0px;
  }

  #cast section#main .cast-6 .col span,
  #cast section#main .cast_addition span {
    font-size: 1rem;
  }
  #cast section#main .cast-6 .col span small {
    display:inline-block;
    font-size: 1rem;
    padding: 8px 0 0;
  }


  #cast section#main .cast-7 {
    justify-content: flex-start;
  }
  #cast section#main .cast-7 .col {
    width: 24%;
    margin: 0 1.5% 0 0;
  }

  #cast section#main .cast-7 .col h3 {
    font-size: 1.5rem;
    padding-top:4px;
  }

  #cast section#main .cast-7 .col span {
    font-size: 1rem;
    padding: 8px 0 0;
  }


  #cast section#main .caption {
    font-size: 1.4rem;
    margin: 20px 0;
  }

  #cast section#main .c1 {
    width: 100%;
    max-width: 495px;
    margin: 50px auto 0;
  }

  #cast section#main .c1 p {
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: left;
  }

  #cast section#main .staff {
    width: 100%;
    max-width: 495px;
    margin: 50px auto 0;
  }

  #cast section#main .staff p {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: left;
  }

  /* #staff */


  /* #Goods */

  #goods section#main {
    min-height: 600px;
  }

  #goods section#main .inner {
    padding: 35px 20px 50px;
  }

  #goods section#main h2 {
    font-size: 2.0rem;
    margin-bottom: 25px;
  }

  #goods section#main h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  #goods section#main h4 {
    font-size: 1.5rem;
    margin-bottom: 22px;
  }

  #goods section#main .content {
    margin-bottom: 50px;
  }

  #goods section#main .wrap .col {
    width: 46%;
    margin: 0 2% 3%;
  }

  #goods section#main .goods-16 p {
    font-size: 1.5rem;
  }

  #goods section#main .goods-18 p {
    font-size: 1.5rem;
  }

  #goods section#main .goods-18 span {
    font-size: 1.3rem;
  }

  #goods section#main .goods-19 p {
    font-size: 1.5rem;
  }

  #goods section#main .goods-20 p {
    font-size: 1.3rem;
  }

  /* #Special*/

  #special section#main {
    min-height: 600px;
  }

  #special section#main .inner {
    padding: 35px 20px 50px;
  }

  #special section#main h2 {
    font-size: 2.0rem;
    margin-bottom: 25px;
  }

  #special section#main h3 {
    font-size: 1.9rem;
  }

  #special section#main .flex {
    display: block;
  }

  #special section#main .flyer .flex .col {
    width: 100%;
  }

  #special section#main .keisai li {
    font-size: 1.5rem;
  }

  #special section#main .keisai li a {
    font-size: 1.5rem;
  }

  #special section#main .talk h4 {
    font-size: 1.7rem;
  }

  #special section#main .talk p {
    font-size: 1.5rem;
  }

  /* #Faq */

  #faq section#main {
    min-height: 600px;
  }

  #faq section#main .inner {
    padding: 35px 20px 50px;
  }

  #faq section#main h2 {
    font-size: 2.0rem;
    margin-bottom: 25px;
  }

  #faq section#main h3 {
    font-size: 1.9rem;
  }

  #faq section#main .onegai h4 {
    font-size: 1.8rem;
  }

  #faq section#main .onegai h5 {
    font-size: 1.55rem;
  }

  #faq section#main .onegai p {
    font-size: 1.5rem;
  }

}


/*about*/

#content .about .flex {padding:20px 0 20px 0;}
#content .about .flex img {width:300px;padding-right:20px;}
#content .about p {font-size:18px;font-weight:500;}
#content .about p b {color:#0081CC;font-weight: bold;}
#content .about .book_link {text-align: center;}
#content .about .book_link a {display:block;width:300px;margin:20px auto;background:#0081CC;color:#fff;}

@media screen and (max-width:768px) {
  #content .about .flex {flex-wrap: wrap;}
  #content .about .flex img {display: block;width:100%;padding-right:0;margin-bottom:20px;}
#content .about p {font-size:13px;}
  
}