@charset "utf-8";

/* navHeight */
.navHeight {
	width: 100%;
	height: 126px;
}
@media (max-width: 1024px) {
	.navHeight {
		height: 70px;
	}
}

/* topWrap */
.eyeCatch{
	aspect-ratio: 1920/1080;
	width:100%;
	height:auto;
	overflow: hidden;
}
.eyeCatch_box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
.eyeCatch_box.bg01{
	background-image: url(../images/top/eyeImg01_251209.jpg);
	animation: zoomIn 28s infinite;
}
.eyeCatch_box.bg02{
	background-image: url(../images/top/eyeImg02_251209.jpg);
	animation: zoomOut 28s infinite;
	animation-delay: 7s;            
}
.eyeCatch_box.bg03{
	background-image: url(../images/top/eyeImg03_251209.jpg);
	animation: zoomIn 28s infinite;
	animation-delay: 14s;                  
}
.eyeCatch_box.bg04{
	background-image: url(../images/top/eyeImg04_251209.jpg);
	animation: zoomOut 28s infinite;
	animation-delay: 21s;                  
}
@keyframes zoomIn{
	0%{
		opacity: 0;
		scale:1.1;
	}
	15%{
		opacity: 1;
	}
	25%{
		opacity: 1;
	}
	40%{
		opacity: 0;
		scale:1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes zoomOut{
	0%{
		opacity: 0;
		scale:1;
	}
	15%{
		opacity: 1;
	}
	25%{
		opacity: 1;
	}
	40%{
		opacity: 0;
		scale:1.1;
	}
	100%{
		opacity: 0;
	}
}
.eyeCatch_wrap{
	position: relative;
	width: 100%;
	height: 100%;
}
.eyeCatch_wrap>video{
	object-fit: cover;
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
}
.eyeCatch_wrap>.absolute{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
}
.fadein{
	opacity: 0;
	transform: translate(0,0);
	transition: all 1s;
}
.fadein-bottom{
	transform: translate(0,30px);
}
.scrollin{
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}
.multiply0826{
	mix-blend-mode:multiply;
}
/*.opacity0826{
	opacity:0.8;
}*/
.eyeCatch_txtBox{
	width:33%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.eyeCatch_txtBox>a{
	display:block;
	position:relative;
	transition:0.5s all;
}
.eyeCatch_txtBox>a:hover,
.eyeCatch_txtBox>a:active{
	opacity: 0.8;
	transition:0.5s all;
}
@media (max-width:768px){            
	.eyeCatch{
		aspect-ratio: 750/920;
	}
	.eyeCatch_box.bg01{
		background-image: url(../images/top/eyeImg01_sp_251209.jpg);
	}
	.eyeCatch_box.bg02{
		background-image: url(../images/top/eyeImg02_sp_251209.jpg);     
	}
	.eyeCatch_box.bg03{
		background-image: url(../images/top/eyeImg03_sp_251209.jpg);          
	}
	.eyeCatch_box.bg04{
		background-image: url(../images/top/eyeImg04_sp_251209.jpg);          
	}
	.eyeCatch_txtBox{
		width:80%;
	}
}

/* sellingPoint250303 */
.sellingPoint250303{
	padding:50px 0 150px 0;
	margin-bottom:50px;
	background:linear-gradient(180deg,#77b9d6,#0078ad);
	position: relative;
}
.waveWrap04{
	position:absolute;
	left:0;
	bottom:0;
}
.sellingPoint250303_wrap{
	width:1320px;
	margin:0 auto;
}
.sellingPoint250303_wrap ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.sellingPoint250303_wrap ul:first-of-type{
	margin-bottom:20px;
}
.sellingPoint250303_wrap ul li{
	font-size:1.5em;
	letter-spacing:0.1em;
	color:#fff;
	padding:0 15px;
	box-sizing:border-box;                
	border-right:1px solid #fff;
}
.sellingPoint250303_wrap ul li:nth-of-type(3){
	margin-right:0em;
	border-right:none;
}
.sellingPoint250303_wrap ul li span{
	font-size:1.5em;
}
.sellingPoint250303_wrap ul li span.small{
	font-size:0.8em;
}
@media (max-width:1600px){
	.sellingPoint250303_wrap{
		width:90%;
	}
	.sellingPoint250303_wrap ul li{
		font-size:1.4em;
	}
}
@media (max-width:1400px){
	.sellingPoint250303_wrap ul li{
		font-size:1.3em;
	}
}
@media (max-width:1200px){
	.sellingPoint250303_wrap ul li{
		font-size:1.2em;
	}
}
@media (max-width:1100px){
	.sellingPoint250303_wrap ul li{
		font-size:1.1em;
	}
}
@media (max-width:1000px){
	.sellingPoint250303_wrap ul li{
		font-size:1em;
	}
}
@media (max-width:800px){
	.sellingPoint250303_wrap ul li{
		font-size:0.9em;
	}
}
@media (max-width:768px){
	.sellingPoint250303{
		padding:50px 0 100px 0;
	}
	.sellingPoint250303_wrap ul{
		flex-direction:column;
	}
	.sellingPoint250303_wrap ul:first-of-type{
		margin-bottom:0px;
	}
	.sellingPoint250303_wrap ul li{
		font-size:1.25em;
		text-align:center;
		border-right:none;
		border-bottom:1px solid #fff;
		padding-bottom:10px;
		margin-bottom:10px;
	}
	.sellingPoint250303_wrap ul:last-of-type li:last-of-type{
		border-bottom:none;
	}
}
@media (max-width:500px){
	.sellingPoint250303_wrap ul li{
		font-size:1.15em;
	}
}

/* mainTxt */
.mainTxt{
	padding-bottom:200px;
	background-image: url(../images/top/waveBg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;

}
.mainTxt_inner{
	width:1000px;
	margin:0 auto;
	margin-bottom:50px;
}
.mainTxt_inner>p:first-of-type{
	margin-bottom:50px;
}
.mainTxt_inner>p:nth-of-type(2){
	margin-bottom:50px;
}
.mainTxt_inner>p:last-of-type{
	margin-bottom:50px;
}
.top_requestBtn{
	width:400px;
	margin:0 auto;
}
.top_requestBtn p{
	width:100%;
}
.top_requestBtn p a{
	display: block;
	background-image: url(../images/top/btnBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.top_requestBtn p a:hover{
	opacity:0.5;
}
.waveWrap{
	position:absolute;
	bottom:0;
	left:0;
}
.movieTop{
	position:absolute;
	bottom:-1px;
	left:0;
}
@media (max-width:1500px){
	.mainTxt_inner{
		width:66.66%;
	}
	.top_requestBtn{
		width:40%;
	}
	.mainTxt_inner>p:last-of-type{
		margin-bottom:30px;
	}
}
@media (max-width:1024px){
	.mainTxt{
		padding-bottom:150px;
	}
}
@media (max-width:768px){
	.mainTxt{
		background-image: url(../images/top/waveBg_sp.jpg);
		padding-bottom:100px;
	}
	.mainTxt_inner{
		width:100%;
	}
	.top_requestBtn{
		width:350px;
	}
}
@media (max-width:700px){
	.top_requestBtn{
		width:50%;
	}
}

/* pickUp_row */
.pickUp_row{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.pickUp_row ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.pickUp_row ul li{
	width:48%;
	margin-bottom:20px;
	box-shadow:5px 5px 10px rgba(0,0,0,0.1);
}
.pickUp_row ul li a{
	transition:0.5s all;
}
.pickUp_row ul li a:hover,
.pickUp_row ul li a:active{
	opacity:0.5;
	transition:0.5s all;
}
@media (max-width:768px){
	.pickUp_row ul li{
		width:100%;
		margin-bottom:10px;
	}
}

/* campaignBanner_row */
.campaignBanner_row{
	max-width: 1320px;
	width:80%;
	margin:0 auto;
	padding-top: 50px;
	margin-bottom: 50px;
}
.campaignBanner_row>ul>li{
	margin-bottom:20px;
	box-shadow:0 0 8px rgba(0,0,0,0.3);
}
.campaignBanner_row>ul>li:last-child{
	margin-bottom:0px;
}
.campaignBanner_row>ul>li>a{
	display:block;
	transition:0.5s all;
}
.campaignBanner_row>ul>li>a:hover,
.campaignBanner_row>ul>li>a:active{
	opacity:0.5;
	transition:0.5s all;
}
@media (max-width:768px){
	.campaignBanner_row{
		margin-bottom: 30px;
	}
}

/* specBanner_wrap */
.specBanner_wrap{
	padding-bottom:200px;
	background-image: url(../images/top/waveBg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
.specBanner_wrap>ul{                
	max-width: 1320px;
	width:80%;
	margin: 0 auto;
}
.specBanner_wrap>ul>li{
	margin-bottom: 30px;
}
.specBanner_wrap>ul>li>a{
	transition: 0.5s all;
}
.specBanner_wrap>ul>li>a:hover,
.specBanner_wrap>ul>li>a:active{
	opacity: 0.5;
	transition: 0.5s all;
}
@media (max-width:1024px){
	.specBanner_wrap{
		padding-bottom:150px;
	}
}
@media (max-width:768px){
	.specBanner_wrap{
		padding-bottom:100px;
	}
	.specBanner_wrap>ul{
		width:80%;
	}
	.specBanner_wrap>ul>li{
		margin-bottom: 10px;
	}
	.specBanner_wrap>ul>li:last-of-type{
		margin-bottom: 0px;
	}
}

/* info */
.info{
	background-color:#fff;
}
.infoWrap{
	width:80%;
	max-width:1180px;
	margin:0 auto;
	margin-bottom:50px;
	padding:50px 0 0 0;
}
.infoRow{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.informationBox{
	width:48%;
}
.informationBox h3{
	font-family: "Marcellus", serif;
	font-size:2em;
	letter-spacing:0.1em;
	color: #727171;
	padding-bottom:10px;
	border-bottom:1px solid #008cc2;
	margin-bottom:10px;
}
.informationBox_inner{
	height:400px;
	overflow:auto;
}
.informationBox_inner.handBill{
	height:auto;
}
.informationBox:first-of-type{
	margin-bottom:30px;
}
.informationBox table{
	width:100%;
}
.informationBox table tr th{
	display:block;
	font-size:1em;
	text-align:left;
	padding-bottom:5px;           
}
.informationBox table tr td{
	display:block;
	font-size:1em;
	padding-bottom:30px;       
}
.informationBox table tr:last-of-type td{
	padding-bottom:0px;       
}
.informationBox table tr td a{
	transition:0.5s all;       
}
.informationBox table tr td a:hover,
.informationBox table tr td a:active{
	opacity:0.5;
	transition:0.5s all;       
}
.handBill_row{
	display:flex;
	justify-content:space-between;
}
.handBill_row>p{
	width:48%;
}
@media (max-width:1600px){
	.infoWrap{
		width:82.5%;
	}
}
@media (max-width:1200px){
	.infoWrap{
		width:81.25%;
	}
	.informationBox{
		width:100%;
	}
}
@media (max-width:768px){
	.infoWrap{
		width:90%;
	}
	.informationBox table tr th,
	.informationBox table tr td{
		display:block;
		width:100%;     
	}
	.informationBox table tr td{
		padding-bottom:15px;       
	}
}

/* movie_bottomWave */
.movie_bottomWave{
	background-color:#d8e4ea;
	position: relative;
	height: 100px;
}
.topRotate{
	transform:rotate(180deg);
}

/* specialContents */
.specialContents_btn{
	width:80%;
	height:auto;
	max-width:1180px;
	margin:0 auto;
	margin-bottom:80px;
}
.specialContents_btn>a{
	display:block;
	width:100%;
	height:100%;
	transition:background-color 0.5s ease;
}
.specialContents_btn>a:hover,
.specialContents_btn>a:active{
	background-color:#e2eef3;
}
.specialContents_inner {
	width: auto;
	margin: 0;
	background-color:transparent;
}
.specialContents_inner>span{
    display: block;
    aspect-ratio: 1300 / 18;
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.specialContents_inner>span:first-of-type,
.specialContents_inner>span:last-of-type {
    background-image: url(../images/top/deco01.jpg);
}
.sC_txtWrap_inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
.sC_txtWrap_inner>h2 {
	display:inline-block;
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	position: relative;
	padding: 0 3em;
	box-sizing: border-box;
}
.sC_txtWrap_inner>h2:before {
	content: '';
	width: 2em;
	height: 1em;
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.sC_txtWrap_inner>h2:after {
	content: '';
	width: 2em;
	height: 1em;
	border-bottom: 1px solid #000;
	position: absolute;
	right: 0;
	bottom: 0;
}
.sC_txtWrap_inner>p {
	font-size: 0.9em;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 40px;
}
.sC_txtWrap_inner>p:first-of-type{
	width:500px;
	margin:0 auto;
	margin-bottom:10px;
}
.sC_txtWrap_inner>p:last-child {
	margin-bottom: 0px;
}
@media (max-width:768px){
	.specialContents_btn{
		width:90%;
		margin-bottom:50px;
	}
	.sC_txtWrap_inner {
		width: 100%;
	}
	.sC_txtWrap_inner>p:first-of-type{
		width:70%;
	}
	.sC_txtWrap_inner>h2 {
		font-size: 1.4em;
	}
}
@media (max-width:500px){
	.sC_txtWrap_inner>p:first-of-type{
		width:80%;
	}
	.sC_txtWrap_inner>h2 {
		font-size: 1.3em;
	}
}@media (max-width:450px){
	.sC_txtWrap_inner>p:first-of-type{
		width:90%;
	}
	.sC_txtWrap_inner>h2 {
		font-size: 1.2em;
	}
}

/* achievements */
.achievementsWrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.achievementsWrap ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.achievementsWrap ul li{
	width: 31%;
}
.achievementsWrap ul li:first-child{
	margin-left: 3%;
}
@media (max-width:768px){
	.achievementsWrap{
		width: 90%;
	}
	.achievementsWrap ul li{
		width: 48%;
	}
	.achievementsWrap ul li:first-child{
		margin-left: 4%;
	}
}

/* youtubeWrap */
.youtubeWrap{
	max-width:1100px;
	width:80%;
	margin:0 auto;
}
.youtubeWrap{
	padding-top:80px;
}
.youtubeWrap iframe{
	aspect-ratio:16/9;
}
@media (max-width:768px){
	.youtubeWrap{
		width:90%;
	}
	.youtubeWrap{
		padding-top:50px;
	}
}