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

body {
	background: #fff;
	color: #fff;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	overflow-x: hidden;
	position: relative;
	width: 100vw;
}

body::before {
	background: url(./assets/images/background/bg.webp) no-repeat top left/cover;
	content: "";
	height: calc(100vh + 300px);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

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;
}

h5 {
	font-size: 100%;
}

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: #08072B;
	border: none;
	border-radius: 0px;
}

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

* {
	scrollbar-color: #FFED00 #08072B;
	scrollbar-width: thin;
}

::selection {
	background: #FFFFFF;
	color: #121060;
}

/* for Firefox */

::-moz-selection {
	background: #FFFFFF;
	color: #121060;
}

.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}

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

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

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

.c-list-mark::before {
	content: "・";
	left: 0;
	position: absolute;
}

.c-heading {
	color: #FFE800;
	font-family: parppim, "M PLUS 1p", sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.c-heading--big {
	font-size: 75px;
}

.c-heading--center {
	text-align: center;
}

.c-button {
	border-radius: 20px;
	position: relative;
	transition: background 0.2s ease;
}

.c-button__anchor {
	display: grid;
	height: 100%;
	place-content: center;
	transition: color 0.2s ease;
	width: 100%;
}

.c-button--access {
	background: #1D2088;
	border: 5px solid #121060;
	height: 75px;
	width: 250px;
}

.c-button--access a {
	color: #FFE800;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.c-button--ticket-detail {
	background: #1D2088;
	border: 2px solid #FFE800;
	height: 70px;
	width: 380px;
}

.c-button--ticket-detail a {
	color: #FFE800;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.c-button--tiketore {
	background: #1D2088;
	border: 5px solid #121060;
	height: 82px;
	width: 600px;
}

.c-button--tiketore a {
	color: #FFE800;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.05em;
}

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

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.fz-sm {
	font-size: 0.875rem;
}

.fz-chot {
	font-size: 1.125rem;
}

.fz-mid {
	font-size: 1.25rem;
}

.fz-big {
	font-size: 1.5rem;
}

.fz-biggest {
	font-size: 2rem;
}

.lp-sm {
	letter-spacing: 0.02em;
}

.lp-mid {
	letter-spacing: 0.05em;
}

.lh-125 {
	line-height: 1.25;
}

.lh-15 {
	line-height: 1.55;
}

.lh-17 {
	line-height: 1.77;
}

.fw-bold {
	font-weight: 700;
}

.fw-black {
	font-weight: 900;
}

.cl-yellow {
	color: #FFE800;
}

.mt-ssm {
	margin-top: 10px;
}

.mt-sm {
	margin-top: 25px;
}

.mt-mid {
	margin-top: 50px;
}

.mt-big {
	margin-top: 75px;
}

.mb-sm {
	margin-bottom: 8px;
}

.hd-sub {
	border-left: 5px solid #FFE800;
	letter-spacing: 0.08em;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}

.hd-sub--onlinesell {
	background: #1D2088;
}

.hd-smallest {
	letter-spacing: 0.05em;
	padding-left: 1em;
	position: relative;
}

.hd-smallest::before {
	background: #FFE800;
	content: "";
	height: 3px;
	left: 0;
	margin: 0 0.2em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6em;
}

.anchor {
	text-decoration: underline;
	word-break: break-all;
}

.anchor:hover {
	text-decoration: none;
}

.uchiwa {
	border-radius: 50%;
	margin: 3em auto 0;
	max-width: 480px;
	overflow: hidden;
	width: 90%;
}

.l-loading {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.l-loading::before {
	background: #121060;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100vw;
}

.l-loading::after {
	background: #121060;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
}

.l-loading__logo {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 480px;
	z-index: 5;
}

.l-loading__logo img {
	animation: logoAction 1s ease infinite;
}

.l-loading.is-logohide .l-loading__logo {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.l-loading.is-loaded {
	pointer-events: none;
}

.l-loading.is-loaded::before {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	transition: clip-path 0.8s ease;
}

.l-loading.is-loaded::after {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition: clip-path 0.8s ease;
}

.l-header {
	height: 150px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: -150px;
	transition: opacity 0.5s ease, top 0.5s ease;
	width: 100%;
	z-index: 10;
}

.l-header__logo {
	left: 10px;
	pointer-events: auto;
	position: absolute;
	top: 10px;
	transition: opacity 0.3s ease;
	width: 200px;
}

.l-header__open {
	height: 80px;
	pointer-events: auto;
	position: absolute;
	right: 20px;
	top: 20px;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.4s ease;
	width: 80px;
}

.l-header.is-show {
	opacity: 1;
	top: 0;
	transition: opacity 0.5s ease, top 0.5s ease;
}

.l-nav {
	background: #08072B;
	height: 100vh;
	position: fixed;
	right: -425px;
	top: 0;
	transition: right 0.5s ease;
	width: 425px;
	z-index: 1000;
}

.l-nav__close {
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.4s ease;
	width: 80px;
	z-index: 2;
}

.l-nav__list {
	color: #FFE800;
	font-family: parppim, "M PLUS 1p", sans-serif;
	font-size: 28px;
	font-weight: 400;
	height: 100%;
	line-height: 2;
	overflow-y: scroll;
	padding: 90px 75px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-nav__list::-webkit-scrollbar {
	display: none;
}

.l-nav__list .list-item {
	margin-bottom: 10px;
	position: relative;
}

.l-nav__list .list-item a {
	padding-left: 0;
	transition: padding 0.4s ease;
}

.l-nav__list .list-item--twitter {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.02em;
	margin-top: 101px;
}

.l-nav__list .list-item--twitter a {
	align-items: center;
	display: flex;
}

.l-nav__list .list-item--twitter a .icon {
	display: block;
	height: 26px;
	margin-right: 10px;
	width: 32px;
}

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

.l-mainvisual {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.l-mainvisual::before {
	background: url(./assets/images/mv/top_left.webp) no-repeat top left/cover;
	content: "";
	filter: brightness(1.2) saturate(0.8);
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 28.843vw;
	z-index: 0;
}

.l-mainvisual::after {
	background: url(./assets/images/mv/top_right.webp) no-repeat top left/cover;
	content: "";
	filter: brightness(1.2) saturate(0.8);
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 28.843vw;
	z-index: 0;
}

.l-mainvisual__logo {
	bottom: 30px;
	opacity: 0;
	position: absolute;
	right: 10px;
	width: 480px;
	width: 35.139vw;
	z-index: 2;
}

.l-mainvisual__catch {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.l-mainvisual__catch .catch-container {
	transform: scale(3);
	transform-origin: center center;
}

.l-mainvisual__catch .text {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
}

.l-mainvisual__catch .text--01 {
	left: calc(50% - clamp(163px, 23.939vw, 490px));
	top: clamp(6px, 0.805vw, 16.5px);
	width: clamp(204px, 29.868vw, 612px);
}

.l-mainvisual__catch .text--02 {
	left: calc(50% - clamp(97px, 14.202vw, 291px));
	top: clamp(6px, 0.805vw, 16.5px);
	width: clamp(274px, 40.117vw, 822px);
}

.l-mainvisual__catch .text--03 {
	left: calc(50% + clamp(176px, 25.842vw, 706px));
	top: clamp(-64px, -2.343vw, -16px);
	width: clamp(225px, 40.264vw, 825px);
}

.l-mainvisual__visual {
	height: 100vh;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
	width: clamp(836px, 61.201vw, 1440px);
	z-index: 1;
}

.l-mainvisual__visual img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.l-mainvisual__info {
	display: flex;
	filter: drop-shadow(0px 0px 5px black);
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	left: 50%;
	opacity: 0;
	padding-bottom: 6px;
	padding-left: 18px;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
	width: clamp(0px, 61.201vw, 1440px);
	z-index: 2;
}

.l-mainvisual__info .info-text {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.48;
}

.l-mainvisual__info .info-text .date {
	font-weight: 900;
}

.l-mainvisual__info .info-text .venue {
	left: 44px;
	position: relative;
	top: -2px;
}

.l-mainvisual__info .info-text .venue--hyogo {
	width: 151px;
}

.l-mainvisual__banner {
	bottom: 20px;
	left: 20px;
	opacity: 0;
	position: absolute;
	width: 190px;
	z-index: 4;
}

.l-mainvisual.is-loaded .l-mainvisual__logo {
	opacity: 1;
	transition: opacity 0.8s ease 0.8s;
}

.l-mainvisual.is-loaded .l-mainvisual__catch .catch-container {
	transform: scale(1);
	transition: transform 0.5s ease-in-out;
}

.l-mainvisual.is-loaded .l-mainvisual__info {
	opacity: 1;
	transition: opacity 0.8s ease 0.8s;
}

.l-mainvisual.is-loaded .l-mainvisual__banner {
	opacity: 1;
	transition: opacity 0.8s ease 0.8s;
}

.l-news-area {
	column-gap: min(3.66vw, 50px);
	display: grid;
	grid-template-columns: min(47.584vw, 650px) clamp(300px, 29.283vw, 400px);
	justify-content: center;
	margin: 0 auto 0;
	max-width: 1100px;
	padding: 138px 0 100px;
	position: relative;
	width: 90%;
}

.l-news-area__youtube {
	grid-column: 1/3;
	grid-row: 2/3;
}

.l-news-area__youtube .banner {
	margin: 0 auto 0;
	margin-top: 50px;
	max-width: 650px;
	width: 90%;
}

.l-news-area__youtube .banner a {
	display: block;
	height: 100%;
	transition: opacity 0.3s ease;
	width: 100%;
}

.l-news {
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
}

.l-news::before {
	background: #003F8F;
	border-radius: 20px;
	content: "";
	height: 520px;
	left: -13px;
	mix-blend-mode: multiply;
	position: absolute;
	top: -38px;
	width: min(49.414vw, 675px);
	z-index: 1;
}

.l-news__container {
	height: 354px;
	margin-top: 24px;
	overflow-y: scroll;
	position: relative;
	width: 100%;
	z-index: 2;
}

.l-timeline__account {
	position: relative;
	top: -18px;
}

.l-timeline__account a {
	color: #FFE800;
	display: flex;
	font-size: 20px;
	font-weight: 900;
	justify-content: flex-end;
	letter-spacing: 0.02em;
	opacity: 1;
	transition: opacity 0.2s ease;
}

.l-timeline__account a .icon {
	margin-right: 10px;
	width: 32px;
}

.l-timeline__container {
	background: #fff;
	border: 5px solid #121060;
	border-radius: 20px;
	height: 450px;
	overflow: hidden;
	overflow-y: scroll;
	width: 400px;
}

.l-timeline__container::-webkit-scrollbar {
	display: none;
}

.l-timeline__container iframe {
	height: 100%;
	width: 100%;
}

.l-intro {
	overflow: hidden;
	padding: 92px 0 100px;
	position: relative;
}

.l-intro::before {
	background: #08072B;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-intro__title {
	text-align: center;
}

.l-intro__story {
	margin-top: 86px;
	position: relative;
	text-align: center;
}

.l-intro__story::before {
	background: url(./assets/images/background/story.svg) no-repeat top left/contain;
	content: "";
	height: 500px;
	left: calc(50% + 293px);
	pointer-events: none;
	position: absolute;
	top: -38px;
	transform: translate(-50%, 0);
	width: 561px;
}

.l-intro__story .story-text {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 60px;
}

.l-intro__about {
	margin: 88px auto 0;
	position: relative;
	width: 800px;
}

.l-intro__about .about-heading {
	position: relative;
	z-index: 1;
}

.l-intro__about .about-heading::before {
	background: url(./assets/images/background/about-title.png) no-repeat top left/contain;
	content: "";
	height: 125px;
	left: -18px;
	position: absolute;
	top: -45px;
	width: 115px;
	z-index: -1;
}

.l-intro__about .description {
	background: #1D2088;
	border-radius: 20px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.777;
	margin-left: auto;
	margin-right: 0;
	margin-top: 42px;
	padding: 44px 36px 54px;
	position: relative;
	width: 628px;
}

.l-intro__about .description::before {
	background: url(./assets/images/common/fukidashi-arrow.svg) no-repeat top left/cover;
	content: "";
	height: 34px;
	left: -17px;
	position: absolute;
	top: -18px;
	width: 33px;
}

.l-intro__photo {
	margin-top: 50px;
	position: relative;
	width: 100%;
}

.l-intro__photo__container {
	display: flex;
	width: auto;
}

.l-intro__photo .photo-item {
	height: 200px;
	height: 14.641vw;
	overflow: hidden;
	width: auto;
}

.l-intro__photo .photo-item:hover img {
	transform: scale(1.1);
	transform-origin: center center;
	transition: transform 0.5s ease;
}

.l-intro__photo img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1);
	transition: transform 0.5s ease;
	width: 100%;
}

.l-intro__to2022 {
	background: url(./assets/images/background/2022page.png) no-repeat center center/cover;
	font-size: 18px;
	font-weight: 900;
	height: 150px;
	letter-spacing: 0.02em;
	line-height: 1.555;
	margin: 98px auto 0;
	position: relative;
	transition: opacity 0.2s ease;
	width: 350px;
}

.l-intro__to2022 a {
	display: grid;
	height: 100%;
	opacity: 1;
	place-content: center;
	text-align: center;
	width: 100%;
}

.fancybox-navigation {
	height: 100px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 100000;
}

.fancybox-navigation button {
	pointer-events: auto;
}

.l-comment {
	overflow: hidden;
	padding: 92px 0 100px;
	position: relative;
	width: 100vw;
}

.l-comment__inner {
	display: flex;
	flex-direction: column;
	margin: 0 auto 0;
	max-width: 1142px;
	padding: 100px 0 100px;
	position: relative;
	width: 90%;
}

.l-comment__inner::before {
	background: url(./assets/images/background/comment01.svg) no-repeat top left/contain;
	content: "";
	height: 467px;
	pointer-events: none;
	position: absolute;
	right: -195px;
	top: 83px;
	width: 545px;
	z-index: -1;
}

.l-comment__inner::after {
	background: url(./assets/images/background/comment02.svg) no-repeat top left/contain;
	content: "";
	height: 567px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 500px;
	width: 575px;
	z-index: -1;
}

.l-comment__box {
	background: #fff;
	border: 10px solid #FFE800;
	border-radius: 20px;
	color: #08072B;
	display: grid;
	font-size: 18px;
	height: auto;
	line-height: 1.777;
	margin-bottom: 93px;
	padding: 55px 60px;
	place-content: center;
	position: relative;
	width: 690px;
}

.l-comment__box:nth-child(3)::after {
	background: url(./assets/images/common/furasuko.svg) no-repeat top left/contain;
	bottom: -10px;
	content: "";
	height: 224px;
	position: absolute;
	right: -204px;
	width: 218px;
}

.l-comment__box:nth-child(even) {
	align-self: flex-end;
}

.l-comment__box:nth-child(even) .name {
	left: auto;
	right: 15px;
}

.l-comment__box:last-child {
	margin-bottom: 0;
}

.l-comment__box .name {
	background: #1C1894;
	border: 5px solid #FFE800;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	left: 15px;
	letter-spacing: 0.05em;
	padding: 14px 31px;
	position: absolute;
	text-align: center;
	top: 0;
	top: -53px;
	width: fit-content;
}

.l-comment__box .name em {
	font-size: 24px;
}

.l-cast-staff {
	position: relative;
}

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

.l-cast {
	padding-top: 92px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.l-cast__list {
	column-gap: 30px;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(4, auto);
	margin: 92px auto 0;
	max-width: 1100px;
	position: relative;
	row-gap: 50px;
	width: 90%;
}

.l-cast__list .item {
	display: grid;
	grid-template-rows: auto;
	position: relative;
	row-gap: 10px;
	transition: transform 0.4s ease;
}

.l-cast__list .item.left-10 {
	left: -10px;
}

.l-cast__list .item.right-10 {
	right: -10px;
}

.l-cast__list .item__image {
	position: relative;
	transform: scale(1);
	transition: transform 0.4s ease;
}

.l-cast__list .item__image img {
	clip-path: circle(0% at 50% 50%);
	height: 100%;
	object-fit: contain;
	transition: clip-path 0.8s ease-out;
}

.l-cast__list .item__image.is-show img {
	clip-path: circle(100% at 50% 50%);
	transition: clip-path 0.8s ease-out;
}

.l-cast__list .item__info {
	line-height: 1.45;
	position: relative;
}

.l-cast__list .item__info .suika {
	font-size: 14px;
	letter-spacing: 0.02em;
	margin-top: 2px;
}

.l-cast__list .item:nth-child(1) {
	grid-column: 2/4;
	grid-row: 1/2;
}

.l-cast__list .item:nth-child(2) {
	grid-column: 4/6;
	grid-row: 1/2;
}

.l-cast__list .item:nth-child(3) {
	grid-column: 6/8;
	grid-row: 1/2;
}

.l-cast__list .item:nth-child(4) {
	grid-column: 1/3;
	grid-row: 2/3;
}

.l-cast__list .item:nth-child(5) {
	grid-column: 3/5;
	grid-row: 2/3;
}

.l-cast__list .item:nth-child(6) {
	grid-column: 5/7;
	grid-row: 2/3;
}

.l-cast__list .item:nth-child(7) {
	grid-column: 7/9;
	grid-row: 2/3;
}

.l-cast__list .item:nth-child(8) {
	grid-column: 3/5;
	grid-row: 3/4;
}

.l-cast__list .item:nth-child(9) {
	grid-column: 5/7;
	grid-row: 3/4;
}

.l-cast__list .item:nth-child(10) {
	grid-column: 2/4;
	grid-row: 4/5;
}

.l-cast__list .item:nth-child(11) {
	grid-column: 4/6;
	grid-row: 4/5;
}

.l-cast__list .item:nth-child(12) {
	grid-column: 6/8;
	grid-row: 4/5;
}

.l-cast__science {
	margin-top: 70px;
}

.l-cast__science .boys-and-girls {
	font-size: clamp(18px, 1.611vw, 22px);
	letter-spacing: 0.02em;
	margin-top: 20px;
}

.l-cast__about {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 47px;
	position: relative;
}

.l-cast__about__science {
	height: 203px;
	left: min(1.903vw, 26px);
	margin: 0 9px;
	padding: min(2.343vw, 32px) min(2.928vw, 40px);
	position: relative;
	text-align: left;
	width: min(42.606vw, 582px);
}

.l-cast__about__science::before {
	background: #121060;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.l-cast__about__doctaro {
	left: min(1.903vw, 26px);
	margin: 0 9px;
	padding: min(1.903vw, 26px) min(2.928vw, 40px);
	position: relative;
	text-align: left;
	width: clamp(508px, 40.41vw, 552px);
}

.l-cast__about__doctaro::before {
	background: #121060;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.l-cast__about h3 {
	color: #FFE800;
	font-size: clamp(16px, 1.318vw, 18px);
	letter-spacing: 0.025em;
}

.l-cast__about h3 em {
	font-weight: 900;
}

.l-cast__about h3 em.science {
	font-size: clamp(18px, 1.757vw, 24px);
}

.l-cast__about h3 em.doctaro {
	font-size: clamp(22px, 2.05vw, 28px);
}

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

.l-cast .role {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.02em;
	margin: 0 auto 0;
	position: relative;
	width: fit-content;
	z-index: 1;
}

.l-cast .role::before {
	background: #1D2088;
	bottom: 0;
	content: "";
	height: 15px;
	left: -10px;
	position: absolute;
	width: calc(100% + 20px);
	z-index: -1;
}

.l-cast .name {
	font-size: 28px;
	letter-spacing: 0.05em;
	margin-top: 2px;
}

.l-cast__bg {
	height: 15.373vw;
	left: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	transition: opacity 1s ease;
	width: 100vw;
	z-index: -1;
}

.l-cast__bg .bg-wrapper {
	display: flex;
	width: 200vw;
}

.l-cast__bg .bg-item {
	width: 100vw;
}

.l-cast__bg .bg-item:nth-child(1) {
	animation: loop01 120s -60s linear infinite forwards;
}

.l-cast__bg .bg-item:nth-child(2) {
	animation: loop02 120s linear infinite forwards;
}

.l-cast.is-show .l-cast__bg {
	opacity: 1;
	transition: opacity 1s ease;
}

.l-staff {
	padding-bottom: 100px;
	padding-top: 93px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.l-staff__container {
	margin-top: 31px;
}

.l-staff__container p {
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
}

.l-staff__container p:not(:first-child) {
	margin-top: 40px;
}

.l-staff__container p.middle {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.875;
}

.l-staff__container .logo {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.l-staff__container .logo__lawson {
	display: inline-block;
	margin-top: 5px;
	width: 103px;
}

.l-staff__container .logo__25 {
	display: inline-block;
	margin-top: 5px;
	width: 251px;
}

.l-staff__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.l-staff__line span {
	word-break: keep-all;
}

.l-staff__line span:not(:last-child) {
	margin-right: 1em;
}

.l-bottom-info {
	padding-bottom: 100px;
	position: relative;
}

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

.l-schedule {
	padding: 92px 0 0;
	position: relative;
	z-index: 2;
}

.l-schedule__block {
	margin: 65px auto 0;
	max-width: 800px;
	position: relative;
	width: 90%;
}

.l-schedule__block--hyogo {
	margin-top: 108px;
}

.l-schedule__block .date {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 2;
}

.l-schedule__block .date span {
	font-size: 1.333em;
}

.l-schedule__block .venue {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.02em;
	margin-top: 22px;
	position: relative;
}

.l-schedule__block .venue--aiia {
	margin-bottom: 10px;
	width: 350px;
}

.l-schedule__block .address {
	letter-spacing: 0.02em;
	margin-top: 6px;
}

.l-schedule__block .access {
	letter-spacing: 0.02em;
	margin-top: 30px;
}

.l-schedule__block .access h4 {
	font-weight: 900;
}

.l-schedule__venue {
	background: #08072B;
	color: #FFE800;
	font-size: 32px;
	font-weight: 900;
	height: 50px;
	left: -25px;
	letter-spacing: 0.05em;
	line-height: 50px;
	margin-bottom: 40px;
	padding-left: 25px;
	position: relative;
	width: calc(100% + 50px);
}

.l-schedule__access-map {
	column-gap: 25px;
	display: grid;
	grid-template-columns: repeat(2, 250px);
	margin-top: 32px;
}

.l-schedule__timetable {
	left: -33px;
	margin-top: 61px;
	position: relative;
	width: calc(100% + 66px);
}

.l-ticket {
	padding: 142px 0 0;
	position: relative;
	z-index: 2;
}

.l-ticket__shitei {
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
}

.l-ticket__price {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.8;
	margin: 44px auto 0;
	position: relative;
	width: fit-content;
}

.l-ticket__price em {
	font-size: 1.5em;
}

.l-ticket__container {
	margin: 70px auto 100px;
	max-width: 800px;
	width: 90%;
}

.l-ticket__section-heading {
	background: #FFE800;
	color: #1C1894;
	font-size: 32px;
	font-weight: 900;
	height: 50px;
	left: -25px;
	letter-spacing: 0.05em;
	line-height: 50px;
	margin-bottom: 46px;
	padding-left: 25px;
	position: relative;
	width: calc(100% + 50px);
}

.l-ticket__section-heading span {
	position: relative;
}

.l-ticket__section-heading span::after {
	background: url(./assets/images/common/shikenkan.svg) no-repeat top left/contain;
	content: "";
	display: block;
	height: 38px;
	position: absolute;
	right: -45px;
	top: 3px;
	width: 37px;
}

.l-ticket__attention {
	font-size: 14px;
	line-height: 2;
	margin: 47px auto 0;
	position: relative;
	width: 560px;
}

.l-ticket__attention--price {
	margin-top: 32px;
}

.l-ticket__lawson {
	background: #1D2088;
	border: 5px solid #121060;
	border-radius: 20px;
	height: 115px;
	margin: 38px auto 0;
	position: relative;
	transition: background 0.2s ease;
	width: 600px;
}

.l-ticket__lawson a {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	text-align: center;
	transition: color 0.2s ease;
	width: 100%;
}

.l-ticket__lawson a .ticket-name {
	color: #FFE800;
	transition: color 0.2s ease;
}

.l-ticket__detail {
	margin-top: 70px;
}

.l-ticket__tiketore {
	margin: 48px auto 0;
}

.l-ticket__resell {
	background: #121060;
	border-radius: 20px;
	margin: 53px auto 0;
	max-width: 800px;
	padding: 30px 0 55px;
	position: relative;
	width: 90%;
}

.l-ticket__resell .title {
	background: #1C1894;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 50px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.l-ticket__resell__container {
	letter-spacing: 0.02em;
	padding: 28px 85px 0;
}

.l-ticket__resell__container h5 {
	color: #FFE800;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.555;
	margin-bottom: 5px;
}

.l-ticket__resell__container h5:not(:first-child) {
	margin-top: 25px;
}

.l-footer {
	padding: 80px 0 40px;
	position: relative;
}

.l-footer__logo {
	margin: 0 auto 0;
	position: relative;
	width: 626px;
}

.l-footer__copy {
	filter: drop-shadow(0px 0px 5px #08072B);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.71;
	margin-top: 8px;
	position: relative;
	text-align: center;
}

#refundPage .l-header {
	opacity: 1;
	top: 0;
}

.refund-anchor {
	padding: 100px 0;
	position: relative;
}

.refund-anchor__banner {
	background: #08072B;
	border: 5px solid #FFE800;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.32);
	color: #fff;
	margin: 0 auto 0;
	max-width: 680px;
	position: relative;
	transition: color 0.3s ease, background 0.3s ease;
	width: 100%;
}

.refund-anchor__banner a {
	display: grid;
	font-size: 24px;
	font-weight: 700;
	height: 100%;
	letter-spacing: 0.08em;
	line-height: 1.25;
	padding: 50px 20px;
	place-content: center;
	text-align: center;
	width: 100%;
}

.l-refund {
	padding-top: 120px;
}

.l-refund__container {
	background: #08072B;
	border-radius: 20px;
	margin: 0 auto 0;
	max-width: 800px;
	padding: 50px 30px;
	position: relative;
	width: 80%;
	z-index: 2;
}

.l-refund__container h1 {
	border-bottom: 5px solid #FFE800;
	font-size: 28px;
	margin-bottom: 1.5em;
	padding: 0px 1em 0.3em;
	text-align: center;
}

.l-refund__inner {
	margin: 0 auto 0;
	width: 80%;
	word-break: break-all;
}

.l-refund__inner p {
	letter-spacing: 0.02em;
	line-height: 1.75;
}

.ob-news-list {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-right: 20px;
	position: relative;
	width: 100%;
}

.ob-news-list__item {
	align-items: baseline;
	background: #fff;
	color: #08072B;
	display: flex;
	line-height: 1.4375;
	padding: 15px 20px 17px;
	position: relative;
}

.ob-news-list__item:not(:last-child) {
	margin-bottom: 10px;
}

.ob-news-list__item .date {
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 700;
	width: 118px;
}

.ob-news-list__item a:hover {
	opacity: 0.6;
}

.ob-ticket-detail-area {
	position: relative;
}

.ob-ticket-detail-area:not(:last-child) {
	margin-bottom: 20px;
}

.ob-ticket-detail-area__title {
	background: #1D2088;
	border: 5px solid #121060;
	border-radius: 20px;
	cursor: pointer;
	display: grid;
	font-size: 20px;
	height: 80px;
	letter-spacing: 0.02em;
	max-width: 800px;
	padding: 0 70px;
	place-content: center;
	position: relative;
	text-align: center;
	transition: transform 0.3s ease;
	width: 100%;
}

.ob-ticket-detail-area__title::after {
	background: url(./assets/images/common/arrow-down-yellow.svg) no-repeat center center/contain;
	content: "";
	height: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%) scaleY(1);
	transform-origin: center center;
	transition: transform 0.5s ease;
	width: 24px;
}

.ob-ticket-detail-area__title.is-open::after {
	transform: translate(0, -50%) scaleY(-1);
	transition: transform 0.5s ease;
}

.ob-ticket-detail-area__content {
	background: #121060;
	border-radius: 0px 0px 20px 20px;
	letter-spacing: 0.02em;
	margin: 0 auto 0;
	padding: 38px 60px 45px;
	position: relative;
	transform-origin: top;
	transition-timing-function: ease-in;
	width: 750px;
}

.ob-ticket-detail-area__content h5 {
	color: #FFE800;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.555;
	margin-bottom: 6px;
}

.ob-ticket-detail-area__content h5:not(:first-child) {
	margin-top: 25px;
}

.ob-ticket-detail-area__anchor {
	margin: 27px auto 0;
}

.ob-goods {
	column-gap: 16px;
	display: grid;
	grid-auto-flow: row;
	margin: 50px auto 0;
	max-width: 904px;
	row-gap: 26px;
	width: 90%;
}

.ob-goods.stagephoto {
	margin-top: 50px;
}

.ob-goods__item {
	background: #fff;
	border: 5px solid #FFE800;
	border-radius: 20px;
	color: #1D2088;
	padding: 33px 20px 58px;
	text-align: center;
}

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

.ob-goods__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%;
}

.ob-goods__item .item02_list_item {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.ob-goods__item .item02_list.photo {
	column-gap: 10px;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 15px;
}

.ob-goods__item .item02_list.photo .item02_list_item {
	align-self: center;
}

.ob-goods__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%;
}

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

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

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

.ob-goods__item.item04 .itemRight {
	grid-column: 2/3;
	grid-row: 1/2;
}

.ob-goods__item.item04 .itemLeft {
	grid-column: 1/2;
	grid-row: 1/2;
}

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

.ob-goods__item h3.lh125 {
	line-height: 1.25;
}

.ob-goods__item p {
	font-weight: 700;
	letter-spacing: 0.02em;
}

.ob-goods__item p em {
	font-size: 20px;
}

.ob-goods__item p.itemPrice {
	margin-top: 20px;
}

.ob-goods__item p.itemPrice span {
	font-size: 0.8em;
}

.ob-goods__item .image {
	margin: 0 auto;
	width: 95%;
}

.ob-goods__item .itemBottom {
	grid-column: 1/3;
	grid-row: 2/3;
}

.ob-totop {
	bottom: 20px;
	height: 112px;
	position: absolute;
	right: 20px;
	width: 75px;
	z-index: 99;
}

@media screen and (max-width: 835px) and (min-width: 767px) and (orientation: portrait) {

.l-mainvisual__visual {
	max-width: 640px !important;
}

}

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

.c-button:hover {
	background: #FFE800;
	transition: background 0.2s ease;
}

.c-button:hover a {
	color: #1D2088;
	transition: color 0.2s ease;
}

.l-header__logo:hover {
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

.l-header__open:hover {
	transform: scale(1.1);
	transform-origin: center center;
	transition: transform 0.4s ease;
}

.l-nav__close:hover {
	transform: scale(1.1);
	transform-origin: center center;
	transition: transform 0.4s ease;
}

.l-nav__list .list-item a:hover {
	padding-left: 5px;
	transition: padding 0.4s ease;
}

.l-news-area__youtube .banner a:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease;
}

.l-timeline__account a:hover {
	opacity: 0.6;
	transition: opacity 0.2s ease;
}

.l-intro__to2022:hover {
	opacity: 0.6;
	transition: opacity 0.2s ease;
}

.l-cast__list .item__image:hover {
	transform: scale(1.05);
	transform-origin: center center;
	transition: transform 0.4s ease;
}

.l-ticket__lawson:hover {
	background: #FFE800;
	transition: background 0.2s ease;
}

.l-ticket__lawson:hover a {
	color: #1D2088;
	transition: color 0.2s ease;
}

.l-ticket__lawson:hover a .ticket-name {
	color: #1D2088;
	transition: color 0.2s ease;
}

.refund-anchor__banner:hover {
	background: #FFE800;
	color: #08072B;
	transition: color 0.3s ease, background 0.3s ease;
}

.ob-ticket-detail-area__title:hover {
	transform: scale(1.02);
	transform-origin: center center;
	transition: transform 0.3s ease;
}

.ob-totop:hover {
	animation: totopHover 0.2s ease forwards;
}

}

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

.l-mainvisual__logo {
	bottom: 20px;
	right: 5px;
}

.l-mainvisual__catch .text--01 {
	left: calc(50% - 241px);
	top: 11px;
	width: 408px;
}

.l-mainvisual__catch .text--02 {
	left: calc(50% - 155px);
	top: 40px;
	width: 480px;
}

.l-mainvisual__catch .text--03 {
	left: calc(50% + 182px);
	top: 40px;
	width: 440px;
}

.l-mainvisual__visual {
	max-width: 680px;
	width: 100%;
}

.l-mainvisual__info {
	left: calc(50% - 30px);
	padding-left: 0;
	width: fit-content;
}

.l-mainvisual__banner {
	left: 10px;
}

.l-news-area {
	column-gap: 0;
	grid-template-columns: 100%;
	row-gap: 100px;
}

.l-news-area__youtube {
	grid-column: 1/2;
	grid-row: 3/4;
}

.l-news-area__youtube .banner {
	margin-top: 0;
}

.l-news::before {
	height: calc(100% + 70px);
	width: calc(100% + 26px);
}

.l-news__container {
	height: fit-content;
	max-height: 354px;
}

.l-timeline {
	margin: 0 auto 0;
	max-width: 580px;
	width: 90%;
}

.l-timeline__account {
	top: auto;
}

.l-timeline__container {
	margin: 10px auto 0;
	width: 100%;
}

.l-intro__story .story-text {
	font-size: 20px;
}

.l-intro__about {
	width: 680px;
}

.l-intro__about .about-heading {
	margin: 0 auto 0;
	text-align: center;
}

.l-intro__about .about-heading::before {
	left: calc(50% - 50px);
	transform: translate(-50%, 0);
}

.l-intro__about .description {
	margin: 50px auto 0;
}

.l-intro__about .description::before {
	display: none;
}

.l-cast__list {
	column-gap: 20px;
}

.l-cast__list .item.left-10 {
	left: -5px;
}

.l-cast__list .item.right-10 {
	right: -5px;
}

.l-cast__about {
	flex-direction: column;
}

.l-cast__about__science {
	left: auto;
	margin-top: 25px;
	padding: 20px 20px;
}

.l-cast__about__doctaro {
	left: auto;
	padding: 20px 20px 30px;
}

.l-schedule__timetable {
	left: 0;
	width: 100%;
}

}

@media screen and (max-width: 1024px) and (orientation: portrait) {

.l-mainvisual__visual {
	max-width: 100%;
}

}

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

html {
	font-size: 14px;
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

.c-heading {
	font-size: 35px;
}

.c-heading--big {
	font-size: 45px;
}

.c-button {
	border-radius: 10px;
}

.c-button--access {
	margin: 0 auto 0;
}

.c-button--access a {
	font-size: 16px;
}

.c-button--ticket-detail {
	max-width: 380px;
	width: 100%;
}

.c-button--ticket-detail a {
	font-size: 16px;
}

.c-button--tiketore {
	max-width: 600px;
	width: 100%;
}

.c-button--tiketore a {
	font-size: 16px;
}

.fz-chot {
	font-size: 1.1rem;
}

.fz-mid {
	font-size: 1.2rem;
}

.fz-big {
	font-size: 1.3rem;
}

.fz-biggest {
	font-size: 1.55rem;
}

.l-loading {
	height: 100lvh;
	width: 100vw;
}

.l-loading__logo {
	width: 280px;
}

.l-header {
	height: 80px;
	top: -80px;
}

.l-header__logo {
	left: 5px;
	top: 5px;
	width: 150px;
}

.l-header__open {
	height: 60px;
	right: 10px;
	top: 10px;
	width: 60px;
}

.l-nav {
	opacity: 0;
	pointer-events: none;
	right: 0;
	transition: opacity 0.5s ease;
	width: 100%;
}

.l-nav__close {
	height: 60px;
	right: 10px;
	top: 10px;
	width: 60px;
}

.l-nav__list {
	font-size: 22px;
	margin: 0 auto 0;
	max-width: 375px;
	padding: 100px 50px;
}

.l-nav__list .list-item--twitter {
	font-size: 15px;
	margin-top: 50px;
}

.l-nav__list .list-item--twitter a .icon {
	height: 20px;
	margin-right: 5px;
	width: 24px;
}

.l-nav.is-open {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.5s ease;
}

.l-mainvisual {
	background: #08072B;
	height: 100lvh;
}

.l-mainvisual__logo {
	bottom: 165px;
	left: 50%;
	max-width: 350px;
	right: auto;
	transform: translate(-50%, 0);
	width: 90%;
}

.l-mainvisual__catch .text--01 {
	left: calc(50% - 21.333vw);
	top: 5.067vw;
	width: 57.333vw;
}

.l-mainvisual__catch .text--02 {
	left: calc(50% - 3.467vw);
	top: 3.2vw;
	width: 85.6vw;
}

.l-mainvisual__catch .text--03 {
	left: calc(50% + 10.4vw);
	top: 10.4vw;
	width: 78.933vw;
}

.l-mainvisual__visual {
	background: #08072B;
	height: 100%;
}

.l-mainvisual__visual img {
	height: auto;
	object-position: top center;
}

.l-mainvisual__info {
	align-items: center;
	bottom: 73px;
	height: auto;
	justify-content: flex-start;
	left: 50%;
	top: auto;
	width: 100%;
}

.l-mainvisual__info .info-text {
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
}

.l-mainvisual__info .info-text .venue {
	left: auto;
	top: auto;
}

.l-mainvisual__info .info-text .venue--hyogo {
	margin: 0 auto 0;
	width: 140px;
}

.l-mainvisual__banner {
	left: 50%;
	transform: translate(-50%, 0);
}

.l-news-area {
	max-width: 480px;
	overflow: hidden;
	padding: 80px 0 80px;
	row-gap: 75px;
	width: 100%;
}

.l-news {
	padding-right: 20px;
}

.l-news::before {
	border-radius: 0px;
}

.l-news__container {
	margin: 15px auto 0;
}

.l-news__container::-webkit-scrollbar {
	display: none;
}

.l-timeline__account a {
	justify-content: center;
}

.l-timeline__container {
	border-radius: 10px;
	height: 450px;
}

.l-intro {
	padding: 50px 0 50px;
}

.l-intro__story {
	margin: 75px auto 0;
	max-width: 420px;
	width: 90%;
}

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

.l-intro__story .story-text {
	font-size: 16px;
	margin-top: 50px;
	text-align: left;
}

.l-intro__about {
	max-width: 425px;
	width: 90%;
}

.l-intro__about .about-heading::before {
	height: 65px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
}

.l-intro__about .description {
	border-radius: 10px;
	font-size: 15px;
	padding: 25px 20px;
	width: 100%;
}

.l-intro__photo__container {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: auto;
}

.l-intro__photo .photo-item {
	height: 180px;
	position: relative;
}

.l-intro__photo .photo-item:nth-child(1) {
	grid-column: 1/4;
	grid-row: 2/3;
}

.l-intro__photo .photo-item:nth-child(2) {
	grid-column: 3/5;
	grid-row: 1/2;
}

.l-intro__photo .photo-item:nth-child(3) {
	grid-column: 6/9;
	grid-row: 2/3;
}

.l-intro__photo .photo-item:nth-child(4) {
	grid-column: 7/9;
	grid-row: 1/2;
}

.l-intro__photo .photo-item:nth-child(5) {
	grid-column: 1/3;
	grid-row: 1/2;
}

.l-intro__photo .photo-item:nth-child(6) {
	grid-column: 4/6;
	grid-row: 2/3;
}

.l-intro__photo .photo-item:nth-child(7) {
	grid-column: 5/7;
	grid-row: 1/2;
}

.l-intro__photo img {
	height: 100%;
	left: 0;
	object-position: top center;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-intro__to2022 {
	font-size: 15px;
	height: 120px;
	margin-top: 50px;
	width: 280px;
}

.l-comment {
	padding: 50px 0 50px;
}

.l-comment__inner {
	margin-top: 50px;
	max-width: 480px;
	padding: 50px 0 50px;
}

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

.l-comment__inner::after {
	display: none;
}

.l-comment__box {
	border-radius: 10px;
	border-width: 5px;
	font-size: 15px;
	margin-bottom: 75px;
	padding: 25px 20px;
	width: 100%;
}

.l-comment__box:nth-child(3)::after {
	display: none;
}

.l-comment__box:nth-child(even) .name {
	left: 0;
	right: auto;
}

.l-comment__box .name {
	font-size: 14px;
	left: 0;
	padding: 10px 20px;
}

.l-comment__box .name em {
	font-size: 18px;
}

.l-cast {
	padding-top: 75px;
}

.l-cast__list {
	column-gap: 5px;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	margin-top: 50px;
	max-width: 425px;
	row-gap: 35px;
}

.l-cast__list .item {
	row-gap: 5px;
}

.l-cast__list .item.left-10 {
	left: auto;
}

.l-cast__list .item.right-10 {
	right: auto;
}

.l-cast__list .item__info .suika {
	font-size: 11px;
	margin-top: 0;
}

.l-cast__list .item:nth-child(1) {
	grid-column: 2/4;
}

.l-cast__list .item:nth-child(2) {
	grid-column: 1/3;
	grid-row: 2/3;
}

.l-cast__list .item:nth-child(3) {
	grid-column: 3/5;
	grid-row: 2/3;
}

.l-cast__list .item:nth-child(4) {
	grid-column: 1/3;
	grid-row: 3/4;
}

.l-cast__list .item:nth-child(5) {
	grid-column: 3/5;
	grid-row: 3/4;
}

.l-cast__list .item:nth-child(6) {
	grid-column: 1/3;
	grid-row: 4/5;
}

.l-cast__list .item:nth-child(7) {
	grid-column: 3/5;
	grid-row: 4/5;
}

.l-cast__list .item:nth-child(8) {
	grid-column: 1/3;
	grid-row: 5/6;
}

.l-cast__list .item:nth-child(9) {
	grid-column: 3/5;
	grid-row: 5/6;
}

.l-cast__list .item:nth-child(10) {
	grid-column: 1/3;
	grid-row: 6/7;
}

.l-cast__list .item:nth-child(11) {
	grid-column: 3/5;
	grid-row: 6/7;
}

.l-cast__list .item:nth-child(12) {
	grid-column: 2/4;
	grid-row: 7/8;
}

.l-cast__science {
	margin-top: 45px;
}

.l-cast__science .boys-and-girls {
	font-size: 14px;
}

.l-cast__about {
	margin: 45px auto 0;
	max-width: 375px;
	width: 90%;
}

.l-cast__about__science {
	height: auto;
	margin-top: 10px;
	width: 100%;
}

.l-cast__about__doctaro {
	width: 100%;
}

.l-cast__about h3 {
	font-size: 14px;
}

.l-cast__about h3 em.science {
	font-size: 15px;
}

.l-cast__about h3 em.doctaro {
	font-size: 17px;
}

.l-cast .role {
	font-size: 14px;
}

.l-cast .role::before {
	height: 10px;
}

.l-cast .name {
	font-size: 18px;
}

.l-cast__bg {
	height: 25vw;
}

.l-staff {
	padding-bottom: 75px;
	padding-top: 75px;
}

.l-staff__container {
	margin: 25px auto 0;
	max-width: 375px;
	width: 90%;
}

.l-staff__container p {
	font-size: 14px;
	line-height: 1.55;
	text-align: left;
}

.l-staff__container p.middle {
	font-size: 13px;
	line-height: 1.45;
}

.l-staff__container .logo__lawson {
	width: 81px;
}

.l-staff__container .logo__25 {
	width: 200px;
}

.l-staff__line {
	justify-content: flex-start;
}

.l-bottom-info {
	padding-bottom: 75px;
}

.l-schedule {
	padding-top: 75px;
}

.l-schedule__block {
	margin-top: 50px;
	max-width: 480px;
}

.l-schedule__block .date {
	font-size: 16px;
	line-height: 1.45;
}

.l-schedule__block .venue {
	font-size: 15px;
}

.l-schedule__block .venue--aiia {
	width: 220px;
}

.l-schedule__block .address {
	margin-top: 2px;
}

.l-schedule__block .access {
	margin-top: 25px;
}

.l-schedule__venue {
	font-size: 24px;
	height: 40px;
	left: -10px;
	line-height: 40px;
	margin-bottom: 25px;
	padding-left: 15px;
	width: calc(100% + 20px);
}

.l-schedule__access-map {
	column-gap: 0;
	grid-template-columns: 100%;
	row-gap: 15px;
}

.l-schedule__timetable {
	left: -10px;
	margin: 50px auto 0;
	max-width: 375px;
	width: calc(100% + 20px);
}

.l-ticket {
	padding-top: 75px;
}

.l-ticket__price {
	font-size: 18px;
	margin-top: 35px;
}

.l-ticket__container {
	margin: 50px auto 75px;
	max-width: 480px;
}

.l-ticket__section-heading {
	font-size: 24px;
	height: auto;
	left: -10px;
	line-height: 1.25;
	margin-bottom: 25px;
	padding: 10px 15px;
	padding-left: 15px;
	width: calc(100% + 20px);
}

.l-ticket__section-heading span::after {
	display: inline-block;
	height: 28px;
	position: relative;
	right: -5px;
	width: 28px;
}

.l-ticket__attention {
	max-width: 375px;
	width: 100%;
}

.l-ticket__attention {
	font-size: 13px;
	line-height: 1.55;
	margin-top: 20px;
	width: 85%;
}

.l-ticket__attention--price {
	margin-top: 15px;
}

.l-ticket__lawson {
	border-radius: 10px;
	height: 95px;
	margin-top: 25px;
	max-width: 425px;
	width: 100%;
}

.l-ticket__tiketore {
	margin-top: 25px;
}

.l-ticket__resell {
	margin: 35px auto 0;
	padding: 20px 0 40px;
	width: 100%;
}

.l-ticket__resell .title {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}

.l-ticket__resell__container {
	padding: 25px 20px;
}

.l-ticket__resell__container h5 {
	font-size: 15px;
}

.l-footer {
	padding: 40px 0 20px;
}

.l-footer__logo {
	max-width: 320px;
	width: 90%;
}

.l-footer__copy {
	font-size: 10px;
	font-weight: 600;
}

.refund-anchor__banner {
	max-width: 480px;
	width: 90%;
}

.refund-anchor__banner a {
	font-size: 18px;
	padding: 40px 10px;
}

.l-refund__container {
	max-width: 425px;
	padding: 30px 10px;
	width: 95%;
}

.l-refund__container h1 {
	font-size: 20px;
	line-height: 1.45;
	padding: 0px 0.5em 0.4em;
	text-align: left;
}

.l-refund__inner {
	width: 95%;
}

.l-refund__inner .contact {
	text-align: center;
}

.ob-news-list {
	padding-right: 0px;
}

.ob-news-list__item {
	flex-direction: column;
	padding: 12px;
}

.ob-news-list__item .date {
	font-size: 15px;
	width: 100%;
}

.ob-ticket-detail-area__title {
	border-radius: 10px;
	font-size: 16px;
	height: auto;
	left: -5px;
	padding: 20px 40px 20px 20px;
	text-align: left;
	width: calc(100% + 10px);
}

.ob-ticket-detail-area__title::after {
	height: 15px;
	height: 10px;
	right: 10px;
}

.ob-ticket-detail-area__content {
	border-radius: 0 0 10px 10px;
	padding: 25px 20px;
	top: -3px;
	width: 100%;
}

.ob-ticket-detail-area__content h5 {
	font-size: 16px;
}

.ob-goods {
	grid-template-columns: 100%;
	max-width: 425px;
}

.ob-goods__item {
	border-radius: 10px;
	padding-bottom: 30px;
	padding-top: 24px;
}

.ob-goods__item.item01 {
	grid-template-columns: 100%;
}

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

.ob-goods__item .item02_list_item h4 {
	font-size: 10px;
}

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

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

.ob-goods__item.item04 {
	grid-template-columns: 100%;
}

.ob-goods__item.item04 .itemRight {
	grid-column: 1/2;
}

.ob-goods__item.item04 .itemLeft {
	grid-row: 2/3;
}

.ob-goods__item h3 {
	font-size: 18px;
}

.ob-goods__item p em {
	font-size: 15px;
}

.ob-goods__item p.itemPrice {
	margin-top: 10q;
}

.ob-goods__item .image.itemRight {
	margin-top: 10px;
}

.ob-goods__item .itemBottom {
	grid-column: 1/2;
	grid-row: 3/4;
}

.ob-totop {
	bottom: auto;
	height: 78px;
	top: -40px;
	width: 53px;
}

}

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

.is-sp {
	display: block;
}

}

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

.l-mainvisual {
	height: 768px;
}

}

@keyframes logoAction {

0% {
	transform: scale(1);
}

50% {
	transform: scale(1.05);
}

100% {
	transform: scale(1);
}

}

@keyframes loop01 {

from {
	transform: translateX(100%);
}

to {
	transform: translateX(-100%);
}

}

@keyframes loop02 {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-200%);
}

}

@keyframes totopHover {

0% {
	transform: skew(0deg, 0deg);
}

25% {
	transform: skew(1deg, 1deg);
}

75% {
	transform: skew(-1deg, -1deg);
}

100% {
	transform: skew(0deg, 0deg);
}

}

