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

body {
	background: #182448;
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	opacity: 0;
	overflow-x: hidden;
	position: relative;
	transition: opacity 0.8s ease;
	width: 100%;
	will-change: opacity;
}

body::before {
	background: url(./assets/images/background/bg-pc.webp) repeat-y top center/100%;
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -10;
}

body::after {
	background: url(./assets/images/background/city.svg) no-repeat bottom center/100%;
	content: "";
	filter: drop-shadow(0px 0px 10px #505050);
	height: 100%;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 3px;
	user-select: none;
	width: 100%;
	z-index: 1;
}

body.artists {
	background: #101831;
}

body.artists::before,
body.artists::after {
	display: none;
}

body.compensate-for-scrollbar {
	margin-right: 0 !important;
	overflow: auto;
	overflow-x: hidden;
}

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

*,
*:before,
*:after {
	box-sizing: border-box;
	position: relative;
	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%;
}

.is-pc {
	display: block;
}

.is-tb {
	display: none;
}

.is-sp {
	display: none;
}

.c-heading {
	font-family: "Monoton", sans-serif;
	font-size: clamp(60px, calc(80*0.05208vw), 80px);
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-shadow: 0px 0px 15px #F0A1AE;
}

.c-heading--sm {
	font-size: clamp(30px, calc(40*0.05208vw), 40px);
}

.c-sub-heading {
	border-bottom: 1px solid #F0A1AE;
	border-top: 1px solid #F0A1AE;
	color: #F0A1AE;
	font-size: 1.333rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 50px 0 25px;
	padding: 10px 0;
	text-align: center;
}

.c-sub-heading--sm {
	background: #F0A1AE;
	border-radius: 5px;
	color: #182448;
	font-size: 1.15rem;
	padding: 7px 0;
}

.c-button {
	border: 2px solid #F0A1AE;
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
	filter: brightness(1.2);
	height: 64px;
	margin: 0 auto 0;
	max-width: 380px;
}

.c-button a {
	background: #182448;
	color: #F0A1AE;
	display: grid;
	font-weight: 500;
	height: 100%;
	place-content: center;
	transition: color 0.4s ease, background 0.4s ease;
	width: 100%;
}

.c-button--rakuten {
	border: none;
	max-width: 320px;
}

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

.l-header {
	background: #020514;
	height: 58px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.l-header__logo {
	display: none;
}

.l-header__nav {
	height: 100%;
}

.l-header__button {
	display: none;
}

.l-header__button.is-open .l-header__button__line-box .line {
	transition: top 0.3s ease, transform 0.3s ease 0.3s;
}

.l-header__button.is-open .l-header__button__line-box .line--01 {
	top: 21px;
	transform: translate(-50%, 0) rotate(45deg);
}

.l-header__button.is-open .l-header__button__line-box .line--02 {
	opacity: 0;
	transition: opacity 0.3s;
}

.l-header__button.is-open .l-header__button__line-box .line--03 {
	top: 21px;
	transform: translate(-50%, 0) rotate(-45deg);
}

.l-nav {
	align-items: center;
	color: #F0A1AE;
	display: flex;
	font-family: "Monoton", sans-serif;
	font-size: clamp(13px, calc(20*0.05208vw), 20px);
	height: 100%;
	justify-content: center;
}

.l-nav__item {
	display: grid;
	height: 100%;
	margin: 0 17px;
	place-content: center;
}

.l-nav__item a {
	filter: brightness(1) drop-shadow(0px 0px 0px #fff);
	height: 100%;
	transition: filter 0.3s ease;
}

.l-bg-neon {
	height: 100%;
	left: 0;
	position: absolute;
	top: 58px;
	width: 100vw;
	z-index: -1;
}

.l-bg-neon__container {
	height: 100%;
	left: 50%;
	position: relative;
	transform: scale(1) translate(-50%, 0);
	width: 100%;
}

.l-bg-neon__item {
	animation: pikapika 2s linear infinite;
	left: 50%;
	position: absolute;
	transform-origin: center bottom;
	width: fit-content;
}

.l-bg-neon__item--inner {
	height: min(calc(450*0.0695vw), 450px);
	top: clamp(-100px, calc(-100*0.0695vw), calc(-100px*0.5));
}

.l-bg-neon__item--outer {
	height: min(calc(650*0.0695vw), 650px);
	top: clamp(-300px, calc(-300*0.0695vw), calc(-300px*0.5));
}

.l-bg-neon__item span {
	display: block;
}

.l-bg-neon__item--01 {
	transform: translate(-50%, 0) rotate(90deg);
}

.l-bg-neon__item--01 span {
	animation: kurukuru 5s ease-in-out infinite;
}

.l-bg-neon__item--01 img {
	transform: rotate(-70deg);
	width: clamp(calc(49px*0.4), calc(49*0.0695vw), 49px);
}

.l-bg-neon__item--02 {
	transform: translate(-50%, 0) rotate(-95deg);
}

.l-bg-neon__item--02 span {
	animation: kurukuru 5s ease-in-out 3s infinite;
}

.l-bg-neon__item--02 img {
	transform: rotate(120deg);
	width: clamp(calc(110px*0.4), calc(110*0.0695vw), 110px);
}

.l-bg-neon__item--03 {
	transform: translate(-50%, 0) rotate(60deg);
}

.l-bg-neon__item--03 img {
	transform: rotate(-50deg);
	width: clamp(calc(89px*0.4), calc(89*0.0695vw), 89px);
}

.l-bg-neon__item--04 {
	transform: translate(-50%, 0) rotate(-75deg);
}

.l-bg-neon__item--04 img {
	transform: rotate(80deg);
	width: clamp(calc(76px*0.4), calc(76*0.0695vw), 76px);
}

.l-bg-neon__item--05 {
	transform: translate(-50%, 0) rotate(-70deg);
}

.l-bg-neon__item--05 span {
	animation: kurukuru 5s ease-in-out 0.5s infinite;
}

.l-bg-neon__item--05 img {
	transform: rotate(60deg);
	width: clamp(calc(62px*0.4), calc(62*0.0695vw), 62px);
}

.l-bg-neon__item--06 {
	transform: translate(-50%, 0) rotate(-50deg);
}

.l-bg-neon__item--06 img {
	transform: rotate(50deg);
	width: clamp(calc(93px*0.4), calc(93*0.0695vw), 93px);
}

.l-bg-neon__item--07 {
	transform: translate(-50%, 0) rotate(85deg);
}

.l-bg-neon__item--07 span {
	animation: kurukuru 5s ease-in-out 4.5s infinite reverse;
}

.l-bg-neon__item--07 img {
	transform: rotate(-150deg);
	width: clamp(calc(80px*0.4), calc(80*0.0695vw), 80px);
}

.l-bg-neon__item--08 {
	transform: translate(-50%, 0) rotate(-87deg);
}

.l-bg-neon__item--08 img {
	transform: rotate(50deg);
	width: clamp(calc(78px*0.4), calc(78*0.0695vw), 78px);
}

.l-bg-neon__item--09 {
	transform: translate(-50%, 0) rotate(70deg);
}

.l-bg-neon__item--09 span {
	animation: kurukuru 5s ease-in-out 8.5s infinite reverse;
}

.l-bg-neon__item--09 img {
	transform: rotate(620deg);
	width: clamp(calc(68px*0.4), calc(68*0.0695vw), 68px);
}

.l-bg-neon__item--10 {
	transform: translate(-50%, 0) rotate(103deg);
}

.l-bg-neon__item--10 span {
	animation: kurukuru 5s ease-in-out 7s infinite;
}

.l-bg-neon__item--10 img {
	transform: rotate(-90deg);
	width: clamp(calc(55px*0.4), calc(55*0.0695vw), 55px);
}

.l-bg-neon__item--11 {
	transform: translate(-50%, 0) rotate(-108deg);
}

.l-bg-neon__item--11 span {
	animation: kurukuru 5s ease-in-out 1.5s infinite reverse;
}

.l-bg-neon__item--11 img {
	transform: rotate(80deg);
	width: clamp(calc(47px*0.4), calc(47*0.0695vw), 47px);
}

.l-mainvisual {
	padding-top: 138px;
}

.l-mainvisual__container {
	margin: 0 auto 0;
	max-width: 800px;
	width: 92%;
}

.l-mainvisual__container .site-logo {
	margin: 0 auto 0;
	max-width: 615px;
	width: 80%;
}

.l-mainvisual__container .schedule {
	color: #FEEF00;
	font-family: "Roboto", sans-serif;
	font-size: clamp(60px, calc(80*0.05208vw), 80px);
	left: min(calc(30*0.05208vw), 30px);
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 0px 0px 10px #F0A1AE;
}

.l-mainvisual__container .schedule span {
	font-size: 0.5em;
}

.l-mainvisual__container .top-image {
	display: grid;
	margin: 50px auto 0;
	place-content: center;
}

.l-section {
	background: #192448;
	border-radius: 40px;
	box-shadow: 0px 0px 40px rgba(80, 80, 80, 0.32);
	margin: 100px auto 0;
	max-width: 1100px;
	padding: 50px 0 75px;
	width: 92%;
}

.l-section__inner {
	margin: 50px auto 0;
	max-width: 680px;
	width: 92%;
}

.l-section__timetable {
	column-gap: 2em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto 0;
	max-width: 780px;
	width: 92%;
}

.l-section .block-center {
	margin: 0 auto 0;
	width: fit-content;
}

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

.l-section .notes {
	color: #F0A1AE;
}

.l-section .mt--big {
	margin-top: 3rem;
}

.l-section .mt--mid {
	margin-top: 2rem;
}

.l-section .mt--sm {
	margin-top: 1rem;
}

.l-section .mt--ssm {
	margin-top: 0.5rem;
}

.l-section .mt--none {
	margin-top: 0;
}

.l-section .lh--10 {
	line-height: 1;
}

.l-section .lh--12 {
	line-height: 1.25;
}

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

.l-section .lh--18 {
	line-height: 1.85;
}

.l-section .lh--20 {
	line-height: 2;
}

.l-section .fz--07 {
	font-size: 0.75rem;
}

.l-section .fz--08 {
	font-size: 0.875rem;
}

.l-section .fz--10 {
	font-size: 1rem;
}

.l-section .fz--12 {
	font-size: 1.222rem;
}

.l-section .fz--14 {
	font-size: 1.444rem;
}

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

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

.l-section .lp--wide {
	letter-spacing: 0.08em;
}

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

.l-section .fw--mig {
	font-weight: 500;
}

.l-section .rakuten-ticket {
	position: relative;
}

.l-section .rakuten-ticket::after {
	background: url(./assets/images/logo/rakuten-ticket.jpeg) no-repeat top left/contain;
	bottom: 0;
	content: "";
	height: 49px;
	position: absolute;
	right: 0;
	width: 220px;
}

.l-section .anchor {
	color: #F0A1AE;
	text-decoration: none;
}

.l-section .sold-out::before {
	background: rgba(255, 0, 0, 0.7);
	border: 2px solid #fff;
	border-radius: 5px;
	content: "SOLD OUT";
	filter: drop-shadow(0px 0px 10px rgba(240, 161, 174, 0.5));
	font-size: 0.75rem;
	font-weight: 500;
	left: 50%;
	line-height: 1;
	padding: 0.5em 1em;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-5deg);
	z-index: 1;
}

.l-section .ticket-end::before {
	background: rgba(255, 0, 0, 0.7);
	border: 2px solid #fff;
	border-radius: 5px;
	content: "受付終了";
	filter: drop-shadow(0px 0px 10px rgba(240, 161, 174, 0.5));
	font-size: 0.875rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.5em 1em;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-5deg);
	z-index: 1;
}

.l-section .attention-list {
	align-items: baseline;
	display: grid;
	grid-template-columns: 9em 1fr;
	row-gap: 1em;
}

.artists-back {
	margin-top: 5em;
	text-align: center;
	text-decoration: underline;
}

.hr {
	border-color: #F0A1AE;
	margin: 3em 0;
}

.l-footer {
	padding-bottom: 200px;
}

.l-footer__anchor {
	color: #FEEF00;
	text-decoration: underline;
}

.l-footer__archives {
	margin: 100px auto 0;
	max-width: 480px;
	width: 88%;
}

.l-footer__archives .logo2023 {
	margin-top: 50px;
	transition: opacity 0.4s ease;
}

.l-footer__copy {
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-top: 100px;
	text-align: center;
}

.l-footer__copy small {
	font-size: 100%;
}

.l-popup {
	padding-bottom: 10vh;
	width: 100vw;
	z-index: 9999;
}

.l-popup.is-show {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.4s ease;
}

.l-popup__inner {
	display: flex;
	flex-direction: column-reverse;
	height: auto;
	justify-content: flex-end;
	margin: 0 auto 0;
	max-width: 680px;
	padding: 10vh 0 0;
	width: 88%;
}

.l-popup__inner .desc {
	margin: 0 auto 0;
	max-width: 480px;
	width: 100%;
}

.l-popup__inner .desc .name {
	border-bottom: 1px solid #525252;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0.5em 0;
	text-align: center;
}

.l-popup__inner .desc .profile {
	font-size: 0.95rem;
	margin-top: 1em;
	text-align: left;
}

.l-popup__inner .desc .profile .sns-list {
	margin-top: 1em;
}

.l-popup__inner .desc .profile .sns-list a {
	text-decoration: underline;
}

.l-popup__close {
	background: #fff;
	color: #000;
	font-size: 1.25em;
	padding: 0.5em 1em;
	position: fixed;
	right: 0;
	top: 0;
}

.ob-news__inner {
	height: 100%;
	max-height: 350px;
	overflow-y: auto;
}

.ob-news__item {
	align-items: baseline;
	column-gap: 1em;
	display: grid;
	font-size: clamp(18px, calc(20*0.05208vw), 20px);
	grid-template-columns: 5em 1fr;
	margin-bottom: 20px;
}

.ob-news__item dt {
	font-weight: 300;
	letter-spacing: 0.02em;
}

.ob-news__item dd {
	line-height: 1.45;
}

.ob-news__item dd a {
	color: #f7f761;
	text-decoration: underline;
}

.ob-intro {
	font-size: 18px;
	line-height: 2;
	margin-top: 50px;
	text-align: center;
}

.ob-intro em {
	color: #F0A1AE;
	font-size: 1.111em;
	font-weight: 500;
}

.ob-x-container {
	background: #192448;
	border-radius: 40px;
	height: 400px;
	margin: 150px auto 0;
	max-width: 680px;
	max-width: 1100px;
	overflow: auto;
	width: 92%;
}

.ob-x-container iframe {
	height: 100%;
	margin: 0 auto;
	max-width: 680px;
	width: 100%;
}

.ob-company {
	font-size: 1.111rem;
	letter-spacing: 0.02em;
	margin: 100px auto 0;
	max-width: 680px;
	text-align: center;
	width: 92%;
}

.ob-company__list {
	align-items: center;
	column-gap: 25px;
	display: grid;
	margin: 25px auto 0;
	row-gap: 20px;
	width: 90%;
}

.ob-company__list--01 {
	grid-template-columns: 100%;
}

.ob-company__list--02 {
	grid-template-columns: repeat(2, 1fr);
}

.ob-company__list--03 {
	grid-template-columns: repeat(3, 1fr);
}

.ob-company__list__item {
	width: auto;
}

.ob-company__list__item img {
	height: 100%;
}

.ob-company__list__item img.tvAsahi {
	height: 80px;
}

.ob-company__list__item img.exsam {
	height: 60px;
}

.ob-company__list__item img.tst {
	height: 70px;
}

.ob-company__list__item img.jam {
	height: 120px;
	object-position: right;
}

.ob-company__list__item img.idolFes {
	height: 80px;
	object-position: left;
}

.ob-company__list__item img.amanoya-banner {
	width: 100%;
}

.ob-company__list__item img.amanoya {
	height: 100px;
}

.ob-company__list__item a {
	transition: opacity 0.4s ease;
}

.ob-cast {
	margin: 50px auto 0;
	width: 88%;
}

.ob-cast__list {
	column-gap: 1em;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 3em;
}

.ob-cast__list li {
	position: relative;
}

.ob-cast__list li.is-new::after {
	background: url(./assets/images/item/icon-new.svg) no-repeat top left/contain;
	content: "";
	height: 33px;
	left: -5px;
	opacity: 0.95;
	pointer-events: none;
	position: absolute;
	top: -15px;
	transform: scale(0.7);
	transform-origin: top left;
	width: 85px;
	z-index: 1;
}

.ob-cast__list li .thumb {
	aspect-ratio: 1/0.6;
	margin-bottom: 0.5em;
	overflow: hidden;
	width: 100%;
}

.ob-cast__list li .thumb img {
	height: 100%;
	object-fit: contain;
	object-position: center center;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.4s ease;
}

.ob-cast__list li .thumb.is-no-image img {
	object-fit: cover;
}

.ob-cast__list li .thumb--yumeado {
	background: #fff;
}

.ob-cast__list li .name {
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
	word-break: auto-phrase;
}

.fancybox-navigation {
	height: 100%;
}

.ob-cast-tab {
	margin-top: 100px;
	width: 100%;
}

.ob-cast-tab__button {
	border: 2px solid #a3a3a3;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	color: #a3a3a3;
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 500;
	height: 50px;
	letter-spacing: 0.05em;
	position: absolute;
	top: -50px;
	width: 25%;
	z-index: 2;
}

.ob-cast-tab__button::before {
	background: #182448;
	border-radius: 10px 10px 0 0;
	content: "";
	height: 102%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.ob-cast-tab__button--day1 {
	left: 24%;
}

.ob-cast-tab__button--day2 {
	right: 24%;
}

.ob-cast-tab__item {
	border-top: 2px solid #a3a3a3;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 0;
}

.ob-cast-tab__item__content {
	height: 100%;
	visibility: hidden;
	width: 100%;
}

.ob-cast-tab__item.is-active {
	border-color: #fff;
	z-index: 1;
}

.ob-cast-tab__item.is-active .ob-cast-tab__button {
	border-color: #fff;
	color: #fff;
	pointer-events: none;
}

.ob-cast-tab__item.is-active .ob-cast-tab__item__content {
	background: #182448;
	visibility: visible;
}

.ob-totop {
	bottom: 80px;
	position: fixed;
	right: 40px;
	transform: translateY(0px);
	transition: transform 0.4s ease-in-out;
	width: 50px;
	z-index: 10;
}

.ob-scrollphoto {
	margin-top: 60px;
	pointer-events: none;
	user-select: none;
}

.ob-scrollphoto__container {
	height: 150px;
	width: 100vw;
}

.ob-scrollphoto__container:first-child {
	margin-bottom: 25px;
}

.ob-scrollphoto__container .swiper-wrapper {
	transition-timing-function: linear;
}

.ob-scrollphoto__container .swiper-wrapper .swiper-slide {
	width: fit-content;
}

.ob-scrollphoto__container .swiper-wrapper .swiper-slide img {
	height: 100%;
	width: auto;
}

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

.c-button a:hover {
	background: #F0A1AE;
	color: #182448;
	transition: color 0.4s ease, background 0.4s ease;
}

.l-nav__item a:hover {
	filter: brightness(1.2) drop-shadow(0px 0px 10px #fff);
	transition: filter 0.3s ease;
}

.l-footer__anchor:hover {
	text-decoration: none;
}

.l-footer__archives .logo2023:hover {
	opacity: 0.7;
	transition: opacity 0.4s ease;
}

.l-popup__inner .desc .profile .sns-list a:hover {
	text-decoration: none;
}

.ob-news__item dd a:hover {
	text-decoration: none;
}

.ob-company__list__item a:hover {
	opacity: 0.5;
	transition: opacity 0.4s ease;
}

.ob-cast__list li .thumb--button:hover img {
	transform: scale(1.1);
	transition: transform 0.4s ease;
}

.ob-cast-tab__button:hover::before {
	background: rgba(255, 255, 255, 0.08);
}

.ob-totop:hover {
	transform: translateY(-20px);
	transition: transform 0.4s ease-in-out;
}

.fancybox-slide--image {
	overflow-y: scroll;
}

.fancybox-slide--image::-webkit-scrollbar {
	width: 10px;
}

.fancybox-slide--image::-webkit-scrollbar-track {
	background: #182448;
	border: none;
}

.fancybox-slide--image::-webkit-scrollbar-thumb {
	background: #F0A1AE;
	border-radius: 10px;
	box-shadow: none;
}

.fancybox-slide--image * {
	scrollbar-color: #F0A1AE #182448; /*つまみの色 軌道の色*/
	scrollbar-width: thin; /*細さ*/
}

.fancybox-slide--image .fancybox-content {
	left: 50%;
	transform: translateX(-50%) !important;
	width: 80vw !important;
}

.fancybox-image,
.fancybox-spaceball {
	height: auto;
}

.fancybox-button--zoom {
	display: none;
}

.s-hover--opa {
	opacity: 1;
	transition: opacity 0.4s ease;
}

.s-hover--opa:hover {
	opacity: 0.5;
	transition: opacity 0.4s ease;
}

.s-hover--bright {
	filter: brightness(1);
	transition: filter 0.4s ease;
}

.s-hover--bright:hover {
	filter: brightness(1.3);
	transition: filter 0.4s ease;
}

}

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

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

}

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

html {
	font-size: 14px;
}

body::before {
	background-image: url(./assets/images/background/bg-sp.webp);
}

.is-pc {
	display: none;
}

.is-tb {
	display: block;
}

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

.c-heading--sm {
	font-size: 24px;
}

.l-header {
	background: none;
}

.l-header__logo {
	display: block;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 180px;
	z-index: 5;
}

.l-header__nav {
	background: #020514;
	height: 100lvh;
	left: 0;
	opacity: 0;
	padding: 100px 0 50px;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.5s ease;
	width: 100%;
	z-index: 98;
	z-index: 2;
}

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

.l-header__button {
	display: grid;
	filter: drop-shadow(0px 0px 5px #fff);
	height: 58px;
	place-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 58px;
	z-index: 5;
}

.l-header__button__line-box {
	border: 2px solid #F0A1AE;
	border-radius: 5px;
	height: 48px;
	width: 48px;
}

.l-header__button__line-box .line {
	background: #F0A1AE;
	border-radius: 1px;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0) rotate(0deg);
	transform-origin: center center;
	transition: top 0.3s ease 0.3s, transform 0.3s ease;
	width: 32px;
}

.l-header__button__line-box .line--01 {
	top: 12px;
}

.l-header__button__line-box .line--02 {
	top: 21px;
	transition: opacity 0.3s;
}

.l-header__button__line-box .line--03 {
	top: 30px;
}

.l-nav {
	flex-direction: column;
	font-size: 20px;
	justify-content: start;
	overflow: auto;
}

.l-nav__item {
	display: block;
	height: auto;
	margin: 0;
	padding: 15px 40px;
}

.l-bg-neon__item {
	animation-iteration-count: 5;
}

.l-bg-neon__item--inner {
	top: calc(-20*0.2666vw);
}

.l-bg-neon__item--outer {
	top: calc(-60*0.2666vw);
}

.l-bg-neon__item--01 {
	transform: translate(-50%, 0) rotate(50deg);
}

.l-bg-neon__item--01 span {
	animation-iteration-count: 5;
	top: -20px;
}

.l-bg-neon__item--01 img {
	width: calc(calc(49 * 0.2666vw) * .4);
}

.l-bg-neon__item--02 {
	transform: translate(-50%, 0) rotate(-20deg);
}

.l-bg-neon__item--02 span {
	animation-iteration-count: 5;
	top: 10px;
}

.l-bg-neon__item--02 img {
	transform: rotate(0deg);
	width: calc(calc(110 * 0.2666vw) * .4);
}

.l-bg-neon__item--03 {
	transform: translate(-50%, 0) rotate(-80deg);
}

.l-bg-neon__item--03 img {
	width: calc(calc(89 * 0.2666vw) * .4);
}

.l-bg-neon__item--04 {
	transform: translate(-50%, 0) rotate(20deg);
}

.l-bg-neon__item--04 img {
	top: 20px;
	transform: rotate(0deg);
	width: calc(calc(76 * 0.2666vw) * .4);
}

.l-bg-neon__item--05 img {
	width: calc(calc(62 * 0.2666vw) * .4);
}

.l-bg-neon__item--06 {
	transform: translate(-50%, 0) rotate(-50deg);
}

.l-bg-neon__item--06 img {
	width: calc(calc(93 * 0.2666vw) * .4);
}

.l-bg-neon__item--07 span {
	animation-iteration-count: 5;
}

.l-bg-neon__item--07 img {
	width: calc(calc(80 * 0.2666vw) * .4);
}

.l-bg-neon__item--08 img {
	width: calc(calc(78 * 0.2666vw) * .4);
}

.l-bg-neon__item--09 {
	transform: translate(-50%, 0) rotate(60deg);
}

.l-bg-neon__item--09 span {
	animation-iteration-count: 5;
}

.l-bg-neon__item--09 img {
	width: calc(calc(68 * 0.2666vw) * .4);
}

.l-bg-neon__item--10 span {
	animation-iteration-count: 5;
}

.l-bg-neon__item--10 img {
	width: calc(calc(55 * 0.2666vw) * .4);
}

.l-bg-neon__item--11 span {
	animation-iteration-count: 5;
}

.l-bg-neon__item--11 img {
	width: calc(calc(47 * 0.2666vw) * .4);
}

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

.l-mainvisual__container {
	max-width: 480px;
}

.l-mainvisual__container .schedule {
	font-size: 24px;
}

.l-mainvisual__container .top-image {
	margin-top: 25px;
}

.l-section {
	border-radius: 20px;
	box-shadow: none;
	margin-top: 75px;
	max-width: 480px;
}

.l-section__timetable {
	grid-template-columns: 100%;
	row-gap: 2em;
}

.l-section .mt--none {
	margin-top: 0;
}

.l-section .fz--sp10 {
	font-size: 1rem;
}

.l-section .fz--sp12 {
	font-size: 1.222rem;
}

.l-section .rakuten-ticket {
	margin-bottom: 120px;
}

.l-section .rakuten-ticket::after {
	bottom: -80px;
	left: 50%;
	right: auto;
	transform: translate(-50%, 0);
}

.l-popup__inner {
	max-width: 375px;
}

.l-popup__inner .desc .name {
	font-size: 15px;
}

.l-popup__close {
	font-size: 1rem;
}

.ob-news__item {
	font-size: 16px;
}

.ob-intro {
	font-size: 15.5px;
	word-break: auto-phrase;
}

.ob-x-container {
	border-radius: 20px;
	margin-top: 80px;
}

.ob-cast {
	width: 92%;
}

.ob-cast__list {
	column-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 2em;
}

.ob-cast__list li.is-new::after {
	transform: scale(0.5);
}

.ob-cast__list li .name {
	font-size: 13px;
}

.ob-cast-tab {
	margin-top: 75px;
}

.ob-cast-tab__button {
	border-radius: 15px 15px 0 0;
	font-size: 1.15rem;
	width: 50%;
}

.ob-cast-tab__button::before {
	border-radius: 15px 15px 0 0;
}

.ob-cast-tab__button--day1 {
	border-left: none;
	border-top-left-radius: 0;
	left: 0;
}

.ob-cast-tab__button--day2 {
	border-right: none;
	border-top-right-radius: 0;
	right: 0;
}

.ob-totop {
	bottom: 20px;
	right: 20px;
	width: 35px;
}

.ob-scrollphoto {
	margin-top: 30px;
}

.ob-scrollphoto__container {
	height: 80px;
}

.ob-scrollphoto__container:first-child {
	margin-bottom: 5px;
}

}

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

.is-sp {
	display: block;
}

.ob-cast__list li .name {
	font-size: 12px;
}

}

@keyframes pikapika {

0% {
	filter: brightness(1);
}

8% {
	filter: brightness(1);
}

10% {
	filter: brightness(0.5);
}

12% {
	filter: brightness(1.5);
}

14% {
	filter: brightness(0.5);
}

16% {
	filter: brightness(1.5);
}

18% {
	filter: brightness(0.5);
}

20% {
	filter: brightness(1.5);
}

22% {
	filter: brightness(1);
}

100% {
	filter: brightness(1);
}

}

@keyframes kurukuru {

0% {
	transform: rotate(0deg);
}

20% {
	transform: rotate(360deg);
}

100% {
	transform: rotate(360deg);
}

}

