@charset "utf-8";
/*---------------------------------------
Common
----------------------------------------*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none;}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html, body {
height:100%;
}
body{
color:#333;
font-size:1.6rem;
-webkit-text-size-adjust: 100%;
box-sizing:border-box;
font-family:"ヒラギノ角ゴシック", Hiragino Sans, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans‒serif;
font-weight: 300;
line-height: 180%;
}
a:hover img{
	opacity: 0.8;
}
a{
text-decoration:none;
}
a:focus{
	outline: inherit;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	height: 100vh;
	min-height: 640px;
	margin:0 auto;
	position: relative;
}
.switch {
	visibility: hidden;
}
.center{
	text-align: center;
}

/* header */
header{
	width: 100%;
	min-width: 1000px;
	height: 80px;
	background-color: inherit;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100;
	opacity: 0;
}
header.white{
	background-color: #fff;
	transition: .8s;
}
header h1{
	display: inline-block;
}
header img.logo{
	margin: 20px 0 0 23px;
}
header img.catch_header{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-top: 10px;
	opacity: 0;
}
	header img.catch_header.show{
		opacity: 1;
		transition: .8s;
	}
header ul.menu{
	float: right;
	overflow: hidden;
}
	header ul.menu li{
		text-align: center;
		float: left;
		border-right: solid 1px #fff;
	}
	header ul.menu li a{
		cursor: pointer;
		font-size: 13px;
		letter-spacing: 2px;
		color: #333;
		display: block;
		height: 38px;
		min-width: 58px;
		padding: 42px 30px 0;
		line-height: 130%;
	}
	header ul.menu li.entry{
		background: url(../img/icon_entry_pc.png) no-repeat;
		background-position: center 12px;
		background-color: #d1dfea;
	}
	header ul.menu li.mypage{
		background: url(../img/icon_mypage_pc.png) no-repeat;
		background-position: center 13px;
		background-color: #d1dfea;
	}
	header ul.menu li.info{
		background: url(../img/icon_info_pc.png) no-repeat;
		background-position: center 14px;
		background-color: #dce1e3;
		border-right: none;
	}
	header ul.menu li:hover{
		opacity: 0.8;
	}

/* section */
section{
	width: 100%;
}
section div.inner{
	width: 1000px;
	margin: 0 auto;
}
/* catch */
section.catch{
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	transform: translate(-50%,-75%);
	width: 1000px;
	height: 160px;
	z-index: 20;
	opacity: 0;
	text-align: center;

	transition: opacity 1s, -webkit-filter 2s;
	transition: filter 2s, opacity 1s;
	transition: filter 2s, opacity 1s, -webkit-filter 2s;

	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	-webkit-filter: blur(0px);
					filter: blur(0px);
}
	section.catch.show {
		opacity: 1;
	}
	section.catch.blur {
		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="40" /></filter></svg>#filter');
		-webkit-filter: blur(40px);
						filter: blur(40px);
	}
section.catch h2{
	position: relative;
	line-height: 1;
	margin: 0;
}
	section.catch .catch02{
		display: block;
		opacity: 0;
		text-align: center;

		transition: opacity 2s, -webkit-filter 2s;
		transition: filter 2s, opacity 2s;
		transition: filter 2s, opacity 2s, -webkit-filter 2s;

		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
		-webkit-filter: blur(0px);
						filter: blur(0px);
	}
	section.catch img.catch02.blur {
		filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="40" /></filter></svg>#filter');
		-webkit-filter: blur(40px);
						filter: blur(40px);
	}
/*anchor*/
.m-anchor-content {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}
/*skip*/
	.skip{
		position: fixed;
		left: 0;
		z-index: 35;
		bottom: 10px;
		margin: 0 show;
		text-align: center;
		opacity: 1;

		transition: opacity 1s;
	}
	.skip > span {
		cursor: pointer;
		display: inline-block;
	}
	.skip.hide{
		opacity: 0;
		z-index: 1;
	}
	/*ipad用*/
	.iPad .skip{
		bottom: 60px;
	}

/*video*/
	.video{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 70px auto 0;
		width: 222px;
		height: 60px;
		opacity: 0;
		z-index: 50;
		transition: 2s;
	}
	.video > a{
  	display: block;
  	line-height: 1;
  }
	.video.show{
		opacity: 1;
		z-index: 40;
	}

/*scroll*/
	.scroll{
		position: fixed;
		left: 0;
		right: 0;
		z-index: 30;
		bottom: 10px;
		margin: 0 auto;
		text-align: center;
		opacity: 1;

		transition: opacity 3s;
	}
	.scroll.hide{
		opacity: 0;
	}
	/*ipad用*/
	.iPad .scroll{
		bottom: 60px;
	}

/* slideimages */
section.slideimages_wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	opacity: 0;
	z-index: 1;
	transition: 7s;
	transition-property: opacity;
}
	section.slideimages_wrap.opacity1 {
		opacity: 1;
	}
	section.slideimages_wrap.fix{
		position: fixed;
	}
	section.slideimages_wrap .slideimages {
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background-size: cover;
		z-index: 25;
	}
	section.slideimages_wrap > div{
		width: 100% !important;
		height: 100vh !important;
	}
/* movie pluguin close custom */
.lity-close {
	width: 60px !important;
	height: 60px !important;
	font-size: 80px !important;
}
/* section white gray */
section.white{
	position: relative;
	z-index: 40;
	background-color: rgba( 255, 255, 255, 0.90 );
	min-width: 1000px;
	padding: 130px 0;
	text-align: center;
}
section.gray{
	position: relative;
	z-index: 50;
	background-color: rgba( 231, 235, 238, 0.90 );
	min-width: 1000px;
	padding: 130px 0;
	text-align: center;
	line-height: 270%;
}
section.white h3,
section.gray h3{
	font-size: 30px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 150%;
}
section.gray h4{
	width: 640px;
	text-align: left;
	margin: 40px auto 20px;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 190%;
	color: #0071ce;
	border-top: 1px solid #0071ce;
	padding-top: 30px;
}
section.white p{
	font-size: 16px;
	line-height: 270%;
	letter-spacing: 2px;

}
section.gray p{
	width: 640px;
	text-align: left;
	margin: 0 auto;
	font-size: 16px;
	line-height: 240%;
	letter-spacing: 2px;
}
img.pyramid_img{
	margin: 0 auto -90px;
}

/*section menu*/
footer {
	position: relative;
	z-index: 60;
}
footer div.gray.menu{
	background-color: rgba( 231, 235, 238, 0.90 );
	padding: 100px 0 84px;
}
footer div ul.menu{
	margin: 0 auto;
	display: inline-block;
	overflow: hidden;
}
	footer div ul.menu li{
		text-align: center;
		float: left;
		border-right: solid 1px #fff;
	}
	footer div ul.menu li a{
		cursor: pointer;
		color: #fff;
		font-size: 15px;
		display: block;
		height: 50px;
		min-width: 58px;
		padding: 50px 80px 0;
		line-height: 130%;
		font-weight: 200;
		letter-spacing: 1.5px;
	}
	footer div ul.menu li.entry{
		background: url(../img/icon_entry_pc.png) no-repeat;
		background-position: center 22px;
		background-color: #5699d0;
	}
	footer div ul.menu li.mypage{
		background: url(../img/icon_mypage_pc.png) no-repeat;
		background-position: center 22px;
		background-color: #5699d0;
	}
	footer div ul.menu li.info{
		background: url(../img/icon_info_pc.png) no-repeat;
		background-position: center 22px;
		background-color: #7b97ad;
		border-right: none;
	}
	footer div ul.menu li:hover{
		opacity: 0.8;
	}

/* footer */
footer {
	background-color: #676869;
	text-align: center;
	padding: 0;
	min-width: 1000px;
}
footer .copy{
	color: #fff;
	font-size: 10px;
	line-height: 130%;
	letter-spacing: 1px;
	padding: 6px 0;
}

@media screen and (max-width:737px){
	body {
		min-width: inherit;
	}
	img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	#wrapper,header{
		min-width: inherit;
	}
	header ul.menu,
	header img.catch_header{
		display: none;
	}
	section.catch{
		top: 50%;
		left: 50%;
		/* margin: -127px 0 0 -145px; */
		/* フッターボタン-85px */
		transform: translate(-50%,-200%);
		width: 290px;
		height: 84px;
	}
	section.catch img.catch01{
		width: 287px;
	}
	section.catch .catch02 img{
		width: 270px;
	}
	header {
		position: absolute;
	}
	header h1{
		display: block;
	}
	header img.logo{
		margin: 25px auto 0;
		padding-bottom: 50px;
		display: inherit;
		width: 160px;
	}
  .m-anchor-content {
    margin-top: 0;
    padding-top: 0;
  }
	.video{
		margin-top: -10px;
		width: 148px;
		height: 30px;
	}
	.scroll,
	.skip{
		bottom: 100px;
	}
	.skip {
		margin-left: 0x;
	}
	.skip img{
		width: 80px;
	}
	.scroll img{
		width: 80px;
	}
	section.slideimages_wrap > div > div{
		width: 100% !important;
		height: 100vh !important;
		z-index: 1 !important;
	}
	section.slideimages_wrap{
		position: fixed;
	}

	section div.inner{
		width: inherit;
	}
	section.white,
	section.gray{
		min-width: inherit;
		padding: 50px 0;
	}
	footer {
		min-width: inherit;
	}
	section.white.last{
		padding: 60px 0 150px;
	position: relative;
	z-index: 50;
	}
	section.white h3, section.gray h3{
		font-size: 1.2rem;
		letter-spacing: 0px;
		width: 86%;
		margin: 0 auto;
	}
	section.gray h3{
		text-align: left;
	}
	section.gray h4{
		font-size: 0.9rem;
		font-weight: 400;
		letter-spacing: 1px;
		width: 86%;
		line-height: 180%;
		margin: 30px auto;
		padding-top: 16px;
	}
	section.white p,
	section.gray p{
		font-size: 0.8rem;
		line-height: 230%;
		font-weight: 200;
		letter-spacing: 1px;
		width: 86%;
		margin: 0 auto;
		text-align: left;
	}
	img.pyramid_img {
		width: 86%;
		margin: 0 auto;
	}
	footer.sp{
		z-index: 20;
		width: 100%;
		position: fixed;
		bottom: 0;
		opacity: 0;
		z-index: 60;
	}
	footer div.gray.menu{
		width: 100%;
		height: 60px;
		padding: 0;
	}
	footer div ul.menu {
		width: 100%;
		height: 60px;
	}
	footer div ul.menu li a{
		padding: 30px 0 0;
		font-size: 0.7rem;
		color: #333;
	}
	footer div ul.menu li.entry{
		width: 27%;
		background: url(../img/icon_entry_sp.png) no-repeat;
		background-color: #d1dfea;
		background-position: center 10px;
		background-size: 10px;
	}
	footer div ul.menu li.mypage{
		width: 27%;
		background: url(../img/icon_mypage_sp.png) no-repeat;
		background-color: #d1dfea;
		background-position: center 11px;
		background-size: 12px;
	}
	footer div ul.menu li.info{
		width: 45%;
		background: url(../img/icon_info_sp.png) no-repeat;
		background-color: #dce1e3;
		background-position: center 10px;
		background-size: 6px;
	}
	.sp_none{
		display: none;
	}
}
/* iPad縦〜 */
@media screen and (max-width:769px){
section.slideimages_wrap.move{
/*
	position: absolute;
	bottom: -250px;
*/
}
}
