html {
	background: rgb(182, 210, 224);
	color: black;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-size: 100%;
	line-height: 1.6;
	transition-duration: 0.2s;
	transition-property: background;
}
html,
body {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}
a {
	transition-duration: 0.5s;
}
a:link,
a:visited {
	color: #d6cf8e;
	text-decoration: none;
}
a:hover {
	color: black;
}
.noto-serif {
	font-family: "Noto Serif JP", serif;
}
.noto-sans {
	font-family: "Noto Sans JP", sans-serif;
}
.main {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	opacity: 0;
	transition-duration: 0.1s;
}
.bottom {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	top: 0;

	display: flex;
	justify-items: flex-end;
	align-content: flex-end;
}
.bottom.white {
	z-index: -1;
}
.bottom.black {
	z-index: -2;
}
.image001 {
	margin: auto 0 0 auto;
	width: 1000px;
	opacity: 0;
	transition-property: opacity, padding;
	transition-duration: 0.5s, 0s;
}
.image002 {
	margin: auto 0 0 auto;
	width: 1000px;
	opacity: 0;
	transition-property: opacity, padding;
	transition-duration: 0.5s, 0s;
}
.bolder {
	font-weight: 700;
}
#title {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-top: 2rem;
	position: relative;
	margin-top: calc(-60vh + 2rem);
}
#intro-copy {
	width: 100%;
	text-align: center;
	height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	opacity: 0;
}
.copy {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	word-break: keep-all;
}
.title-image {
	width: 30vw;
	max-width: calc(1024px * 0.3);
	margin: 0 auto;
	text-align: center;
	padding-left: 2vw;
}
.fade {
	animation: 2.2s ease 3s 1 fadeIn forwards;
	/* animation: 0.5s ease 0.3s 1 fadeIn forwards; */
}
.fade-in-out {
	animation: 3s ease-in-out 0.5s 1 fadeInOut forwards;
}
@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.dates-and-cast {
	text-align: center;
	padding-top: 1rem;
}
.kakko {
	margin-left: -1rem;
	margin-right: -1rem;
}
.kakko5 {
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}
.dates {
	font-size: 1.7rem;
	font-weight: 700;
}
.place {
	font-size: 1.2rem;
	font-weight: 700;
}
.star {
	margin-top: 2rem;
	text-align: center;
}

.kei {
	text-align: center;
	width: calc(1024 / 1024 * 100vw * 0.9);
	max-width: calc(1024px * 0.9);
	max-height: calc(56px * 0.9);
	height: calc(56 / 1024 * 100vw * 0.9);
	margin: 0 auto;
	margin-top: 0.75rem;
	background: url("./images/ame_kei.png") center center;
	background-size: cover;
}
.kei.reverse {
	transform: scale(-1, 1);
}
.kei2 {
	text-align: center;
	width: calc(8 / 1024 * 100vw * 1.2);
	height: calc(54 / 1024 * 100vw * 1.2);
	margin: 0 auto;
	margin-top: 0.75rem;
	margin-bottom: -1rem;
	background: url("./images/ame_kei2.png") center center;
	background-size: cover;
}
.kei3 {
	text-align: center;
	width: calc(225 / 1024 * 100vw * 0.9);
	height: calc(56 / 1024 * 100vw * 0.9);
	max-width: calc(225px * 0.9);
	max-height: calc(56px * 0.9);
	margin: 0 auto;
	margin-top: 0.75rem;
	background: url("./images/ame_kei3.png") center center;
	background-size: cover;
	transform: rotate(180deg) translate(-10px, 0);
}
.torikago {
	text-align: center;
	width: calc(102.5 / 1024 * 100vw * 1);
	height: calc(350 / 1024 * 100vw * 1);
	margin: 0 auto;
	background: url("./images/torikago.png") center center no-repeat;
	background-size: cover;
	margin-top: 1rem;
}
.tolive-bar {
	color: white;
	background-color: rgb(98, 148, 189);
	text-align: center;
	line-height: 3;
	margin: 0 auto;
	margin-top: 2rem;
	font-size: 0.9rem;
	transition-duration: 0.33s;
	transition-property: background-color, color;
	border: 0;
	display: block;
	border-radius: 2rem;
	display: inline-block;
	padding: 0 1rem;
}

.flyer {
	font-size: 0.6rem;
	margin-top: 1rem;
}
.flyer .bolder {
	transition-duration: 0.33s;
}
.flyer a:hover .bolder {
	color: white;
}
.cast-staff-names {
	font-size: 1rem;
	font-weight: 200;
	margin-top: 0.7rem;
}
.cast-staff-names rt {
	font-size: 0.6rem;
}
.nogi {
	font-size: 0.75rem;
}
.box {
	width: calc(100% - 4rem);
	margin-left: 2rem;
	margin-right: 2rem;
}
.minibox {
	border: 1px solid #aa0000;
	padding: 0.5rem 1rem;
	margin-top: 0.5rem;
}
.refund-notice .minibox {
	border-color: black;
}
.covid-notice,
.refund-notice {
	padding: 2rem 2rem;
	margin: 3rem 2rem;
	background-color: rgba(255, 255, 255, 0.4);
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 1.7;
}
.covid-notice-title {
	font-size: 0.9rem;
}
.covid-notice-date {
	font-size: 0.75rem;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.hr {
	width: calc(100% - 4rem);
	height: 1px;
	border-top: 1px solid black;
	margin: 12px 2rem;
}
.hr.dotted {
	border-top: 1px dotted black;
}
.covid-button,
.notice-button {
	width: 100%;
	color: white;
	background-color: rgb(98, 148, 189);
	text-align: center;
	line-height: 3;
	margin-top: 2rem;
	font-size: 0.9rem;
	transition-duration: 0.33s;
	transition-property: background-color, color;
	border: 0;
	display: block;
	border-radius: 2rem;
}

.mt-4 {
	margin-top: 1rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.white-text {
	color: white;
}
.black-text {
	color: black;
}
.blue-text {
	color: rgb(98, 148, 189);
}
.red-text {
	color: #aa0000;
}
.ml-2 {
	margin-left: 0.5rem;
}
.covid-desc-text .blue-text {
	transition-duration: 0.5s;
}
.covid-desc-text .blue-text:hover {
	color: black;
}
.covid-button:hover,
.notice-button:hover {
	background-color: #dddddd;
	cursor: pointer;
}
.red.covid-button:hover .bolder,
.red.notice-button:hover .bolder {
	color: #ad3e3e;
}
.covid-button:hover .bolder,
.notice-button:hover .bolder{
	color: rgb(98, 148, 189);
}
.info {
	margin-top: 0.5rem;
	margin-bottom: 3rem;
}
.info-title {
	font-size: 1rem;
	margin-bottom: 2rem;
}
.news-twitter-box {
	display: flex;
}
.news,
.twitter {
	width: 50%;
	height: 300px !important;
}
.news {
	display: flex;
	flex-direction: column;
	margin-right: 2rem;
	border-radius: 0.3rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}
.news-inner {
	font-size: 0.9rem;
	padding: 0.7rem 1rem;
	margin-bottom: 0;
	flex-grow: 1;
	overflow-y: scroll;
}
.a-news {
	margin-bottom: 0.5rem;
}
.news-title {
	font-size: 1.6rem;
	width: 100%;
	height: 55px;
	padding: 0.3rem 0.5rem 0.3rem 0.7rem;
}
.title {
	font-size: 1.3rem;
}
.title2 {
	font-size: 1rem;
	line-height: 2;
}

@media screen and (max-width: 900px) {
	.news-title {
		height: 44px;
		font-size: 1.3rem;
	}
}
.twitter {
	margin-left: 1rem;
}
.twitter,
.twitter-timeline {
	height: 400px;
}
.title {
	font-size: 1.1rem;
}
.title2 {
	font-size: 0.9rem;
	line-height: 2;
}
.story-text {
	margin-top: 2rem;
	line-height: 1.7;
	font-size: 1rem;
}
.versions {
	display: flex;
	justify-content: space-between;
	margin: 0 2rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-size: 1rem;
	line-height: 1.7;
}
.versions:first-child {
	margin-right: 2rem;
}
.versions:last-child {
	margin-left: 2rem;
}
.ver {
	width: 40%;
	flex: 0 1 40%;
}
.ver-text {
	text-align: left;
}
.schedule {
	color: white;
}
.schedule-table-box {
	width: calc(100% + 2rem);
	margin-left: -1rem;
}
.cast {
	margin-bottom: 2rem;
	color: white;
}
.cast-box {
	display: flex;
	margin-top: 2rem;
}
.a-cast {
	width: 25%;
	margin-right: 2rem;
	margin-left: 2rem;
}
.a-cast:first-child {
	margin-left: 0;
}
.a-cast:last-child {
	margin-right: 0;
}
.cast-image {
	width: 100%;
	max-width: 200px;
}
.cast-text {
	font-size: 0.9rem;
}
.actor {
	font-size: 1rem;
	font-weight: 700;
}
.comment_button_box {
	text-align: center;
	margin-top: 0.3rem;
}
.comment_button {
	border-radius: 1rem;
	font-size: 0.7rem;
	text-align: center;
	padding: 0.1rem 0.4rem;
	color: white;
	transition-duration: 0.33s;
	transition-property: color border;
	font-weight: bolder;
	border: 1px solid white;
}
.comment_button:hover {
	background-color: white;
	color: #626f97;
}
.schedule .title {
	margin-bottom: 1rem;
}
.comment_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.comment_overlay .actor {
	color: #626f97;
}
.a_comment {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0.85rem;
	display: none;
	filter: drop-shadow(0 0 3px white);
}
.comment_outer_box {
	position: fixed;
	display: flex;
	flex-direction: column;
	width: 400px;
	height: 340px;
	left: calc(50% - 200px);
	top: calc(50% - 170px);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.8);
	color: black;
	border: 1px solid white;
	padding: 1rem 2rem;
}
.comment_box {
	margin-bottom: auto;
}
.comment_head {
	font-weight: bolder;
	text-align: center;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
}
.comment_close {
	text-align: center;
	margin: auto;
	margin-bottom: 0.2rem;
	display: inline-block;
}
.comment_close a {
	margin-right: 1rem;
}
.comment_close a:last-child {
	margin-right: 0;
}
.comment_close_button {
	font-size: 0.7rem;
	border-radius: 1rem;
	background-color: rgba(92, 101, 128, 0.85);
	color: white;
	padding: 0.3rem 0.6rem;
	font-weight: bolder;
	font-family: "Noto Sans JP", sans-serif;
	transition-duration: 0.33s;
	transition-property: color border;
}
.comment_close_button:hover {
	background-color: white;
	color: #626f97;
}
.comment_close_button.disabled {
	background-color: #aaaaaa;
	color: #cccccc;
}
.header-sp {
	display: none;
}
.schedule-table {
	width: 100%;
	border-spacing: 0.5rem;
}
.table-date {
	font-weight: 700;
	font-size: 1.1rem;
}
.sch {
	width: 25%;
	padding: 0.2rem;
	margin-right: 0.5rem;
	margin-left: -0.5rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	font-weight: 200;
	font-size: 0.8rem;
	color: black;
}
.sch .total {
	font-size: 0.9rem;
}
.sch .bolder {
	font-size: 0.9rem;
}
.schedule-notice {
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-size: 0.8rem;
}
.schedule-notice.narrow {
	width: 65%;
	margin: 0 auto;
}
.ticket {
	margin-top: 1rem;
	color: white;
	margin-bottom: 4rem;
}
.ticket-info {
	margin-bottom: 2rem;
}
.ticket-box {
	width: 65%;
	border: 1px solid white;
	padding: 1rem;
	margin: 0 auto;
	margin-top: 1rem;
}
.strike {
	text-decoration: line-through;
}
.price-desc {
	font-size: 0.8rem;
}
.oneday-desc {
	margin-top: 0.75rem;
}
.ticket-available {
	margin-top: 3rem;
}
.live-streaming {
	margin-top: 1rem;
	margin-bottom: 2rem;
	text-align: center;
}
.live-streaming-lead {
	text-align: center;
}
.live-schedule {
	max-width: 580px;
	width: 58%;
	text-align: left;
	margin: 0 auto;
	margin-top: 1rem;
	font-size: 0.9rem;
}
.live-schedule a:hover {
	color: white;
}
.live-schedule .live-schedule-title {
	font-size: 1rem;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}
.bg-lightblue {
	background-color: rgba(98, 148, 189, 0.6);
}
.lightblue-text {
	color: rgba(98, 148, 189);
}
.nogi46 {
	font-size: 0.8em;
	margin: 0 -4px;
}
.streaming-date {
	margin-bottom: 0.8rem;
	font-weight: bolder;
}
.streaming-date-box {
	border-radius: 1rem;
	padding: 0.1rem 0.8rem;
}

.streaming-archive {
	margin-top: 0.4rem;
	margin-bottom: 2rem;
}
.streaming-archive-text {
	/* background-color: rgba(255, 255, 255, 0.5);
	color: black; */
	font-size: 0.9em;
}
.covid-description {
	margin-top: 4rem;
	margin-bottom: 2rem;
	background-color: rgba(255, 255, 255, 0.7);
}
.covid-desc-title {
	background-color: rgb(98, 148, 189);
	color: white;
	padding: 0.5rem;
	font-size: 1rem;
}
.covid-desc-text {
	padding: 2rem 2rem;
	font-size: 0.8rem;
	line-height: 1.7;
}
.covid-list {
	list-style-type: square;
	padding: 0;
	padding-left: 1rem;
	line-height: 1.7;
}

.covid-additional-text {
	padding: 0 1rem;
}
.attention {
	margin-top: 2rem;
	padding: 1rem 1rem 1rem 2rem;
	font-size: 0.8rem;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 1.7;
	margin-bottom: 2rem;
}
.attention-title {
	font-size: 1rem;
}
.attention-list {
	list-style-type: square;
	padding: 0 1rem;
}

.kome-list {
	list-style-type: none;
	padding: 0;
	padding-left: 1rem;
	font-size: 0.8rem;
	margin-top: 0;
	margin-bottom: 0;
}
.kome-list li {
	text-indent: -1rem;
}
.kome-list li::before {
	content: "※";
}
.place-name {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.sheet-chart {
	margin-bottom: 2rem;
	font-size: 0.8rem;
	border-radius: 1rem;
	padding: 3px 9px;
	background-color: black;
	margin-left: 1rem;
	transition-duration: 0.33s;
	transition-property: background-color, color;
}
.sheet-chart:hover {
	background: white;
	cursor: pointer;
}
.sheet-chart:hover .white-text {
	color: black;
}
.sheet {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}
.sheet-image {
	width: 600px;
	height: 820px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -410px;
	opacity: 0.8;
	filter: drop-shadow(0 0 3px black);
}
.close-sheet {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: 420px;
	margin-left: -24px;
	border-radius: 1rem;
	background-color: black;
	color: white;
	font-weight: bolder;
	padding: 3px 9px;
	font-size: 0.8rem;
	transition-duration: 0.33s;
}
.close-sheet:hover {
	color: black;
	background-color: white;
}
.access {
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.googlemap {
	margin-top: 1rem;
	height: 350px;
	filter: brightness(0.8) grayscale(1);
}
.staff {
	margin-top: 1rem;
	font-size: 0.8rem;
	margin-bottom: 2rem;
}
.more-info {
	margin-bottom: 680px;
}
.copyright {
	margin-bottom: 3rem;
}
.access,
.staff,
.copyright,
.more-info {
	font-size: 0.8rem;
}
.brsp {
	display: none;
}
.brnosp {
	display: block;
}
.spannosp {
	display: inline;
}
/* notice.html */
.notice-title {
	width: 60%;
	color: white;
	background-color: rgb(98, 148, 189);
	text-align: center;
	line-height: 3;
	margin: 2rem auto 3rem;
	font-size: 1.2rem;
	transition-duration: 0.33s;
	transition-property: background-color, color;
	border: 0;
	display: block;
	border-radius: 2rem;
}
.notice,
.info-page {
	opacity: 1;
}
.notice-box,
.info-box,
.refund-box {
	padding: 0 1rem 2rem;
}
.notice-box li,
.info-box li,
.refund-box li {
	line-height: 1.4;
	margin-top: 0.6rem;
	margin-bottom: 0.6rem;
	font-size: 0.9rem;
}
.info-box > ul > li:first-line {
	font-weight: 600;
}
.info-box > ul,
.notice-box > ul,
.refund-box > ul {
	padding: 0 1.7rem;
}
.cocoa-link,
.form-link-box {
	margin: 0.3rem 0;
}
.notice-link-text,
.link-text-blue {
	color: rgb(6, 80, 203);
	transition-duration: 0.33s;
	transition-property: color;
}
.notice-link:hover .notice-link-text,
.link-form:hover .link-text-blue {
	color: white;
}
ul.inner {
	list-style-type: "・";
	padding: 0 0.9rem;
}
.close-button {
	text-align: center;
	transition-duration: 0.33s;
	transition-property: background-color, color;
	border: 0;
	margin-top: 3rem;
}
.close-button a {
	color: white;
	background-color: black;
	margin: 2rem auto 3rem;
	font-size: 0.8rem;
	border-radius: 2rem;
	line-height: 1;
	padding: 0.2rem 0.8rem;
	font-weight: 600;
}
.close-button a:hover {
	background-color: white;
}
.close-button a:hover .white-text {
	color: black;
}
.red {
	background-color: #b15454;
}
@media screen and (max-width: 800px) {
	.news-twitter-box,
	.versions {
		flex-direction: column;
	}
	.news,
	.twitter {
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 2rem;
	}
	.ver {
		width: 75%;
		margin: 0 auto;
	}
	.ver:last-child {
		margin-top: 2rem;
	}
	.cast {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.cast-box {
		flex-wrap: wrap;
		padding-right: 0;
		margin-top: 1rem;
	}
	.a-cast {
		width: calc(50% - 0.5rem);
		margin-right: 0.5rem;
		margin-left: 0.5rem;
		margin-bottom: 1.5rem;
	}
	.cast-image {
		max-width: 400px;
	}
	.a-cast:nth-child(3) {
		margin-left: 0;
	}
	.a-cast:nth-child(2) {
		margin-right: 0;
	}
	.schedule-title {
		margin-top: 1rem;
	}
	.schedule-notice {
		font-size: 0.8rem;
	}
}

@media screen and (max-width: 650px) {
	.copy {
		font-size: 1.1rem;
	}
	.title-image {
		width: 60vw;
		margin: 0 auto;
		text-align: center;
		padding-left: 10vw;
	}
	.dates-and-cast {
		padding-top: 1rem;
	}
	.dates {
		font-size: 1.4rem;
	}
	.place {
		font-size: 1.1rem;
	}
	.cast-staff-names {
		font-size: 0.8rem;
		margin-top: 2rem;
	}
	.nogi {
		font-size: 0.6rem;
	}
	.kakko5 {
		margin-left: -0.3rem;
		margin-right: -0.3rem;
	}
	.box {
		width: calc(100% - 1rem);
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	.covid-notice,
	.refund-notice {
		padding: 1rem 1rem;
		margin: 2rem 0.5rem;
		font-size: 0.75rem;
	}
	.covid-button,
	.notice-button {
		font-size: 0.75rem;
		padding: 0.5rem 0.5rem;
		line-height: 1.5;
	}
	.brsp {
		display: block;
	}
	.brnosp {
		display: none;
	}
	.spannosp {
		display: none;
	}
	.news-twitter-box {
		margin-top: 1rem;
	}
	.info {
		margin-top: 0;
		margin-bottom: 1rem;
	}
	.info-title {
		margin-bottom: 0;
	}
	.story-text {
		margin-top: 2rem;
		line-height: 1.6;
		font-size: 0.95rem;
		padding: 0;
	}
	.ver {
		font-size: 0.95rem;
		width: 100%;
	}
	.schedule-table-box {
		width: calc(100% + 1rem);
		overflow-x: scroll;
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.header {
		display: none;
	}
	.header-sp {
		width: calc(100% - 1rem);
		margin-left: 0.5rem;
		border-collapse: collapse;
		display: table;
	}
	.table-date.pt {
		padding-top: 1rem;
		width: 100%;
	}
	.schedule-table {
		width: 100%;
		border-spacing: 0.5rem;
	}
	.sch {
		padding: 0.2rem;
		font-size: 0.9rem;
	}
	.ticket {
		margin-top: 1rem;
	}
	.ticket-info {
		font-size: 0.9rem;
		text-align: left;
		margin-top: 0;
	}

	.price-desc {
		font-size: 0.7rem;
	}
	.ticket-available {
		font-size: 0.8rem;
	}
	.covid-desc-title {
		font-size: 0.9rem;
	}
	.covid-desc-text {
		font-size: 0.77rem;
		padding: 1rem 0.5rem;
	}
	.covid-list {
		padding: 0;
		margin-left: 1rem;
	}
	.covid-additional-text {
		padding: 0 0.5rem;
	}
	.attention {
		font-size: 0.8rem;
		padding: 0.5rem 0;
	}
	.attention-title {
		font-size: 0.9rem;
	}
	.attention-list {
		font-size: 0.8rem;
		padding: 0.5rem;
		margin-left: 1rem;
	}
	.access,
	.staff,
	.more-info {
		font-size: 0.8rem;
	}
	.more-info {
		margin-bottom: 240px;
	}
	.access,
	.staff {
		margin-top: 1rem;
	}
	.googlemap {
		height: 280px;
	}
	.copyright {
		font-size: 0.7rem;
	}
	.hr {
		width: calc(100% - 1rem);
		height: 1px;
		border-top: 1px solid black;
		margin: 12px 0.5rem;
	}
	.ticket-box {
		width: 100%;
		margin-left: 0;
	}
	.schedule-notice.narrow {
		width: 100%;
	}
	.kei {
		height: calc(90 / 1024 * 100vw * 0.9);
		background: url("./images/ame_keib.png") center center no-repeat;
		background-size: contain;
	}
	.kei2 {
		width: calc(8 / 1024 * 100vw * 2.4);
		height: calc(54 / 1024 * 100vw * 2.4);
		margin-top: 0.75rem;
		margin-bottom: -1rem;
	}
	.kei3 {
		text-align: center;
		width: calc(225 / 1024 * 100vw * 1.2);
		height: calc(56 / 1024 * 100vw * 1.2);
		max-width: calc(225px * 0.9);
		max-height: calc(56px * 0.9);
		margin-top: 0.75rem;
		transform: rotate(180deg) translate(-10px, 0);
	}
	.torikago {
		text-align: center;
		width: calc(102.5 / 1024 * 100vw * 2.4);
		height: calc(350 / 1024 * 100vw * 2.4);
	}
	.comment_outer_box {
		width: 325px;
		height: 380px;
		left: calc(50% - 162.5px);
		top: calc(50% - 190px);
		padding: 1rem;
		filter: drop-shadow(0 0 1rem white);
	}
	.comment_box {
		font-size: 0.9rem;
	}
	.actor {
		font-size: 1rem;
	}
	.comment_button {
		margin-top: 0.7rem;
	}
	.comment_button,
	.comment_close_button {
		font-size: 0.9rem;
		padding: 0.1rem 0.7rem;
	}
	.a_comment {
		filter: none;
	}
	.sheet-image {
		width: 325px;
		height: 444px;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-left: -160px;
		margin-top: -222px;
		opacity: 0.8;
		filter: none;
	}
	.close-sheet {
		margin-top: 232px;
		font-size: 0.8rem;
	}
	.image001,
	.image002 {
		width: 100%;
	}
	.notice-title {
		font-size: 1rem;
		padding: 0.2rem 0.2rem;
		line-height: 2;
		width: 90%;
	}
	.notice-box,
	.info-box {
		padding: 0;
	}
	.refund-box {
		padding: 0 0.5rem;
	}
	.notice-box ul,
	.info-box ul,
	.refund-box ul {
		padding: 0 0.5rem 0 1.3rem;
	}
	.notice-box li,
	.info-box li,
	.refund-box li {
		font-size: 0.85rem;
	}
	.close-button {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
	ul.inner {
		padding: 0 0.65rem;
	}
	.live-streaming {
		font-size: 0.9rem;
		padding: 0 0.5rem;
	}
	.live-streaming-lead {
		text-align: left;
	}
	.live-schedule {
		max-width: unset;
		width: 100%;
		padding: 0;
		font-size: 0.9rem;
	}
	.text-nosp {
		color: transparent;
		margin-left: -0.5rem;
	}
	.cocoa-link,
	.inquery-link {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
