@charset "utf-8";
/*------------------------------------------------------------
	schedule
------------------------------------------------------------*/
#main {
	position: relative;
}
#main .scheduleSec .rBox {
	border: none;
}
#main .scheduleTtl span {
	/* top: 26.3rem; */
	width: 4.2rem;
}
#main .scheduleTtl em {
	display: block;
}
#main .memberBox {
	position: relative;
}
#main .memberBox .list {
	margin-top: 4.3rem;
	text-align: right;
	padding-right: 2.4rem;
}
#main .memberBox .list li {
	margin-bottom: 0.1rem;
}
#main .memberBox .list li.on {
	opacity: 0.3;
}
#main .memberBox .list a {
	font-size: 1.4rem;
}
#main .arrivalsList {
	width: 73.2%;
}
#main .arrivalsList li {
	margin-bottom: 2.3rem;
}
#main .arrivalsList li:last-child {
	margin-bottom: 0;
}
#main .arrivalsList a {
	display: flex;
	min-height: 13rem;
	align-items: flex-start;
	padding: 1.5rem 1.5rem 1.5rem 2.5rem;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 0.77);
}
#main .arrivalsList .photo {
	width: 10rem;
	order: 1;
	aspect-ratio: 1;
	position: relative;
	margin-left: 3rem;
	z-index: 1;
    overflow: hidden;
}
#main .arrivalsList .photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#main .arrivalsList .photo .blurBg {
	inset: -1.5rem;
    filter: blur(3rem);
}
#main .arrivalsList .textBox {
	flex: 1;
	padding-top: 0.7rem;
}
#main .arrivalsList .comDl {
	margin: 0 0 1.2rem;
}
#main .comDl dt {
	letter-spacing: 0.02em;
	color: #666666;
}
#main .comDl dd {
	align-items: flex-start;
}
#main .comDl dd .txtSpan {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
	margin-right: 0.5rem;
	min-width: 6.1rem;
}
#main .comDl dd .new {
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	color: #FA4BA3;
	line-height: 1;
	margin-right: 0.5rem;
}
#main .comDl dd .blueSpan {
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	color: #2B62DE;
	line-height: 1;
}
#main .name {
	font-size: 1.2rem;
	margin: -0.3rem 0 0 0.5rem;
}
#main .arrivalsList p {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.53;
}
#detail .comDl dd .txtSpan {
	cursor: pointer;
	transition: .3s;
}
#detail .comBox02 h2:not(.wysywig h2) img {
	width: 19.5rem;
}
#detail .comBox02 h2:not(.wysywig h2) {
	margin: 0 0 7.9rem 0;
	border-color: #3E3E3E;
}
#detail .scheduleSec .rBox .post-wrap > *:last-child {
	margin-bottom: 0 !important;
}
#detail .scheduleSec .rBox h2 {
	font-weight: 400;
	margin-bottom: 0.4rem;
	font-size: 2.2rem;
}
#detail .scheduleSec .rBox h1 {
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.03rem;
}
#detail .scheduleSec .rBox h6 {
	margin-bottom: 0;
}
#detail .scheduleSec .rBox h5,
#detail .scheduleSec .rBox p {
	margin-bottom: 2.6rem;
	font-size: 1.4rem;
	letter-spacing: 0.01em;
	line-height: 1.625;
}
#detail .scheduleSec .rBox p:last-child {
	margin-bottom: 0;
}
#detail .scheduleSec .rBox h5 {
	margin-bottom: 0;
	font-weight: 400;
}
#detail .scheduleSec .rBox h3 {
	line-height: 1.7;
	letter-spacing: 0.01em;
	font-weight: 400;
}
#detail .scheduleSec .rBox h4 {
	/*color: #840000;*/
	margin-bottom: 0;
}
#detail .scheduleSec .rBox .linkP {
	padding-top: 0;
}
#detail .scheduleSec .rBox p a {
	font-size: 2rem;
	border-color: currentColor;
	word-break: break-all;
}
#detail .scheduleSec .rBox .movie {
	margin-bottom: 7.7rem;
	padding-top: 0.3rem;
	width: 34.5rem;
	aspect-ratio: 690 / 388;
	position: relative;
}
#detail .scheduleSec .rBox .movie img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#detail .scheduleSec .rBox .movie iframe {
	width: 100%;
	height: 100%;
}
/* #detail .scheduleSec .rBox h402 {
	margin-bottom: 0.4rem;
	font-size: 2.2rem;
} */
#detail .scheduleSec .rBox .wp-block-image {
	margin: 0 0 3rem;
}
#detail .scheduleSec .rBox .txt {
	font-size: 1.8rem;
}
#detail .scheduleSec .rBox .youtube {
	margin-bottom: 5.5rem;
}
#detail .comInner.border {
	margin-right: 0;
}
#detail .comInner.border a {
	color: #000;
}
#main .comInner .prev a {
	background-image: url(../img/common/prev_black.png);
}
#main .comInner .next a {
	background-image: url(../img/common/next_black.png);
}
#detail .scheduleSec .rBox .linkP02 {
	font-size: 1.6rem;
}
#detail .scheduleSec .rBox h3 + .date {
	margin-top: -3.5rem;
}
#detail .scheduleSec .rBox h3 + .txt {
	margin: -2.5rem 0 0.5rem;
}
.pageNaviBox {
	width: 73.2%;
}
@media all and (min-width: 1000px) {
	#main .comBox02 {
		min-height: 55rem;
	}
	#main .scheduleSec .lBox .sub {
		margin-top: 8.9rem;
		/* margin-bottom: 10.8rem; */
		top: 8.9rem;
	}
	#main .scheduleTtl {
		top: 0;
		bottom: -9.8rem;
		height: auto;
	}
	#main .scheduleSec .lBox {
		width: 28%;
		padding-right: 3.2rem;
	}
	#main .scheduleSec .rBox {
		padding: 9.1rem 0 0 2rem;
	}
	#detail .comBox02 {
		padding-right: 17rem;
	}
	#detail .scheduleSec .lBox .sub {
		margin-bottom: 0;
		top: 15rem;
		margin-top: 0;
	}
	#detail .scheduleSec .lBox {
		width: 41%;
	}
	#detail .scheduleSec .rBox {
		padding-top: 3.1rem !important;
	}
	#detail .scheduleSec {
		margin-bottom: 14.8rem;
	}
}

@media (min-width: 1000px) and (hover: hover) {
	#main .arrivalsList a:hover {
		box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	}
	#main .memberBox .list a:hover {
		opacity: 0.7;
	}
	#detail .comDl dd .txtSpan:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 999px) {
	#main .scheduleTtl span {
		width: 24.4rem;
	}
	#main .scheduleTtl .subFade {
		transform: translateY(100%);
	}
	#main .scheduleTtl {
		padding: 10.8rem 1.3rem 2rem;
	}
	#main .comBox02 {
		padding: 1.2rem 1.5rem 0;
	}
	#main .selectList .subSpan {
		color: #000000;
		background-image: url(../img/common/icon04.png);
	}
	#main .selectList .subUl {
		background-color: rgba(0, 0, 0, .88);
	}
	input[type="checkbox"] ~ span {
		color: #FFFFFF;
		background-image: url(../img/common/check04.png);
	}
	input[type="checkbox"]:checked ~ span {
		background-image: url(../img/common/check03.png);
	}
	input[type="radio"] ~ span {
		color: #FFFFFF;
		background-image: url(../img/common/radio03.png);
	}
	input[type="radio"]:checked ~ span {
		background-image: url(../img/common/radio04.png);
	}
	#main .selectList {
		margin-bottom: 4.7rem;
	}
	#main .arrivalsList {
		width: auto;
	}
	#main .arrivalsList .photo {
		width: 6.6rem;
		margin: 0.5rem 0 0 1rem;
	}
	#main .arrivalsList a {
		min-height: inherit;
		padding: 1.1rem 1.2rem 1.7rem;
		align-items: center;
	}
	#main .arrivalsList .textBox {
		padding: 0;
	}
	#main .comDl dt {
		letter-spacing: 0.01em;
	}
	#main .comDl dd .txtSpan {
		margin-right: 0.2rem;
		min-width: 6rem;
	}
	#main .comDl dd .new {
		margin-right: 0;
	}
	#main .name {
		letter-spacing: 0.01em;
		display: block;
		margin: -0.2rem 0 0.1rem;
		font-weight: 400;
	}
	#main .arrivalsList .comDl {
		margin-bottom: 0.6rem;
	}
	#main .arrivalsList p {
		font-size: 1.5rem;
		letter-spacing: 0.01em;
		line-height: 1.4;
	}
	#main .arrivalsList li {
		margin-bottom: 1.2rem;
	}
	#detail .comBox02 {
		padding: 8.8rem 1.5rem 0;
	}
	#detail .comBox02 h2:not(.wysywig h2) img {
		display: block;
		width: 12.6rem;
	}
	#detail .comBox02 h2:not(.wysywig h2) {
		margin-bottom: 3.2rem;
		padding-bottom: 0.6rem;
	}
	#detail .scheduleSec .comDl {
		margin-bottom: 1.0rem;
	}
	#detail .scheduleSec .rBox p {
		margin-bottom: 2rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#detail .scheduleSec .rBox h1 {
		font-size: 2.2rem;
	}
	#detail .scheduleSec .rBox h2 {
		font-size: 2rem;
	}
	#detail .scheduleSec .rBox h3 {
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#detail .scheduleSec .rBox h4 {
		margin-bottom: 0.4rem;
		letter-spacing: 0.01em;
		font-size: 1.8rem;
	}
	#detail .scheduleSec .rBox .linkP {
		font-size: 1.5rem;
	}
	#detail .scheduleSec .rBox .movie {
		width: auto;
		margin-bottom: 8.7rem;
	}
	#detail .scheduleSec .rBox .txt {
		font-size: 1.6rem;
	}
	#detail .scheduleSec .snsList {
		padding-top: 9.7rem;
	}
	.pageNaviBox {
		width: auto;
	}
	#detail .scheduleSec .rBox h5 {
		font-size: 1.5rem;
	}
}


@media all and (min-width: 768px) and (max-width: 999px) {
	#main .arrivalsList a {
		align-items: flex-start;
		min-height: 10rem;
		padding: 1.1rem 1.6rem 1.6rem;
	}
	#main .arrivalsList .photo {
		margin: 0.5rem 0 0 1.5rem;
	}
	#main .arrivalsList .textBox .comDl {
		margin-top: 0.3rem;
	}
}


#fixBg {
	background-image: url(../img/arrivals/bg.jpg);
	background-position: center top;
}
body:has(#detail) #fixBg {
	background-image: url(../img/arrivals/detail_bg.jpg);
}

@media all and (max-width: 999px) {
	#fixBg {
		background-image: url(../img/arrivals/bg_sp.jpg);
	}
	body:has(#detail) #fixBg {
		background-image: url(../img/arrivals/detail_bg_sp.jpg);
	}
}