@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ====== Base ====== */
body {
  background-color: #fff;
  margin: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.025em;
  line-height: 1.6em;
}
body:has(#dock) {
  padding-bottom: 80px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, p {
  margin: 0px;
}

dl,
ol,
ul,
dt,
dd {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.blockbox,
.modulebox {
  margin-bottom: 60px;
}
@media screen and (max-width: 544px) {
  .blockbox,
.modulebox {
    margin-bottom: 45px;
  }
}
.blockbox > .inner,
.modulebox > .inner {
  width: 990px;
  position: relative;
  margin: 0px auto;
}
@media screen and (max-width: 990px) {
  .blockbox > .inner,
.modulebox > .inner {
    width: 94%;
  }
}
.blockbox > .inner:after,
.modulebox > .inner:after {
  content: "";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}
.blockbox.bg-gray,
.modulebox.bg-gray {
  background-color: #f5f5f5;
  padding: 30px 0px;
}
.blockbox p,
.modulebox p {
  margin-bottom: 1em;
}
.blockbox p:last-child,
.modulebox p:last-child {
  margin-bottom: 0px;
}

#announce {
  margin-bottom: 30px;
}
#announce > .inner:after {
  width: 90px;
  height: 9px;
  visibility: visible;
}

.clearfix {
  content: "";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}

@media screen and (max-width: 544px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 544px) {
  br.sp,
span.sp,
a.sp,
b.sp,
i.sp,
strong.sp,
em.sp {
    display: inline-block !important;
  }
  div.sp,
p.sp,
section.sp,
article.sp,
ul.sp,
ol.sp,
li.sp,
h1.sp,
h2.sp,
h3.sp,
h4.sp,
h5.sp,
h6.sp {
    display: block !important;
  }
  table.sp {
    display: table !important;
  }
}
h4.ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 3px solid #000;
  padding: 0px 0px 6px 18px;
  font-size: 21px;
}
h4.ttl:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 8px;
  height: 20px;
  -webkit-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) top left/100% 8px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) bottom left/100% 8px no-repeat;
  background: linear-gradient(#000, #000) top left/100% 8px no-repeat, linear-gradient(#000, #000) bottom left/100% 8px no-repeat;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  min-height: 50px;
  border: 1px solid #a2a2a2;
  padding: 6px 0px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.btn.quote {
  background: -webkit-gradient(linear, left top, left bottom, from(#21b417), to(#56950d));
  background: linear-gradient(180deg, #21b417 0%, #56950d 100%);
}
.btn.contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#579aae), to(#4781a1));
  background: linear-gradient(180deg, #579aae 0%, #4781a1 100%);
}
.btn.cart {
  background: -webkit-gradient(linear, left top, left bottom, from(#f04f4f), to(#e51b00));
  background: linear-gradient(180deg, #f04f4f 0%, #e51b00 100%);
}
.btn.category {
  background: -webkit-gradient(linear, left top, left bottom, from(#A18947), to(#C3AB32));
  background: linear-gradient(180deg, #A18947 0%, #C3AB32 100%);
}

.breadcrumb {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.25em;
}

#announce > .inner:before, #announce > .inner:after {
  content: "";
  display: block;
  width: 90px;
  height: 9px;
  background: no-repeat center center/cover;
  margin: 0px auto;
}
#announce > .inner:before {
  background-image: url(../img/I64_3726_63_3677.svg);
  margin-bottom: 6px;
}
#announce > .inner:after {
  background-image: url(../img/I64_3726_63_3682.svg);
  margin-top: 6px;
}
#announce > .inner > p {
  background-color: #E51B00;
  border: 1px solid #999;
  border-radius: 2px;
  padding: 6px 15px;
  color: #fff;
}

#caroucel > .inner {
  width: 94%;
  margin: 0px auto;
}
#caroucel li {
  text-align: center;
}
#caroucel .fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control {
  top: 50px;
  bottom: auto;
}
@media screen and (max-width: 544px) {
  #caroucel .fs-carousel.fs-light.fs-carousel-enabled .fs-carousel-control {
    display: none;
  }
}

#news {
  background-color: #f5f5f5;
}
#news h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 700;
}
#news h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 35px;
  background: url(../img000/icon_news.svg) no-repeat center top/contain;
}

.modulebox.contact {
  margin-bottom: 60px;
}
.modulebox.contact > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  min-height: 265px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#e51b00), to(#b30303));
  background: linear-gradient(180deg, #e51b00 0%, #b30303 100%);
  border-radius: 2px;
  margin: 0px auto;
  padding: 0px 0px 0px 160px;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modulebox.contact > .inner {
    min-width: 94%;
    min-height: initial;
    padding: 15px 0px;
  }
}
.modulebox.contact > .inner img {
  display: block;
  width: 30%;
  height: 100%;
  max-width: 200px;
  max-height: 250px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .modulebox.contact > .inner img {
    width: 50%;
    height: 150px;
    position: static;
    margin: 0px auto 15px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.modulebox.contact > .inner h4 {
  margin: 0px 0px 18px;
}
.modulebox.contact > .inner h4 > * {
  display: block;
}
.modulebox.contact > .inner h4 span {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.4em;
}
.modulebox.contact > .inner h4 small {
  font-size: 16px;
  font-weight: normal;
}
.modulebox.contact > .inner h4 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .modulebox.contact > .inner h4 br {
    display: inline-block;
  }
}
.modulebox.contact > .inner .phone {
  margin-bottom: 15px;
}
.modulebox.contact > .inner .phone > * {
  display: block;
}
.modulebox.contact > .inner .phone span {
  margin: 0px 0px 6px;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  text-decoration: none;
  line-height: 1;
}
.modulebox.contact > .inner .phone small {
  font-size: 18px;
}
.modulebox.contact > .inner .business-hour {
  font-size: 16px;
}

ol.itemlist,
ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
ol.itemlist > li,
ul.itemlist > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  position: relative;
}
ol.itemlist > li article > *,
ul.itemlist > li article > * {
  margin-bottom: 12px;
}
ol.itemlist > li .photo,
ul.itemlist > li .photo {
  position: relative;
  padding: 10px;
  text-align: center;
}
ol.itemlist > li .photo:after,
ul.itemlist > li .photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: 1px solid #333;
  border-top: 0px none transparent;
}
@media screen and (max-width: 544px) {
  ol.itemlist > li .photo img,
ul.itemlist > li .photo img {
    width: 60%;
  }
}
@media screen and (max-width: 414px) {
  ol.itemlist > li .photo img,
ul.itemlist > li .photo img {
    width: 80%;
  }
}
ol.itemlist > li .description,
ul.itemlist > li .description {
  font-size: 18px;
  color: #900900;
  font-weight: 500;
  line-height: 1.2;
}
ol.itemlist > li .description :where(font),
ul.itemlist > li .description :where(font) {
  all: revert;
  display: contents;
  color: inherit !important;
  font: inherit !important;
}
ol.itemlist > li .description :where([style*=font], [style*=color], [style*=size]),
ul.itemlist > li .description :where([style*=font], [style*=color], [style*=size]) {
  color: inherit !important;
  font: inherit !important;
  background: transparent !important;
  border: 0 !important;
}
ol.itemlist > li ul.spec,
ul.itemlist > li ul.spec {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 1.2;
}
ol.itemlist > li ul.spec .price span,
ul.itemlist > li ul.spec .price span {
  text-decoration: line-through;
}
ol.itemlist > li p.price,
ul.itemlist > li p.price {
  font-size: 16px;
  color: #900900;
  font-weight: 700;
  line-height: 1.2;
}
ol.itemlist > li p.price span,
ul.itemlist > li p.price span {
  font-size: 25px;
}
ol.itemlist > li .link,
ul.itemlist > li .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ol.itemlist.spec > li,
ul.itemlist.spec > li {
  width: calc((100% - 60px) / 3);
}
ol.itemlist.card,
ul.itemlist.card {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
ol.itemlist.card li,
ul.itemlist.card li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  ol.itemlist.card li,
ul.itemlist.card li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 544px) {
  ol.itemlist.card li,
ul.itemlist.card li {
    width: 100%;
  }
}
ol.itemlist.card li .header,
ul.itemlist.card li .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  min-height: 120px;
  background-color: #f5f5f5;
  border-radius: 2px;
  padding: 12px 15px;
}
ol.itemlist.card li .header h4,
ul.itemlist.card li .header h4 {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
ol.itemlist.card li .header img,
ul.itemlist.card li .header img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
ol.itemlist.card li .content p,
ul.itemlist.card li .content p {
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1.6em;
}

table.itemlist {
  width: 100%;
  border: 1px solid #333;
  border-collapse: collapse;
  margin-bottom: 1em;
}
table.itemlist caption {
  text-align: left;
}
table.itemlist caption[align=bottom] {
  padding-top: 15px;
}
table.itemlist th,
table.itemlist td {
  border: 1px solid #333;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
}
table.itemlist thead {
  background-color: #c6c6c6;
}
table.itemlist tbody th {
  width: 20%;
  background-color: #e6e6e6;
  text-align: left;
}

ol.linelist > li,
ul.linelist > li {
  border-bottom: 1px solid #a2a2a2;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.bg-gray ol.linelist > li,
.bg-gray ul.linelist > li {
  border-bottom: 3px solid #fff;
}

ol.linelist > li .date,
ul.linelist > li .date {
  display: block;
  font-size: 100%;
}

.detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border: 2px solid #333;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.075em;
}
.detail:before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #017721;
  font-weight: 900;
}

.bar {
  height: 44px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 3px 0px #a2a2a2;
          box-shadow: 0px 3px 3px 0px #a2a2a2;
  margin-bottom: 30px;
}
.bar:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 4px);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#7f0f00), to(#e51b00));
  background: linear-gradient(90deg, #7f0f00 0%, #e51b00 100%);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.bar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  padding: 0px 0px 4px 0px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.bar p:before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-color: #fff;
}

.tagline {
  background-color: #f5f5f5;
  text-align: center;
  color: #666666;
  margin: 0px;
  padding: 3px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
.tagline p {
  width: 990px;
  margin: 0px auto;
  line-height: 1.25em;
  text-align: left;
}
@media screen and (max-width: 990px) {
  .tagline p {
    width: 94%;
  }
}
.tagline p:nth-child(1) ~ p {
  display: none;
}

.menubar,
.cta {
  display: block;
  position: relative;
  margin: 12px 0px 0px 0px;
}
.menubar .utility,
.cta .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2px;
  margin-bottom: 10px;
}
.menubar .utility > li,
.cta .utility > li {
  width: calc((100% - 6px) / 4);
}
@media screen and (max-width: 768px) {
  .menubar .utility > li,
.cta .utility > li {
    width: calc((100% - 4px) / 3);
  }
}
#dock .menubar .utility > li,
#dock .cta .utility > li {
  width: calc((100% - 6px) / 3);
}

#footerbox .menubar .utility > li,
#footerbox .cta .utility > li {
  width: calc((100% - 6px) / 4);
}
@media screen and (max-width: 768px) {
  #footerbox .menubar .utility > li,
#footerbox .cta .utility > li {
    width: calc((100% - 4px) / 3);
  }
}
@media screen and (max-width: 544px) {
  #footerbox .menubar .utility > li,
#footerbox .cta .utility > li {
    width: calc((100% - 2px) / 3);
  }
}

@media screen and (max-width: 768px) {
  .menubar .utility > li.search,
.cta .utility > li.search {
    display: none;
  }
}
.menubar .utility > li .btn,
.cta .utility > li .btn {
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 0px;
  isolation: isolate;
}
#footerbox .menubar .utility > li .btn,
#footerbox .cta .utility > li .btn {
  gap: 0px 15px;
}

.menubar .utility > li .btn.search,
.cta .utility > li .btn.search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  min-height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#fff));
  background: linear-gradient(90deg, #e6e6e6 0%, #fff 100%);
  border: 1px solid #a2a2a2;
  margin: 0px;
  font-size: 14px;
  color: #900900;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .menubar .utility > li .btn.search,
.cta .utility > li .btn.search {
    display: none;
  }
}
.menubar .utility > li .btn.search span.icon,
.menubar .utility > li .btn.search span.ttl,
.cta .utility > li .btn.search span.icon,
.cta .utility > li .btn.search span.ttl {
  width: auto;
  background-color: transparent;
}
.menubar .utility > li .btn.search span.icon:before, .menubar .utility > li .btn.search span.icon:after,
.menubar .utility > li .btn.search span.ttl:before,
.menubar .utility > li .btn.search span.ttl:after,
.cta .utility > li .btn.search span.icon:before,
.cta .utility > li .btn.search span.icon:after,
.cta .utility > li .btn.search span.ttl:before,
.cta .utility > li .btn.search span.ttl:after {
  background: none;
}
.menubar .utility > li .btn.search span.icon,
.cta .utility > li .btn.search span.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.menubar .utility > li .btn.search img,
.cta .utility > li .btn.search img {
  display: block;
  width: 40px;
  height: 40px;
}
.menubar .utility > li .btn.search i,
.cta .utility > li .btn.search i {
  font-style: normal;
}
.menubar .utility > li .btn.search strong,
.cta .utility > li .btn.search strong {
  font-size: 18px;
}
.menubar .utility > li .btn span.icon,
.cta .utility > li .btn span.icon {
  width: 70px;
  height: 100%;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1;
}
@media screen and (max-width: 544px) {
  .menubar .utility > li .btn span.icon,
.cta .utility > li .btn span.icon {
    width: 60px;
  }
}
@media screen and (max-width: 414px) {
  .menubar .utility > li .btn span.icon,
.cta .utility > li .btn span.icon {
    width: 40px;
  }
}
#dock .menubar .utility > li .btn span.icon,
#dock .cta .utility > li .btn span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menubar .utility > li .btn span.icon:before, .menubar .utility > li .btn span.icon:after,
.cta .utility > li .btn span.icon:before,
.cta .utility > li .btn span.icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: right 50%;
}
.menubar .utility > li .btn span.icon:before,
.cta .utility > li .btn span.icon:before {
  background-image: url(../img000/menubar_utility_circle_fill.png);
  mix-blend-mode: multiply;
}
.menubar .utility > li .btn span.icon:after,
.cta .utility > li .btn span.icon:after {
  background-image: url(../img000/menubar_utility_circle_stroke.png);
}
.menubar .utility > li .btn span.icon img,
.cta .utility > li .btn span.icon img {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 414px) {
  .menubar .utility > li .btn span.icon img,
.cta .utility > li .btn span.icon img {
    width: 30px;
  }
}
.menubar .utility > li .btn span.ttl,
.cta .utility > li .btn span.ttl {
  width: calc(100% - 70px);
  padding-right: 10px;
  line-height: 1.25em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  .menubar .utility > li .btn span.ttl,
.cta .utility > li .btn span.ttl {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 414px) {
  .menubar .utility > li .btn span.ttl,
.cta .utility > li .btn span.ttl {
    width: calc(100% - 50px);
  }
}
.menubar .utility > li .btn span.ttl br,
.cta .utility > li .btn span.ttl br {
  display: none;
}
@media screen and (max-width: 414px) {
  .menubar .utility > li .btn span.ttl br,
.cta .utility > li .btn span.ttl br {
    display: inline-block;
  }
}
.menubar .type,
.cta .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menubar .type li,
.cta .type li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
@media screen and (max-width: 768px) {
  .menubar .type li,
.cta .type li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
}
.menubar .type li.search,
.cta .type li.search {
  display: none;
}
@media screen and (max-width: 768px) {
  .menubar .type li.search,
.cta .type li.search {
    display: list-item;
  }
  .menubar .type li.search a.btn,
.cta .type li.search a.btn {
    max-height: initial;
  }
  .menubar .type li.search a.btn span.icon,
.cta .type li.search a.btn span.icon {
    display: block;
    height: 21px;
  }
  .menubar .type li.search a.btn span.icon img,
.cta .type li.search a.btn span.icon img {
    max-width: initial;
    max-height: 100%;
  }
  .menubar .type li.search a.btn i,
.cta .type li.search a.btn i {
    display: none;
  }
}
.menubar .type li a,
.cta .type li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#fff));
  background: linear-gradient(90deg, #e6e6e6 0%, #fff 100%);
  border: 1px solid #a2a2a2;
  margin: 0px 0px 0px -1px;
  padding: 18px 6px 12px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .menubar .type li a,
.cta .type li a {
    padding: 15px 3px 9px;
    font-size: 14px;
  }
}
.menubar .type li a:hover,
.cta .type li a:hover {
  background: #f5f5f5;
}
.menubar .type li a::after,
.cta .type li a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 98%;
  height: 2px;
  background-color: #900900;
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta {
    display: block;
  }
}
.cta .column {
  width: calc((100% - 30px) / 2);
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
  .cta .column {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cta .column + .column {
    padding-top: 15px;
  }
}
.cta .column ul.utility {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta .column ul.utility > li {
  width: 100%;
  margin-bottom: 15px;
}
.cta .column ul.utility > li:last-child {
  margin-bottom: 0px;
}
.cta .column ul.utility > li .label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}
.cta .column ul.utility > li.cart:before {
  content: "　";
  display: block;
}
@media screen and (max-width: 768px) {
  .cta .column ul.utility > li.cart:before {
    display: none;
  }
}
.cta .column .btn {
  width: 100%;
}
.cta .column .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
.cta .column .quantity label {
  font-size: 16px;
}
.cta .column .quantity .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta .column .quantity select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 80px;
  background-color: #fff;
  border: 1px solid #333;
  padding: 10px 30px 10px 14px;
  font-size: 16px;
  cursor: pointer;
}

#footerbox {
  margin: 30px 0px;
  font-size: 14px;
  text-align: center;
}
#footerbox .menubar {
  margin-bottom: 30px;
}
#footerbox .menubar ul.utility {
  margin-bottom: 30px;
}
#footerbox .menubar ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px 0px;
}
#footerbox .menubar ul.list li {
  border-left: 1px solid #333;
}
#footerbox .menubar ul.list li.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  height: 0px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#footerbox .menubar ul.list li a {
  display: block;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1;
}
#footerbox p.contact {
  margin-bottom: 1em;
}
#footerbox p.copyright {
  float: none;
  color: #333;
  line-height: 1;
  text-align: center;
}

.itembox {
  margin-bottom: 30px;
}
.itembox:last-child {
  margin-bottom: 0px;
}
.itembox.cut:after {
  content: "●●●";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 45px auto;
  font-size: 14px;
  color: #333;
  letter-spacing: 1em;
}
@media screen and (max-width: 544px) {
  .itembox.cut:after {
    margin: 30px auto;
  }
}
.itembox.product ul.itemlist {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itembox.product ul.itemlist > li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 990px) {
  .itembox.product ul.itemlist > li {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .itembox.product ul.itemlist > li {
    width: calc((100% - 30px) / 2);
  }
}
.itembox.category .bar {
  margin-bottom: 0px;
}
.itembox.category ul.itemlist {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.itembox.category ul.itemlist .bar {
  width: 100%;
}
.itembox.category ul.itemlist a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 6px;
}
.itembox.category ul.itemlist a:before {
  content: "\f054";
  display: block;
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #900900;
  font-weight: 700;
}
.itembox.category ul.itemlist > li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 990px) {
  .itembox.category ul.itemlist > li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 544px) {
  .itembox.category ul.itemlist > li {
    width: 100%;
  }
}
.itembox.category ul.itemlist > li:has(img) a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #333;
  padding: 0px 0px 6px;
}
.itembox.category ul.itemlist > li:has(img) a:before {
  content: none;
}
.itembox.category ul.itemlist > li ul li {
  border-bottom: 1px dotted #000;
}
.itembox.category ul.itemlist > li.yoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px 30px;
  width: 100%;
}
.itembox.category ul.itemlist > li.yoto ul {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 768px) {
  .itembox.category ul.itemlist > li.yoto ul {
    width: calc((100% - 30px) / 2);
  }
}
.itembox.banner, .itembox.guide, .itembox.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 30px;
}
.itembox.banner ul.itemlist {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 544px) {
  .itembox.banner ul.itemlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 544px) {
  .itembox.banner ul.itemlist li {
    width: calc((100% - 15px) / 2);
  }
}
#drawer.dock .itembox.banner ~ .itembox {
  display: none;
}

.itembox.guide ul.itemlist {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itembox.guide ul.itemlist li {
  width: 310px;
  height: 100px;
}
#drawer .itembox.guide ul.itemlist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#drawer .itembox.guide ul.itemlist li a:before {
  display: block;
}

.itembox.guide ul.itemlist li.choice a:before {
  content: url(../img000/drawer_guide_choice.png);
}
.itembox.guide ul.itemlist li.payment a:before {
  content: url(../img000/drawer_guide_payment.png);
}
.itembox.guide ul.itemlist li.faq a:before {
  content: url(../img000/drawer_guide_faq.png);
}
.itembox.guide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border: 1px solid #a2a2a2;
  padding: 15px;
}
.itembox.group dl {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .itembox.group dl {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 544px) {
  .itembox.group dl {
    width: 100%;
  }
}
.itembox.group dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  border-bottom: 1px solid #a2a2a2;
  margin-bottom: 12px;
}
.itembox.group dl dt img {
  width: 180px;
  height: auto;
}
.itembox.group dl dd {
  padding: 0px 15px;
}
.itembox.group dl dd p {
  font-size: 12px;
}

#headerbox {
  display: block;
  max-width: 990px;
  position: relative;
  z-index: 10001;
  margin: 0px auto;
  padding: 20px 0px;
}
@media screen and (max-width: 990px) {
  #headerbox {
    max-width: 94%;
  }
}
#headerbox:has(.menu.open) {
  max-width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#headerbox:has(.menu.open) .logo,
#headerbox:has(.menu.open) .contact,
#headerbox:has(.menu.open) .sub,
#headerbox:has(.menu.open) .menubar {
  display: none;
}
#headerbox:has(.menu.open) .main {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10002;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0px 10px;
}
#headerbox:has(.menu.open) .menu {
  z-index: 102;
}
#headerbox:has(.menu.open) .menu:before, #headerbox:has(.menu.open) .menu:after {
  background: #000;
}
#headerbox:has(.menu.open) .menu span {
  background: #000;
}
#headerbox .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 20px;
}
@media screen and (max-width: 768px) {
  #headerbox .main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#headerbox .main .logo {
  display: block;
}
#headerbox .main .logo img {
  width: 205px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
#headerbox .main .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 0px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #headerbox .main .contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
  }
}
#headerbox .main .contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
#headerbox .main .contact li .label {
  color: #900900;
  margin: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.2;
}
#headerbox .main .contact li .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  color: #900900;
  font-weight: 700;
}
@media screen and (max-width: 414px) {
  #headerbox .main .contact li .number {
    font-size: 24px;
  }
}
#headerbox .main .contact li .number a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
}
#headerbox .main .contact li .number img {
  display: block;
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
#headerbox .main .contact li .number span {
  line-height: 1;
}
#headerbox .main .menu {
  width: 40px;
  height: 30px;
  position: relative;
  background: none;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #headerbox .main .menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
}
#headerbox .main .menu span {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headerbox .main .menu:before, #headerbox .main .menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headerbox .main .menu:before {
  top: 4px;
}
#headerbox .main .menu:after {
  bottom: 4px;
}
#headerbox .main .menu.open {
  position: relative;
}
#headerbox .main .menu.open span {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#headerbox .main .menu.open:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#headerbox .main .menu.open:after {
  opacity: 0;
}
#headerbox .sub {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 15px;
  background-color: var(#7f0f00);
  color: #fff;
  margin: 12px 0px 0px 0px;
}
#headerbox .sub p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  background-color: #900900;
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
}
#headerbox .sub .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 15px;
}
@media screen and (max-width: 768px) {
  #headerbox .sub .tags {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #headerbox .sub .tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#headerbox .sub .tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #333;
  border: 1px solid #a2a2a2;
  padding: 3px 6px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
#headerbox .sub .tags li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background-color: #b30303;
  margin: 0px 7px 0px 0px;
}
@media screen and (max-width: 768px) {
  #headerbox .sub .tags li:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 414px) {
  #headerbox .sub .tags li:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #headerbox .sub .tags li:last-child {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
#headerbox .menubar {
  position: relative;
}
#headerbox #search-form {
  position: fixed;
  left: var(--search-x, 0px);
  top: var(--search-y, 0px);
  z-index: 10010;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: translate(-100%, -8px) scale(0.98);
          transform: translate(-100%, -8px) scale(0.98);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, visibility 0s linear 0.25s;
  transition: transform 0.25s ease, opacity 0.2s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
}
#headerbox #search-form.is-open {
  max-width: 990px;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(-100%, 0px) scale(1);
          transform: translate(-100%, 0px) scale(1);
  opacity: 1;
}
@media screen and (max-width: 990px) {
  #headerbox #search-form.is-open {
    max-width: 94%;
  }
}
#headerbox #search-form .inner {
  margin: 0px;
}

@media (prefers-reduced-motion: reduce) {
  #headerbox .menubar #search-form {
    -webkit-transition: none;
    transition: none;
  }
  #overlay {
    -webkit-transition: none;
    transition: none;
  }
}
#overlay {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
#overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#overlay.show {
  visibility: visible;
  background-color: #fff;
  opacity: 0.9;
  pointer-events: auto;
}

#drawer {
  width: calc(100vw - 65px);
  height: 100%;
  position: fixed;
  top: 0;
  left: calc((100vw - 65px) * -1);
  z-index: 10003;
  background: #fff;
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
  padding: 30px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
}
#drawer.open {
  left: 0;
}
#drawer .logo {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
#drawer .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  margin: 0px auto 15px;
  padding: 12px 15px;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.05em;
  cursor: pointer;
}
#drawer .close > span[aria-hidden=true] {
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  width: 1.25em;
  height: 1.25em;
  position: relative;
  -webkit-transform: translate(0, -1px);
          transform: translate(0, -1px);
  background-color: #000;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
#drawer .close:hover > span[aria-hidden=true] {
  opacity: 0.9;
}
#drawer ul.itemlist li a:hover {
  background-color: #f5f5f5;
}

#search-form {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 101;
}
#search-form > .inner {
  max-width: 990px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  margin: 50px auto;
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  #search-form > .inner {
    margin: 0px;
  }
}
#search-form .close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
#search-form .close-button img {
  display: block;
  width: 100%;
  height: 100%;
}
#search-form .search-button {
  width: 100%;
  height: 42px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f04f4f), to(#e51b00));
  background: linear-gradient(180deg, #f04f4f 0%, #e51b00 100%);
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 0;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
#search-form .search-button i {
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #search-form .search-button i {
    display: none;
  }
}
#search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
#search-form form label {
  font-size: 16px;
  color: #060e1b;
  font-weight: 500;
  letter-spacing: -0.05em;
}
#search-form form .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  position: relative;
}
#search-form form .parts .arrow {
  width: 10px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
#search-form ul.itemlist {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 15px;
}
#search-form ul.itemlist > li {
  width: calc((100% - 60px) / 5);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px 0px;
}
@media screen and (max-width: 768px) {
  #search-form ul.itemlist > li {
    width: calc((100% - 30px) / 3);
  }
}
#search-form ul.itemlist > li.item-keyword, #search-form ul.itemlist > li.item-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#search-form ul.itemlist > li.item-keyword {
  width: calc(100% - (100% - 60px) / 5 - 15px);
}
#search-form ul.itemlist > li.item-keyword label {
  display: block;
  width: 100%;
}
#search-form ul.itemlist > li.item-submit {
  -ms-flex-preferred-size: calc((100% - 60px) / 5);
      flex-basis: calc((100% - 60px) / 5);
}
#search-form ul.itemlist > li select,
#search-form ul.itemlist > li input[type=text] {
  width: 100%;
  height: 42px;
  background-color: #fff;
  border: 1px solid #333;
  padding: 0px 14px;
  font-size: 13px;
  color: #060e1b;
}
#search-form ul.itemlist > li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 34px;
  cursor: pointer;
}
#search-form ul.itemlist > li select:invalid {
  color: rgba(6, 14, 27, 0.2);
}
#search-form ul.itemlist > li select option {
  color: #060e1b;
}
#search-form ul.itemlist > li input::-webkit-input-placeholder {
  color: #060e1b;
  opacity: 0.2;
}
#search-form ul.itemlist > li input::-moz-placeholder {
  color: #060e1b;
  opacity: 0.2;
}
#search-form ul.itemlist > li input:-ms-input-placeholder {
  color: #060e1b;
  opacity: 0.2;
}
#search-form ul.itemlist > li input::-ms-input-placeholder {
  color: #060e1b;
  opacity: 0.2;
}
#search-form ul.itemlist > li input::placeholder {
  color: #060e1b;
  opacity: 0.2;
}

#content-pagettl {
  margin-bottom: 30px;
}
#content-pagettl h1 {
  margin: 0px;
  font-size: 33px;
  color: #900900;
  line-height: 1.25em;
}

#content-detail > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  #content-detail > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#content-detail > .inner .column {
  width: calc((100% - 45px) / 2);
}
@media screen and (max-width: 768px) {
  #content-detail > .inner .column {
    width: 100%;
  }
}
#content-detail > .inner .column h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
#content-detail > .inner .column h4:before {
  content: "";
  display: block;
  width: 6px;
  height: 36px;
  background-color: #900900;
}
#content-detail > .inner .column h4 .en {
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  color: #900900;
  line-height: 1;
}
#content-detail > .inner .column h4 .jp {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

#content-notice {
  position: relative;
  background-color: #f5f5f5;
  padding: 75px 0px 30px;
}
#content-notice .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -135px);
          transform: translate(-50%, -135px);
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}
#content-notice .title p {
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
}
#content-notice .title p:before {
  content: "\f12a";
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 6px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 0px 2px #000, 0px 0px 2px #000;
}

#dock {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 10002;
}
body:has(#drawer.dock) #dock {
  z-index: 9999;
}

@media screen and (max-width: 544px) {
  #dock {
    display: block;
  }
}
#dock .menubar {
  margin-top: 0px;
}
#dock .menubar ul.utility {
  margin: 0px;
}
@media screen and (max-width: 544px) {
  #dock .menubar ul.utility > li .btn.category span.ttl {
    white-space: nowrap;
    padding-right: 5px;
  }
}
@media screen and (max-width: 544px) {
  #dock .menubar ul.utility > li .btn span.icon img {
    width: 24px;
  }
}

#drawer-global-close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 30px;
  z-index: 10011;
  background: none;
  border: none;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#drawer-global-close::before, #drawer-global-close::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#drawer-global-close::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#drawer-global-close::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

body.drawer-open #drawer-global-close {
  opacity: 1;
  pointer-events: auto;
}

.keyword-wrap {
  margin: 30px 0;
  font-family: sans-serif;
}
.keyword-wrap h3 {
  margin-bottom: 15px;
}
.keyword-wrap .keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.keyword-wrap .keywords a {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #797979;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 15px;
  color: #345;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.keyword-wrap .keywords a:hover {
  background: #d1d1d1;
  border-color: #797979;
}

/*
旧ページ用
*/
#contetnsCenter {
  width: 100%;
  float: none;
}

.profitableWrap {
  width: 100%;
}

/*
納品の流れ
*/
#content-flow ol.flowlist > li,
#content-flow ul.flowlist > li {
  background: url(../img000/icon_arrow_down.svg) no-repeat center bottom;
  margin-bottom: 15px;
  padding-bottom: 45px;
}
#content-flow ol.flowlist > li:last-child,
#content-flow ul.flowlist > li:last-child {
  background: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#content-flow h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e6e6e6;
  margin: 0px 0px 15px;
  padding: 0px 15px;
}
#content-flow h4:after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #e6e6e6;
}
#content-flow h4 > * {
  display: block;
  border-left: 6px solid #fff;
}
#content-flow h4 small {
  margin-bottom: 0px;
  padding: 15px 0px 6px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 1;
}
#content-flow h4 span {
  padding: 0px 0px 6px 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
#content-flow .content {
  padding: 0px 24px;
}

ul.faqlist h4,
ol.faqlist h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25em;
}
ul.faqlist h4:before,
ol.faqlist h4:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img000/icon_question.svg) no-repeat center/cover;
}
ul.faqlist .content,
ol.faqlist .content {
  padding-left: 72px;
}
@media screen and (max-width: 544px) {
  ul.faqlist .content,
ol.faqlist .content {
    padding-left: 0px;
  }
}
ul.faqlist .content p,
ol.faqlist .content p {
  font-size: 16px;
}

#content-list .itembox.category li.regular {
  width: 100%;
}
#content-list .itembox.category li.regular ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 30px;
}
#content-list .itembox.category li.regular ul li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 990px) {
  #content-list .itembox.category li.regular ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 544px) {
  #content-list .itembox.category li.regular ul li {
    width: 100%;
  }
}

#howto-pagebox #content-size-inside > .inner table.itemlist {
  float: left;
  margin: 0px 30px 0px 0px;
}
@media screen and (max-width: 544px) {
  #howto-pagebox #content-size-inside > .inner table.itemlist {
    float: none;
    margin-right: 0px;
  }
}
#howto-pagebox #content-type table.itemlist tbody th {
  width: auto;
}
#howto-pagebox #content-type table.itemlist tbody td {
  width: 20%;
  text-align: right;
}
#howto-pagebox #content-performance ul.itemlist > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 50px) / 3);
  border-bottom: 1px dotted #000;
  padding: 0px 0px 15px;
}
@media screen and (max-width: 768px) {
  #howto-pagebox #content-performance ul.itemlist > li {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 544px) {
  #howto-pagebox #content-performance ul.itemlist > li {
    width: 100%;
  }
}
#howto-pagebox #content-performance ul.itemlist > li p {
  width: calc(100% - 15px - 80px);
}
#howto-pagebox #content-performance ul.itemlist > li img[src*=spacer] {
  widt: 80px;
  height: 80px;
}