@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader.top .hText {
	display: block;
	position: absolute;
	left: 42.5rem;
	top: 0.6rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.84;
	letter-spacing: 0.15em;
}
.mainVisual {
	padding: 1.2rem 0 14.6rem;
	position: relative;
	overflow: hidden;
}
.mainVisual .sideInner {
	position: relative;
}
.mainVisual .arrow img {
	width: 4.8rem;
}
.mainVisual .prev {
	margin-left: -96.5rem;
	position: absolute;
	left: 50%;
	top: 0;
	width: 94.2rem;
	height: 100%;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
}
.mainVisual .prev img {
	position: absolute;
	right: 2.3rem;
	top: 50%;
	transform: translateY(-32%);
}
.mainVisual .next {
	margin-right: -96.5rem;
	position: absolute;
	right: 50%;
	top: 0;
	width: 94.2rem;
	height: 100%;
	transform: translateX(50%);
	cursor: pointer;
	z-index: 1;
}
.mainVisual .next:before,
.mainVisual .prev:before {
    content: "";
    width: 5rem;
    height: 5rem;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    border: solid 1px #A4004C;
	transition: .2s;
}
.mainVisual .prev:before {
    left: auto;
	right: 3rem;
}
.mainVisual .next:after,
.mainVisual .prev:after {
    content: "";
    width: .8rem;
    height: .8rem;
    border-top: solid 1px #A4004C;
    border-right: solid 1px #A4004C;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 5.5rem;
    transform: translate(-50%, -50%) rotate(45deg);
	transition: .2s;
}
.mainVisual .prev:after {
    left: auto;
	right: 5.5rem;
    transform: translate(50%, -50%) rotate(-135deg);
}
.mainVisual .next:hover:before,
.mainVisual .prev:hover:before {
	background: #A4004C;
	transform: translateY(-50%) scale(.9);
}
.mainVisual .next:hover:after,
.mainVisual .prev:hover:after {
	border-color: #fff;
}
.mainVisual .slide {
	position: relative;
	border-radius: 0.5rem;
	width: 94.2rem;
	margin: 0 1.2rem;
	background-color: #fff;
}
.mainVisual .slide .slideLink {
	position: relative;
}
.mainVisual .slide .slideLink a {
	display: block;
	position: relative;
}
.mainVisual .pho {
	position: relative;
	overflow: hidden;
	border-radius: 0.5rem;
}
.mainVisual .pho img {
	height: 57.8rem;
	object-fit: cover;
	transform: scale(1.2);
	transition: .4s;
}
.mainVisual .pho::before {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 27rem;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
	opacity: 0.6;
	content: "";
	border-radius: 0 0 0.5rem 0.5rem;
	z-index: 1;
	transform: translateZ(0);
}
.mainVisual img {
	width: 100%;
}
.mainVisual .textBox {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 4.2rem 6.1rem 6.5rem;
	z-index: 2;
}
.mainVisual .jsTxt {
	opacity: 0;
    transform: translate3d(-1.5rem, 0, 0);
	transition: opacity 0.35s,transform 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.mainVisual .slide.swiper-slide-active .jsTxt {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 0.4s,transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 0.5s;
	will-change: transform,opacity;
}
.mainVisual .ttl {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.53;
	color: #fff;
	letter-spacing: 0.04em;
}
.mainVisual .slideLink a:hover img {
	transform: scale(1.3);
}
.mainVisual .title {
	margin-bottom: 2rem;
	min-height: 2.7rem;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
}
.mainVisual .title .en {
	padding-left: 0.7rem;
	display: block;
	width: fit-content;
	position: relative;
}
.mainVisual .title .en::before {
	position: absolute;
	width: 1.8rem;
	height: 4.5rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(#bf0562 0%, #79003b 100%);
	content: "";
}
.mainVisual .title .en span {
	position: relative;
	z-index: 1;
}
.mainVisual .title .time {
	position: absolute;
	right: 1.1rem;
	top: 0.2rem;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
}
.comList {
	margin-bottom: 7.2rem;
}
.mainVisual .comSort {
	position: absolute;
	left: 6.1rem;
	bottom: 3rem;
	z-index: 2;
}
@media all and (min-width: 1000px) {
	#container::before {
		height: 45.3rem;
	}
	#gHeader.top {
		padding: 4.8rem 7.2rem;
	}
	#gHeader.top h1 {
		width: 39.4rem;
	}
	#gHeader.top .hInfo {
		right: -2.5rem;
		transform: translate(-2.5rem,-57%);
	}
	#gHeader.top.active .hInfo {
		transform: translate(0,-57%);
	}
	#gHeader.top .hLink {
		margin-right: 1.2rem;
	}
	#sideBar {
		margin-top: -0.3rem;
	}
	.mainVisual .comSort {
		justify-content: flex-end;
	}
	.mainVisual .comSort a {
		min-width: 5.2rem;
		padding: 0.1rem 1.3rem;
		color: #fff;
		font-weight: 500;
		backdrop-filter: blur(30px);
		--webkit-backdrop-filter: blur(30px);
		background: rgba(255, 255, 255, 0.15);
	}
	.mainVisual .comSort a:hover {
		background: #fff;
		color: #63002D;
	}
	.mainVisual .comSort a span {
		font-weight: 400;
	}
}
@media all and (max-width: 999px) {
	#container::before {
		height: 37.6rem;
	}
	#gHeader.top {
		padding: 3.6rem 3.5rem;
		transition: all 0.5s;
	}
	#gHeader.top .hText {
		margin: 0.3rem 0.2rem 0;
		position: static;
		font-size: 1rem;
		letter-spacing: 0.07em;
	}
	#gHeader.top h1 {
		width: 19.6rem;
		position: relative;
	}
	#gHeader.top h1 .off {
		display: block;
		position: absolute;
		top: -1.5rem;
		left: -1rem;
		opacity: 0;
		width: 18.8rem;
	}
	#gHeader.top h1 .sp {
		display: block;
	}
	#gHeader.top .menu {
		top: 4.5rem;
		transition: all 0.5s;
	}
	/* #gHeader.top.on .menu {
		top: 3.5rem;
	} */
	#gHeader.top.on .off {
		opacity: 1;
	}
	#gHeader.top.on .sp {
		opacity: 0;
	}
	#gHeader.top.nodelay .hText {
		transition: all 0.2s;
	}
	#gHeader.top.on .hText {
		opacity: 0;
	}
	#gHeader.top h1 img {
		transition: all 0.5s;
	}
	#gHeader .menu.on span {
		left: 50%;
	}
	#gHeader .menu.on span:nth-of-type(1) {
        transform: translateY(0.2rem) translateX(-50%) rotate(20deg);
    }
	#gHeader .menu.on span:nth-of-type(2) {
        transform: translateY(-0.2rem) translateX(-50%) rotate(-20deg);
    }
	.mainVisual {
		padding: 5.8rem 0 9.4rem;
	}
	.mainVisual .sideInner {
		overflow: visible;
	}
	.mainVisual .arrow img {
		display: none;
	}
	.mainVisual .next {
		width: 2.2rem;
		right: 0;
		margin-right: 0;
		transform: none;
	}
	.mainVisual .prev {
		width: 2.2rem;
		left: 0;
		margin-left: 0;
		transform: none;
	}
	.mainVisual .slide {
		width: auto;
		margin: 0;
	}
	.mainVisual .pho img {
		height: 27rem;
		transition: none;
	}
	.pad .mainVisual .pho img {
		height: 45rem;
	}
	.mainVisual .pho::before {
		height: 20rem;
	}
	.mainVisual .textBox {
		padding: 3.7rem 2rem 2rem;
	}
	.mainVisual .ttl {
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 0.03em;
	}
	.mainVisual .title {
		min-height: 2rem;
		margin-bottom: 1.1rem;
		font-size: 1.2rem;
	}
	.mainVisual .title .en {
		padding-left: .5rem;
	}
	.mainVisual .title .en::before {
		width: 1.2rem;
		height: 3.1rem;
	}
	.mainVisual .title .time {
		right: -0.1rem;
		top: 0.1rem;
		font-size: 1.1rem;
	}
	.mainVisual .comSort {
		left: 0;
		right: auto;
		top: calc(100% + 0.9rem);
		width: 100%;
	}
	.comList {
		margin-bottom: 6.6rem;
	}
}