@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
	color:#000;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem; /* 18px*/ 
	background: #fff;
}

ul {
  list-style-type: none;
}

a {color: #f01a89;}
a:hover {color: #FE8BBE;}

.spbr {display: none;}



/*▼ HEADER-------------------*/
header {
	position:relative;
	width:100%;
	height:100vh;
	background: url("../images/top.jpg") 50% 50% no-repeat;
	background-size:cover;
}

#main {
	max-width: 1270px;
	margin: 0 auto;
}

.logo {width: 30%;}

.logo img {
	max-width:100%;
}

.sub_nav {
	position: absolute;
	right: 100px;
	bottom: 20px;
}

.sub_nav ul{display: flex;}

.sub_nav li {
	margin: 0 6px;
}

.sub_nav img {transition: 0.3s;}
.sub_nav a:hover img {opacity: 0.8;}

.navbtn {display: none;}

nav {
	width: 100%;
	background: #FA5AA0;
	padding: 34px 0;
}

nav ul {
	display:flex;
	justify-content: center;
}

nav li {
	border-right: 1px solid #fff;
	padding: 0 15px;
}

nav li:last-child {
	border-right: none;
	padding: 0 0 0 15px;
}

nav li a {
	font-size: 2.6rem;
	font-family: 'Baloo 2', cursive;
	font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
nav li a:hover {
  color: #FFB5ED;
  text-decoration: none;
}

/*▼ CONTENTS-------------------*/

.container_wrap {
	width: 100%;
	margin: 55px auto;
}

.container_wrap:last-child {
	margin-bottom: 0;
}

.contents {
	width: 85%;
	max-width: 1280px;
	margin: 0 auto;
}

.title {
	font-size: 6.0rem;
	font-family: 'Baloo 2', cursive;
	color: #FA5AA0;
	background:url("../images/title_bg.png") no-repeat;
	background-size: 130px;
	padding: 50px 0 0 45px;
}

.contents p {padding:0 10px;line-height: 200%;}

.more-btn {
	font-size: 2.6rem;
	font-family: 'Baloo 2', cursive;
	color: #FA5AA0;
	border-bottom: 1px solid #FA5AA0;
	text-align: center;
	padding: 30px 0 0 0;
}

/*▼ Release-------------------*/
.releasearea {
}

.r_title {
	margin: 70px 0;
	text-align: center;
	font-family: 'Baloo 2', cursive;
	font-size: 4.6rem;
	color: #FA5AA0;
}

.release_item {
	display: flex;
	width: 100%;
}

.release_list {
	width: 50%;
	padding-left: 10px;
	padding-right: 20px;
}

.track {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.music_title {font-size: 3.0rem;}

.release_jk{width: 50%;}

.release_jk ul {display: flex;margin-bottom: 3%;}

.release_jk li {
	width: calc((100% - 20px) / 3);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 20px;
}

.release_jk li:last-child{margin-right: 0;}

.release_jk img {
	max-width: 100%;
}

.dl_link {display: block;margin: 5px 0;}
.dl_link a {
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background: #FA5AA0;
  transition: 0.3s;
	text-decoration: none;
}

.dl_link a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
	margin: 10px;
}

.dl_link a:hover {
  text-decoration: none;
  background-color: #FE8BBE;
}

/*▼ Watch-------------------*/
.watcharea {
	background: #FE8BBE;
	margin: 0 auto;
	padding: 42px 0;
	width: 100%;
	overflow: hidden;
	max-width: 100%;
}

.slick-slide {margin: 0 5px;}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slide-arrow{
  position: absolute;
  top: 35%;
  margin-top: 5px;
}
.prev-arrow{
	left: -30%;
	z-index: 2;

}
.next-arrow{
	z-index: 2;
	right: -30%;
}
.thumb {
  margin: 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: 0.8;
}

.watchlist .slick-list {
  overflow: visible;
}
.watchlist.slider {
  max-width: 630px;
  margin: 0 auto;
}

.watchlist li {
	text-align:center;
	font-size: 2.4rem;
	line-height: 1.6rem;
	padding: 0 15px;
}

.watchlist li a {
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}

.watchlist li a:hover {opacity: 0.8;}

/*▼ Information-------------------*/
.infolist {
	padding: 30px 30px 0 80px;
}

.infoitem {
	display: flex;
	margin-bottom: 30px;
}

.infodate {
	padding-right: 40px;
}

.infoarticle {
	
}

.infoarticle a {
	color: #000;
	transition: 0.3s;
}

.infoarticle a:hover {opacity: 0.6;}

.infomore_btn {
	margin: 100px 0;
}

.infomore_btn a {
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  padding: 8px 0;
  width: 300px;
  color: #FA5AA0;
  font-size: 2.6rem;
  font-family: 'Baloo 2', cursive;
  border: 1px solid #FA5AA0;
  transition: 0.3s;
	text-decoration: none;
}

.infomore_btn a:hover {
  text-decoration: none;
  border: 1px solid #FE8BBE;
color: #FE8BBE;
}

/*▼ CONTACT-------------------*/
#contact_form dt {
	margin: 0 0 20px 0;
}
.form_t {
	font-size: 3.0rem;
	font-weight: 700;
}

.formtxt {
	width: 100%;
	height: 3.0em;
	background: #F2F2F2;
	border: none;
	padding: 0 16px;
}

.formtxt:focus {
	background: #F2F2F2;
	box-shadow: 0 0 0 1px rgb(250, 90, 160) inset;
}

.formtxt_s {
	width: 20%;
	height: 3.0em;
	background: #F2F2F2;
	border: none;
	padding: 0 16px;
}

.formtxt_s:active {
	background: #F2F2F2;
}

.formtxt_s:focus {
	background:#F2F2F2;
	outline: 0;
	box-shadow: 0 0 0 1px rgb(250, 90, 160) inset;
}

.form_radio input{
display: none;
}

.form_radio label input:checked + .form_radio-text:after{
display: block;
}

.form_radio label{
display: inline-block;
margin-right: 20px;
}

.form_radio label .form_radio-text{
padding-left: 30px;
position: relative;
cursor: pointer;
}

.form_radio label .form_radio-text:before{
content: "";
position: absolute;
transition: 0.3s;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 20px;
height: 20px;
border: 1px solid #F2F2F2;
background-color: #F2F2F2;
}
.form_radio label .form_radio-text:after{
content: "";
position: absolute;
transition: 0.3s;
display: none;
background: #FA5AA0;
width: 20px;
height: 20px;
left:1px;
top:50%;
margin-top:-10px;
transform:scale(0.5);
}
.form_radio label .form_radio-text:before,
.form_radio label .form_radio-text:after{
border-radius: 100px;
}

.formtxtarea {
	resize: vertical;
	width: 100%;
	height: 30vh;
	background: #F2F2F2;
	border: none;
	padding: 16px;
}

.formtxtarea:focus {
	background:#F2F2F2;
	outline: 0;
	box-shadow: 0 0 0 1px rgb(250, 90, 160) inset;
}

.red {color: #ff0000;}
.req {color: #FA5AA0;}

.submit_btn {
	display: inline-block;
    width: 200px;
	height: 80px;
    padding: 8px;
	text-align: center;
    border: none;
    background: #D1D1D1;
    color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.6rem;
    font-weight:700;
    cursor: pointer;
}

.thanks_wrap {
	text-align: center;
	margin: 0 0 50px 0;
	padding: 200px 0;
	display: grid;
	place-items: center;
	border: 1px solid #FA5AA0;
}

.thankyou {
	font-family: 'Baloo 2', cursive;
	font-size: 4.9rem;
}

.g-recaptcha {
	margin-right:auto;
  margin-left:auto;
	margin-bottom: 30px;
  text-align: center;
  width:300px;
}

/*▼ FOOTER-------------------*/

footer {
	background: #FE8BBE;
	margin-top: 80px;
	padding: 40px 0;
}

#copy {
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}

#totop {
	position: fixed;
	bottom: 100px;
	right: 20px;
	display: none;
}

#totop a {transition: 0.3s;}
#totop a:hover {opacity: 0.8;}

@media(max-width:768px){


/*▼ HEADER-------------------*/
	header {
	width:100%;
	height:0;
	padding-top: 62.3%;
	background: url("../images/top.jpg") 50% 50% no-repeat;
	background-size:cover;
}
	
	#main {
	max-width: 100%;
	margin: 0 auto;
}
	
	.logo {
		width: 30%;
		position: absolute;
		top: 0;
	}
	
	.sub_nav {
	position: absolute;
	right: 0;
	bottom: 5px;
}
	#header {
	width: 100%;
	background: #FE8BBE;
	padding: 34px 0;
	}
	
	nav {
		position: fixed;
		z-index: 333;
		top: 0;
		right: -120%;
		width: 100%;
		height: 100vh;
		background: #FA5AA0;
		transition: all 0.6s;
	}
	
	nav.panelactive {
		right: 0;
	}
	
	nav ul {
		position: absolute;
		z-index: 999;
		top:50%;
		left: 50%;
		transform: translate(-50%,-50%);
		flex-direction: column;
	}
	
	nav li {
		list-style: none;
		text-align: center;
		border: none;
		padding: 0;
	}
	
	nav li:last-child {padding: 0;}
	
	/*NAV btn*/
	.navbtn {
		display: block;
		position:absolute;/*fixed */
		z-index: 9999;
		top:10px;
		right: 10px;
		cursor: pointer;
		width: 60px;
		height: 60px;
	}
	
	.navbtn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left:14px;
		height: 3px;
		border-radius: 2px;
		background: #FA5AA0;
		width: 45%;
	}
	
	span.white {background: #fff;}
	
	.navbtn span:nth-of-type(1){
		top: 15px;
	}
	
	.navbtn span:nth-of-type(2) {
		top:23px;
	}
	
	.navbtn span:nth-of-type(3) {
		top:31px;
	}
	
	.navbtn.active span {
		background: #fff;
	}
	
	.navbtn.active span:nth-of-type(1){
		top: 18px;
		left: 18px;
		transform: translateY(6px)rotate(-45deg);
		width: 50%;
	}
	
	.navbtn.active span:nth-of-type(2){
		opacity: 0;
	}
	
	.navbtn.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px)rotate(45deg);
		width: 50%;
	}
	
	/*▼ Release-------------------*/
	.release_item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.release_list {
	width: 100%;
	padding-right: 0;
}
	.release_jk{
		width: 100%;
		margin: 50px 0 0 0;
	}
	
/*▼ Watch-------------------*/
	.watchlist li {font-size: 2.0rem;}
	
	.prev-arrow{
	left: 5px;
	z-index: 2;

}
.next-arrow{
	z-index: 2;
	right: 5px;
}
	
/*▼ Information-------------------*/
.infolist {
	padding: 30px 30px 0 30px;
}
}

@media(max-width:414px){
	.spbr {display: inherit;}
	/*▼ HEADER-------------------*/
	header {
	width:100%;
	height:0;
	margin-top: 60px;
	padding-top: 62.3%;
	background: url("../images/top.jpg") 50% 50% no-repeat;
	background-size:cover;
	position: relative;
}
	.logo {
		width: 30%;
		position: absolute;
		top: -50px;
	}
	
	.sub_nav {
	width: 50%;
	position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
	.sub_nav img {width: 120%;}
	
	/*▼ CONTENTS-------------------*/
	.contents {
	width: 95%;
	max-width:100%;
	margin: 0 auto;
}
	
	.title {
	font-size: 5.6rem;
	font-family: 'Baloo 2', cursive;
	color: #FA5AA0;
	background:url("../images/title_bg.png") no-repeat;
	background-size: 130px;
	padding: 50px 0 0 50px;
}
	
	/*▼ Release-------------------*/
	.release_jk ul {
		display: flex;
		margin-bottom: 3%;
		flex-direction: column;
	}
	
	.release_jk li {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 0;
}

	/*▼ Information-------------------*/
.infolist {
	padding: 30px 20px 0 20px;
}
	.infodate {
	padding-right: 25px;
}
}

@media(max-width:320px){
/*▼ HEADER-------------------*/	
.sub_nav {
	width: 50%;
	position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
	.sub_nav img {width: 120%;}

/*▼ CONTENTS-------------------*/

.title {
	font-size: 4.8rem;
	font-family: 'Baloo 2', cursive;
	color: #FA5AA0;
	background:url("../images/title_bg.png") no-repeat;
	background-size: 110px;
	padding: 45px 0 0 45px;
}

/*▼ Information-------------------*/
.infolist {
	padding: 30px 10px 0 10px;
}

.infoitem {
	display: flex;
	margin-bottom: 30px;
	flex-direction: column;
}

.infomore_btn a {
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  padding: 8px 0;
  width: 250px;
  color: #FA5AA0;
  font-size: 2.6rem;
  font-family: 'Baloo 2', cursive;
  border: 1px solid #FA5AA0;
  transition: 0.3s;
	text-decoration: none;
}
}