@charset "UTF-8";
/* ---------------------------------------
  ステージコンテンツ
-----------------------------------------*/
@media screen and (max-width: 767px) {
	.p-stage .l-header .inner {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.p-stage .l-header .logo_wrap {
		position: static;
	}
	.p-stage .l-header .logo_wrap .logo {
		width: 6rem;
		height: 6rem;
	}
	.p-stage .l-header .logo_wrap .logo img {
		width: 4.3rem;
	}
	.p-stage .l-header .logo_wrap .date {
		display: none;
	}
}
.p-stage-mv-wrap {
	display: -ms-grid;
	display: grid;
	place-content: center;
	padding-top: 6rem;
	height: 50rem;
	background: url(../img/stage/mv_bg_pc.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
	.p-stage-mv-wrap {
		padding-top: 0;
		height: 44rem;
		background: url(../img/stage/mv_bg_sp.jpg) no-repeat center bottom/cover;
	}
	.p-stage-mv-wrap .c-wrap {
		padding: 0;
	}
}
.p-stage-mv-wrap .ttl {
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.15em;
	color: #fff;
	text-align: center;
	position: relative;
	margin-top: 1.5rem;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-stage-mv-wrap .ttl {
		margin-top: 0;
	}
}
.p-stage-content_box {
	width: 100%;
	position: relative;
	background: #ff0000;
	padding: 2.7rem 2rem 7.2rem;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box {
		padding: 4.5rem 0 7rem;
		margin-bottom: 1rem;
	}
}
.p-stage-content_box:nth-child(even) {
	background-color: #9a0000;
}
.p-stage-content_box:last-child {
	margin-bottom: 0;
}
.p-stage-content_box_wrap {
	width: 100%;
	max-width: 105rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap {
		max-width: none;
		padding: 0 7rem;
		display: block;
	}
}
.p-stage-content_box_wrap .ig-bx {
	width: 48.5rem;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .ig-bx {
		width: 100%;
		margin-bottom: 2rem;
	}
}
.p-stage-content_box_wrap .ig-bx_txt {
	width: 34rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 0;
	margin-bottom: -4.3rem;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .ig-bx_txt {
		width: 100%;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: end;
		margin-bottom: 0.5rem;
		text-align: center;
	}
}
.p-stage-content_box_wrap .ig-bx_txt::before {
	content: "";
	width: 2px;
	height: 124%;
	max-height: 21.7rem;
	background-color: #fff;
	position: absolute;
	left: 23.5%;
	top: 12%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .ig-bx_txt::before {
		display: none;
	}
}
.p-stage-content_box_wrap .ig-bx_txt .program {
	font-size: 8.8rem;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .ig-bx_txt .program {
		line-height: 1;
		padding-left: 8rem;
		padding-bottom: 0.5rem;
	}
}
.p-stage-content_box_wrap .ig-bx_txt .day {
	font-size: 3rem;
	display: block;
	position: absolute;
	right: 31%;
	top: 20%;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .ig-bx_txt .day {
		position: static;
	}
}
.p-stage-content_box_wrap .ig-bx_txt .time {
	font-size: 3rem;
	display: block;
	padding-top: 10%;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .ig-bx_txt .time {
		padding-top: 0;
	}
}
.p-stage-content_box_wrap .ig-bx_img {
	width: 44rem;
	height: 28rem;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .ig-bx_img {
		width: 64rem;
		height: 41rem;
		margin: 0 auto;
	}
}
.p-stage-content_box_wrap .ig-bx_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-stage-content_box_wrap .tx-bx {
	width: 52rem;
	margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .tx-bx {
		margin: 0 auto;
		width: 100%;
	}
}
.p-stage-content_box_wrap .tx-bx_title {
	color: #fff;
	font-size: 4.4rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 1.6rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .tx-bx_title {
		text-align: center;
	}
}
.p-stage-content_box_wrap .tx-bx_dsc {
	border-top: solid 2px #fff;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.025em;
	padding-top: 2.9rem;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .tx-bx_dsc {
		font-size: 3.2rem;
	}
}
.p-stage-content_box_wrap .tx-bx_dsc a {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .tx-bx_dsc a {
		display: block;
		text-align: right;
		margin: 0 0 0 auto;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}
}
.p-stage-content_box_wrap .tx-bx_dsc a::after {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border: 0.2rem solid #fff;
	border-width: 0.2rem 0.2rem 0 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: relative;
	top: 4px;
	margin-left: 3px;
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	.p-stage-content_box_wrap .tx-bx_dsc a::after {
		border: 0.35rem solid #fff;
		border-width: 0.35rem 0.35rem 0 0;
		top: 0.6rem;
		margin-left: 3rem;
	}
}
.p-stage-candk {
	background-color: #000000;
	padding: 8.5rem 0;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.p-stage-candk {
		margin-bottom: 1rem;
		padding: 0;
		background-color: transparent;
	}
}
.p-stage-candk .inner {
	width: 100%;
	max-width: 88rem;
	margin: auto auto auto;
}
.p-stage-add {
	background-color: #000000;
}
.p-stage-add .inner {
	width: 100%;
	max-width: 144rem;
	margin: auto auto auto;
}
.p-stage-add .sec2.-link,
.p-stage-add .sec3.-link,
.p-stage-add .sec4.-link {
	position: relative;
}
.p-stage-add .sec2.-link .to_homepage,
.p-stage-add .sec3.-link .to_homepage,
.p-stage-add .sec4.-link .to_homepage {
	position: absolute;
	width: 12.2916666667%;
}
@media screen and (max-width: 767px) {
	.p-stage-add .sec2.-link .to_homepage,
	.p-stage-add .sec3.-link .to_homepage,
	.p-stage-add .sec4.-link .to_homepage {
		width: 31rem;
		right: 7.4rem;
	}
}
.p-stage-add .sec2 .to_homepage {
	left: 50%;
	bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-stage-add .sec2 .to_homepage {
		left: auto;
		bottom: 4rem;
	}
}
.p-stage-add .sec3 .to_homepage {
	left: 13.8888888889%;
	bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.p-stage-add .sec3 .to_homepage {
		left: auto;
		bottom: 4rem;
	}
}
.p-stage-add .sec4 .to_homepage {
	left: 50%;
	bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
	.p-stage-add .sec4 .to_homepage {
		left: auto;
		bottom: 15rem;
	}
}
/*# sourceMappingURL=stage.css.map */