@charset "UTF-8";

/*--------------------
シェアボタン
--------------------*/
#foot_sharebutton{
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 999;
}

#foot_sharebutton ul{
	margin: 0;
	padding-left: 0;
	display: flex;
}

#foot_sharebutton ul li{
	list-style: none;
}

@media only screen and (max-width: 767.98px){
	#foot_sharebutton{
		position: static;
		padding: 40px 3% 10px 8%;
	}
}


/*--------------------
枠組み・基本設定
--------------------*/
body{
	max-width: none;
}

.Main__content{
	max-width: 100%;
	width: 100%;
	padding: 0;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	font-weight: 400;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	background: url(../img/bg.jpg) repeat-y top center;
	background-size: 100% auto;
}

.Main__content img{
	width: 100%;
}

.Main__content h1{
	margin: 0;
}

.l_main p{
	margin-top: 0;
	margin-bottom: 0;
}

.l_main a{
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}

.l_main a:hover{
	filter:Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.50;
}

.l_main ul{
	padding-left: 0;
}

.l_main li{
	list-style: none;
}

.l_main dl dd{
	margin: 0;
}

.l_main .br_pc { display: block !important;}
.l_main .br_sp { display: none !important;}


@media only screen and (max-width: 767.98px){
	.l_main .br_pc { display: none !important;}
	.l_main .br_sp { display: block !important;}
	
	.Main__content{
		font-size: 100%;
	}
}


/*---------------------
スクロールアニメーション
---------------------*/
.l_main .is_scrollanime{
	opacity: 0 !important;
	transition: all .8s ease !important;
}

.l_main .is_scrollanime.show{
	opacity: 1 !important;
	transform: none !important;
}

.l_main .is_rl{         transform: translate(-100px, 0) !important;}
.l_main .is_rr{         transform: translate(100px, 0) !important;}
.l_main .is_up{         transform: translate(0, 100px) !important;}
.l_main .is_down{       transform: translate(0, -100px) !important;}
.l_main .is_scaleUp{    transform: scale(.8) !important;}
.l_main .is_scaleDown{  transform: scale(1.5) !important;}
.l_main .is_rotateL{    transform: rotate(180deg) !important;}
.l_main .is_rotateR{    transform: rotate(-180deg) !important;}


/*--------------------
ローディング
--------------------*/
body.is-loading{
	overflow: hidden;
	height: 100vh;
}

.l_loading{
	background: url(../img/bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.l_loading.is_hide{
	opacity: 0;
	visibility: hidden;
}

.md_loading img{
	width: 240px;
	height: auto;
	display: block;
}

/*---------------------
メインビジュアル
---------------------*/
.l_main{
	position: relative;
	padding-bottom: 200px;
}

.l_main .l_mv{
	background: url(../img/bg_mv.jpg) no-repeat top center;
	background-size: 100% 100%;
	position: relative;
}

.l_main .l_mv .is_h1{
	max-width: 760px;
	width: 92%;
	height: 80vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	animation: fadeinlogo 2s ease 1.5s forwards;
	opacity: 0;
}

@keyframes fadeinlogo{
	0% {
		opacity: 0;
		transform: translatey(60px);
	}
	100% {
		opacity: 1;
		transform: translatey(0);
	}
}

@media only screen and (max-width: 767.98px){
	.l_main{
		padding-bottom: 40%;
	}
	
	.l_main .l_mv .is_h1{
		height: 60vh;
	}
}


/*---------------------
スポット
---------------------*/
.l_main .l_spot{
	background: url(../img/bg_spot.jpg) no-repeat top center;
	background-size: 100% auto;
}


/*---------------------
ご存知でしたか？
---------------------*/
.l_main .l_news{
	max-width: 920px;
	width: 84%;
	margin: 0 auto;
	padding: 8% 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_main .l_news > div{
	width: 49%;
}

.l_main .l_news .is_maintxt p{
	font-family: 'YakuHanMP', "Zen Old Mincho", serif;
	font-size: 125%;
	font-weight: 400;
	padding-bottom: 24px;
}

.l_main .l_news .is_maintxt + p{
	font-size: 75%;
}

.l_main .l_news .is_maintxt .is_catch{
	margin-top: -60px;
	margin-left: -1em;
	padding-bottom: 0;
}

.l_main .l_news .is_maintxt .is_catch::first-letter{
	font-size: 500%;
}

.l_main .l_news .is_maintxt .is_catch + p{
	margin-top: -20px;
}

@media only screen and (max-width: 767.98px){
	.l_main .l_news > div{
		width: 100%;
	}
	
	.l_main .l_news > div:nth-child(2){
		padding: 80px 0;
	}
	
	.l_main .l_news .is_maintxt .is_catch{
		margin-top: 0;
	}
}


/*---------------------
続々展開予定
---------------------*/
.l_main .l_next{
	background: url(../img/bg_next.png) no-repeat center center;
	background-size: 100% 100%;
	max-width: 960px;
	width: 92%;
	margin: 0 auto;
	position: relative;
}

.l_main .l_next .is_matsu{
	width: 280px;
	position: absolute;
	top: -100px;
	right: -80px;
	animation: yurayura 1.8s ease-in-out infinite alternate-reverse;
	transform-origin: right bottom;
}

@keyframes yurayura{
	from {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 50% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(5deg) skew(0deg,0deg);
		opacity: 1.0;
	} 90% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	}
}

.l_main .l_next p{
	font-family: 'YakuHanMP', "Zen Old Mincho", serif;
	font-size: 250%;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	padding: 20px;
}

@media only screen and (max-width: 767.98px){
	.l_main .l_next{
		background: url(../img/bg_next_sp.png) no-repeat center center;
		background-size: 100% 100%;
	}
	
	.l_main .l_next p{
		font-size: 175%;
		padding: 25px 20px;
	}
	
	.l_main .l_next .is_matsu{
		top: 90%;
		right: 5%;
	}
}
