@charset "utf-8";
/* ===========================================
 * RESET
 * ======================================== */
html {
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
  width: 100%;
	color: #000000;
	font: normal normal 1.6rem / 1.4 "Hiragino Kaku Gothic ProN", "Yu Gothic", "Arial", "Meiryo", "Helvetica Neue", "Helvetica", sans-serif;
	background-color: #FFFFFF;
}
img {
	max-width: 100%;
	padding: 0;
	margin-inline: auto;   
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
  cursor:pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
button {
	font-size: 0;
	border: none;
	background: transparent;
	display: flex;
}
small {
  padding-left: 1em;
  text-indent: -1em;
  font: inherit;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
figure, dl, dt, dd {
	padding: 0;
	margin: 0;
	display: block;
}
p, b, figure, a, button {
	padding: 0;
	margin: 0;
}
ul, ol {
	list-style: none;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
button {
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor: pointer;
}
/* details {
	cursor: pointer;
} */
summary {
	cursor: pointer;
	list-style: none;
}
summary::-webkit-details-marker {
	display: none;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.clearfix {
	zoom: 1;
}
.clearfix::after {  
	content: '';
	display: block;
	clear: both;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*::before,
*::after {
	display: block;
}