/* =======================================
 reset
======================================= */
body {
  background: #000;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

#shin {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}

#shin * {
  box-sizing: border-box;
}
#shin ul, #shin li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#shin img {
  vertical-align: bottom;
  width: 100%;
}
#shin a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 800px) {
  #shin a:hover img {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 800px) {
  #shin .nonePC {
    display: none !important;
  }
  #shin a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
@media only screen and (max-width: 799px) {
  #shin .noneSP {
    display: none !important;
  }
}
/* =======================================
 style
======================================= */
.inner {
  width: 790px;
  margin: 0 auto;
  position: relative;
}

#kv {
  width: 800px;
  margin: 0 auto;
}

#intro {
  background: url(../img/bg1_pc.png) no-repeat center 0;
  height: 220px;
  padding: 20px 0 0;
  color: #fff;
  text-align: center;
}
#intro .inner {
  background: url(../img/intro_inner_pc.png) no-repeat center 0/100%;
  height: 180px;
}
#intro h2 {
  width: 750px;
  margin: 0 auto 25px;
  padding: 29px 0 21px;
  border-bottom: 1px solid #FFF;
  font-size: 24px;
}
#intro p {
  line-height: 24px;
}

#announce {
  padding: 70px 0 74px;
  text-align: center;
  color: #cd000e;
}
#announce .inner {
  background: #fff;
  border: 6px solid #cd000e;
  padding: 27px 0;
}
#announce .inner h3 {
  font-size: 28px;
}
#announce .inner h4 {
  font-size: 29px;
  margin: 15px 0;
}
#announce .inner h4 strong {
  font-size: 41px;
}
#announce .inner p {
  font-size: 23px;
  font-weight: 500;
}
#announce .note {
  color: #fff;
  line-height: 24px;
  margin: 26px 0 0;
}

#products {
  padding-bottom: 112px;
}
#products .info {
  padding-top: 20px;
  height: 80px;
  background: #666666;
  text-align: center;
  color: #fff;
  font-size: 35px;
  letter-spacing: 0.14em;
  margin-bottom: 80px;
}
#products .products_title {
  width: 671px;
  margin: 0 auto 42px;
}
#products .inner {
  background: #fff;
  padding: 50px 0 76px;
}
#products .name {
  margin: 0 auto 40px;
  width: 750px;
}
#products .item_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 750px;
  margin: 0 auto 90px;
  gap: 75px 0;
}
#products .item_list li {
  width: 360px;
  text-align: center;
}
#products .item_list li:nth-child(2) p {
  font-size: 25px;
}
#products .item_list span {
  display: block;
  margin-bottom: 15px;
}
#products .item_list p {
  font-size: 28px;
  font-weight: 900;
  white-space: nowrap;
}
#products #item_b .name {
  margin-bottom: 46px;
}
#products #item_b .item_list {
  gap: 95px 0;
}
#products #item_b .item_list span {
  margin-bottom: 23px;
}
#products .desc {
  width: 690px;
  background: #fff;
  border: 6px solid #000;
  margin: 0 auto;
  padding: 46px 0 30px;
}
#products .desc .price {
  width: 572px;
  margin: 0 auto 23px;
  padding: 0 0 14px;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #000;
}
#products .desc dl {
  width: 550px;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.06em;
  font-weight: 700;
}
#products .desc dt {
  margin: 0;
  padding: 0;
  width: 78px;
}
#products .desc dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 78px);
}

#shop {
  background: url(../img/bg2_pc.png) no-repeat center 0;
  height: 300px;
  padding: 94px 0 0;
  text-align: center;
}
#shop .btn {
  width: 441px;
  margin: 0 auto 28px;
}
#shop p {
  font-weight: 500;
}

#online {
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 90px 0 94px;
}
#online h2 {
  font-size: 26px;
  letter-spacing: 0.06em;
}
#online .online_bnr {
  margin: 40px auto 0;
  width: 750px;
}

#contact {
  text-align: center;
  color: #fff;
  padding: 95px 0 80px;
}
#contact .contact_title {
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 12px;
}
#contact .tel {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
#contact .caution strong {
  color: #cd000e;
  font-weight: normal;
}
#contact .caution {
  line-height: 28px;
}

@media only screen and (max-width: 799px) {
  #shin {
    font-size: 3.7333333333vw;
  }
  .inner {
    width: 100%;
  }
  #kv {
    width: 100%;
  }
  #intro {
    background: url(../img/bg1_sp.png) no-repeat center 0/100% 100%;
    height: 60vw;
    padding: 5.6vw 0 0;
  }
  #intro .inner {
    background: url(../img/intro_inner_sp.png) no-repeat center 0/100% 100%;
    width: 92vw;
    height: 49.6vw;
  }
  #intro h2 {
    width: 84vw;
    margin: 0 auto 3.3333333333vw;
    padding: 4.9333333333vw 0 2.8vw;
    font-size: 4.8vw;
    line-height: 6.2666666667vw;
  }
  #intro p {
    line-height: 6.4vw;
  }
  #announce {
    padding: 8.6666666667vw 0 9.8666666667vw;
  }
  #announce .inner {
    width: 92vw;
    border: 0.8vw solid #cd000e;
    padding: 4.9333333333vw 0;
  }
  #announce .inner h3 {
    font-size: 4vw;
    letter-spacing: 0.06em;
  }
  #announce .inner h4 {
    font-size: 5.2vw;
    margin: 1.0666666667vw 0 1.7333333333vw;
  }
  #announce .inner h4 strong {
    font-size: 7.3333333333vw;
  }
  #announce .inner p {
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
  #announce .note {
    font-size: 2.6666666667vw;
    line-height: 5.0666666667vw;
    margin: 3.4666666667vw 0 0;
  }
  #products {
    padding-bottom: 15.3333333333vw;
  }
  #products .info {
    padding-top: 2.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.6666666667vw;
    letter-spacing: 0.14em;
    margin-bottom: 10.6666666667vw;
  }
  #products .products_title {
    width: 89.4666666667vw;
    margin: 0 auto 5.6vw;
  }
  #products .inner {
    width: 96vw;
    background: #fff;
    padding: 6.6666666667vw 0 7.3333333333vw;
  }
  #products .name {
    margin: 0 auto 5.3333333333vw;
    width: 90.6666666667vw;
  }
  #products .item_list {
    width: 92.8vw;
    margin: 0 auto 10vw;
    gap: 4vw 0;
  }
  #products .item_list li {
    width: 44.9333333333vw;
  }
  #products .item_list li:nth-child(2) p {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  #products .item_list span {
    margin-bottom: 1.7333333333vw;
  }
  #products .item_list p {
    font-size: 4.2666666667vw;
    line-height: 4.6666666667vw;
  }
  #products #item_b .name {
    margin-bottom: 8vw;
  }
  #products #item_b .item_list {
    gap: 3.3333333333vw 0;
  }
  #products #item_b .item_list span {
    margin-bottom: 1.7333333333vw;
  }
  #products .desc {
    width: 88vw;
    border: 0.9333333333vw solid #000;
    padding: 6vw 0 7.0666666667vw;
  }
  #products .desc .price {
    width: 76.2666666667vw;
    margin: 0 auto 3.7333333333vw;
    padding: 0 0 3.2vw;
    font-size: 4.5333333333vw;
    letter-spacing: 0.06em;
  }
  #products .desc .price span {
    display: block;
    font-size: 3.4666666667vw;
    margin-top: 0.8vw;
  }
  #products .desc dl {
    width: 73.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
  }
  #products .desc dt {
    margin: 0;
    padding: 0;
    width: 16vw;
  }
  #products .desc dd {
    margin: 0;
    padding: 0;
    width: calc(100% - 16vw);
  }
  #shop {
    background: url(../img/bg2_sp.png) no-repeat center 0/100% 100%;
    height: 37.7333333333vw;
    padding: 7.2vw 0 0;
  }
  #shop .btn {
    width: 88.1333333333vw;
    margin: 0 auto 2.4vw;
  }
  #shop p {
    font-size: 2.6666666667vw;
  }
  #online {
    padding: 9.3333333333vw 0;
  }
  #online h2 {
    font-size: 4vw;
    line-height: 5.6vw;
  }
  #online .online_bnr {
    margin: 3.3333333333vw auto 0;
    width: 100vw;
  }
  #contact {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  #contact .contact_title {
    font-size: 3.7333333333vw;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin-bottom: 1.6vw;
  }
  #contact .tel {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.06em;
    margin-bottom: 4vw;
  }
  #contact .caution {
    font-size: 2.6666666667vw;
    line-height: 5.0666666667vw;
  }
}/*# sourceMappingURL=style.css.map */