/***********************************************************

 * top

************************************************************/
section{
	background: #FFF100;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:640px) {
}
/*--------------------------------------*/
.__vid {
	width: 100%;
	/*height: 700px;*/
	overflow: hidden;
	position: fixed;
}
.__vid:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/video-over.png") repeat left top;
	background-size: 6px 6px;
	z-index: 1;
}
.__vid video {
	width: 100.5%;
	height: auto;
	vertical-align: bottom;
	/*position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);*/
	/*max-width: none;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);*/
}
@media screen and (max-width:768px) {
	.__vid {
		height: auto;
    	padding-bottom: 95%;
	}
}
@media screen and (max-width:640px) {
	.__vid {
    	padding-bottom: 125%;
	}
}
/*--------------------------------------*/
._visual{
	display: flex;
	justify-content: space-between;
	min-width: 1000px;
	padding: 0;
}
._kv{
	width: 51%;
}
._title{
	width: 49%;
	padding-top: 5%;
}
._graphic{
	background: url("../img/top/visual_pc.jpg") no-repeat center center;
	background-size: 100% auto;
	padding-bottom:100%;
}
h1{
	width: 81%;
	margin: 0 auto 5%;
}
._roadshow{
	width: 55%;
	margin: 0 auto 3%;
}
._title-ph{
	width: 40%;
	margin: 0 auto 3%;
	padding-left: 5%;
}
._billing{
	width: 80%;
	margin: 0 auto;
}
._bnr-comment{
	position: absolute;
	width: 10%;
	bottom: 17%;
	right: 2%;
	transition: all .5s;
}
._bnr-comment:hover{
	transform: rotate(5deg);
}
@media screen and (max-width: 640px) {
	._visual{
		display: block;
		min-width: auto;
		padding: 0;
	}
	._kv,._title{
		width: 100%;
		padding-top: 0;
	}
	._kv{
		margin-bottom: 5%;
	}
	._copy{
		padding: 15px;
	}
	._graphic{
		background: url("../img/top/visual_sp.jpg") repeat-x;
		background-size: 1696px auto;
		background-repeat-y: no-repeat;
		animation: bgscroll 50s linear infinite;
		display: block;
		height: 370px;
		padding: 0;
	}
	h1{
		width: 90%;
	}
	._title-ph{
		width: 55%;
	}
	._billing{
		width: 95%;
	}
	._bnr-comment{
		position: relative;
		width: 50%;
		bottom: 0;
		right: 0;
		margin: 10% auto 0;
	}
}
@-webkit-keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: -1696px 0;}
}
@keyframes bgscroll {
	0% {background-position: 0 0;}
	100% {background-position: -1696px 0;}
}

/*--------------------------------------*/
._title ._sns{
	/*position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;*/
	margin-bottom: 5%;
}
._title ._sns ul{
	display: flex;
	justify-content: center;
}
._title ._sns ul li{
	margin: 0 8px;
}
._title ._sns ul li a{
	background: #000;
	color: #ffe700;
	font-size: 30px;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border:solid 1px #000;
	transition: all .5s;
}
._title ._sns ul li a:hover{
	background: #ffe700;
	color: #000;
}

@media screen and (max-width: 640px) {
	._title ._sns{
		display: none;
	}
}

/*--------------------------------------*/
nav{
	width: 100%;
	background: #000;
	position: relative;
	z-index:9999;
	display: flex;
	justify-content: flex-end;
	height: 80px;
	align-items:center;
	padding: 0 20px;
	box-sizing: border-box;
}
h1.logo{
	width: 210px;
	margin: 0;
	position: absolute;
	z-index: 9999;
	left: 10px;
}
nav ._sns{
	margin-right: 30px;
}
nav ._sns ul{
	display: flex;
}
nav ._sns ul{
	display: flex;
	justify-content: center;
}
nav ._sns ul li{
	margin: 0 12px;
}
nav ._sns ul li a{
	color: #ffe700;
	font-size: 30px;
	transition: all .5s;
}
nav ._sns ul li a:hover{
	color: #fff;
}
nav p{
	display: none;
}
.fixed {
  left: 0;
  position: fixed;
  top: 0;
}
._navi{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background: #000;
	display: none;
	box-sizing: border-box;
	z-index: 99999;
}
._navi ul{
	font-family: 'Barlow', sans-serif;
	font-size: 35px;
	display: flex;
	/* justify-content: flex-end; */
	/* align-items: inherit; */
	width: 95%;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	padding: 50px;
	height: 100vh;
	box-sizing: border-box;
}
._navi ul li{
	margin: 0 15px;
	position: relative;
	font-weight: 500;
	line-height: 1.5;
	width: 100%;
}
._navi ul li:after{
	content: "";
	height: 2px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff100;
	transition: all .2s;
}
._navi ul li.active:after,
._navi ul li:hover:after{
	width: 100%;
}
._navi ul li.active a{
	pointer-events: none;
}
._navi ul li a{
	color: #fff100;
}
.close {
	width: 30px;
	height: 30px;
	top: 30px;
	right: 25px;
	position:absolute;
	cursor:pointer;
	z-index:999;
}
.close-1,.close-2 {
	width: 30px;
	height: 3px;
	background-color: #fff100;
	position:absolute;
	transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	opera-moz-transition:all .5s ease-out;
	firefox-webkit-transition:all .5s ease-out;
	chromesafari-ms-transition:all .5s ease-out;
	border-radius: 2px;
	top:8px;
}
.close-1 {
	-moz-transform:rotate(-405deg);
	-webkit-transform:rotate(-405deg);
	-o-transform:rotate(-405deg);
	-ms-transform:rotate(-405deg);
	transform:rotate(-405deg)
}
.close-2 {
	-moz-transform:rotate(405deg);
	-webkit-transform:rotate(405deg);
	-o-transform:rotate(405deg);
	-ms-transform:rotate(405deg);
	transform:rotate(405deg)
}
.menu {
	width: 25px;
	height: 25px;
	/*top: 10px;*/
	right: 10px;
	position:relative;
	cursor:pointer;
	z-index:999;
}
.menu1 {
	width: 25px;
	height: 3px;
	background-color: #fff100;
	position:absolute;
}
.menu2 {
	width: 25px;
	height: 3px;
	background-color: #fff100;
	position:absolute;
	top:8px;
}
.menu3 {
	width: 25px;
	height: 3px;
	background-color: #fff100;
	position:absolute;
	top:16px;
}
@media screen and (max-width: 640px) {
	nav{
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 0;
		justify-content: space-between;
		height: 60px;
	}
	h1.logo{
		display: none;
	}
	nav p {
		color: #fff100;
		display: block;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		width: calc(100% - 180px);
	}
	nav .menu {
		display: none;
	}
	nav ._sns{
		margin-right: 0;
		height: 100%;
	}
	nav ._sns ul{
		background: #fff100;
		height: 100%;
	}
	nav ._sns ul li{
		margin: 0;
		border-top: solid 3px #000;
		border-bottom: solid 3px #000;
		border-right: solid 3px #000;
		width: 60px;
		text-align: center;
	}
	nav ._sns ul li a{
		color: #000;
		line-height: 60px;
		display: block;
	}
	._navi {
		background: #000;
		position: fixed;
	}
	._navi ul {
		padding: 50px;
		background: none;
		text-align: center;
		display: block;
		width: auto;
	}
	._navi ul li{
		display: block;
		border-right: none;
		width: 100%;
		padding: 10px 0;
		box-sizing: border-box;
		margin: 0;
		font-weight: 600;
		font-size: 20px;
	}
	._navi ul ._logo {
		position: relative;
		left: 0;
		margin-bottom: 30px;
	}
	
	._navi ul li > ul {
		position: relative;
		width: 100%;
		background: none;
		padding: 0;
		top: 10px;
		margin-top: 10px;
	}
	._navi ul li:hover{
		background: none;
	}
	._navi ul li.active:after, nav ul li:after{
		content: none;
	}
	._navi ul li a{
		color: #fff100;
	}
	._navi ul li > ul li {
		background: none;
		font-size:12px;
		letter-spacing: .2em;
		width: 100%;
		padding: 10px 0;
		border-top: solid 1px #fe5a55;
		border-bottom: none;
		margin: 0;
	}
	._navi ul li > ul li a{
		height: auto;
		line-height: normal;
		color: #fff;
	}
	._navi ul li:hover a,
	._navi ul li > ul li:hover a,
	._navi ul li:hover p{
		color: #fff;
	}
	._navi ul li > ul li a{
		font-size: 12px;
	}
}
/*--------------------------------------*/
._banner{
	padding: 0;
}
._banner ul{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 50px 0 30px;
}
._banner ul li{
	width: 250px;
	margin: 0 7px;
}
._banner ul + ul{
	padding: 0 0 50px;
}
._banner ul + ul li{
	width: 200px;
}
@media screen and (max-width: 640px) {
	._banner ul{
		flex-wrap: wrap;
		width: 80%;
		margin: 0 auto;
		padding-bottom: 0;
	}
	._banner ul + ul{
		padding: 0 0 50px;
	}
	._banner ul li,
	._banner ul + ul li{
		width: 100%;
		margin: 0 auto 20px;
	}
}

/*--------------------------------------*/
._trailer{
	margin-top: 50%;
}
._trailer-slide{
	max-width: 1384px;
	width: 90%;
	margin: 0 auto;
	/*display: flex;
	justify-content: center;*/
}
._trailer-item{
	/*width: calc(100% / 3);*/
	margin:0 17px 30px;
	text-align: center;
}
._trailer-item a > div{
	border:solid 1px #000;
	box-sizing: border-box;
}
._trailer-item:last-child{
	margin-right: 0;
}
._trailer-item p{
	color: #000;
	margin-top: 30px;
}

.slider {
	/*margin: 50px auto;*/
	padding: 0 50px;
}
.slider div{
	text-align: center;
}
.slider div a ._img{
	width: 85%;
	margin: 0 auto 10px;
	position: relative;
}
/*.slider div a:hover{
	opacity: 0.8;
}
.slider div a:hover p{
	border: none;
	background: #b29649;
	color: #fff;
}*/
@media (max-width: 640px) {
	.slider {
		padding: 0;
	}
	._trailer-slide{
		width: auto;
	}
	._trailer-item{
		padding: 0 10px;
	}
}

/*-----------------
* slick
-----------------*/
.slick-list {
	margin-bottom: 15px;
	width: 100%;
	margin: 0 auto;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:before{
    opacity: .75;
    /*color: #888 !important;*/
}
.slick-dots li button::before {
	/*color: #fff !important*/
}
.slick-prev {
	z-index: 11;
	width: 30px;
	height: 30px;
  	border: 5px solid;
  	border-color:  transparent transparent #000 #000;
  	transform: rotate(45deg);
	margin-top: -45px;
}
.slick-prev:before {
	content: none;
	width: 30px;
	height: 30px;
  	border: 5px solid;
  	border-color:  transparent transparent #000 #000;
  	transform: rotate(45deg);
}
.slick-next {
	z-index: 11;
	width: 30px;
	height: 30px;
  	border: 5px solid;
  	border-color: #000 #000 transparent transparent;
  	transform: rotate(45deg);
	margin-top: -45px;
}
.slick-next:before {
	content: none;
	width: 30px;
	height: 30px;
  	border: 5px solid;
  	border-color: #000 #000 transparent transparent;
  	transform: rotate(45deg);
}
.slick-prev{
	left: 20px;
}
.slick-prev:before{
	content: none;
}
.slick-prev:hover {
}

.slick-next{
	right: 20px;
}
.slick-next:before{
	content: none;
}
.slick-next:hover {
}

@media (max-width: 640px) {
	.slick-list{
		width: auto;
	}
	.slick-slide{
		box-sizing: border-box;
	}
	.slick-prev {
		 margin-top: auto; 
		top: 25%;
		bottom: auto;
	}
	.slick-next {
		 margin-top: auto; 
		top: 25%;
		bottom: auto;
	}
}
@media screen and (max-width: 640px) {
	._trailer{
		margin-top: 150%;
	}
	._trailer-slide{
		flex-wrap: wrap;
	}
	._trailer-item{
		width: 100%;
		margin: 0 auto 30px;
	}
	._trailer-item p{
		font-size: 13px;
		margin-top: 20px;
	}
}

/*--------------------------------------*/
._news{
	background: #000;
}
._news-link{
	font-family: 'Barlow', sans-serif;
	text-align: center;
	display: block;
	border: solid 1px #fff100;
	color: #fff100;
	font-size: 33px;
	font-weight: bold;
	width: 450px;
	margin: 0 auto;
	position: relative;
	height: 70px;
}
._news-link a{
	display: block;
	width: 100%;
	height: 100%;
}
._news-link img{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 30%;
	transition: all .3s;
}
._news-link:hover img{
	right: -30px;
}

._news-cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
._news-item{
	width: calc(100% / 4 - 35px);
	margin-right: 35px;
	margin-bottom: 35px;
}
._news-item:nth-child(4n){
	margin-right: 0;
}
._news-item-thumb{
	position: relative;
	padding-bottom: 100%;
	margin-bottom: 40px;
	transition: all .5s;
}
._news-item-thumb a *{
	transition: all .5s;
}
._news-item-thumb a:hover *{
	opacity: .9;
}
._news-item-thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
	width: auto;
}
._news-item span{
	font-size: 15px;
	color: #FFF100;
	font-family: 'Barlow', sans-serif;
}
._news-item p{
	color: #fff;
	height: 4em;
	overflow: hidden;
}
._news-more{
	max-width: 350px;
	width: 90%;
	margin: 50px auto;
}
._news-more a{
	font-family: 'Barlow', sans-serif;
	text-align: center;
	display: block;
	border: solid 1px #fff100;
	color: #fff100;
	font-size: 30px;
	font-weight: bold;
	transition: all .5s;
}
._news-more a:hover{
	color: #000;
	background: #fff100;
}
@media screen and (max-width: 640px) {
	._news-link{
		width: 90%;
		height: 50px;
	}
	._news-item{
		width: calc(100% / 2 - 15px);
		margin-right: 15px;
		justify-content: space-between;
	}
	._news-item:nth-child(2n){
		margin-right: 0;
	}
	._news-item p{
		height: 6em;
	}
	._news-item-thumb{
		margin-bottom: 15px;
	}
	._news-more a{
		font-size: 20px;
	}
}

/*--------------------------------------*/
._intro{
	padding: 200px 0 0;
}
._intro ._bg-ph-01{
	display: none;
}
._intro ._bg-ph-01-l{
	position: absolute;
	top: 2%;
	left: 2%;
	z-index: -1;
	width: 42%;
	max-width: 810px;
	/*left: 50%;
	transform: translateX(-50%);*/
	padding-bottom: 4%;
}
._intro ._bg-ph-01-r{
	position: absolute;
	top: 2%;
	right: 2%;
	z-index: -1;
	width: 42%;
	max-width: 810px;
	/*left: 50%;
	transform: translateX(-50%);*/
	padding-bottom: 4%;
}
._intro ._bg-ph-02{
	position: absolute;
	width: 95%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	top: auto;
	z-index: -1;
	padding-bottom: 1%;
}
._intro ._inner{
	max-width: 1000px;
	width: 60%;
	padding-bottom: 25%;
}
._intro h2{
	margin-bottom: 8%;
}
._intro h3{
	width: 90%;
	margin: 0 auto 5%;
}
._intro-item{
	height: 270px;
	font-weight: normal;
	line-height: 2;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	._intro{
		padding: 0;
	}
	._intro ._bg-ph-01{
		width: 100%;
		padding-top: 2%;
		display: block;
	}
	._intro ._bg-ph-01-l,
	._intro ._bg-ph-01-r{
		display: none;
	}
	._intro ._bg-ph-02{
		position: relative;
		padding-top: 0;
		margin-top: 0;
		min-width: 100%;
	}
	._intro h2{
		margin-top: -10%;
		margin-bottom: 5%;
	}
	._intro ._inner{
		padding-bottom: 30px;
		width: 90%;
	}
	._intro-item{
		padding-left: 5%;
	}
}

/*--------------------------------------*/
._story{
	background: none;
}
._story h3{
	margin-bottom: 5%;
}
._story-item{
	height: 300px;
	max-width: 1000px;
	margin: 0 auto;
	color: #fff100;
	font-weight: normal;
	line-height: 2;
	overflow: hidden;
}
._story-item .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: rgba(255,241,0,0.75);
}
._story-item .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
	background-color: rgba(255,255,255,0);
}
@media screen and (max-width: 640px) {
}

/*--------------------------------------*/
._chara{
	padding-bottom: 17%;
}
._chara ._bg-ph-01{
	margin-top: -5%;
	position: absolute;
	top: 0;
	z-index: -1;
}
._chara ._bg-ph-02{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 43%;
	z-index: -1;
}
._chara ._bg-ph-03{
	position: absolute;
	bottom: 0;
	z-index: -1;
}
._chara h3{
	max-width: 930px;
	margin: 0 auto;
}
._chara h3 + p{
	text-align: center;
	font-size: 30px;
	margin: 80px auto;
	font-weight: bold;
}
._syllabary{
	display: flex;
	flex-wrap: wrap;
	width: 850px;
	margin: 0 auto;
}
._syllabary li{
	margin-right: 35px;
	margin-bottom: 35px;
	width: calc(100% / 5 - 35px);
	position: relative;
	transition: all .8s;
	border: solid 2px #000;
}
._syllabary li:nth-child(5n){
	margin-right: 0;
}
._syllabary li a img:hover{
	opacity: 1;
}
._syllabary li a img:first-child {
	position: absolute;
	top: 0;
	left: 0;
}
._syllabary li a img:last-child {
	opacity: 0;
}
._syllabary li a:hover img:first-child {
	opacity: 0;
}
._syllabary li a:hover img:last-child {
	opacity: 1;
}
@media screen and (max-width: 640px) {
	._chara{
		background: url("../img/top/chara-bg.jpg") repeat;
		background-size: 47px 47px;
		padding-bottom: 0;
	}
	._chara ._bg-ph-01{
		margin-top: 0;
		padding-right: 5%;
		padding-top: 3%;
	}
	._chara ._bg-ph-02{
		display: none;
	}
	._chara ._bg-ph-03{
		position: relative;
		margin-top: -18%;
	}
	._chara h3 + p{
		font-size: 15px;
		margin: 30px 0 50px;
	}
	._syllabary{
		width: 100%;
		justify-content: center;
	}
	._syllabary li{
		margin-right: 15px;
		margin-bottom: 15px;
		width: calc(100% / 4 - 16px);
	}
	._syllabary li:nth-child(5n){
		margin-right: 15px;
	}
	._syllabary li:nth-child(4n),
	._syllabary li:last-child{
		margin-right: 0;
	}
	._syllabary li a img:first-child {
		opacity: 1;
	}
	._syllabary li a img:last-child {
		opacity: 0;
	}
}

/*--------------------------------------*/
._interview{
	background: none;
}
._interview ._inner + ._inner{
	margin-top: 100px;
}
._interview-link{
	font-family: 'Barlow', sans-serif;
	text-align: center;
	display: block;
	border: solid 1px #fff100;
	color: #fff100;
	font-size: 33px;
	font-weight: bold;
	width: 450px;
	margin: 0 auto;
	position: relative;
	height: 70px;
}
._interview-link a{
	display: block;
	width: 100%;
	height: 100%;
}
._interview-link img{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 30%;
	transition: all .3s;
}
._interview-link:hover img{
	right: -30px;
}
._notes-list{
}
._notes-list ul{
	display: flex;
	flex-wrap: wrap;
}
._notes-list ul li{
	margin-bottom: 35px;
	margin-right: 68px;
	width: calc(50% - 34px);
}
._notes-list ul li:nth-child(2n){
	margin-right: 0;
}
._notes-list ul li a{
	text-align: center;
	border: solid 1px #fff100;
	color: #fff100;
	font-size: 18px;
	height: 6em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	transition: all .5s;
	line-height: 1.5;
}
._notes-list ul li a:hover{
	background:#fff100;
	color: #000;
}
._comingsoon{
	font-family: 'Barlow', sans-serif;
	text-align: center;
	display: block;
	border: solid 1px #fff100;
	color: #fff100;
	font-size: 33px;
	font-weight: bold;
	width: 450px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	._interview-link{
		width: 90%;
		height: 50px;
	}
	._interview ._inner + ._inner{
		margin-top: 60px;
	}
	._notes-list ul li{
		margin-right: 0;
		width: 100%;
	}
	._notes-list ul li:nth-child(2n){
		margin-right: 0;
	}
	._notes-list ul li a{
		text-align: center;
		border: solid 1px #fff100;
		color: #fff100;
		font-size: 15px;
		height: 6em;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		transition: all .5s;
	}
	._comingsoon{
		width: 90%;
		font-size: 15px;
		padding: 10px;
	}
}

/*--------------------------------------*/
._staff{}
._staff ._ph{
	position: absolute;
	left: 0;
	width: 35%;
	top: 0;
	margin-top: -10%;
}
._staff-cont{
	display: flex;
}
._staff-kantoku{
	width: 70%;
	display: flex;
	border-right: solid 1px #000;
	padding-right: 70px;
	box-sizing: border-box;
}
._kantoku-img{
	width: 282px;
	margin-right: 30px;
}
._staff-txt{
	width: calc(100% - 312px);
}
._staff-kantoku h3{
	font-size: 35px;
	margin-bottom: 40px;
}
._staff-cont h3 span{
	font-size: 20px;
	display: block;
}
._staff-other{
	padding-left: 30px;
}
._staff-other h3{
	font-size: 30px;
	margin-bottom: 50px;
}
._staff ._ph-list{
	display: flex;
	margin: 100px 0;
}
._staff ._ph-list li{
	width: calc(100% / 3);
	margin-right: 30px;
}
._staff ._ph-list li:last-child{
	margin-right: 0;
}
@media screen and (max-width: 640px) {
	._staff{
		padding-top: 50%;
	}
	._staff ._ph{
		width: 100%;
		margin-top: -30%;
	}
	._staff-cont{
		display: block;
	}
	._staff-kantoku{
		width: 100%;
		display: block;
		border-right: none;
		padding-right: 0;
		margin-bottom: 10%;
	}
	._kantoku-img{
		width: 50%;
		margin:0 auto 5%;
		display: block;
	}
	._staff-txt{
		width: auto;
	}
	._staff-kantoku h3{
		margin-bottom: 20px;
	}
	._staff-other{
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	._staff-other h3 span{
		font-size: 15px;
	}
	._staff-other h3{
		font-size: 28px;
		margin-bottom: 10%;
	}
	._staff ._ph-list{
		margin: 0 auto;
		display: block;
	}
	._staff ._ph-list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/*--------------------------------------*/
._music{
	background: #000;
	color: #fff100;
}
._artist{
	display: flex;
}
._artist-img{
	width: calc(50% - 40px);
	margin-right: 40px;
}
._artist-txt{
	width: 45%;
	font-size: 14px;
}
._artist h3{
	font-size: 45px;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 30px;
	line-height: 1.5;
}
._artist h3 span{
	font-size: 12px;
	font-weight: normal;
	display: block;
}
._music h4{
	font-size: 18px;
	margin-bottom: 15px;
}
._artist-txt p{
	font-size: 14px;
	font-weight: normal;
}
._artist-txt p + h4{
	margin-top: 30px;
}
._artist-comment{
	border: solid 1px #fff100;
	padding: 35px 0;
	margin: 50px auto;
	display: flex;
}
._artist-comment > div{
	margin: 0 35px;
	width: 50%;
}
@media screen and (max-width: 640px) {
	._artist{
		display: block;
	}
	._artist h3{
		font-size: 30px;
	}
	._artist-img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	._artist-txt{
		width: 100%;
	}
	._artist-comment{
		display: block;
		margin-bottom: 0;
	}
	._artist-comment > div{
		width: auto;
	}
	._artist-comment > div + div{
		margin-top: 7%;
	}
}

/*--------------------------------------*/
._outro{
	background: none;
	padding: 20% 0;
}
._ft-title{
	width: 36%;
	margin: 0 auto;
}
._ft-roadshow{
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
	width: 25%;
}
@media screen and (max-width: 640px) {
	._outro{
		padding: 150% 0 10%;
	}
	._ft-title{
		width: 95%;
		margin: 0 auto 15%;
	}
	._ft-roadshow{
		position: relative;
		bottom: 0;
		margin:0 auto;
		width: 65%;
	}
}

@media screen and (max-width: 640px) {
	#contents{
		padding-bottom: 60px;
	}
}
