@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

/*-----------------------------------

	mainvisual

-----------------------------------*/
#mainvisual {
	position: relative;
	border-bottom: 1px solid #003a7d;
}
.swiper-slide {
	position: relative;
}
.swiper-slide a {
	display: block;
	width: 16.1vw;
	height: 3.97vw;
	border-radius: 50vw;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4.3vw;
}
.swiper-slide a:hover {
	background: rgba(255, 255, 255, 0.2);
}
.swiper-pagination {
	line-height: 0.1;
	bottom: 28px !important;
}
.swiper-pagination-bullet {
	width: 7px !important;
    height: 7px !important;
    background: #FFF !important;
	opacity: 1 !important;
	margin: 0 7.5px !important;
}
.swiper-pagination-bullet-active {
	background: #003a7d !important;
}
.swiper-button-wrap {
	width: 272px;
	height: 40px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
}
.swiper-button-prev,
.swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	display: block !important;
	position: static !important;
	margin-top: 0 !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}
@media screen and (max-width: 640px) {
	#mainvisual .swiper .swiper-wrapper .swiper-slide {
		width: 100%;
		height: 93.34vw !important;
		position: relative;
	}
	.swiper-slide a {
		width: 46vw;
		height: 11.4vw;
		bottom: 11.8vw;
		z-index: 1;
	}	
	#mainvisual .swiper .swiper-wrapper .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}	  
	.swiper-button-wrap {
		width: 96.2vw;
		height: 30px;
		top: 0;
		bottom: 20px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 30px !important;
		height: 30px !important;
	}
}

/*-----------------------------------

	info_block

-----------------------------------*/
#info_block {
	background: url(../img/index/info_bg.png) no-repeat center/cover;
	padding: 20px 0 110px;
}
#info_block .contents_inner {
	max-width: 1280px;
	width: 95vw;
	background: url(../img/index/info_box_bg.png) no-repeat center top/contain;
	padding-bottom: 90px;
}
#info_block h2 {
	width: 290px;
	padding-top: 23px;
	margin: 0 auto 50px;
}
#info_block h2.movie_ttl {
	width: 127px;
	padding-top: 0;
	margin: 0 auto 38px;
}
#info_block ul {
	max-width: 1122px;
	width: 83.5vw;
	margin: 0 auto 75px;
	border-top: 1px dashed #003a7d;
}
#info_block ul li {
	border-bottom: 1px dashed #003a7d;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0;
	padding: 15.5px 20px 15.5px 85px;
}
#info_block ul li:first-child,
#info_block ul li:nth-child(2) {
	background: url(../img/index/info_arrow_new.png) no-repeat 10px 15px /60.6px;
}
#info_block ul li span {
	background:linear-gradient(transparent 60%, #ffe639 60%);
	margin-right: 10px;
}
#info_block ul li span .lt {
	display: inline;
	margin-left: -0.5em;
}
#info_block ul li span .rt {
	display: inline;
	margin-right: -0.2em;
}
#info_block ul li a {
	color: #003a7d;
	text-decoration: underline;
}
#info_block .movie_wrap {
	width: 73.3vw;
	max-width: 1100px;
	padding-bottom: 81px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#info_block .movie_wrap .movie_box {
	width: 31.6%;
	position: relative;
}
#info_block .movie_box.btn .play_btn {
	display: block;
	margin: auto;
	position: absolute;
	inset: 0;
	z-index: 1;
	cursor: pointer;
	transition: 0.3s;
}
#info_block .movie_box.btn .play_btn:hover {
	opacity: 0.7;
}
#info_block .other_box {
	width: 73.3vw;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#info_block .other_box .movie_box {
	width: 48.1%;
	position: relative;
}
#info_block .other_box .movie_box span.cate {
	font-size: 20px;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #ffffff;
	background: #003a7d;
	width: 102px;
	padding: 10.5px 0 12.5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#info_block a.insta {
	display: block;
	width: 100%;
}
@media screen and (max-width: 1350px) {
	#info_block h2 {
		width: 21.48vw;
		padding-top: 1.7vw;
		margin: 0 auto 3.7vw;
	}
	#info_block .contents_inner	{
		padding-bottom: 6.74vw;
	}
	#info_block h2.movie_ttl {
		width: 9.45vw;
		height: 4vw;
		margin: 0 auto 2.76vw;
	}
	#info_block ul {
		margin: 0 auto 4.45vw;
	}
	#info_block ul li {
		font-size: 1.78vw;
		padding: 1.13vw 1.19vw 1.13vw 6.3vw;
	}
	#info_block ul li:first-child,
	#info_block ul li:nth-child(2) {
		background: url(../img/index/info_arrow_new.png) no-repeat 0.74vw center/4.45vw;		
	}
	#info_block .movie_box.btn .play_btn {
		width: 6.74vw;
	}
}
@media screen and (max-width: 640px) {
	#info_block {
		padding: 20px 0 60px;
	}
	#info_block .contents_inner {
		background: url(../img/index/sp/info_box_bg.png) no-repeat center top/100%;
		padding-bottom: 14vw;
	}
	#info_block h2 {
		width: 39.7vw;
		padding-top: 3.74vw;
		margin: 0 auto 5.34vw;
	}
	#info_block h2.movie_ttl {
		width: 14.45vw;
    	height: 6vw;
		margin: 0px auto 3.76vw;
	}
	#info_block ul {
		margin: 0 auto 5.07vw;
		width: 82.67vw;
	}
	#info_block ul li {
		font-size: 3.59vw;
		letter-spacing: 0;
		line-height: 1.47;
		padding: 3.74vw 3.74vw 3.74vw 12vw;
	}
	#info_block ul li:first-child,
	#info_block ul li:nth-child(2) {
		background: url(../img/index/info_arrow_new.png) no-repeat left 4vw/8.94vw;
	}
	#info_block ul li:nth-child(2) {
		letter-spacing: 0;
	}
	#info_block ul li span {
		margin-right: 5px;
	}
	#info_block .movie_wrap {
		width: 83.3vw;
		padding-bottom: 0;
	}
	#info_block .movie_wrap .movie_box {
		width: 32.6%;
	}
	#info_block .other_box {
		width: 83.3vw;
		row-gap: 30px;
	}
	#info_block .other_box .movie_box,
	#info_block a.insta {
		width: 100%;
	}
	#info_block .other_box .movie_box span.cate {
		font-size: 16px;
		width: 82px;
		padding: 7.5px 0 6.5px;
	}
	#info_block .movie_box.btn .play_btn {
		width: 8.74vw;
	}
}

/*-----------------------------------

	fix_bnr

-----------------------------------*/
#fix_bnr {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.75);
	width: 100vw;
	height: 100vh;
	margin: auto;
	position: fixed;
	inset: 0;
	z-index: 1000;
}
#fix_bnr .fix_bnr_content {
	width: 530px;
	max-height: max-content;
	position: relative;
}
#fix_bnr #fix_bnr_close {
	width: 47px;
	height: 47px;
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 1;
	cursor: pointer;
	transition: all 0.5s;
}
#fix_bnr #fix_bnr_close:hover {
	opacity: 0.6;
}
@media screen and (max-width: 640px) {
	#fix_bnr #fix_bnr_close {
		width: 32px;
		height: 32px;
		top: -6px;
		right: -6px;
	}
	#fix_bnr .fix_bnr_content {
		width: 320px;
	}
}
