@charset "Shift_JIS";
/* CSS Document */
html{
	scroll-behavior: smooth;
}
body{
	min-width: 100%;
	margin: 0;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
main#CO{
	width: 100%;
	max-width: 100%;
}
main#CO section{
	width: 100%;
}
main#CO h1,
main#CO h2,
main#CO h3,
main#CO h4,
main#CO p{
	margin: 0 0 1em;
}
main#CO img{
	max-width: 100%;
	display: block;
}
main#CO .inner{
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	padding: 60px 80px;
}
main#CO .inner h1{
	text-align: center;
}
main#CO .inner h2{
	text-align: center;
	margin: 0 0 60px;
	padding:20px;
}
main#CO .inner .col2{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap:5em;
}
main#CO .inner .col3{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap:3em;
}
main#CO .inner .col4{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap:3em;
}
main#CO #mv{
	text-align: center;
	background-image: url("../img/MV_back.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
main#CO #mv img{
	max-width: 1440px;
	margin-bottom: 1em;
}
main#CO #mv h1{
	margin-bottom: 0;
	color: #fff;
	font-size: 2em;
    letter-spacing: 5px;
	font-weight: 100;
	text-shadow: 0px 0px 6px rgba(71, 0, 0, 0.5);
}
main#CO .series_content{
	position: relative;
}
main#CO .series_content .img_wrap img{
}
main#CO .series_content h3{
	margin-top: 0;
	border:none;
	line-height: 1;
    margin-bottom: 0.5em;
	text-align: center
}
main#CO .series_content h3 span{
	font-size: 0.8rem;
	margin-left: 1em;
}
main#CO .series_content .btn{
	background-color: #fff;
	text-align: center;
	display: block;
	padding: .5em 1em;
	border-radius: 25px;
	color: #333;
	font-weight: bold;
	box-shadow: 0px 0px 6px -4px #777777;
	transition: background-color 0.3s ease;
	white-space: nowrap;
	position: absolute;
	bottom: 0.5em;
	left: 50%;
	transform: translateX(-50%);
}
main#CO .series_content a img{
	transition: all 0.3s ease;
}
main#CO .series_content a:hover .btn{
	background-color: #F8A263;
	color: #fff;
	text-decoration: none;
}
main#CO #about{
	background-color: #FFF5F7;
}
main#CO #about .col2 h2{
	text-align: left;
	margin: 0 0 1em;
	border:none;
}
main#CO #about .col2 h2 span{
	font-size: 0.8em;
}
main#CO img + p{
	margin-top: 1em;
}
main#CO .inner .lineup{
	margin-top: 60px;
}
main#CO #perry_point .inner{
	padding-bottom: 0;
}
main#CO #preston_point {
	margin-top: 60px;
}
main#CO #preston_point .inner{
	padding-top: 0;
	padding-bottom: 0;
}
main#CO #charles_point{
	margin-top: 60px;
}
main#CO #charles_point .inner{
	padding-top: 0;
	padding-bottom: 0;
}
main#CO #cadie_point{
	margin-top: 60px;
}
main#CO #cadie_point .inner{
	padding-top: 0;
	padding-bottom: 0;
}
main#CO .for_all .inner{
	text-align: center;
}
main#CO .for_all .inner div:nth-of-type(2){
	margin-top: 4em;
}
main#CO .for_all .inner .allBtn{
	transition: .4s cubic-bezier(.165, .84, .44, 1) 0s;
	display: inline-block;
    padding: 14px 90px;
    border: 2px solid #000;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
main#CO .for_all .inner .allBtn:hover{
	background-color: #000;
	color: #fff;
}
@media screen and (max-width: 900px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	main#CO .inner{
		width: 89.33333%;
		padding: 60px 0;
	}
	main#CO .inner h2 {
		margin: 0 0 60px;
	}
	main#CO .series_content h3 span{
		margin-left: 0;
	}
	main#CO .inner .col2{
		grid-template-columns: repeat(1,1fr);
	}
	main#CO .series_content .img_wrap{
		min-height: 300px;
	}
	main#CO .inner .col3{
		grid-template-columns: repeat(1,1fr);
	}
	main#CO .inner .col4{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width: 480px){
	main#CO .series_content{
		grid-template-columns: repeat(1,1fr);
	}

}