@charset "UTF-8";


/* base
   ========================================================================== */

html {
  /*visibility: hidden;*/
}
html.wf-active {
  /*visibility: visible;*/
}
html,body{
	width: 100%;
	height: 100%;
}
article, aside, footer, header, nav, section {
	margin: 0;
	padding: 0;
	display: block;
}
body{
	font-family: '游ゴシック Medium', '游ゴシック体', '游ゴシック', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	overflow-x: hidden;
	color: #000000;
	font-size: 15px;
    font-weight: 600;
	font-feature-settings: "palt";
	line-height: 1;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-transition: opacity .5s ease;  /* アニメーション時間は 0.5秒 */
	transition: opacity .5s ease;
}
a{
	color: inherit;
}
a:link, a:visited{
	text-decoration:none;
}
:focus{
	outline: none;
}
ul{
	list-style:none;
	letter-spacing: -0.5em;
	text-align: center;
}
li {
  display: inline-block;
  list-style: none;
  text-align: center;
  letter-spacing: normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	font-weight: 500;
	text-align: center;
}
p {
    line-height: 1.8;
}
a:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    opacity: .6;
}
.clear{
	overflow: hidden;
	clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.fit{
	width: 100%;
	height: auto;
}
.links,
.transition{
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.links:hover{
	opacity: .7;
}
.lineLink{
	text-decoration: underline !important;
}
.no-link{
	pointer-events: none !important;
}

.pc{ display: block;}
.sp{ display: none;}
.pcInline{ display: inline-block;}
.spInline{ display: none;}

@media screen and (max-width : 959px){

	body{
		font-family: 'noto-sans-cjk-jp', '游ゴシック Medium', '游ゴシック体', '游ゴシック', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}


@media screen and (max-width : 750px){

	body{
		font-size: 3.75vw;
	}
	.links{
		-webkit-transition: none 0s;
		transition: none 0s;
	}
	.links:hover{
		opacity: 1;
	}
	.pc{ display: none;}
	.sp{ display: block;}
	.pcInline{ display: none;}
	.spInline{ display: inline-block;}

}
