@charset "utf-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:Arial,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,Helvetica,メイリオ,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#000;background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}

/*  template style
--------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 1.87;
	color:#666;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	margin: auto;
	padding: 0;
	/* font-family: YakuHanMP, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	/*font-weight: 300;	*/
	letter-spacing: .05em;
	font-feature-settings: "palt";
}
h1,h2,h3,h4,h5,h6,th { font-weight: normal; }
#wrap { position:relative; }
.sp-bl,.sp-il,.tablet-bl { display:none; }
.opa { transition: 0.3s ease-in-out; }
.opa:hover { opacity: 0.85; }
.opa1 { opacity: 1 !important; }
.w100 { width: 100% !important; }
.h100 { height: 100% !important; }
.none { display: none !important }
.cf::before,.cf:after { content: ""; display: table; }
.cf::after { clear: both; }
.cf { zoom: 1; }
.ff{ text-align: justify; text-justify: inter-ideograph;}
.inner {
	width:95%;
	max-width:1000px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

@media screen and (max-width:768px) {
.pc { display:none !important; }
.sp-bl { display:block; }
.sp-il { display:inline; }
.inner { width:calc(300 / 380 * 100%); max-width:560px; }
}
.center{ text-align: center; }

.gothic{
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.cardo{
	font-family: 'Cardo', serif;
}
.roboto{
	font-family: 'Roboto', sans-serif;
}

/* #nav --------------------------------------------------*/

body.no-scroll{ overflow: hidden !important; }

#nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	float: none;
	overflow-y: scroll;
	-ms-overflow-style: none;
	z-index: 10001;
	height: 100vh;
    background-color: #e4878b;
    color: #fff;
}
	#nav .pageNav{
		height: 100%;
		width: 90%;
		margin: 0 auto 20px;
		padding-top: 90px;
    }
		#nav .pageNav li + li{
			margin-top: 10px;
		}
			#nav .pageNav li a{
				display: block;
				font-size: 20px;
				text-align: center;
				line-height: 1;
				padding: 8px 0;
				/* font-family:  'YakuHanMP','Noto Serif JP', serif; */
				font-weight: 400;
				color: #fff;
				letter-spacing: .2em;
				margin-bottom: 23px;
			}

@media screen and (min-width: 769px){
	#nav .pageNav{
		text-align: center;
		margin-bottom: 60px;
	}
		#nav .pageNav li{
			display: inline-block;
		}
			#nav .pageNav li a{
				padding: 10px 0;
				position: relative;
			}
			#nav .pageNav li + li a{
				padding-left: 40px;
				margin-left: 20px;
			}
			#nav .pageNav li + li a::before{
				content: "／";
				display: inline-block;
				position: absolute;
				left: 0;
				top: 50%;
				transform: translateY(-50%);
			}
}

/*----------------------------------------------------------------------
#main
----------------------------------------------------------------------*/



/*----------------------------------------------------------------------
#footer
----------------------------------------------------------------------*/
#footer {
	position: relative;
	padding-bottom: 40px;
}
	.copyrights {
		font-family: 'Hiragino Kaku Gothic ProN','Noto Sans JP', sans-serif;
		background-color: #fff;
		color: #666;
		text-align: center;
		font-size: 12px;
		padding: 36px 0;
		font-weight: 400;
	}
	#topBtn{
		position: fixed;
		right: 30px;
		bottom: 10%;
		z-index: 100;
		width: 60px;
	}

@media screen and (min-width:769px) {
	#footer {
		padding-bottom: 0;
	}
		.copyrights {
			padding: 20px 0 20px;
		}

}

@media screen and (max-width:768px) {
	.copyrights {
		padding: 30px 0;
	}

	#topBtn {
		right: 15px;
		bottom: 5%;
	}
}

/*  Universal animation
--------------------------------------------------*/
.animated {
	animation-duration: .5s;
	animation-fill-mode: both;
}
/* fade in */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in up */
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 30px, 0); } to { opacity: 1; transform: none; }}
.fadeInUp { animation-name: fadeInUp; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in down */
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -20px, 0); } to { opacity: 1; transform: none; }}
.fadeInDown { animation-name: fadeInDown; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in right */
@keyframes fadeInRight { from { opacity: 0; transform: translate(30px,0); } to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in left */
@keyframes fadeInLeft {
from { opacity: 0; transform: translate(-30px,0); }to { opacity: 1; transform: none; }}
.fadeInLeft { animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade out */
@keyframes fadeOut { from { opacity: 1; }  to { opacity: 0; }}
.fadeOut { animation-name: fadeOut; }

.sawarabimincho { font-family: "Sawarabi Mincho" !important; }