@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Roboto:wght@100&display=swap');

/* ----------------------------------
  reset - base
---------------------------------- */
html {
	/* フォントはcommon.scssで指定 */
	/* font-family: "M PLUS 1p", sans-serif; */
	/* font-weight: 400; */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	/* vertical-align: top; */
}
a:active, a:hover {
	outline: 0;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

body {
	position: relative;
	/* font-family: "M PLUS 1p", sans-serif; */
	font-feature-settings: "palt";
	line-height: 1.5;
	background: #e7c053;
	font-size: 10px;
	color: #000;
  visibility: hidden;
  -ms-filter: "alpha(opacity=0)" ;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0 ; 
}
body, html {
	overflow-x: visible !important;
	height: 100%;
}
body.is-sbmenu {
	padding-bottom: 1px;
}
.c-header-sp.is-sbmenu {
	background: #fffff0;
}

@media screen and (orientation: landscape) {
.l-header-sp {
	width: 100%;
}
}
a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, select {
	color: #000;
}

input[type="text"].error, input[type="search"].error, input[type="password"].error, input[type="tel"].error, input[type="url"].error, input[type="email"].error, input[type="number"].error, input[type="datetime"].error, input[type="date"].error, input[type="month"].error, input[type="week"].error, input[type="time"].error, select.error {
	border: 2px solid #bdd5e8;
	background: #ffe5e5;
}
input[type="search"] {
	font-size: 92%;
}
input[type="search"]::-webkit-input-placeholder {
 font-size: 85%;
}
input[type="search"]:-moz-placeholder {
 font-size: 85%;
}
input::-ms-clear {
 visibility: hidden;
 -moz-appearance: textfield;
}
input[type="search"]::-webkit-input-placeholder {
 color: #666;
}
input[type="search"]:-moz-placeholder {
 color: #666;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
 -webkit-appearance: none;
}
button:focus {
	outline: none;
}
input:focus {
	outline: none;
	/*border: 1px solid #ff669a;*/
}
select:focus {
	outline: none;
	/*border: 1px solid #ff669a;*/
}
input[type="search"]:focus {
	outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
 display: none;
}
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 7px;
	height: 50px;
	background: #fff;
	border: none;
	/* border-radius: 10px; */
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
