@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
html {}
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;
  box-sizing: border-box;
}
@media (max-width: 600px) {
	html,body {
	overscroll-behavior-y: none;/*iphoneの上下オーバースクロールを制御　上オーバースクロールした時にヘッダー消えるから*/
}
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 22px;
  font-weight: normal;
}
li {
  list-style-type: none;
}
img, abbr, acronym, fieldset {
  border: 0;
}
img {
  vertical-align: bottom;
}
img[width="1"], img[width="0"] {
  display: none !important;
}
.line {
  font-size: 1px;
  line-height: 1px;
}
/*-- default --*/
body {
  color: #222;
  font-size: 16px;
  /*font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt";*/
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  background: #F8F6F2; /*　#fffcf5*/
}
.top-moji {
  line-height: 200%;
  z-index: 1;
}
.moji {
  color: #fff;
  line-height: 200%;
}
td, th {
  font-size: 1em;
}
table {
  border-collapse: collapse;
}
pre {
  font-size: 1em;
}
/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap, #makebanner {
  width: 100%;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
a:link, a:active, a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  opacity: 1;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clear {
  zoom: 1;
} /* IE6 */
*:first-child + html .clear {
  zoom: 1;
} /* IE7 */
a:hover img, .btn:hover, #M_basketClosedBox a:hover, .soldout:not(:hover) {
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn {
  display: inline-block;
  margin: 16px auto;
  background: #222;
  color: #fff !important;
  padding: 14px 32px;
}
.btn-gray {
  background: #999;
}