@charset "UTF-8";



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}

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


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
ul { 
}
* html ul {
	zoom: 100%;
}
*:first-child+html ul {
	display: inline-block;
}
ul:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}






/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000;
	transition: 0.4s;
	-webkit−transition: 0.4s;
}
a:hover {
	color: #d680b9;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}




/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	text-align:justify;
}



.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}



/* PC */
@media screen and (min-width: 801px), print {

.sp {
	display: none !important;
}

body {
	min-width:1040px;
	}

.soon {
	pointer-events: none;
	display:block;
	}
.soon .box_shadow {
	position:relative;
	display:block;
	}
.soon .box_shadow::before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background-color:rgba(0,0,0,.5);
	border-radius:10px;
	z-index:1;
	}
.soon .box_shadow::after {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:0;
	height:42px;
	width:100%;
	content:"coming soon";
	color:#fff;
	font-size:24px;
	z-index:1;
	}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	padding: 30px;
}
	#header h1 {
		width: 100px;
		float: left;
	}
		#header h1 img {
			width: 100%;
			height: auto;
		}
	
	
	
	#globalnav {
		float: right;
		font-weight: bold;
		font-size: 86%;
		padding-top: 15px;
	}
		#globalnav ul {
			border-radius:10px;
		}
		#globalnav ul li {
			float: left;
			margin-left: 30px;
		}
		#globalnav ul .menu_single {
			position:relative;
			padding:0 0 15px;
			}
		#globalnav ul .menu_single .menu_second-level {
			position:absolute;
			top:20px;
			right: -60%;
			width: 170px;
			background:#fdf8fb;
			-webkit-transition:all .4s ease;
			transition:all .4s ease;
			opacity:0;
			z-index:999;
			}
		#globalnav ul .menu_single:hover .menu_second-level {
			top:30px;
			visibility:visible;
			opacity:1;
			}
			#globalnav ul .menu_single .menu_second-level li {
				float:none;
				margin-left:0;
				text-align:center;
				}
			#globalnav ul .menu_single .menu_second-level li + li {
				border-top:solid 1px rgba(225,225,225,.5);
				}
			#globalnav ul .menu_single .menu_second-level li a {
				display:block;
				padding:10px 0;
				}
			#globalnav ul .menu_single .menu_second-level li a:hover {
				}

			#globalnav ul li a {
			}
			#globalnav ul li a.on {
				color: #d680b9;
			}
	







/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#maintitle {
	background: url(../img/bg_title.png) repeat-x center top;
	height: 175px;
	position: relative;
	z-index: 100;
}
	#maintitle .img {
		position: absolute;
		top: -46px;
		left: 50%;
		margin-left: -196px;
	}
	#maintitle h2 {
		text-align: center;
		font-size: 116%;
		letter-spacing: 0.2em;
	}
	#maintitle h2 img {
		display: block;
		width: 376px;
		height: 95px;
		margin: 0 auto;
	}
	
#maintitle .tiR {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: 350px;
}
#maintitle .tiL {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -500px;
}
	


h3 {
	text-align: center;
	font-size: 172%;
	font-weight: bold;
	margin-bottom: 40px !important;
	letter-spacing: 0.2em;
}
	h3::before {
		content: '';
		display: inline-block;
		width: 33px;
		height: 50px;
		background-image: url(../img/title_left.png);
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		padding-right: 30px;
	}
	h3::after {
		content: '';
		display: inline-block;
		width: 33px;
		height: 50px;
		background-image: url(../img/title_right.png);
		background-position: right;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		padding-left: 30px;
	}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
* html .inner {
	zoom: 100%;
}
*:first-child+html .inner {
	display: inline-block;
}
.inner:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* リスト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.dotList {
}
	.dotList li {
	}
	.dotList li::before {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		background-image: url(../img/dot.png);
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		padding-right: 6px;
	}
	
	
	
	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	background: url(../img/bg_graydot.gif) repeat left top;
	text-align: center;
	position: relative;
	padding: 40px 0;
}
	#footer dt {
		width: 100px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
		#footer dt img {
			width: 100%;
			height: auto;
		}
	#footer dd {
		font-size: 12px;
	}

	#footer ul {
		position: absolute;
		top: 30px;
		right: 0;
		font-size: 12px;
	}
	#footer ul.list02 {
		position: absolute;
		top: 60px;
		right: 0;
		font-size: 12px;
	}
	#footer ul li {
		float: left;
		margin-left: 20px;
	}
	*#footer ul li::before {
		content: '';
		display: inline-block;
		width: 6px;
		height: 8px;
		background-image: url(../img/arrow.png);
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		padding-right: 3px;
	}
	
	



#para {
	position: relative;
	z-index:999;
}
	
	
}




/* SP */
@media only screen and (max-width: 800px) {

.pc,
#globalnav,
#para {
	display: none !important;
}


.soon {
	pointer-events: none;
	display:block;
	}
.soon .box_shadow {
	position:relative;
	display:block;
	}
.soon .box_shadow::before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background-color:rgba(0,0,0,.5);
	border-radius:10px;
	z-index:1;
	}
.soon .box_shadow::after {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	left:0;
	height:32px;
	width:100%;
	content:"coming soon";
	color:#fff;
	font-size:18px;
	z-index:1;
	}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	background: #fff;
	/*position: fixed;
	top: 0;
	left: 0;*/
	z-index: 5;
	padding: 3% 0;
}
	#header h1 {
		width: 15%;
		margin: 0 auto;
	}
	#header h1 img {
		width: 100%;
		height: auto;
	}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#maintitle {
	background: url(../img/bg_title.png) repeat-x center bottom;
	position: relative;
	z-index: 100;
	padding: 4% 0 8% 0;
}
	#maintitle .img {
		display: none;
	}
	#maintitle h2 {
		text-align: center;
		font-size: 86%;
		line-height: 1;
	}
	#maintitle h2 img {
		display: block;
		width: 50%;
		height: 100%;
		margin: 0 auto;
	}
	
#maintitle .tiR {
	width: 15%;
	position: absolute;
	top: -10px;
	right: 8%;
}
#maintitle .tiL {
	width: 10%;
	position: absolute;
	bottom: 30px;
	left: 8%;
}
	
#maintitle .tiR img,
#maintitle .tiL img {
	width: 100%;
	height: auto;
}
	
	
	
	
h3 {
	text-align: center;
	font-size: 129%;
	font-weight: bold;
	margin-bottom: 40px !important;
}
	h3::before {
		content: '';
		display: inline-block;
		width: 33px;
		height: 50px;
		background-image: url(../img/title_left.png);
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		padding-right: 30px;
	}
	h3::after {
		content: '';
		display: inline-block;
		width: 33px;
		height: 50px;
		background-image: url(../img/title_right.png);
		background-position: right;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		padding-left: 30px;
	}

	
	
	
	




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	padding: 5%;
}
* html .inner {
	zoom: 100%;
}
*:first-child+html .inner {
	display: inline-block;
}
.inner:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}









/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* リスト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.dotList {
}
	.dotList li {
	}
	.dotList li::before {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		background-image: url(../img/dot.png);
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		padding-right: 6px;
	}
	




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	background: url(../img/bg_graydot.gif) repeat left top;
	text-align: center;
	position: relative;
	padding: 1% 5% 5% 5%;
}
	#footer dl {
		margin-top: 10%;
	}
	#footer dt {
		width: 18%;
		margin: 0 auto;
		margin-bottom: 3%;
	}
		#footer dt img {
			width: 100%;
			height: auto;
		}
	#footer dd {
		font-size: 12px;
	}

	#footer ul {
		font-size: 12px;
		text-align: left;
	}
	#footer ul li {
		display: block;
		margin: 5% 0;
	}
	#footer ul li::before {
		content: '';
		display: inline-block;
		width: 6px;
		height: 8px;
		background-image: url(../img/arrow.png);
		background-position: left;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		padding-right: 3px;
	}








}
