@charset "UTF-8";
html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #0a0a0a;
  background: #f1f1f1;
  word-break: break-all;
}
body.js-no_scroll {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
body.js-no_scroll:before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}

main:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(../img/bg-tire.png) no-repeat bottom center;
  z-index: -2;
}
@media (max-width: 575px) {
  main:before {
    background: url(../img/bg-tire.png) no-repeat bottom right -180px;
    background-size: 300%;
  }
}
main:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  background: url(../img/bg.jpg) repeat bottom center;
  z-index: -3;
}

a {
  text-decoration: underline;
  color: #1889eb;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #1889eb;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  padding: 0;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

.color-red {
  color: #cc1333;
}

header .img-logo {
  display: block;
  max-width: 132px;
  z-index: 4;
}
@media (max-width: 767px) {
  header .img-logo {
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  header .img-logo {
    max-width: 70px;
  }
}

nav.navbar {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 8px 0;
  max-height: 100vh;
  background-color: #0a0a0a;
}
@media (max-width: 575px) {
  nav.navbar {
    padding: 6px;
  }
}
nav.navbar button.btn.btn-link {
  padding: 0;
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  text-decoration: none;
  font-size: 14px;
  width: 36px;
}
@media (max-width: 767px) {
  nav.navbar button.btn.btn-link {
    margin-right: 0;
    padding: 0;
  }
}
@media (max-width: 575px) {
  nav.navbar button.btn.btn-link {
    width: 30px;
  }
}
nav.navbar button.btn.btn-link:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .navbar-toggler-icon {
  width: 100%;
  height: auto;
  background-image: none !important;
}
nav.navbar .close-p {
  text-align: right;
}
@media (min-width: 768px) {
  nav.navbar .close-p {
    padding-right: 0;
  }
}
nav.navbar .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #0a0a0a;
}
nav.navbar .modal-dialog .modal-content {
  background-color: #0a0a0a !important;
  padding: 8px;
}
nav.navbar .modal-header {
  border-bottom: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 8px 30px;
}
@media (max-width: 575px) {
  nav.navbar .modal-header {
    padding: 6px 8px 24px;
  }
}
nav.navbar .modal-header .btn-close {
  width: 24px;
  border: none;
}
@media (max-width: 767px) {
  nav.navbar .modal-header .btn-close {
    padding: 0 4px 0 0;
  }
}
nav.navbar .modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.navbar .modal-body {
  width: 1140px;
  max-width: 96%;
  padding: 10px 0 20px;
  margin: 0 auto;
}
nav.navbar .modal-body .nav-item {
  padding: 0 10px;
}
nav.navbar .modal-body .nav-link {
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #666666;
  padding: 20px;
}
@media (max-width: 767px) {
  nav.navbar .modal-body .nav-link {
    width: 100%;
    font-size: 15px;
    padding: 15px 6px;
  }
}

.modal-backdrop {
  z-index: 1;
}

.btn-close {
  --bs-btn-close-bg: none;
  opacity: 1;
}

.button {
  background: none !important;
}

.area-kv {
  text-align: center;
  margin: 80px auto 30px;
}
@media (max-width: 575px) {
  .area-kv {
    margin: 58px auto 20px;
  }
}
.area-kv h1 {
  margin-bottom: 0;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h2 img {
    width: 100px;
  }
}

h3 {
  color: #0a0a0a;
  font-size: 22px;
  font-weight: 700;
  border-left: 8px solid #e60012;
  line-height: 1;
  background: #f4f4f4;
  padding: 12px 0 15px 8px;
  margin: 40px 0 10px 0;
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
    border-left: 6px solid #e60012;
    padding: 8px 0 11px 6px;
    margin: 30px 0 10px 0;
  }
}

.area-lead {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  background: #000;
  background-image: url(../img/bg-fire.png), url(../img/bg-lead.jpg);
  background-position: bottom -45px center, bottom center;
  background-repeat: no-repeat, repeat;
  margin-bottom: 100px;
}
@media (max-width: 575px) {
  .area-lead {
    padding: 60px 30px;
    background-image: url(../img/bg-fire.png), url(../img/bg-lead.jpg);
    background-position: bottom -10px center, bottom center;
    background-size: 200%, contain;
    margin-bottom: 50px;
  }
}

.box {
  border: 2px solid #0a0a0a;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .box {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .box {
    margin-bottom: 50px;
  }
}

.box-text {
  border: 6px solid #0a0a0a;
  padding: 20px 50px 80px 50px;
}
@media (max-width: 767px) {
  .box-text {
    padding: 20px 50px 40px 50px;
  }
}
@media (max-width: 575px) {
  .box-text {
    padding: 20px 15px 30px 15px;
  }
}
.box-text p,
.box-text dl,
.box-text li {
  font-size: 18px;
}
@media (max-width: 575px) {
  .box-text p,
  .box-text dl,
  .box-text li {
    font-size: 15px;
  }
}
.box-text .info-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 0 50px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .box-text .info-store {
    display: block;
    padding: 0 0 30px 0;
  }
}
.box-text .info-store dt {
  width: 15%;
  border-bottom: 1px solid #000;
  padding-left: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .box-text .info-store dt {
    width: 100%;
    border: none;
    padding-left: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.box-text .info-store dd {
  width: 85%;
  border-bottom: 1px solid #000;
  padding-left: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .box-text .info-store dd {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
.box-text .note {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .box-text .note {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .box-text .note {
    font-size: 12px;
    margin-top: 6px;
  }
}

.area-benefit {
  background: #f4f4f4;
  margin-top: 40px;
}
.area-benefit .box-benefit {
  padding: 0 50px 40px 50px;
}
@media (max-width: 575px) {
  .area-benefit .box-benefit {
    padding: 0 20px 20px 20px;
  }
}
.area-benefit .title-benefit {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  background: #232323;
  border: none;
  padding: 0 10px 8px 10px;
  margin-top: 0;
}
@media (max-width: 575px) {
  .area-benefit .title-benefit {
    font-size: 22px;
    line-height: 1.3;
    padding: 0 10px 6px 10px;
  }
}
.area-benefit .title-benefit span {
  display: inline-block;
  color: #232323;
  font-size: 18px;
  line-height: 1;
  background: #ffffff;
  padding: 3px 4px 5px 4px;
}
@media (max-width: 575px) {
  .area-benefit .title-benefit span {
    font-size: 14px;
  }
}
.area-benefit .title-join {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background: #232323;
  padding: 10px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .area-benefit .title-join {
    font-size: 18px;
    padding: 8px;
    margin-top: 30px;
  }
}
.area-benefit .img-benefit {
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 575px) {
  .area-benefit .img-benefit {
    margin: 0 auto 10px;
  }
}
.area-benefit ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

.area-shopper {
  background: #f4f4f4;
  margin-top: 80px;
}
@media (max-width: 575px) {
  .area-shopper {
    margin-top: 60px;
  }
}
.area-shopper .box-shopper {
  padding: 20px 50px 40px 50px;
}
@media (max-width: 575px) {
  .area-shopper .box-shopper {
    padding: 0 20px 20px 20px;
  }
}
.area-shopper .title-shopper {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  background: #232323;
  border: none;
  padding: 18px 10px 20px 10px;
  margin-top: 0;
}
@media (max-width: 575px) {
  .area-shopper .title-shopper {
    font-size: 22px;
    padding: 12px 10px 14px 10px;
  }
}
.area-shopper .img-shopper {
  display: block;
  margin: 0 auto;
}

.list-note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list-note li:last-child {
  margin-bottom: 1.5rem;
}

.list-icon li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list-icon li:last-child {
  margin-bottom: 1.5rem;
}

.comingsoon {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  font-style: italic;
  padding: 60px 0;
}
@media (max-width: 575px) {
  .comingsoon {
    font-size: 30px;
  }
}

.online-area {
  background: rgba(0, 0, 0, 0.1);
  padding: 80px 0px;
  margin-top: 80px;
}
@media (max-width: 575px) {
  .online-area {
    padding: 50px 0px 45px 0;
    margin-top: 50px;
  }
}
.online-area .box {
  background: rgba(255, 255, 255, 0.8);
}
.online-area h3 {
  background: #ededed;
}

.online-info p,
.online-info ul {
  padding-left: 16px;
}
@media (max-width: 575px) {
  .online-info p,
  .online-info ul {
    padding-left: 10px;
  }
}

/* ------------
  商品一覧エリア
 ------------ */
.itemWrap {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}
@media (max-width: 767px) {
  .itemWrap {
    width: 100%;
    padding: 5px;
  }
}

.StyleF_Frame_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

.StyleF_Item_ {
  width: calc(25% - 16px);
  margin: 8px;
  padding: 14px;
  background: white;
  -webkit-box-shadow: 0 0 8px rgba(9, 62, 86, 0.2);
          box-shadow: 0 0 8px rgba(9, 62, 86, 0.2);
}

.img_ img {
  width: 100%;
}

.goods_img_ {
  text-decoration: none;
}

.name_ {
  min-height: 2.5rem;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 575px) {
  .name_ {
    min-height: 2rem;
    font-size: 12px;
  }
}
.name_ a {
  display: block;
  color: #0a0a0a;
  text-decoration: none;
  word-break: break-all;
}

.price_ {
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .price_ {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.pre_sales_ {
  font-size: 14px;
}
@media (max-width: 575px) {
  .pre_sales_ {
    font-size: 12px;
  }
}

.cart_ {
  text-align: center;
}
.cart_:hover a {
  opacity: 0.8;
}

.goods_ .StyleF_Frame_ .rdt_,
.goods_ .StyleF_Frame_ .comment_ {
  display: none;
}

.cart_btn_ {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 6px 10px;
  font-weight: bold;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media (max-width: 575px) {
  .cart_btn_ {
    font-size: 14px;
    padding: 4px 10px;
  }
}

.cart_btn_.reservation_ {
  color: #d6151a;
  background: #f9d6dd url("../img/arrow-red.png") no-repeat left 95% top 11px;
  background-size: 6px auto;
  border-radius: 0;
  border: 2px solid #d6151a;
  -webkit-box-shadow: 0 1px 0 #d6151a;
          box-shadow: 0 1px 0 #d6151a;
}
@media (max-width: 575px) {
  .cart_btn_.reservation_ {
    padding: 4px 10px 6px 10px;
  }
}

.cart_btn_.order_ {
  color: #ffffff;
  background: #d6151a url("../img/arrow-white.png") no-repeat left 95% top 11px;
  background-size: 6px auto;
  border-radius: 0;
  border: 2px solid #d6151a;
  -webkit-box-shadow: 0 3px 0 #780004;
          box-shadow: 0 3px 0 #780004;
}

.cart_btn_.detail_ {
  background-color: white;
  color: #766754;
  border-radius: 0;
  border: 1px solid #766754;
}

.cart_btn_.sold_out_,
.cart_btn_.closed_ {
  color: #333333;
  background: #aaaaaa;
}

@media (max-width: 767px) {
  .name_,
  .rdt_,
  .comment_ {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .StyleF_Item_ {
    width: calc(50% - 8px);
    margin: 4px;
  }
}
.resale_request {
  text-align: center;
}

.resale_request a {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 8px;
  background: #328fe0 url("../img/arrow-white.png") no-repeat 94% center;
  background-size: 8px auto;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 0px #043c64;
          box-shadow: 0 3px 0px #043c64;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 575px) {
  .resale_request a {
    font-size: 13px;
    background: #328fe0 url("../img/arrow-white.png") no-repeat 94% top 8px;
    background-size: 6px auto;
    padding: 5px 6px 6px 6px;
  }
}
.StyleF_Item_ .img_ {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.StyleF_Item_ .img_ img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  color: #ffffff;
  text-align: center;
  background: #0a0a0a;
  padding: 26px 0;
}
@media (max-width: 575px) {
  footer {
    padding: 10px 0;
  }
}
footer .link-pageup {
  font-size: 24px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 30px;
  }
}
footer .copyright {
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 575px) {
  footer .copyright {
    line-height: 1.2;
  }
}
footer .copyright small {
  font-size: 14px;
}
@media (max-width: 575px) {
  footer .copyright small {
    font-size: 12px;
  }
}