@charset "UTF-8";
h2 a{
	color:#000;
	text-decoration: underline;
}

h2 a:hover{
	color:#666;
}

.container h1{
	line-height:1;
	margin:40px 0;
	padding:30px 0;
}

.title{
	font-family: 'Noto Sans JP', sans-serif;
	margin-left:5px;
	font-size:4rem;
	font-weight:900;
}

p{
	letter-spacing:2px;
	font-size:1.4rem;
}

.middle{
	font-size:2.5rem;
}

video{
	width:100%;
	height:auto;
}

.slick div.img01{
	background-image: url("img/top-01.jpg");
}

.slick div.img02{
	background-image: url("img/top-02.jpg");
}

.slick div.img03{
	background-image: url("img/top-03.jpg");
}

.slick div.img04{
	background-image: url("img/top-04.jpg");
}

.second-wrapper .bg, .third-wrapper{
	box-sizing:border-box;
	padding:40px 0;
}

.first-wrapper{
	box-sizing: border-box;
	padding:20px 0 50px;
	margin-bottom:40px;
}

.first-wrapper .container, .third-wrapper .container{
	width:700px;
	margin:20px auto;
}

.final-logo{
	width:300px;
	margin:auto;
}

.first-wrapper .container p, .third-wrapper .container p{
	box-sizing: border-box;
	padding:30px 0 15px;
}

.bg:nth-of-type(odd){
	background-color:#f0f8ff;
}

.second-wrapper .container{
	width:1000px;
	margin:30px auto;
}

.second-wrapper h1{
	font-size:5rem;
	color:#717c86;
	text-align: center;
}

.big-main-img{
	margin:20px 0;
	padding-bottom:30px;
}

.big-main-img p{
	box-sizing: border-box;
	padding:15px 20px;
}

.item-caption-box{
	width:950px;
	margin:40px auto;
}

.flex-container, .style-container{
	align-items:center;
}

.flex-container{
	margin-bottom:50px;
	padding-bottom:40px;
	justify-content: space-between;
}

.flex-container:last-of-type{
	margin-bottom:0;
	padding-bottom:0;
}

.reverse{
	flex-direction: row-reverse;
}

.flex-img{
	width:55%;
}

.flex-text{
	width:42%;
}

.style-container{
	padding:70px 0;
	justify-content: space-around;
}

.style-img{
	width:48%;
}

.style-movie{
	width:30%;
}

/*タブレット用*/
@media screen and (max-width: 820px){

	.first-wrapper .container, .third-wrapper .container{
		width:600px;
	}
	
	.first-wrapper{
		margin-bottom:70px;
	}
	
	.second-wrapper .container{
		width:750px;
	}

	.item-caption-box{
		width:680px;
	}

}

/*スマホ用*/
@media screen and (max-width:640px){

	.mid-wrapper{
		box-sizing: border-box;
		padding:0 15px;
	}

	.first-wrapper .container, .third-wrapper .container{
		width:85%;
		box-sizing: border-box;
		padding:0 15px;
	}
	
	.second-wrapper .container, .item-caption-box{
		width:89%;
	}
	.first-wrapper .flex-container{
		padding-top:30px;
	}
	
	.first-wrapper .flex-text{
		padding:15px 0!important;
	}
	
	.final-logo{
		width:200px;
	}

	.second-wrapper h1{
		font-size:2.5rem;
		line-height:1.5;
	}
	
	.middle{
		font-size:1.8rem;
	}
	
	.flex-container, .style-container{
		display:block;
	}
	
	.flex-img, .flex-text{
		width:100%;
	}
	
	.flex-text{
		box-sizing: border-box;
		padding:20px 5px;
	}
	
	.style-img{
		width:90%;
		margin:10px auto;
	}
	
	.style-movie{
		width:70%;
		margin:auto;
		padding:80px 0 0;
	}



}
/* CSS Document */

