@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;
}
@media (max-width: 767px) {
 footer {
  font-size: calc(100vw / (800 / 26)) !important;
 }
}

/*****25th****/
.l-header__container {
  position: relative;
}
.l-header__container .logo25th {
  width: 140px;
  position: absolute;
  top: 10px;
  right: 20px;
}
@media (max-width: 767px) {
  .l-header__container .logo25th {
    width: calc(100vw / (800 / 170));
    max-width: 80px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}

/****************COMMON***************************************
**************************************************************/
body {
 font-family: 'Noto Sans JP', Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
 line-height: 1.8;
 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));
}
@media (max-width: 767px) {
 body {
  font-size: calc(100vw / (800 / 32));
 }
}
#contents {
 width: 100%;
 margin: 0;
 padding: 0;
}
.btnarea {
 padding-bottom: 5em;
}
/******* 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.9;
 filter: alpha(opacity=90);
 -ms-filter: "alpha(opacity=90)";
}
a.opa:hover img {
 filter: opacity(0.9);
}
/******* 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 / 22));
 font-family: sans-serif;
}
rt {
 display: none;
}
@media (max-width: 767px) {
 ruby[data-ruby]::before {
  top: -1em;
  font-size: calc(100vw / (800 / 28));
 }
}
/******* BUTTON **************************************/
#contents .btn, 
#contents p.btn {
 width: calc(100vw / (1200 / 400));
 margin: 0 auto calc(100vw / (1200 / 10));
 clear: both;
 font-size: calc(100vw / (1200 / 22)) 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));
 font-size: calc(100vw / (1200 /22));
  text-decoration: none;
}
@media (max-width: 767px) {
 #contents .btn {
  width: calc(100vw / (800 / 600));
  margin: 0 auto calc(100vw / (800 / 20));
  font-size: calc(100vw / (800 /40));
 }
 #contents .btn a {
  height: calc(100vw / (800 / 150));
  line-height: calc(100vw / (800 / 150));
    font-size: calc(100vw / (800 /40));
 }
}
/**メニューを見る**/
#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/icon_menu_white.svg);
 background-repeat: no-repeat;
 background-size: 100%;
}
#contents .btn_cv a {
 color: #fff;
 background: #b09a68;
 position: relative;
}
@media (max-width: 767px) {
 #contents .btn, #contents p.btn {
  width: calc(100vw / (800 / 700));
 }
 #contents .btn_cv a::before {
  font-size: calc(100vw / (800 / 36));
  top: calc(100vw / (800 / 40));
  left: calc(100vw / (800 / -20));
  width: calc(100vw / (800 / 80));
  height: calc(100vw / (800 / 80));
 }
}
/**注文に進む**/
#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/icon_cart_white.svg);
 background-repeat: no-repeat;
 background-size: 100%;
}
#contents .btn_order a {
 color: #fff;
 background: #eb2c2c;
 position: relative;
}
@media (max-width: 767px) {
 #contents .btn_order a::before {
  font-size: calc(100vw / (800 / 36));
  top: calc(100vw / (800 / 16));
  left: calc(100vw / (800 / -20));
  width: calc(100vw / (800 / 60));
  height: calc(100vw / (800 / 60));
 }
}
/**HOME**/
#contents .btn_home::after {
 content: "▶︎";
 display: inline-block;
 font-size: calc(100vw / (1200 / 18));
 color: #d9483e;
 position: absolute;
 top: calc(100vw / (1200 / 24));
 right: calc(100vw / (1200 / 32));
}
#contents .btn_home a {
 text-decoration: none;
 background: #fff;
 border: 2px #d9483e solid;
 color: #d9483e;
}
@media (max-width: 767px) {
 #contents .btn_home::after {
  font-size: calc(100vw / (800 / 36));
  top: calc(100vw / (800 / 50));
  right: calc(100vw / (800 / 20));
 }
}
/******* 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;
}
@media (max-width: 767px) {
 .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: 10px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 9999;
 }
 .floating-bnr a:hover {
  opacity: 0.7;
  transition: 0.2s;
 }
}