@charset "utf-8";

.swiper-slide a{
	position: relative;
	display: block;
	overflow: hidden;
	background-position: center !important;
	background-size: 190% auto !important;
	background-repeat: no-repeat;
/*
	position: relative;
	display: block;
	overflow: hidden;
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
*/
}

.swiper-slide strong{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	top: -100%;
	left: 0;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
}

.swiper-slide a:hover strong{
	visibility: visible;
	opacity: 1;
	top: 0;
}

.swiper-slide strong .ttl{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.0em;
	color: #fff;
	font-weight: bold;
}

.swiper-slide strong .artist{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	margin-top: 5px;
}

.swiper-wrapper{
  opacity: 0;
  transition: opacity 1.5s linear;
}

.swiper-wrapper.slick-initialized{
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ mvBlock */

#mvBlock{

}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ welcomeBlock */

.welcomeBlock{
	background: #fff;
	color: #fff;
	text-align: center;
	color: #333;
}

.welcomeBlock > .inner{
	max-width: 1000px;
	padding: 40px 20px;
	margin: auto;
}

.welcomeBlock .ttl_main{
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.3;
	color: #76a8ef;
}

.welcomeBlock .txt{
	margin-top: 20px;
}

.welcomeBlock .caution{
	font-size: 1.2rem;
	margin-top: 30px;
	color: #76a8ef;
}

.welcomeBlock .bttn{
	margin-top: 10px;
}

.welcomeBlock .bttn .btn_nml{
	background: #76a8ef;
	color: #fff;
}
.welcomeBlock .bttn .btn_nml:hover{background: #fff;color: #76a8ef;border: 1px solid #76a8ef}

.welcomeBlock .bttn .btn_nml span{
	font-weight: bold;
}

.welcomeBlock .btnBox{
	display: table;
	margin: 30px auto 0;
}

.welcomeBlock .btnBox > li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.welcomeBlock .btnBox .gallery{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 75px;
	font-size: 1.6rem;
	border: 3px solid #ab0000;
	background: #e6b2b2;
	position: relative;
	text-decoration: none;
}
.welcomeBlock .btnBox .gallery:hover{opacity: 0.8;}
.lang_en .welcomeBlock .btnBox .gallery{width: 240px;}

.welcomeBlock .btnBox .gallery:before{
	content: '';
	position: absolute;
	display: block;
	background: url(../img/icon_gallery.png) no-repeat center;
	top: 50%;
	margin-top: -36px;
	left: 15px;
	width: 30px;
	height: 75px;
	background-size: contain;
}

.welcomeBlock .btnBox .gallery span{
	position: relative;
	font-weight: bold;
	color: #ab0000;
	width: 100%;
	text-align: center;
}
.lang_en .welcomeBlock .btnBox .gallery span{text-align: left;padding-left: 55px;}

.welcomeBlock .btnBox .gallery span:before{
	content: '';
	position: absolute;
	display: block;
	background: #ab0000;
	top: 50%;
	margin-top: -10px;
	right: 20px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-size: contain;
}

.welcomeBlock .btnBox .gallery span:after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 27px;
	margin-top: -4px;
}

.welcomeBlock .btnBox .winner{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 75px;
	font-size: 1.6rem;
	border: 3px solid #ab8434;
	background: #eee7d6;
	position: relative;
	text-decoration: none;
}
.welcomeBlock .btnBox .winner:hover{opacity: 0.8;}
.lang_en .welcomeBlock .btnBox .winner{width: 240px;}

.welcomeBlock .btnBox .winner:before{
	content: '';
	position: absolute;
	display: block;
	background: url(../img/icon_winner.png) no-repeat center;
	top: 50%;
	margin-top: -36px;
	left: 15px;
	width: 40px;
	height: 75px;
	background-size: contain;
}

.welcomeBlock .btnBox .winner span{
	position: relative;
	font-weight: bold;
	color: #ab8434;
	width: 100%;
}
.lang_en .welcomeBlock .btnBox .winner span{text-align: left;padding-left: 65px;}

.welcomeBlock .btnBox .winner span:before{
	content: '';
	position: absolute;
	display: block;
	background: #ab8434;
	top: 50%;
	margin-top: -10px;
	right: 20px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-size: contain;
}

.welcomeBlock .btnBox .winner span:after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 27px;
	margin-top: -4px;
}

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

	.welcomeBlock > .inner{
		padding: 30px 10px;
	}

	.welcomeBlock .ttl_main{
		font-size: 2.1rem;
	}

	.welcomeBlock .txt{
		text-align: left;
		margin-top: 10px;
	}

	.welcomeBlock .caution{
		margin-top: 20px;
	}

	.welcomeBlock .bttn{
		margin-top: 10px;
	}

	.welcomeBlock .btnBox{
		display: block;
		margin: 20px auto 0;
	}

	.welcomeBlock .btnBox > li{
		display: block;
		padding: 0;
	}

	.lang_en .welcomeBlock .btnBox .gallery,
	.welcomeBlock .btnBox .gallery{
		width: 80%;
		height: 60px;
		margin: auto;
	}

	.lang_en .welcomeBlock .btnBox .winner,
	.welcomeBlock .btnBox .winner{
		width: 80%;
		height: 60px;
		margin: 20px auto 0;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ partnerBlock */

.partnerBlock{
	background: #fff;
}

.partnerBlock > .inner{
	max-width: 1000px;
	padding: 40px 20px;
	margin: auto;
}

.partnerBlock .ttl_main{
	color: #76a8ef;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.partnerBlock .patBox{
	margin: 20px auto;
	display: table;
	width: 100%;
}

.partnerBlock .patBox > li{
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

.partnerBlock .patBox a{
	display: block;
	max-width: 215px;
}

.partnerBlock .patBox .txt{
	font-size: 1.3rem;
	font-weight: bold;
}

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

	.partnerBlock > .inner{
		padding: 30px 10px;
	}

	.partnerBlock .ttl_main{
		font-size: 2.1rem;
	}

	.partnerBlock .patBox{
		margin: 15px auto;
		display: block;
	}

	.partnerBlock .patBox > li{
		display: block;
		margin-top: 15px;
	}

	.partnerBlock .patBox a{
		display: inline-block;
		max-width: 215px;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ sympoBlock */

.sympoBlock{
	background: #fff;
}

.sympoBlock > .inner{
	max-width: 1000px;
	padding: 40px 20px;
	margin: auto;
}

.sympoBlock .ttl_main{
	color: #76a8ef;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.sympoBlock .sub{
	color: #76a8ef;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 15px;
	text-align: center;
}

.sympoBlock .txt{
	margin-top: 30px;
	text-align: center;
}

.sympoBlock .detailBox{
	display: table;
	width: 100%;
	margin: 30px auto 0;
}

.sympoBlock .detailBox > li{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.sympoBlock .infoTable tr:nth-child(odd){background: #e5e5f3;}

.sympoBlock .infoTable th,
.sympoBlock .infoTable td{
	padding: 5px 10px;
	line-height: 1.5;
	font-weight: bold;
}

.sympoBlock .detailBox .movSide{
	padding-left: 20px;
}

.sympoBlock .detailBox .movSide .img{
	width: 380px;
}

.sympoBlock .detailBox .movSide .txt{
	text-align: left;
	margin-top: 10px;
}

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

	.sympoBlock > .inner{
		padding: 30px 10px;
	}

	.sympoBlock .ttl_main{
		font-size: 2.1rem;
	}

	.sympoBlock .sub{
		font-size: 1.5rem;
		margin-top: 10px;
	}

	.sympoBlock .txt{
		text-align: left;
		margin-top: 20px;
	}

	.sympoBlock .detailBox{
		display: block;
		width: 100%;
		margin: 20px auto 0;
	}

	.sympoBlock .detailBox > li{
		display: block;
		width: 100%;
	}

	.sympoBlock .infoTable{
		margin-top: 20px;
		width: 100%;
	}

	.sympoBlock .infoTable th,
	.sympoBlock .infoTable td{
		padding: 5px 5px;
	}

	.sympoBlock .detailBox .movSide{
		padding-left: 0;
		margin-top: 20px;
	}

	.sympoBlock .detailBox .movSide .img{
		width: 100%;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ greetingBlock */

.greetingBlock{
	background: url(../img/bg_greetingBlock.jpg) no-repeat center top;
	background-size: 100% auto;
	text-align: center;
	padding-top: 200px;
}

.greetingBlock > .inner{
	max-width: 1000px;
	padding: 40px 20px;
	margin: auto;
}

.greetingBlock .ttl_main{
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.3;
	color: #76a8ef;
}

.greetingBlock .picBox{
	display: table;
	margin: 30px auto 0;
}

.greetingBlock .picBox > li{
	display: table-cell;
	width: calc(100% / 3);
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
}
.greetingBlock .picBox.col2 > li{width: 50%;}

.greetingBlock .picBox .img{
	display: inline-block;
	width: 150px;
}

.greetingBlock .picBox .name{
	margin-top: 15px;
	font-weight: bold;
}

.greetingBlock .picBox .prop{
	font-size: 1.3rem;
	font-weight: bold;
}

.greetingBlock .picBox .exp{
	margin-top: 20px;
	font-weight: bold;
}

.greetingBlock .bttn{
	margin-top: 30px;
}

.greetingBlock .bttn .btn_nml{
	border: 1px solid #76a8ef;
	color: #76a8ef;
}
.greetingBlock .bttn .btn_nml:hover{background: #76a8ef;color: #fff;}

.greetingBlock .bttn .btn_nml span{
	font-weight: bold;
}

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

	.greetingBlock{
		padding-top: 100px;
	}

	.greetingBlock > .inner{
		padding: 30px 10px;
	}

	.greetingBlock .ttl_main{
		font-size: 2.1rem;
	}

	.greetingBlock .picBox{
		display: block;
		margin: 0 auto 0;
	}

	.greetingBlock .picBox > li{
		display: block;
		width: 100%;
		text-align: center;
		padding: 0;
		margin-top: 20px;
	}
	.greetingBlock .picBox.col2 > li{width: 100%;}

	.greetingBlock .picBox .prop{
		font-size: 1.2rem;
		font-weight: bold;
	}

	.greetingBlock .picBox .exp{
		margin-top: 15px;
		text-align: left;
	}

	.greetingBlock .bttn{
		margin-top: 20px;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ outlineBlock */

.outlineBlock{
	background: url(../img/bg_outlineBlock.jpg) no-repeat center top;
	background-size: 100% 200px;
	padding-top: 200px;
}

.outlineBlock > .inner{
	max-width: 1000px;
	padding: 40px 20px;
	margin: auto;
}

.outlineBlock .ttl_main{
	color: #fff;
	/* text-shadow: 0px 0px 3px rgba(0,0,0,0.9); */
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	background: #76a8ef;
	padding: 30px 0;
}

.outlineBlock .sub{
	color: #76a8ef;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 30px;
	text-align: center;
}

.outlineBlock .sub span{
	font-size: 0.8em;
	font-weight: bold;
}

.outlineBlock .txt{
	margin-top: 20px;
	text-align: center;
}

.outlineBlock .detailBox{
	display: table;
	margin: 30px auto 0;
	width: 90%;
}

.outlineBlock .detailBox > li{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.outlineBlock .infoTable{
	margin-top: 30px;
}

.outlineBlock .infoTable th,
.outlineBlock .infoTable td{
	padding: 5px 10px;
	line-height: 1.5;
	font-weight: bold;
}

.outlineBlock .infoTable th{
	white-space: nowrap;
}

.outlineBlock .infoTable th span{
	display: inline-block;
	background: #76a8ef;
	color: #fff;
	padding: 3px 10px;
}

.outlineBlock .mapSide{
	text-align: center;
}

.outlineBlock .mapArea{
	display: inline-block;
	box-shadow: rgba(0,0,0,0.2) 0 0 2px 3px;
	width: 90%;
}

.outlineBlock .mapArea iframe{
	width: 100%;
	height: 220px;
}

.outlineBlock .img{
	text-align: center;
	margin-top: 20px;
}

.outlineBlock .img span{
	display: inline-block;
	max-width: 320px;
}

.outlineBlock .bttn{
	text-align: center;
	margin-top: 15px;
	margin-top: 20px;
}

.outlineBlock .bttn .btn_nml{
	border: 1px solid #76a8ef;
	color: #76a8ef;
}
.outlineBlock .bttn .btn_nml:hover{background: #76a8ef;color: #fff;}

.outlineBlock .bttn .btn_nml span{
	font-weight: bold;
}

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

	.outlineBlock{
		padding-top: 100px;
	}

	.outlineBlock > .inner{
		padding: 30px 10px;
	}

	.outlineBlock .ttl_main{
		font-size: 2.1rem;
	}

	.outlineBlock .sub{
		font-size: 1.5rem;
		margin-top: 20px;
	}

	.outlineBlock .detailBox{
		display: block;
		margin: 0 auto 0;
		width: 100%;
	}

	.outlineBlock .detailBox > li{
		display: block;
		width: 100%;
		margin-top: 20px;
	}

	.outlineBlock .infoTable{
		margin-top: 0;
		width: 100%;
	}

	.outlineBlock .infoTable th{
		padding: 5px 5px;
		white-space: nowrap;
	}

	.outlineBlock .infoTable td{
		padding: 5px 5px;
	}

	.outlineBlock .mapArea{
		display: block;
		width: 98%;
		margin-top: 30px;
	}

	.outlineBlock .mapArea iframe{
		width: 100%;
		height: 300px;
	}

	}/* --- max-width:768px */


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ instaBlock */

.instaBlock > .inner{
	max-width: 1000px;
	padding: 0 20px;
	margin: auto;
}

.instaBlock .ttl_main{
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	background: #76a8ef;
	padding: 30px 0;
	color: #fff;
}

.instaBox{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex: auto;
	margin-top: 0;
}

.instaBox li{
	flex-basis: calc(100% / 6);
}

.instaBox a{
	display: block;
	position: relative;
	display: block;
	overflow: hidden;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat;
}

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

	.instaBlock > .inner{
		padding: 30px 10px;
	}

	.instaBlock .ttl_main{
		font-size: 2.1rem;
	}

	.instaBox{
		margin-top: 20px;
	}

	.instaBox li{
		flex-basis: 25%;
	}
	.instaBox li:nth-child(n + 9){display: none;}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ bannerBlock */

.bannerBlock > .inner{
	max-width: 1000px;
	padding: 40px 20px;
	margin: auto;
}

.bannerBlock .bttn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 600px;
	height: 100px;
	padding: 10px 35px;
	box-shadow: rgba(0,0,0,0.05) 0 0 1px 1px;
	margin: auto;
	text-decoration: none;
}
.bannerBlock .bttn a:hover{opacity: 0.6;}

.bannerBlock .bttn a img{
	width: 216px;
}

.bannerBlock .bttn a span{
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

.bannerBlock .bttn a span:before{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px;
	border-right: solid 2px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
}

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

	.bannerBlock > .inner{
		padding: 30px 10px;
	}

	.bannerBlock .bttn a{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		flex: auto;
		width: 100%;
		height: auto;
		padding: 10px 20px;
	}

	.bannerBlock .bttn a img{
		width: 150px;
	}

	.bannerBlock .bttn a span{
		font-size: 1.2rem;
		padding-right: 15px;
	}

	.bannerBlock .bttn a span:before{
		content: '';
		width: 6px;
		height: 6px;
		border-top: solid 2px;
		border-right: solid 2px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -4px;
	}

	}/* --- max-width:768px */

.youtubeWrap{
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	display: block;
}

.youtubeWrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ mailmag */

.melmaBlock > .inner{
	max-width: 1000px;
	padding: 40px 20px;
	margin: auto;
}

.melmaBlock .ttl_main{
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}

.melmaBlock .cap{
	text-align: center;
	line-height: 1.5;
	margin: 10px auto;
}

.melmaBlock .formbox-editor-1705124{
	bottom: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	padding: 10px !important;
/*
	box-shadow: 1px 1px 1px 0px #dddddd;
*/
	text-align: center;
	width: 400px !important;
}

.melmaBlock .formbox-title-1705124{
	margin: 0 !important;
	display: none;
}

.melmaBlock input.formbox-field-1705124{
	font-size: 12px !important;
}

.melmaBlock .formbox-editor-1705124 fieldset > input{
	padding: 10px !important;
}

.melmaBlock #btnSubmit{
	padding: 5px 10px;
	margin: 0;
	width: 100%;
	font-size: 12px !important;
}
