﻿@charset "UTF-8";
/* ZenKaku_______________ */
@font-face {
	font-family: 'ZenKaku_R';
	src: url('../font/ZenKakuGothicNew-Regular.ttf') format('woff');
}
@font-face {
	font-family: 'ZenKaku_B';
	src: url('../font/ZenKakuGothicNew-Bold.ttf') format('woff');
}
/* ZenOldMincho_______________ */
/* nomal */
@font-face {
	font-family: 'ZenOldMincho';
	src: url('../font/ZenOldMincho-Regular.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* Medium */
@font-face {
	font-family: 'ZenOldMincho';
	src: url('../font/ZenOldMincho-Medium.ttf') format('woff');
	font-weight: 500;
	font-style: normal;
}
/* SemiBold */
@font-face {
	font-family: 'ZenOldMincho';
	src: url('../font/ZenOldMincho-SemiBold.ttf') format('woff');
	font-weight: 600;
	font-style: normal;
}
/* Bold */
@font-face {
	font-family: 'ZenOldMincho';
	src: url('../font/ZenOldMincho-Bold.ttf') format('woff');
	font-weight: 700;
	font-style: normal;
}
/* Black */
@font-face {
	font-family: 'ZenOldMincho';
	src: url('../font/ZenOldMincho-Black.ttf') format('woff');
	font-weight: 900;
	font-style: normal;
}
/* Bodoni_______________ */
@font-face {
	font-family: 'bodoni';
	src: url('../font/bodoni-72-book.ttf') format('woff');
}
/* NotoSerifJP font-family: 'NotoSerifJP', serif;_______________ */
/* nomal */
@font-face {
	font-family: 'NotoSerifJP';
	src: url('../font/NotoSerifJP-VariableFont_wght.ttf') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* D-DIN_______________ */
/* nomal */
@font-face {
	font-family: 'D-DIN_R';
	src: url('../font/D-DIN.otf') format('woff');
}
@font-face {
	font-family: 'D-DIN_B';
	src: url('../font/D-DIN-Bold.otf') format('woff');
}
/* BarlowCondensed_______________ */
/* nomal */
@font-face {
	font-family: 'BarlowCondensed_ER';
	src: url('../font/BarlowCondensed-ExtraLight.ttf') format('woff');
}
@font-face {
	font-family: 'BarlowCondensed_L';
	src: url('../font/BarlowCondensed-Light.ttf') format('woff');
}
@font-face {
	font-family: 'BarlowCondensed_M';
	src: url('../font/BarlowCondensed-Medium.ttf') format('woff');
}
@font-face {
	font-family: 'BarlowCondensed_R';
	src: url('../font/BarlowCondensed-Regular.ttf') format('woff');
}
.notoserif {
	font-family: 'NotoSerifJP', serif;
}
/* Jost_______________ */
/* nomal */
@font-face {
	font-family: 'Jost';
	src: url('../font/Jost-VariableFont_wght.ttf') format('woff');
}
/*---------------------------------------

[reset]

[base]
	font
	anchor
	add class

[clearfix]


---------------------------------------*/
/* CSS Document */
/*===============================================
●style.css
===============================================*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
*:before, *:after {
	box-sizing: inherit;
}
img {
	max-width: 100%;
	height: auto;
	width /***/ : auto;
}
.gm-style img { /* googlemap api表示対応 */
	max-width: inherit;
	height: inherit;
	max-height: inherit;
	width /***/ : inherit;
}
.container {
	width: 100%;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figcaption, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	animation-fill-mode: forwards;
}
article, aside, footer, header, nav, section, main {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
fieldset, img, a img, abbr, acronym {
	border: 0;
}
li img, dt img {
	vertical-align: top;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
a {
	outline: none;
}
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */
/*--------------------------------------- font */
html {
	font-size: 62.5%;
	overflow-x: hidden;
	position: relative;
}
body {
	font-family: 'ZenKaku_R', serif;
	line-height: 1.5;
	color: #fff;
	-webkit-text-size-adjust: 100%;
}
/*....................... h  */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2 {
	display: block;
}
h3 {
	display: block;
}
h4 {
	display: block;
}
h5 {
	display: block;
}
h6 {
	display: block;
}
@media screen and (min-width: 600px) {
	/*....................... h  */
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	h2 {
		display: block;
	}
	h3 {
		display: block;
	}
	h4 {
		display: block;
	}
	h5 {
		display: block;
	}
	h6 {
		display: block;
	}
}
@media screen and (min-width: 1025px) {
	.container {
		width: 100%;
		padding-right: 90px;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	h2 {
		display: block;
	}
	h3 {
		display: block;
	}
	h4 {
		display: block;
	}
	h5 {
		display: block;
	}
	h6 {
		display: block;
	}
}
/*===================================== COMMON START */
.wrapper {
	position: relative;
}
a {
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #fff;
}
a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*--------------------------------------- br */
.br-sp {
	display: none
}
.br-pc {
	display: block;
}
@media screen and (max-width: 440px) {
	.br-sp {
		display: block
	}
	.br-pc {
		display: none;
	}
}
/*
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'EB Garamond', serif;
*/
@media screen and (max-width: 940px) {}
/*===================================== basic Area */
.basic {
	width: 100%;
	margin: 0 auto 80px;
}
.basic-cnt {
	width: 960px;
	display: block;
	margin: 0 auto 40px;
}
.basic-cnt p {
	font-size: 1.8rem;
	line-height: 1.6em;
	text-align: left;
	margin: 20px auto 40px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media screen and (max-width: 940px) {
	.basic {
		width: 100%;
		margin: 0 auto 40px;
	}
	.basic-cnt {
		width: 90%;
		margin: 0 auto 40px;
	}
	.basic-cnt p {
		font-size: 1.8rem;
		line-height: 1.6em;
		text-align: left;
		margin-bottom: 20px;
	}
}
/*===================================== Page top */
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 99;
}
.pagetop a {
	width: 20px;
	height: 90px;
	background: url(../images/arrow_pt.svg)no-repeat top;
	background-size: 80%;
	background-position: 50% 0;
	position: relative;
	display: block;
	clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
	transition: all 0.2s ease-in-out;
}
.pagetop a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
@media screen and (max-width: 940px) {
	.pagetop {
		display: none;
		position: fixed;
		bottom: 50px;
		right: 7px;
		z-index: 99;
	}
}
/*=====================================footer */
footer {
	width: 100%;
	margin-inline: auto;
	height: auto;
	padding: 40px 0 50px;
	color: #cbcbcb;
	background: #1d1d1d;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.footer_logo {
	width: 60%;
	margin-inline: auto;
	padding-top: 14%;
	background: url(../images/foot_announcement_tit.svg)no-repeat center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
}
.footer_txt {
	width: 80%;
	text-align: center;
	font-size: 2.2rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0.2em;
	color: #ccc;
	padding: 4% 0 7%;
}
.footer-box {
	width: 94%;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.footer-link {
	display: flex;
	align-items: baseline;
	gap: 30px;
}
.footer-link .link_kyoheisorita a {
	width: 180px;
	padding-top: 10%;
	background: url(../images/kyoheisorita.svg)no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
}
.footer-link .link_nexus a {
	width: 150px;
	padding-top: 13%;
	background: url(../images/nexus.svg)no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
}
.footer-copy {
	font-family: 'D-DIN_R', serif;
	font-size: 1.1rem;
	letter-spacing: 2px;
	color: #898989;
}
@media screen and (max-width: 834px) {
	.footer_logo {
		width: 95%;
		margin-inline: auto;
		padding-top: 12%;
		background: url(../images/foot_announcement_tit.svg)no-repeat center;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.footer-box {
		width: 94%;
		margin-inline: auto;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.footer-link {
		display: flex;
		align-items: baseline;
		gap: 30px;
	}
	.footer-link .link_kyoheisorita a {
		width: 160px;
	}
	.footer-link .link_nexus a {
		width: 130px;
	}
	.footer-copy {
		font-family: 'D-DIN_R', serif;
		font-size: 1.0rem;
		letter-spacing: 2px;
		color: #898989;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 440px) {
footer {
	padding: 30px 0;
}
	.footer_logo {
		width: 80%;
		margin-inline: auto;
		padding-top: 25%;
		background: url(../images/foot_announcement_tit_sp.svg)no-repeat;
		background-size: 100%;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		margin-bottom: 20px;
	}
	.footer-box {
		width: 94%;
		margin-inline: auto;
		display: flex;
		justify-content: center;
		align-items: baseline;
		flex-wrap: wrap;
	}
.footer_txt {
	width: 80%;
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0.2em;
	color: #ccc;
	padding: 4% 0 10%;
}
	.footer-link {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: baseline;
		gap: 30px;
		margin-bottom: 20px;
	}
	.footer-link .link_kyoheisorita a {
		width: 130px;
	}
	.footer-link .link_nexus a {
		width: 100px;
	}
	.footer-copy {
		width: 100%;
		font-family: 'D-DIN_R', serif;
		font-size: 1.0rem;
		letter-spacing: 2px;
		color: #898989;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
/*=====================================sction */
section {
	display: block;
}
/*=====================================header Area */
header {
	width: 100%;
	margin: 0 auto;
	height: 20px;
}
@media screen and (max-width: 940px) {
	header {
		width: 100%;
	}
}
/*=====================================main Area */
main {
	width: 100%;
	margin: 0 auto;
	height: 110vh;
	display: block;
	position: relative;
}
.bg-wrap {
	background: linear-gradient(to right, #000 50%, #fff 50%);
	display: block;
	z-index: 0;
}
.main-bg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: block;
	z-index: 1;
}

.main-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/main_bg.png) no-repeat top right;
	background-size: auto; 
	z-index: -1;
	clip-path: polygon(
		0 0, 
		100% 0, 
		100% calc(100% - 430px), 
		calc(100% - 400px) 100%, 
		0 100%
	);
}
/*=================================================== main contents*/
.main-cnt {
	width: 100%;
	height: 1300px;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 2;
}
.main-cnt h1 {
	position: relative;
	left: 13%;
	display: block;
	width: 640px;
	height: 600px;
	margin-top: 10px;
	background: url(../images/main_tit.svg)no-repeat left;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 1
}
.main-cnt .solistiade_btn a {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 200px;
	height: 55px;
	background: url(../images/solistiade_btn.svg)no-repeat top center;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.mv_x_logo {
    position: absolute;
    bottom: -160px;
    right: 0px;
    display: block;
    width: 420px;
    height: 600px;
    background: url(../images/mv_x_logo.svg) no-repeat top center;
    background-size: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 3;
}
.mv_v_mark {
	position: absolute;
	width: 0;
	height: 0;
	top: 30px; 
	left: 0%;
	border-top: 600px solid transparent;
	border-bottom: 600px solid transparent;
	border-left: 550px solid #0ba29a;
	z-index: 0;
	mix-blend-mode: darken;
	pointer-events: none;
}
.mv_v_mark::after {
	content: "";
	position: absolute;
	top: -600px;
	left: -550px;
	width: 0;
	height: 0;
	border-top: 600px solid transparent;
	border-bottom: 600px solid transparent;
	border-left: 550px solid rgba(0, 0, 0, 0.4); 
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
	mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
}
/*........... main schedule*/
.main-cnt .main_schedule {
	width: 100%;
	display: block;
	height: auto;
	margin-inline: auto;
	position: relative;
}
.main-cnt .main_schedule-cnt {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	margin-inline: auto;
	gap: 20px;
}
.main-cnt .soloBox {
	width: 65%;
	padding: 5px 0;
}
.main-cnt .soloBox h2 {
	background: url(../images/mv_sdl_tit.svg) no-repeat left;
	background-size: 30%;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.main-cnt .soloBox h3 {
	font-size: 2.3rem;
	letter-spacing: 0.07em;
	height: 40px;
}
.main-cnt .berBox {
	width: 100%;
	padding: 15px 0;
}
.main-cnt .berBox h2 {
	background: url(../images/mv_sdl_tit_spl.svg) no-repeat left;
	background-size: 100%;
	width: 50%;
	height: 50px;
	margin-bottom: 0px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.main-cnt .berBox h3 {
	height: 40px;
	font-size: 1.4rem;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
/*........... main detail*/
.main-cnt .main_schedule .main_schedule_detailarea {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
	z-index: 3;
}
.main-cnt .main_schedule .main_schedule_detailarea_ber {
	display: flex;
	justify-content: flex-start;
	margin-top: 0px;
	flex-wrap: wrap;
}
.main-cnt .main_schedule ul.main_schedule_detail {
	display: block;
	margin-right: 40px;
}
.main-cnt .main_schedule .main_schedule_detail li {
	display: block;
	margin-bottom: 5px;
	position: relative;
}
.main-cnt .main_schedule .main_schedule_detail li::after {
	content: "";
	position: absolute;
	top: 45%;
	right: -20px;
	transform: translateY(-50%);
	transform: rotate(90deg);
	border: 4px solid transparent;
	border-left: 7px solid #6b6b6b;
}
.main-cnt .main_schedule .detailbox {
	display: flex;
	justify-content: flex-start;
	gap: 3px;
}
.main-cnt .main_schedule .detailbox .dayt {
	width: 45px;
	font-family: 'Jost', serif;
	font-size: 1.8rem;
}
.main-cnt .main_schedule .detailbox .week {
	width: 18px;
	height: 18px;
	font-family: 'ZenKaku_B', serif;
	font-size: 0.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: -4px;
	color: #000;
	background-color: #fff;
	border-radius: 50%;
	line-height: 1;
}
.main-cnt .main_schedule .detailbox .city {
	width: 50px;
	font-family: 'ZenKaku_R', serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	background: #444;
	padding: 0px 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 18px;
	position: relative;
	top: 4px;
}
.main-cnt .main_schedule .detailbox .hall {
	font-family: 'ZenKaku_R', serif;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	position: relative;
	letter-spacing: 0em;
	bottom: 1px;
	white-space: nowrap;
	z-index: 1;
}
.main-cnt .main_schedule .detailbox .hall .soldout {
	background: url(../images/soldout_mini.svg)no-repeat;
	background-size: 100%;
	width: 55px;
	height: 11px;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 2;
	justify-content: flex-start;
	top: -3px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.main-cnt .credit {
	position: absolute;
	bottom: 10px;
	right: 12%;
	display: block;
	font-size: 1.2rem;
	color: #000;
}
@media screen and (max-width: 1280px) {
.main-bg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: block;
	z-index: 1;
}

.main-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/main_bg.png) no-repeat top right;
	background-size: auto; 
	background-position:60% 0;
	z-index: -1;
	clip-path: polygon(
		0 0, 
		100% 0, 
		100% calc(100% - 430px), 
		calc(100% - 400px) 100%, 
		0 100%
	);
}	
.main-cnt h1 {
	position: relative;
	left: 10%;
	display: block;
	width: 640px;
	height: 600px;
	margin-top: 10px;
	background: url(../images/main_tit.svg)no-repeat left;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 1
}
/*=====================================scroll_down */
.scroll_down {
	height: auto;
	position: absolute;
	top: 50%;
	left: 25%;
	display: block;
	animation: arrowmove 2s ease-in-out infinite;
}
}
@media screen and (max-width: 834px) {
	/*=====================================main Area */
	main {
		width: 100%;
		margin: 0 auto;
		height: 100vh;
		display: block;
		z-index: 1;
		position: relative;
	}
.main-bg {
	width: 100%;
	min-height: 1300px; 
	margin: 0 auto;
	padding: 0 0 80px 0;
	position: relative;
	display: block;
	z-index: 1;
}

.main-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/main_bg_tab.jpg) no-repeat top right;
	background-size: cover; 
	z-index: -1;
	clip-path: polygon(
		0 0, 
		100% 0, 
		100% calc(100% - 430px), 
		calc(100% - 400px) 100%, 
		0 100%
	);
}
/*=================================================== main contents*/
.main-cnt {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 2;
}
.main-cnt h1 {
	position: relative;
	left: 2%;
	display: block;
	width: 500px;
	height: 500px;
	margin-top: 10px;
	background: url(../images/main_tit.svg)no-repeat left;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 1
}
.main-cnt .solistiade_btn a {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 200px;
	height: 55px;
	background: url(../images/solistiade_btn.svg)no-repeat top center;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.mv_x_logo {
    position: absolute;
    bottom: -160px;
    right: 0px;
    display: block;
    width: 420px;
    height: 600px;
    background: url(../images/mv_x_logo.svg) no-repeat top center;
    background-size: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
}
.mv_v_mark {
	position: absolute;
	width: 0;
	height: 0;
	top: 30px; 
	left: 0%;
	border-top: 400px solid transparent;
	border-bottom: 400px solid transparent;
	border-left: 350px solid #0ba29a;
	z-index: 0;
	mix-blend-mode: darken;
	pointer-events: none;
}
.mv_v_mark::after {
	content: "";
	position: absolute;
	top: -400px;
	left: -350px;
	width: 0;
	height: 0;
	border-top: 400px solid transparent;
	border-bottom: 400px solid transparent;
	border-left: 350px solid rgba(0, 0, 0, 0.4); 
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
	mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
}
	/*........... main schedule*/
	.main-cnt .main_schedule {
		width: 100%;
		display: block;
		height: auto;
		margin-inline: auto;
		position: relative;
	}
	.main-cnt .main_schedule-cnt {
		width: 80%;
		display: flex;
		height: auto;
		margin-inline: auto;
		gap: 0;
		flex-wrap: wrap;
	}
	.main-cnt .soloBox {
		width: 100%;
		padding: 15px 0;
	}
	.main-cnt .soloBox h2 {
		font-family: 'bodoni', serif;
		font-size: 4.0rem;
		line-height: 1.1em;
		letter-spacing: 0.07em;
		color: #ffd200;
		margin-bottom: 10px;
	}
	.main-cnt .soloBox h3 {
		font-size: 2.0rem;
		letter-spacing: 0.07em;
		height: 40px;
	}
	.main-cnt .berBox {
		width: 100%;
		padding: 0px 0;
	}
	.main-cnt .berBox h2 {
	background: url(../images/mv_sdl_tit_spl.svg) no-repeat left;
	background-size: 100%;
	width: 80%;
	height: 50px;
	margin-bottom: 0px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
	.main-cnt .berBox h3 {
		height: 40px;
		font-size: 1.7rem;
		line-height: 1.1em;
		letter-spacing: 0.09em;
		margin-bottom: 20px;
	}
	/*........... main detail*/
	.main-cnt .main_schedule .main_schedule_detailarea {
		display: flex;
		justify-content: flex-start;
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.main-cnt .main_schedule ul.main_schedule_detail {
		width: 100%;
		display: block;
		margin-right: 30px;
	}
	.main-cnt .main_schedule .main_schedule_detail li {
		display: block;
		margin-bottom: 5px;
		position: relative;
	}
	.main-cnt .main_schedule .main_schedule_detail li::after {
		content: "";
		position: absolute;
		top: 45%;
		right: -15px;
		transform: translateY(-50%);
		transform: rotate(90deg);
		border: 4px solid transparent;
		border-left: 7px solid #6b6b6b;
	}
	.main-cnt .main_schedule .detailbox {
		display: flex;
		justify-content: flex-start;
		gap: 3px;
	}
	.main-cnt .main_schedule .detailbox .dayt {
		width: 45px;
		font-family: 'D-DIN_R', serif;
		font-size: 1.8rem;
	}
	.main-cnt .main_schedule .detailbox .week {
		width: 18px;
		height: 18px;
		font-family: 'ZenKaku_B', serif;
		font-size: 0.9rem;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		bottom: -4px;
		color: #000;
		background-color: #fff;
		border-radius: 50%;
		line-height: 1;
	}
	.main-cnt .main_schedule .detailbox .city {
		width: 55px;
		font-family: 'ZenKaku_R', serif;
		font-size: 1.3em;
		letter-spacing: 0.1em;
		background: #333;
		padding: 0px 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 25px;
		position: relative;
		top: 2px;
	}
	.main-cnt .main_schedule .detailbox .hall {
		font-family: 'ZenKaku_R', serif;
		font-size: 1.5rem;
		display: flex;
		align-items: center;
		position: relative;
		letter-spacing: 0.1em;
		bottom: 0px;
		white-space: nowrap
	}
	.main-cnt .credit {
	position: absolute;
	bottom: -35px;
	right: 12%;
	display: block;
	font-size: 1.2rem;
	color: #000;
	}
}
@media screen and (max-width: 768px) {
	/*=====================================main Area */
	main {
		width: 100%;
		margin: 0 auto;
		height: 100vh;
		display: block;
		z-index: 1;
		position: relative;
	}
.main-bg {
	width: 100%;
	min-height: 1300px; 
	margin: 0 auto;
	padding: 0 0 80px 0;
	position: relative;
	display: block;
	z-index: 1;
}

.main-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/main_bg_tab.jpg) no-repeat top right;
	background-size: cover; 
	z-index: -1;
	clip-path: polygon(
		0 0, 
		100% 0, 
		100% calc(100% - 430px), 
		calc(100% - 400px) 100%, 
		0 100%
	);
}
	/*........... main schedule*/
	.main-cnt .main_schedule {
		width: 100%;
		display: block;
		height: auto;
		margin-inline: auto;
		position: relative;
	}
	.main-cnt .main_schedule-cnt {
		width: 90%;
		display: flex;
		height: auto;
		margin-inline: auto;
		gap: 0;
		flex-wrap: wrap;
	}
	.main-cnt .main_schedule .detailbox .city {
		width: 50px;
		font-family: 'ZenKaku_R', serif;
		font-size: 1.3em;
		letter-spacing: 0.1em;
		background: #6b6b6b;
		padding: 0px 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 25px;
		position: relative;
		top: 4px;
	}
}
@media screen and (max-width: 440px) {
	/*=====================================main Area */
	main {
		width: 100%;
		margin: 0 auto;
		height: 100vh;
		display: block;
		z-index: 1;
		position: relative;
	}
.main-bg {
	width: 100%;
	min-height: 1400px; 
	margin: 0 auto;
	padding: 0 0 80px 0;
	position: relative;
	display: block;
	z-index: 1;
}

.main-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/main_bg_sp.jpg) no-repeat top center;
	background-size: cover; 
	z-index: -1;
	clip-path: polygon(
		0 0, 
		100% 0, 
		100% calc(100% - 230px), 
		calc(100% - 200px) 100%, 
		0 100%
	);
}
/*=================================================== main contents*/
.main-cnt {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 2;
}
.main-cnt h1 {
	position: relative;
	left: 2%;
	display: block;
	width: 420px;
	height: 400px;
	margin-top:0px;
	margin-bottom: 180px;
	background: url(../images/main_tit.svg)no-repeat top left;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 1
}
.main-cnt .solistiade_btn a {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	width: 150px;
	height: 55px;
	background: url(../images/solistiade_btn.svg)no-repeat top center;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 2;
}
.mv_x_logo {
    position: absolute;
    bottom: -359px;
    right: 0px;
    display: block;
    width: 230px;
    height: 600px;
    background: url(../images/mv_x_logo.svg) no-repeat top center;
    background-size: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
}
.mv_v_mark {
	position: absolute;
	width: 0;
	height: 0;
	top: 30px; 
	left: 0%;
	border-top: 280px solid transparent;
	border-bottom: 280px solid transparent;
	border-left: 220px solid #0ba29a;
	z-index: 0;
	mix-blend-mode: darken;
	pointer-events: none;
}
.mv_v_mark::after {
	content: "";
	position: absolute;
	top: -280px;
	left: -220px;
	width: 0;
	height: 0;
	border-top: 280px solid transparent;
	border-bottom: 280px solid transparent;
	border-left: 220px solid rgba(0, 0, 0, 0.4); 
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
	mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
}
	/*........... main schedule*/
	.main-cnt .main_schedule {
		width: 100%;
		display: block;
		height: auto;
		margin-inline: auto;
		position: relative;
	}
	.main-cnt .main_schedule-cnt {
		width: 85%;
		display: flex;
		height: auto;
		margin-inline: auto;
		gap: 0;
		flex-wrap: wrap;
	}
	.main-cnt .soloBox {
		width: 100%;
		padding: 0px 0;
	}
	.main-cnt .soloBox h2 {
	background: url(../images/mv_sdl_tit.svg) no-repeat left;
	background-size: 45%;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
	.main-cnt .soloBox h3 {
		font-size: 1.7rem;
		letter-spacing: 0.07em;
		height: 20px;
	}
	.main-cnt .berBox {
		width: 100%;
		padding: 15px 0;
	}
	.main-cnt .berBox h2 {
	background: url(../images/mv_sdl_tit_spl.svg) no-repeat left;
	background-size: 100%;
	width: 100%;
	height: 30px;
	margin-bottom: 0px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
	.main-cnt .berBox h3 {
		font-size: 1.1rem;
		line-height: 1.5em;
		letter-spacing: 0em;
		margin-bottom: 10px;
	}
	/*........... main detail*/
	.main-cnt .main_schedule .main_schedule_detailarea {
		display: flex;
		justify-content: flex-start;
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.main-cnt .main_schedule ul.main_schedule_detail {
		display: block;
		margin-right: 0;
		width: 100%;
	}
	.main-cnt .main_schedule .main_schedule_detail li {
		display: block;
		margin-bottom: 4px;
		position: relative;
	}
	.main-cnt .main_schedule .main_schedule_detail li::after {
		content: "";
		position: absolute;
		top: 45%;
		right: -15px;
		transform: translateY(-50%);
		transform: rotate(90deg);
		border: 4px solid transparent;
		border-left: 7px solid #6b6b6b;
	}
	.main-cnt .main_schedule .detailbox {
		display: flex;
		justify-content: flex-start;
		gap: 3px;
	}
	.main-cnt .main_schedule .detailbox .dayt {
		width: 37px;
		font-family: 'D-DIN_R', serif;
		font-size: 1.8rem;
	}
	.main-cnt .main_schedule .detailbox .week {
		width: 18px;
		height: 18px;
		font-family: 'ZenKaku_B', serif;
		font-size: 0.9rem;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		bottom: -4.5px;
		color: #000;
		background-color: #fff;
		border-radius: 50%;
		line-height: 1;
	}
	.main-cnt .main_schedule .detailbox .city {
		width: 35px;
		font-family: 'ZenKaku_R', serif;
		font-size: 1.0em;
		letter-spacing: 0.1em;
		background: #333;
		padding: 0px 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 20px;
		position: relative;
		top: 4px;
		white-space: nowrap;
	}
	.main-cnt .main_schedule .detailbox .hall {
		font-family: 'ZenKaku_R', serif;
		font-size: 1.1rem;
		display: flex;
		align-items: center;
		position: relative;
		letter-spacing: 0em;
		bottom: 0px;
		white-space: nowrap;
	}
	.main-cnt .main_schedule .detailbox .hall span {
		font-size: 1.2rem;
	}
	.main-cnt .main_schedule .detailbox .hall .soldout {
		background: url(../images/soldout_mini.svg)no-repeat;
		background-size: 100%;
		width: 50px;
		height: 10px;
		display: flex;
		align-items: center;
		position: absolute;
		z-index: 2;
		justify-content: flex-start;
		top: 0px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.main-cnt .credit {
	position: absolute;
	bottom: -50px;
	right: 7%;
	display: block;
	font-size: 1.2rem;
	color: #000;
	}
}
@media screen and (max-width: 430px) {
.main-cnt h1 {
	position: relative;
	left: 2%;
	display: block;
	width: 380px;
	height: 400px;
	margin-top:0px;
	margin-bottom: 180px;
	background: url(../images/main_tit.svg)no-repeat top left;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 1
}
	.main-cnt .main_schedule .detailbox .hall {
		font-family: 'ZenKaku_R', serif;
		font-size: 1.1rem;
		display: flex;
		align-items: center;
		position: relative;
		letter-spacing: 0em;
		bottom: 0px;
		white-space:normal;
	}
	.main-cnt .berBox h3 {
		font-size: 1.0rem;
		line-height: 1.5em;
		letter-spacing: 0em;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 402px) {
	
}
@media screen and (max-width: 393px) {
	
}
@media screen and (max-width: 360px) {
	
}
/*=====================================scroll_down */
.scroll_down {
	height: auto;
	position: absolute;
	top: 50%;
	left: 15%;
	display: block;
	animation: arrowmove 2s ease-in-out infinite;
}
.scroll_down a {
	position: absolute;
	left: -24px;
	bottom: 45px;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: .2em;
	writing-mode: vertical-rl;
	text-decoration: none;
	text-transform: uppercase;
}
.scroll_down:before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: -4px;
	width: 1px;
	height: 10px;
	background: #fff;
	transform: skewX(31deg);
}
.scroll_down:after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 1px;
	height: 85px;
	background: #fff;
}
@keyframes arrowmove {
	100% {
		bottom: 5%;
		opacity: 1;
	}
	50% {
		bottom: 50%;
		opacity: 0;
	}
	25% {
		bottom: 5%;
		opacity: 0;
	}
	0% {
		bottom: 5%;
		opacity: 1;
	}
}
@media screen and (max-width: 1440px) {
	.scroll_down {
		display: none;
	}
}
@media screen and (max-width: 843px) {
	.scroll_down {
		display: none;
	}
}
/*===================================================NEWS */
.news_area {
	width: 100%;
	padding: 50px 0 80px;
	color: #333;
}
.news_area a {
	text-decoration: underline;
}
.news_area_cnt {
	width: 90%;
	margin-inline: auto;
}
.news_area_cnt h2 {
	background: url(../images/news_tit.svg)no-repeat top;
	background-size: 100%;
	width: 400px;
	height: 140px;
	margin-bottom: 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.news_area_cnt .news_box {
	background: #f5f5f5;
	width: 980px;
	padding: 40px 50px;
	margin-inline: auto;
	border-radius: 5px;
}
.news_area_cnt .news_box ul.news_cnt {
	display: block;
}
.news_area_cnt .news_box .news_cnt li {
	margin: 0 0 20px 0;
}
.news_area_cnt .news_box .news_cnt .news_detail_box {
	display: flex;
}
.news_area_cnt .news_box .news_cnt .news_detail_box .dayt {
	width: 110px;
	letter-spacing: 0.1em;
	font-size: 1.9rem;
	position: relative;
	top: 0px;
	font-family: 'D-DIN_R', serif;
}
.news_area_cnt .news_box .news_cnt .news_detail_box .detail_cnt {
	margin-right: 10px;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
}
.news_area_cnt .news_box .news_cnt .news_detail_box .detail_new {
	color: #0ba29a;
	font-size: 2.0rem;
	font-family: 'bodoni', serif;
}
.news_area_cnt .news_box .scroller {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	overflow-y: scroll;
}
.news_area_cnt .news_box .scroller::-webkit-scrollbar {
	width: 2px;
	background-color: #ccc;
}
.news_area_cnt .news_box .scroller::-webkit-scrollbar-thumb {
	background: #0ba29a;
	width: 2px;
}
@media screen and (max-width: 843px) {
	.news_area {
		width: 100%;
		padding: 40px 0 60px;
	}
	.news_area_cnt h2 {
		font-size: 13rem;
	}
	.news_area_cnt .news_box {
		background: #f5f5f5;
		width: 95%;
		padding: 40px 40px 50px;
		margin-inline: auto;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box {
		display: flex;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box .dayt {
		width: 110px;
		letter-spacing: 0.1em;
		font-size: 2.0rem;
		position: relative;
		top: 1px;
		font-family: 'D-DIN_R', serif;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box .detail_cnt {
		margin-right: 10px;
		font-size: 2.0rem;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box .detail_new {
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 768px) {
	.news_area_cnt h2 {
		font-size: 10rem;
	}
	.news_area_cnt .news_box {
		background: #f5f5f5;
		width: 95%;
		padding: 40px 40px 50px;
		margin-inline: auto;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box {
		display: flex;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box .dayt {
		width: 110px;
		letter-spacing: 0.1em;
		font-size: 2.0rem;
		position: relative;
		top: -0px;
		font-family: 'D-DIN_R', serif;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box .detail_cnt {
		margin-right: 10px;
		font-size: 1.8rem;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box .detail_new {
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 440px) {
	.news_area {
		width: 100%;
		padding: 40px 0 20px;
	}
	.news_area_cnt h2 {
		background: url(../images/news_tit.svg)no-repeat top;
		background-size: 100%;
		width: 250px;
		height: 90px;
		margin-bottom: 20px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.news_area_cnt .news_box {
		background: #f5f5f5;
		width: 97%;
		padding: 30px 30px 30px;
		margin-inline: auto;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box {
		display: block;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box .dayt {
		width: 100%;
		letter-spacing: 0.1em;
		font-size: 1.6rem;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box .detail_cnt {
		margin-right: 0;
		font-size: 1.4rem;
	}
	.news_area_cnt .news_box .news_cnt .news_detail_box .detail_new {
		font-size: 1.2rem;
	}
}
/*===================================================performer */
.performer_area {
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	background: #f0f0f0;
}
.performer_area_cnt {
	width: 100%;
	height: auto;
	margin-inline: auto;
	position: relative;
}
/*........................sorita */
.performer_area_cnt .sorita_bg {
	width: 70%;
	/* min-height を削除し、アスペクト比（例として横4:縦3）で高さを自動決定する */
	aspect-ratio: 4 / 4; 
	position: absolute;
	top: 0;
	right: 0;
	padding: 0; /* 高さを比率で制御するため上下のpaddingは0にします */
	display: block;
	z-index: 1;
}

.performer_area_cnt .sorita_bg::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/kyoheisorita_pf.jpg) no-repeat center right;
	background-size: cover; 
	z-index: -1;
	/* 右上の「直角三角形」にする設定 */
	clip-path: polygon(
		0 0, 
		100% 0, 
		100% 100%
	);
}
/*........................v*/
.pf_v_mark {
	position: absolute;
	width: 0;
	height: 0;
	top: 550px; 
	left: 0%;
	border-top: 600px solid transparent;
	border-bottom: 600px solid transparent;
	border-left: 550px solid #0ba29a;
	z-index: 0;
	mix-blend-mode: darken;
	pointer-events: none;
}
.pf_v_mark::after {
	content: "";
	position: absolute;
	top: -600px;
	left: -550px;
	width: 0;
	height: 0;
	border-top: 600px solid transparent;
	border-bottom: 600px solid transparent;
	border-left: 550px solid rgba(0, 0, 0, 0.4); 
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
	mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
}
/*........................v2*/
.pf_v2_mark {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 700px;
	height: 700px;
	background-color: #ddd; 
	z-index: 0;
	mix-blend-mode: darken;
	pointer-events: none;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.pf_v2_mark::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*........................sorita_cnt */
.pf_sorita_cnt {
	width: 1100px;
	padding: 50px 0;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}
.pf_sorita_cnt .pf_name{
	background: url(../images/kyoheisorita_name.svg)no-repeat top #f0f0f0;
	background-size: 100%;
	width: 500px;
	height: 150px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-bottom: 20px;
}
.pf_sorita_cnt .pf_nameBox{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	gap:20px;
	padding-left: 5%;
	margin-bottom: 50px;
}
.pf_sorita_cnt .pf_nameBox .prof_name{
	font-size: 1.8rem;
	color: #333;
	font-family: 'ZenOldMincho', serif;
}
.pf_sorita_cnt .pf_nameBox .prof_btn{
	display: block;
}

 /* btn */
.profile-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 280px;
  height: 35px;
  padding-left: 10px;
  background-color: #0ba29a;
  text-decoration: none;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
  transition: background-color 0.4s ease, transform 0.3s ease;
}

.btn-text {
  color: #ffffff;
  font-family: serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 15px;
  z-index: 2;
}

.btn-line {
  flex-grow: 1;
  height: 1px;
  background-color: #ffffff;
  margin-right: 40px;
  position: relative;
  z-index: 2;
  transform-origin: left center;
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.profile-btn:hover {
  background-color: #08827b;
  transform: translateX(3px);
}

.profile-btn:hover .btn-line {
  background-color: #09c1b6;
  transform: scaleX(1.05);
}

 /* ---------tit */
.pf_sorita_cnt .con_tit{
	background: url(../images/pf_tit1.svg)no-repeat top;
	background-size: 100%;
	width: 80%;
	height: 330px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: 10%;
	margin-bottom: 10px;
}
.pf_sorita_cnt .con_tit_spcl{
	background: url(../images/pf_tit2.svg)no-repeat top;
	background-size: 100%;
	width: 80%;
	height: 360px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: 10%;
	margin-bottom: 10px;
}

 /* ---------program */

.progBox{
	width: 90%;
	margin-left: 20%;
	color: #000;
}
.progBox .progtit{
	font-family: 'ZenOldMincho', serif;
	font-size: 4rem;
}
.progBox ul.proglist{
	width: 100%;
	margin-left: 20px;
}
.progBox .proglist li{
	font-size: 1.8rem;
	font-family:'ZenKaku_B', serif;
	list-style-type: disc;
	line-height: 1.20;
	margin-bottom: 10px;
}
.progBox .proglist li span{
	font-size: 1.4rem;
}

 /* ---------msg */
.msgBox {
	width: 60%;
	background: rgba(48, 48, 48, 0.5);
	position: relative; 
	margin-left: auto; 
	margin-right: 0;
	padding: 40px;
	display: block;
	font-family: 'ZenOldMincho', serif;
	text-align: left;
}
.msgBox .msg_tit{
	font-size: 3rem;
	margin-bottom: 20px;
}
.msgBox .msg_txt{
	width: 80%;
	font-size: 1.7rem;
	margin-bottom: 20px;
}
.msgBox .msg_name{
	width: 80%;
	font-size: 2.6rem;
	text-align: right;
}
 /* ---------spcl_member */
.spcl_member_wrap {
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.spcl_member_box {
	width: 45%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.spcl_member_box .name_aimi{
	width: 80%;
	height: 180px;
	background: url(../images/pf_aimiK_name.svg)no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.spcl_member_box .name_jno{
	width: 80%;
	height: 180px;
	background: url(../images/pf_jno_name.svg)no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.spcl_member_box .nameJp_aimi{
	display: block;
	font-family: 'ZenOldMincho', serif;
	font-size: 2.2rem;
	text-align: left;
	color: #000;
	position: relative;
	top: -20px;
	left: 30px;
	width: 100%;
}
.spcl_member_box .nameJp_jno{
	display: block;
	font-family: 'ZenOldMincho', serif;
	font-size: 2.2rem;
	text-align: left;
	color: #000;
	position: relative;
	top: -20px;
	left: 30px;
}
.spcl_member_box img{
	width: 100%;
	margin: 0 auto;
}
.spcl_member_box .img_btm{
	margin-bottom: 17px;
}
.spcl_member_box .copy{
	position: relative;
	font-size: 1.2rem;
	color: #777;
	text-align: right;
}

@media screen and (max-width: 834px) {
/*===================================================performer */

/*........................sorita */
.performer_area_cnt .sorita_bg {
	width: 70%;
	/* min-height を削除し、アスペクト比（例として横4:縦3）で高さを自動決定する */
	aspect-ratio: 4 / 4; 
	position: absolute;
	top: 0;
	right: 0;
	padding: 0; /* 高さを比率で制御するため上下のpaddingは0にします */
	display: block;
	z-index: 1;
}

.performer_area_cnt .sorita_bg::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/kyoheisorita_pf.jpg) no-repeat center right;
	background-size: cover; 
	z-index: -1;
	/* 右上の「直角三角形」にする設定 */
	clip-path: polygon(
		0 0, 
		100% 0, 
		100% 100%
	);
}
/*........................v*/
.pf_v_mark {
	position: absolute;
	width: 0;
	height: 0;
	top: 550px; 
	left: 0%;
	border-top: 600px solid transparent;
	border-bottom: 600px solid transparent;
	border-left: 550px solid #0ba29a;
	z-index: 0;
	mix-blend-mode: darken;
	pointer-events: none;
}
.pf_v_mark::after {
	content: "";
	position: absolute;
	top: -600px;
	left: -550px;
	width: 0;
	height: 0;
	border-top: 600px solid transparent;
	border-bottom: 600px solid transparent;
	border-left: 550px solid rgba(0, 0, 0, 0.4); 
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
	mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
}
/*........................v2*/
.pf_v2_mark {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 700px;
	height: 700px;
	background-color: #ddd; 
	z-index: 0;
	mix-blend-mode: darken;
	pointer-events: none;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.pf_v2_mark::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*........................sorita_cnt */
.pf_sorita_cnt {
	width:100%;
	padding: 50px 0;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}
.pf_sorita_cnt .pf_name{
	background: url(../images/kyoheisorita_name.svg)no-repeat top #f0f0f0;
	background-size: 100%;
	width: 500px;
	height: 150px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-bottom: 20px;
}
.pf_sorita_cnt .pf_nameBox{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	gap:20px;
	padding-left: 5%;
	margin-bottom: 50px;
}
.pf_sorita_cnt .pf_nameBox .prof_name{
	font-size: 1.8rem;
	color: #333;
	font-family: 'ZenOldMincho', serif;
}
.pf_sorita_cnt .pf_nameBox .prof_btn{
	display: block;
}

 /* btn */
.profile-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 280px;
  height: 35px;
  padding-left: 10px;
  background-color: #0ba29a;
  text-decoration: none;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
  transition: background-color 0.4s ease, transform 0.3s ease;
}

.btn-text {
  color: #ffffff;
  font-family: serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 15px;
  z-index: 2;
}

.btn-line {
  flex-grow: 1;
  height: 1px;
  background-color: #ffffff;
  margin-right: 40px;
  position: relative;
  z-index: 2;
  transform-origin: left center;
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.profile-btn:hover {
  background-color: #08827b;
  transform: translateX(3px);
}

.profile-btn:hover .btn-line {
  background-color: #09c1b6;
  transform: scaleX(1.05);
}

 /* ---------tit */
.pf_sorita_cnt .con_tit{
	background: url(../images/pf_tit1.svg)no-repeat top;
	background-size: 100%;
	width: 70%;
	height: 280px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: 0%;
	margin-bottom: 10px;
}
.pf_sorita_cnt .con_tit_spcl{
	background: url(../images/pf_tit2.svg)no-repeat top;
	background-size: 100%;
	width: 70%;
	height: 330px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: 0%;
	margin-bottom: 10px;
}

 /* ---------program */

.progBox{
	width: 90%;
	margin-left: 10%;
	color: #000;
}
.progBox .progtit{
	font-family: 'ZenOldMincho', serif;
	font-size: 4rem;
}
.progBox ul.proglist{
	width: 100%;
	margin-left: 20px;
}
.progBox .proglist li{
	font-size: 1.8rem;
	font-family:'ZenKaku_B', serif;
	list-style-type: disc;
	line-height: 1.20;
	margin-bottom: 10px;
}
.progBox .proglist li span{
	font-size: 1.4rem;
}

 /* ---------msg */
.msgBox {
	width: 75%;
	background: rgba(48, 48, 48, 0.5);
	position: relative; 
	margin-left: auto; 
	margin-right: 0;
	padding: 40px;
	display: block;
	font-family: 'ZenOldMincho', serif;
	text-align: left;
}
.msgBox .msg_tit{
	font-size: 3rem;
	margin-bottom: 20px;
}
.msgBox .msg_txt{
	width: 80%;
	font-size: 1.7rem;
	margin-bottom: 20px;
}
.msgBox .msg_name{
	width: 80%;
	font-size: 2.6rem;
	text-align: right;
}
 /* ---------spcl_member */
.spcl_member_wrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.spcl_member_box {
	width: 45%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.spcl_member_box .name_aimi{
	width: 85%;
	height: 180px;
	background: url(../images/pf_aimiK_name.svg)no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.spcl_member_box .name_jno{
	width: 85%;
	height: 180px;
	background: url(../images/pf_jno_name.svg)no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.spcl_member_box .nameJp_aimi{
	display: block;
	font-family: 'ZenOldMincho', serif;
	font-size: 2.0rem;
	text-align: left;
	color: #000;
	position: relative;
	top: -20px;
	left: 30px;
	width: 100%;
}
.spcl_member_box .nameJp_jno{
	display: block;
	font-family: 'ZenOldMincho', serif;
	font-size: 2.0rem;
	text-align: left;
	color: #000;
	position: relative;
	top: -20px;
	left: 0px;
}
.spcl_member_box img{
	width: 100%;
	margin: 0 auto;
}
.spcl_member_box .img_btm{
	margin-bottom: 17px;
}
.spcl_member_box .copy{
	position: relative;
	font-size: 1.2rem;
	color: #777;
	text-align: right;
}
}
@media screen and (max-width: 820px) {
.spcl_member_box .nameJp_aimi{
	display: block;
	font-family: 'ZenOldMincho', serif;
	font-size: 1.8rem;
	text-align: left;
	color: #000;
	position: relative;
	top: -20px;
	left: 30px;
	width: 100%;
}
.spcl_member_box .nameJp_jno{
	display: block;
	font-family: 'ZenOldMincho', serif;
	font-size: 1.8rem;
	text-align: left;
	color: #000;
	position: relative;
	top: -20px;
	left: 0px;
}
}
@media screen and (max-width: 440px) {
/*===================================================performer */

/*........................sorita */
.performer_area_cnt .sorita_bg {
	width: 90%;
	/* min-height を削除し、アスペクト比（例として横4:縦3）で高さを自動決定する */
	aspect-ratio: 4 / 4; 
	position: absolute;
	top: 0;
	right: 0;
	padding: 0; /* 高さを比率で制御するため上下のpaddingは0にします */
	display: block;
	z-index: 1;
}

.performer_area_cnt .sorita_bg::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/kyoheisorita_pf.jpg) no-repeat center right;
	background-size: cover; 
	z-index: -1;
	/* 右上の「直角三角形」にする設定 */
	clip-path: polygon(
		0 0, 
		100% 0, 
		100% 100%
	);
}
/*........................v*/
.pf_v_mark {
	position: absolute;
	width: 0;
	height: 0;
	top: 500px; 
	left: 0%;
	border-top: 400px solid transparent;
	border-bottom: 400px solid transparent;
	border-left: 350px solid #0ba29a;
	z-index: 0;
	mix-blend-mode: darken;
	pointer-events: none;
}
.pf_v_mark::after {
	content: "";
	position: absolute;
	top: -400px;
	left: -350px;
	width: 0;
	height: 0;
	border-top: 400px solid transparent;
	border-bottom: 400px solid transparent;
	border-left: 350px solid rgba(0, 0, 0, 0.4); 
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
	mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
}
/*........................v2*/
.pf_v2_mark {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 400px;
	height: 400px;
	background-color: #ddd; 
	z-index: 0;
	mix-blend-mode: darken;
	pointer-events: none;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.pf_v2_mark::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*........................sorita_cnt */
.pf_sorita_cnt {
	width:100%;
	padding: 50px 0;
	margin-inline: auto;
	position: relative;
	z-index: 1;
}
.pf_sorita_cnt .pf_name{
	background: url(../images/kyoheisorita_name.svg)no-repeat top #f0f0f0;
	background-size: 100%;
	width: 200px;
	height: 65px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-bottom: 20px;
}
.pf_sorita_cnt .pf_nameBox{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	gap:20px;
	padding-left: 5%;
	margin-bottom: 30px;
}
.pf_sorita_cnt .pf_nameBox .prof_name{
	font-size: 1.4rem;
	color: #333;
	font-family: 'ZenOldMincho', serif;
}
.pf_sorita_cnt .pf_nameBox .prof_btn{
	display: block;
}

 /* btn */
.profile-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 170px;
  height: 30px;
  padding-left: 10px;
  background-color: #0ba29a;
  text-decoration: none;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 100%, 0 100%);
  transition: background-color 0.4s ease, transform 0.3s ease;
}

.btn-text {
  color: #ffffff;
  font-family: serif;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 15px;
  z-index: 2;
}

.btn-line {
  flex-grow: 1;
  height: 1px;
  background-color: #ffffff;
  margin-right: 40px;
  position: relative;
  z-index: 2;
  transform-origin: left center;
  transition: transform 0.4s ease, background-color 0.4s ease;
}
.profile-btn:hover {
  background-color: #08827b;
  transform: translateX(3px);
}

.profile-btn:hover .btn-line {
  background-color: #09c1b6;
  transform: scaleX(1.05);
}

 /* ---------tit */
.pf_sorita_cnt .con_tit{
	background: url(../images/pf_tit1.svg)no-repeat top;
	background-size: 100%;
	width: 95%;
	height: 180px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: 0%;
	margin-bottom: 10px;
	margin: 0 auto;
}
.pf_sorita_cnt .con_tit_spcl{
	background: url(../images/pf_tit2.svg)no-repeat top;
	background-size: 100%;
	width: 95%;
	height: 180px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: 0%;
	margin-bottom: 10px;
	margin: 0 auto;
}

 /* ---------program */

.progBox{
	width: 90%;
	margin-left: 10%;
	color: #000;
	margin: 0 auto;
}
.progBox .progtit{
	font-family: 'ZenOldMincho', serif;
	font-size: 2.5rem;
}
.progBox ul.proglist{
	width: 100%;
	margin-left: 10px;
}
.progBox .proglist li{
	font-size: 1.4rem;
	font-family:'ZenKaku_B', serif;
	list-style-type: disc;
	line-height: 1.20;
	margin-bottom: 10px;
}
.progBox .proglist li span{
	font-size: 1.2rem;
}

 /* ---------msg */
.msgBox {
	width: 85%;
	background: rgba(48, 48, 48, 0.5);
	position: relative; 
	margin-left: auto; 
	margin-right: 0;
	padding: 40px;
	display: block;
	font-family: 'ZenOldMincho', serif;
	text-align: left;
}
.msgBox .msg_tit{
	font-size: 1.7rem;
	margin-bottom: 20px;
}
.msgBox .msg_txt{
	width: 100%;
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.msgBox .msg_name{
	width: 90%;
	font-size: 2rem;
	text-align: right;
}
 /* ---------spcl_member */
.spcl_member_wrap {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.spcl_member_box {
	width: 45%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.spcl_member_box .name_aimi{
	width: 100%;
	height: 140px;
	background: url(../images/pf_aimiK_name.svg)no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.spcl_member_box .name_jno{
	width: 100%;
	height: 140px;
	background: url(../images/pf_jno_name.svg)no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.spcl_member_box .nameJp_aimi{
	display: block;
	font-family: 'ZenOldMincho', serif;
	font-size: 1.0rem;
	text-align: left;
	color: #000;
	position: relative;
	top: -20px;
	left: 0px;
	width: 100%;
	white-space: nowrap;
}
.spcl_member_box .nameJp_jno{
	display: block;
	font-family: 'ZenOldMincho', serif;
	font-size:1.0rem;
	text-align: left;
	color: #000;
	position: relative;
	top: -20px;
	left: 0px;
	white-space: nowrap;
}
.spcl_member_box img{
	width: 100%;
	margin: 0 auto;
}
.spcl_member_box .img_btm{
	margin-bottom: 17px;
}
.spcl_member_box .copy{
	position: relative;
	font-size: 0.9rem;
	color: #777;
	text-align: right;
	margin-bottom: 5px;
}
}

@media screen and (max-width: 393px) {
 /* ---------msg */
.msgBox {
	width: 85%;
	background: rgba(48, 48, 48, 0.5);
	position: relative; 
	margin-left: auto; 
	margin-right: 0;
	padding: 20px;
	display: block;
	font-family: 'ZenOldMincho', serif;
	text-align: left;
}
.msgBox .msg_tit{
	font-size: 1.55rem;
	margin-bottom: 20px;
}
.msgBox .msg_txt{
	width: 100%;
	font-size: 1.25rem;
	margin-bottom: 20px;
}
.msgBox .msg_name{
	width: 90%;
	font-size: 2rem;
	text-align: right;
}
}
@media screen and (max-width: 360px) {
	
}
/*===================================================schedule */
.schedule_area {
	width: 100%;
	padding: 50px 0 80px;
	background: #f7f7f7;
	position: relative;
}
.schedule_area a {
	transition: all 0.2s ease-in-out;
	text-decoration: underline;
	color: #333;
}
.schedule_area a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.schedule_area_cnt {
	width: 100%;
	position: relative;
	margin-inline: auto;
}
.schedule_area_cnt h2 {
	background: url(../images/sdl_tit.svg)no-repeat top left;
	background-size: 100%;
	width: 700px;
	padding-top: 200px; 
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #c7c7c7;
	margin-bottom: 0px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: relative;
	left: 5%;
}
.schedule_area_cnt .schedule_box_solo {
	background: #fefefe;
	width: 1100px;
	height: auto;
	padding: 35px 0 40px;
	margin-top: 100px;
	margin-inline: auto;
	position: relative;
	display: block;
	z-index: 0;
	border-radius: 0.5em;
}
.schedule_area_cnt .schedule_box_solo-mark {
	position: absolute;
	width: 0;
	height: 0;
	top: 140px; 
	left: 0%;
	border-top: 500px solid transparent;
	border-bottom: 500px solid transparent;
	border-left: 450px solid #0ba29a;
	z-index: 1;
	mix-blend-mode: darken;
	pointer-events: none;
}
.schedule_area_cnt .schedule_box_solo-mark::after {
	content: "";
	position: absolute;
	top: -500px;
	left: -450px;
	width: 0;
	height: 0;
	border-top: 500px solid transparent;
	border-bottom: 500px solid transparent;
	border-left: 450px solid rgba(0, 0, 0, 0.4); 
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
	mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
}
.schedule_area_cnt .schedule_box_ber {
	background: #fefefe;
	width: 1100px;
	height: auto;
	padding: 35px 0 40px;
	margin-top: 100px;
	margin-inline: auto;
	position: relative;
	display: block;
	z-index: 0;
	border-radius: 0.5em;
}

.schedule_area_cnt .schedule_box_sp-mark {
	position: absolute;
	width: 0;
	height: 0;
	top: 1880px; 
	right: 0%;
	border-top: 500px solid transparent;
	border-bottom: 500px solid transparent;
	border-right: 450px solid #eee;
	z-index: 1;
	mix-blend-mode: multiply;
	pointer-events: none;
}
.schedule_area_cnt .schedule_box_tit1 {
	background: url(../images/sdl_subtit_01.svg)no-repeat top left;
	background-size: 100%;
	width: 700px;
	padding-top: 240px; 
	margin-left: 2%;
	display: block;
	z-index: 2;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.schedule_area_cnt .schedule_box_tit2 {
	background: url(../images/sdl_subtit_02.svg)no-repeat top left;
	background-size: 100%;
	width: 700px;
	padding-top: 220px; 
	margin-left: 2%;
	display: block;
	z-index: 2;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.schedule_area_cnt .schedule_box_tit p {
	font-size: 3.7rem;
	line-height: 1.0em;
}
.schedule_area_cnt .schedule_box_player_tit {
	font-family: 'ZenOldMincho', serif;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	color: #111;
	margin-top: 42px;
	margin-left:5%;
}
.schedule_area_cnt .schedule_box_player {
	font-family: 'ZenOldMincho', serif;
	font-size: 2.2rem;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	color: #111;
	margin-top: 10px;
	margin-left:5%;
}
/*..................schedule box */
.schedule_box {
	width: 80%;
	height: auto;
	padding: 0;
	margin-top: 50px;
	margin-inline: auto;
}
.schedule_box ul {
	list-style-type: none;
	padding: 0;
	max-width: 100%;
	margin: 40px auto;
}
.schedule_box li {
	margin: 0;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.schedule_box li:last-child {
	border-bottom: 0;
}
.schedule_box .accordion-header {
	cursor: pointer;
	padding: 0px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
	font-size: 1.7em;
	transition: background 0.2s;
}
.schedule_box .accordion-header:hover {
	background: #eee;
}
.schedule_box .accordion-mark {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 8px;
	vertical-align: middle;
}
.schedule_box .accordion-mark::before, .schedule_box .accordion-mark::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #000;
	border-radius: 1px;
	transition:
		transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.schedule_box .accordion-mark::before {
	width: 14px;
	height: 2.5px;
	transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
}
.schedule_box .accordion-mark::after {
	width: 2.5px;
	height: 14px;
	transform: translate(-50%, -50%) scaleY(1);
	opacity: 1;
}
.open .accordion-mark::after {
	transform: translate(-50%, -50%) scaleY(0.1) rotate(90deg);
	opacity: 0;
}
.schedule_box .accordion-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 16px;
	background-color: #fff;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
}
.schedule_box .accordion-content.open {
	max-height: 900px;
	padding: 14px 16px;
}
/*..................schedule box tit_area */
.schedule_box .schedule_tit_area {
	width: 100%;
	height: auto;
	padding: 0;
	margin-inline: auto;
}
.schedule_box .schedule_tit_area .schedule_tit_box {
	width: 100%;
	display: flex;
}
.schedule_box .schedule_tit_area .schedule_tit_box .dayt {
	width: 90px;
	transform: scaleX(0.9);
	display: inline-block;
	font-family: 'Jost', serif;
	font-size: 3.8rem;
	position: relative;
	left: -5px;
}
.schedule_box .schedule_tit_area .schedule_tit_box .week {
	width: 25px;
	height: 25px;
	font-family: 'ZenKaku_B', serif;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 16px;
	color: #fff;
	background-color: #333;
	border-radius: 50%;
	line-height: 1;
	margin-right: 10px;
}
.schedule_box .schedule_tit_area .schedule_tit_box .opst {
	font-family: 'ZenKaku_R', serif;
	font-size: 2rem;
	display: flex;
	align-items: flex-end;
	position: relative;
	letter-spacing: 0.1em;
	bottom: 13px;
	white-space: nowrap;
}
.schedule_box .schedule_tit_area .schedule_tit_box .soldout {
	font-family: 'D-DIN_B', serif;
	font-size: 1.4rem;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	position: relative;
	letter-spacing: 0.05em;
	top: 20px;
	background: #ae1c1c;
	color: #fff;
	height: 25px;
	margin-left: 10px;
}
.schedule_box .schedule_tit_area .schedule_hall_box {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	top: -10px;
	font-family: 'ZenKaku_B', serif;
}
.schedule_box .schedule_tit_area .schedule_hall_box .city {
	width: 80px;
	padding: 3px 6px 3px 10px;
	background: #6b6b6b;
	color: #fff;
	font-family: 'ZenKaku_R', serif;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	text-align: center;
}
.schedule_box .schedule_tit_area .schedule_hall_box .hall {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-left: 10px;
	line-height: 1.2em;
}
/*..................schedule box contents */
.schedule_box .schedule_cnt {
	width: 95%;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
	margin-inline: auto;
}
.schedule_cnt table.schedule_tb {
	border-collapse: collapse;
	width: 100%;
}
.schedule_cnt .tb_cnt th, .schedule_cnt .tb_cnt td {
	padding: 5px;
	box-sizing: border-box;
	border-bottom: solid 1px #ccc;
}
.schedule_cnt .tb_cnt th {
	width: 23%;
	font-family: 'ZenKaku_B', serif;
	font-weight: 700;
	font-size: 1.7rem;
}
.schedule_cnt .tb_cnt td {
	text-align: left;
	padding: 10px 0 10px 10px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width: auto;
	display: table-cell;
	font-size: 1.6rem;
	font-weight: 500;
}
.schedule_cnt .tb_cnt td p {
	font-size: 1.3rem;
	line-height: 1.3em;
	font-family: 'ZenKaku_R', serif;
}
.schedule_cnt .tb_cnt .end {
	border-bottom: 0;
}
.schedule_cnt .tb_cnt .solistiade_detail_tit {
	background: url(../images/solistiade_detail_tit.svg)no-repeat center left;
	background-size: 95%;
	width: 200px;
	height: 70px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.schedule_cnt .tb_cnt dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.schedule_cnt .tb_cnt dt {
	width: 15%;
	white-space: nowrap;
}
.schedule_cnt .tb_cnt dd {
	width: 85%;
}
.schedule_cnt .tb_cnt dl.titlong {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.schedule_cnt .tb_cnt .titlong dt {
	width: 33%;
	white-space: nowrap;
}
.schedule_cnt .tb_cnt .titlong dd {
	width: 67%;
}
.schedule_cnt .tb_cnt dl.preceding {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.schedule_cnt .tb_cnt .preceding dt {
	width: 12%;
	white-space: nowrap;
}
.schedule_cnt .tb_cnt .preceding dd {
	width: 88%;
}
.schedule_cnt .tb_cnt .txt_s {
	font-size: 1.4rem;
	padding-top: 2px;
}
@media screen and (max-width: 834px) {
	/*===================================================schedule */
	.schedule_area {
		width: 100%;
		padding: 50px 0 80px;

	}
	.schedule_area_cnt {
		width: 100%;
		margin-inline: auto;
	}
	.schedule_area_cnt h2 {
	background: url(../images/sdl_tit.svg)no-repeat top left;
	background-size: 100%;
	width: 600px;
	padding-top: 170px; 
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #c7c7c7;
	margin-bottom: 0px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: relative;
	left: 5%;
	}
	.schedule_area_cnt .schedule_box_solo {
		background: #fefefe;
		width: 90%;
		height: auto;
		padding: 35px 0 40px;
		margin-top: 60px;
		margin-inline: auto;
		position: relative;
		display: block;
		z-index: 0;
	}
	.schedule_area_cnt .schedule_box_ber {
		background: #fefefe;
		width: 90%;
		height: auto;
		padding: 35px 0 40px;
		margin-top: 100px;
		margin-inline: auto;
		position: relative;
		display: block;
		z-index: 0;
	}
.schedule_area_cnt .schedule_box_solo-mark {
		position: absolute;
		width: 0;
		height: 0;
		top: 100px;
		left: 0%;
		border-top: 300px solid transparent;
		border-bottom: 300px solid transparent;
		border-left: 250px solid #0ba29a;
		z-index: 1;
		mix-blend-mode: darken;
		pointer-events: none;
}
.schedule_area_cnt .schedule_box_sp-mark {
		position: absolute;
		width: 0;
		height: 0;
		top: 2300px;
		right: 0%;
		border-top: 300px solid transparent;
		border-bottom: 300px solid transparent;
		border-right: 250px solid #eee;
		z-index: 1;
		mix-blend-mode: multiply;
		pointer-events: none;
}
	.schedule_area_cnt .schedule_box_tit {
		font-family: 'bodoni', serif;
		font-size: 6rem;
		line-height: 0.8em;
		letter-spacing: 0.01em;
		color: #111;
	}
	.schedule_area_cnt .schedule_box_tit span {
		font-size: 4.4rem;
	}
	.schedule_area_cnt .schedule_box_dayt {
		font-family: 'D-DIN_R', serif;
		font-size: 8rem;
		line-height: 1em;
		letter-spacing: 0.01em;
		color: #111;
		margin-top: 53px;
		margin-left: 10px;
	}
	/*..................schedule box */
	.schedule_box {
		width: 90%;
		height: auto;
		padding: 0;
		margin-top: 50px;
		margin-inline: auto;
	}
	.schedule_box ul {
		list-style-type: none;
		padding: 0;
		max-width: 100%;
		margin: 40px auto;
	}
	.schedule_box li {
		margin: 0;
		color: #333;
		border-bottom: 1px solid #ccc;
	}
	.schedule_box li:last-child {
		border-bottom: 0;
	}
	.schedule_box .accordion-mark {
		position: relative;
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-left: 8px;
		vertical-align: middle;
	}
	.schedule_box .accordion-mark::before, .schedule_box .accordion-mark::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		background: #000;
		border-radius: 1px;
		transition:
			transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.schedule_box .accordion-mark::before {
		width: 14px;
		height: 2.5px;
		transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
	}
	.schedule_box .accordion-mark::after {
		width: 2.5px;
		height: 14px;
		transform: translate(-50%, -50%) scaleY(1);
		opacity: 1;
	}
	.open .accordion-mark::after {
		transform: translate(-50%, -50%) scaleY(0.1) rotate(90deg);
		opacity: 0;
	}
	.schedule_box .accordion-content {
		max-height: 0;
		overflow: hidden;
		padding: 0 16px;
		background-color: #fff;
		transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
	}
	.schedule_box .accordion-content.open {
		max-height: auto;
		padding: 14px 16px;
	}
	/*..................schedule box tit_area */
	.schedule_box .schedule_tit_area {
		width: 100%;
		height: auto;
		padding: 0;
		margin-inline: auto;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box {
		width: 100%;
		display: flex;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .dayt {
		width: 80px;
		font-family: 'D-DIN_R', serif;
		font-size: 4.0rem;
		position: relative;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .week {
    width: 25px;
    height: 25px;
    font-family: 'ZenKaku_B', serif;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 16px;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    line-height: 1;
    margin-right: 10px;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .opst {
		font-family: 'ZenKaku_R', serif;
		font-size: 2rem;
		display: flex;
		align-items: flex-end;
		position: relative;
		letter-spacing: 0.1em;
		bottom: 16px;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .soldout {
		font-family: 'D-DIN_B', serif;
		font-size: 1.4rem;
		padding: 5px 10px;
		display: flex;
		align-items: center;
		position: relative;
		letter-spacing: 0.05em;
		top: 21px;
		background: #ae1c1c;
		color: #fff;
		height: 20px;
		margin-left: 10px;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box {
		width: 100%;
		display: flex;
		align-items: center;
		position: relative;
		top: -10px;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box .city {
		width: 80px;
		padding: 3px 6px 3px 10px;
		background: #6b6b6b;
		color: #fff;
		font-family: 'ZenKaku_R', serif;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		text-align: center;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box .hall {
		font-size: 2.8rem;
		font-weight: 700;
		letter-spacing: 0.03em;
		margin-left: 10px;
		line-height: 1.2em;
	}
	/*..................schedule box contents */
	.schedule_box .schedule_cnt {
		width: 95%;
		height: auto;
		padding: 0;
		margin-bottom: 10px;
		margin-inline: auto;
	}
	.schedule_cnt table.schedule_tb {
		border-collapse: collapse;
		width: 100%;
	}
	.schedule_cnt .tb_cnt th, .schedule_cnt .tb_cnt td {
		padding: 5px;
		box-sizing: border-box;
		border-bottom: solid 1px #ccc;
	}
	.schedule_cnt .tb_cnt th {
		width: 23%;
		font-family: 'ZenKaku_B', serif;
		font-weight: 700;
		font-size: 1.5rem;
	}
	.schedule_cnt .tb_cnt td {
		text-align: left;
		padding: 10px 0 10px 10px;
		border-left: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		width: auto;
		display: table-cell;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.schedule_cnt .tb_cnt td p {
		font-size: 1.2rem;
		line-height: 1.3em;
		font-family: 'ZenKaku_R', serif;
	}
	.schedule_cnt .tb_cnt .end {
		border-bottom: 0;
	}
	.schedule_cnt .tb_cnt dl.preceding {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.schedule_cnt .tb_cnt dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.schedule_cnt .tb_cnt dt {
		width: 20%;
	}
	.schedule_cnt .tb_cnt dd {
		width: 80%;
	}
	.schedule_cnt .tb_cnt dl.titlong {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.schedule_cnt .tb_cnt .titlong dt {
		width: 47%;
	}
	.schedule_cnt .tb_cnt .titlong dd {
		width: 53%;
	}
	.schedule_cnt .tb_cnt dl.preceding {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.schedule_cnt .tb_cnt .preceding dt {
		width: 18%;
	}
	.schedule_cnt .tb_cnt .preceding dd {
		width: 82%;
	}
}
@media screen and (max-width: 768px) {
	/*===================================================schedule */
	.schedule_area {
		width: 100%;
		padding: 50px 0 80px;
	}
	.schedule_area_cnt {
		width: 100%;
		margin-inline: auto;
	}
	.schedule_area_cnt h2 {
	background: url(../images/sdl_tit.svg)no-repeat top left;
	background-size: 100%;
	width: 600px;
	padding-top: 160px; 
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #c7c7c7;
	margin-bottom: 0px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: relative;
	left: 5%;
	}
	.schedule_area_cnt .schedule_box_solo {
		background: #fefefe;
		width: 90%;
		height: auto;
		padding: 35px 0 30px;
		margin-top: 60px;
		margin-inline: auto;
		position: relative;
		display: block;
		z-index: 0;
	}
	.schedule_area_cnt .schedule_box_ber {
		background: #fefefe;
		width: 90%;
		height: auto;
		padding: 35px 0 30px;
		margin-top: 100px;
		margin-inline: auto;
		position: relative;
		display: block;
		z-index: 0;
	}
.schedule_area_cnt .schedule_box_solo-mark {
		position: absolute;
		width: 0;
		height: 0;
		top: 100px;
		left: 0%;
		border-top: 300px solid transparent;
		border-bottom: 300px solid transparent;
		border-left: 250px solid #0ba29a;
		z-index: 1;
		mix-blend-mode: darken;
		pointer-events: none;
}
.schedule_area_cnt .schedule_box_sp-mark {
		position: absolute;
		width: 0;
		height: 0;
		top: 2300px;
		right: 0%;
		border-top: 300px solid transparent;
		border-bottom: 300px solid transparent;
		border-right: 250px solid #eee;
		z-index: 1;
		mix-blend-mode: multiply;
		pointer-events: none;
}
	.schedule_area_cnt .schedule_box_tit {
		font-family: 'bodoni', serif;
		font-size: 5rem;
		line-height: 0.8em;
		letter-spacing: 0.01em;
		color: #111;
	}
	.schedule_area_cnt .schedule_box_tit p {
		font-size: 3.2rem;
		line-height: 1.0em;
	}
	.schedule_area_cnt .schedule_box_tit span {
		font-size: 4.2rem;
	}
	.schedule_area_cnt .schedule_box_dayt {
		font-family: 'D-DIN_R', serif;
		font-size: 7rem;
		line-height: 1em;
		letter-spacing: 0.01em;
		color: #111;
		margin-top: 53px;
		margin-left: 10px;
	}
	/*..................schedule box */
	.schedule_box {
		width: 90%;
		height: auto;
		padding: 0;
		margin-top: 30px;
		margin-inline: auto;
	}
	.schedule_box ul {
		list-style-type: none;
		padding: 0;
		max-width: 100%;
		margin: 40px auto;
	}
	.schedule_box li {
		margin: 0;
		color: #333;
		border-bottom: 1px solid #ccc;
	}
	.schedule_box li:last-child {
		border-bottom: 0;
	}
	.schedule_box .accordion-mark {
		position: relative;
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-left: 8px;
		vertical-align: middle;
	}
	.schedule_box .accordion-mark::before, .schedule_box .accordion-mark::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		background: #000;
		border-radius: 1px;
		transition:
			transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.schedule_box .accordion-mark::before {
		width: 14px;
		height: 2.5px;
		transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
	}
	.schedule_box .accordion-mark::after {
		width: 2.5px;
		height: 14px;
		transform: translate(-50%, -50%) scaleY(1);
		opacity: 1;
	}
	.open .accordion-mark::after {
		transform: translate(-50%, -50%) scaleY(0.1) rotate(90deg);
		opacity: 0;
	}
	.schedule_box .accordion-content {
		max-height: 0;
		overflow: hidden;
		padding: 0 16px;
		background-color: #fff;
		transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
	}
	.schedule_box .accordion-content.open {
		max-height: 1000px;
		padding: 14px 16px;
	}
	/*..................schedule box tit_area */
	.schedule_box .schedule_tit_area {
		width: 100%;
		height: auto;
		padding: 0;
		margin-inline: auto;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box {
		width: 100%;
		display: flex;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .dayt {
		width: 85px;
		font-family: 'D-DIN_R', serif;
		font-size: 4.0rem;
		position: relative;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .week {
    width: 25px;
    height: 25px;
    font-family: 'ZenKaku_B', serif;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 16px;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    line-height: 1;
    margin-right: 10px;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .opst {
		font-family: 'ZenKaku_R', serif;
		font-size: 1.7rem;
		display: flex;
		align-items: flex-end;
		position: relative;
		letter-spacing: 0.1em;
		bottom: 19px;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .soldout {
		font-family: 'D-DIN_B', serif;
		font-size: 1.4rem;
		padding: 5px 10px;
		display: flex;
		align-items: center;
		position: relative;
		letter-spacing: 0.05em;
		top: 21px;
		background: #ae1c1c;
		color: #fff;
		height: 20px;
		margin-left: 10px;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box {
		width: 100%;
		display: flex;
		align-items: center;
		position: relative;
		top: -10px;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box .city {
		width: 80px;
		padding: 3px 6px 3px 10px;
		background: #6b6b6b;
		color: #fff;
		font-family: 'ZenKaku_R', serif;
		font-size: 1.6rem;
		letter-spacing: 0.2em;
		text-align: center;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box .hall {
		font-size: 2.8rem;
		font-weight: 700;
		letter-spacing: 0.03em;
		margin-left: 10px;
		line-height: 1.2em;
	}
	/*..................schedule box contents */
	.schedule_box .schedule_cnt {
		width: 95%;
		height: auto;
		padding: 0;
		margin-bottom: 10px;
		margin-inline: auto;
	}
	.schedule_cnt table.schedule_tb {
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
		box-sizing: border-box;
	}
	.schedule_cnt .tb_cnt th, .schedule_cnt .tb_cnt td {
		padding: 5px;
		box-sizing: border-box;
		border-bottom: solid 1px #ccc;
	}
	.schedule_cnt .tb_cnt th {
		width: 35%;
		font-family: 'ZenKaku_B', serif;
		font-weight: 700;
		font-size: 1.7rem;
	}
	.schedule_cnt .tb_cnt td {
		text-align: left;
		padding: 10px 0 10px 10px;
		border-left: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		width: auto;
		display: table-cell;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.schedule_cnt .tb_cnt td p {
		font-size: 1.2rem;
		line-height: 1.3em;
		font-family: 'ZenKaku_R', serif;
	}
	.schedule_cnt .tb_cnt .end {
		border-bottom: 0;
	}
	.schedule_cnt .tb_cnt .solistiade_detail_tit {
		background: url(../images/solistiade_detail_tit.svg)no-repeat center left;
		background-size: 95%;
		width: 180px;
		height: 60px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.schedule_cnt .tb_cnt dl.titlong {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.schedule_cnt .tb_cnt .titlong dt {
		width: 53%;
	}
	.schedule_cnt .tb_cnt .titlong dd {
		width: 47%;
	}
	.schedule_cnt .tb_cnt dl.preceding {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.schedule_cnt .tb_cnt .preceding dt {
		width: 18%;
		white-space: nowrap;
	}
	.schedule_cnt .tb_cnt .preceding dd {
		width: 80%;
	}
}
@media screen and (max-width: 440px) {
	/*===================================================schedule */
	.schedule_area {
		width: 100%;
		padding: 30px 0 50px;
	}
	.schedule_area_cnt {
		width: 100%;
		margin-inline: auto;
	}
	.schedule_area_cnt h2 {
	background: url(../images/sdl_tit.svg)no-repeat top left;
	background-size: 100%;
	width: 90%;
	padding-top: 110px; 
	line-height: 1.1em;
	letter-spacing: 0.01em;
	color: #c7c7c7;
	margin-bottom: 0px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: relative;
	left: 5%;
	}
	.schedule_area_cnt .schedule_box_solo {
		background: #fefefe;
		width: 95%;
		height: auto;
		padding: 25px 0 30px;
		margin-top: 60px;
		margin-inline: auto;
		position: relative;
		display: block;
		z-index: 0;
	}
	.schedule_area_cnt .schedule_box_ber {
		background: #fefefe;
		width: 90%;
		height: auto;
		padding: 20px 0 30px;
		margin-top: 100px;
		margin-inline: auto;
		position: relative;
		display: block;
		z-index: 0;
	}
.schedule_area_cnt .schedule_box_solo-mark {
		position: absolute;
		width: 0;
		height: 0;
		top: 100px;
		left: 0%;
		border-top: 200px solid transparent;
		border-bottom: 200px solid transparent;
		border-left: 150px solid #0ba29a;
		z-index: 1;
		mix-blend-mode: darken;
		pointer-events: none;
}
.schedule_area_cnt .schedule_box_sp-mark {
		position: absolute;
		width: 0;
		height: 0;
		top: 1800px;
		right: 0%;
		border-top: 200px solid transparent;
		border-bottom: 200px solid transparent;
		border-right: 150px solid #eee;
		z-index: 1;
		mix-blend-mode: multiply;
		pointer-events: none;
}
.schedule_area_cnt .schedule_box_tit1 {
	background: url(../images/sdl_subtit_01.svg)no-repeat top left;
	background-size: 100%;
	width: 95%;
	padding-top: 120px; 
	margin-left: 2%;
	display: block;
	z-index: 2;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.schedule_area_cnt .schedule_box_tit2 {
	background: url(../images/sdl_subtit_02.svg)no-repeat top left;
	background-size: 100%;
	width: 95%;
	padding-top: 125px; 
	margin-left: 2%;
	display: block;
	z-index: 2;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
	.schedule_area_cnt .schedule_box_tit {
		font-family: 'bodoni', serif;
		font-size: 4rem;
		line-height: 0.8em;
		letter-spacing: 0.01em;
		color: #111;
	}
	.schedule_area_cnt .schedule_box_tit p {
		font-size: 2rem;
		line-height: 1.0em;
	}
	.schedule_area_cnt .schedule_box_tit span {
		font-size: 2.5rem;
	}
	.schedule_area_cnt .schedule_box_dayt {
		font-family: 'D-DIN_R', serif;
		font-size: 6rem;
		line-height: 1em;
		letter-spacing: 0.01em;
		color: #111;
		margin-top: 37px;
		margin-left: 5px;
	}
.schedule_area_cnt .schedule_box_player_tit {
	font-family: 'ZenOldMincho', serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	color: #111;
	margin-top: 10px;
	margin-left:5%;
}
.schedule_area_cnt .schedule_box_player {
	font-family: 'ZenOldMincho', serif;
	font-size: 1.8rem;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	color: #111;
	margin-top: 10px;
	margin-left:5%;
}
	/*..................schedule box */
	.schedule_box {
		width: 95%;
		height: auto;
		padding: 0;
		margin-top: 30px;
		margin-inline: auto;
	}
	.schedule_box ul {
		list-style-type: none;
		padding: 0;
		max-width: 100%;
		margin: 20px auto 10px;
	}
	.schedule_box li {
		margin: 0;
		color: #333;
		border-bottom: 1px solid #ccc;
	}
	.schedule_box li:last-child {
		border-bottom: 0;
	}
	.schedule_box .accordion-mark {
		position: relative;
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-left: 8px;
		vertical-align: middle;
	}
	.schedule_box .accordion-mark::before, .schedule_box .accordion-mark::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		background: #000;
		border-radius: 1px;
		transition:
			transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.schedule_box .accordion-mark::before {
		width: 14px;
		height: 2.5px;
		transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
	}
	.schedule_box .accordion-mark::after {
		width: 2.5px;
		height: 14px;
		transform: translate(-50%, -50%) scaleY(1);
		opacity: 1;
	}
	.open .accordion-mark::after {
		transform: translate(-50%, -50%) scaleY(0.1) rotate(90deg);
		opacity: 0;
	}
	.schedule_box .accordion-content {
		max-height: 0;
		overflow: hidden;
		padding: 0 16px;
		background-color: #fff;
		transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
	}
	.schedule_box .accordion-content.open {
		max-height: 1000px;
		padding: 14px 16px;
	}
	/*..................schedule box tit_area */
	.schedule_box .schedule_tit_area {
		width: 100%;
		height: auto;
		padding: 0;
		margin-inline: auto;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box {
		width: 100%;
		display: flex;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .dayt {
		width: 60px;
		font-family: 'D-DIN_R', serif;
		font-size: 3rem;
		position: relative;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .week {
    width: 25px;
    height: 25px;
    font-family: 'ZenKaku_B', serif;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 8px;
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    line-height: 1;
    margin-right: 10px;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .opst {
		font-family: 'ZenKaku_R', serif;
		font-size: 1.2rem;
		display: flex;
		align-items: flex-end;
		position: relative;
		letter-spacing: 0.1em;
		bottom: 16px;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .soldout {
		font-family: 'D-DIN_B', serif;
		font-size: 1.1rem;
		padding: 5px 5px;
		display: flex;
		align-items: center;
		position: relative;
		letter-spacing: 0.05em;
		top: 19px;
		background: #ae1c1c;
		color: #fff;
		height: 15px;
		margin-left: 5px;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box {
		width: 100%;
		display: flex;
		align-items: center;
		position: relative;
		top: -5px;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box .city {
		width: 70px;
		padding: 2px 0 2px 0;
		background: #6b6b6b;
		color: #fff;
		font-family: 'ZenKaku_R', serif;
		font-size: 1.4rem;
		letter-spacing: 0.0em;
		text-align: center;
		white-space: nowrap;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box .hall {
		font-size: 1.7rem;
		font-weight: 700;
		letter-spacing: 0.03em;
		margin-left: 10px;
		line-height: 1.2em;
		width: 80%;
	}
	/*..................schedule box contents */
	.schedule_box .schedule_cnt {
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 10px;
		margin-inline: auto;
	}
	.schedule_cnt .tb_cnt {
		width: 100%;
	}
	.schedule_cnt table.tb_cnt th, .schedule_cnt table.tb_cnt td {
		display: block;
		width: 95%;
		padding: 5px 0 5px 0px;
		font-size: 1.4rem;
	}
	.schedule_cnt .tb_cnt th {
		border-bottom: 2px solid #333 !important;
	}
	.schedule_cnt .tb_cnt td {
		border-left: 0;
		border-bottom: 0;
	}
	.schedule_cnt .tb_cnt tr:last-child {}
	.schedule_cnt .tb_cnt .solistiade_detail_tit {
		background: url(../images/solistiade_detail_tit_sp.svg) no-repeat center left;
		background-size: 95%;
		width: 100%;
		height: 30px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.schedule_cnt .tb_cnt dl {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.schedule_cnt .tb_cnt dt {
		width: 26%;
	}
	.schedule_cnt .tb_cnt dd {
		width: 74%;
	}
	.schedule_cnt .tb_cnt .txt_s {
		font-size: 1.3rem;
		padding-top: 1px;
	}
}
@media screen and (max-width: 393px) {
	/*===================================================schedule */
	.schedule_area {
		width: 100%;
		padding: 30px 0 50px;
	}
	.schedule_area_cnt {
		width: 100%;
		margin-inline: auto;
	}

	.schedule_area_cnt .schedule_box_solo {
		background: #fefefe;
		width: 95%;
		height: auto;
		padding: 24px 0 30px;
		margin-top: 60px;
		margin-inline: auto;
		position: relative;
		display: block;
		z-index: 0;
	}

	.schedule_area_cnt .schedule_box_ber {
		background: #fefefe;
		width: 90%;
		height: auto;
		padding: 20px 0 30px;
		margin-top: 100px;
		margin-inline: auto;
		position: relative;
		display: block;
		z-index: 0;
	}
.schedule_area_cnt .schedule_box_solo-mark {
		position: absolute;
		width: 0;
		height: 0;
		top: 100px;
		left: 0%;
		border-top: 200px solid transparent;
		border-bottom: 200px solid transparent;
		border-left: 150px solid #0ba29a;
		z-index: 1;
		mix-blend-mode: darken;
		pointer-events: none;
}
.schedule_area_cnt .schedule_box_sp-mark {
		position: absolute;
		width: 0;
		height: 0;
		top: 1600px;
		right: 0%;
		border-top: 200px solid transparent;
		border-bottom: 200px solid transparent;
		border-right: 150px solid #eee;
		z-index: 1;
		mix-blend-mode: multiply;
		pointer-events: none;
}
	.schedule_area_cnt .schedule_box_tit {
		font-family: 'bodoni', serif;
		font-size: 3.5rem;
		height: 70px;
		line-height: 0.8em;
		letter-spacing: 0.01em;
		color: #111;
	}
	.schedule_area_cnt .schedule_box_tit p {
		font-size: 1.7rem;
		line-height: 1.0em;
	}
	.schedule_area_cnt .schedule_box_tit span {
		font-size: 2.0rem;
	}
	.schedule_area_cnt .schedule_box_dayt {
		font-family: 'D-DIN_R', serif;
		font-size: 5.5rem;
		line-height: 1em;
		letter-spacing: 0.01em;
		color: #111;
		margin-top: 17px;
		margin-left: 5px;
	}
	.schedule_area_cnt .schedule_box_dayt_top {
		margin-top: 54px;
	}
.schedule_area_cnt .schedule_box_player_tit {
	font-family: 'ZenOldMincho', serif;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	color: #111;
	margin-top: 10px;
	margin-left:5%;
}
.schedule_area_cnt .schedule_box_player {
	font-family: 'ZenOldMincho', serif;
	font-size: 1.6rem;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	color: #111;
	margin-top: 10px;
	margin-left:5%;
}
	/*..................schedule box */
	.schedule_box {
		width: 95%;
		height: auto;
		padding: 0;
		margin-top: 30px;
		margin-inline: auto;
	}
	.schedule_box ul {
		list-style-type: none;
		padding: 0;
		max-width: 100%;
		margin: 20px auto 10px;
	}
	.schedule_box li {
		margin: 0;
		color: #333;
		border-bottom: 1px solid #ccc;
	}
	.schedule_box li:last-child {
		border-bottom: 0;
	}
	.schedule_box .accordion-mark {
		position: relative;
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-left: 8px;
		vertical-align: middle;
	}
	.schedule_box .accordion-mark::before, .schedule_box .accordion-mark::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		background: #000;
		border-radius: 1px;
		transition:
			transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.schedule_box .accordion-mark::before {
		width: 14px;
		height: 2.5px;
		transform: translate(-50%, -50%) rotate(0deg) scaleX(1);
	}
	.schedule_box .accordion-mark::after {
		width: 2.5px;
		height: 14px;
		transform: translate(-50%, -50%) scaleY(1);
		opacity: 1;
	}
	.open .accordion-mark::after {
		transform: translate(-50%, -50%) scaleY(0.1) rotate(90deg);
		opacity: 0;
	}
	.schedule_box .accordion-content {
		max-height: 0;
		overflow: hidden;
		padding: 0 16px;
		background-color: #fff;
		transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
	}
	.schedule_box .accordion-content.open {
		max-height: 1000px;
		padding: 14px 16px;
	}
	/*..................schedule box tit_area */
	.schedule_box .schedule_tit_area {
		width: 100%;
		height: auto;
		padding: 0;
		margin-inline: auto;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box {
		width: 100%;
		display: flex;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .dayt {
		width: 55px;
		font-family: 'D-DIN_R', serif;
		font-size: 2.8rem;
		position: relative;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .opst {
		font-family: 'ZenKaku_R', serif;
		font-size: 1.1rem;
		display: flex;
		align-items: flex-end;
		position: relative;
		letter-spacing: 0.1em;
		bottom: 11px;
	}
	.schedule_box .schedule_tit_area .schedule_tit_box .soldout {
		font-family: 'D-DIN_B', serif;
		font-size: 1.1rem;
		padding: 5px 5px;
		display: flex;
		align-items: center;
		position: relative;
		letter-spacing: 0.05em;
		top: 15px;
		background: #ae1c1c;
		color: #fff;
		height: 15px;
		margin-left: 5px;
		white-space: nowrap;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box {
		width: 100%;
		display: flex;
		align-items: center;
		position: relative;
		top: -5px;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box .city {
		width: 60px;
		padding: 2px 0 2px 0;
		background: #6b6b6b;
		color: #fff;
		font-family: 'ZenKaku_R', serif;
		font-size: 1.2rem;
		letter-spacing: 0.2em;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.schedule_box .schedule_tit_area .schedule_hall_box .hall {
		font-size: 1.4rem;
		font-weight: 700;
		letter-spacing: 0.00em;
		margin-left: 10px;
		line-height: 1.2em;
		width: 80%;
	}
	/*..................schedule box contents */
	.schedule_box .schedule_cnt {
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 10px;
		margin-inline: auto;
	}
	.schedule_cnt .tb_cnt {
		width: 100%;
	}
	.schedule_cnt table.tb_cnt th, .schedule_cnt table.tb_cnt td {
		display: block;
		width: 100%;
		padding: 5px 0px 5px 0px;
		font-size: 1.3rem;
	}
	.schedule_cnt .tb_cnt th {
		border-bottom: 2px solid #333 !important;
	}
	.schedule_cnt .tb_cnt td {
		border-left: 0;
		border-bottom: 0;
	}
	.schedule_cnt .tb_cnt tr:last-child {}
	.schedule_cnt .tb_cnt .solistiade_detail_tit {
		background: url(../images/solistiade_detail_tit_sp.svg) no-repeat center left;
		background-size: 95%;
		width: 95%;
		height: 28px;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
}
/*===================================================salon */
.salon_area {
	width: 100%;
	padding: 20px 0 20px;
	background: linear-gradient(to right, #fff 20%, #111 20%);
}
.salon_area_cnt {
	width: 100%;
	margin-inline: auto;
	display: flex;
}
.salon_area_cnt .salon_area_maintit {
	width: 20%;
	padding-top: 10%;
	background: url(../images/solistiade_logo.svg)no-repeat center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.salon_area_cnt .salon_area_box {
	width: 80%;
	max-height: 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding: 3% 2% 0;
}
.salon_area_cnt .salon_area_box .salon_area_tit {
	width: 25%;
	height: 60px;
	background: url(../images/solistiade_tit.svg)no-repeat center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.salon_area_cnt .salon_area_box .salon_area_txt {
	width: 73%;
	font-family: 'ZenKaku_R', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #fff;
	padding-left: 2%;
}
.salon_area_cnt .salon_area_box .salon_area_btn_area {
	width:100%;
	display: flex;
	justify-content: flex-end;
}
.salon_area_cnt .salon_area_box .salon_area_btn a {
	width: 200px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	display: block;
	padding: 3px 0;
	border: 2px solid #fff;
	position: relative;
}
.salon_area_cnt .salon_area_box .salon_area_btn a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 3px solid transparent;
	border-right: 0 solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 3px solid transparent;
	box-sizing: border-box;
}
@media screen and (max-width: 843px) {
	.salon_area {
		width: 100%;
		padding: 30px 0 50px;
	}
	.salon_area_cnt {
		width: 100%;
		margin-inline: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

}
@media screen and (max-width: 440px) {
.salon_area {
	width: 100%;
	padding: 20px 0 0;
	background: #fff;
}
.salon_area_cnt {
	width: 100%;
	margin-inline: auto;
	display: flex;
	flex-wrap: wrap;
}
.salon_area_cnt .salon_area_maintit {
	width: 100%;
	padding-top: 25%;
	background: url(../images/solistiade_logo.svg)no-repeat center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-bottom: 10px;
}
.salon_area_cnt .salon_area_box {
	width: 100%;
	max-height: 350px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding: 5% 2% 5%;
	background: #111;
}
.salon_area_cnt .salon_area_box .salon_area_tit {
	width: 40%;
	height: 50px;
	background: url(../images/solistiade_tit.svg)no-repeat center;
	background-size: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.salon_area_cnt .salon_area_box .salon_area_txt {
	width: 90%;
	font-family: 'ZenKaku_R', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #fff;
	padding-left: 0;
	margin-bottom: 10px;
}
.salon_area_cnt .salon_area_box .salon_area_btn_area {
	width:100%;
	display: flex;
	justify-content: center;
}
.salon_area_cnt .salon_area_box .salon_area_btn a {
	width: 200px;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	display: block;
	padding: 3px 0;
	border: 2px solid #fff;
	position: relative;
}
.salon_area_cnt .salon_area_box .salon_area_btn a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 3px solid transparent;
	border-right: 0 solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 3px solid transparent;
	box-sizing: border-box;
}
}
@media screen and (max-width: 360px) {
	.salon_area {
		width: 100%;
		padding: 20px 0 30px;
		background: #d0d0d0;
	}
	.salon_area_cnt {
		width: 85%;
		margin-inline: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.salon_area_cnt .salon_area_tit {
		width: 75%;
		margin-inline: auto;
		padding-top: 15%;
		margin-bottom: 10px;
	}
	.salon_area_cnt .salon_area_box .salon_area_txt {
		width: 100%;
		font-family: 'ZenKaku_R', sans-serif;
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		color: #222;
		margin-bottom: 20px;
	}
}
/*=====================================modal */
/*....................... modal common */
.remodal {
	position: relative;
	padding: 20px 20px 20px;
	max-width: 60%;
}
.remodal img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.remodal-cancel {
	color: #fff;
	background: #000;
	width: 100%;
	margin-top: 25px;
	font-size: 1.2rem;
	font-family: 'bodoni', serif;
	transition: all 0.2s ease-in-out;
}
.remodal-cancel:hover {
	background: #111;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.remodal-overlay {
	background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 940px) {
	.remodal {
		position: relative;
		padding: 20px 10px 10px;
		max-width: 90%;
	}
}
/*....................... modal contents */
.prf_cnt {
	width: 100%;
	text-align: left;
	padding-top: 20px;
}
.prf_cnt .name {
	width: 100%;
	font-size: 8rem;
	font-family: 'bodoni', serif;
	line-height: 0.7em;
	letter-spacing: -0.05em;
	margin-bottom: 30px;
}
.prf_cnt .name-jp {
	width: 100%;
	font-size: 2rem;
	margin-bottom: 10px;
}
.prf_cnt .Apics {
	position: relative;
	display: block;
}
.prf_cnt .Apics img {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.prf_cnt .Apics .credit_s {
	font-size: 1.2rem;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 40px;
	right: 20px;
}
.prf_cnt .Apics .credit_a {
	font-size: 1.2rem;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	position: absolute;
	padding-top: 59%;
	top: 0;
	left: 10px;
}
.prf_cnt .txtArea {
	width: 95%;
	margin: 0 auto 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2em;
}
@media screen and (max-width: 843px) {
	.prf_cnt {
		width: 100%;
		text-align: left;
		padding-top: 20px;
	}
.prf_cnt .name {
	width: 100%;
	font-size: 8rem;
	font-family: 'bodoni', serif;
	line-height: 0.7em;
	letter-spacing: -0.05em;
	margin-bottom: 30px;
}
.prf_cnt .name-jp {
	width: 100%;
	font-size: 2rem;
	margin-bottom: 10px;
}
	.prf_cnt .Apics {
		position: relative;
		display: block;
	}
	.prf_cnt .Apics img {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.prf_cnt .Apics .credit_s {
		font-size: 1.2rem;
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
		position: absolute;
		bottom: 40px;
		right: 20px;
	}
	.prf_cnt .Apics .credit_a {
		font-size: 1.2rem;
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
		position: absolute;
		padding-top: 59%;
		top: 0;
		left: 10px;
	}
	.prf_cnt .txtArea {
		width: 95%;
		margin: 0 auto 20px;
		font-size: 1.7rem;
		font-weight: 500;
		line-height: 2em;
	}
}
@media screen and (max-width: 768px) {
	.prf_cnt {
		width: 100%;
		text-align: left;
		padding-top: 20px;
	}
.prf_cnt .name {
	width: 100%;
	font-size: 8rem;
	font-family: 'bodoni', serif;
	line-height: 0.7em;
	letter-spacing: -0.05em;
	margin-bottom: 30px;
}
.prf_cnt .name-jp {
	width: 100%;
	font-size: 2rem;
	margin-bottom: 10px;
}
	.prf_cnt .Apics {
		position: relative;
		display: block;
	}
	.prf_cnt .Apics img {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.prf_cnt .Apics .credit_s {
		font-size: 1.2rem;
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
		position: absolute;
		bottom: 40px;
		right: 20px;
	}
	.prf_cnt .Apics .credit_a {
		font-size: 1.2rem;
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
		position: absolute;
		padding-top: 59%;
		top: 0;
		left: 10px;
	}
	.prf_cnt .txtArea {
		width: 95%;
		margin: 0 auto 20px;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2em;
	}
}
@media screen and (max-width: 440px) {
	.prf_cnt {
		width: 100%;
		text-align: left;
		padding-top: 20px;
	}
.prf_cnt .name {
	width: 100%;
	font-size: 6rem;
	font-family: 'bodoni', serif;
	line-height: 0.7em;
	letter-spacing: -0.05em;
	margin-bottom: 30px;
}
.prf_cnt .name-jp {
	width: 100%;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
	.prf_cnt .Apics {
		position: relative;
		display: block;
	}
	.prf_cnt .Apics img {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.prf_cnt .Apics .credit_s {
		font-size: 0.8rem;
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
		position: absolute;
		bottom: 40px;
		right: 20px;
	}
	.prf_cnt .Apics .credit_a {
		font-size: 1.2rem;
		color: #fff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
		position: absolute;
		padding-top: 59%;
		top: 0;
		left: 10px;
	}
	.prf_cnt .txtArea {
		width: 95%;
		margin: 0 auto 20px;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2em;
	}
}
/* =conversion.js none
-------------------------------------------------------------- */
.google-none {
	height: 0;
	line-height: 0;
	margin: -20px 0 0 0;
	padding: 0;
}
/*.......................　点滅 */
.blinking {
	-webkit-animation: blink 1.0s ease-in-out infinite alternate;
	-moz-animation: blink 1.0s ease-in-out infinite alternate;
	animation: blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}