@charset "utf-8";
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,dialog,figure,footer,header,hgroup,menu,nav,section,time,
mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: 100;
	vertical-align: baseline;
	font-family: ryo-gothic-plusn,"futura-pt", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
article,aside,dialog,figure,footer,header,hgroup,nav,section {
	display: block;
}
br {
	line-height: 0;
}
ul li {
	list-style: none;
}
a {
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
button {
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover {
	opacity: .8;
}
input,
select,
textarea,
button {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: ryo-gothic-plusn,"futura-pt", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 100;
}
button {
	cursor: pointer;
}
img {
	vertical-align: middle;
	width: 100%;
	height: auto;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	height: 0;
	display: block;
	clear: both;
	content: "";
}
.only_pc,
.only_tb {
	display: block;
}
.only_sp {
	display: none;
}
.flex {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* For Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.only_pc,
	.only_tb {
		display: block;
	}
	.only_sp {
		display: none;
	}
}

/* For SP */
@media only screen and (max-width: 767px) {
	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,dialog,figure,footer,header,hgroup,menu,nav,section,time,
	mark,audio,video{
		font-size: .12rem;
	}
	.only_pc {
		display: none;
	}
	.only_sp,
	.only_tb {
		display: block;
	}
}