@charset "utf-8";

/*-----------------------------------------------------
  reset
-------------------------------------------------------*/
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, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted inherit;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

/*@media print {
section { display: block; page-break-before: always; }
pre code {page-break-after: always;}
@page {
margin-top:0.4cm;
margin: 0.5cm;
}
p a, code, pre {
word-wrap: break-word;
}
img {display:block;}
 
pre a[href]:after {
content: ""; }
 
pre abbr[title]:after {
content: ""; }
 
pre .ir a:after,
pre a[href^="javascript:"]:after,
pre a[href^="#"]:after {
content: ""; }
 
.no-print {display:none;}
 
}*/


/* -----------------------------------------------
	common
----------------------------------------------- */
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
html { overflow: auto; }
body {
	font-family: YakuHanJPs, -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#fff;
	font-size:10px;
	line-height:1.8;
	letter-spacing: 0.1em;
	color:#111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	min-width: 320px;
	position:relative;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	overflow: hidden;
}
@media print {
  body {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}
.hide-text {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
a {
	text-decoration:none;
	color:#111111;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.block {display:block;}
img { max-width: 100%; height: auto;}

.mincho {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
::selection {
    background: #E3DBD0;
}
//Firefox
::-moz-selection {
    background: #E3DBD0;
}
.bdrnon {
	border:none;
}
.pt0 {
	padding-top:0;
}
.pb0 {
	padding-bottom:0;
}
.fw_b {
	font-weight:bold;
}
.col_wh {
	color:#fff !important;
}

/*------------------------------------------------------------
 inview
 ------------------------------------------------------------*/
.inv_off{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);  
}
.inv_on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

@media print {
.inv_off{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);  
}
.inv_on{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
}


/*------------------------------------------------------------
 Layout
 ------------------------------------------------------------*/

/*------------------------------
 PC
 ------------------------------*/
@media print,screen and (min-width: 1024px) {
.pc {display: block;}
.tb {display: none;}
.sp {display: none;}
.pctb {display: block;}
.tbsp {display: none;}
.pcsp {display: block;}
a.alpha:hover {opacity: 0.7;}

/* ------ pagetop ------ */
#page-top {
	display: none !important;
}
}

/*------------------------------
 tablet
 ------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.pc {display: none;}
.tb {display: block;}
.sp {display: none;}
.pctb {display: block;}
.tbsp {display: block;}
.pcsp {display: none;}
.alpha {opacity: 1;}

/* ------ pagetop ------ */
#page-top {
	display: none !important;
}
}

/*------------------------------
 smartphone
 ------------------------------*/
@media only screen and (max-width: 767px) {
.pc {display: none;}
.tb {display: none;}
.sp {display: block;}
.pctb {display: none;}
.tbsp {display: block;}
.pcsp {display: block;}
.alpha {opacity: 1;}

/* ------ pagetop ------ */
#page-top {
    position: fixed;
    bottom: 6vw;
    right: 3vw;
	z-index: 9999;
	width: 16.06666vw;
	opacity: 0.8;
	/*background:rgba(255,255,255,0.7);*/
}
#page-top img {
	width: 100%;
}
}

/*------------------------------------------------------------
 footer
 ------------------------------------------------------------*/

/*------------------------------
 PC
 ------------------------------*/
@media print,screen and (min-width: 1024px) {
footer {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 32px;
}
footer a.pc_pagetop {
	display: block;
	width: 100%;
	height: 64px;
	font-size: 18px;
	line-height: 64px;
	background: #333;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
footer a.pc_pagetop:hover {
	opacity: 0.7;
}
footer .copy {
	text-align: center;
	font-size: 12px;
}
}

/*------------------------------
 tablet
 ------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
footer {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 32px;
}
footer a.pc_pagetop {
	display: block;
	width: 100%;
	height: 64px;
	font-size: 18px;
	line-height: 64px;
	background: #333;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
footer .copy {
	text-align: center;
	font-size: 12px;
}
}

/*------------------------------
 smartphone
 ------------------------------*/
@media only screen and (max-width: 767px) {
footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
footer a.pc_pagetop {
	display: block;
	width: 100%;
	height: 64px;
	font-size: 3.7vw;
	line-height: 64px;
	background: #333;
	text-align: center;
	color: #fff;
}
footer .copy {
	padding: 6vw 0 12vw;
	text-align: center;
	font-size: 2.6vw;
}
}