@charset "UTF-8";

:root {
	--color-primary: #000;
	--color-primary-rgb: 0,0,0;
	--color-secondary: #2f1412;
	--color-secondary-rgb: 47,20,18;
	--color-contrast: #fff;
	--color-contrast-rgb: 255,255,255;
	--color-accent: #c04914;
	--color-accent-rgb: 192,73,20;
	--color-accent2: #067cc1;
	--color-accent2-rgb: 6,124,193;
	--color-text: #fff;
	--color-text-rgb: 255,255,255;
	--transition-default: all 0.4s ease; 
}

/* !foundation */
/* --------------------------- */
html,body {
	font-family:'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-variant-ligatures:none;
	font-variant-ligatures:none;
}
body {
	color: var(--color-text);
	background: var(--color-primary);
	overflow-x: hidden;
	position: relative;
	text-align: center;
}
* {
	box-sizing: border-box;
}
a,
a img {
	color: var(--color-contrast);
	transition: all 0.4s ease;
}
a img {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:visited {
	color: rgva(var(--color-contrast-rgb), .8);
}
a:hover {
	color: var(--color-accent);
	text-decoration: none;	
}
a:hover img {
	opacity: 0.6;
}
a.noborder {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 100%);
	margin: 5rem auto;
	clear: both;
}
.btn,
.btn:visited {
	width: fit-content;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0.5em 1.5em 0.625em;
	color: var(--color-primary);
	background: var(--color-contrast);
	margin: 1rem auto;
	border-radius: 100vmax;
}
.btn:hover {
	background: var(--color-accent);
	border-color: var(--color-accent);
	color: var(--color-contrast);
}
label.btn {
	transition: all 0.4s ease;
	cursor: pointer;
}

/* material
--------------------------- */
.clearFloat {
	clear: both;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0.375em auto;
	text-align: center!important;
}
.sp {
	display: none;
}
.flexCont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul[class],ol[class] {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.tate {
	-webkit-font-feature-settings: 'palt' 0;
	font-feature-settings: 'palt' 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.checkEl {
	display: none;
}
/* !font */
/* --------------------------- */
.wf-noto-sans-r, body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.wf-noto-sans-m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.wf-noto-sans-b, h1, h2, h3, h4, h5, h6, strong, b {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.wf-shippori-min-r, .headerCatch, .headerStaff dd, .contTitle, .storyTxt, .castItem figcaption, ul.castList, .staffList dd, .commentName, .profileName, ul.menuList, ul.ensembleList, .goodsName {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.txtSdw {
	text-shadow: 0 0 40px rgba(0,0,0,.9),0 0 30px rgba(0,0,0,.9),0 0 20px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.9);
}
.txtSdwMin {
	text-shadow: 0 0 20px rgba(0,0,0,.9),0 0 15px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.9),0 0 5px rgba(0,0,0,.9);
}
.capsS {
	font-size: 0.8em;
}
.capsL {
	font-size: 1.666em;
}
/* !layout */
/* --------------------------- */
.inner {
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 1.25rem;
}
.backnumber {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	padding: 3rem;
	background: #000;
}
.bnBnr,
.bnBnr:visited {
	max-width: 30vw;
	display: inline-block;
	position: relative;
	margin: 0;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0,0,0,.25), inset 0 4px 6px rgba(0,0,0,.9375);
}
.bnBnr img {
	position: relative;
	border-radius: 100%;
	overflow: hidden;
}
.bnBnr:hover img {
	opacity: 1;
	transform: scale(1.1);
}

.gHeader {
	position: relative;
	min-height: 139.444vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	padding-top: 2.5rem;
	margin: 0 auto 7.5rem;
}
.gHeader::after {
	content: "";
	display: block;
	width: 100%;
	height: 139.444vw;
	position: absolute;
	top: -15vw;
	right: 0;
	background: url('../imgs/main_visual.jpg') center center no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0;
	filter: blur(16px);
	transition: opacity 5.0s ease, filter 6.0s ease;
}
.gHeader::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: var(--color-primary);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
}
.loaded .gHeader::after {
	opacity: 1;
	filter: blur(0);
}
.headerTitle {
	height: 21vw;
	margin: 0 auto 90vw 1.5vw;
	opacity: 0;
	filter: blur(32px);
}
.loaded .headerTitle {
	opacity: 1;
	filter: blur(0);
	transition: opacity 1.0s ease 6.6s, filter 2.0s ease 6.6s;
}
.headerTitle img {
	width: auto;
	height: 100%;
}
.headerSchedule,
.headerPlace {
	font-size: 2.5em;
	line-height: 1.25;
	font-weight: 700;
	margin: 0 auto;
}
.headerCatch {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 5lvh;
	line-height: 1.75;
	text-align: left;
	width: 100vw;
	height: 100lvh;
	padding: 1.25em 0.5em;
	margin: 0;
}
.headerCatch .tate {
	width: 100%;
	height: 100%;
	white-space: nowrap;
}
.headerCatch .catch1 {
	display: inline-block;
	transform: skewY(-12.5deg);
	translate: 0 1em;
	opacity: 0;
	transition: opacity 0.6s ease 5.0s, translate 0.4s ease 5.0s;
}
.headerCatch .catch2 {
	display: inline-block;
	transform: skewY(-12.5deg);
	translate: 0 1em;
	opacity: 0;
	transition: opacity 0.6s ease 5.8s, translate 0.4s ease 5.8s;
	margin-top: 11.5em;
}
.loaded .headerCatch .catch1,
.loaded .headerCatch .catch2 {
	opacity: 1;
	translate: 0;
}
.kerning {
	letter-spacing: -0.5em;
}
.headerStaff {
	font-size: 1.125em;
	line-height: 1;
	margin: 0 auto;
}
.headerStaff dt {
	margin: 0 auto 0.375em;
	font-weight: 700;
	opacity: 0.7;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}
.headerStaff dd {
	font-size: 1.75em;
	margin: 0 auto 0.75em;
}

.headerTicket,
.headerTicket:visited {
	position: fixed;
	left: 1.5vw;
	bottom: 1.5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: fit-content;
	width: 4.5em;
	height: 4.5em;
	font-size: 1.875vw;
	line-height: 1.25;
	font-weight: 700;
	text-decoration: none;
	margin: 0 auto;
	color: var(--color-contrast);
	background: linear-gradient(25deg, var(--color-accent) 15%, var(--color-accent2) 27.5%);
	border-radius: 50%;
	z-index: 100;
	box-shadow: 2px 2px 8px 0 rgba(var(--color-primary-rgb), .75);
	opacity: 0;
	scale: 1.2;
	transition: opacity 0.2s ease 8.8s, scale 0.4s ease 8.8s;
	border: solid 2px var(--color-contrast);
}
.headerTicket:hover,
.loaded .headerTicket:hover {
	color: var(--color-accent);
	transition: color 0.4s ease;
}
.loaded .headerTicket {
	opacity: 1;
	scale: 1;
}

.menuBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100lvh;
	background: rgba(var(--color-primary-rgb), .875);
	opacity: 0;
	z-index: 1000;
	cursor: pointer;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
#menu:checked ~ .menuBg {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.4s ease;
}
.menuBtn {
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	top: 0.5rem;
	right: 0.5rem;
	z-index: 10000;
	background: rgba(var(--color-primary-rgb), .5);
	cursor: pointer;
	border-radius: 3px;
}
.menuBtn .bar {
	display: block;
	width: 50%;
	height: 2px;
	border-radius: 1px;
	background-color: var(--color-contrast);
	margin: 0.25cqw auto;
	transition: all 0.3s ease;
}
#menu:checked ~ .menuBtn .bar:first-of-type {
	rotate: 45deg;
	translate: 0 0.65cqw;
}
#menu:checked ~ .menuBtn .bar:nth-of-type(2) {
	scale: 0 1;
}
#menu:checked ~ .menuBtn .bar:last-of-type {
	rotate: -45deg;
	translate: 0 -0.65cqw;
}
.menu {
	position: fixed;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 5000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	padding: 2rem;
}
#menu:checked ~ .menu {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.4s ease;
}
ul.menuList {
	font-size: 3.5vh;
	line-height: 1;
	margin: 0 auto 0.5em;
	width: fit-content;
	white-space: nowrap;
}
ul.menuList li {
	border-bottom: solid 1px rgba(var(--color-contrast-rgb), .5);
}
ul.menuList li a {
	display: block;
	text-decoration: none;
	padding: 0.5em 0.5em;
}
ul.snsList {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0.75rem auto 0;
	padding: 0;
	gap: 0.5rem;
}
ul.snsList li {
	width: 4rem;
	height: 4rem;
}
ul.snsList li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(var(--color-contrast-rgb), .1);
	border-radius: 50%;
}
ul.snsList li a img {
	width: 50%;
	margin: 0 auto;
}
ul.snsList li a:hover img {
	opacity: 1;
	scale: 0.95;
}
ul.snsList li a:hover {
	background: var(--color-accent);
}
ul.snsList .st0 {
	fill: #fff;
}

.content{
	overflow:hidden;
	position:relative;
	background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 66%, var(--color-accent) 100%);
	padding: 10rem 0 7.5rem;
}
.content:not(:first-of-type)::before{ 
	content:'';
	position: absolute;
	z-index: 3;
	pointer-events: none;
	background-repeat: no-repeat;
	bottom: -0.1vw;
	left: -0.1vw;
	right: -0.1vw;
	top: -0.1vw; 
	background-size: 100% 70px;
	background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23c04914"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23c04914"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23c04914"/></svg>'); 
}
@media (min-width:2100px){
	.content::before{
		background-size: 100% calc(2vw + 70px);
	}
}
.contTitle {
	font-size: 3em;
	line-height: 1;
	margin: 0 auto 1.5em;
	position: relative;
}
.contTitle::before {
	content: "";
	display: block;
	width: 80px;
	height: 152px;
	background: url('../imgs/icon_mon_wh.svg') center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	opacity: 0.1;
	pointer-events: none;
}
.contTitle::after {
	content: attr(data-mirror);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) rotateY(180deg) rotateZ(180deg);
	background: linear-gradient(180deg, rgba(var(--color-contrast-rgb), 0) 25%, rgba(var(--color-contrast-rgb), .375) 100%);
	background-clip: text;
	color: transparent;
	filter: blur(2px);
}
.aboutBody {
	max-width: 46rem;
	margin: 0 auto;
	padding: 0 0 1.5em;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.6s ease;
}
.aboutBody div {
	overflow: hidden;
}
#about:checked ~ .aboutBody {
	grid-template-rows: 1fr;
}
#about:checked ~ .readMore {
	opacity: 0;
	pointer-events: none;
}
.aboutTxt {
	font-size: 1.125em;
	line-height: 1.875;
	text-align: justify;
	letter-spacing: 0.1em;
	margin: 0 0 1em;
}
.storyTxt {
	font-size: 1.375em;
	line-height: 2.25;
	margin: 0 0 1.5em;
}
.storyTxt .ruby {
	position: relative;
}
.storyTxt .ruby::after {
	content: attr(data-ruby);
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 0.5em;
	line-height: 1;
	translate: -50% -75%;
	white-space: nowrap;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}
.storyTxt .ruby.ura::after {
	letter-spacing: 1em;
	text-indent: 1em;
}
.storyTxt .ruby.yami::after {
	letter-spacing: -0.1em;
	text-indent: -0.1em;
}
.castWrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto 5rem;
	gap: 5%;
}
.castWrap label,
ul.castList label {
	cursor: pointer;
	transition: opacity 0.4s ease;
}
.castWrap label:hover,
ul.castList label:hover {
	opacity: 0.7;
}
.castItem {
	width: 300px;
	max-width: 47.5%;
}
.castPh {
	display: block;
	text-indent: 0;
	letter-spacing: 0;
	margin-bottom: 0.25em;
}
.castItem.sugizo {
	width: 720px;
	max-width: 90%;
	margin-inline: auto;
}
.castItem img {
	margin-bottom: 0.25rem;
}
.castItem small {
	font-size: 0.75em;
	line-height: 1;
	text-align: right;
	letter-spacing: 0.1em;
	display: block;
	margin-bottom: 1em;
}
.castItem figcaption {
	font-size: 2.75em;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	margin: 0;
}
ul.castList {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.25em;
	line-height: 1;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	gap: 1.5em;
	margin: 0 auto 1.5em;
}
.role-name {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 0.5em;
	display: inline-block;
	margin: 0 auto 0.5rem;
	color: rgba(var(--color-contrast-rgb), .75);
	letter-spacing: 0.25em;
	text-indent: -0.25em;
	position: relative;
}
.role-name::before {
	content: attr(data-ruby);
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 0.5em;
	line-height: 1;
	translate: -50% -120%;
	white-space: nowrap;
	letter-spacing: 0.25em;
	text-indent: -0.75em;
}
.profileName .role-name {
	color: rgba(var(--color-primary-rgb), .5);
	margin: 0 auto 0 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0;
	text-indent: 0;
}
.profileName .role-name::before {
	letter-spacing: 0;
	text-indent: 0;
}
.specialGuest {
	min-width: 10em;
	width: fit-content;
	margin: 3em auto 0.75em;
	padding: 0.375em 1.25em 0.5em;
	font-size: 1.5em;
	line-height: 1;
	background: var(--color-accent2);
}
.ensembleTilte {
	font-size: 1.25em;
	margin: 0 auto 1.5em;
}
ul.ensembleList {
	margin: 1.5rem auto 3rem;
	font-size: 1.25em;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 40em;
	gap: 1.5em 2em;
}
ul.ensembleList + ul.ensembleList {
	margin-top: 0;
}
ul.ensembleList li {
	min-width: 5em;
	white-space: nowrap;
}
ul.ensembleList.second {
	max-width: 34em;
}
ul.ensembleList.second li {
	min-width: 9em;
}
ul.ensembleList li .capsS {
	display: block;
	margin-top: 0.5em;
	font-size: 0.625em;
}
.staffList {
	font-size: 1em;
	line-height: 1;
	margin: 0 auto;
}
.staffList dt {
	margin: 0 auto 0.75em;
	font-weight: 500;
	opacity: 0.7;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
}
.staffList dd {
	font-size: 1.75em;
	margin: 0 auto 1.5em;
}
.specialTitle {
	font-size: 2em;
	line-height: 1;
	margin: 0 auto 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
	white-space: nowrap;
}
.specialTitle::before,
.specialTitle::after {
	content: "";
	display: block;
	width: 3em;
	height: 1px;
	background: var(--color-accent);
}
ul.commentTab {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
	font-size: 1.25em;
	line-height: 1;
	font-weight: 700;
}
.modalDetailBody ul.commentTab {
	margin-bottom: 0.5em;
	font-size: 1em;
}
ul.commentTab li {
	width: 6em;
}
ul.commentTab li label {
	display: block;
	background: rgba(var(--color-accent-rgb), .25);
	color: rgba(var(--color-contrast-rgb),.5);
	padding: 0.5em 0 0.625em;
	cursor: pointer;
	transition: all 0.4s ease;
	outline: none;
}
.modalDetailBody ul.commentTab li label {
	border-radius: 0.3125em 0 0 0.3125em;
	background: rgba(var(--color-accent2-rgb), .25);
	color: rgba(var(--color-contrast-rgb),.75);
}
.modalDetailBody ul.commentTab li:nth-of-type(2) label {
	border-radius: 0 0.3125em 0.3125em 0;
}
ul.commentTab li:hover label,
#commentTsutsumi:checked ~ ul.commentTab li:nth-of-type(1) label,
#commentTakahashi:checked ~ ul.commentTab li:nth-of-type(2) label,
#commentMasuda:checked ~ ul.commentTab li:nth-of-type(3) label,
#commentSugizo:checked ~ ul.commentTab li:nth-of-type(4) label {
	background: rgba(var(--color-accent-rgb), 1);
	color: rgba(var(--color-contrast-rgb),1);
}
.modalDetailBody ul.commentTab li:hover label,
.modalProfile:checked ~ ul.commentTab li:nth-of-type(1) label,
.modalComment:checked ~ ul.commentTab li:nth-of-type(2) label {
	background: rgba(var(--color-accent2-rgb), 1);
	color: rgba(var(--color-contrast-rgb),1);
}
.commentBody {
	max-width: 45rem;
	margin: 0 auto;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.6s ease;
}
#commentTsutsumi:checked ~ .commentBody.tsutsumi,
#commentTakahashi:checked ~ .commentBody.takahashi,
#commentMasuda:checked ~ .commentBody.masuda,
#commentSugizo:checked ~ .commentBody.sugizo,
.modalProfile:checked ~ .commentBody.modalProfile,
.modalComment:checked ~ .commentBody.modalComment {
	grid-template-rows: 1fr;
}
.commentBody > div {
	overflow: hidden;
}
.commentTxt {
	font-size: 1.125em;
	line-height: 1.75;
	text-align: justify;
	letter-spacing: 0.1em;
	margin: 0 0 0.5em;
}
.commentBody > div .commentTxt:first-of-type {
	margin-top: 1.5em;
}
.commentName {
	font-size: 2em;
	line-height: 1;
	text-align: right;
	margin: 0;
	padding-bottom: 0.5em;
	border-bottom: solid 1px rgba(var(--color-contrast-rgb), .5);
}

.yokohamaWrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 1280px;
	max-width: 90vw;
	margin: 0 auto 3rem;
	gap: 3rem 2rem;
}
.yokohamaHotel {
	margin: 0;
	figcaption {
		margin: 0.5em 0 0;
		font-size: 1.375cqw;
		font-weight: bold;
	}
}
.specialCatch {
	font-size: 1.5em;
	line-height: 1.375;
	font-weight: 700;
	margin: -0.5em auto 1em;
}

.eventOutline {
	margin: 0 auto;
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
}
.eventOutline dt {
	line-height: 1.25;
	width: fit-content;
	min-width: 7em;
	background: rgba(var(--color-contrast-rgb), .25);
	padding: 0.25em 1em 0.375em;
	margin: 0 auto 0.5em;
	border-radius: 0.125em;
}
.eventOutline dd {
	font-size: 1.25em;
	margin: 0 auto 1.5em;
}
.eventOutlineSchedule {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0.125em;
	margin: 0.25em auto;
}
.eventOutlineSchedule .capsS {
	font-size: 0.666em;
	display: block;
}
.eventOutline dd img {
	margin-top: 0.75em;
}
.eventOutline dd a {
	text-decoration: none;
}

.ticketPrice {
	display: grid;
	grid-template-columns: 1fr auto;
	width: fit-content;
	margin: 1.5rem auto 0;
	font-size: 1.5em;
	line-height: 1.25;
	font-weight: 700;
}
.ticketPrice dt,
.ticketPrice dd {
	margin: 0;
	padding: 0.75rem 1rem 0.75rem;
	border-bottom: solid 1px rgba(var(--color-contrast-rgb), .5);
}
.ticketPrice dd {
	font-size: 1.25em;
	text-align: left;
}
.ticketPrice dt .wheelchair {
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1.5;
	text-align: left;
	font-weight: 500;
	margin-top: 0.5em;
}
.ticketCatch {
	font-size: 1.5em;
	line-height: 1.125;
	font-weight: 700;
	margin: 0 auto 1em;
}
.ticketCatch .capsS {
	font-weight: 400;
	font-size: 0.625em;
}

ol.ticketBenefit {
	width: fit-content;
	font-size: 1.375em;
	line-height: 1.5;
	text-align: left;
	font-weight: 700;
	margin: 0 auto 1.5em;
	counter-reset: benefitNum;
}
ol.ticketBenefit li {
	counter-increment: benefitNum;
	margin: 0 0 0.5em;
}
ol.ticketBenefit li::before {
	content: counter(benefitNum);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.75em;
	line-height: 1;
	width: 1.5em;
	height: 1.5em;
	background: var(--color-accent);
	border-radius: 0.25em;
	margin-right: 0.375em;
	vertical-align: 0.15em;
	padding-bottom: 0.075em;
}
ol.ticketBenefit li a {
	display: block;
	margin: 0.5em auto 0;
}
ol.ticketBenefit li .capsS {
	font-size: 0.5em;
	font-weight: normal;
	display: block;
	width: fit-content;
	margin: 0.5em 0 1em auto;
}

.ticketBnrWrap {
	margin: 2rem auto 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 5%;
	max-width: 640px;
}
.ticketBnrWrap a {
	display: block;
	max-width: 47.5%;
}

ul.ticketNoticeList {
	font-size: 0.875em;
	line-height: 1.75;
	text-align: left;
	max-width: 36em;
}
ul.ticketNoticeList li {
	margin: 0 auto 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
ul.ticketNoticeList li::before {
	content:"※";
}

.modalWrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100000;
	display: none;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease;
}
.checkEl:checked ~ .modalWrap {
	display: flex;
	opacity: 1;
	pointer-events: auto;
	@starting-style {
		opacity: 0;
	}
}
.modalBg {
	background: rgba(0,0,0,.75);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.modalDetail {
	position: relative;
	z-index: 10;
	background: #fff;
	border-radius: 0.5rem;
	color: #000;
	width: 56rem;
	max-width: 90vw;
	padding: 2rem 3rem;
}
.modalDetailBody {
	max-height: 75vh;
	overflow-y: auto;
	padding: 1rem 0;
}
.modalClose {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	color: #000;
	border-radius: 50%;
	transform: translate(-50%, 150%);
	font-size: 2em;
	line-height: 1;
	cursor: pointer;
	transition: all 0.4s ease;
}
.modalClose:hover {
	background: var(--color-accent);
	color: var(--color-contrast);
}
.profileBody {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.profilePh {
	max-width: 47.5%;
	margin-right: 2.5%;
	pointer-events: none;
	flex-shrink: 0;
}
.profilePh small {
	text-align: right;
	display: block;
	margin-top: 0.5em;
}
.profileName {
	font-size: 3em;
	line-height: 1;
	text-align: left;
	margin: 0 auto 0.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.profileTxt {
	font-size: 0.875em;
	line-height: 1.75;
	text-align: justify;
	letter-spacing: 0.1em;
	margin: 0 auto 0.5em;
}
ul.profileSns {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	font-size: 0.875em;
	line-height: 1.375;
	margin-top: 1.5rem;
}
ul.profileSns li {
	margin: 0 1em 1em 0;
	height: 3.5em;
}
ul.profileSns li a,
ul.profileSns li a:visited {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(var(--color-accent2-rgb),.125);
	color: var(--color-primary);
	padding: 0.5em 1em;
	border-radius: 0.5em;
	text-decoration: none;
}
ul.profileSns li a:hover {
	background: rgba(var(--color-accent2-rgb),1);
	color: #fff;
}
ul.profileSns li a span {
	font-size: 0.75em;
}
.profileBody.profileSugizo {
	display: block;
}
.profileSugizo .profilePh {
	max-width: 100%;
	margin: 0 auto 1em;
}
.profileSugizo .profilePh img {
	width: 100%;
}
.profileSugizo .profileName {
	text-align: center;
}
.profileSugizo ul.profileSns {
	justify-content: center;
}

.lum-lightbox.lum-open {
	z-index: 100000;
}
.lum-lightbox {
	background-color: rgba(0,0,0,.875);
}

.goodsWrap {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 4rem 2rem;
	padding: 0 3rem;
}
.goodsItem {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 0;
}
.goodsName {
	font-size: clamp(1.25em, 1.75cqw, 1.5em);
	line-height: 1.125;
	margin: 0 auto 0.375em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.goodsPrice {
	font-size: clamp(1em, 1.125cqw, 1.25em);
	line-height: 1.25;
	width: 100%;
	margin: 0.5em auto 0.5em;
	border-bottom: solid 1px rgba(var(--color-contrast-rgb), .5);
	color: rgba(var(--color-contrast-rgb), .75);
}
.goodsPrice .capsL {
	margin: 0 0.125em;
	color: var(--color-contrast);
}
.goodsTxt {
	font-size: clamp(10px, 0.8125cqw, 0.875em);
	line-height: 1.375;
	margin: 0;
	color: rgba(var(--color-contrast-rgb), .75);
}

/* !tablet */
/* --------------------------- */
@media screen and (max-width:960px) {
	html {
		font-size: 1.5vw;
	}
}
/* !sp */
/* --------------------------- */
@media screen and (max-width:767px) {
	/* !sp common */
	/* --------------------------- */
	.floatLeft,
	.floatRight,
	.alignleft,
	.alignright {
		display: block;
		text-align: center;
		float: none;
		margin: 16px auto;
	}
	.nosp {
		display: none;
	}
	.sp {
		display: block;
	}
	.flexCont {
		display: block;
	}
	/* !sp layout */
	/* --------------------------- */
	html {
		font-size: 3.25vw;
	}
	.gHeader {
		padding-top: 1.5em;
	}
	.gHeader::after {
		background-position: center top;
		background-size: 125% auto;
		height: 100lvh;
		top: 15vw;
	}
	.headerTitle {
		width: 45vw;
		height: auto;
		margin: 0 auto 145vw;
	}
	.headerTitle img {
		width: 100%;
		height: auto;
	}
	.backnumber {
		gap: 1rem;
		padding: 3rem 1rem;
	}
	.headerCatch {
		font-size: 2.25em;
		padding: 2em 0.25em 1em;
		line-height: 1.5;
	}
	.headerTicket {
		font-size: 1.5em;
		left: 0.5em;
		top: 100%;
		bottom: auto;
		translate: 0 -150%;
	}
	.headerSchedule,
	.headerPlace {
		font-size: 2em;
	}
	.menuBtn .bar {
		margin: 0.5cqw auto;
	}
	#menu:checked ~ .menuBtn .bar:first-of-type {
		translate: 0 1.575cqw;
	}
	#menu:checked ~ .menuBtn .bar:last-of-type {
		translate: 0 -1.575cqw;
	}
	.content{
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.content:not(:first-of-type)::before{
		background-size: 100% 35px;
	}
	.storyTxt {
		font-size: 1.25em;
		line-height: 1.75;
	}
	.castWrap {
		flex-direction: column;
		gap: 3rem;
	}
	.castItem {
		width: 300px;
		max-width: 66%;
		margin-inline: auto;
	}
	ul.castList {
		flex-wrap: wrap;
		gap: 1.5rem;
	}
	ul.castList li {
		max-width: 48.5%;
		margin-bottom: 1rem;
	}
	.castPh {
		width: 35vw;
		height: 35vw;
		object-fit: cover;
		object-position: center top;
		margin-inline: auto;
	}
	.castPh.cs {
		object-position: center center;
	}
	ul.ensembleList {
		font-size: 1.125em;
		gap: 1.5em 1.5em;
	}
	ul.ensembleList li,
	ul.ensembleList.second li {
		min-width: 27.5%;
	}
	ul.ensembleList li .capsS {
		font-size: 0.5em;
	}
	.specialTitle {
		font-size: 1.75em;
		line-height: 1.25;
	}
	ul.commentTab {
		font-size: 1.25em;
	}
	.commentTxt {
		font-size: 1em;
	}
	.yokohamaWrap {
		grid-template-columns: repeat(2, 1fr);
	}
	.yokohamaHotel figcaption {
		font-size: 1.125em;
		line-height: 1.25;
	}
	.eventOutline dd img {
		max-width: 66%;
	}
	.ticketPrice {
		font-size: 1.375em;
	}
	.ticketPrice dt,
	.ticketPrice dd {
		padding: 0.75rem 0 0.75rem;
	}
	.ticketPrice dt .wheelchair {
		font-size: 0.875rem;
		max-width: 90%;
	}
	.ticketBnrWrap {
		flex-direction: column;
		gap: 3rem;
	}
	.ticketBnrWrap a {
		max-width: 66%;
	}
	.info .eventOutline dd {
		font-size: 1em;
	}
	.modalWrap {
		align-items: flex-start;
		padding-top: 1.5rem;
	}
	.modalDetail {
		padding: 1rem 1.5rem;
	}
	.profileBody {
		flex-direction: column;
		max-height: 80lvh;
	}
	.profilePh {
		max-width: 75%;
		margin: 0 auto 1.5rem;
	}
	ul.profileSns {
		justify-content: center;
	}
	.lum-lightbox-inner img {
		max-width: 175vw;
	}
	.goodsWrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 1.5rem;
		padding: 0;
	}
	.goodsName {
		font-size: 1.5em;
	}
	.goodsPrice {
		font-size: 0.875em;
		padding-bottom: 0.5em;
	}
	.goodsTxt {
		font-size: 0.75em;
		text-align: left;
		margin-inline: auto;
		width: fit-content;
	}
}
