@charset "utf-8";

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Site Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          google fonts          */
.ft_mw {font-family: 'Merriweather', serif;}

/*          loading          */
#overlay{position:fixed;width:100%;height:100%;text-align:center;background:#FFF;z-index:9999;}

/*          Site Contents          */
.bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.lowerFrame {
	position: absolute;
	width: 100%;
	min-width: 1200px;
	z-index: 0;
}
.lowerFrameL, .lowerFrameR {
	position: absolute;
	width: 310px;
	height: 313px;
	top: 30px;
}
.lowerFrameL {
	left: 30px;
	background: url(/img/bg/frameL.png) no-repeat;
}
.lowerFrameR {
	right: 30px;
	background: url(/img/bg/frameR.png) no-repeat;
}
#siteWrap {
	position: relative;
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	overflow: hidden;
}
.content {
	width: 1200px;
	margin: 0 auto 60px;
	padding: 60px 160px;
}
.content.hr {
	padding: 0;
	margin: 120px auto;
	border-top: 1px #C8D1D1 solid;
}
.flexBox {
	display: -webkit-flex; display: flex;
}


/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Header Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*Navigation Button*/
.navigationBtn {
	position: fixed;
	top: 0;
	right: 0;
	width: 6em;
	height: 6em;
	z-index: 1001;
	cursor: pointer;
}
.naviBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(101, 139, 122, .8);
}
.naviBtn:after {
	content: 'MENU';
	position: absolute;
	top: 3em;
	width: 100%;
	color: #FFF;
	font-family: 'Merriweather', serif;
	font-size: 1.6rem;
	text-align: center;
}
.naviBtn span {
	position: absolute;
	width: 50%;
	height: 3px;
	left: 0;
	right: 0;
	top: -1.5em;
	bottom: 0;
	margin: auto;
	background: #FFF;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.naviBtn span.naviBtn1 {
	top: -3em;
}
.naviBtn span.naviBtn3 {
	top: 0em;
}
/*Navigation Button  --  show*/
.show .naviBtn:after {
	content: 'CLOSE';
}
.show .naviBtn .naviBtn1 {
	-webkit-transform: translateY(.75em) rotate(-45deg);
	transform: translateY(.75em) rotate(-45deg);
}
.show .naviBtn .naviBtn2 {
	opacity: 0;
	-webkit-transform: translateX(1em);
	transform: translateX(1em);
}
.show .naviBtn .naviBtn3 {
	-webkit-transform: translateY(-.75em) rotate(45deg);
	transform: translateY(-.75em) rotate(45deg);
}
/*Navigation*/
.navigationWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	opacity: 0;
	background: url(/img/bg/naviBG.jpg) no-repeat center;
	background-size: cover;
	visibility: hidden;
	overflow: auto;
	z-index: 1000;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.navigationList {
	padding: 6em 0 60px;
}
.navigationList>li.logo {
	padding: 0 0 30px;
}
.navigationList>li>a {
	display: block;
	font-family: 'Merriweather', serif;
	padding: 20px;
	font-size: 2rem;
	font-weight: 300;
	text-decoration: none;
}
/*Navigation  --  show*/
.show.navigationWrap {
	opacity: 1;
	visibility: visible;
}


/*          ムービーコンテンツ          */
.youtube {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.youtube::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/img/icon/play.png) no-repeat center;
}
/*          ビリングコンテンツ          */
.billingCtt {
	width: 100%;
	padding: 90px 0;
	text-align: center;
	background: #c7d5d9;
	background: -webkit-linear-gradient(left, #c5d6ce, #c7d5d9);
	background:    -moz-linear-gradient(left, #c5d6ce, #c7d5d9);
	background:     linear-gradient(to right, #c5d6ce, #c7d5d9);
}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Footer Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
.footerContent {
	padding: 60px 0;
}
/*social*/
.socialList {
	display: -webkit-flex; display: flex;
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
}
.navigationList .socialList {
	padding: 60px 0;
}
.socialList>li {
	margin: 10px;
}
.socialList>li>a {
	display: block;
	font-size: 3rem;
	border-radius: 50px;
	text-decoration: none;
	overflow: hidden;
}
.socialList>li>a:hover {
	text-decoration: none;
}
.share {width: 25px;margin: 8px;}
/*
.icon-tw {color: #FFF;background: #1da1f2;}
.icon-fb, .icon-fbc {color: #FFF;background: #3b579d;}
.icon-li {color: #FFF;background: #00c300;}
*/
.icon-tw, .icon-fb, .icon-fbc, .icon-li {color: #000; background: transparent; border:1px solid;}
/*banner*/
.bannerList {
	display: -webkit-flex; display: flex;
	-webkit-justify-content: center; justify-content: center;
}
.bannerList li {
	width: 300px;
	margin: 30px 25px;
}
.bannerList li a {
	max-width: 300px;
}
.copyright {
	text-align: center;
}



/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Media Screen     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          SP          */
@media screen and (max-width:767px) {
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Site Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
/*          Site Contents          */
	.bg {
		background-image: url(/img/bg/bg_sp.jpg);
	}
	.lowerFrame {
		min-width: 100%;
	}
	.lowerFrameL, .lowerFrameR {
		width: 8em;
		height: 8em;
		top: 1em;
	}
	.lowerFrameL {
		left: 1em;
		background-size: cover;
	}
	.lowerFrameR {
		right: 1em;
		background-size: cover;
	}
	.content {
		width: 100%;
		margin: 0 auto 60px;
		padding: 20px;
	}
	.content.introduction {
		padding: 40px 20px;
	}
	.content.hr {
		width: auto;
		padding: 0;
		margin: 60px 20px;
	}
	.flexBox {
		display: block;
	}
	
	
/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Header Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.navigationBtn {
		width: 4em;
		height: 4em;
	}
	.naviBtn:after {
		font-size: 1rem;
	}
	.naviBtn span {
		top: -1em;
	}
	.naviBtn span.naviBtn1 {
		top: -2em;
	}
/*Navigation Button  --  show*/
	.show .naviBtn .naviBtn1 {
		-webkit-transform: translateY(.5em) rotate(-45deg);
		transform: translateY(.5em) rotate(-45deg);
	}
	.show .naviBtn .naviBtn3 {
		-webkit-transform: translateY(-.5em) rotate(45deg);
		transform: translateY(-.5em) rotate(45deg);
	}
	.navigationList {
		padding: 4em 0 60px;
	}
	.navigationList>li>a {
		padding: 15px 20px;
		font-size: 1.6rem;
	}
	.navigationList .bannerLink {
		max-width: 300px;
		padding: 15px 0;
		margin: auto;
	}
	
/*          ムービーコンテンツ          */
	.youtube::after {
		background-size: 16%;
	}
/*          ビリングコンテンツ          */
	.billingCtt {
		padding: 40px 20px;
	}

/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-     Footer Contents     -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
	.share {width: 8%;}
	.bannerList {
		flex-wrap: wrap;
		margin: 0 20px;
	}
	.bannerList li {
		width: 100%;
		max-width: 300px;
		margin: 10px auto;
	}
	.copyright {
		margin: 0 20px;
		font-size: .9rem;
	}
	
}

/*          PC          */
@media screen and (min-width:768px) {
/*          Site Contents          */
	.bg {
		background-image: url(/img/bg/bg.jpg);
	}
	#siteWrap {
		min-width: 1200px;
	}
}















