@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #93b3c5; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 3px; }
/**
 *
 * global: サイト共通
 *
 */
/*--------------------------------------------------------------------------
	reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
*{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{text-decoration:none;}
img{vertical-align:top;border:0;image-rendering: optimizeQuality;-ms-interpolation-mode: bicubic;}
del{text-decoration:line-through;}
hr{display:block;height:0;border:0;margin:0;padding:0;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
em,strong{ font-weight: bold;}

input,select,textarea{margin:0;padding:0;vertical-align:baseline;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}

img {max-width: 100%;}

/*--------------------------------------------------------------------------
	basic elements
---------------------------------------------------------------------------*/
html{
	overflow-y: scroll;
	overflow-x: hidden;
}
body{
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",YuGothic,'游ゴシック',"メイリオ", "Meiryo",Sans-Serif;
	font-size: 14px;
	color: #222;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
	overflow: hidden;
}
a {
	color: #fff;
	outline:none;
	display:inline-block;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(34, 34, 34, 0.2);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	position: relative;
}
a:hover {
	color: #93b3c5;
}
a img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover img {
	opacity: 0.6;
}

/*----------------------------
	helper : layout
-----------------------------*/
.sp {
	display: none !important;
}
@media all and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
.centering {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.clear:after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
}
.shadow,
.shadows > li{
	-webkit-box-shadow: 0px 0px 6px 0px rgba(34,34,34,0.15);
	-moz-box-shadow: 0px 0px 6px 0px rgba(34,34,34,0.15);
	box-shadow: 0px 0px 6px 0px rgba(34,34,34,0.15);
}
.flex{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*----------------------------
	helper : btn
-----------------------------
.btn {
	padding:40px 20px 0 20px;
	text-align:center;
}
.btn a {
	display: inline-block;
	width: 320px;
	height: 74px;
	text-align: center;
	text-decoration: none;
	line-height: 74px;
	outline: none;
	font-family: 'Bellefair',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo",YuGothic,'游ゴシック',Sans-Serif;
}

.btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn a,
.btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*normal
.btn a {
	position: relative;
	z-index: 2;
	background: none;
	border: 1px solid rgba(34,34,34,1);
	color: rgba(34,34,43,1);
	line-height: 74px;
	overflow: hidden;
	letter-spacing:2px;
}
.btn a:hover {
	color: #fff;
}
.btn a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.btn a:hover::after {
	background:rgba(34,34,34,1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*black
.btn.black a {
	position: relative;
	z-index: 2;
	background-color: rgba(34,34,34,1);
	border: 2px solid rgba(34,34,34,1);
	color: #fff;
}
.btn.black a:hover {
	color: rgba(34,34,34,1) !important;
	border: 2px solid rgba(34,34,34,1);
}
.btn.black a:hover::after {
	background:#93b3c5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*white
.btn.white a {
	position: relative;
	z-index: 2;
	background-color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,1);
	color: #fff;
}
.btn.white a:hover {
	color: rgba(34,34,34,1) !important;
	border: 1px solid rgba(255,255,255,1);
}
.btn.white a:hover::after {
	background:rgba(255,255,255,1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*blue
.btn.blue a {
	background: #93b3c5;
	border: 2px solid #93b3c5;
	color: #222;
}
.btn.blue a:hover {
	background: #fff;
	border: 2px solid #93b3c5;
	color: #93b3c5;
}
.btn.blue a:hover::after {
	background:rgba(255,255,255,1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media all and (max-width: 767px) {
	.btn {
		padding:0;
		text-align:center;
	}
	.btn a {
		width: 80%;
		height: 60px;
		line-height: 60px;
	}
}

/*--------------------------------------------------------------------------
	Smart Phone
---------------------------------------------------------------------------*/

@media all and (max-width: 767px){

}