@charset "UTF-8";
/****************reset********************************************/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
html {
  font-size: 10px;
  font-size: 62.5%;
}
/* html, body {height: auto;min-height: 100vh;} */
body, h1, h2, h3, h4, h5, h6, blockquote, p, form, iframe {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol li {
  list-style-position: outside;
  padding: 0;
}
li ul, li ol {
  padding: 0;
}
img {
  border: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
th {
  font-weight: normal;
}
select, input, button, textarea, select, button {
  font-size: 100%;
}
sup {
  vertical-align: super;
}
strong, b {
  font-weight: 500;
}
/***調整***/
body .c-section, body .c-section__contents {
  margin: 0;
  padding: 0;
}
body .c-section__inner {
  max-width: 100%;
}
footer {
  margin-top: 0 !important;
  position: inherit;
  height: auto;
}
footer .c-list__item a {
  text-decoration: none !important;
}
footer .l-footer {
  margin-top: 70px;
}
footer .c-section__inner {
  max-width: 748px !important;
  margin: 0 auto !important;
}
footer .p-sitenavi__container {
  padding: 15px 10px !important;
  background-color: #8b7a52;
}
footer .p-sitenavi__list .p-sitenavi__listitem {
  padding: 10px 4px 0 !important;
}
/****************COMMON***************************************
**************************************************************/
body {
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  /* 	-webkit-font-smoothing: antialiased; */
  position: relative;
  color: #111;
  margin: 0 auto;
  word-break: break-all;
  line-height: 1.7;
  font-size: calc(100vw / (1200 / 16));
}
#contents {
  width: 100%;
  margin: 0;
  padding: 0;
}

/******* FONTS  **************************************/
.bld {
  font-weight: bold;
}
.fnt_red {
  color: #ff0000;
}
.min {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.marker {
  background: #ffff66;
  letter-spacing: 0.05em;
}
/******* LINK  **************************************/
a {
  text-decoration: underline;
  color: #bc3624;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a::before, a::after {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a.opa:hover img {
  filter: opacity(0.6);
}
/******* LAYOUT **************************************/
.algnC {
  text-align: center;
}
.algnL {
  text-align: left;
}
.algnR {
  text-align: right;
}
.flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
/******* LIST  **************************************/
#contents .kome {
  margin: 0 auto calc(100vw / (1200 / 30));
  line-height: 1.6;
}
#contents .kome li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
#contents .kome li a {
  text-decoration: underline;
}
#contents .kome li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
/******* RUBY  **************************************/
ruby[data-ruby] {
  position: relative;
}
ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -1.5em;
  right: -2em;
  letter-spacing: 0.3em;
  text-align: center;
  font-size: calc(100vw / (1200 / 10));
  font-family: sans-serif;
}
rt {
  display: none;
}
/******* BUTTON **************************************/
#contents .btn, #contents p.btn {
  width: calc(100vw / (1200 / 400));
  margin: 0 auto calc(100vw / (1200 / 100));
  font-size: calc(100vw / (1200 / 20)) !important;
  text-align: center;
  position: relative;
}
#contents .btn a {
  display: block;
  border-radius: 1vw;
  height: calc(100vw / (1200 / 75));
  line-height: calc(100vw / (1200 / 75));
  text-decoration: none;
}
/**メニューを見る**/
#contents .btn_cv a::before {
  content: "";
  display: inline-block;
  font-size: calc(100vw / (1200 / 18));
  color: #fff;
  position: relative;
  top: calc(100vw / (1200 / 20));
  left: calc(100vw / (1200 / -40));
  width: calc(100vw / (1200 / 40));
  height: calc(100vw / (1200 / 40));
  background-image: url(../img/common/icon/icon_menu_white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
#contents .btn_cv a {
  color: #fff;
  background: #b09a68;
  position: relative;
}
/**注文に進む**/
#contents .btn_order a::before {
  content: "";
  display: inline-block;
  font-size: calc(100vw / (1200 / 18));
  color: #fff;
  position: relative;
  top: calc(100vw / (1200 / 8));
  left: calc(100vw / (1200 / -40));
  width: calc(100vw / (1200 / 30));
  height: calc(100vw / (1200 / 30));
  background-image: url(../img/common/icon/icon_cart_white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
#contents .btn_order a {
  color: #fff;
  background: #bc3624;
  position: relative;
}
/**HOME**/
#contents .btn_home::after {
  content: "▶︎";
  display: inline-block;
  font-size: calc(100vw / (1200 / 18));
  color: #bc3624;
  position: absolute;
  top: calc(100vw / (1200 / 24));
  right: calc(100vw / (1200 / 32));
}
#contents .btn_home a {
  text-decoration: none;
  background: #fff;
  border: 2px #bc3624 solid;
  color: #bc3624;
}
/******* BANNER **************************************/
/*フローティングバナー*/
.floating-bnr {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 320px;
  max-width: 90vw;
  height: auto;
  z-index: 9999;
}
.floating-bnr a:hover {
  opacity: 0.7;
  transition: 0.2s;
}