/*===================================================================
　　全ページ共通設定　　
====================================================================*/
/*
  Reset CSS
----------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q,samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details,figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{background:none repeat scroll 0 0 transparent;border:0 none;font-size:100%;font-weight:normal;margin:0;outline:0 none;padding:0;vertical-align:baseline;}
body{line-height:1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ul{list-style:outside none none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:none;}
a{background:none repeat scroll 0 0 transparent;font-size:100%;margin:0;padding:0;vertical-align:baseline;}
del{text-decoration:line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:#ccc -moz-use-text-color -moz-use-text-color;border-image:none;border-right:0 none;border-style:solid none none;border-width:1px 0 0;display:block;height:1px;margin:1em 0;padding:0;}
input, select{vertical-align:middle;}
address, em{font-style:normal;}
/*
  Common CSS
----------------------------------------------------------*/
html,body {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 100%;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	line-height: 1.4;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
	line-height: 1;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_between{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex_center{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex_wrap{
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#Wrapper{
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
#Content{
	width: 100%;
	height: auto;
	letter-spacing: 1px;
}
.inner{
	max-width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
}
/*
  認証ページデザイン CSS
----------------------------------------------------------*/
.index-wrap .att-wrap{
	width: 100%;
	min-height: 100%;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	background-size: cover;
	background-color: black;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: none;
}
.index-wrap .att-wrap:after{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: transparent url(../image/common/dot01.png) repeat center center;
}
.index-wrap .att-wrap video{
	display: block;
	min-width:100%;
	min-height:100%;
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
}
.index-wrap .att-wrap img{
	width: 100%;
	height: auto;
	min-width:100%;
	min-height:100%;
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	visibility: visible;
	opacity: 1;
}
.index-wrap .att-body{
	position: absolute;
	width: 100%;
	height: 100%;
}
.att-body .inner{
	position: fixed;
	width: 600px;
	top: 50%;
	right: 50%;
	transform: translate(50%, -40%);
	text-align: center;
}
.att-body .enter .col-2{
	width: 50%;
}
.att-body .enter .col-3{
	width: 33.3333%;
}
.att-body .enter li{
	margin-bottom: 10px;
}
.att-body .enter li a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2.4;
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	border: 3px solid #FFFFFF;
	font-size: 24px;
	letter-spacing: 1px;
	font-family: 'EB Garamond', serif;
}
.att-body .enter li a:hover{
	color: #000000;
	background-color: #FFFFFF;
}
.att-body .outside-enter li a{
	color: #FFFFFF;
	border-right: 2px solid #ffffff;
	padding-right: 20px;
	margin-right: 20px;
	display: block;
	font-size: 24px;
	letter-spacing: 1px;
	font-family: 'EB Garamond', serif;
}
.att-body .outside-enter li:last-child a{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.att-body .caution{
	padding: 20px 0 10px 0;
	align-items: center;
}
.att-body .caution .imgArea{
	width: 53px;
}
.att-body .caution .comment{
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding: 0 0 0 15px;
}
.att-body .copy{
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 30px;
}
.index-wrap .att-comment{
	display: block;
	margin: auto;
	position: fixed;
	width: 584px;
	top: 50%;
	left: 50%;
	margin-left: -292px;
	margin-top: -273.5px;
	text-align: center;
	z-index: -10;
}
/*
  ヘッダーデザイン CSS
----------------------------------------------------------*/
.global-header{
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 30;
}
.fp-viewing-Contents .top-header{
	background: rgba(59, 120, 161, 0.8);
}
.global-header.page-header{
	background: rgba(59, 120, 161, 0.8);
}
/*
  フッターデザイン CSS
----------------------------------------------------------*/
.global-footer{
	display: block;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 20;
	letter-spacing: 0px;
	background: #3b78a1;
	color: #FFFFFF;
}
.section2_f.global-footer{
	position: relative;
}
.global-footer .footer-nav{
	padding: 30px 0 30px 0;
}
.global-footer .footer-nav ul{
	text-align: center;
}
.global-footer .footer-nav ul li{
	display: inline-block;
	font-size: 18px;
}
.global-footer .footer-nav ul li a{
	color: #FFFFFF;
}
.global-footer p.copy,
.global-footer p.copy a{
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0;
}
