.fullWrap {
	min-width: 1200px;
}
@media screen and (max-width:768px){
	.fullWrap {
		min-width:750px;
	}
}
.header {
	width:100%;
	aspect-ratio:12 / 5;
	position: relative;
	background:url(../img/mv.jpg) no-repeat center 60% / cover;
}
.title {
	width:535px;
	height:163px;
	background:url(../img/title.png) no-repeat center top / contain;
	position: absolute;
	left:50%;
	top:0;
	margin-left:-267px;
}
.logo {
	width:201px;
	height:33px;
	position: absolute;
	left:24px;
	top:21px;
}
.logo a {
	height:33px;
	display: block;
	background:url(../../../assets/img/common/logo.svg) no-repeat left top / contain;
	filter: drop-shadow(1px 1px 0px #FFF) drop-shadow(-1px -1px 0px #FFF) drop-shadow(1px -1px 0px #FFF) drop-shadow(-1px 1px 0px #FFF) drop-shadow(0px 0px 1px #FFF);
}
.nav {
	position: absolute;
	left:0;
	right:0;
	bottom:-27px;
}
.navLists {
	display: flex;
	justify-content: center;
}
.navLists li {
	width:225px;
	margin:0 10px;
}
.navLists li a {
	display: flex;
	justify-content: center;
	align-items:center;
	height: 55px;
	box-sizing: border-box;
	border:3px solid #ee86a7;
	border-radius: 28px;
	padding-left:50px;
	text-decoration: none;
	color:#ee86a7;
	font-size:20px;
	font-weight: 700;
	transition:all 0.3s ease;
}
.navLists li:nth-child(1) a {
	background: #FFF url(../img/icon_nav1.png) no-repeat 45px center;
}
.navLists li:nth-child(2) a {
	background: #FFF url(../img/icon_nav2.png) no-repeat 45px center;
}
.navLists li:nth-child(3) a {
	background: #FFF url(../img/icon_nav3.png) no-repeat 50px center;
	padding-left:30px;
}
.navLists li:nth-child(1) a:hover {
	background: #ee86a7 url(../img/icon_nav1_ov.png) no-repeat 45px center;
	color:#FFF;
}
.navLists li:nth-child(2) a:hover {
	background: #ee86a7 url(../img/icon_nav2_ov.png) no-repeat 45px center;
	color:#FFF;
}
.navLists li:nth-child(3) a:hover {
	background: #ee86a7 url(../img/icon_nav3_ov.png) no-repeat 50px center;
	color:#FFF;
}
@media screen and (max-width: 768px){
	.header {
		height:880px;
		background:url(../img/mv.jpg) no-repeat center top / auto 488px;
		aspect-ratio:auto;
	}
	.title {
		width:100%;
		height:393px;
		background:url(../img/titles.png) no-repeat center top / contain;
		left:0;
		top:488px;
		bottom:0;
		right:0;
		margin-left:0;
	}
	.logo {
		width:229px;
		height:37px;
		left:26px;
		top:19px;
	}
	.logo a {
		height:37px;
	}
	.navLists li a {
		font-size:22px;
	}
}
.main {
	background-image:url(../img/bg2.png),url(../img/bg.png);
	background-position: center top;
	padding-top:50px;
}
.main .section {
	padding:35px 0;
}
.section__title {
	width:231px;
	height:61px;
	border:3px solid #ee86a7;
	border-radius: 31px;
	margin:0 auto 35px;
}
.section__title span {
	display: flex;
	height:55px;
	border-radius: 28px;
	justify-content: center;
	align-items: center;
	padding-left:50px;
	border:3px solid #FFF;
	background:#ee86a7;
	font-size:20px;
	color:#FFF;
}
@media screen and (max-width: 768px){
	.section__title span {
		font-size:22px;
	}
}
.visual .section__title span {
	background: #ee86a7 url(../img/icon_nav1_ov.png) no-repeat 45px center;
}
.visual .swiper {
	height:426px;
	width:100%;
	overflow: hidden;
}
.visual .swiper-slide {
	width:300px;
	height:426px;
	margin:0 15px;
}
.visual__link {
	display: block;
	transition:all 0.3s ease;
}
.visual__link img {
	display: block;
}
.visual__link:hover {
	transform:scale(0.95);
}
.photo .section__title span {
	background: #ee86a7 url(../img/icon_nav2_ov.png) no-repeat 45px center;
}
.photoLists {
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.photoLists div {
	width:300px;
	margin:0 34px 34px;
}
.photoLists dt {
	margin-bottom:15px;
}
.photoLists dt a img {
	display: block;
	transition: all 0.3s ease;
}
.photoLists dt a:hover img {
	transform:scale(0.95);
}
.photoLists dd {
	line-height: 1.75;
	font-size:16px;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.photoLists div {
		width:320px;
		margin:0 15px 34px;
	}
	.photoLists dt a img {
		width:320px;
		height:180px;
	}
	.photoLists dd {
		font-size:22px;
	}
}
.music .section__title span {
	background: #ee86a7 url(../img/icon_nav3_ov.png) no-repeat 50px center;
	padding-left:30px;
}
.music .swiper {
	height:426px;
	width:100%;
	overflow: hidden;
}
.music .swiper-slide {
	width:500px;
	margin:0 15px;
	aspect-ratio:16 / 9;
}
.music__link {
	display: block;
	transition:all 0.3s ease;
	margin-bottom:15px;
}
.music .swiper-slide p {
	line-height: 1.75;
	font-size:16px;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.music .swiper-slide p {
		font-size:22px;
	}
}
.music__link img {
	display: block;
	aspect-ratio:16 / 9;
	height:100%;
}
.music__link:hover {
	transform:scale(0.95);
}
.footer {
	height:130px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copyright {
	font-size:12px;
}
@media screen and (max-width: 768px){
	.copyright {
		font-size:16px;
	}
}
.oneModalIn__cont {
	width:auto;
	position: absolute;
	left:200px;
	right:200px;
	top:50px;
	bottom:50px;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding:0;
}
.oneModalIn__cont .youtubeIframeWrap {
	width:auto;
	height:auto;
	max-width: 100%;
	max-height:100%;
	aspect-ratio: 16 / 9;
	object-fit:contain;
	margin:0 auto;
	position: relative;
	top:50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px){
	.oneModalIn__cont {
		left:10px;
		bottom:130px;
		right: 10px;
		top:130px;
	}
}