/* CSS Document */
#mainVisual{
	height: 700px;
	background: url("../img/mainvisual_creation.jpg") no-repeat center;
	background-size: cover;
	position: relative;
}

#mainVisual .top_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-family: 'Cinzel Decorative', cursive;
	font-size: 8.0rem;
	font-weight: normal;
	letter-spacing: 14px;
	color: #fff;
}

@media screen and (max-width:1440px){
	#mainVisual{
		height: 48.612vw;
	}
}
@media screen and (max-width:767px){
	#mainVisual{
		background: url(../img/mainvisual_creation_sp.jpg) no-repeat center;
		background-size: cover;
		overflow: hidden;
	}
	
	#mainVisual .top_logo{
		font-size: 8vw;
	}
}

h2{
	font-family: 'Cinzel Decorative', cursive;
	font-size: 3.0rem;
	font-weight: normal;
	letter-spacing: 5px;
}

h2.mincho{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 2px;
	margin-left: 12px;
	margin-bottom: 43px;
}

#contentsBlock .contents{
	margin: 130px auto 20px;
}

.list-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 100px auto 130px;
}

.list-box li a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	height: 100%;
	font-family: 'Cinzel Decorative', cursive;
	overflow: hidden;
}

.list-box li{
	max-width: 520px;
	width: 49%;
	height: 270px;
	position: relative;
	margin-bottom: 3.6%;
}

.list-box.youtube-box li{
	margin-bottom: 0;
}

.list-box.youtube-box li:nth-child(n + 3){
	margin-top: 80px;
}

@media screen and (max-width:767px){
	
	.list-box.youtube-box li:nth-child(n + 2){
		margin-top: 20px;
	}
	
}


.list-box li.vol_06 a:before{
	background: url("../img/img_creation06.jpg") no-repeat top center;
}
.list-box li.vol_05 a:before{
	background: url("../img/img_creation05.jpg") no-repeat top center;
}
.list-box li.vol_04 a:before{
	background: url("../img/img_creation04.jpg") no-repeat top center;
}
.list-box li.vol_03 a:before{
	background: url("../img/img_creation01.jpg") no-repeat top center;
}
.list-box li.vol_02 a:before{
	background: url("../img/img_creation02.jpg") no-repeat top center;
}
.list-box li.vol_01 a:before{
	background: url("../img/img_creation03.jpg") no-repeat top center;
}

.list-box li a:before{
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.list-box li a::after {
    content: "";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
    color: #fff;
    transform: scale(0);
    transition: .5s ease-out;
    cursor: pointer;
}
	.list-box li a:hover::after{
		opacity: 1;
		transform: scale(1);
	}


.list-box li a p{
	font-size: 4.0rem;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.list-box li a p.coming_soon{
	top: 50%;
	bottom: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    font-size: 3.4rem;
    padding: 0 20px;
}

.list-box li a p.vol_txt.vol_txt_06{
	width: calc(93 / 520 * 100%);
}
.list-box li a p.vol_txt.vol_txt_05{
	width: calc(196 / 520 * 100%);
}
.list-box li a p.vol_txt.vol_txt_04{
	max-width: 97px;
	width: 20%;
}
.list-box li a p.vol_txt.vol_txt_03{
	max-width: 269px;
	width: 52%;
}
.list-box li a p.vol_txt.vol_txt_02{
	max-width: 146px;
	width: 29%;
}
.list-box li a p.vol_txt.vol_txt_01{
	max-width: 381px;
	width: 74%;
}

.list-box li a p.vol_txt img{
	vertical-align: bottom;
}

.list-box li a span{
	font-size: 2.5rem;
}

.youtube-box .youtube {
	margin: 0 auto;
	max-width: 480px;
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}
	.youtube-box .youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

@media screen and (max-width:1080px){
}

@media screen and (max-width:767px){
	#contentsBlock .contents{
		margin: 100px auto 0;
	}
	
	.list-box{
		flex-direction: column;
		margin: 50px auto 100px;
	}
	
	.list-box li{
		width: 100%;
		max-width: 100%;
		height: 195px;
		background-size: cover !important;
	}
	
	.list-box li.vol_06{
		background: url("../img/img_creation06_sp.jpg") no-repeat top center;
	}
	.list-box li.vol_05{
		background: url("../img/img_creation05_sp.jpg") no-repeat top center;
	}
	.list-box li.vol_04{
		background: url("../img/img_creation04_sp.jpg") no-repeat top center;
	}
	.list-box li.vol_03{
		background: url("../img/img_creation01_sp.jpg") no-repeat top center;
	}
	.list-box li.vol_02{
		background: url("../img/img_creation02_sp.jpg") no-repeat top center;
	}
	.list-box li.vol_01{
		background: url("../img/img_creation03_sp.jpg") no-repeat top center;
	}
	.list-box.youtube-box li{
		height: inherit;
	}
	.youtube-box .youtube{
		max-width: inherit;
	}
}

/*  LOOK 下層エリア
---------------------------------------------*/
.look_logo_area{
	margin: 200px 0;
	padding: 0 20px;
}

@media screen and (max-width:767px){
	.look_logo_area{
		margin: 18% 0;
	}
	.look_logo_area h2 img{
		max-width: 414px;
		width: 60%;
	}
}

