@charset "UTF-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	font-size:100%;
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
}
th,td {
	font-size:100%;
}
a img {
	border: none;
}
address,caption,em,strong,th,td,textarea {
	font-style:normal;
	font-weight:400;
}
caption,th,td {
	text-align:left;
}
input,select,textarea {
	vertical-align:middle;
}
picture br {
	display:none;
}

/*common*/
body {
	position: relative;
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-wrap: anywhere;
}
a {
	color: #739cd0;
}
img {
  -webkit-backface-visibility: hidden;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.s_img {
	width: 100%;
	height: auto;
	display: block;
}
.stext {
	font-size: 4vw;
	line-height: 1.7em;
}
.stext.b {
	font-weight: bold;
}

.f-ShueiM {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
}
.f-ShueiM.b {
	font-weight: 600;
}
.f-Gotham {
	font-family: gotham, sans-serif;
	font-weight: 300;
}
.f-Gotham.Bold {
	font-weight: 700;
}
.f-Gotham.Ultra {
	font-weight: 900;
}
.wf-loading {
	opacity: 0;
}
.wrapper,
.main {
	width: 100%;
}

/*mainvisual*/
.mainvisual {
	position: relative;
	height: 100svh;
}
.mainvisual::after {
	content: "";
	position: absolute;
	inset: 0;
	display: block;
	border: 13px solid rgba(255,255,255,.4);
	pointer-events: none;
}
.mv_contents {
	position: absolute;
	width: 100%;
	max-width: 420px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	z-index: 1;
	inset: auto 0 10% 0;
	margin: auto;
	text-align: center	
}
.mv_banner {
	/*width: 34%;
	max-width: 280px;*/
	inset: 6.6svh 0 auto 0;
	position: absolute;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.bannerSwiper .swiper-slide {
	width: 32svh;
	margin: 5px 5px 0;;
}
.mv_banner_btn {
	display: block;
	color: #ff7dbe;
	text-decoration: none;
	transition: 0.1s;
}
.mv_banner_btn:hover .s_img {
	opacity: 0.66;
}
.mv_banner_btn.newicon {
	position: relative;
}
.mv_banner_btn.newicon::after {
	content: "NEW";
	display: block;
	font-family: gotham, sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1.6em;
	height: 1.6em;
	width: 3.6em;
	background-color: #ff7dbe;
	position: absolute;
	top: 0;
	right: 0;
}
.banner_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.25em;
	transition: 0.1s;
	z-index: 1;
	position: relative;
	background-color: #fff;
}
.mv_banner_btn:hover .banner_text {
	/*font-weight: bold;*/
}
.banner_text .contents_h,
.banner_text .stext {
	font-size: 0.8rem;
	padding: 0;
	color: #000;
	font-style: normal;
	margin: 0 auto;
}
.read_img {
	width: 30.4%;
	max-width: 180px;
	inset: 20px 15px 0 auto;
	position: absolute;
	z-index: 1;
}
.read_img.pc {
	display: none;
}
.platforms_img {
	width: 50%;
	max-width: 280px;
	inset: 15px;
	position: absolute;
	z-index: 1;
}
.logo_operahouse_img {
	width: 52%;
	max-width: 280px;
	inset: auto 0 20px;
	margin: auto;
	position: absolute;
	z-index: 1;
}
.mainvisula_img {
	width: 100%;
	height: 100svh;
	object-fit: cover;
	object-position: 50% 26%;
}

/*contets*/
.contents_wrap {
	margin-top: 55px;
	padding: 0;
}
.contents_h {
	font-size: 8vw;
	font-family: gotham, sans-serif;
	font-weight: 300;
	font-style: italic;
	color: #ff7dbe;
	text-align: left;
	line-height: 1em;
	padding: 0 13px;
}

/*logobanner*/
.logo_wrap {
	margin: 0 auto;
}
.logo_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1em auto 0;
}
.logo_img {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.logo_img.nintendo {
	background-image: url(img/nintendo_red_logo_sp.png);
}
.logo_img.steam {
	background-image: url(img/steam_black_logo_sp.png);
}
.store_btn {
	display: block;
	width: 70%;
	height: 60px;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #ff7dbe;
	border-radius: 5px;
  transition: color 0.5s ease;
  position: relative;
  box-shadow: 0 0 5px 5px #fffcfc;
}
.store_btn p {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 4vw;
	line-height: 1.2em;
	color: #ff7dbe;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.store_btn p .s {
	font-size: 3.4vw;
}
a.store_btn:hover p {
	color: #fff;
}
a.store_btn:hover::before {
  transform: scaleY(1);
}
.store_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ff7dbe;
  transform: scaleY(0);
  transition: all 0.3s ease;
  transition-property: transform;
}
.store_btn i.fa-solid {
	color: #ff7dbe;
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	left: auto;
	margin: auto;
	font-size: 3vw;
}
a.store_btn:hover i.fa-solid {
	color: #fff;
}

/*introduction*/
.introduction .stext {
	font-family: fot-matisse-pron, sans-serif;
	text-align: left;
	margin-top: 1.7em;
	padding: 0 13px;
}
.introduction .stext.big {
	color: #3d6dcc;
	font-size: 4.8vw;
}
.pv_illust_img {
	margin-top: 1.7em;
}

/*movie*/
.movie {
	background: url(img/sub2_gray_A_compress.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.movie .contents_inner {
	padding: 50px 0;
	backdrop-filter: blur(4px);
}

#main-video {
	width: calc(100% - 26px);
	max-width: 800px;
	aspect-ratio: 16 / 9;
	margin: 50px auto 20px;
	display: block;
}

/* --- スマホ（デフォルト） --- */
.thumbnails {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 3px;
	padding: 0 13px;
}
.thumbnail {
	cursor: pointer;
	border: 1px #eee solid;
	background-color: rgba(255,255,255,0.6);
	border-radius: 6px;
	transition: 0.3s;
	display: flex; /* スマホは画像とテキスト横並び */
	align-items: center;
	padding: 5px;
	text-align: left;
}
.thumbnail img {
	width: 120px;
	border-radius: 6px;
}
.thumbnail span {
	margin-left: 10px;
	font-size: 16px;
}
.thumbnail:hover {
	border-color: #ff7dbe;
}
.thumbnail.active {
	border-color: #ff7dbe;
	background-color: #fff;
}

/* --- PC用スタイル（768px以上） --- */
@media (min-width: 768px) {
	.thumbnails {
		flex-direction: row;
		justify-content: center;
		gap: 15px;
	}
	.thumbnail {
		flex-direction: column; /* 画像の下にテキスト */
		align-items: center;
		max-width: 160px;
		text-align: center;
	}
	.thumbnail img {
		width: 160px;
	}
	.thumbnail span {
		margin-left: 0;
		margin-top: 6px;
		font-size: 14px;
	}
}

/*chara*/
.chara_wrap {
	margin-top: 25px;
}
.chara_visual {
	position: relative;
}
.chara_h {
	font-family: co-headline, sans-serif;
	font-weight: 400;
	font-size: 40vw;
	text-align: left;
	opacity: .3;
	inset: 0 auto auto 0;
	position: absolute;
	transform: rotate(90deg) translate(-0.1em, -0.4em);
	transform-origin: left bottom;
	white-space: nowrap;
}
.c_Cherry .chara_h {
	color: #ff3399;
}
.c_Wathy .chara_h {
	color: #6699ff;
}
.c_Yuri .chara_h {
	color: #ff6666;
}

.cname_img {
	width: 50%;
	max-width: 280px;
	inset: 0 0 auto auto;
	position: absolute;
}
.chara_body {
	margin-top: 1em;
	padding: 0 13px;
}
.chara_voice h4 {
	font-size: 5.4vw;
	text-align: left;
}
.chara_voice h4 span {
	font-family: gotham, sans-serif;
	font-weight: 300;
	font-style: italic;
}
/*audio group*/
.audioList {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin-top: 1em;
}
.audioPlayer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.audioPlayer button {
	font-family: gotham, sans-serif;
	font-weight: 300;
	font-size: 6.6vw;
	line-height: 1.8em;
	width: 1.8em;
	height: 1.8em;
	text-align: center;
	color: #fff;
	background-color: #739cd0;
	border: none;
	border-radius: 1em;
	cursor: pointer;
}
.audioPlayer button.button-disabled {
	background-color: #eee;
	pointer-events: none;
}
.timeDisplay {
	opacity: 0;
	transition: 0.2s;
	color: #739cd0;
}
.playing .timeDisplay {
	opacity: 1;
}

.chara_text {
	margin-top: 0.5em;
}
.chara_text .stext {
	font-family: fot-matisse-pron, sans-serif;
	text-align: left;
}

/*thmbsSwiper*/
.thumbsSwiper {
	margin-top: 50px;
	box-sizing: border-box;
	padding: 0;
}
.thumbsSwiper .swiper-wrapper {
	flex-wrap: wrap;
}
.thumbsSwiper .swiper-slide {
	width: calc(100% / 3);
	height: 100%;
	opacity: 0.4;
	background-color: #888;
	cursor: pointer;
}
.thumbsSwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.thumbsSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
.thumbsSwiper .swiper-slide-thumb-active img {
	mix-blend-mode: normal;
}

/*gallery*/
.gallery {
	background-image: url(img/PART12.jpg);
	background-color: rgba(255,255,255,0.5);
	background-blend-mode: lighten;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.gallery .contents_inner {
	padding: 50px 0;
	backdrop-filter: blur(4px);
}
.gallery_ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 50px 10px 0;
}
.gallery_li {
	width: calc(100% / 2 - 20px);
	margin: 10px;
}
.gallery_li a {
	display: block;
	border: 1px #aaa solid;
}
.gallery_li a:hover {
	border-color: #ff7dbe;
}

/*product*/
.product_table {
	margin: 25px 13px 0;
}
.product_table,
.product_table th,
.product_table td {
	border: 1px #ddd solid;
	border-collapse: collapse;
}
.product_table th {
	background-color: #ff99cc;
	color: #fff;
	white-space: nowrap;
	padding: 5px 10px;
}
.product_table td {
	padding: 5px 10px;
}
.product_table td span {
	display: inline-block;
	line-height: 1.4em;
}
.product_table td span.s {
	margin-top: 1em;
	font-size: 3vw;
	line-height: 1.5em;
}

/*special*/
.special_ul {
	margin-top: 25px;
}
.special_li {
	margin: 25px 13px 0;
}
a.special_btn {
	text-decoration: none;
}
.special_btn .s_img {
	transition: 0.3s;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.special_btn:hover .s_img {
	opacity: 0.66;
}
.special_btn .stext {
	color: #000;
	text-align: center;
	transition: 0.3s;
	line-height: 2.4em;
}
a.special_btn:hover .stext {
	color: #739cd0;
}
.special_btn .stext::before,
.special_btn .stext::after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url(img/sakura.png) 50% 50% no-repeat;
	background-size: 1em auto;
}
.special_btn .stext::before {
	margin-right: 0.5em;
}
.special_btn .stext::after {
	margin-left: 0.5em;
}

/*footer*/
footer {
	margin-top: 50px;
	background-color: #ff99cc;
}
.title_h2 {
	margin: 0 auto;
	padding-top: 25px;
	width: 39.2%;
	max-width: 294px;
}
.sns {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sns_li {
}
.sns_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	padding-left: 1em;
	border: 1px transparent solid;
	transition: 0.3s;
}
.sns_btn:hover {
	border-color: #fff;
}
.sns_btn .s_img {
	width: 40px;
}
.legalnotice {
	margin-top: 25px;
	padding: 0 13px 13px;
}
.legalnotice .stext {
	margin-top: 1.7em;
	color: #ffe9f4;
	font-size: 10px;
	text-align: left;
	line-height: 1.4em;
}

/*subpage*/
.subpage .mainvisual,
.subpage .mainvisula_img {
	height: 70px;
}
.subpage .mainvisula_img {
	object-position: 50% 42%;
}
.subpage .mv_contents {
	width: 25%;
	inset: 0 auto 0 13px;
}

/*subpage cast comment*/
.accordion {
	margin-top: 50px;
	padding: 0 13px;
}
.toggle {
	display: none;
}
.comment_option {
	position: relative;
	margin-bottom: 1em;
}
.comment_title,
.comment_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.comment_title {
	border: solid 1px #739cd0;
	padding: 0;
	display: block;
}
.toggle_icon {
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px #ff7dbe dashed;
	inset: 0 13px 0 auto;
	margin: auto;
	position: absolute;
	cursor: pointer;
}
.toggle_icon::after,
.toggle_icon::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 3px;
	height: 1em;
	background-color: #ff7dbe;
	transition: all 0.3s;
}
.toggle_icon::after {
	transform: rotate(90deg);
}
.comment_content {
	max-height: 0;
	overflow: hidden;
	background-color: #ffe5e5;
}
.toggle:checked + .comment_title + .comment_content {
	max-height: 400svh;
	padding-bottom: 50px;
	transition: all 1.5s;
}
.toggle:checked + .comment_title .toggle_icon::before {
	transform: rotate(90deg) !important;
}
.comment_body {
	margin-top: 25px;
	padding: 0 13px;
}
.comment_body .stext {
	margin: 25px auto 0;
}
.comment_body .stext.que {
	width: calc(100% - 4em);
	color: #739cd0;
	position: relative;
}
.comment_body .stext.que::before {
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 0;
	left: -2em;
	background: url(img/q_icon.png) 0 0 no-repeat;
	background-size: 26px auto;
}
.comment_body .stext.ans {
	padding-bottom: 1em;
}
.casts {
	position: relative;
	margin-top: 80px;
	padding: 0 13px;
}
.casts::before {
	content: "";
	display: block;
	inset: -60px 0 auto 0;
	margin: auto;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(img/sakura_round_animation.png) 50% 50% no-repeat;
	background-size: 100% auto;
	animation:3s linear infinite rotation1;
}
@keyframes rotation1{
	0%{ transform:rotate(0); }
	100%{ transform:rotate(360deg); }
}
.casts .s_img {
	max-width: 210px;
	margin: 0 auto;
	border: 1px #fff solid;
	border-radius: 20px;
}
.casts .stext {
	margin-top: 25px;
	color: #ff3399;
}

/*subpage news*/
.news {
	margin-top: 50px;
	padding: 0 13px;
}
.news_read {
	margin-top: 25px;
}
.nwes_header3 {
	margin-top: 25px;
	color: #ff7dbe;
	font-size: 4vw;
	border-bottom: 1px #eee solid;
}
.news_box {
	padding: 1em;
	margin: 25px auto 0;
	background-color: #ffe5e5;
}
.news_box .stext {
	margin-top: 0.5em;
}
.news_box .s_img {
	max-width: 210px;
	margin: 1em auto;
	border: 1px #fff solid;
	border-radius: 5px;
}
.news_box .goods_img {
	max-width: none;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;	
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube.news_video {
	width: 80%;
	margin: 1em auto;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

.news_nav {
	width: 100%;
	margin: 1em auto;
	border: 1px #fff solid;
	border-bottom: none;
}
.news_nav li {
	border-bottom: 1px #fff solid;
}
.news_nav .anchor_link {
	display: block;
	width: 100%;
	padding: 0 0.5em;
	box-sizing: border-box;
	height: 2.6em;
	line-height: 2.6em;
	color: #ff7dbe;
	text-decoration: none;
	background-color: #fbfbfb;
	border: 1px #fff solid;
	font-size: 4vw;
	transition: 0.2s;
}
.news_nav .anchor_link:hover {
	background-color: #fff;
	border: 1px #ff7dbe solid;
}

/*event report*/
.eventreport .special_btn .stext,
.impression .special_btn .stext {
	position: relative;
	line-height: 1.8em;
}
.eventreport .special_btn .stext .s {
	font-size: 3.8vw;
	white-space: nowrap;
}
.eventreport .special_btn .stext .thin {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 3.6vw;
}
.eventreport .special_btn .stext::before,
.eventreport .special_btn .stext::after,
.impression .special_btn .stext::before,
.impression .special_btn .stext::after {
	position: absolute;
	top: calc(50% - 0.5em);
}
.eventreport .special_btn .stext::before,
.impression .special_btn .stext::before {
	left: -0.5em;
	margin-right: 0;
}
.eventreport .special_btn .stext::after,
.impression .special_btn .stext::after {
	right: -0.5em;
	margin-left: 0;
}

.news_nav.pagenumber {
	display: flex;
	justify-content: center;
	align-items: center;
}
.news_nav .page_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #ff7dbe;
	text-decoration: none;
	text-align: center;
	background-color: #fbfbfb;
	border: 1px #fff solid;
	font-size: 4.2vw;
	transition: 0.2s;
}
.news_nav .page_link:hover {
	background-color: #fff;
	border: 1px #ff7dbe solid;
}
.news_nav .page_link.visit {
	background-color: #ffe5e5;
}
.news_nav .pickup_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #ff7dbe;
	border: 1px #fff solid;
	border-radius: 10px;
	transition: 0.2s;
	margin-top: 1em;
}
.news_nav .pickup_link:hover {
	opacity: 0.6;
}
.news_read .b {
	font-weight: 600;
}
.c_k { color: #ff3399; }
.c_m { color: #0066ff; }
.c_h { color: #3300ff; }
.s_img.landscape {
	width: 70%;
	margin: auto;
}

/*impression*/
.impression_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
	margin-top: 20px;
}
.comment_cherry_img {
	width: 20.8vw;
}
.impression_box_inner {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #ffe5e5;
}
.impression_wrap {
	width: 100%;
	padding: 20px;
	margin-bottom: 1em;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
}
.impression_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.impression_wrap .stext {
	color: #9900ff;
	text-align: left;
}
.comment_img {
	width: 31.73vw;
}

/* モーダル全体 */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transform: scale(0.98);
  transition: 0.4s ease;
  pointer-events: none; /* 非表示時にクリック無効 */
}
.modal.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.modal.fade-out {
  opacity: 0;
  pointer-events: none;
}
.modal-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.modal-content {
  background-color: #000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  border-radius: 8px;
  overflow: hidden;
  width: 720px;
  max-width: 90vw;
}
.close {
  font-size: 28px;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  z-index: 1000;
}
.close:hover {
  color: #ccc;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Update*/
.update_wrap {
	margin: 1em 1em 0;
}
.update_wrap li {
	margin: 1em auto 0;
}
.update_wrap .update_day {
	font-size: 3.5vw;
	color: #666;
	text-align: left;
}
.update_wrap .update_info {
	font-size: 3.8vw;
	text-align: left;

}

@media (min-width: 768px) {
	/*common*/
	html,
	body {
		font-size: 62.5%;
		line-height: 1.6em;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.s_img {
		width: auto;
	}
	.stext {
		font-size: 1.8rem;
		line-height: 1.6em;
	}

	/*mainvisual*/
	.mainvisual {
		min-height: 700px;
	}
	.mainvisula_img {
		width: 100%;
		min-height: 700px;
		object-position: 50% 56%;
	}
	.mv_contents {
		width: 510px;
		inset: auto 0 50px 25px;
		margin: 0;
	}
	.mv_banner {
		width: 240px;
		inset: 80px 0 auto 50px;
		background-color: transparent;
	}
	.bannerSwiper .swiper-wrapper {
		flex-direction: column;
	}
	.bannerSwiper .swiper-slide {
    width: 100%;
    margin: 0;
	}
	.banner_text {
		padding: 1em;
	}
	.banner_text .contents_h,
	.banner_text .stext {
		font-size: 13px;
	}
	.mv_banner .s_img {
		width: 100%;
	}
	.title_img {
		width: 100%;
	}
	.read_img {
		inset: 50px 50px 0 auto;
	}
	.read_img.pc {
		display: block;
	}
	.platforms_img {
		inset: 30px;
	}
	.logo_operahouse_img {
		inset: auto 50px 50px auto;
	}
	.mainvisual::after {
		border-width: 20px;
	}

	/*contents*/
	.contents_wrap {
		margin-top: 70px;
	}
	.contents_h {
		max-width: 1280px;
		margin: auto;
		font-size: 5.6rem;
	}

	/*logobanner*/
	.logo_wrap {
		display: flex;
		max-width: 1000px;
		margin: 50px auto 0;
	}
	.logo_inner {
		margin: 1em 2em 0;
		width: 100%;
	}
	.logo_img {
		width: 60px;
		height: 60px;
	}
	.store_btn {
		height: 70px;
		width: calc(100% - 80px);
	}
	.store_btn p {
		max-width: 260px;
		margin: 0 auto;
		font-size: 24px;
	}
	.store_btn p .s {
		font-size: 18px;
	}
	.store_btn i.fa-solid {
		font-size: 14px;
	}

	/*introduction*/
	.introduction .stext {
		max-width: 980px;
		margin: 1.7em auto 0;
	}
	.introduction .stext.big {
		font-size: 2.8rem;
	}
	.pv_illust_img {
		margin: 40px auto 0;
		width: 100%;
		max-width: 3000px;
	}

	/*movie*/
	.movie .contents_inner {
		padding: 70px 0;
	}

	/*chara*/
	.chara_wrap {
		margin: 50px auto 0;
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		flex-wrap: wrap;
		max-width: 1020px;
	}
	.mainSwiper {
		width: calc(100% - 240px);
		min-width: 780px;
	}
	.thumbsSwiper {
		width: 660px;
	}

	.chara_main {
		min-height: 700px;
	}
	.chara_h {
		font-size: 24rem;
		opacity: .1;
		transform: rotate(0) translate(0, 0.3em);
		z-index: -1;
	}
	.chara_visual {
		width: 100%;
	}
	.chara_img {
	}
	.c_Cherry .chara_img,
	.c_Wathy .chara_img,
	.c_Yuri .chara_img {
		height: 100svh;
		margin: 0 -60px 0 auto;
	}
	.c_Shoko .chara_img,
	.c_Yua .chara_img,
	.c_Hayato .chara_img {
		width: 500px;
		margin: 0 10px 0 auto;
		border-radius: 30px 0 0 30px;
	}
	.cname_img {
		inset: 140px auto auto 0;
	}
	.chara_body {
		position: absolute;
    left: 25px;
    top: 390px;
    width: 45%;
	}
	.chara_voice h4 {
		font-size: 2.4rem;
	}
	.audioList {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.audioPlayer button {
		font-size: 2rem;
		margin: 0.25em;
	}

	/*gallery*/
	.gallery .contents_inner {
		padding: 70px 0;
	}
	.gallery_ul {
		max-width: 1100px;
		margin: 70px auto 0;
	}
	.gallery_li {
		width: calc(100% / 3 - 20px);
	}
	.gallery_li a .s_img {
		width: 100%;
	}

	/*product*/
	.product_table {
		max-width: 1100px;
		width: 100%;
		margin: 50px auto 0;
		font-size: 1.8rem;
	}
	.product_table th, .product_table td {
		padding: 1em 1em;
	}
	.product_table td span.s {
		font-size: 14px;
	}

	/*special*/
	.special_ul {
		margin: 50px auto 0;
		max-width: 1280px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.special_btn .s_img {
		width: 600px;
	}
	.special_btn .stext {
		font-size: 1.8rem;
	}

	/*event report*/
	.eventreport .special_btn .stext,
	.impression .special_btn .stext {
		margin: 1em auto 0;
		width: fit-content;
	}
	.eventreport .special_btn .stext .s {
		font-size: 1.8rem;
	}
	.eventreport .special_btn .stext .thin {
		font-size: 1.2rem;
	}
	.news_nav .page_link {
		font-size: 1.8rem;
	}
	.news_nav .pickup_link {
		font-size: 1.8rem;
		width: 28em;
		margin: 0 auto;
	}
	.news .s_img.landscape {
		width: 50%;
	}

	.eventreport .special_btn .stext::before,
	.impression .special_btn .stext::before {
		left: -1.5em;
	}
	.eventreport .special_btn .stext::after,
	.impression .special_btn .stext::after {
		right: -1.5em;
	}

	/*impression*/
	.impression_box {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.news .s_img.comment_cherry_img {
		width: 104px;
	}
	.impression_wrap {
		padding: 28px;
		margin-bottom: 2em;
	}
	.impression_wrap::after {
		laft: 8%;
	}
	.news .s_img.comment_img {
		width: 168px;
	}

	/*footer*/
	footer {
		margin-top: 100px;
		padding: 15px 0;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.title_h2 {
		padding-top: 0;
		margin: 5px 30px 5px 70px;
	}
	.sns {
		padding-bottom: 16px;
	}
	.sns_li {
		width: auto;
		height: auto;
	}
	.sns_btn .f-Gotham {
		font-size: 16px;
		white-space: nowrap;
	}
	.sns_btn .s_img {
		width: 60px;
	}
	.legalnotice {
		margin: 0 70px 0 50px;
		padding-bottom: 16px;
	}
	.legalnotice .stext {
		font-size: 1.3rem;
		line-height: 1.2em;
	}

	/*subpage*/
	.subpage .mainvisual,
	.subpage .mainvisula_img {
		min-height: auto;
		height: 100px;
		width: 980px;
		margin: auto;
	}
	.subpage .mainvisual::after {
		border-width: 5px;
	}
	.subpage .title_img {
		width: 200px;
	}
	.subpage .contents_h {
		max-width: 980px;
	}
	.subpage .contents_wrap {
		margin-top: 35px;
	}
	.subpage .contents_inner {
		max-width: 980px;
		margin: auto;
	}

	/*subpage special cast comment*/
	.subpage .special_ul,
	.subpage .special_li {
		margin-top: 0;
		width: 100%;
	}
	.accordion {
		width: 602px;
		margin: 50px auto 0;
	}
	.toggle_icon::after,
	.toggle_icon::before {
		width: 2px;
		height: 1rem;
	}
	.comment_option {
		margin-bottom: 2.4rem;
	}
	.comment_title .s_img {
		width: 100%;
	}
	.comment_body,
	.casts {
		padding: 0 25px;
	}
	.casts .s_img {
		max-width: none;
	}
	/*subpage special news*/
	.news {
		width: 602px;
		margin: 50px auto 0;
	}
	.news .s_img {
		width: 100%;
	}
	.nwes_header3 {
		font-size: 18px;
		padding: 1em 0;
	}
	.news_box {
		padding: 25px;
	}
	.news_box .s_img {
		margin: 25px auto;
	}
	.news_nav {
		margin: 40px auto;
	}
	.news_nav .anchor_link {
		font-size: 1.8rem;
	}
	.youtube.news_video {
		margin: 40px auto;
	}

	/*モーダル*/
	.close {
		margin-left: calc(50% + 330px);
		margin-right: auto;
	}

	/*Update*/
	.update_wrap {
		width: 960px;
		margin: 1em auto 0;
	}
	.update_wrap .update_day {
		font-size: 16px;
	}
	.update_wrap .update_info {
		font-size: 18px;
	}

}

@media (min-width: 1040px) {

	/*chara*/
	.thumbsSwiper {
		width: 220px;
		margin: 0 10px;
	}
	.thumbsSwiper .swiper-wrapper {
		flex-direction: column;
	}
	.thumbsSwiper .swiper-slide {
		width: 100%;
		margin-bottom: 1em;
	}
}