@charset "utf-8";

/*+-+-+-+-+-+-+-+-     top     -+-+-+-+-+-+-+-+*/

/*+-+-+-+-+-+-+-+-     共通     -+-+-+-+-+-+-+-+*/
.day1-cl {
	color: #5850e5;
}
.day1-bg {
	background-color: #5850e5;
}
.day2-cl {
	color: #ff4265;
}
.day2-bg {
	background-color: #ff4265;
}

.sp-header {
	background: #FFF;
	height: 40px;
	padding: 0 45px 0 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sp-header .sp-logo {
	width: 30%;
	padding: 10px 0;
	max-width: 135px;
}
/*          TB          */
@media (max-width:834px) {
	.sp-header .sp-logo {
		padding: 6px 0;
	}
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
}


.nav-2nd {
	background: #f6f6f6;
	padding-top: 160px;
	position: relative;
}
.nav-2nd-box {
	position: relative;
}
.nav-2nd-box .nav-title {
	width: 85%;
	margin: auto;
	position: relative;
	z-index: 2;
}
.nav-2nd-box .nav-title img {
	max-width: 610px;
	position: absolute;
	z-index: 1;
	transform: translateY(-55%);
	left: -50px;
}

.nav-2nd-box .nav-list {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 100px 0 90px;
	width: 85%;
	margin: auto;
}
.nav-2nd-box .nav-list li {
	position: relative;
}
.nav-2nd-box .nav-list li a {
	display: block;
	width: 260px;
	height: 100%;
	margin: 0 15px;
	background: #FFF;
	border-radius: 5px;
	text-decoration: none;
}
.nav-list li a .txtbox {
	text-align: center;
	width: 100%;
	padding: 18px 0;
	font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
	font-weight: bold;
}
.nav-list.min li a .txtbox {
	font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
}
.nav-list.min li a .txtbox .txt {
	font-size: clamp(0.5rem, 0.432rem + 0.34vw, 0.688rem);
}

.nav-list li a .arrow-box {
	position: absolute;
	top: 0;
	bottom: 0;
	align-items: center;
	display: flex;
	right: 12%;
}
.nav-list li a .arrow-box img {
	width: 20px;
}
.nav-list-bg {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	pointer-events: none;
	z-index: 1;
}
.nav-list-bg .bg-left {
	width: calc((100% - 85%)/2);
	height: 100%;
}
.nav-list-bg .bg-right {
	width: calc(100% - (100% - 85%) / 2);
	z-index: 0;
	height: 100%;
	background: url(/2023/img/top/contents-bg-pt.webp)center,linear-gradient(90deg,#687eed 0%,#e060d8 50%,#ffcc70 100%);
	background-size: 90px,100%;
}

.element-box {
	width: 100%;
	padding: 120px 0 240px;
	margin: auto;
	position: relative;
}
.element-box .trbg {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.element-box .trbg img {
	position: absolute;
	right: -35%;
	top: -120px;
	pointer-events: none;
	z-index: 2;
}

.element-box .ctt {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 3;
}
/*          TB          */
@media (max-width:834px) {
	
	.nav-2nd {
		padding-top: 13%;
	}
	.nav-2nd-box .nav-title {
		width: 100%;
	}
	.nav-2nd-box .nav-title img {
		left: 0;
		max-width: 75%;
    padding: 0 20px;
	}
	.nav-2nd-box .nav-list {
		width: 90%;
		padding: 50px 0;
		min-height: 20vw;
		margin: auto;
	}
	.nav-2nd-box .nav-list li {
		width: 45%;
		padding: 10px;
	}
	.nav-2nd-box .nav-list li a {
		width: 100%;
		margin: auto;
	}
	.nav-list li a .arrow-box {
		right: 20px;
	}
	.nav-list li a .txtbox {
		padding: 10px 0;
	}
	.nav-list li a .arrow-box img {
		width: 15px;
	}
	
	.nav-list-bg .bg-left {
		width: 0;
	}
	.nav-list-bg .bg-right {
		width: 100%;
		background-size: 60px,100%;
	}
	.element-box .trbg img {
		top: -60px;
	}
	.element-box {
		padding: 60px 0 90px;
	}

	/*          SP          */
	@media (max-width:768px) {
	
	}
}
/*          PC          */
@media (min-width:835px) {
	.nav-2nd::after {
		content: '';
		position: absolute;
		width: 100%;
		bottom: 0;
		height: 80px;
		background-color: #FFF;
	}
	
}

/*+-+-+-+-+-+-+-+-     共通     -+-+-+-+-+-+-+-+*/

/*+-+-+-+-+-+-+-+-     about     -+-+-+-+-+-+-+-+*/
/*          PC          */
@media (max-width:1040px) {
	.faq-contact {
		margin-top: 20px;
	}
}

.about .nav-list.min .txt {
	color: #ffa82e;
}
.about-cl {
	color: #ffa82e;
}
.about-bg {
	background-color: #fff9ed;
}

.about .ctt .titlebox {
	padding: 0px 0 20px;
	margin-bottom: 70px;
	position: relative;
	text-align: center;
}
.about .ctt .titlebox .title {
	font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
	font-weight: 900;
	letter-spacing: 4px;
}
.about .ctt .titlebox .txt {
	font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}
.about .ctt .titlebox::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	background: #ffa82e;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.about .ctt .about-topbox {
	position: relative;
	width: 95%;
	max-width: 1065px;
	margin: auto;
}
.about .ctt .about-topbox.bg {
	background: url(/2023/img/about/about-topbg.webp) no-repeat;
	background-position: 40% 30%;
}
.about .ctt .about-topbox .onpbox {
	position: absolute;
}
.about .ctt .about-topbox .about-txtbox {
	width: 70%;
	max-width: 700px;
	margin: 0 0 0 auto;
	position: relative;
	padding: 90px 0;
}

.about .ctt .about-topbox .about-txtbox p {
	font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
	line-height: 48px;
	padding: 70px 25px 0;
	font-weight: bold;
	letter-spacing: 2px;
}
.about .ctt .about-topbox .about-txtbox .txt-top {
	padding-top: 30px;
}
.about .ctt .about-topbox .about-txtbox p.txt-24 {
	font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
}

.about-contents-box {
	position: relative;
	width: 95%;
	max-width: 1030px;
	margin: auto;
	padding: 70px 0 0;
}
.about-contents-box .note-list {
	width: 95%;
	margin: auto;
	line-height: 30px;
}
.about-contents-box .note-list tr {
	border-bottom: 1px solid #ffa82e;
}
.about-contents-box .note-list tr:first-child {
	border-top: 1px solid #ffa82e;
}
.about-contents-box .note-list tr .title {
	color: #ffa82e;
	padding: 20px 0;
	vertical-align: middle;
	width: 20%;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	text-align: center;
	font-weight: bold;
}
.about-contents-box .note-list tr .contents {
	padding: 20px 0 20px 40px;
	vertical-align: middle;
	text-align: left;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.about-contents-box .contents img {
	margin-left: 5px;
	margin-bottom: 5px;
	width: 14px;
}
.about-contents-box .contents a {
	text-decoration: underline;
	color: #ffa82e;
}
.about-contents-box .copyright {
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
	padding: 30px 0px 0 50px;
	width: 96%;
}
#notice {
	padding-bottom: 230px;
}
.about-contents-box .copyright li {
	padding: 5px 6px;
}
.element-box.about .element-txt {
	width: 90%;
	max-width: 800px;
	margin: auto;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.element-box.about .link-txt {
	font-size: clamp(0.813rem, 0.608rem + 1.02vw, 1.375rem);
	text-align: center;
	padding-top: 50px;
}
.element-box.about .link-txt a {
	margin: auto;
	border-radius: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 50px;
	background: linear-gradient( 90deg,#ff9d00 0%,#ffbc57 100%);
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	letter-spacing: 3px;
}
.element-box.about .link-txt a img {
	padding-left: 10px;
}
/*          TB          */
@media (max-width:834px) {
	.about .nav-2nd-box .nav-list {
		padding: 6% 0 5%;
	}

	.nav-2nd-box .nav-list li.faq-contact {
		width: 70%;
		margin: auto;
	}
	.about .ctt .titlebox {
		padding: 0px 0 15px;
		margin-bottom: 30px;
	}
	.about .ctt .about-topbox .onpbox {
		width: 55%;
		max-width: 400px;
	}
	.about .ctt .about-topbox {
		width: 90%;
	}
	.about .ctt .about-topbox.bg {
		background-position: 40% 30%;
		background-size: contain;
	}
	.about .ctt .about-topbox .about-txtbox {
		width: 95%;
		margin: auto;
		padding-top: 25%;
		padding-bottom: 0;
	}
	.about .ctt .about-topbox .about-txtbox-img {
		width: 80%;
		margin: 0 0 0 auto;
		padding: 0 10px 0 0;
	}
	.about .ctt .about-topbox .about-txtbox p {
		line-height: 2;
		padding: 20% 5px 0;
		letter-spacing: 1px;
	}
	.about .ctt .about-topbox .about-txtbox .txt-top {
		padding-top: 20px;
	}
	.about-contents-box {
		padding: 20% 0 0;
	}
	.about-contents-box .note-list tr {
		display: block;
		padding: 10px;
	}
	.about-contents-box .note-list tr .title {
		display: block;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.about-contents-box .note-list tr .contents {
		display: block;
		padding: 0;
	}
	.about-contents-box .note-list {
		line-height: 1.8;
	}
	.about-contents-box .copyright {
		gap: 5px;
		padding: 10px 0 0 20px;
	}
	.about-contents-box .copyright li {
		padding: 0;
	}
	#notice {
		padding-bottom: 90px;
	}
	.element-box.about .link-txt {
		padding-top: 30px;
	}
	.element-box.about .link-txt a {
		padding: 10px 30px;
		letter-spacing: 1px;
	}
	.element-box.about .link-txt a img {
		padding-left: 5px;
	}

	/*          SP          */
	@media (max-width:768px) {
	
	
	}
}
/*          PC          */
@media (min-width:835px) {
	.about .ctt .about-topbox .about-txtbox img {
		padding: 0 25px 0;
	}
	.element-box.about .element-txt {
		text-align: center;
	}
	
}

/*       notice       */
#notice.element-box2 {
	padding-bottom: 0;
}
.about .ctt .notice-box {
	position: relative;
	width: 95%;
	max-width: 800px;
	margin: auto;
	text-align: left;
	line-height: 1.8;
}
.about .notice-box .title {
	font-size: 22px;
}
.about .notice-box .title2 {
	font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
	padding: 20px 0;
	position: relative;
}
.about .notice-box .title2::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -40px;
	background-color: #ffa82e;
	transform: translateY(-50%);
}
.about .notice-box .title3 {
	margin: 40px 0 20px;
	padding: 0 10px;
	background-color: #ffa82e;
}
.about .notice-box .title4 {
	margin: 40px 0 10px;
}

.about .notice-box .text-box {
	padding-top: 50px;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.about .notice-box .text-box.not {
	padding-top: 0em;
}
.about .notice-box .text {
	padding-top: 1em;
}
.about .notice-box .text.bottom {
	padding-top: 1em;
	padding-bottom: 50px;
}
.about .notice-box .text2 {
	padding: 2em 0 1em;
}
.about .notice-box .list {
	padding-left: 1em;
	text-indent: -1em;
}
.about .notice-box .list .font14 {
	font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);
}
.about .notice-box .last {
	padding-top: 120px;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.about .notice-box .list .new {
	color: #fa9c00;
}
#notice .notice-box a {
	color: #fa9c00;
	text-decoration: underline;
}

/*          TB          */
@media (max-width:834px) {
	.about .ctt .notice-box {
		width: 90%;
	}
	.about .notice-box .text-box {
		width: 95%;
		margin: auto;
		padding-top: 2em;
	}
	.about .notice-box .title2 {
		padding: 10px 0;
	}
	.about .notice-box .title2::before {
		height: 1px;
		width: 15px;
		left: -20px;
	}
	.about .notice-box .title3 {
		margin: 30px 0 10px;
	}
	.about .notice-box .title4 {
		margin: 30px 0 10px;
	}
	.about .notice-box .last {
		padding-top: 60px;
		width: 95%;
    margin: auto;
	}
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
}

/*+-+-+-+-+-+-+-+-     faq     -+-+-+-+-+-+-+-+*/
.about .ctt .faq-box {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	text-align: left;
	line-height: 1.7;
}
.faq-box .faq-list {
	background: #FFF;
	border: #ffa82e 2px solid;
	position: relative;
	margin: 40px 0;
}
.faq-list .question, .faq-list .answer {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 35px 40px;
}
.faq-box .box {
	background: #ffa82e;
	font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq-box .box span {
	margin-bottom: 0.2em;
}
.faq-box .txt {
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	padding: 10px 0 0 40px;
	width: calc(100% - 40px);
}
.faq-box .button {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #ffa82e;
	bottom: -25px;
	right: -25px;
	cursor: pointer;
	z-index: 5;
}
.faq-box .button span {
	background-color: #ffffff;
	width: 50%;
	height: 2px;
	position: absolute;
	transition: .3s ease-out;
}
.faq-box .button .line01 {
	transform: translateY(25px) translateX(50%) rotate(0deg);
}
.faq-box .button .line02 {
	transform: translateY(25px) translateX(50%) rotate(90deg);
}
.faq-box .button.on .line01 {
	transform: translateY(25px) translateX(50%) rotate(45deg);
}
.faq-box .button.on .line02 {
	transform: translateY(25px) translateX(50%) rotate(135deg);
}
.faq-list .answer-box {
	display: none;
}
.faq-box .txt a {
	color: #ffa82e;
	text-decoration: underline;
}
.faq-list .answer {
	padding: 0 40px 35px;
}
.element-box.contact {
	padding: 0 0 240px;
}

/*          TB          */
@media (max-width:834px) {
	.faq-box .txt {
		padding: 5px 0 0 20px;
		margin: auto;
	}
	.faq-list .question, .faq-list .answer {
		padding: 10px 20px;
	}
	.faq-box .box {
		width: 8%;
		max-width: 30px;
		height: 25px;
	}
	.faq-box .button {
		width: 30px;
		height: 30px;
		right: -15px;
		bottom: -15px;
	}
	.faq-box .button .line01 {
		transform: translateY(15px) translateX(50%) rotate(0deg);
	}
	.faq-box .button .line02 {
		transform: translateY(15px) translateX(50%) rotate(90deg);
	}
	.faq-box .button.on .line01 {
		transform: translateY(15px) translateX(50%) rotate(45deg);
	}
	.faq-box .button.on .line02 {
		transform: translateY(15px) translateX(50%) rotate(135deg);
	}
	.element-box.contact {
		padding: 0 0 90px;
	}
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
	
}



/*+-+-+-+-+-+-+-+-     faq     -+-+-+-+-+-+-+-+*/



/*+-+-+-+-+-+-+-+-     about     -+-+-+-+-+-+-+-+*/


/*+-+-+-+-+-+-+-+-     artists     -+-+-+-+-+-+-+-+*/
.artists-day2 {
	background-color: #fff5f8;
}
.artists #day1,
.artists #day2 {
	width: 95%;
	margin: auto;
}
.artists-day {
	text-align: center;
	margin-bottom: 80px;
}
.artists .titlebox {
	color: #ff80b7;
	max-width: 915px;
	margin: auto;
	width: 90%;
}
.artists .titlebox .title {
	font-size: clamp(1.625rem, 1.125rem + 2.5vw, 3rem);
	font-weight: 900;
	letter-spacing: 4px;
	position: relative;
}
.artists .titlebox .title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -40px;
	background-color: #ff80b7;
	transform: translateY(-50%);
}
.artists .titlebox .txt {
	font-size: clamp(0.625rem, 0.511rem + 0.57vw, 0.938rem);
}

.artists-box {
	padding-bottom: 120px;
}
.artists-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.artists-box ul li {
	padding: 60px 0 0 0;
	margin-right: 60px;
	width: 245px;
	border-bottom: 2px solid #ff80b7;
}
.artists-box ul li.not {
	padding: 0;
	border-bottom: none;
}
.artists-box ul li .imgbox {
	position: relative;
}
.artists-box ul li .imgbox img {
	aspect-ratio: 330 / 205;
}
.artists-box ul li .imgbox .button {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #ff80b7;
	bottom: -25px;
	right: -25px;
	cursor: pointer;
}
.artists-box ul li .imgbox .button span {
	background-color: #ffffff;
	width: 50%;
	height: 2px;
	left: 0;
	position: absolute;
}
.artists-box ul li .imgbox .button .line01 {
	transform: translateY(25px) translateX(50%) rotate(0deg);
}
.artists-box ul li .imgbox .button .line02 {
	transform: translateY(25px) translateX(50%) rotate(90deg);
}
.artists-box ul li p {
	padding: 30px 0 15px;
	text-align: left;
	font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
}

.mfp-fade,
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade,
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready,
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready,
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing,
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-bg {
	background: rgba(255, 255, 255, .8);
}
.popup-bg {
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
	display: block !important;
}
.popup-box .contents-box {
	width: 95%;
	max-width: 560px;
	margin: auto;
	text-align: left;
	padding: 40px 0;
}
.popup-bg .popup-box {
	background: #FFF;
	border: 2px solid #ff80b7;
	position: relative;
	z-index: 99;
}
.popup-bg .mfp-close {
	color: #FFF;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: #ff79ab;
	top: 20px;
	right: 20px;
}
.popup-bg .mfp-close span {
	background-color: #ffffff;
	width: 35px;
	height: 2px;
	position: absolute;
	pointer-events: none;
}
.popup-bg .mfp-close .line01 {
	transform: translateY(0px) translateX(-17px) rotate(45deg);
}
.popup-bg .mfp-close .line02 {
	transform: translateY(0px) translateX(-17px) rotate(-45deg);
}

.popup-box .daysbox {
	display: flex;
	flex-wrap: wrap;
}
.popup-box .days {
	padding-right: 10px;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	color: #FFF;
	padding-bottom: 15px;
}
.popup-box img {
	max-height: 600px;
}
.popup-box .days p {
	width: 140px;
	text-align: center;
	padding: 5px 0;
}
.popup-box .contents-box .name {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	border-bottom: 2px solid #ff79ab;
	padding: 15px 0 10px;
}
.popup-box .contents-box .txt {
	font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
	line-height: 25px;
	padding: 10px 0;
}

.works-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	max-width: 915px;
	margin: auto;
}
.works-box ul li {
	width: 155px;
	padding: 60px 0 0 0;
	margin-right: 60px;
	border-bottom: 2px solid #ff80b7;
}
.works-box ul li img {
	aspect-ratio: 155 / 155;
}
.works-box ul li p {
	font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
	padding: 20px 0 10px;
}
/*          TB          */
@media (max-width:834px) {
	.artists .nav-2nd-box .nav-list {
		padding: 6% 0 5%;
	}


	.artists .titlebox .title::before {
		height: 1px;
		width: 15px;
		top: 55%;
		left: -22px;
	}
	.artists-day {
		width: 40%;
		max-width: 309px;
		margin: 0 auto 30px;
	}
	.artists-box {
		padding-bottom: 80px;
		margin: 30px auto 0;
	}
	.artists-box ul {
		justify-content: space-between;
		width: 90%;
		margin: auto;
	}
	.artists-box ul li {
		margin: 0 0 30px;
		padding: 0;
		width: 46%;
	}
	.artists-box ul li.not {
		margin: 0;
	}
	.artists-box ul li .imgbox .button {
		width: 30px;
		height: 30px;
		bottom: -8px;
		right: -8px;
	}
	.artists-box ul li .imgbox .button .line01 {
		transform: translateY(15px) translateX(50%) rotate(0deg);
	}
	.artists-box ul li .imgbox .button .line02 {
		transform: translateY(15px) translateX(50%) rotate(90deg);
	}
	.artists-box ul li p {
		padding: 15px 0 15px;
	}
	.works-box ul {
		width: 95%;
		margin: auto;
	}
	.works-box ul li {
		width: 27%;
		max-width: 155px;
		padding: 20px 0 0 0;
		margin: 0 3%;
	}
	.works-box ul li p {
		padding: 10px 0 10px;
	}
	.popup-bg {
		width: 90%;
		max-width: 550px;
	}
	.popup-bg .mfp-close {
		width: 30px;
		height: 30px;
		top: 10px;
		right: 10px;
	}
	.popup-bg .mfp-close span {
		width: 20px;
	}
	.popup-bg .mfp-close .line01 {
		transform: translateY(0px) translateX(-11px) rotate(45deg);
	}
	.popup-bg .mfp-close .line02 {
		transform: translateY(0px) translateX(-11px) rotate(-45deg);
	}
	.popup-box .contents-box {
		width: 85%;
	}
	.popup-box .days p {
		width: 110px;
	}
	.popup-box img {
    max-height: 360px;
}
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
}


/*+-+-+-+-+-+-+-+-     artists     -+-+-+-+-+-+-+-+*/

/*+-+-+-+-+-+-+-+-     liveviewing     -+-+-+-+-+-+-+-+*/
.liveviewing .nav-2nd-box .nav-title img {
	max-width: 972px;
}
.liveviewing .ctt .titlebox {
	color: #66baff;
	max-width: 1100px;
	margin: auto;
	width: 90%;
	margin-bottom: 70px;
}
.liveviewing .ctt .titlebox .title {
	font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
	font-weight: 900;
	letter-spacing: 4px;
	position: relative;
}
.liveviewing .ctt .titlebox .txt {
	font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}
.liveviewing .ctt .titlebox .title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -40px;
	background-color: #66baff;
	transform: translateY(-50%);
}

.liveviewing .introduction {
	max-width: 800px;
	width: 90%;
	margin: 0 auto 120px;
}
.liveviewing .introduction .txt {
	font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
	font-weight: 500;
}
.liveviewing .introduction table {
	border-top: 1px solid #66baff;
	border-bottom: 1px solid #66baff;
	margin: 40px 0;
	width: 100%;
	font-size: 16px;
}
.liveviewing .introduction table tr {
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.liveviewing .introduction table tr .title {
	color: #66baff;
}
.liveviewing .introduction table tr .day {
	padding-left: 70px;
}
.liveviewing .introduction .link-txt {
	padding: 30px 0 30px;
}

.liveviewing .link-txt {
	font-size: clamp(0.813rem, 0.608rem + 1.02vw, 1.375rem);
	text-align: center;
}
.liveviewing .link-txt a {
	margin: auto;
	border-radius: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 50px;
	background: linear-gradient( 90deg,#3fa7fc 0%,#87c9ff 100%);
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	letter-spacing: 3px;
}
.liveviewing-bg {
	max-width: 1100px;
	width: 90%;
	margin: auto;
	background-color: #ebf6ff;
}
.liveviewing-box {
	max-width: 1000px;
	width: 90%;
	margin: 80px auto;
	padding: 45px 0 35px;
}
.liveviewing-title {
	font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
	font-weight: 500;
	text-align: center;
}
.liveviewing-title-fin {
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	text-align: center;
	margin-top: 10px;
}
.liveviewing-title-note {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
	color: #dc2727;
	text-align: center;
	margin-top: 20px;
}
.liveviewing-title-note .red-link {
	color: #dc2727;
	text-decoration: underline;
}
.liveviewing-ticketsbox {
	margin: 40px 0;
}
.liveviewing-name {
	background-color: #5eb9ff;
	padding: 30px;
	color: #fff;
	font-size: clamp(0.938rem, 0.733rem + 1.02vw, 1.5rem);
}
.liveviewing-name .name {
	margin-right: 40px;
}
.liveviewing-name .price {
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	display: inline-block;
}
.liveviewing-name .price .min {
	font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}
.liveviewing-ticketsbox .goods-detail {
	background-color: #1b9cff;
	color: #fef3a9;
	padding: 10px 0;
	text-align: center;
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.liveviewing-ticketsbox .goods-detail .button {
	position: relative;
	width: 40px;
	height: 40px;
	background: #fef3a9;
	margin-left: 20px;
	cursor: pointer;
}
.liveviewing-ticketsbox .goods-detail .button span {
	background-color: #1b9cff;
	width: 50%;
	height: 2px;
	position: absolute;
	transition: .3s ease-out;
}
.liveviewing-ticketsbox .goods-detail .button .line01 {
	transform: translateY(20px) translateX(-50%) rotate(0deg);
}
.liveviewing-ticketsbox .goods-detail .button .line02 {
	transform: translateY(20px) translateX(-50%) rotate(90deg);
}
.liveviewing-ticketsbox .goods-detail .button.on .line01 {
	transform: translateY(20px) translateX(-50%) rotate(45deg);
}
.liveviewing-ticketsbox .goods-detail .button.on .line02 {
	transform: translateY(20px) translateX(-50%) rotate(135deg);
}

.liveviewing-ticketsbox .premium-goodsbox {
	background-color: #fff;
	margin: 0;
	padding: 40px 0;
}
.liveviewing-ticketsbox .premium-goods {
	width: 90%;
	margin: auto;
}
.liveviewing-ticketsbox .premium-goods .goods-img {
	padding-right: 60px;
}
.liveviewing-ticketsbox .premium-goods .goods-txt {
	padding-left: 0;
}
.liveviewing-ticketsbox .liveviewing-slider {
	aspect-ratio: 738 / 540;
	overflow: hidden;
	outline: 1px solid;
	color: #e7f5ff;
}
.premium-goods .goods-txt .main.note {
	margin-top: 40px;
}
.liveviewing-ticketsbox .premium-goods .goods-txt ul {
	margin-top: 40px;
}
.liveviewing-box .note-box .note-list {
	margin: 30px auto 40px;
	width: 100%;
	max-width: 800px;
}
.liveviewing-box .note-box {
	margin-top: 60px;
}
.liveviewing-box .note-box .head {
	border: 1px solid #66baff;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	background-color: #f7fbff;
	width: 100%;
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
	padding: 12px 0;
	color: #66baff;
}
.liveviewing-box .note-box .note-list tr {
	border-bottom: 1px solid #66baff;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.liveviewing-box .note-box .note-list tr .title {
	color: #66baff;
	padding: 12px 0;
	vertical-align: middle;
	text-align: center;
	width: 20%;
}
.liveviewing-box .note-box .note-list tr .contents {
	padding: 20px 0 20px 40px;
	vertical-align: middle;
}
.liveviewing-box .notice-box {
	max-width: 1000px;
	margin: auto;
	width: 95%;
}
.liveviewing-box .notice-box .title {
	font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
	padding: 20px 0;
	position: relative;
	margin-top: 30px;
}
.liveviewing-box .link-txt {
	font-size: clamp(0.813rem, 0.608rem + 1.02vw, 1.375rem);
	text-align: center;
	padding: 30px 0 50px;
}
.liveviewing-box .link-txt a {
	margin: auto;
	border-radius: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 50px;
	background: linear-gradient( 90deg,#3fa7fc 0%,#87c9ff 100%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	letter-spacing: 3px;
	width: 100%;
	max-width: 370px;
}
.liveviewing .notice-box .title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -40px;
	background-color: #66baff;
	transform: translateY(-50%);
}
.liveviewing .notice-box ul li {
	padding: 10px 0;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
.liveviewing .notice-box {
	max-width: 1000px;
	margin: auto;
	width: 95%;
}
.liveviewing .notice-box .title {
	font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
	padding: 20px 0;
	position: relative;
	margin-top: 30px;
}
.liveviewing .link-txt {
	font-size: clamp(0.813rem, 0.608rem + 1.02vw, 1.375rem);
	text-align: center;
	padding: 0 0 60px;
}
.liveviewing .link-txt a {
	margin: auto;
	border-radius: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 50px;
	background: linear-gradient( 90deg,#3fa7fc 0%,#87c9ff 100%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	letter-spacing: 3px;
	width: 100%;
	max-width: 370px;
}
.liveviewing .liveviewing-note {
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	margin-bottom: 40px;
}
.liveviewing .notice-box ul li ul {
	text-indent: 0em;
	padding-top: 10px;
}
.liveviewing .notice-box ul li ul .indent {
	margin-left: 1em;
	padding: 0;
}

.novelty-box {
	max-width: 1100px;
	width: 90%;
	margin: auto;
	border: 1px solid #66baff;
}
.novelty-box .main-txt {
	color: #66baff;
	font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
	text-align: center;
	width: 90%;
	margin: 40px auto 10px;
}
.novelty-box .novelty-img img {
	outline: 1px solid;
	color: #CEEAFF;
}
.novelty-goods {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 60px;
}
.novelty-box .novelty-content {
	width: 50%;
}
.novelty-box .novelty-txt.novelty-content {
	padding-left: 40px;
}
.novelty-name {
	width: 90%;
	margin: 10px auto 40px;
	text-align: center;
	font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
.novelty-txt .main {
	margin-bottom: 20px;
	font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
}
.novelty-txt .note {
	margin-top: 40px;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
.liveviewing-box.theater .theater-txt {
	text-align: center;
	margin: 35px 0 30px;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}


/*          TB          */
@media (max-width:834px) {
	.liveviewing .ctt .titlebox {
		width: 85%;
		margin-bottom: 40px;
	}
	.liveviewing .ctt .titlebox .title::before {
		height: 1px;
		width: 15px;
		top: 55%;
		left: -22px;
	}
	
	.liveviewing .introduction table tr {
		padding: 15px;
		font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	}
	.liveviewing .introduction table tr .day {
		padding-left: 0;
	}
	.liveviewing .introduction table tr .title {
		font-weight: bold;
		width: 80%;
	}
	.liveviewing .introduction table td {
		width: 100%;
		display: block;
	}
	.liveviewing .introduction table {
		margin: 30px 0;
	}
	.liveviewing .introduction .link-txt {
		padding: 0;
	}
	.liveviewing .introduction {
		margin: 0 auto 60px;
	}
	.liveviewing-box {
		margin: 40px auto;
		padding: 30px 0 20px;
	}
	.liveviewing-title-fin {
		margin-top: 5px;
	}
	
	.liveviewing-title-note {
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	.liveviewing-name {
		padding: 15px 10px;
	}
	.liveviewing-name .name {
		margin-right: 0;
		line-height: 1.3;
		display: block;
	}
	.liveviewing-name .price {
		display: block;
	}
	.liveviewing-ticketsbox .premium-goods .goods-img {
		padding-right: 0;
	}
	.liveviewing-box .note-box {
		margin-top: 40px;
	}
	.liveviewing-box .note-box .note-list {
		margin: 15px auto 30px;
	}
	.liveviewing .link-txt {
		padding: 0 0 40px;
	}
	.liveviewing-box .note-box .note-list tr .title {
		text-align: left;
		padding-left: 10px;
		width: 25%;
	}
	.liveviewing-box .note-box .note-list tr .contents {
		padding: 10px 10px 10px 20px;
	}
	
	.liveviewing .notice-box {
		width: 85%;
	}
	.liveviewing .notice-box .title {
		padding: 10px 0;
	}
	.liveviewing .notice-box .title::before {
		height: 1px;
		width: 15px;
		left: -20px;
	}
	.liveviewing .notice-box ul li {
		padding: 5px 0;
	}
	.liveviewing .link-txt a {
		padding: 10px 30px;
		letter-spacing: 1px;
		width: 95%;
		max-width: 240px;
	}
	.liveviewing-ticketsbox {
		margin: 30px 0;
	}
	.liveviewing-ticketsbox .goods-detail .button {
		width: 30px;
		height: 30px;
		margin-left: 7px;
	}
	.liveviewing-ticketsbox .goods-detail .button .line01 {
		transform: translateY(15px) translateX(-50%) rotate(0deg);
	}
	.liveviewing-ticketsbox .goods-detail .button .line02 {
		transform: translateY(15px) translateX(-50%) rotate(90deg);
	}
	.liveviewing-ticketsbox .goods-detail .button.on .line01 {
		transform: translateY(15px) translateX(-50%) rotate(45deg);
	}
	.liveviewing-ticketsbox .goods-detail .button.on .line02 {
		transform: translateY(15px) translateX(-50%) rotate(135deg);
	}
	.novelty-goods {
		width: 90%;
		display: block;
		margin: 0 auto 30px;
	}
	.novelty-box .novelty-content {
		width: 100%;
	}
	.novelty-box .novelty-txt.novelty-content {
		padding-left: 0;
		margin-top: 30px;
	}
	.novelty-box .main-txt {
		margin: 30px auto 10px;
	}
	.novelty-name {
		margin: 10px auto 20px;
	}
	.liveviewing-box.theater .theater-txt {
		margin: 30px 0 25px;
	}
	
	.liveviewing .theater .link-txt a {
		max-width: 180px;
	}
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
	.theater .liveviewing-ticketsbox {
		margin: 35px 0;
	}
	.liveviewing .theater .link-txt a {
		max-width: 300px;
	}
}

/*+-+-+-+-+-+-+-+-     liveviewing     -+-+-+-+-+-+-+-+*/

/*+-+-+-+-+-+-+-+-     streaming     -+-+-+-+-+-+-+-+*/
.streaming .nav-2nd-box .nav-title img {
	max-width: 972px;
}
.streaming .ctt .titlebox {
	color: #66baff;
	max-width: 1100px;
	margin: auto;
	width: 90%;
	margin-bottom: 70px;
}
.streaming .ctt .titlebox .title {
	font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
	font-weight: 900;
	letter-spacing: 4px;
	position: relative;
}
.streaming .ctt .titlebox .txt {
	font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}
.streaming .ctt .titlebox .title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -40px;
	background-color: #66baff;
	transform: translateY(-50%);
}
.streaming-bg {
	max-width: 1100px;
	width: 90%;
	margin: auto;
	background-color: #ebf6ff;
}
.streaming-box {
	max-width: 1000px;
	width: 90%;
	margin: 80px auto;
	padding: 45px 0 35px;
}
.streaming-title {
	font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
	font-weight: 500;
	text-align: center;
}
.streaming-title-fin {
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	text-align: center;
	margin-top: 10px;
}
.streaming-ticketsbox {
	margin: 40px 0;
}
.streaming-name {
	background-color: #5eb9ff;
	padding: 30px;
	color: #fff;
	font-size: clamp(0.938rem, 0.733rem + 1.02vw, 1.5rem);
}
.streaming-name .name {
	margin-right: 40px;
}
.streaming-name .price {
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	display: inline-block;
}
.streaming-name .price .min {
	font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
}
.streaming-ticketsbox .goods-detail {
	background-color: #1b9cff;
	color: #fef3a9;
	padding: 10px 0;
	text-align: center;
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.streaming-ticketsbox .goods-detail .button {
	position: relative;
	width: 40px;
	height: 40px;
	background: #fef3a9;
	margin-left: 20px;
	cursor: pointer;
}
.streaming-ticketsbox .goods-detail .button span {
	background-color: #1b9cff;
	width: 50%;
	height: 2px;
	position: absolute;
	transition: .3s ease-out;
}
.streaming-ticketsbox .goods-detail .button .line01 {
	transform: translateY(20px) translateX(-50%) rotate(0deg);
}
.streaming-ticketsbox .goods-detail .button .line02 {
	transform: translateY(20px) translateX(-50%) rotate(90deg);
}
.streaming-ticketsbox .goods-detail .button.on .line01 {
	transform: translateY(20px) translateX(-50%) rotate(45deg);
}
.streaming-ticketsbox .goods-detail .button.on .line02 {
	transform: translateY(20px) translateX(-50%) rotate(135deg);
}

.streaming-ticketsbox .premium-goodsbox {
	background-color: #fff;
	margin: 0;
	padding: 40px 0;
}
.streaming-ticketsbox .premium-goods {
	width: 90%;
	margin: auto;
}
.streaming-ticketsbox .premium-goods .goods-img {
	padding-right: 60px;
}
.streaming-ticketsbox .premium-goods .goods-txt {
	padding-left: 0;
}
.streaming-ticketsbox .streaming-slider {
	aspect-ratio: 738 / 540;
	overflow: hidden;
	outline: 1px solid;
	color: #e7f5ff;
}
.streaming-ticketsbox .premium-goods .goods-txt ul {
	margin-top: 40px;
}
.streaming-box .note-box .note-list {
	margin: 30px auto 40px;
	width: 100%;
	max-width: 800px;
}
.streaming-box .note-box {
	margin-top: 60px;
}
.streaming-ticketsbox-note {
	margin: 30px;
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.streaming-box .note-box .note-list tr {
	border-top: 1px solid #66baff;
	border-bottom: 1px solid #66baff;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.streaming-box .note-box .note-list tr .title {
	color: #66baff;
	padding: 12px 0;
	vertical-align: middle;
	text-align: center;
	width: 20%;
}
.streaming-box .note-box .note-list tr .contents {
	padding: 20px 0 20px 40px;
	vertical-align: middle;
}

.streaming .notice-box {
	max-width: 1000px;
	margin: auto;
	width: 95%;
}
.streaming .notice-box .title {
	font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
	padding: 20px 0;
	position: relative;
	margin-top: 30px;
}
.streaming .notice-box .title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -40px;
	background-color: #66baff;
	transform: translateY(-50%);
}
.streaming .notice-box ul li {
	padding: 10px 0;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
.streaming .link-txt {
	font-size: clamp(0.813rem, 0.608rem + 1.02vw, 1.375rem);
	text-align: center;
	padding: 0 0 60px;
}
.streaming .link-txt a {
	margin: auto;
	border-radius: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 30px;
	background: linear-gradient( 90deg,#3fa7fc 0%,#87c9ff 100%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	letter-spacing: 3px;
	width: 100%;
	max-width: 370px;
}
.note-box-platform {
	display: flex;
	flex-wrap: wrap;
}
.note-box-platform a {
	display: block;
	width: 40%;
	margin: 10px;
}
.streaming .introduction {
	max-width: 1100px;
	margin: auto;
	width: 90%;
	margin-bottom: 60px;
	font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
.streaming .platform {
	max-width: 1100px;
	margin: auto;
	width: 90%;
}
.streaming .platform p {
	font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
	font-weight: bold;
}
.streaming .platform .platform-box {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
}
.streaming .platform .platform-box a {
	width: 23%;
	display: block;
}
.streaming .overseas {
	max-width: 1100px;
	margin: 60px auto 0;
	width: 90%;
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
/*          TB          */
@media (max-width:834px) {
	.streaming .ctt .titlebox {
		width: 85%;
		margin-bottom: 40px;
	}
	.streaming .ctt .titlebox .title::before {
		height: 1px;
		width: 15px;
		top: 55%;
		left: -22px;
	}
	
	.streaming-box {
		margin: 40px auto;
		padding: 30px 0 20px;
	}
	.streaming-title-fin {
		margin-top: 5px;
	}
	
	.streaming-title-note {
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	.streaming-name {
		padding: 15px 10px;
	}
	.streaming-name .name {
		margin-right: 0;
		line-height: 1.3;
		display: block;
	}
	.streaming-name .price {
		display: block;
	}
	.streaming-ticketsbox .premium-goods .goods-img {
		padding-right: 0;
	}
	.streaming-box .note-box {
		margin-top: 40px;
	}
	.streaming-box .note-box .note-list {
		margin: 15px auto 30px;
	}
	.streaming .link-txt {
		padding: 0 0 40px;
	}
	.streaming-box .note-box .note-list tr .title {
		text-align: left;
		padding-left: 10px;
		width: 25%;
	}
	.streaming-box .note-box .note-list tr .contents {
		padding: 10px 10px 10px 20px;
	}
	
	.streaming .notice-box {
		width: 85%;
	}
	.streaming .notice-box .title {
		padding: 10px 0;
	}
	.streaming .notice-box .title::before {
		height: 1px;
		width: 15px;
		left: -20px;
	}
	.streaming .notice-box ul li {
		padding: 5px 0;
	}
	.streaming .link-txt a {
		padding: 10px 30px;
		letter-spacing: 1px;
		width: 95%;
		max-width: 240px;
	}
	.streaming-ticketsbox {
		margin: 30px 0;
	}
	.streaming-ticketsbox .goods-detail .button {
		width: 30px;
		height: 30px;
		margin-left: 7px;
	}
	.streaming-ticketsbox .goods-detail .button .line01 {
		transform: translateY(15px) translateX(-50%) rotate(0deg);
	}
	.streaming-ticketsbox .goods-detail .button .line02 {
		transform: translateY(15px) translateX(-50%) rotate(90deg);
	}
	.streaming-ticketsbox .goods-detail .button.on .line01 {
		transform: translateY(15px) translateX(-50%) rotate(45deg);
	}
	.streaming-ticketsbox .goods-detail .button.on .line02 {
		transform: translateY(15px) translateX(-50%) rotate(135deg);
	}
	.streaming-box.theater .theater-txt {
		margin: 30px 0 25px;
	}
	
	.streaming .theater .link-txt a {
		max-width: 180px;
	}
	.streaming .link-txt a {
		padding: 10px 10px;
		letter-spacing: 1px;
		width: 95%;
		max-width: 240px;
	}
	.streaming .platform .platform-box {
		padding: 20px 0 0;
	}
	.streaming .platform .platform-box a {
		width: 50%;
	}
	.streaming .overseas {
		margin-top: 30px;
		width: 85%;
	}
	.streaming-ticketsbox-note {
		margin: 15px;
	}
	.streaming .introduction {
		width: 85%;
		margin-bottom: 10px;
	}
	.streaming .platform {
		width: 85%;
	}
	.note-box-platform a {
		margin: 2.5px;
	}
	.en .note-box-platform a {
		width: 55%;
		margin: 5px 0 0;
	}
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
}

/*+-+-+-+-+-+-+-+-     streaming     -+-+-+-+-+-+-+-+*/

/*+-+-+-+-+-+-+-+-     tickets     -+-+-+-+-+-+-+-+*/
.tickets .titlebox {
	color: #66baff;
	max-width: 1000px;
	margin: auto;
	width: 90%;
}
.tickets .titlebox .title {
	font-size: clamp(1.625rem, 1.125rem + 2.5vw, 3rem);
	font-weight: 900;
	letter-spacing: 4px;
	position: relative;
}
.tickets .titlebox .title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -40px;
	background-color: #66baff;
	transform: translateY(-50%);
}
.tickets .titlebox .txt {
	font-size: clamp(0.625rem, 0.511rem + 0.57vw, 0.938rem);
}
.premium-tickets {
	max-width: 1000px;
	margin: auto;
	width: 90%;
}
.tickets-name {
	margin-top: 70px;
	text-align: center;
}
.tickets-name h3 {
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
	font-weight: bold;
}
.tickets-name p {
	padding-top: 5px;
}
.tickets-name p span {
	font-size: 14px;
}

.premium-goods {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.premium-goods .premium-box {
	width: 50%;
}
.premium-goods .goods-txt {
	padding-left: 40px;
}
.premium-goods .goods-txt .main {
	margin-bottom: 20px;
	font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
}
.premium-goods .goods-txt ul {
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	margin-top: 50px;
}
.tickets-indent-link {
	color: #66baff;
	text-decoration: underline;
}
.tickets .note-box {
	margin-top: 100px;
}
.tickets .note-box .note-list {
	margin: auto;
	width: 100%;
	max-width: 800px;
}
.note-box .table-note {
	margin: auto;
	width: 100%;
	max-width: 800px;
	padding: 10px 40px 0;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
.tickets .note-box .note-list .head th {
	color: #66baff;
	padding: 12px 0;
	vertical-align: middle;
	background: #edf8ff;
	text-align: center;
	font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
}
.tickets .note-box .note-list tr:first-child {
	border: 1px solid #66baff;
}
.tickets .note-box .note-list tr:nth-child(n+2) {
	border-bottom: 1px solid #66baff;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.tickets .note-box .note-list tr .title {
	color: #66baff;
	padding: 12px 0;
	vertical-align: middle;
	text-align: center;
	width: 20%;
}
.tickets .note-box .note-list tr:nth-child(n+2) .contents {
	padding: 20px 0 20px 40px;
	vertical-align: middle;
}
.tickets .notice-box {
	max-width: 1000px;
	margin: auto;
	width: 95%;
}
.tickets .notice-box .title {
	font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
	padding: 20px 0;
	position: relative;
	margin-top: 30px;
}
.tickets .link-txt {
	font-size: clamp(0.813rem, 0.608rem + 1.02vw, 1.375rem);
	text-align: center;
	margin: 40px 0 50px;
}
.tickets .link-txt a {
	margin: auto;
	border-radius: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 50px;
	background: linear-gradient( 90deg,#3fa7fc 0%,#87c9ff 100%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	letter-spacing: 3px;
	width: 100%;
	max-width: 370px;
}
.tickets-link-img {
	max-width: 30px;
	height: 17px;
	margin-right: 10px;
}
.tickets .notice-box .title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -40px;
	background-color: #66baff;
	transform: translateY(-50%);
}
.tickets .notice-box ul li {
	padding: 10px 0;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}


/* .premium-goods .slick-dots {
	bottom: -5px;
} */
.premium-goods .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.premium-goods .slick-dots li button:before {
	font-size: 27px;
	opacity: 1;
	color: #6fbdff;
}
.premium-goods .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #058bff;
}
.premium-goods .slider {
	outline: 1px solid;
	color: #e7f5ff;
}


.seats-box {
	margin: auto;
	width: 100%;
	max-width: 800px;
	border: 1px solid #66baff;
	margin-top: 100px;
}
.seats-content {
	padding: 30px 50px;
}
.seats-content .title {
	color: #6fbdff;
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
}
.seats-content .main-txt {
	font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
}
.seats-content p {
	margin: 10px 0;
	font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
}
.seats-content ul {
	margin: 30px 0;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}

/*          TB          */
@media (max-width:834px) {
	.tickets .titlebox {
		width: 85%;
	}
	.tickets .titlebox .title::before {
		height: 1px;
		width: 15px;
		top: 55%;
		left: -22px;
	}
	.tickets-name {
		margin-top: 40px;
	}
	.premium-goods {
		display: block;
		margin-top: 30px;
	}
	.premium-goods .premium-box {
		width: 100%;
	}
	.premium-goods .goods-img {
		text-align: center;
	}
	.premium-goods .goods-txt {
		padding-left: 0;
		margin-top: 30px;
	}
	.tickets .note-box {
		margin-top: 50px;
	}
	.tickets .link-txt a {
		padding: 10px 30px;
		letter-spacing: 1px;
		width: 95%;
		max-width: 265px;
	}
	.tickets .note-box .note-list tr:nth-child(n+2) .title {
		text-align: left;
		padding-left: 10px;
	}
	.tickets .note-box .note-list tr:nth-child(n+2) .contents {
		padding: 10px 10px 10px 20px;
	}
	.tickets .link-txt {
		margin: 20px 0 0;
		font-size: 18px;
		padding-bottom: 10px;
	}
	.tickets .notice-box .title {
		padding: 10px 0;
	}
	.tickets .notice-box .title::before {
		height: 1px;
		width: 15px;
		left: -20px;
	}
	.tickets .notice-box ul li {
		padding: 5px 0;
	}
	.tickets-link-img {
		height: 13px;
		margin-right: 7px;
	}


	.premium-goods .slick-dots {
		bottom: -25px;
	}
	.premium-goods .slick-dots li {
		margin: 0 2.5px;
		width: 10px;
	}

	.seats-box {
		margin-top: 50px;
	}
	.seats-content {
		width: 90%;
		padding: 10px 0;
		margin: auto;
	}
	.seats-content ul {
		margin: 20px 0;
	}
	.note-box .table-note {
		padding: 10px 0 0 0;
	}
	/*          SP          */
	@media (max-width:768px) {
		.tickets .link-txt {
			font-size: 14px;
		}
		.tickets .link-txt a {
			padding: 10px 30px;
			letter-spacing: 1px;
			width: 95%;
			max-width: 240px;
		}
	
	}
}
/*          PC          */
@media (min-width:835px) {

}
/*+-+-+-+-+-+-+-+-     tickets     -+-+-+-+-+-+-+-+*/

/*+-+-+-+-+-+-+-+-     goods     -+-+-+-+-+-+-+-+*/
.goods .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 500,
  'GRAD' 0,
  'opsz' 48
}
.goods-cl {
	color: #ffa82e;
}
.goods .ctt .titlebox {
	max-width: 990px;
	margin: auto;
	width: 90%;
	margin-bottom: 70px;
}
.goods .ctt .titlebox .title {
	font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
	font-weight: 900;
	letter-spacing: 4px;
	position: relative;
}
.goods .ctt .titlebox .title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -40px;
	background-color: #ffa82e;
	transform: translateY(-50%);
}
.goods .ctt .titlebox .txt {
	font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}
/* .goods .ctt .titlebox::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	background: #ffa82e;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
} */
.goods-top-txtbox {
	max-width: 840px;
	width: 90%;
	margin: auto;
	padding-bottom: 80px;
}
.goods-top-txtbox p {
	font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
	padding-bottom: 20px;
}
.goods-top-txtbox a {
	text-decoration: underline;
}
.goods-top-txtbox ul {
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
.goods .goods-listbox {
	max-width: 990px;
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
	background: url(/2023/img/top/contentsbox-pt.webp)center,#fff9ed;
	background-size: 13px,100%;
	padding: 45px 0;
}
.goods-list {
	max-width: 860px;
	width: 90%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0;
}
.goods-list .goods {
	display: flex;
	background: #FFF;
	max-width: 400px;
	width: 48.6%;
	padding-bottom: 10px;
}
.goods-list .goods .goods-databox {
	display: flex;
	flex-direction: column;
	max-width: 400px;
	width: 100%;
}
.goods-data .slick-dots {
	bottom: 10px;
}
.goods-data .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.goods-data .slick-dots li button:before {
	font-size: 27px;
	opacity: 1;
	color: #ffbc57;
}
.goods-data .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ff9d00;
}
.goods-databox .goods-txt {
	padding: 0 20px;
}
.goods-databox .title {
	font-size: 0;
}
.goods-databox .title .name {
	font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
.goods-databox .title span {
	font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}
.goods-databox .price {
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	margin: 15px 0;
}
.goods-databox .price span {
	font-size: clamp(0.5rem, 0.409rem + 0.45vw, 0.75rem);
}
.goods-databox .contents {
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	margin: 15px 0;
	text-align: left;
}
.goods-databox .spec {
	font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
	padding-left: 2.7em;
	text-indent: -2.7em;
	margin: 15px 0;
	text-align: left;
	color: #666666;
	word-break: break-all;
}
.goods-databox .goods-link {
	margin: auto auto 30px;
	width: 60%;
	max-width: 255px;
	font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}
.goods-databox .goods-link a span {
	font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
}
.goods-databox .goods-link a {
	display: block;
	width: 100%;
	border-radius: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 40px;
	background: linear-gradient(90deg,#ff9d00 0%,#ffbc57 100%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
/*          TB          */
@media (max-width:834px) {
	.goods .ctt .titlebox {
		width: 85%;
    margin-bottom: 40px;
	}
	.goods .ctt .titlebox .title::before {
		height: 1px;
		width: 15px;
		top: 55%;
		left: -22px;
	}
	.goods-top-txtbox {
		padding-bottom: 40px;
	}
	.goods .goods-listbox {
		padding: 25px 10px 15px;
	}
	.goods-list {
		width: 100%;
		padding: 0 0 3%;
	}
	.goods-databox .goods-link {
		width: 80%;
	}
	.goods-databox .goods-link a {
		padding: 10px;
	}
	.goods-data .slick-dots {
		bottom: 5px;
	}
	.goods-data .slick-dots li {
		margin: 0 2.5px;
		width: 10px;
	}
	.goods-databox .title {
		line-height: 1.4;
	}
	.goods-databox .goods-txt {
		padding: 0 5%;
		line-height: 1.4;
	}
	.goods-databox .price {
		margin: 10px 0;
	}
	.goods-databox .contents {
		margin: 10px 0;
	}
	.goods-databox .spec {
		margin: 10px 0 15px;
	}
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
}

/*+-+-+-+-+-+-+-+-     goods     -+-+-+-+-+-+-+-+*/

/*+-+-+-+-+-+-+-+-     venue     -+-+-+-+-+-+-+-+*/
.goods-top-txtbox .venue {
	padding: 40px 0 20px;
}
.goods-top-txtbox .venue-title {
	font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
	font-weight: bold;
	padding-bottom: 70px;
	text-align: center;
	color: #ffa82e;
}
.goods-top-txtbox .note-list {
	width: 840px;
	margin: 0 auto 40px;
}
.goods-top-txtbox .note-list tr {
	border-bottom: 1px solid #ffa82e;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}
.goods-top-txtbox .note-list tr:first-child {
	border-top: 1px solid #ffa82e;
}
.goods-top-txtbox .note-list tr .title {
	color: #ffa82e;
	padding: 12px 0;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
.goods-top-txtbox .note-list tr .contents {
	padding: 20px 0 20px 40px;
	vertical-align: middle;
}
.venue .notice-box {
	max-width: 1000px;
	margin: auto;
	width: 95%;
	margin-top: 80px;
}
.venue .notice-box .title {
	font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
	padding: 20px 0;
	position: relative;
	margin-top: 20px;
}
.venue .notice-box .title::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 50%;
	left: -40px;
	background-color: #ffa82e;
	transform: translateY(-50%);
}
.venue .notice-box ul li {
	padding: 10px 0;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
.venue .notice-box ul li a {
	color: #ffa82e;
	text-decoration: underline;
}

/*          TB          */
@media (max-width:834px) {
	.goods-top-txtbox .venue {
		padding: 30px 0 10px;
	}
	.goods-top-txtbox .venue-title {
		width: 100%;
		padding-bottom: 30px;
	}
	.goods-top-txtbox .note-list {
		width: 100%;
	}
	.goods-top-txtbox .note-list tr {
		padding: 10px 20px;
		display: block;
	}
	.goods-top-txtbox .note-list tr .title {
		text-align: unset;
		width: 100%;
		padding: 0 0 5px;
		display: block;
	}
	.goods-top-txtbox .note-list tr .contents {
		padding: 0;
	}
	.venue .notice-box {
		width: 85%;
		margin-top: 40px;
	}
	.venue .notice-box .title {
		padding: 10px 0;
	}
	.venue .notice-box .title::before {
		height: 1px;
		width: 15px;
		left: -20px;
	}
	.venue .notice-box ul li {
		padding: 5px 0;
	}

	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
}


/*+-+-+-+-+-+-+-+-     venue     -+-+-+-+-+-+-+-+*/

/*+-+-+-+-+-+-+-+-     news     -+-+-+-+-+-+-+-+*/
.news .news-logo {
	position: relative;
	width: 460px;
	margin: auto;
	padding: 0 0 60px;
}
.news a {
	color: #ffa82e;
	text-decoration: underline;
}
.news .ctt .titlebox {
	padding: 0px 0 20px;
	margin-bottom: 70px;
	position: relative;
	text-align: center;
	color: #ffa82e;
}
.news .ctt .titlebox .title {
	font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
	font-weight: 900;
	letter-spacing: 4px;
}
.news .ctt .titlebox .txt {
	font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}
.news .ctt .titlebox::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	background: #ffa82e;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.event-news {
	max-width: 800px;
	margin: auto;
	width: 90%;
}
.event-news-list time {
	position: relative;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	padding: 0 0 15px 0;
	display: block;
}
.category {
	border: #0d0d0d 1px solid;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	padding: 0 20px 2px;
}
.event-news-list .news-title {
	padding: 10px 10px 5px;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	border-bottom: 1px #505050 solid;
}
.event-news-ctt {
	margin: 30px 10px;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	line-height: 1.8;
}
.event-news-ctt .note {
	font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}
.event-news-ctt p,
.event-news-ctt ul {
	margin: 20px 0;
}

.event-news-ctt .dl-box {
	text-align: center;
}
.event-news-ctt .dl-box ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.event-news-ctt .dl-box .dl-list {
	margin: 10px 25px 20px;
}
.event-news-ctt .dl-box .dl-list p {
	margin: 20px 0;
}
.event-news-ctt .dl-box .dl-list p a {
	border-radius: 60px;
	width: 100%;
	background: linear-gradient( 90deg,#ff9d00 0%,#ffbc57 100%);
	display: block;
	color: #FFF;
	padding: 5px 0;
	margin: auto;
	text-decoration: none;
	max-width: 130px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
.event-news-ctt .all-dl-link {
	font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
	text-align: center;
	margin: 20px 0 50px;
}
.all-dl-link a {
	margin: auto;
	border-radius: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 50px;
	background: linear-gradient(-90deg,#80d2ff 0%,#cfafed 25%,#ff8ccf 50%,#ffa18f 75%,#ffbb54 100%);
	display: block;
	letter-spacing: 3px;
	width: 100%;
	max-width: 315px;
	line-height: 1.2;
}
.all-dl-link a span {
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
/*          TB          */
@media (max-width:834px) {
	.news .ctt .titlebox {
		padding: 0px 0 15px;
		margin-bottom: 30px;
	}
	.news .news-logo {
		width: 74%;
		max-width: 400px;
		padding: 0 0 45px;
	}
	.event-news-list time {
		padding: 0 0 5px 0;
	}
	.event-news-list .news-title {
		padding: 10px;
	}
	.event-news-ctt {
		margin: 20px 10px;
	}
	.event-news-ctt .dl-box .dl-list {
		margin: 10px auto 20px;
		width: 40%;
	}
	.event-news-ctt .all-dl-link {
		margin: 0 0 50px;
	}
	.all-dl-link a {
		padding: 10px 15px;
		max-width: 240px;
	}
	
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
}


/*+-+-+-+-+-+-+-+-     news     -+-+-+-+-+-+-+-+*/

/*+-+-+-+-+-+-+-+-     セットリスト     -+-+-+-+-+-+-+-+*/
.day1-top {
	margin-top: 40px;
}
.day2-top {
	margin-top: 100px;
}
.setlist-box {
	width: 620px;
}
.setlist-box {
	padding-top: 5px;
	display: block;
}
.setlist-box .day1 div {
	background-color: #f5fbff;
}
.setlist-box .day2 div {
	background-color: #fff5fa;
}
.setlist-box .day1 div.color div {
	background-color: unset;
}
.setlist-box .day2 div.color div {
	background-color: unset;
}
.setlist-box div.artists span {
	font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
	line-height: 1.4;
	display: inline-block;
}
.setlist-box div ul {
	margin: 0;
}
.day1 div.color {
	background-color: #daeeff;
}
.day2 div.color {
	background-color: #ffe5f1;
}
.day1 .artists {
	color: #2b9af5;
}
.day2 .artists {
	color: #f765a5;
}
.setlist-box .artists {
	width: 220px;
	max-width: 35%;
	vertical-align: middle;
	padding: 10px 10px 10px 15px;
}
.setlist-box .song {
	padding: 10px;
}
.setlist-box .song {
	width: 400px;
	max-width: 65%;
	vertical-align: middle;
}
.setlist-box .works div {
	color: #fff;
	padding: 0 15px;
}
.setlist-box .works td {
	color: #fff;
	padding: 0 15px;
}
.setlist-box .day1 .works {
	padding: 0;
}
.setlist-box .day1 .works div {
	background-color: #83c7ff;
}
.setlist-box .day2 .works {
	padding: 0;
}
.setlist-box .day2 .works div {
	background-color: #ffadd3;
}
.special-stage {
	padding: 0;
	color: #FFF;
	background: linear-gradient(90deg,#687eed 0%,#e060d8 50%,#ffcc70 100%);
	padding: 0 10px;
}
.special-color {
	background: linear-gradient(90deg,#B9C3F6 0%,#EFACEB 50%,#FFE3B0 100%);
	color: #0d0d0d;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.special-color div {
	background-color: unset;
	color: #0d0d0d;
}
.special-color .artists {
	color: #0d0d0d;
}
.setlist-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
.setlist-box .day1 div.special-color div {
	background-color: unset;
}
.setlist-box .day2 div.special-color div {
	background-color: unset;
}
.setlist-cont .day1 div {
	padding: 0;
}
.setlist-cont .day2 div {
	padding: 0;
}
/*          TB          */
@media (max-width:834px) {
	.day1-top {
		margin-top: 20px;
	}
	.setlist-box {
		width: 100%;
	}
	.setlist-box .artists {
		width: 35%;
		max-width: none;
	}
	.setlist-box .song {
		width: 65%;
		max-width: none;
	}
	.setlist-box .artists {
		padding: 5px 5px 5px 10px;
	}
	.setlist-box .song {
		padding: 5px;
	}
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
}
/*+-+-+-+-+-+-+-+-     セットリスト     -+-+-+-+-+-+-+-+*/


/*+-+-+-+-+-+-+-+-     オフィシャルレポート     -+-+-+-+-+-+-+-+*/
.officialreport .logo {
	position: relative;
	width: 460px;
	margin: auto;
	padding: 0 0 60px;
}
.officialreport .ctt .titlebox {
	padding: 0px 0 20px;
	margin-bottom: 70px;
	position: relative;
	text-align: center;
	color: #ffa82e;
}
.officialreport .ctt .titlebox .title {
	font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
	font-weight: 900;
	letter-spacing: 4px;
}
.officialreport .ctt .titlebox .txt {
	font-size: clamp(0.625rem, 0.489rem + 0.68vw, 1rem);
}
.officialreport .ctt .titlebox::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	background: #ffa82e;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.officialreport-box {
	max-width: 800px;
	margin: auto;
	width: 90%;
}
.officialreport .navi-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 30px;
}
.officialreport .navi-list li a {
	margin: 0 10px;
	border-radius: 50px;
	display: -webkit-flex;
	display: flex;
	text-decoration: none;
}
.officialreport .navi-list li.navi-day1 a {
	background: #EBF6FF;
	border: 1px #53B1FF solid;
}
.officialreport .navi-list li.navi-day2 a {
	background: #FFF5F8;
	border: 1px #FF80B7 solid;
}
.officialreport .navi-list li a .txt-box {
	text-align: center;
	width: 100%;
	padding: 20px 30px;
}
.officialreport .navi-list li a .txt-box .title {
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	font-weight: bold;
}
.officialreport .navi-list li a .txt-box .title .min {
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	padding-left: 10px;
}
.officialreport .navi-list li a .txt-box .title.sat {
	color: #5850e5;
}
.officialreport .navi-list li a .txt-box .title.sun {
	color: #ff4265;
}
.report-txt-box .title {
	padding: 10px 10px 5px;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	border-bottom: 1px #505050 solid;
}
.report-txt {
	margin: 30px 10px;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
	line-height: 1.8;
}
.report-txt p {
	margin: 20px 0;
}
.report-txt .img-box {
	margin: 40px 0;
	text-align: center;
}
.report-txt .img-box img {
	margin: 30px auto;
	display: block;
}
.report-txt p:first-child {
	margin: 0 0 20px;
}
.report-txt p.right {
	margin-top: 80px;
	text-align: right;
}
.report-txt p.right a {
	text-decoration: underline;
	color: #ffa82e;
}
.report-txt p.top-75 {
	margin-top: 75px;
}
.report-txt .setlist-title {
	margin: 100px 0 0 0;
}
.report-txt .day1-top {
	margin-top: 20px;
}
.report-txt .day2-top {
	margin-top: 20px;
}
.report-streaming {
	width: 80%;
	margin: 60px auto;
	padding: 30px;
	border: 3px solid;
	border-image: linear-gradient(90deg, #687eed 0%,#e060d8 50%,#ffcc70 100%) 1;
}
.report-streaming a {
	text-align: center;
	display: block;
	max-width: 290px;
	margin: auto;
	border-radius: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 15px;
	font-weight: bold;
	letter-spacing: 0.13em;
	background: linear-gradient(-90deg,#80d2ff 0%,#cfafed 25%,#ff8ccf 50%,#ffa18f 75%,#ffbb54 100%);
}
/*          TB          */
@media (max-width:834px) {
	.officialreport .logo {
		width: 74%;
		max-width: 400px;
		padding: 0 0 45px;
	}
	.officialreport .ctt .titlebox {
		padding: 0px 0 15px;
		margin-bottom: 30px;
	}
	.navi-list {
		margin-bottom: 15px;
	}
	.navi-list li a {
		margin: 0 10px;
	}
	.report-txt {
		margin: 20px 10px;
	}
	.officialreport .navi-list li a .txt-box {
		padding: 15px 20px;
	}
	.officialreport .navi-list li a .txt-box .title .min {
		padding-left: 5px;
	}
	.report-txt .img-box {
		margin: 20px 0;
	}
	.report-txt .img-box img {
		margin: 10px 0;
	}
	.report-txt .img-box.width img {
		width: 60%;
		margin: auto;
	}
	.report-txt p.top-75 {
		margin-top: 50px;
	}
	.report-txt .setlist-title {
		margin: 50px 0 0 0;
	}
	.report-streaming {
		width: 100%;
		padding: 20px;
		margin: 40px auto 30px;
		border: 2px solid;
		border-image: linear-gradient(90deg, #687eed 0%,#e060d8 50%,#ffcc70 100%) 1;
	}
	.report-streaming a {
		max-width: 240px;
		padding: 10px 15px;
	}
	
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
}

/*+-+-+-+-+-+-+-+-     オフィシャルレポート     -+-+-+-+-+-+-+-+*/




/*          TB          */
@media (max-width:834px) {
	/*          SP          */
	@media (max-width:768px) {
	}
}
/*          PC          */
@media (min-width:835px) {
}

