*{
	margin:0;
	padding:0;
}

:root{
	--color-yellow: rgba(240, 179, 0, 1);
	--font-black: rgba(45, 48, 50, 1);
	--font-gray: rgba(87, 89, 91, 1);
	--page-bg: rgba(253, 253, 249, 1);
	--page-width: 1280px;
	--sp-width: 92%;
	--hover: 0.7;
}

a,
a:hover,
a:active,
a:visited{
	color: var(--font-black);
	-webkit-tap-highlight-color: transparent rgba(0,0,0,0);
	-moz-tap-highlight-color: transparent rgba(0,0,0,0);
	-ms-tap-highlight-color: transparent rgba(0,0,0,0);
	-o-tap-highlight-color: transparent rgba(0,0,0,0);
	tap-highlight-color: transparent rgba(0,0,0,0);
	transition: all .2s;
	-webkit-transform: translateZ(0);
}

a,
a img,
a:hover,
a img:hover{
 text-decoration:none;
}

a:hover,
a img:hover{
	opacity: var(--hover);
}
a img{
	outline: none;
}
a img::after,
a img::before{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a img,
a img::after,
a img::before{
	-webkit-transition: all .2s;
	transition: all .2s;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
 margin: 0;	
 padding: 0;
}

article, aside, canvas, footer, header, hgroup, nav, section, figure, figcaption{ 
	display: block;
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var{ font-style: normal; }

table{
	border-collapse: collapse;	
	border-spacing: 0;
}

caption, th{
	text-align: left;
}

q:before ,q:after{ content: ''; }

object, embed{ vertical-align: top; }

hr, legend{ display: none; }

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: bold;
}

img, abbr, acronym, fieldset{
	border: 0;
	vertical-align: center;/*bottom*/
}

li{
	list-style-type: none;
}

img[src$=".svg"]{	/* SVG IE対策 */
	width: 100%;
}

svg{
	fill: currentColor;
}

.object-fit-img{	/* object-fit IE対策 */
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

.pc{ display: block!important; }
.sp{ display: none!important; }

@media screen and (max-width: 650px){
	.pc{ display: none!important; }
	.sp{ display: block!important; }
}

/*----------font_setting----------*/

html,
body{
	width: 100%;
	height: 100%;
	position: relative;
}
html{
	font-size: 62.5%;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
body{
	font-size: 17px;
	line-height: 2.2;
	text-align: center;
	font-weight: normal;
	word-wrap: break-word;
	letter-spacing: 0.12em;
	color: var(--font-black);
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-display: swap;/*Webフォントが読み込まれる間代替フォントを表示*/
}
_:lang(x)::-ms-backdrop,
.selector{
	font-family: "Segoe UI", Meiryo, sans-serif;
}

@media screen and (max-width: 1100px){
	body{
		font-size: 15px;
	}
}
@media screen and (max-width: 650px){
	body{
		font-size: 14px;
	}
}