@charset "utf-8";
#fullWrap{
	width: 100%;
	min-width: 100%;
	min-height: 620px;
	position: relative;
}
@media screen and (max-width: 768px){
	#fullWrap{
		min-width: 100%;
		min-height: auto;
		overflow: hidden;
	}
}

.pageContWrap{
	width: 100%;
	min-height: 100vh;
	padding-top: 4.5%;
	position: relative;
}

@media screen and (max-width: 768px){
	.pageContWrap{
		padding-top: 152px;
		padding-bottom: 64px;
	}
}

.sectionChara {
	position: sticky;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 120px;
	margin-left: auto;
	overflow: hidden;
	z-index: 100;
}
@media screen and (max-width: 768px){
	.sectionChara{
		position: absolute;
		top: 32px;
		right: calc(50% - 85px);
	}
}
.sectionCharaIn{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 120px;
}
.sec_fukidashi{
	width: 70px;
	height: 68px;
	background: url(../img/common/fukidashi.svg) no-repeat center center / contain;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 15px;
	color: #d089a0;
	font-weight: 500;
	position: absolute;
	top: 10px;
	left: 0;
}
.sec_charaimg{
	width: 130px;
	height: 120px;
	margin-left: auto;
}
.sec_charaimg img{
	width: 100%;
}

/** sec_charaimg **/
.sec_charaimg.chara01{
	background: url(../img/common/secChara/chara_01.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara02{
	background: url(../img/common/secChara/chara_02.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara03{
	background: url(../img/common/secChara/chara_03.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara04{
	background: url(../img/common/secChara/chara_04.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara05{
	background: url(../img/common/secChara/chara_05.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara06{
	background: url(../img/common/secChara/chara_06.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara07{
	background: url(../img/common/secChara/chara_07.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara08{
	background: url(../img/common/secChara/chara_08.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara09{
	background: url(../img/common/secChara/chara_09.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara10{
	background: url(../img/common/secChara/chara_10.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara11{
	background: url(../img/common/secChara/chara_11.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara12{
	background: url(../img/common/secChara/chara_12.png)no-repeat left bottom / 130px 120px;
}

#header .hoff{
	opacity: 1;
	transition: .6s ease-in-out;
}
#header .hoff.off{
	opacity: 0;
}
.sectionCharaIn.hoff{
	transition: .4s ease-in-out;
	transition-delay: 200ms;
}
.sectionCharaIn.hoff.off{
	right: -100%;
}
@media screen and (max-width: 768px){
	.sectionCharaIn.hoff.off{
		right: 0;
		bottom: -100%;
	}
	#header .hoff.off{
		opacity: 1!important;
	}
}


.musicBG{
	position: absolute;
	top: 0;
	right: 130px;
	bottom: 0;
	left: 0;
	background-color: #ffddaf;
	z-index: -1;
}
.musicBG div{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/common/common_bg.png);
	mix-blend-mode: overlay;
	opacity: 0.7;
}

@media screen and (max-width: 768px){
	.musicBG{
		right: 0;
	}
}

/* Footer */
.footerIMG{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.copyright{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	text-shadow    :1px  1px 0px #ee87a8,-1px  1px 0px #ee87a8,1px -1px 0px #ee87a8,-1px -1px 0px #ee87a8,1px  0px 0px #ee87a8,0px  1px 0px #ee87a8,-1px  0px 0px #ee87a8,0px -1px 0px #ee87a8;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.copyright{
		bottom: 20px;
	}
	.toTop{
		width: 70px;
		height: 70px;
		position: absolute;
		bottom: 30px;
		right: 30px;
		background: url(../img/common/arrow_top.svg)no-repeat center center / contain;
		box-shadow: 8.999px 10.725px 29px 0px rgba(0, 0, 0, 0.66);
		border-radius: 50%;
	}
}


/*-----------------------------------------------
 * 01. MUSIC COMMON
-------------------------------------------------*/
.musicWrap{
	width: calc(100% - 130px);
	/*min-width: 1070px;*/
	display: flex;
	justify-content: center;
	min-height: calc(100vh - 4.5vw - 120px);
	padding-top: 10px;
}
.musicInWrap{
	width: 820px;
	display: block;
	position: relative;
}
@media screen and (max-width: 1030px){
	.musicInWrap{
		width: 100%;
		padding: 0 40px;
	}
}
@media screen and (max-width: 768px){
	.musicWrap{
		width: 100%;
		padding-top: 0;
	}
	.musicInWrap{
		width: 100%;
		padding: 0 40px;
	}
}

.musicNavLists{
	width: 100%;
	display: flex;
}
.musicNavList{
	width: calc((100%) / 2);
	margin-right: 20px;
}
.musicNavList:nth-of-type(2){
	margin-right: 0;
}
.musicNavList a{
	display: block;
	padding: 33px 0;
	text-align: center;
	border-radius: 20px;
	background-color: #fff;
	color: #ee88a9;
	transition: .3s ease;
	text-decoration: none;
	font-size: 24px;
	line-height: 1;
}
.musicNavList a.is-active,.musicNavList a:hover{
	background-color: #ee88a9;
	color: #fff;
}
.musicNavList a.cs{
	pointer-events: none;
	opacity: 0.78;
}

.musicCont{
	width: 100%;
	padding: 48px 35px 0;
	border-radius: 20px;
	background-color: #fff;
	margin-top: 20px;
}
.musicLists{
	display: flex;
	flex-wrap: wrap;
}
.musicList{
	width: 50%;
	padding: 0 10px;
	margin-bottom: 48px;
}
.musicList__ttl{
	text-align: center;
	font-size: 18px;
	line-height: 1.3334;
	color: #ee88a9;
	font-weight: 700;
	margin-bottom: 12px;
}
.musicList__ytWrap{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px;
}
.musicList__ytWrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.musicList__link{
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}
.musicList__link a{
	display: inline-block;
	padding: 8px 30px;
	border-radius: 32px;
	border: 2px solid #ee88a9;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.3334;
	color: #ee88a9;
	font-weight: 700;
	transition: .3s ease;
}
@media screen and (min-width: 769px){
	.musicList__link a:hover{
		background-color: #ee88a9;
		color: #fff;
	}
}

@media screen and (max-width: 768px){
	.musicCont{
		padding: 48px;
	}
	.musicList{
		width: 100%;
		padding: 0;
		margin-bottom: 64px;
	}
	.musicList:last-child{
		margin-bottom: 0;
	}
	.musicList__ttl{
		font-size: 24px;
		margin-bottom: 26px;
	}
	.musicList__ytWrap{
		margin-bottom: 20px;
	}
	.musicList__link a{
		padding: 10px 20px;
		font-size: 24px;
	}
}

.newscontents{
	background-color: #fff;
	border-radius: 20px;
}

/* NEWS CONTENTS CSS */
.newscontents p{
	font-size: 16px;
	line-height: 2;
	color: #000;
	margin-bottom: 32px;
}
.newscontents p:last-child{
	margin-bottom: 0;
}

.newscontents .center{
	text-align: center;
}
.newscontents .right{
	text-align: right;
}
.newscontents img{
	max-width: 100%;
	border-radius: 20px;
	margin: 8px 0;
	position: relative;
	pointer-events: none;
}
.newscontents h2,
.newscontents h3,
.newscontents h4,
.newscontents h5,
.newscontents h6{
	font-weight: 700;
	padding-top: 16px;
	line-height: 1.6;
		margin-bottom: 30px;
	font-size: 18px;
}
/*.newscontents h2{
	font-size: 22px;
}
.newscontents h3{
	font-size: 20px;
}
.newscontents h4{
	font-size: 18px;
}
.newscontents h5{
	font-size: 16px;
}*/
.newscontents .ytWrap {
	display: inline-block;
	width: 640px;
	height: 360px;
	border-radius: 20px;
	overflow: hidden;
}
.newscontents .ytWrap iframe[src*="youtube"] {
	width: 100%;
	height: 100%;
}
.newscontents .inBorder {
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	padding: 22px;
}
.newscontents span.mkr {
	background-color: #ee87a8;
	color: #fff;
	font-weight: bold;
}
.newscontents a.link{
	color: #ee87a8;
	font-size: 16px;
	/*display: inline-block;*/
	text-decoration: none;
}
.newscontents a.link span{
	position: relative;
	background: linear-gradient(#fff, #ee87a8) right bottom/0 2px no-repeat;
	opacity: 1;
	transition: background-size 0.4s ease,opacity .3s ease;
}
.newscontents a.link:hover span{
	background-position: left bottom;
	background-size: 100% 2px;
	opacity: 0.7;
}
.newsBackWrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 130px);
	height: 120px;
	overflow: hidden;
}
.newsBack{
	position: absolute;
	left: calc(50% - 85px);
	bottom: 0;
	width: 170px;
	height: 120px;
}
.newsBackWrap.ef .sectionCharaIn{
	bottom: -100%;
	transition: .4s ease-in-out;
	transition-delay: 200ms;
}
.newsBackWrap.efo .sectionCharaIn{
	bottom: 0;
	transition-delay: 0ms;
}
@media screen and (max-width: 1030px){
	.newscontents .ytWrap {
		display: inline-block;
		width: 100%;
		height: auto;
		padding-top: 56.25%;
		position: relative;
	}
	.newscontents .ytWrap iframe[src*="youtube"] {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 768px){
	.newscontents p{
		font-size: 2rem;
	}
	.newscontents h2,
	.newscontents h3,
	.newscontents h4,
	.newscontents h5,
	.newscontents h6{
		font-size: 24px;
		padding-top: 20px;
	}
	.newscontents .ytWrap {
		display: inline-block;
		width: 100%;
		height: auto;
		padding-top: 56.25%;
		position: relative;
	}
	.newscontents .ytWrap iframe[src*="youtube"] {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.newscontents a.link{
		font-size: 2rem;
	}
	.newsBackWrap{
		width: 100%;
	}
}

.newscontents table {
	font-size: 18px;
}