@charset "UTF-8";
/*========================================

 00. ResetAndUtility
 01. Header
 02. MainContents
 03. Footer

 20. ProductUtilitys

 30. ProductAdd

=========================================*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap");
:link, :visited {
  text-decoration: none;
}

html, body, div, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea,
h1, h2, h3, h4, h5, h6, .header-inner-01 .hd-inwrap .hd-center > p, .header-inner-01 .hd-inwrap footer .hd-center > span, footer .header-inner-01 .hd-inwrap .hd-center > span, p, footer span, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .header-inner-01 .hd-inwrap .hd-center > p, .header-inner-01 .hd-inwrap footer .hd-center > span, footer .header-inner-01 .hd-inwrap .hd-center > span {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-spacing: 0;
}

img {
  border: 0;
}

ol, ul {
  list-style: none;
}

th {
  text-align: left;
}

a {
  text-decoration: underline;
  outline: none;
}

a img, :link img, :visited img {
  border: none;
}

.before-clearfix:before {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

body {
  color: #000;
}

a:link, a:visited {
  text-decoration: none;
}

@media print {
  * {
    position: static !important;
    overflow: visible !important;
  }
}
/*==================================================
	Project layout
==================================================*/
body {
  font: 300 13px "M PLUS 1p", sans-serif;
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
}
body.bg-black {
  background: #000;
  color: #fff;
}

/*==================================================
  01. Header
==================================================*/
header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-inner-01 {
  width: 1000px;
  margin: auto;
}
.header-inner-01 h1 {
  padding-top: 1em;
  line-height: 1em;
  font-size: 0.8em;
}
.header-inner-01 .hd-inwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 15px;
}
.header-inner-01 .hd-inwrap .hd-logo {
  width: 320px;
}
.header-inner-01 .hd-inwrap .hd-logo a {
  display: inline-block;
  vertical-align: middle;
  width: 156px;
}
.header-inner-01 .hd-inwrap .hd-logo span {
  display: inline-block;
  padding-left: 0.5em;
  vertical-align: middle;
}
.header-inner-01 .hd-inwrap .hd-center {
  width: 350px;
  margin-left: 100px;
}
.header-inner-01 .hd-inwrap .hd-center > h6, .header-inner-01 .hd-inwrap .hd-center > p, .header-inner-01 .hd-inwrap footer .hd-center > span, footer .header-inner-01 .hd-inwrap .hd-center > span {
  margin-bottom: 11px;
  font-size: 0.8em;
}
.header-inner-01 .hd-inwrap .hd-center > img {
  width: 30%;
  vertical-align: middle;
}
.header-inner-01 .hd-inwrap .hd-center > p, .header-inner-01 .hd-inwrap footer .hd-center > span, footer .header-inner-01 .hd-inwrap .hd-center > span {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 1em;
  vertical-align: middle;
}
.header-inner-01 .hd-inwrap .hd-contact {
  width: 225px;
  font-size: 0.8em;
}
.header-inner-01 .hd-inwrap .hd-contact a {
  color: #fff;
}
.header-inner-01 .hd-inwrap .hd-contact a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: orange;
}
.header-inner-01 .hd-inwrap .hd-contact > span > a {
  padding: 0 1em;
  border-right: 1px solid #fff;
}
.header-inner-01 .hd-inwrap .hd-contact > span > a:first-child {
  padding-left: 0;
}
.header-inner-01 .hd-inwrap .hd-contact > span > a:last-child {
  padding-right: 0;
  border-right: none;
}
.header-inner-01 .hd-inwrap .hd-contact > p, .header-inner-01 .hd-inwrap footer .hd-contact > span, footer .header-inner-01 .hd-inwrap .hd-contact > span {
  margin-top: 5px;
  line-height: 1em;
  font-size: 2.3em;
}

nav#header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
nav#header-nav a {
  width: 140px;
  padding-left: 10px;
  border-left: 1px solid #fff;
  line-height: 1em;
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
nav#header-nav a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: orange;
}
nav#header-nav a:last-child {
  border-right: 1px solid #fff;
}
nav#header-nav a > span {
  color: #e50011;
}
nav#header-nav a > p, nav#header-nav footer a > span, footer nav#header-nav a > span {
  font-size: 0.5em;
}

/*==================================================
  02. MainContents
==================================================*/
.top-fix {
  width: 1000px;
  margin: auto;
}

.middle-01 {
  width: 1000px;
  margin: auto;
}

.inner-image-nut {
  width: 165px;
  margin: auto;
}
.inner-image-nut > img {
  width: 100%;
}

h2.mincho_copy-01 {
  line-height: 1em;
  font-size: 5em;
  font-family: "Sawarabi Mincho", sans-serif;
}

.obi-01 {
  padding: 10px;
  background: #a30708;
  text-align: center;
  color: #f4e729;
}

.bottom-01 {
  width: 1000px;
  margin: auto;
}
.bottom-01 > p, footer .bottom-01 > span {
  width: 175px;
  margin: 30px auto 60px;
}
.bottom-01 .bottom-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.bottom-01 a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
}
.bottom-01 a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 10px #4b2f00;
          box-shadow: 0 0 15px 10px #4b2f00;
}
.bottom-01 a:nth-child(-n+3) {
  width: 320px;
  margin-bottom: 15px;
}
.bottom-01 a:nth-child(4) {
  width: 320px;
}
.bottom-01 a:nth-child(5) {
  width: 320px;
}
.bottom-01 a:nth-child(6) {
  width: 320px;
}

.gallery-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.gallery-3col.flx-wrp {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gallery-3col.flx-wrp a {
  margin-left: 16px;
  margin-right: 16px;
}
.gallery-3col > a {
  display: block;
  width: 300px;
  margin-bottom: 30px;
}
.gallery-3col > a img:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 10px #4b2f00;
          box-shadow: 0 0 15px 10px #4b2f00;
}
.gallery-3col > a p, .gallery-3col > a footer span, footer .gallery-3col > a span {
  padding-top: 5px;
  color: #fff;
}

.price_list {
  width: 600px;
  margin: 0 auto 90px;
}
.price_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  line-height: 1em;
  font-size: 2em;
  font-family: "Oswald", sans-serif;
}
.price_list > ul li {
  width: 20%;
  text-align: center;
}
.price_list > ul.col6 li {
  width: 16.66%;
}
.price_list > ul.col4 li {
  width: 25%;
}
.price_list > ul.col4 li span {
  font-size: 0.5em;
}
.price_list > p, footer .price_list > span {
  line-height: 1.8em;
}

a.cartbtn-01 {
  display: block;
  width: 130px;
  margin-left: auto;
  margin-right: 0;
}
a.cartbtn-01:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}

.title-01 {
  line-height: 1em;
  text-align: center;
  font-size: 2em;
  font-family: "Oswald", sans-serif;
}

.user_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user_gallery > a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 81px;
  margin: 0 1px 3px;
  border: 1px solid transparent;
  line-height: 0;
}
.user_gallery > a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid orange;
}

nav#middle-nav {
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav#middle-nav a {
  display: block;
  border-bottom: 5px solid transparent;
}
nav#middle-nav a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 5px solid orange;
}
nav#middle-nav a.col1 {
  line-height: 0;
  border: 1px solid #666;
}
nav#middle-nav a.col1:hover {
  border: 1px solid orange;
}
nav#middle-nav .col3, nav#middle-nav .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(../../product/images/bg-tc01-menu1.png);
  background-size: 100%;
  background-position: top left;
  background-repeat: no-repeat;
}
nav#middle-nav .col3 > a, nav#middle-nav .col2 > a {
  width: 28.5%;
  height: 126px;
}
nav#middle-nav .col2 {
  background-image: url(../../product/images/bg-tc01-menu2.png);
}
nav#middle-nav .col2 > a {
  width: 47.5%;
  height: 87px;
}

/*==================================================
  03. Footer
==================================================*/
footer p, footer span {
  padding-top: 10px;
  line-height: 1em;
  font-size: 0.8em;
  font-weight: 400;
}
footer a {
  padding: 0 1em;
  border-right: 1px solid #fff;
  color: #fff;
}
footer a:first-child {
  padding-left: 0;
}
footer a:last-child {
  padding-right: 0;
  border-right: none;
}
footer a:hover {
  text-decoration: underline;
}
footer span {
  display: block;
  padding-top: 10px;
  text-align: right;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto 30px;
}

#totopbtn {
  position: fixed;
  z-index: 100;
  bottom: 5%;
  right: 2%;
}
#totopbtn > a {
  display: block;
  padding: 10px 10px 10px;
  text-decoration: none;
  border-radius: 3px;
  background: rgba(229, 0, 17, 0.8);
  color: #fff;
}
#totopbtn > a:hover {
  cursor: pointer;
}

/*==================================================
 	20.ProductUtilitys
==================================================*/
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.fadeinactive {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.stcky-tp, .stcky-bt {
  position: sticky;
  z-index: 10;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.stcky-bt {
  bottom: 0;
}

.mg-bt-pcnt-1 {
  margin-bottom: 1%;
}

.mg-bt-pcnt-2 {
  margin-bottom: 2%;
}

.mg-bt-pcnt-3 {
  margin-bottom: 3%;
}

.mg-bt-pcnt-5 {
  margin-bottom: 5%;
}

.mg-bt-pcnt-8 {
  margin-bottom: 8%;
}

.mg-bt-pcnt-10 {
  margin-bottom: 10%;
}

.pd-all-pcnt-2 {
  padding: 2%;
}

.pd-vr-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pd-vr-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd-vr-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pd-vr-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd-tp-txt-1em {
  padding-top: 1em;
}

.pd-tp-txt-2em {
  padding-top: 2em;
}

.pd-tp-txt-3em {
  padding-top: 3em;
}

.pd-tp-pcnt-1 {
  padding-top: 1%;
}

.pd-tp-pcnt-2 {
  padding-top: 2%;
}

.pd-tp-pcnt-3 {
  padding-top: 3%;
}

.pd-tp-pcnt-5 {
  padding-top: 5%;
}

.pd-bt-txt-1em {
  padding-bottom: 1em;
}

.pd-bt-txt-2em {
  padding-bottom: 2em;
}

.pd-bt-txt-3em {
  padding-bottom: 3em;
}

.pd-bt-pcnt-1 {
  padding-bottom: 1%;
}

.pd-bt-pcnt-2 {
  padding-bottom: 2%;
}

.pd-bt-pcnt-3 {
  padding-bottom: 3%;
}

.retina img {
  width: 100%;
}

.brdr_img-gray {
  border: 1px solid #666;
}

.font-wt {
  font-weight: 100;
}

.font-wl {
  font-weight: 300;
}

.font-wn {
  font-weight: 400;
}

.font-wb {
  font-weight: 700;
}

.font-sz-xsm {
  font-size: 0.6em;
}

.font-sz-sm {
  font-size: 0.8em;
}

.font-sz-md {
  font-size: 1.2em;
}

.font-sz-lg {
  font-size: 1.5em;
}

.font-sz-xlg {
  font-size: 2em;
}

/*==================================================
 	30.ProductAdd	追加のスタイルはここより下へ
==================================================*/
/* 2025 追加 */
.new-icon_mini {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background-color: red;
  padding: 0 4px;
}

.hd-time .time {
  font-size: 12px;
}

.hd-time {
  margin-bottom: 0.5em;
}

.time span, .holiday span {
  font-weight: 200;
  border: solid 0.5px;
  padding: 1.5px;
  margin-right: 6px;
}

.holiday span {
  margin-right: 18px;
}

.time02 {
  margin-left: 5em;
}

.cmpny .mi_sub04 span {
  font-size: 14px;
}
