.top_wrap {
	width: 100%;
	position: relative;
	/* background-color: black; */
	/* background-image: url(../img/main_bg_new.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	overflow: hidden; */
}

.top_wrap .main_img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.top_wrap .bg {
	width: 100%;
	height: 100dvh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.top_wrap .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_wrap .bg img.sp {
	display: none;
}

.top_wrap .top_img_text {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

.top_wrap .top_content {
	width: 100%;
	position: relative;
	z-index: 5;
	/* background-color: rgba(255, 0, 165, 0.5); */
}

.top_wrap .content01 {
	width: 100%;
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	gap: max(3.47222vw, 50px);
}

.top_wrap .content01 .date_img {
	max-width: max(53.81944vw, 775px);
	width: 90%;
	margin: 0 auto;
}

.top_wrap .content01 h1 {
	max-width: max(79.16667vw, 1140px);
	width: 90%;
	margin: 0 auto;
}

.top_wrap .content01 h1 img {
	width: 100%;
}
.top_wrap .content01 h1 img.sp {
	display: none;
}

.top_wrap .content01 .event_detail_btn {
	max-width: max(40.97222vw, 590px);
	width: 90%;
	margin: 0 auto;
}

.top_wrap .content01 .event_detail_btn img {
	width: 100%;
	filter: drop-shadow(0 0 max(1.11111vw, 16px) rgba(4, 0, 0, 1));
}

.top_wrap .content02 {
	padding: max(6.94444vw, 100px) 0 max(5.90278vw, 85px);
	width: 90%;
	margin: 0 auto;
}

.top_wrap .content02 .text01 {
	font-size: max(4.30556vw, 62px);
	line-height: max(4.86111vw, 70px);
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 max(0.97222vw, 14px) #000000;
}

.top_wrap .content02 .text01 span {
	display: inline-block;
}

.top_wrap .content02 .text02 {
	font-size: max(1.25vw, 18px);
	line-height: max(2.08333vw, 30px);
	margin-top: max(1.73611vw, 25px);
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 max(0.97222vw, 14px) #000000;
}

.top_wrap .content02 .text02 span {
	display: inline-block;
}

.news_block {
	width: 100%;
	max-width: max(58.3333vw, 840px);
	margin: max(6.94444vw, 100px) auto 0;
}

.news_block .news_head {
	width: 100%;
	max-width: max(21.38889vw, 308px);
	aspect-ratio: 308/74;
	display: block;
	margin: 0 auto;
	position: relative;
}

.news_block .news_head img {
	width: 126.62%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.news_block .news_list {
	width: 100%;
	margin: max(1.73611vw, 25px) auto 0;
	position: relative;
	z-index: 1;
}

.news_block .news_list:has(:nth-child(6)) {
	height: max(30.20833vw, 435px);
	overflow-y: scroll;
}

.news_block .news_list .news_item {
	width: 100%;
	/* min-height: 60px; */
	background: #00b3ec;
	background: linear-gradient(
		90deg,
		rgba(255, 0, 165, 1) 0%,
		rgba(0, 179, 236, 1) 100%
	);
	display: flex;
	align-items: flex-start;
	gap: max(2.08333vw, 30px);
	padding: max(1.04167vw, 15px) max(3.125vw, 45px) max(1.04167vw, 15px)
		max(2.08333vw, 30px);
	position: relative;
	box-shadow: 0 0 max(1.04167vw, 15px) rgba(255, 0, 165, 1);
	cursor: pointer;
}

.news_block .news_list .news_item + .news_item {
	margin-top: max(1.04167vw, 15px);
}

.news_block .news_list .news_item .info {
	width: max(19.79167vw, 285px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_block .news_list .news_item .info .date {
	font-size: max(1.11111vw, 16px);
	line-height: 1;
	letter-spacing: max(0.20833vw, 3px);
}

.news_block .news_list .news_item .info .genre {
	width: max(10.41667vw, 150px);
	height: max(2.43056vw, 35px);
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: max(1.31944vw, 19px);
	color: black;
	border-radius: max(1.00694vw, 14.5px);
}
.news_block .news_list .news_item .info .genre.important {
	color: #ff0000;
}

.news_block .news_list .news_item .news_content {
	width: calc(100% - max(21.875vw, 315px));
	min-height: max(2.43056vw, 35px);
	font-size: max(1.31944vw, 19px);
	line-height: max(1.94444vw, 28px);
	display: flex;
	align-items: center;
	letter-spacing: max(0.13889vw, 2px);
}

.news_block .news_list .news_item .arrow {
	width: max(0.69444vw, 10px);
	position: absolute;
	top: 0;
	bottom: 0;
	right: max(1.38889vw, 20px);
	margin: auto;
}

.news_modal {
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.news_modal .modal_block {
	max-width: max(69.44444vw, 1000px);
	width: 90%;
	padding: max(3.47222vw, 50px) max(2.77778vw, 40px);
	border-radius: max(2.08333vw, 30px);
	background-color: white;
	max-height: calc(100% - max(13.88889vw, 200px));
	position: relative;
	color: black;
	display: flex;
	flex-direction: column;
}

.news_modal .modal_block .close {
	width: max(4.16667vw, 60px);
	top: min(-10px, -0.69444vw);
	right: min(-10px, -0.69444vw);
	position: absolute;
	cursor: pointer;
}

.news_modal .modal_block .modal_content {
	overflow-y: auto;
	flex: 1 1 auto;
	min-height: 0;
}

.news_modal .modal_block .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_modal .modal_block .info .date {
	font-size: max(1.11111vw, 16px);
	letter-spacing: max(0.20833vw, 3px);
}

.news_modal .modal_block .info .genre {
	width: max(10.41667vw, 150px);
	height: max(2.43056vw, 35px);
	border: solid max(0.10417vw, 1.5px) black;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: max(1.31944vw, 19px);
	border-radius: max(1.00694vw, 14.5px);
}

.news_modal .modal_block .ttl {
	width: 100%;
	margin-top: max(1.73611vw, 25px);
	font-size: max(1.52778vw, 22px);
	line-height: max(2.08333vw, 30px);
	letter-spacing: max(0.13889vw, 2px);
	display: flex;
	justify-content: center;
}

.news_modal .modal_block .content_item {
	margin-top: max(1.73611vw, 25px);
}

.news_modal .modal_block .content_item + .content_item {
	margin-top: max(2.77778vw, 40px);
}

.news_modal .modal_block .content_item p {
	font-size: max(1.25vw, 18px);
	line-height: max(1.80556vw, 26px);
}

.news_modal .modal_block .content_item p + p {
	margin-top: max(1.38889vw, 20px);
}

.news_modal .modal_block .content_item p.head {
	font-size: max(1.38889vw, 20px);
	line-height: max(1.94444vw, 28px);
}

.news_modal .modal_block .content_item p a {
	color: #0066cc;
	text-decoration: underline;
	font-weight: 400;
	font-size: max(1.25vw, 18px);
}

.content_wrap {
	width: 100%;
	position: relative;
	z-index: 3;
}

.content_wrap h2 {
	width: 100%;
	aspect-ratio: 2883/470;
	position: relative;
	z-index: 3;
}

.content_wrap h2 img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	filter: drop-shadow(0 0 max(1.11111vw, 16px) rgba(4, 0, 0, 1));
}

.content_wrap h2 img.sp {
	display: none;
}

.side_wave {
	position: absolute;
	top: 0;
	width: 11.805556vw;
	height: 100%;
	mask-size: 100%;
	mask-repeat: repeat-y;
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: repeat-y;
	z-index: 2;
	/* background-size: cover; */
	background-image: url(../img/side_bg_new.jpg);
	background-size: 100%;
	background-attachment: fixed;
}

.side_wave::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0096ff;
	mix-blend-mode: multiply;
}

.swl {
	left: 0;
	mask-image: url(../img/mask_wave_left.svg);
	-webkit-mask-image: url(../img/mask_wave_left.svg);
	/* background-image: url(../img/wave_bg_left.jpg); */
	background-position: top left;
}

.swr {
	right: 0;
	mask-image: url(../img/mask_wave_right.svg);
	-webkit-mask-image: url(../img/mask_wave_right.svg);
	/* background-image: url(../img/wave_bg_right.jpg); */
	background-image: url(../img/side_bg_new.jpg);
	background-position: top right;
}

.content_wrap .content_block {
	max-width: max(79.16667vw, 1140px);
	width: 90%;
	margin: 0 auto;
}

.content_wrap.talk_show .content_block {
	background-color: #ff00a5;
}

.content_wrap.talk_show .content_block::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/main_bg_new.jpg);
	background-size: 100%;
	background-position: top center;
	opacity: 0.2;
	mix-blend-mode: multiply;
}

.talk_show .ts_content {
	max-width: max(58.33333vw, 840px);
	width: calc(100% - max(2.77778vw, 40px));
	margin: 0 auto;
	padding: max(3.81944vw, 55px) 0 max(6.59722vw, 95px);
	position: relative;
}

.talk_show .cast_wrap {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.talk_show .cast_wrap .cast_item {
	width: 45.8%;
}

.talk_show .cast_wrap .cast {
	width: 100%;
	border-radius: max(3.33333vw, 48px);
	overflow: hidden;
	border: solid max(0.20833vw, 3px) white;
	position: relative;
	box-shadow: 0 0 max(1.04167vw, 15px) #040000;
	aspect-ratio: 385/405;
	display: block;
}

.talk_show .cast_wrap .cast .cast_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.talk_show .cast_wrap a.cast:hover .cast_img {
	transform: scale(1.1);
}

.talk_show .cast_wrap .cast .cast_name {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 14.8%;
	background-color: #ff00a5;
}

.talk_show .cast_wrap .cast .cast_name img {
	width: auto;
	height: 83.3333%;
	position: absolute;
	top: -20%;
	left: 50%;
	transform: translateX(-50%);
}

.talk_show .cast_wrap .works {
	font-size: max(1.11111vw, 16px);
	line-height: max(1.73611vw, 25px);
	margin-top: max(1.73611vw, 25px);
}

.talk_show .cast_wrap .works span {
	display: inline-block;
}

.talk_show .text {
	font-size: max(1.66667vw, 24px);
	line-height: max(2.43056vw, 35px);
	margin-top: max(2.77778vw, 40px);
}

.content_wrap.idol_live .content_block {
	background-color: #0096ff;
	background-image: url(../img/grid_bg.png);
	background-repeat: repeat-y;
	background-size: 102.7778vw;
	background-position: top center;
}

.idol_live .il_content {
	max-width: max(58.68056vw, 845px);
	width: calc(100% - max(2.77778vw, 40px));
	margin: 0 auto;
	padding: max(4.16667vw, 60px) 0 max(3.02778vw, 60px);
	position: relative;
}

.idol_live .il_exp {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.idol_live .il_exp .text_block {
	width: 45.5%;
}

.idol_live .il_exp .sif_img {
	max-width: max(21.875vw, 315px);
	width: 100%;
	display: block;
	margin: 0 auto;
}

.idol_live .il_exp .hp_btn {
	width: 100%;
	display: block;
	margin: max(1.38889vw, 20px) auto 0;
}

.idol_live .il_exp .hp_btn img {
	width: 100%;
	filter: drop-shadow(0 0 max(1.25vw, 18px) rgba(36, 84, 165, 0.5));
}

.idol_live .il_exp .artists {
	margin-top: max(3.125vw, 45px);
	font-size: max(1.66667vw, 24px);
	line-height: max(2.43056vw, 35px);
}

.idol_live .il_exp .artists p + p {
	margin-top: max(0.69444vw, 10px);
}

.idol_live .stu48_img {
	width: 50%;
}

.idol_live .il_slider {
	margin-top: max(3.47222vw, 50px);
	width: 100%;
}

.idol_live .il_slider .slide {
	border-radius: max(3.33333vw, 48px);
	overflow: hidden;
	/* box-shadow: 0 0 max(1.13649vw, 16.3654px) rgba(10, 70, 255, 0.7); */
	margin: 0 max(0.55556vw, 8px);
}

.idol_live .il_slider .slide:nth-of-type(odd) {
	margin-right: max(2.36111vw, 34px);
}

.idol_live .il_slider .slide:nth-of-type(even) {
	margin-left: max(2.36111vw, 34px);
}
.idol_live .il_slider .slide.last {
	margin-right: max(0.55556vw, 8px);
}

.idol_live .il_slider .slide .img_block {
	width: 100%;
	aspect-ratio: 385/320;
	background-color: #dcdcdc;
}

.idol_live .il_slider .slide .img_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idol_live .il_slider .slide .name_block {
	width: 100%;
	height: max(4.16667vw, 60px);
	background-color: #00c8ff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 max(0.34722vw, 5px) max(0.34722vw, 5px);
}

.idol_live .il_slider .slide .name_block p {
	font-size: max(1.66667vw, 24px);
	line-height: 1.2;
}

.slick-prev,
.slick-next {
	width: max(1.805556vw, 26px);
	height: max(3.19444vw, 46px);
}
.slick-prev {
	left: min(-46px, -3.19444vw);
}
.slick-next {
	right: min(-46px, -3.19444vw);
}
.slick-prev:before,
.slick-next:before {
	content: '';
	background-size: 100%;
	opacity: 1;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
}

.slick-prev:before {
	background-image: url(../img/il_prev.svg);
	left: min(-46px, -3.19444vw);
}
.slick-next:before {
	background-image: url(../img/il_next.svg);
	right: min(-46px, -3.19444vw);
}

.content_wrap .content_block.vl {
	position: relative;
}

.content_wrap .content_block.vl .bg_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + max(2.08333vw, 30px));
	mask-image: url(../img/mask_bg.png), url(../img/mask_wave_bottom.svg);
	mask-repeat: no-repeat, repeat-x;
	mask-size:
		100% calc(100% - max(2.013889vw, 29px)),
		auto max(2.08333vw, 30px);
	mask-position:
		top center,
		bottom center;
	-webkit-mask-image: url(../img/mask_bg.png), url(../img/mask_wave_bottom.svg);
	-webkit-mask-repeat: no-repeat, repeat-x;
	-webkit-mask-size:
		100% calc(100% - max(2.013889vw, 29px)),
		auto max(2.08333vw, 30px);
	-webkit-mask-position:
		top center,
		bottom center;
	background-color: #be6eff;
	background-image: url(../img/grid_bg.png);
	background-repeat: repeat-y;
	background-size: 102.7778vw;
	background-position: top center;
}

.vl_content {
	max-width: max(58.33333vw, 840px);
	width: calc(100% - max(2.77778vw, 40px));
	margin: 0 auto;
	position: relative;
	padding: max(4.16667vw, 60px) 0 max(3.33333vw, 60px);
}

.vl_content .performer_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: max(2.08333vw, 30px) 0;
}

.vl_content .performer {
	width: 45.8%;
	border-radius: max(3.33333vw, 48px);
	overflow: hidden;
	box-shadow: 0 0 max(0.97222vw, 14px) #be6eff;
}

.vl_content .performer .img_box {
	width: 100%;
	aspect-ratio: 385/320;
	overflow: hidden;
}

.vl_content .performer .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.vl_content a.performer:hover .img_box img {
	transform: scale(1.1);
}

.vl_content .performer .name {
	width: 100%;
	height: max(4.16667vw, 60px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #8c42e6;
}

.vl_content .performer .name h3 {
	font-size: max(1.66667vw, 24px);
	line-height: 1.2;
	color: white;
}

.content_wrap .content_block.am {
	background-color: #ffdeff;
	background-image: url(../img/grid_bg2.png);
	background-repeat: repeat-y;
	background-size: 102.7778vw;
	background-position: top center;
}

.am_content {
	/* max-width: max(75.69444vw, 1090px); */
	max-width: max(69.44444vw, 1000px);
	width: calc(100% - max(2.77778vw, 40px));
	margin: 0 auto;
	position: relative;
	padding: max(9.02778vw, 130px) 0;
}

.am_content .btn_wrap {
	display: flex;
	justify-content: space-between;
}

.am_content .btn_wrap a {
	width: 15.825%;
	aspect-ratio: 1726/1189;
	border-radius: max(2.08333vw, 30px);
	border: solid max(0.20833vw, 3px) white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 max(0.83333vw, 12px) rgba(187, 102, 165, 0.5);
}

.am_content .btn_wrap a .btn_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.am_content .btn_wrap .am_btn01 .btn_text {
	width: 82.734%;
}
.am_content .btn_wrap .am_btn02 .btn_text {
	width: 78.042%;
}
.am_content .btn_wrap .am_btn03 .btn_text {
	width: 82.503%;
}
.am_content .btn_wrap .am_btn04 .btn_text {
	width: 90.382%;
}
.am_content .btn_wrap .am_btn05 .btn_text {
	width: 81.925%;
}
.am_content .btn_wrap .am_btn06 .btn_text {
	width: 84.009%;
}

.am_content .btn_wrap a .btn_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.am_content .btn_wrap a:hover .btn_img {
	transform: scale(1.1);
}

.am_content .detail_list {
	max-width: max(65.27778vw, 940px);
	width: 100%;
	margin: max(7.29167vw, 105px) auto 0;
}

.am_content .detail_item {
	width: 100%;
	display: flex;
	/* align-items: flex-start; */
	gap: 4.8%;
	padding-top: max(1.38889vw, 20px);
	margin-top: min(-20px, -1.38889vw);
}

.am_content .detail_item + .detail_item {
	margin-top: max(4.16667vw, 60px);
}

.am_content .detail_item .img_box {
	width: 44.7%;
	aspect-ratio: 420/390;
	border-radius: max(3.33333vw, 48px);
	overflow: hidden;
}

.am_content .detail_item .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.am_content .detail_item .text_block {
	width: 50.5%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: center;
}

.am_content .detail_item .text_block .text_img.sp {
	display: none;
}

.am_content .detail_item.di01 .text_block .text_img {
	width: 74.737%;
}
.am_content .detail_item.di02 .text_block .text_img {
	width: 70.316%;
}
.am_content .detail_item.di03 .text_block .text_img {
	width: 74.526%;
}
.am_content .detail_item.di04 .text_block .text_img {
	width: 88.632%;
}
.am_content .detail_item.di05 .text_block .text_img {
	width: 74.105%;
}
.am_content .detail_item.di06 .text_block .text_img {
	width: 93.474%;
}

.am_content .detail_item .text_block p {
	font-size: max(1.11111vw, 16px);
	line-height: max(2.5vw, 28px);
	margin-top: max(2.08333vw, 20px);
	color: #ff00a5;
}

.am_content .detail_item .btn_block {
margin-top: 18px;
font-size: 22px;
	position: relative;
  display: inline-block;
  padding: 1.2em 3em;
  text-decoration: none;
  color: #FFF;
  background: #fc35ba;/*色*/
  border-radius: 20px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #fc97db;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);

}

.am_content .time_table {
	max-width: max(58.68056vw, 845px);
	width: 100%;
	margin: max(10.76389vw, 155px) auto 0;
}

.am_content .time_table .time_table_head {
	max-width: max(51.52778vw, 742px);
	width: 87.81%;
	display: block;
	margin: 0 auto;
}

.am_content .time_table .tt_head {
	font-size: max(1.38889vw, 20px);
	line-height: 1;
	margin-top: max(2.08333vw, 30px);
	color: #ff00a5;
	text-align: center;
}

.am_content .time_table .tt_head.map_head {
	margin-top: max(3.47222vw, 50px);
}

.am_content .time_table .tt_img {
	width: 100%;
	margin-top: max(2.77778vw, 40px);
}

.am_content .time_table .tt_img img {
	width: 100%;
}

.am_content .time_table .tt_img img.sp {
	display: none;
}

.am_content .time_table .tt_slider {
	max-width: max(55.55556vw, 800px);
	width: 95%;
	margin: max(2.77778vw, 40px) auto 0;
}

.am_content .time_table .tt_note {
	font-size: max(1.180556vw, 17px);
	line-height: 1.42;
	color: #ff00a5;
	margin-top: max(1.25vw, 18px);
}

.am_content .time_table .venue_btn {
	max-width: max(17.70833vw, 255px);
	width: 100%;
	margin: max(1.73611vw, 25px) auto 0;
	display: block;
}

.am_content .time_table .venue_btn img {
	width: 100%;
	filter: drop-shadow(0 0 max(0.55556vw, 8px) rgba(255, 0, 165, 0.35));
}

.content_wrap .content_block.ticket {
	background-color: #d1e6ff;
	background-image: url(../img/grid_bg2.png);
	background-repeat: repeat-y;
	background-size: 102.7778vw;
	background-position: top center;
}

.ticket_content {
	position: relative;
	max-width: max(69.79167vw, 1005px);
	width: calc(100% - max(2.77778vw, 40px));
	margin: 0 auto;
	padding: max(11.80556vw, 170px) 0 max(12.5vw, 180px);
}

.ticket_content .block_head {
	position: absolute;
	top: min(-50px, -3.47222vw);
	left: 0;
	right: 0;
	margin: auto;
}

.ticket_content .block_head .ticket_head {
	width: max(36.11111vw, 520px);
	display: block;
	margin: 0 auto;
}

.ticket_content .block_head .tb_head {
	font-size: max(1.38889vw, 20px);
	line-height: 1;
	margin-top: max(2.08333vw, 30px);
	color: #0096ff;
	text-align: center;
}

.ticket_content .tb_deco {
	position: absolute;
	z-index: 1;
}

.ticket_content .tb_deco.deco01 {
	width: max(15.625vw, 225px);
	top: min(-100px, 6.9444vw);
	left: -20px;
}

.ticket_content .tb_deco.deco02 {
	width: max(16.31944vw, 235px);
	top: min(-100px, 6.9444vw);
	right: -50px;
}

.ticket_content .amount_wrap {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.ticket_content .amount_wrap .ticket_amount {
	width: 31.841%;
}

.ticket_content .ticket_btn {
	max-width: max(40.625vw, 585px);
	width: 100%;
	margin: max(6.94444vw, 100px) auto 0;
	display: block;
}

.ticket_content .ticket_btn img {
	width: 100%;
	filter: drop-shadow(0 0 max(0.69444vw, 10px) rgba(49, 94, 171, 0.5));
}

.ticket_content .note_text {
	font-size: max(1.18056vw, 17px);
	line-height: max(1.73611vw, 25px);
	margin-top: max(2.08333vw, 30px);
	color: #0096ff;
	text-align: center;
}

.ticket_content .note_text span {
	display: inline-block;
}

.content_wrap .content_block.qa {
	background-color: white;
	background-image: url(../img/grid_bg3.png);
	background-repeat: repeat-y;
	background-size: 102.7778vw;
	background-position: top center;
}

.qa_content {
	position: relative;
	max-width: max(58.33333vw, 840px);
	width: calc(100% - max(2.77778vw, 40px));
	margin: 0 auto;
	padding: max(3.81944vw, 55px) 0 max(23.61111vw, 340px);
}

.qa_content .block_head {
	max-width: max(24.79167vw, 357px);
	width: 50%;
	position: absolute;
	top: min(-95px, -6.59722vw);
	left: 0;
	right: 0;
	margin: auto;
}

.qa_content .qa_list {
	width: 100%;
}

.qa_content .qa_list .qa_item + .qa_item {
	margin-top: max(0.83333vw, 12px);
}

.qa_content .qa_item {
	width: 100%;
	min-height: max(4.16667vw, 60px);
	padding: max(0.69444vw, 10px) max(1.73611vw, 25px) max(0.69444vw, 10px)
		max(2.43056vw, 35px);
	background-color: white;
	box-shadow: 0 0 max(0.76389vw, 11px) rgba(14, 0, 0, 0.35);
	cursor: pointer;
}

.qa_content .qa_item .question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: max(1.04167vw, 15px);
	min-height: max(2.77778vw, 40px);
}

.qa_content .qa_item .question p {
	font-size: max(1.25vw, 18px);
	line-height: max(1.94444vw, 28px);
	color: #0e0000;
}

/* NEWマーク自体のデザインと動き */
.new-mark {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px;
    margin-right: 10px; /* 質問文との間隔 */
    border-radius: 50px;
    color: #ffffff;
    vertical-align: middle;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #ff4e50, #f9d423); /* オレンジグラデ */
    box-shadow: 0 3px 6px rgba(255, 78, 80, 0.3);
    
    /* ふわふわ浮く動き */
    animation: floating 2s ease-in-out infinite;
}

/* キラッと光るエフェクトの装飾（疑似要素） */
.new-mark::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(30deg);
    animation: shine 3s infinite;
}

/* ふわふわ浮くアニメーションの定義 */
@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

/* キラッと光るアニメーションの定義 */
@keyframes shine {
    0% { left: -60%; }
    20% { left: 120%; }
    100% { left: 120%; }
}


.qa_content .qa_item .question img {
	width: max(0.72917vw, 10.5px);
	min-width: max(0.72917vw, 10.5px);
	transition: all 0.3s;
}

.qa_content .qa_item.active .question img {
	transform: rotate(90deg);
}

.qa_content .qa_item .answer {
	width: 100%;
	margin-top: max(1.04167vw, 15px);
	padding-bottom: max(1.04167vw, 15px);
	display: none;
}

.qa_content .qa_item .answer p {
	color: #0e0000;
	font-size: max(1.25vw, 18px);
	line-height: max(1.80556vw, 26px);
}


.qa_content .access {
	margin-top: max(3.81944vw, 55px);
	width: 100%;
}

.qa_content .access .map {
	margin-top: max(2.81944vw, 30px);
	width: 100%;
}

.qa_content .access p {
	font-size: max(1.18056vw, 17px);
	line-height: 1;
	text-align: center;
	color: #0e0000;
	letter-spacing: max(0.13889vw, 2px);
	text-indent: max(0.13889vw, 2px);
}

.qa_content .sponsorship {
	margin-top: max(3.81944vw, 55px);
	width: 100%;
}


.qa_content .sponsorship p {
	font-size: max(1.18056vw, 17px);
	line-height: 1;
	text-align: center;
	color: #0e0000;
	letter-spacing: max(0.13889vw, 2px);
	text-indent: max(0.13889vw, 2px);
}

.qa_content .sponsorship .ss_list {
	display: flex;
	gap: max(0.69444vw, 10px);
	margin-top: max(2.08333vw, 30px);
	flex-wrap: wrap;
}

.qa_content .sponsorship .ss_list .ss_item {
	width: calc(calc(100% - max(2.08333vw, 30px)) / 4);
	aspect-ratio: 20275/7300;
	background-color: #dcdcdc;
	border: 1px solid #aaa;
}

.qa_content .sponsorship .ss_list .ss_txt {
text-align: center;
font-size: max(1.18056vw, 18px);
color: #000000;
	width: calc(calc(100% - max(1.08333vw, 30px)) / 4);
	amargin-top: max(2.08333vw, 30px);
}

.qa_content .sponsorship .ss_list .ss_item img {
	width: 100%;
	text-align: center;
display: block;
}


.qa_content .sns_wrap {
	margin-top: max(3.125vw, 45px);
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.qa_content .sns_wrap a {
	width: 32.143%;
}

.qa_content .sns_wrap a img {
	width: 100%;
}

/* 汎用ボタンエリア（最前面に表示） */
.btn_area {
    width: 100%;
    margin: 60px auto;
    text-align: center;
    position: relative;
    z-index: 100; /* 他の装飾要素より確実に上に */
    clear: both;   /* 周囲の回り込みを解除 */
    display: block !important;
}

/* ボタンを大きくし、透過画像に沿った影をつける */
.btn_area .ticket_btn {
    display: inline-block;
    width: 90%;
    max-width: 600px; /* ここでサイズを大きく調整 */
    transition: transform 0.3s, opacity 0.3s;
    /* 画像の形に合わせた影 */
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
}

.btn_area .ticket_btn:hover {
    opacity: 0.9;
    transform: scale(1.03); /* 少し浮かび上がる演出 */
}

.btn_area .ticket_btn img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* 注釈テキストのスタイル */
.btn_area .note_text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    /* 文字が見えにくい場合、薄く縁取りを入れる */
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

/* フッターテキスト-PCサイズの設定 */
.infotxt {
    position: relative; /* 重なり順を指定可能にする */
    z-index: 10;        /* 背景(z-index: 1)より大きい数字を指定 */
    font-size: 22pt;    /* PCサイズ */
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #ffffff;        /* 背景で見えにくい場合は色を調整してください */
}



@media screen and (max-width: 1439px) {
	.side_wave {
		width: calc(calc(calc(100% - 1140px) / 2) + 14px);
	}
}

@media screen and (max-width: 1265px) {
	.side_wave {
		width: calc(5% + 14px);
		mask-size: auto 170px;
		-webkit-mask-size: auto 170px;
	}

	.swl {
		mask-position: top right;
		-webkit-mask-position: top right;
	}
	.swr {
		mask-position: top left;
		-webkit-mask-position: top left;
	}

	.content_block .block_content {
		width: calc(100% - 60px);
	}

	.top_wrap .content01 .date_img {
		max-width: 580px;
	}

	.top_wrap .content01 .event_detail_btn {
		max-width: 445px;
	}

	.top_wrap .content02 {
		padding-top: 150px;
	}

	.top_wrap .content02 .text01 {
		font-size: 48px;
		line-height: 56px;
	}

	.news_block .news_head {
		max-width: 246px;
	}

	.news_block .news_list:has(:nth-child(6)) {
		height: 665px;
	}

	.news_block .news_list .news_item {
		flex-wrap: wrap;
		gap: 10px;
	}

	.news_block .news_list .news_item .news_content {
		width: 100%;
	}

	.talk_show .ts_content {
		width: calc(100% - 70px);
	}

	.talk_show .text {
		font-size: 22px;
		line-height: 32px;
	}

	.idol_live .il_content {
		width: calc(100% - 70px);
	}

	.idol_live .il_exp {
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px;
	}

	.idol_live .il_exp .text_block {
		width: 100%;
	}

	.idol_live .il_exp .hp_btn {
		max-width: 350px;
	}

	.idol_live .il_exp .artists {
		margin-top: 30px;
	}

	.idol_live .il_exp .artists span {
		display: inline-block;
	}

	.idol_live .il_exp .artists br {
		display: none;
	}

	.idol_live .il_exp .artists br.sp {
		display: block;
	}

	.idol_live .stu48_img {
		max-width: 450px;
		width: 70%;
	}

	.idol_live .il_slider {
		width: 90%;
		margin: 50px auto 0;
	}

	.slick-prev {
		left: -30px;
	}
	.slick-next {
		right: -30px;
	}

	.vl_content {
		max-width: 750px;
		width: calc(100% - 70px);
	}

	.am_content {
		width: calc(100% - 70px);
	}

	.am_content .btn_wrap {
		flex-wrap: wrap;
		max-width: 700px;
		margin: 0 auto;
		gap: 20px 0;
	}

	.am_content .btn_wrap a {
		width: 31.5%;
	}

	.am_content .detail_list {
		max-width: 750px;
	}

	.am_content .detail_item {
		gap: 30px;
		align-items: flex-start;
	}

	.am_content .detail_item .img_box {
		width: 300px;
		min-width: 300px;
	}

	.am_content .detail_item .text_block {
		width: calc(100% - 330px);
	}

	.ticket_content {
		width: calc(100% - 70px);
	}

	.ticket_content .block_head {
		max-width: 590px;
	}

	.ticket_content .block_head .ticket_head {
		max-width: 416px;
	}

	.ticket_content .tb_deco.deco01 {
		width: 165px;
		top: -35px;
		left: -90px;
	}
	.ticket_content .tb_deco.deco02 {
		width: 155px;
		top: -35px;
		right: -90px;
	}

	.ticket_content .ticket_btn {
		max-width: 450px;
		margin-top: 80px;
	}

	.qa_content {
		width: calc(100% - 70px);
	}

	.qa_content .block_head {
		max-width: 285px;
		top: -70px;
	}

}




@media screen and (max-width: 1000px) {
	.ticket_content .amount_wrap {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}

	.ticket_content .amount_wrap .ticket_amount {
		width: 100%;
		max-width: 500px;
	}
}

@media screen and (max-width: 800px) {
	.top_wrap .content01 h1 {
		max-width: 600px;
	}

	.top_wrap .content01 h1 img {
		display: none;
	}
	.top_wrap .content01 h1 img.sp {
		display: block;
	}

	.side_wave {
		width: calc(3% + 10px);
		mask-size: auto 120px;
		-webkit-mask-size: auto 120px;
		/* background-image: url(../img/wave_bg_sp.jpg); */
	}

	.content_wrap .content_block {
		width: 94%;
	}

	.talk_show .ts_content,
	.idol_live .il_content,
	.vl_content,
	.am_content,
	.ticket_content,
	.qa_content {
		width: 86%;
	}

	.content_wrap h2 {
		aspect-ratio: 1920/600;
	}

	.content_wrap h2 img {
		display: none;
	}

	.content_wrap h2 img.sp {
		display: block;
	}

	.top_wrap .content02 .text01 {
		font-size: 40px;
		line-height: 50px;
	}

	.talk_show .cast_wrap .cast_item {
		width: 48%;
	}

	.talk_show .cast_wrap .cast {
		border-radius: 30px;
	}

	.idol_live .il_exp .sif_img {
		max-width: 265px;
	}

	.idol_live .il_exp .artists {
		font-size: 22px;
		line-height: 32px;
	}

	.slick-prev,
	.slick-next {
		width: 20px;
		height: auto;
		aspect-ratio: 26/46;
		color: #fff; /* 白のまま */
  text-shadow:
    0 0 6px rgba(0,0,0,0.6),
    0 2px 4px rgba(0,0,0,0.5);
	}

	.idol_live .il_slider .slide {
		margin: 0 10px;
		border-radius: 25px;
	}

	.idol_live .il_slider .slide:nth-of-type(odd) {
		margin-right: 10px;
	}
	.idol_live .il_slider .slide:nth-of-type(even) {
		margin-left: 10px;
	}

	.idol_live .il_slider .slide .name_block {
		height: 50px;
	}

	.idol_live .il_slider .slide .name_block p {
		font-size: 20px;
	}

	.vl_content {
		padding-bottom: 95px;
	}

	.vl_content .performer {
		width: 47%;
		border-radius: 30px;
	}

	.vl_content .performer .name {
		height: 50px;
	}

	.vl_content .performer .name h3 {
		font-size: 22px;
	}

	.am_content {
		padding: 100px 0 160px;
	}

	.am_content .btn_wrap {
		gap: 10px;
	}

	.am_content .btn_wrap a {
		width: calc(calc(100% - 20px) / 3);
		border-radius: 20px;
	}

	.am_content .detail_item {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 500px;
		margin: -20px auto 0;
	}

	.am_content .detail_item .img_box {
		max-width: 280px;
		min-width: 0;
		width: 60%;
	}

	.am_content .detail_item .text_block {
		width: 100%;
	}

	.am_content .detail_item .text_block .text_img {
		display: none;
		margin: 0 auto;
	}

	.am_content .detail_item .text_block .text_img.sp {
		display: block;
	}

	.am_content .detail_item.di01 .text_block .text_img {
		width: 287px;
	}
	.am_content .detail_item.di02 .text_block .text_img {
		width: 268px;
	}
	.am_content .detail_item.di03 .text_block .text_img {
		width: 283px;
	}
	.am_content .detail_item.di04 .text_block .text_img {
		width: 292px;
	}
	.am_content .detail_item.di05 .text_block .text_img {
		width: 283px;
	}
	.am_content .detail_item.di06 .text_block .text_img {
		width: 275px;
	}

	.am_content .detail_item .text_block p br {
		display: none;
	}

	.ticket_content .block_head .ticket_head {
		max-width: 350px;
	}

	.ticket_content .tb_deco.deco01 {
		width: 93px;
		top: 70px;
		left: 0;
	}

	.ticket_content .tb_deco.deco02 {
		width: 104px;
		top: -100px;
		right: -9px;
	}

	.qa_content .sponsorship .ss_list .ss_item {
		width: calc(calc(100% - 20px) / 3);
	}
	
	.qa_content .sponsorship .ss_list .ss_txt {
text-align: center;
font-size: max(1.18056vw, 12px);
color: #000000;
	width: calc(calc(100% - max(1.08333vw, 30px)) / 2);
	amargin-top: max(2.08333vw, 30px);
}
}

/* 立体的なボタンのデザイン */
.detail_item .text_block .text_block {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ff69b4; /* イベントに合わせたピンク系（お好みで変更可） */
    color: #fff !important;
    font-weight: bold;
    border-radius: 50px; /* 丸みのある形 */
    box-shadow: 0 4px 0 #d14d8d; /* 下側の影で立体感を出す */
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
}

/* ホバー時の挙動：少し沈んで影を薄くする */
.detail_item .text_block .text_block:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #d14d8d;
    background-color: #ff85c1;
}

/* チケットボタン固定設置 - フォント拡大版 */
.fixed_ticket_btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 300px; /* 幅を少し広げました */
    z-index: 9999;
}

.fixed_ticket_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px; /* 高さを出して存在感をアップ */
    text-decoration: none;
    background: linear-gradient(45deg, #ff00de, #ff7800, #ffee00);
    background-size: 200% 200%;
    animation: gradientMove 3s ease infinite;
    border-radius: 50px;
    border: 4px solid #fff; /* 枠線も太くしてポップに */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.fixed_ticket_btn a:hover {
    transform: scale(1.08);
}

.fixed_ticket_btn .btn_text {
    color: #fff;
    /* フォントサイズを大幅アップ */
    font-size: 20px; 
    font-weight: 900; /* 極太に */
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    z-index: 2;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* キラッと光るエフェクト（継続） */
.fixed_ticket_btn .btn_flash {
    position: absolute;
    top: -50%;
    left: -100%;
    width: 60%;
    height: 200%;
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(30deg);
    animation: flash 3.5s infinite;
    z-index: 1;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes flash {
    0% { left: -100%; }
    25% { left: 130%; }
    100% { left: 130%; }
}
}

@media screen and (max-width: 600px) {
	.top_wrap .content01 h1 {
		width: 100%;
	}

	/* .top_wrap {
		background-image: url(../img/main_bg_new_sp.png);
	} */

	.top_wrap .bg img {
		display: none;
	}
	.top_wrap .bg img.sp {
		display: block;
	}

	.top_wrap .content01 .event_detail_btn {
		max-width: 300px;
	}

	.top_wrap .content02 {
		padding-top: 100px;
	}

	.top_wrap .content02 .text01 {
		font-size: 30px;
		line-height: 40px;
	}

	.top_wrap .content02 .text02 {
		font-size: 16px;
		line-height: 28px;
		text-align: left;
	}

	.top_wrap .content02 .text02 span {
		display: inline;
	}

	.news_block {
		margin-top: 65px;
	}

	.news_block .news_head {
		max-width: 195px;
	}

	.news_block .news_list:has(:nth-child(6)) {
		height: 500px;
	}

	.news_block .news_list .news_item {
		padding: 10px 30px 10px 15px;
	}

	.news_block .news_list .news_item .info {
		width: 235px;
	}

	.news_block .news_list .news_item .info .date {
		font-size: 14px;
	}

	.news_block .news_list .news_item .info .genre {
		width: 120px;
		height: 25px;
		border-radius: 8px;
		font-size: 16px;
	}

	.news_block .news_list .news_item .news_content {
		min-height: 0;
		font-size: 16px;
		line-height: 24px;
	}

	.news_block .news_list .news_item .arrow {
		width: 8px;
		right: 12px;
	}

	.news_modal .modal_block {
		padding: 45px 30px;
		max-height: calc(100% - 120px);
	}

	.news_modal .modal_block .close {
		width: 40px;
	}

	.news_modal .modal_block .info .date {
		font-size: 14px;
	}

	.news_modal .modal_block .info .genre {
		width: 120px;
		height: 25px;
		border-radius: 8px;
		font-size: 16px;
	}

	.news_modal .modal_block .ttl {
		font-size: 20px;
		line-height: 28px;
	}

	.news_modal .modal_block .content_item p {
		font-size: 16px;
		line-height: 24px;
	}

	.news_modal .modal_block .content_item p.head {
		font-size: 18px;
		line-height: 26px;
	}

	.news_modal .modal_block .content_item p a {
		font-size: 16px;
	}

	.talk_show .cast_wrap {
		flex-wrap: wrap;
		gap: 35px;
	}

	.talk_show .cast_wrap .cast_item {
		width: 100%;
	}

	.talk_show .cast_wrap .cast {
		width: 60%;
		margin: 0 auto;
	}

	.talk_show .cast_wrap .works {
		margin-top: 20px;
	}

	.talk_show .text {
		font-size: 18px;
		line-height: 26px;
	}

	.idol_live .il_content {
		padding-bottom: 80px;
	}

	.idol_live .il_exp .sif_img {
		width: 200px;
	}

	.idol_live .il_exp .hp_btn {
		max-width: 280px;
	}

	.idol_live .il_exp .artists {
		font-size: 18px;
		line-height: 28px;
	}

	.idol_live .il_slider .slide .name_block p {
		font-size: 18px;
	}

	.slick-prev,
	.slick-next {
		width: 18px;
	}

	.idol_live .il_slider .slide .name_block {
		height: 45px;
	}

	.vl_content {
		padding-bottom: 60px;
	}

	.vl_content .performer_wrap {
		gap: 10px;
	}

	.vl_content .performer {
		width: calc(calc(100% - 10px) / 2);
	}

	.vl_content .performer .name {
		height: 45px;
	}

	.vl_content .performer .name h3 {
		font-size: 18px;
	}

	.am_content .btn_wrap {
		width: 90%;
	}

	.am_content .btn_wrap a {
		width: calc(calc(100% - 10px) / 2);
	}

	.am_content .detail_item {
		gap: 25px;
	}

	.am_content .detail_item .img_box {
		width: 70%;
		border-radius: 30px;
	}

	.am_content .detail_item.di01 .text_block .text_img {
		width: 183px;
	}
	.am_content .detail_item.di02 .text_block .text_img {
		width: 170px;
	}
	.am_content .detail_item.di03 .text_block .text_img {
		width: 180px;
	}
	.am_content .detail_item.di04 .text_block .text_img {
		width: 186px;
	}
	.am_content .detail_item.di05 .text_block .text_img {
		width: 180px;
	}
	.am_content .detail_item.di06 .text_block .text_img {
		width: 175px;
	}

	.am_content .detail_item .text_block p {
		margin-top: 20px;
		line-height: 26px;
	}

	.am_content .time_table {
		margin-top: 100px;
	}

	.am_content .time_table .tt_head {
		font-size: 18px;
	}

	.am_content .time_table .tt_slider {
		width: 90%;
	}

	.am_content .time_table .tt_note {
		font-size: 14px;
	}

	.ticket_content .block_head {
		top: -35px;
	}

	.ticket_content .block_head .ticket_head {
		width: 70%;
	}

	.ticket_content .amount_wrap .ticket_amount {
		width: 80%;
	}

	.ticket_content .ticket_btn {
		max-width: 380px;
	}

	.ticket_content .note_text {
		font-size: 14px;
		line-height: 22px;
	}

	.qa_content {
		padding-bottom: 250px;
	}

	.qa_content .block_head {
		top: -40px;
	}

	.qa_content .qa_item {
		width: 100%;
		padding: 10px 20px;
		min-height: 0;
		cursor: pointer;
	}

	.qa_content .qa_item .question p {
		font-size: 16px;
		line-height: 24px;
	}

	.qa_content .qa_item .answer p {
		font-size: 16px;
		line-height: 24px;
	}

	.qa_content .sponsorship .ss_list .ss_item {
		width: calc(calc(100% - 10px) / 2);
	}

	.qa_content .sns_wrap {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
		margin: 40px auto 0;
	}

	.qa_content .sns_wrap a {
		width: 100%;
		max-width: 200px;
	}
}

@media screen and (max-width: 400px) {
	.idol_live .il_slider .slide .name_block p {
		font-size: 16px;
	}
	
}

/* 全体の左右中央寄せコンテナ */
.content_wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

/* 各項目を縦並び・中央揃えにする */
.content_item {
	display: flex;
	flex-direction: column;
	align-items: center; 
	text-align: center; 
	margin-bottom: 50px;
}

/* 画像のサイズと余白 */
.item_image {
	width: 600px;
	max-width: 100%;
	margin-bottom: 15px;
}

.item_image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px; 
}

/* キャプション・説明文 */
.item_text {
	font-size: 1rem;
	line-height: 1.6;
	word-break: break-all; 
}

/* タイトルの余白設定 */
.ttl {
	text-align: center;
	margin-bottom: 40px;
}
/* チケットボタンのスタイル */
.btn_area {
        margin: 40px auto;
    }
    .btn_area .note_text {
        font-size: 14px;
        padding: 0 15px;
    }
  .infotxt {
        font-size: 14pt; /* スマホサイズ */
    }

/* PCサイズ（基本設定） */
.top_wrap .top_content .content01 .introtxt {
    display: block;
    text-align: center;
    width: 90%;
    max-width: 1000px;
    margin: 20px auto; 


    /* PCでの特大サイズ設定 */
    font-size: 26px; /* 以前より大幅に大きくしました */
    font-weight: 900;
    line-height: 1.4em;
    color: #ffffff;
    
    /* 背景が濃いので、強力なシャドウを重ね掛け */
    text-shadow: 
        3px 3px 0px #000,
        -1px -1px 0px #000,
        0 0 20px rgba(0, 0, 0, 1.0),
        0 0 10px rgba(0, 0, 0, 0.8);
    
    position: relative;
    z-index: 10;
}

/* 2. スマホ用の設定（画面幅600px以下の時に上書き） */
@media screen and (max-width: 600px) {
    .top_wrap .top_content .content01 .introtxt {
        /* スマホでは画面に収まる適切なサイズに */
        font-size: 20px; 
        line-height: 1.6;
        margin: 20px auto;
        letter-spacing: 0.05em;
        
        /* スマホ用のシャドウ */
        text-shadow: 
            2px 2px 0px #000,
            0 0 10px rgba(0, 0, 0, 0.8);
    }
}
