html {
	font-size: 15px;
	height: auto;
	min-height: 100%;
	width: 100%;
}

body {
	background: #1D2088;
	color: #fff;
	font-family: ReplicaNormal, "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	letter-spacing: 0;
	line-height: 1.6;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

body::before {
	background: url(./assets/images/background/body-bg_pc.jpg) no-repeat bottom left/cover;
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

main {
	overflow: hidden;
}

main,
section,
article,
div {
	position: relative;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	scroll-behavior: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

button {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}

dt {
	font-weight: normal;
}

em {
	font-style: normal;
}

.dn {
	display: none;
}

img {
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #13155B;
	border: none;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	background: #0060B0;
	border-radius: 10px;
	box-shadow: none;
}

* {
	scrollbar-color: #0060B0 #13155B; /*つまみの色 軌道の色*/
	scrollbar-width: thin; /*細さ*/
}

.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}

.c-button-add {
	background: #13155B;
	border: 1px solid #fff;
	height: 64px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.c-button-add.privacy {
	margin-left: 0;
	margin-top: 50px;
	max-width: 100%;
	width: 100%;
}

.c-button-add-reSell {
	height: 43px;
	margin-bottom: 62px;
	margin-top: 29px;
	max-width: 472px;
}

.c-button-add-reSell .s-ticket_button_text {
	font-size: 15px;
	left: 10px;
	letter-spacing: 0.1em;
	line-height: 43px;
}

.c-button-add-reSell .s-ticket_button_text::before {
	left: -20px;
	width: 14px;
}

.c-button-add_anchor {
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
}

.c-button-add_text {
	font-size: 20px;
	font-weight: 700;
	left: 5px;
	letter-spacing: 0.05em;
	line-height: 64px;
	position: relative;
}

.c-button-add_text::before {
	background: url(./assets/images/item/icon-ticket-button.png) no-repeat top center/contain;
	content: "";
	height: 28px;
	left: -36px;
	mix-blend-mode: difference;
	position: absolute;
	top: -3px;
	width: 24px;
}

.c-komeMark {
	padding-left: 1em;
	position: relative;
}

.c-komeMark::before {
	content: "※";
	left: 0;
	position: absolute;
}

.c-komeMark-dot::before {
	content: "・";
}

.c-totop {
	bottom: 20px;
	height: 90px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 28px;
	transition: opacity 0.3s;
	width: 60px;
	z-index: 10;
}

.c-totop.is-show {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.3s;
}

.c-totop_arrow {
	display: block;
	height: 20px;
	left: calc(50% + 1px);
	position: absolute;
	top: 32px;
	transform: translateX(-50%);
	transition: top 0.3s ease-in;
	width: 14px;
}

.c-totop_bottle {
	display: block;
	height: 100%;
	width: 100%;
}

.c-inner-add {
	margin: 0 auto;
	width: 536px;
}

.c-subHeading {
	color: #DDD100;
	font-size: 20px;
	font-weight: 700;
	left: -91px;
	letter-spacing: 0.1em;
	padding-left: 49px;
	position: relative;
}

.c-subHeading::before {
	background: url(./assets/images/item/icon-ticket-sub.png) no-repeat top center/contain;
	content: "";
	height: 62px;
	left: 0;
	position: absolute;
	top: -33px;
	width: 50px;
}

.c-underHeading {
	background: #1D2088;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.33;
	margin-bottom: 20px;
	margin-top: 24px;
	padding: 16px;
	position: relative;
	width: 100%;
}

.c-add-section {
	padding-top: 125px;
	position: relative;
	z-index: 2;
}

.c-add-section_heading {
	margin: 0 auto 0;
}

.c-add-section_heading.streaming {
	width: 370px;
}

.c-add-section_heading-ja {
	display: block;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-align: center;
}

.c-add-section_notice {
	color: #FFF100;
	font-size: 2em;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin-top: 2em;
	position: relative;
	text-align: center;
}

.c-add-section_notice em {
	font-weight: 500;
}

.c-add-section .mt-01 {
	margin-top: 1em;
}

.c-add-section .mt-02 {
	margin-top: 2em;
}

.c-add-section .mt-03 {
	margin-top: 3em;
}

.c-add-section .mt-04 {
	margin-top: 4em;
}

.c-add-section .mt-05 {
	margin-top: 5em;
}

.c-add-section .mb-01 {
	margin-bottom: 1em;
}

.c-add-section .mb-02 {
	margin-bottom: 2em;
}

.c-add-section .pl-01 {
	padding-left: 1em;
}

.c-add-section .pl-02 {
	padding-left: 2em;
}

.c-add-section .sm {
	font-size: 90%;
}

.c-add-section .cn {
	text-align: center;
}

.c-add-section .accent-ye {
	color: #FFF100;
}

.c-add-section .anchor {
	color: #FFF100;
	letter-spacing: 0.02em;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.c-add-section .anchor:hover {
	opacity: 0.8;
	transition: opacity 0.3s;
}

.l-header {
	background: #1577BE;
	height: 80px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-header::before {
	background: url(./assets/images/background/header-bg.png) no-repeat top left/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-header_button {
	display: none;
}

.l-nav {
	height: 100%;
	position: relative;
	width: 100%;
}

.l-nav_list {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
}

.l-nav_list_item {
	height: 100%;
	margin: 0 11px;
	width: auto;
}

.l-nav_list_item a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.l-nav_list_item a img {
	height: clamp(20px, 2.153vw, 31px);
	width: auto;
}

.l-footer {
	height: 300px;
	position: relative;
	width: 100%;
}

.l-footer::before {
	background: #009E95;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.l-footer_logo {
	height: auto;
	max-width: 600px;
	position: absolute;
	right: 11px;
	top: -50px;
	width: 43.924vw;
	z-index: 10;
}

.l-footer_content {
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 0 30px 28px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.l-footer_content_twitter {
	align-items: flex-end;
	display: flex;
}

.l-footer_content_twitter .iconTwitter {
	display: block;
	height: auto;
	width: 32px;
}

.l-footer_content_twitter span {
	font-size: 22px;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-left: 6px;
}

.l-footer_content_copy {
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.3;
	text-align: right;
}

.l-footer_content_copy p {
	margin-top: 10px;
}

.l-footer_content_copy a {
	text-decoration: underline;
}

.l-footer_content_copy small {
	font-size: 13px;
}

.s-loading {
	align-items: center;
	background: #13155B;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}

.s-loading.is-loaded {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s;
}

.s-loading_text {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.s-loading_text_item {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	display: block;
	height: 59px;
	position: relative;
	transform: translateY(100%);
	user-select: none;
	width: 30px;
}

.s-loading_text_item:nth-child(1) {
	-webkit-animation: loadingText 0.6s ease 0s infinite alternate;
	animation: loadingText 0.6s ease 0s infinite alternate;
}

.s-loading_text_item:nth-child(2) {
	-webkit-animation: loadingText 0.6s ease 0.1s infinite alternate;
	animation: loadingText 0.6s ease 0.1s infinite alternate;
}

.s-loading_text_item:nth-child(3) {
	-webkit-animation: loadingText 0.6s ease 0.2s infinite alternate;
	animation: loadingText 0.6s ease 0.2s infinite alternate;
}

.s-loading_text_item:nth-child(4) {
	-webkit-animation: loadingText 0.6s ease 0.3s infinite alternate;
	animation: loadingText 0.6s ease 0.3s infinite alternate;
}

.s-loading_text_item:nth-child(5) {
	-webkit-animation: loadingText 0.6s ease 0.4s infinite alternate;
	animation: loadingText 0.6s ease 0.4s infinite alternate;
}

.s-loading_text_item:nth-child(6) {
	-webkit-animation: loadingText 0.6s ease 0.5s infinite alternate;
	animation: loadingText 0.6s ease 0.5s infinite alternate;
}

.s-loading_text_item:nth-child(7) {
	-webkit-animation: loadingText 0.6s ease 0.6s infinite alternate;
	animation: loadingText 0.6s ease 0.6s infinite alternate;
}

.s-loading_text_item:nth-child(8) {
	-webkit-animation: loadingText 0.6s ease 0.7s infinite alternate;
	animation: loadingText 0.6s ease 0.7s infinite alternate;
}

.s-loading_text_item img {
	height: 100%;
}

.s-mainvisual {
	height: auto;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}

.s-mainvisual_contents {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index: 10;
}

.s-mainvisual_contents_catchCopy .copy {
	opacity: 0;
	position: absolute;
	transform: translate(40px, -20px);
}

.s-mainvisual_contents_catchCopy .copy-01 {
	left: -9px;
	left: -0.659vw;
	max-width: 514px;
	top: 95px;
	top: 6.955vw;
	width: 37.628vw;
}

.s-mainvisual_contents_catchCopy .copy-02 {
	left: 162px;
	left: 11.859vw;
	max-width: 516px;
	top: 142px;
	top: 10.395vw;
	width: 37.775vw;
}

.s-mainvisual_contents_logo {
	left: 63px;
	left: 4.612vw;
	opacity: 0;
	position: absolute;
	top: 425px;
	top: 31.113vw;
	transform: scale(1.2);
}

.s-mainvisual_contents_logo .logoImage {
	height: auto;
	max-width: 640px;
	width: 43.924vw;
}

.s-mainvisual_contents_logo .logoSchedule {
	font-family: ReplicaBold, "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.171vw;
	font-weight: 700;
	left: -3px;
	left: -0.22vw;
	letter-spacing: 0.02em;
	position: relative;
	text-align: center;
	text-shadow: 0px 0px 0.3125em #000000;
}

.s-mainvisual_background {
	position: relative;
}

.s-mainvisual_kidsProgram {
	height: 100vh;
	left: 0;
	max-height: 900px;
	max-height: 65.886vw;
	position: absolute;
	top: 0;
	width: 100%;
}

.s-mainvisual_kidsProgram_label {
	align-items: center;
	background: #EEEEEE;
	bottom: 10px;
	display: flex;
	flex-direction: row-reverse;
	height: 45px;
	justify-content: center;
	position: absolute;
	right: 5px;
	width: 190px;
}

.s-mainvisual_kidsProgram_label .iconImg {
	display: block;
	width: 30px;
}

.s-mainvisual_kidsProgram_label .labelText {
	width: 143px;
}

.s-mainvisual.is-loaded .s-mainvisual_contents_catchCopy .copy-01 {
	opacity: 1;
	transform: translate(0, 0);
	transition: all 0.3s ease;
}

.s-mainvisual.is-loaded .s-mainvisual_contents_catchCopy .copy-02 {
	opacity: 1;
	transform: translate(0, 0);
	transition: all 0.3s ease 0.3s;
}

.s-mainvisual.is-loaded .s-mainvisual_contents_logo {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s ease 0.8s;
}

.s-topButton {
	background: #00B6EE;
	margin-top: -41px;
	margin-top: -3.001vw;
	padding: 70px 0 78px;
	position: relative;
	z-index: 2;
}

.s-topButton::before {
	background: #00B6EE;
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	top: -30px;
	top: -2.196vw;
	transform: skewY(-2.5deg);
	width: 100%;
	z-index: 0;
}

.s-topButton::after {
	background: #00B6EE;
	bottom: -30px;
	bottom: -2.196vw;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: auto;
	transform: skewY(-2.5deg);
	width: 100%;
	z-index: 0;
}

.s-topButton_inner {
	left: -8px;
	margin: 0 auto;
	position: relative;
	width: 480px;
	z-index: 1;
}

.s-topButton_inner .attention {
	background: #fff;
	border: 5px solid red;
	color: #000;
	left: -100px;
	margin: 0 auto 80px;
	padding: 40px;
	position: relative;
	text-align: center;
	width: calc(100% + 200px);
}

.s-topButton_inner .attention.sm {
	border-width: 2px;
	left: auto;
	margin-bottom: 50px;
	padding: 20px;
	width: 100%;
}

.s-topButton_inner .attention.sm .attention_title {
	font-size: 1.1em;
	margin-bottom: 20px;
}

.s-topButton_inner .attention.sm .attention_anchor {
	font-size: 1em;
}

.s-topButton_inner .attention_title {
	color: red;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 40px;
}

.s-topButton_inner .attention_title span {
	font-size: 1.2em;
	font-weight: 900;
}

.s-topButton_inner .attention_anchor {
	font-size: 1.5em;
	text-decoration: underline;
}

.s-topButton_item {
	box-shadow: 0px 0px 20px rgba(21, 119, 190, 0.4);
	height: 67px;
	margin-bottom: 30px;
	width: 100%;
}

.s-topButton_item:last-child {
	margin-bottom: 0;
}

.s-topButton_item.button-flyer {
	background: #fff url(./assets/images/item/button-yellow.png) no-repeat top center/contain;
}

.s-topButton_item.button-caution {
	background: #fff url(./assets/images/item/button-blue.png) no-repeat top center/contain;
}

.s-topButton_item.button-caution .s-topButton_item_anchor {
	line-height: 1.2;
}

.s-topButton_item_anchor {
	color: #1D2088;
	display: block;
	font-size: 18px;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0.02em;
	line-height: 67px;
	text-align: center;
	width: 100%;
}

.s-topContents {
	position: relative;
}

.s-topContents::before {
	background: url(./assets/images/background/bg-topContent-wMovie.png) no-repeat top center/100% 100%;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.s-topSchedule {
	padding: 140px 0 128px;
	position: relative;
	z-index: 1;
}

.s-topSchedule_list {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	left: -4px;
	margin: 0 auto;
	max-width: 820px;
	position: relative;
	width: 85%;
}

.s-topSchedule_list_item {
	text-align: center;
}

.s-topSchedule_list_item .itemPlace {
	font-size: calc(15px * 1.2);
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
}

.s-topSchedule_list_item .itemPlace::before {
	background: url(./assets/images/item/icon_shikenkan.svg) no-repeat top center/contain;
	content: "";
	height: calc(42px * 1.2);
	left: 50%;
	position: absolute;
	top: -12px;
	transform: translateX(-50%);
	width: calc(40px * 1.2);
	z-index: -1;
}

.s-topSchedule_list_item .itemDate {
	font-feature-settings: "palt" 1;
	font-size: calc(18px * 1.2);
	font-weight: 700;
	letter-spacing: 0.02em;
}

.s-topSchedule_list_item .itemDate em {
	font-size: calc(32px * 1.1);
	letter-spacing: 0.02em;
}

.s-topSchedule_list_item .itemTheater {
	font-size: calc(24px * 1.2);
	font-weight: 700;
	letter-spacing: -0.05em;
	width: auto;
}

.s-topSchedule_list_item .itemTheater .textAiia {
	margin: 4px auto 0;
	width: calc(220px * 1.2);
}

.s-news {
	padding-top: 50px;
	position: relative;
}

.s-news_inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 904px;
	position: relative;
	width: 95%;
	z-index: 2;
}

.s-news_block {
	background: #13155B;
	height: 450px;
	margin-right: 20px;
	margin-top: 49px;
	max-width: 596px;
	padding: 55px 30px 53px 46px;
	position: relative;
	width: 100%;
}

.s-news_block_heading {
	left: -73px;
	position: absolute;
	top: -147px;
	width: 175px;
}

.s-news_block_container {
	height: 342px;
	overflow-y: scroll;
	width: 100%;
}

.s-news_block_container::-webkit-scrollbar {
	width: 8px;
}

.s-news_block_container::-webkit-scrollbar-track {
	background: #13155B;
	border: none;
}

.s-news_block_container::-webkit-scrollbar-thumb {
	background: #0060B0;
	border-radius: 4px;
	box-shadow: none;
}

.s-news_block_container * {
	scrollbar-color: #0060B0 #13155B;
	scrollbar-width: thin;
}

.s-news_block_container .newsRow {
	margin-bottom: 10px;
	padding-bottom: 8px;
	padding-right: 8px;
	position: relative;
}

.s-news_block_container .newsRow::after {
	background: url(./assets/images/item/line-dot.svg) no-repeat left;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.s-news_block_container .newsRow_title {
	display: flex;
	font-weight: 400;
	line-height: 1.4;
	padding-left: 6px;
	position: relative;
}

.s-news_block_container .newsRow_title::after {
	backface-visibility: visible;
	background: url(./assets/images/item/icon_arrow.svg) no-repeat top center/contain;
	content: "";
	height: 8px;
	position: absolute;
	right: 5px;
	top: 8px;
	transform-origin: center;
	transition: transform 0.3s;
	width: 14px;
}

.s-news_block_container .newsRow_title.is-simple::after {
	display: none;
}

.s-news_block_container .newsRow_title.is-open::after {
	transform: rotate(-180deg);
	transition: transform 0.3s;
}

.s-news_block_container .newsRow_title.under {
	cursor: pointer;
}

.s-news_block_container .newsRow_title.under h3 {
	text-decoration: underline;
}

.s-news_block_container .newsRow_title time {
	display: block;
	flex-shrink: 0;
	letter-spacing: 0.02em;
	margin-right: 18px;
}

.s-news_block_container .newsRow_title h3 {
	font-size: 15px;
	font-weight: 400;
	padding-right: 2em;
}

.s-news_block_container .newsRow_detail {
	background: #1D2088;
	font-size: 13px;
	line-height: 1.615;
	margin-top: 5px;
	padding: 17px 13px;
}

.s-news_timeline {
	flex-shrink: 0;
	height: auto;
	position: relative;
	top: -50px;
	width: 280px;
}

.s-news_timeline .s-banner {
	margin-top: 20px;
	width: 100%;
}

.s-news_timeline-inner {
	background: #fff;
	border-radius: 5px;
	height: 500px;
	width: 100%;
}

.s-news_timeline_box {
	height: 100%;
	width: 100%;
}

.s-news_timeline_box iframe {
	height: 100%;
	width: 100%;
}

.s-news_timeline_account {
	display: none;
}

.s-news_background {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.s-news_background_area {
	height: 350px;
	left: 0;
	position: absolute;
	width: 100%;
}

.s-news_background_area-01 {
	top: 0;
}

.s-news_background_area-02 {
	top: 350px;
}

.s-news_background_image {
	opacity: 0.33;
	overflow: hidden;
	position: absolute;
	top: 68px;
	width: 100vw;
	z-index: 1;
}

.s-news_background_image img {
	left: 48px;
	margin: 0 auto;
	position: relative;
	width: 1344px;
}

.s-movie {
	margin-top: 150px;
	padding-bottom: 150px;
	position: relative;
	z-index: 2;
}

.s-movie_heading {
	margin: 0 auto 0;
	width: 148px;
}

.s-movie_container {
	cursor: pointer;
	height: auto;
	margin: 50px auto 0;
	position: relative;
	width: 800px;
}

.s-movie_button {
	height: 450px;
	height: auto;
	position: relative;
	width: 100%;
}

.s-movie_button_thumbnail {
	object-fit: contain;
	position: relative;
	z-index: 1;
}

.s-movie_button_play {
	display: block;
	height: 130px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s;
	width: 130px;
	z-index: 2;
}

.s-movie_playButton {
	background: #13155B;
	border: 1px solid #fff;
	height: 43px;
	margin: 30px auto 0;
	max-width: 472px;
	position: relative;
	width: 100%;
}

.s-movie_playButton_anchor {
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
}

.s-movie_playButton_text {
	font-size: 15px;
	font-weight: 700;
	left: 10px;
	letter-spacing: 0.1em;
	line-height: 43px;
	position: relative;
}

.s-movie_playButton_text::before {
	background: url(./assets/images/item/play-icon.svg) no-repeat top center/contain;
	content: "";
	height: 17px;
	left: -23px;
	mix-blend-mode: difference;
	position: absolute;
	top: 0px;
	width: 14px;
}

.s-movie_popup {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	width: 100vw;
	z-index: 10000;
}

.s-movie_popup.is-show {
	opacity: 1;
	pointer-events: auto;
	transition: all 0.3s;
}

.s-movie_popup_inner {
	height: 562px;
	left: 50%;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1000px;
}

.s-movie_popup_inner.is-show {
	opacity: 1;
}

.s-movie_popup_inner iframe {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.s-movie_popup_inner_close {
	display: block;
	height: 50px;
	opacity: 0.3;
	position: absolute;
	right: -25px;
	top: -25px;
	transition: opacity 0.3s;
	width: 50px;
	z-index: 1;
}

.s-movie_popup_inner_close:hover {
	opacity: 1;
	transition: opacity 0.3s;
}

.s-introduction {
	padding-bottom: 185px;
	z-index: 1;
}

.s-introduction_heading {
	margin: 0 auto;
	padding-top: 97px;
	width: 340px;
}

.s-introduction_story_heading {
	left: -4px;
	margin: 0 auto 0;
	padding-top: 82px;
	position: relative;
	width: 113px;
	z-index: 1;
}

.s-introduction_story_description {
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 111px;
	margin-top: 22px;
}

.s-introduction_about {
	width: 715px;
}

.s-introduction_about_heading {
	flex-shrink: 0;
	left: auto;
	margin: 0 auto;
	position: relative;
	top: auto;
	width: 103px;
}

.s-introduction_about_detail {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.65;
	margin: 20px auto 0;
	padding-left: 0;
	position: relative;
	text-align: center;
}

.s-castAndStaff {
	padding-top: 241px;
	position: relative;
}

.s-castAndStaff::before {
	background: url(./assets/images/background/textbar-01.png) repeat-x top center;
	content: "";
	height: 205px;
	left: 50%;
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	top: -110px;
	transform: translateX(-50%);
	user-select: none;
	width: 100%;
	z-index: 1;
}

.s-castAndStaff_background {
	height: 100%;
	left: 50%;
	max-width: 1366px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 52px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.s-castAndStaff_background .bgItem {
	display: block;
	position: absolute;
}

.s-castAndStaff_background .bgItem-01 {
	left: -5px;
	top: 430px;
	width: 508px;
}

.s-castAndStaff_background .bgItem-02 {
	right: -50px;
	top: 606px;
	width: 543px;
}

.s-castAndStaff_background .bgItem-03 {
	left: 230px;
	top: 1103px;
	width: 335px;
}

.s-castAndStaff_background .bgItem-04 {
	left: 147px;
	top: 1359px;
	width: 176px;
}

.s-castAndStaff_background .bgItem-05 {
	right: 180px;
	top: 1636px;
	width: 142px;
}

.s-cast {
	padding-bottom: 172px;
	padding-bottom: 45px;
	position: relative;
	z-index: 10;
}

.s-cast_inner {
	margin: 0 auto;
	max-width: 1060px;
	position: relative;
	width: 100%;
}

.s-cast_heading {
	margin: 0 auto;
	position: relative;
	width: 122px;
	z-index: 1;
}

.s-cast_heading::before {
	background: url(./assets/images/background/bg-cast01.png) no-repeat top center/contain;
	content: "";
	height: 400px;
	left: -222px;
	opacity: 0.5;
	position: absolute;
	top: -95px;
	width: 412px;
	z-index: -1;
}

.s-cast_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 139px;
	position: relative;
	z-index: 1;
}

.s-cast_list-under {
	margin-top: 100px;
}

.s-cast_list_item {
	cursor: pointer;
	display: grid;
	position: relative;
	transition: opacity 0.3s;
	width: 200px;
}

.s-cast_list_item:hover {
	opacity: 0.85;
	transition: opacity 0.3s;
}

.s-cast_list_item.mr-wide {
	margin-right: 20px;
}

.s-cast_list_item.mr-thin {
	margin-right: 10px;
}

.s-cast_list_item .castName {
	background: #1D2088;
	font-size: 24px;
	grid-column: 1/2;
	grid-row: 2/3;
	height: 100px;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding-top: 18px;
	text-align: center;
}

.s-cast_list_item .castName h3 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.s-cast_list_item .castName .cap {
	display: block;
	font-size: 10px;
	position: relative;
	top: -5px;
}

.s-cast_list_item .castImage {
	grid-column: 1/2;
	grid-row: 1/2;
	overflow: hidden;
}

.s-cast_science {
	left: -3px;
	margin: 169px auto 0;
	position: relative;
	width: 310px;
}

.s-cast_science_heading {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
}

.s-cast_science_heading::before {
	background: url(./assets/images/item/title-science-l.png) no-repeat top center/contain;
	content: "";
	height: 56px;
	left: -54px;
	position: absolute;
	top: -19px;
	width: 45px;
}

.s-cast_science_heading::after {
	background: url(./assets/images/item/title-science-r.png) no-repeat top center/contain;
	content: "";
	height: 51px;
	position: absolute;
	right: -46px;
	top: -16px;
	width: 40px;
}

.s-cast_science_list {
	margin: 33px auto 0;
	width: 284px;
}

.s-cast_science_list_item {
	display: flex;
	font-size: 18px;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-bottom: 18px;
}

.s-cast_science_list_item .roleName {
	font-weight: 700;
}

.s-cast_aboutDoctoro {
	display: flex;
	justify-content: center;
	margin-top: 95px;
}

.s-cast_aboutDoctoro_item {
	background: #1D2088;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.71;
	margin: 0 8px;
	padding: 35px 25px 35px 40px;
	position: relative;
	width: 397px;
}

.s-cast_aboutDoctoro_item h3 {
	border-bottom: 1px solid #fff;
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-bottom: 17px;
}

.s-cast_aboutDoctoro_item .pointImg {
	display: block;
	position: absolute;
}

.s-cast_aboutDoctoro_item .pointImg-01 {
	left: 144px;
	top: 0;
}

.s-cast_aboutDoctoro_item .pointImg-02 {
	bottom: 12px;
	right: 10px;
}

.s-cast_aboutDoctoro_item .pointImg-03 {
	bottom: 16px;
	right: 17px;
}

.s-castPopup {
	background: rgba(0, 0, 0, 0.16);
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	width: 100%;
	z-index: 10000;
}

.s-castPopup.is-open {
	opacity: 1;
	pointer-events: auto;
	transition: all 0.3s;
}

.s-castPopup_list {
	height: 100%;
	position: relative;
	width: 100%;
}

.s-castPopup_item {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
	height: auto;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 400px;
}

.s-castPopup_item.is-open {
	opacity: 1;
	transition: all 0.3s;
}

.s-castPopup_item_image {
	object-fit: cover;
}

.s-castPopup_item_close {
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	right: -25px;
	top: -25px;
	width: 50px;
	z-index: 1;
}

.s-staff {
	padding-bottom: 167px;
	padding-top: 229px;
	position: relative;
	z-index: 1;
}

.s-staff_heading {
	margin: 0 auto;
	padding-top: 0;
	position: relative;
	width: 138px;
	z-index: 1;
}

.s-staff_heading::before {
	background: url(./assets/images/title/title-staff-bg.png) no-repeat top center/contain;
	content: "";
	height: 258px;
	left: calc(50% + 6px);
	position: absolute;
	top: -65px;
	transform: translateX(-50%);
	width: 264px;
	z-index: -1;
}

.s-staff_inner {
	margin: 0 auto 0;
	padding-left: 0;
	width: 538px;
	z-index: 1;
}

.s-staff_description {
	padding-bottom: 42px;
	padding-top: 40px;
}

.s-staff_detail {
	line-height: 1.86;
}

.s-staff_kansyu {
	padding-bottom: 20px;
	padding-top: 45px;
}

.s-staff_more {
	align-items: flex-end;
}

.s-staff_more_kyousan {
	word-break: keep-all;
}

.s-staff_more_kyouryoku {
	padding-top: 12px;
	word-break: keep-all;
}

.s-bottomInfo {
	padding-bottom: 375px;
	padding-top: 14px;
}

.s-bottomInfo::before {
	background: url(./assets/images/background/textbar-02.png) repeat-x top center;
	content: "";
	height: 205px;
	left: 50%;
	mix-blend-mode: multiply;
	position: absolute;
	top: -95px;
	transform: translateX(-50%);
	width: 100%;
}

.s-bottomInfo::after {
	background: #1D2088;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.s-schedule {
	z-index: 2;
}

.s-schedule_inner {
	width: 535px;
}

.s-schedule_heading {
	margin: 0 auto 0;
	width: 236px;
}

.s-schedule_tokyo {
	padding-top: 57px;
}

.s-schedule_tokyo_heading {
	margin-left: -94px;
}

.s-schedule_tokyo_heading_title {
	letter-spacing: 0.05em;
	margin-left: -8px;
	position: relative;
	top: -5px;
}

.s-schedule_tokyo_period {
	font-feature-settings: "palt" 1;
	letter-spacing: 0.11em;
	padding-bottom: 11px;
	padding-top: 31px;
}

.s-schedule_tokyo_location_theater {
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-bottom: 4px;
}

.s-schedule_tokyo_location_access {
	padding-bottom: 2px;
	padding-top: 34px;
}

.s-schedule_tokyo_more {
	display: flex;
	justify-content: space-between;
	padding-top: 27px;
}

.s-schedule_tokyo_more button {
	margin-right: 0;
}

.s-schedule_tokyo_timetable {
	max-width: 770px;
	width: 56.5vw;
}

.s-schedule_tokyo_attention {
	color: #EEEEEE;
	font-size: 13px;
}

.s-schedule_tokyo_attention li {
	padding-top: 4px;
}

.s-schedule_hyogo {
	margin-top: 160px;
}

.s-schedule_hyogo_heading {
	margin-left: -94px;
}

.s-schedule_hyogo_heading_title {
	letter-spacing: 0.05em;
	margin-left: -8px;
	position: relative;
	top: -5px;
}

.s-schedule_hyogo_location_theater {
	padding-bottom: 15px;
	padding-top: 14px;
}

.s-schedule_hyogo_location_access {
	padding-bottom: 2px;
	padding-top: 34px;
}

.s-schedule_hyogo_period {
	font-feature-settings: "palt" 1;
	letter-spacing: 0.11em;
	padding-bottom: 11px;
	padding-top: 31px;
}

.s-schedule_hyogo_more {
	display: flex;
	justify-content: space-between;
	padding-bottom: 45px;
	padding-top: 27px;
}

.s-schedule_hyogo_more button {
	margin-right: 0;
	width: 260px;
}

.s-schedule_hyogo_timetable {
	max-width: 552px;
	width: 40.5vw;
}

.s-schedule_hyogo_attention {
	color: #EEEEEE;
	font-size: 13px;
}

.s-schedule_hyogo_attention li {
	padding-top: 4px;
}

.s-schedule_wcast {
	margin-top: 2em;
	width: 265px;
}

.s-ticket {
	overflow: hidden;
	z-index: 2;
}

.s-ticket_inner {
	margin: 0 auto;
	width: 536px;
}

.s-ticket_heading {
	margin-bottom: 32px;
}

.s-ticket_heading_title {
	margin: 0 auto 0;
	padding-top: 185px;
	width: 160px;
}

.s-ticket_heading_detail {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-top: 2px;
}

.s-ticket_heading_release {
	left: calc(50% + 268px);
	right: auto;
	top: 20px;
	transform: translateX(-50%);
	width: 340px;
}

.s-ticket_heading_price {
	letter-spacing: 0.1em;
	padding-top: 100px;
}

.s-ticket_heading_attention {
	font-size: 13px;
	margin: 0 auto 0;
	padding-top: 18px;
	width: 536px;
}

.s-ticket_heading_attention li {
	padding-top: 4px;
}

.s-ticket_subHeading {
	color: #DDD100;
	font-size: 20px;
	font-weight: 700;
	left: -91px;
	letter-spacing: 0.1em;
	padding-left: 49px;
	position: relative;
}

.s-ticket_subHeading::before {
	background: url(./assets/images/item/icon-ticket-sub.png) no-repeat top center/contain;
	content: "";
	height: 62px;
	left: 0;
	position: absolute;
	top: -33px;
	width: 50px;
}

.s-ticket_subHeading.mt-130 {
	margin-top: 130px;
}

.s-ticket_underHeading {
	background: #1D2088;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.33;
	margin-bottom: 28px;
	margin-top: 24px;
	padding: 16px;
	position: relative;
	width: 100%;
}

.s-ticket_underHeading-small {
	font-size: 16px;
	padding: 13px 16px;
}

.s-ticket_reSell_list {
	margin-top: 31px;
}

.s-ticket_reSell_list_item {
	margin-bottom: 18px;
}

.s-ticket_reSell_list_item dt {
	align-items: center;
	display: flex;
	letter-spacing: 0.02em;
	line-height: 1.666;
	position: relative;
}

.s-ticket_reSell_list_item dt::before {
	background: url(./assets/images/item/icon-ticket-info.png) no-repeat top center/contain;
	content: "";
	flex-shrink: 0;
	height: 15px;
	left: 0;
	position: relative;
	top: -2px;
	width: 14px;
}

.s-ticket_reSell_list_item dt h5 {
	font-size: 15px;
	font-weight: 500;
	margin-left: 5px;
}

.s-ticket_reSell_attention {
	color: #EEEEEE;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.46;
	margin-top: 60px;
}

.s-ticket_reSell_attention li {
	margin-bottom: 3px;
}

.s-ticket_notes {
	margin-top: 132px;
}

.s-ticket_notes_desc {
	margin-top: 37px;
}

.s-ticket_notes_desc.attention {
	background: #1D2088;
	color: #DDD100;
	padding: 15px 20px;
}

.s-ticket_notes_desc.attention h4 {
	letter-spacing: 0.01em;
	padding-bottom: 1em;
}

.s-ticket_notes_desc.attention .textUnderline {
	color: #FFF100;
	cursor: pointer;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.s-ticket_notes_desc.attention .textUnderline:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.s-ticket_notes_list {
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-bottom: 40px;
	margin-top: 40px;
}

.s-ticket_notes_list li {
	margin-bottom: 5px;
}

.s-ticket_contact_description {
	letter-spacing: 0.1em;
	margin-top: 40px;
}

.s-ticket_contact_description_pc_flex_name {
	font-weight: 700;
}

.s-ticket_contact_description_pc_flex_tel {
	letter-spacing: 0.12em;
}

.s-ticket_contact_important {
	width: 480px;
}

.s-ticket_contact_important .button-caution {
	margin-bottom: 44px;
}

.s-ticket_button {
	background: #13155B;
	border: 1px solid #fff;
	height: 64px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.s-ticket_button.privacy {
	margin-left: 0;
	margin-top: 50px;
	max-width: 100%;
	width: 100%;
}

.s-ticket_button-reSell {
	height: 43px;
	margin-bottom: 62px;
	margin-top: 29px;
	max-width: 472px;
}

.s-ticket_button-reSell .s-ticket_button_text {
	font-size: 15px;
	left: 10px;
	letter-spacing: 0.1em;
	line-height: 43px;
}

.s-ticket_button-reSell .s-ticket_button_text::before {
	left: -20px;
	width: 14px;
}

.s-ticket_button_anchor {
	display: block;
	height: 100%;
	text-align: center;
	width: 100%;
}

.s-ticket_button_text {
	font-size: 20px;
	font-weight: 700;
	left: 5px;
	letter-spacing: 0.05em;
	line-height: 64px;
	position: relative;
}

.s-ticket_button_text::before {
	background: url(./assets/images/item/icon-ticket-button.png) no-repeat top center/contain;
	content: "";
	height: 28px;
	left: -36px;
	mix-blend-mode: difference;
	position: absolute;
	top: -3px;
	width: 24px;
}

.s-ticket_lawson {
	margin-top: 57px;
}

.s-ticket_lawson_code {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: 22px;
	text-align: center;
}

.s-ticket_lawson_code span {
	font-size: 13px;
}

.s-ticketInfo {
	width: 100%;
}

.s-ticketInfo_block {
	background: #13155B;
	border: 1px solid #fff;
	margin-bottom: 40px;
}

.s-ticketInfo_block_heading {
	cursor: pointer;
	font-family: ReplicaBold, "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.333;
	padding: 26px 52px 19px 17px;
	position: relative;
}

.s-ticketInfo_block_heading::after {
	backface-visibility: visible;
	background: url(./assets/images/item/icon_arrow.svg) no-repeat top center/contain;
	content: "";
	height: 15px;
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%) rotate(0);
	transform-origin: center;
	transition: all 0.3s;
	width: 27px;
}

.s-ticketInfo_block_heading.is-open::after {
	transform: translateY(-50%) rotate(-180deg);
	transform-origin: center;
	transition: all 0.3s;
	z-index: 1;
}

.s-ticketInfo_block_detail {
	background: #1D2088;
	margin: 0 16px 16px;
	padding: 25px 16px 44px 17px;
}

.s-ticketInfo_block_detail_list .detailRow {
	line-height: 1.666;
}

.s-ticketInfo_block_detail_list .detailRow.mt {
	margin-top: 26px;
}

.s-ticketInfo_block_detail_list .detailRow_heading {
	align-items: center;
	display: flex;
	margin-bottom: 5px;
	position: relative;
}

.s-ticketInfo_block_detail_list .detailRow_heading::before {
	background: url(./assets/images/item/icon-ticket-info.png) no-repeat top center/contain;
	content: "";
	height: 17px;
	left: 0;
	position: relative;
	top: 0;
	width: 15.5px;
}

.s-ticketInfo_block_detail_list .detailRow_heading h2 {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-left: 3px;
}

.s-ticketInfo_block_detail_attentionList {
	color: #EEEEEE;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 1.461;
	margin-top: 27px;
}

.s-ticketInfo_block_detail_button {
	background: #13155B;
	border: 1px solid #fff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	height: 43px;
	letter-spacing: 0.1em;
	line-height: 43px;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

.s-ticketInfo_block_detail_button a {
	display: block;
	height: 100%;
	width: 100%;
}

.s-ticketInfo_block_detail .pmCommon {
	display: block;
	font-size: 13px;
	margin-top: 5px;
	text-align: center;
}

.s-ticketInfo_block_detail_lCord {
	margin-top: 10px;
	text-align: center;
}

.s-popUp {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 1000;
}

.s-popUp.is-show {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.3s;
}

.s-popUp_inner {
	background: #1D2088;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.31);
	height: 90%;
	left: 50%;
	line-height: 1.45;
	max-width: 920px;
	padding: 30px 30px 35px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.s-popUp_inner_close {
	position: absolute;
	right: -17px;
	top: -17px;
}

.s-popUp_content {
	background: #fff;
	color: #000;
	height: 100%;
	padding: 26px 30px 45px;
	position: relative;
}

.s-popUp_content_title {
	border-bottom: 1px solid #1D2088;
	color: #1D2088;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2;
	padding-bottom: 14px;
	text-align: center;
}

.s-popUp_content_text {
	height: 85%;
	letter-spacing: 0;
	margin-bottom: 15px;
	margin-top: 25px;
	overflow-y: scroll;
	padding: 0 15px 0 25px;
	padding-bottom: 30px;
}

.s-popUp_content_text::-webkit-scrollbar {
	width: 8px;
}

.s-popUp_content_text::-webkit-scrollbar-track {
	background: #fff;
	border: none;
	border-radius: 10px;
}

.s-popUp_content_text::-webkit-scrollbar-thumb {
	background: #EEEEEE;
	border-radius: 10px;
	box-shadow: none;
}

.s-popUp_content_text * {
	scrollbar-color: #EEEEEE #fff;
	scrollbar-width: thin;
}

.s-popUp_content_text h2 {
	border-bottom: 1px solid #000;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1em;
	margin-top: 2.5em;
	padding-bottom: 0.3em;
}

.s-popUp_content_text h3 {
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 1em;
	margin-top: 2em;
}

.s-popUp_content_text p {
	margin-bottom: 0.5em;
}

.s-popUp_content_text p.name {
	margin-top: 1em;
	text-align: right;
}

.s-popUp_content_text p em {
	font-weight: 700;
}

.s-popUp_content_text ul,
.s-popUp_content_text ol {
	margin-bottom: 1.5em;
	margin-top: 1em;
}

.s-popUp_content_text ul li,
.s-popUp_content_text ol li {
	margin-bottom: 0.5em;
}

.s-popUp_content_text a {
	color: #1D2088;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.s-popUp_content_text a:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.s-popUp_content_text .mt-00 {
	margin-top: 0;
}

.s-popUp_content_text .mt-005 {
	margin-top: 0.5em;
}

.s-popUp_content_text .mt-01 {
	margin-top: 1em;
}

.s-popUp_content_text .mt-02 {
	margin-top: 2em;
}

.s-popUp_content_text .mt-03 {
	margin-top: 3em;
}

.s-popUp_content_text .pl-01 {
	padding-left: 1em;
}

.s-popUp_content_text .pl-02 {
	padding-left: 2em;
}

.s-popUp_content_text .pl-03 {
	padding-left: 3em;
}

.s-popUp_content_text .cl-red {
	color: #EB3F4B;
}

.s-popUp_content_close {
	align-items: center;
	display: flex;
	justify-content: center;
	left: -10px;
	position: relative;
	top: 5px;
	width: 100%;
}

.s-popUp_content_close .cross {
	height: 14px;
	width: 14px;
}

.s-popUp_content_close .text {
	color: #1D2088;
	font-size: 11px;
	margin-left: 10px;
	text-decoration: underline;
}

.s-goods {
	padding-top: 125px;
	position: relative;
	z-index: 2;
}

.s-goods_heading {
	margin: 0 auto;
	width: 156px;
}

.s-goods_blank {
	font-family: ReplicaBold, "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-top: 90px;
	text-align: center;
}

.s-goods_list {
	column-gap: 16px;
	display: grid;
	grid-auto-flow: row;
	margin: 96px auto 0;
	max-width: 904px;
	row-gap: 26px;
	width: 90%;
}

.s-goods_list.stagephoto {
	margin-top: 50px;
}

.s-goods_list_item {
	background: #EEEEEE;
	border: 1px solid #FFF100;
	color: #1D2088;
	padding: 33px 20px 58px;
	text-align: center;
}

.s-goods_list_item.item01 {
	align-items: center;
	display: grid;
	grid-template-columns: 50% 50%;
}

.s-goods_list_item .item02_list {
	column-gap: 20px;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(3, 1fr);
	margin: 40px auto 0;
	row-gap: 30px;
	width: 90%;
}

.s-goods_list_item .item02_list_item {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.s-goods_list_item .item02_list.photo {
	column-gap: 10px;
	grid-template-columns: repeat(7, 1fr);
	row-gap: 15px;
}

.s-goods_list_item .item02_list.photo .item02_list_item {
	align-self: center;
}

.s-goods_list_item .item03_list {
	column-gap: 20px;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(3, 1fr);
	margin: 40px auto 20px;
	row-gap: 30px;
	width: 90%;
}

.s-goods_list_item .item03_list_item {
	height: auto;
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.s-goods_list_item .item03_list_item img {
	height: 115%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

.s-goods_list_item.item04 {
	align-items: center;
	display: grid;
	grid-template-columns: 50% 50%;
}

.s-goods_list_item.item04 .itemRight {
	grid-column: 2/3;
	grid-row: 1/2;
}

.s-goods_list_item.item04 .itemLeft {
	grid-column: 1/2;
	grid-row: 1/2;
}

.s-goods_list_item h3 {
	font-size: 24px;
	letter-spacing: 0.04em;
	line-height: 1.45;
}

.s-goods_list_item p {
	font-weight: 700;
	letter-spacing: 0.02em;
}

.s-goods_list_item p em {
	font-size: 20px;
}

.s-goods_list_item p.itemPrice {
	margin-top: 20px;
}

.s-goods_list_item p.itemPrice span {
	font-size: 0.8em;
}

.s-goods_list_item .image {
	margin: 0 auto;
	width: 95%;
}

.s-goods .timeList li {
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: 84px auto;
}

.s-faq {
	letter-spacing: 0.02em;
	line-height: 1.45;
	padding-top: 125px;
	position: relative;
	z-index: 2;
}

.s-faq_container {
	padding-top: 0;
}

.s-faq h3 {
	margin-bottom: 1em;
	margin-top: 4.5em;
}

.s-faq h3.mth3 {
	margin-top: 2.5em;
}

.s-faq h4 {
	margin-bottom: 1em;
	margin-top: 2em;
}

.s-faq h5 {
	font-size: 1rem;
}

.s-faq p {
	margin-bottom: 0.5em;
}

.s-faq p em {
	font-weight: 700;
}

.s-faq ul,
.s-faq ol {
	margin-bottom: 1.5em;
	margin-top: 1em;
}

.s-faq ul li,
.s-faq ol li {
	margin-bottom: 0.5em;
}

.s-faq a {
	font-weight: 500;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.s-faq a:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.s-faq a.c-button-add_anchor {
	text-decoration: none;
}

.s-faq .td {
	cursor: pointer;
	text-decoration: underline;
}

.s-faq .mt-00 {
	margin-top: 0;
}

.s-faq .mt-005 {
	margin-top: 0.5em;
}

.s-faq .mt-01 {
	margin-top: 1em;
}

.s-faq .mt-02 {
	margin-top: 2em;
}

.s-faq .mt-03 {
	margin-top: 3em;
}

.s-faq .pl-01 {
	padding-left: 1em;
}

.s-faq .pl-02 {
	padding-left: 2em;
}

.s-faq .pl-03 {
	padding-left: 3em;
}

.s-faq .ta-c {
	text-align: center;
}

.s-faq .cl-red {
	color: #EB3F4B;
}

.s-faq .timeList li {
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: 84px auto;
}

.s-banner {
	height: auto;
	margin: 150px auto 0;
	max-width: 520px;
	position: relative;
	width: 85%;
	z-index: 2;
}

.s-banner a {
	transition: opacity 0.8s;
}

.s-banner a:hover {
	opacity: 0.8;
	transition: opacity 0.8s;
}

.s-refund {
	min-height: 100vh;
	padding: 150px 0;
	position: relative;
}

.s-refund::before {
	background: #1D2088;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.s-refund_article {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	color: #000;
	margin: 0 auto 0;
	max-width: 800px;
	padding: 40px 50px;
	position: relative;
	width: 90%;
	z-index: 2;
}

.s-refund_article_inner {
	padding: 0 15px;
}

.s-refund_article_inner .heading {
	border-bottom: 1px solid #1D2088;
	color: #1D2088;
	margin-bottom: 1em;
	margin-top: 2em;
}

.s-refund_article_inner .subHeading {
	border-left: 5px solid #1D2088;
	color: #1D2088;
	margin-top: 1.5em;
	padding-left: 0.5em;
}

.s-refund_article_inner ul {
	margin-bottom: 1em;
}

.s-refund_article_inner p {
	margin-bottom: 1em;
}

.s-refund_article_inner a {
	color: #0193c1;
	text-decoration: underline;
	transition: opacity 0.4s;
}

.s-refund_article_inner a:hover {
	opacity: 0.6;
	transition: opacity 0.4s;
}

.s-refund_article_inner .sm {
	font-size: 0.9em;
}

.s-refund_article_inner .red {
	color: #EB3F4B;
}

.s-refund_article_inner .mt {
	margin-top: 1em;
}

.s-refund_article_inner .bold {
	font-weight: 700;
}

.s-refund_article .title {
	border-bottom: 2px solid #13155B;
	color: #13155B;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.45;
	margin-bottom: 2em;
	padding-bottom: 10px;
	text-align: center;
}

.s-refund_article .title span {
	font-size: 0.8em;
	line-height: 1;
	margin-bottom: 0.5em;
}

.s-news1125 {
	min-height: 100vh;
	padding: 150px 0;
	position: relative;
}

.s-news1125::before {
	background: #1D2088;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.s-news1125_article {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	color: #000;
	margin: 0 auto 0;
	max-width: 800px;
	padding: 40px 50px;
	position: relative;
	width: 90%;
	z-index: 2;
}

.s-news1125_article_inner {
	padding: 0 15px;
}

.s-news1125_article_inner .heading {
	border-bottom: 1px solid #1D2088;
	color: #1D2088;
	margin-bottom: 1em;
	margin-top: 2em;
}

.s-news1125_article_inner .subHeading {
	border-left: 5px solid #1D2088;
	color: #1D2088;
	margin-top: 1.5em;
	padding-left: 0.5em;
}

.s-news1125_article_inner .underHeading {
	color: #1D2088;
	font-size: 1.12em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	width: fit-content;
}

.s-news1125_article_inner ul {
	margin-bottom: 1em;
}

.s-news1125_article_inner p {
	margin-bottom: 1em;
}

.s-news1125_article_inner a {
	color: #0193c1;
	text-decoration: underline;
	transition: opacity 0.4s;
}

.s-news1125_article_inner a:hover {
	opacity: 0.6;
	transition: opacity 0.4s;
}

.s-news1125_article_inner .sm {
	font-size: 0.9em;
}

.s-news1125_article_inner .red {
	color: #EB3F4B;
}

.s-news1125_article_inner .mt {
	margin-top: 1em;
}

.s-news1125_article_inner .bold {
	font-weight: 700;
}

.s-news1125_article .title {
	border-bottom: 2px solid #13155B;
	color: #13155B;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1.45;
	margin-bottom: 2em;
	padding-bottom: 10px;
	text-align: center;
}

.s-news1125_article .title span {
	font-size: 0.8em;
	line-height: 1;
	margin-bottom: 0.5em;
}

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

.s-mainvisual_kidsProgram {
	height: 100%;
}

}

@media screen and (min-width: 836px) {

.c-button-add {
	transition: all 0.3s;
}

.c-button-add:hover {
	background: #fff;
	color: #13155B;
	transition: all 0.3s;
}

.c-totop:hover .c-totop_arrow {
	top: -32px;
	transition: top 0.4s ease-out;
}

.l-nav_list_item {
	transition: opacity 0.3s;
}

.l-nav_list_item:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
}

.l-footer_content_twitter {
	transition: opacity 0.3s;
}

.l-footer_content_twitter:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.l-footer_content_copy a {
	transition: opacity 0.3s;
}

.l-footer_content_copy a:hover {
	opacity: 0.8;
	transition: opacity 0.3s;
}

.s-topButton_item {
	transition: opacity 0.3s;
}

.s-topButton_item:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.s-movie_container:hover .s-movie_button_play {
	opacity: 1;
	transition: opacity 0.3s;
}

.s-movie_playButton {
	transition: all 0.3s;
}

.s-movie_playButton:hover {
	background: #fff;
	color: #13155B;
	transition: all 0.3s;
}

.s-schedule_button {
	transition: opacity 0.3s;
}

.s-schedule_button:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

.s-ticket_button {
	transition: all 0.3s;
}

.s-ticket_button:hover {
	background: #fff;
	color: #13155B;
	transition: all 0.3s;
}

.s-ticketInfo_block_detail_button {
	transition: all 0.3s;
}

.s-ticketInfo_block_detail_button:hover {
	background: #fff;
	color: #13155B;
	transition: all 0.3s;
}

}

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

.s-castAndStaff::before {
	background: url(./assets/images/background/textbar-01.png) repeat-x center center/contain;
}

.s-bottomInfo::before {
	background: url(./assets/images/background/textbar-01.png) repeat-x center center/contain;
}

}

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

.l-nav_list_item {
	margin: 0 5px;
}

}

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

.l-header {
	height: 60px;
}

.s-news_block_heading {
	left: -49px;
	top: -164px;
}

.s-movie_popup_inner {
	height: 467px;
	width: 830px;
}

.s-introduction_story_description {
	font-size: 17px;
}

.s-introduction_about_detail {
	font-size: 17px;
}

.s-cast_list_item {
	width: 150px;
}

.s-cast_list_item .castName {
	font-size: 22px;
}

.s-cast_list_item .castName h3 {
	font-size: 18px;
}

.s-schedule_tokyo_timetable {
	width: 100%;
}

}

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

html {
	font-size: 13px;
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.c-button-add {
	height: 54px;
}

.c-button-add-reSell .s-ticket_button_text {
	line-height: 54px;
}

.c-button-add_text {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 54px;
}

.c-button-add_text::before {
	height: 23px;
	left: -33px;
	width: 20px;
}

.c-totop {
	bottom: 10px;
	height: 60px;
	right: 10px;
	width: 40px;
}

.c-totop_arrow {
	height: 15px;
	top: 20px;
	width: 10px;
}

.c-inner-add {
	max-width: 420px;
	padding-left: 18px;
	width: 88.266%;
}

.c-subHeading {
	font-size: 15px;
	left: -29px;
	letter-spacing: 0.04em;
	padding-left: 32px;
}

.c-subHeading::before {
	height: 43px;
	top: -24px;
	width: 35px;
}

.c-underHeading {
	font-size: 15px;
	margin-bottom: 14px;
	padding: 10px 12px;
}

.c-add-section.goodsTop {
	padding-top: 80px;
}

.c-add-section_heading.streaming {
	width: 174px;
}

.c-add-section_notice {
	font-size: 1.5em;
	margin-top: 40px;
}

.l-header {
	background: none;
}

.l-header::before {
	display: none;
}

.l-header_button {
	background: url(./assets/images/item/button-open.png) no-repeat top center/contain;
	display: block;
	height: 45px;
	position: fixed;
	right: 5px;
	top: 2px;
	width: 39px;
	z-index: 100;
}

.l-header_button.is-open {
	background: url(./assets/images/item/button-close.png) no-repeat top center/contain;
}

.l-nav {
	background: rgba(29, 32, 136, 0.95);
	height: 100%;
	padding-left: 45px;
	padding-top: 82px;
	position: fixed;
	right: -265px;
	top: 0;
	transition: right 0.4s;
	width: 261px;
	z-index: 99;
}

.l-nav.is-open {
	right: 0;
	transition: right 0.4s ease;
}

.l-nav_list {
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
}

.l-nav_list_item {
	height: auto;
	margin: 0;
	margin-bottom: 28.5px;
}

.l-nav_list_item a img {
	height: 23.5px;
}

.l-footer {
	height: 200px;
}

.l-footer_logo {
	left: 50%;
	right: auto;
	top: -41px;
	transform: translateX(-50%);
	width: 280px;
}

.l-footer_content {
	bottom: auto;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	padding-top: 92px;
	position: relative;
}

.l-footer_content_twitter {
	justify-content: center;
}

.l-footer_content_twitter .iconTwitter {
	width: 18px;
}

.l-footer_content_twitter span {
	font-size: 13px;
}

.l-footer_content_copy {
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-top: 55px;
	text-align: center;
}

.l-footer_content_copy p {
	margin-top: 0;
}

.l-footer_content_copy small {
	font-size: 10px;
}

.s-loading_text_item {
	height: 30px;
	width: 15px;
}

.s-mainvisual {
	height: 683px;
	height: 182.133vw;
	margin-bottom: 18px;
	max-height: calc(683px * 1.5);
}

.s-mainvisual_contents {
	left: 50%;
	max-width: 668px;
	transform: translateX(-50%);
	width: 100%;
}

.s-mainvisual_contents_catchCopy .copy {
	transform: translate(20px, -10px);
}

.s-mainvisual_contents_catchCopy .copy-01 {
	left: 1px;
	left: min(0.267vw, 1.5px);
	top: 20px;
	top: min(5.333vw, 30px);
	width: 236px;
	width: min(62.933vw, 354px);
}

.s-mainvisual_contents_catchCopy .copy-02 {
	left: auto;
	right: 0;
	top: 28px;
	top: min(7.467vw, 42px);
	width: 156px;
	width: min(41.6vw, 234px);
}

.s-mainvisual_contents_logo {
	bottom: 90px;
	bottom: min(24vw, 135px);
	left: 50%;
	top: auto;
	transform: translateX(-50%);
}

.s-mainvisual_contents_logo .logoImage {
	width: 355px;
	width: min(94.667vw, 532.5px);
}

.s-mainvisual_contents_logo .logoSchedule {
	font-size: 13px;
	font-size: min(3.467vw, 19.5px);
}

.s-mainvisual_background {
	height: calc(100% - 60px);
}

.s-mainvisual_background img {
	-o-object-fit: cover;
	-o-object-position: top center;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.s-mainvisual_kidsProgram {
	bottom: 0;
	height: 120px;
	max-height: unset;
	top: auto;
}

.s-mainvisual_kidsProgram::before {
	background: #EEEEEE;
	content: "";
	height: calc(100% - 12px);
	left: 0;
	position: absolute;
	top: 16px;
	transform: skewY(-2deg);
	width: 100%;
}

.s-mainvisual_kidsProgram_label {
	background: transparent;
	bottom: auto;
	justify-content: space-between;
	left: 50%;
	right: auto;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 224px;
}

.s-mainvisual_kidsProgram_label .iconImg {
	flex-shrink: 0;
	position: relative;
	top: -5px;
	width: 40px;
}

.s-mainvisual_kidsProgram_label .labelText {
	margin-right: 5px;
	width: 179px;
}

.s-mainvisual.is-loaded .s-mainvisual_contents_logo {
	transform: translateX(-50%);
}

.s-topButton {
	padding: 37px 0 40px;
}

.s-topButton_inner {
	left: auto;
	max-width: 285px;
	width: 400px;
	width: 100%;
}

.s-topButton_inner .attention {
	left: auto;
	margin-bottom: 50px;
	padding: 40px 20px;
	width: 100%;
}

.s-topButton_inner .attention.sm {
	margin-bottom: 25px;
	padding: 15px;
}

.s-topButton_inner .attention.sm .attention_title {
	font-size: 1em;
	margin-bottom: 10px;
}

.s-topButton_inner .attention.sm .attention_anchor {
	font-size: 0.9em;
}

.s-topButton_inner .attention_title {
	font-size: 1.2em;
	margin-bottom: 30px;
}

.s-topButton_inner .attention_anchor {
	font-size: 1.2em;
}

.s-topButton_item {
	height: 40px;
}

.s-topButton_item.button-flyer {
	background: #fff url(./assets/images/item/button-yellow-sp.png) no-repeat top center/100% 100%;
}

.s-topButton_item.button-caution {
	background: #fff url(./assets/images/item/button-blue-sp.png) no-repeat top center/100% 100%;
}

.s-topButton_item_anchor {
	font-size: 13px;
	line-height: 44px;
}

.s-topContents::before {
	background: url(./assets/images/background/bg-topContent-sp-wMovie.png) no-repeat top center/100% 100%;
}

.s-topSchedule {
	padding: 77px 0 25px;
}

.s-topSchedule_list {
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	left: auto;
	width: 100%;
}

.s-topSchedule_list_item:nth-child(2) {
	margin-top: 68px;
}

.s-topSchedule_list_item .itemPlace {
	font-size: 13px;
}

.s-topSchedule_list_item .itemPlace::before {
	height: 42px;
	width: 40px;
}

.s-topSchedule_list_item .itemDate {
	font-size: 16px;
}

.s-topSchedule_list_item .itemDate em {
	font-size: 22px;
}

.s-topSchedule_list_item .itemTheater {
	font-size: 20px;
}

.s-topSchedule_list_item .itemTheater .textAiia {
	width: 220px;
}

.s-news_inner {
	flex-direction: column;
	justify-content: start;
	max-width: 420px;
}

.s-news_block {
	height: 457px;
	margin-bottom: 12px;
	padding: 55px 4px 53px 10px;
}

.s-news_block_heading {
	left: -7px;
	top: -83px;
	width: 100px;
}

.s-news_block_container {
	height: 100%;
}

.s-news_block_container .newsRow_title::after {
	right: 0;
	top: 6px;
}

.s-news_block_container .newsRow_title time {
	letter-spacing: 0.1em;
}

.s-news_block_container .newsRow_title h3 {
	padding-right: 1.5em;
	width: 100%;
}

.s-news_block_container .newsRow_detail {
	margin-top: 9px;
}

.s-news_timeline {
	max-width: 325px;
	top: auto;
	width: 86%;
}

.s-news_timeline-inner {
	height: 400px;
}

.s-news_timeline_account {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: -30px;
	top: 0;
	width: 20px;
}

.s-news_timeline_account .icon {
	display: block;
	width: 18px;
}

.s-news_timeline_account .accountName {
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 5px;
	writing-mode: vertical-lr;
}

.s-news_timeline_account .accountName span {
	display: inline-block;
	position: relative;
	top: -3px;
	transform: rotate(90deg);
}

.s-news_background {
	display: none;
}

.s-movie {
	margin-top: 80px;
	padding-bottom: 33px;
}

.s-movie_heading {
	width: 62px;
}

.s-movie_container {
	margin-top: 30px;
	max-width: 480px;
	width: 92%;
}

.s-movie_button_play {
	height: 50px;
	opacity: 1;
	width: 50px;
}

.s-movie_playButton {
	height: 40px;
	margin-top: 15px;
}

.s-movie_playButton_text {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 40px;
}

.s-movie_playButton_text::before {
	height: 20px;
	left: -24px;
	width: 14px;
}

.s-movie_popup_inner {
	height: 258.75px;
	width: 460px;
}

.s-movie_popup_inner_close {
	height: 30px;
	opacity: 1;
	right: -5px;
	top: -25px;
	width: 30px;
}

.s-introduction {
	padding-bottom: 61px;
}

.s-introduction_heading {
	padding-top: 64px;
	width: 142px;
}

.s-introduction_story_heading {
	left: -7px;
	padding-bottom: 10px;
	padding-top: 29px;
	width: 80px;
}

.s-introduction_story_description {
	font-size: 15px;
	font-weight: 700;
	left: 7px;
	letter-spacing: 0.04em;
	margin-bottom: 93px;
	margin-top: 18px;
	position: relative;
}

.s-introduction_about {
	width: 100%;
}

.s-introduction_about_heading {
	width: 70px;
}

.s-introduction_about_detail {
	font-size: 15px;
	width: 80%;
}

.s-castAndStaff {
	padding-top: 79px;
}

.s-castAndStaff::before {
	height: 56px;
	top: -18px;
}

.s-castAndStaff_background .bgItem-01 {
	display: none;
}

.s-castAndStaff_background .bgItem-02 {
	height: 323px;
	left: -66px;
	right: auto;
	top: 392px;
	width: 326px;
}

.s-castAndStaff_background .bgItem-03 {
	height: 626px;
	left: 22px;
	top: 1424px;
	width: 541px;
}

.s-castAndStaff_background .bgItem-04 {
	display: none;
}

.s-castAndStaff_background .bgItem-05 {
	height: 194px;
	right: 18px;
	top: 2628px;
	width: 142px;
}

.s-castAndStaff_background .bgItem img {
	height: 100%;
}

.s-cast {
	padding-bottom: 12px;
}

.s-cast_heading {
	width: 50px;
}

.s-cast_heading::before {
	height: 150px;
	left: 50%;
	top: -49px;
	transform: translateX(-50%);
	width: 170px;
}

.s-cast_list {
	-moz-column-gap: 8px;
	column-gap: 8px;
	display: grid;
	grid-template-columns: repeat(2, 165px);
	grid-template-rows: auto;
	margin: 80px auto 0;
	max-width: 338px;
	row-gap: 80px;
	width: 94.6%;
}

.s-cast_list-under .s-cast_list_item:first-child {
	grid-column: 1/2;
	grid-row: 1/2;
}

.s-cast_list_item {
	margin: 0;
	width: 165px;
}

.s-cast_list_item.mr-wide {
	margin-right: 0;
}

.s-cast_list_item.mr-thin {
	margin-right: 0;
}

.s-cast_list_item.senku {
	grid-column: 1/3;
	grid-row: 1/2;
	margin: 0 auto;
}

.s-cast_list_item.gen {
	left: -8px;
}

.s-cast_list_item.shishio {
	right: -8px;
}

.s-cast_list_item.doctoro {
	grid-column: 1/3;
	grid-row: 2/3;
	margin: 0 auto;
}

.s-cast_list_item .castName {
	font-size: 20px;
	height: 90px;
	padding-top: 14px;
}

.s-cast_list_item .castName h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

.s-cast_science {
	left: auto;
	margin-top: 102px;
}

.s-cast_science_heading {
	font-size: 16px;
	font-weight: 700;
	left: 3px;
	line-height: 1.25;
}

.s-cast_science_heading::before {
	left: 22px;
	top: 1px;
}

.s-cast_science_heading::after {
	right: 27px;
	top: 4px;
}

.s-cast_science_list {
	margin-top: 32px;
	width: 211px;
}

.s-cast_science_list_item {
	font-size: 13px;
	left: 3px;
	margin-bottom: 9px;
	position: relative;
	text-align: center;
}

.s-cast_aboutDoctoro {
	flex-direction: column;
	margin: 59px auto 0;
	max-width: 420px;
}

.s-cast_aboutDoctoro_item {
	font-size: 12px;
	height: 234px;
	letter-spacing: 0.05em;
	line-height: 1.66;
	margin: 0 auto 10px;
	padding: 32px 20px 37px;
	width: 94.6%;
}

.s-cast_aboutDoctoro_item .pointImg-01 {
	left: 123px;
	width: 67px;
}

.s-cast_aboutDoctoro_item .pointImg-02 {
	bottom: 8px;
	right: 7px;
}

.s-cast_aboutDoctoro_item .pointImg-03 {
	right: 13px;
	width: 115px;
}

.s-castPopup_item {
	height: 420px;
	width: 280px;
}

.s-castPopup_item_close {
	height: 30px;
	right: -15px;
	top: -15px;
	width: 30px;
}

.s-staff {
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 146px;
	padding-top: 100px;
}

.s-staff_heading::before {
	height: 129px;
	top: -36px;
	width: 132px;
}

.s-staff_heading {
	width: 58px;
}

.s-staff_inner {
	max-width: 420px;
	width: 89.3%;
}

.s-staff_description {
	padding-bottom: 28px;
	padding-top: 55px;
}

.s-staff_detail {
	line-height: 1.61;
}

.s-staff_kansyu {
	padding-bottom: 17px;
	padding-top: 7px;
}

.s-staff_more_kyousan-img {
	margin-left: 6px;
}

.s-staff_more_kyouryoku-img {
	margin-left: 7px;
	position: relative;
	top: 3px;
}

.s-bottomInfo {
	padding-bottom: 200px;
	padding-top: 0;
}

.s-bottomInfo::before {
	height: 56px;
	top: -26px;
}

.s-schedule_inner {
	margin: 0 auto;
	padding-left: 18px;
	width: 88.266%;
}

.s-schedule_heading {
	padding-top: 97px;
	width: 98px;
}

.s-schedule_tokyo_heading {
	margin-left: 0;
}

.s-schedule_tokyo_heading_title {
	margin-left: 0;
	top: 0;
}

.s-schedule_tokyo_period {
	font-size: 15px;
	letter-spacing: 0.1em;
	padding-top: 18px;
}

.s-schedule_tokyo_period span {
	font-size: 20px;
}

.s-schedule_tokyo_location_theater {
	font-size: 22px;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.s-schedule_tokyo_location_add {
	font-size: 13px;
}

.s-schedule_tokyo_location_access {
	font-size: 13px;
}

.s-schedule_tokyo_location_train {
	font-size: 13px;
}

.s-schedule_tokyo_more {
	flex-direction: column;
	font-size: 13px;
	padding-bottom: 33px;
	padding-top: 16px;
	width: 260px;
}

.s-schedule_tokyo_timetable {
	max-width: 315px;
}

.s-schedule_tokyo_attention {
	font-size: 11px;
	line-height: 1.5;
	margin-top: 4px;
}

.s-schedule_hyogo_heading {
	margin-left: 0;
}

.s-schedule_hyogo_heading_title {
	margin-left: 0;
	top: 0;
}

.s-schedule_hyogo_location_theater {
	left: -2px;
	padding-bottom: 6px;
	position: relative;
}

.s-schedule_hyogo_location_theater img {
	max-width: 280px;
	width: 100%;
}

.s-schedule_hyogo_location_access {
	font-size: 13px;
}

.s-schedule_hyogo_location_train {
	font-size: 13px;
}

.s-schedule_hyogo_location_add {
	font-size: 13px;
}

.s-schedule_hyogo_period {
	font-size: 15px;
	letter-spacing: 0.1em;
	padding-bottom: 0;
	padding-top: 18px;
}

.s-schedule_hyogo_period span {
	font-size: 20px;
}

.s-schedule_hyogo_more {
	flex-direction: column;
	font-size: 13px;
	padding-bottom: 33px;
	padding-top: 16px;
	width: 260px;
}

.s-schedule_hyogo_timetable {
	max-width: 306px;
	width: 100%;
}

.s-schedule_hyogo_attention {
	font-size: 11px;
	line-height: 1.5;
	margin-top: 4px;
}

.s-schedule_wcast {
	width: 220px;
}

.s-ticket {
	font-size: 1rem;
}

.s-ticket_inner {
	margin: 80px auto 0;
	max-width: 420px;
	padding-left: 18px;
	width: 88.266%;
}

.s-ticket_heading {
	margin-bottom: 0;
}

.s-ticket_heading_title {
	padding-top: 93px;
	width: 69px;
}

.s-ticket_heading_detail {
	font-size: 10px;
	font-weight: 500;
	padding-top: 0;
}

.s-ticket_heading_release {
	left: calc(50% + 115px);
	top: 58px;
	width: 150px;
}

.s-ticket_heading_price {
	font-size: 15px;
	padding-top: 58px;
}

.s-ticket_heading_price span {
	font-size: 22px;
}

.s-ticket_heading_price_adult {
	margin-bottom: 6px;
}

.s-ticket_heading_attention {
	font-size: 11px;
	padding-bottom: 21px;
	padding-top: 16px;
	width: 78%;
}

.s-ticket_heading_attention li {
	line-height: 1.46;
}

.s-ticket_subHeading {
	font-size: 15px;
	left: -29px;
	letter-spacing: 0.04em;
	padding-left: 32px;
}

.s-ticket_subHeading::before {
	height: 43px;
	top: -24px;
	width: 35px;
}

.s-ticket_subHeading.mt-130 {
	margin-top: 80px;
}

.s-ticket_underHeading {
	font-size: 15px;
	padding: 10px 12px;
}

.s-ticket_reSell_list {
	margin-top: 25px;
}

.s-ticket_reSell_list_item dt h5 {
	font-size: 13px;
}

.s-ticket_reSell_attention {
	font-size: 11px;
	margin-top: 40px;
}

.s-ticket_notes {
	margin-top: 80px;
}

.s-ticket_notes_desc {
	margin-top: 25px;
}

.s-ticket_notes_list {
	margin-bottom: 25px;
	margin-top: 25px;
}

.s-ticket_contact_description_pc_flex_name {
	font-size: 18px;
}

.s-ticket_contact_description_pc_flex_tel {
	font-size: 15px;
}

.s-ticket_contact_important {
	width: 400px;
}

.s-ticket_contact_important .button-caution {
	margin-bottom: 30px;
}

.s-ticket_button {
	height: 54px;
}

.s-ticket_button-reSell .s-ticket_button_text {
	line-height: 54px;
}

.s-ticket_button_text {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 54px;
}

.s-ticket_button_text::before {
	height: 23px;
	left: -33px;
	width: 20px;
}

.s-ticket_lawson {
	margin-top: 40px;
}

.s-ticket_lawson_code {
	font-size: 1rem;
	margin-top: 15px;
}

.s-ticket_lawson_code span {
	font-size: 0.888rem;
}

.s-ticketInfo_block {
	margin-bottom: 30px;
}

.s-ticketInfo_block_heading {
	font-size: 15px;
	padding: 18px 40px 18px 15px;
}

.s-ticketInfo_block_heading::after {
	right: 12px;
	width: 19px;
}

.s-ticketInfo_block_detail {
	font-size: 1rem;
	letter-spacing: 0.02em;
	margin: 0 12px 16px;
	padding: 16px 16px 20px 15px;
}

.s-ticketInfo_block_detail_list .detailRow.mt {
	margin-top: 18px;
}

.s-ticketInfo_block_detail_list .detailRow_heading {
	margin-bottom: 3px;
}

.s-ticketInfo_block_detail_list .detailRow_heading::before {
	height: 15px;
	width: 13.5px;
}

.s-ticketInfo_block_detail_list .detailRow_heading h2 {
	font-size: 15px;
}

.s-ticketInfo_block_detail_attentionList {
	font-size: 11px;
}

.s-ticketInfo_block_detail_button {
	margin-top: 30px;
}

.s-ticketInfo_block_detail_button a {
	font-size: 1rem;
}

.s-ticketInfo_block_detail .pmCommon {
	font-size: 10px;
}

.s-popUp_inner {
	height: 90%;
	max-width: 420px;
	padding: 15px;
	width: 94.6%;
}

.s-popUp_inner_close {
	right: -8px;
	top: -15px;
}

.s-popUp_content {
	padding: 25px;
}

.s-popUp_content_title {
	font-size: 15px;
}

.s-popUp_content_text {
	height: calc(100% - 120px);
	margin-top: 15px;
	max-height: unset;
	padding: 0;
}

.s-goods {
	padding-top: 80px;
}

.s-goods_heading {
	width: 68px;
}

.s-goods_blank {
	font-size: 15px;
	margin-top: 45px;
}

.s-goods_list {
	grid-template-columns: 100%;
	max-width: 425px;
}

.s-goods_list_item {
	padding-bottom: 30px;
	padding-top: 24px;
}

.s-goods_list_item.item01 {
	grid-template-columns: 100%;
}

.s-goods_list_item .item02_list {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
	row-gap: 20px;
	width: 100%;
}

.s-goods_list_item .item02_list_item h4 {
	font-size: 10px;
}

.s-goods_list_item .item02_list.photo {
	grid-template-columns: repeat(3, 1fr);
}

.s-goods_list_item .item03_list {
	column-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
	row-gap: 10px;
	width: 100%;
}

.s-goods_list_item.item04 {
	grid-template-columns: 100%;
}

.s-goods_list_item.item04 .itemRight {
	grid-column: 1/2;
}

.s-goods_list_item.item04 .itemLeft {
	grid-row: 2/3;
}

.s-goods_list_item h3 {
	font-size: 18px;
}

.s-goods_list_item p em {
	font-size: 15px;
}

.s-goods_list_item p.itemPrice {
	margin-top: 10q;
}

.s-goods_list_item .image.itemRight {
	margin-top: 10px;
}

.s-goods .timeList li {
	grid-template-columns: 72px auto;
}

.s-faq .timeList li {
	grid-template-columns: 72px auto;
}

.s-banner {
	margin-top: 75px;
	max-width: 425px;
}

.s-refund {
	padding: 60px 0 100px;
}

.s-refund_article {
	max-width: 525px;
	padding: 20px 25px 40px;
}

.s-refund_article_inner {
	padding: 0 5px;
}

.s-refund_article_inner .heading {
	line-height: 1.25;
	padding-bottom: 10px;
}

.s-refund_article_inner .subHeading {
	border-width: 3px;
}

.s-refund_article .title {
	font-size: 20px;
}

.s-refund_article .title span {
	font-size: 0.6em;
}

.s-news1125 {
	padding: 60px 0 100px;
}

.s-news1125_article {
	max-width: 525px;
	padding: 20px 25px 40px;
}

.s-news1125_article_inner {
	padding: 0 5px;
}

.s-news1125_article_inner .heading {
	line-height: 1.25;
	padding-bottom: 10px;
}

.s-news1125_article_inner .subHeading {
	border-width: 3px;
}

.s-news1125_article .title {
	font-size: 20px;
}

.s-news1125_article .title span {
	font-size: 0.6em;
}

}

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

.is-sp {
	display: block;
}

.s-mainvisual_kidsProgram {
	height: 60px;
}

.s-mainvisual_kidsProgram::before {
	height: calc(100% + 8px);
	top: -8px;
}

.s-movie_popup_inner {
	height: 190px;
	width: 345px;
}

.s-schedule_tokyo {
	margin-left: auto;
	padding-top: 70px;
}

.s-schedule_hyogo {
	margin-left: auto;
	padding-top: 67px;
}

.s-popUp_content_text {
	height: calc(100% - 130px);
}

}

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

.s-mainvisual_kidsProgram {
	height: 60px;
}

.s-mainvisual_kidsProgram::before {
	height: calc(100% + 12px);
	top: -8px;
}

.s-news_block_container .newsRow_title h3 {
	font-size: 13px;
}

.s-movie_popup_inner {
	height: 168.75px;
	width: 300px;
}

.s-introduction_story_description {
	font-size: 13px;
}

.s-introduction_about_detail {
	font-size: 13px;
}

.s-cast_list {
	grid-template-columns: repeat(2, 145px);
	row-gap: 50px;
}

.s-cast_list_item {
	width: 145px;
}

.s-cast_list_item .castName {
	font-size: 18px;
	height: 80px;
}

.s-cast_list_item .castName h3 {
	font-size: 14px;
}

.s-ticket_heading_release {
	left: calc(50% + 97px);
	width: 115px;
}

.s-popUp_content_text {
	height: calc(100% - 150px);
}

}

@-webkit-keyframes loadingText {

from {
	transform: translateY(100%);
}

to {
	transform: translateY(0);
}

}

@keyframes loadingText {

from {
	transform: translateY(100%);
}

to {
	transform: translateY(0);
}

}

