@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #721518;
  position: relative;
  z-index: 1;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../img/oilspill.jpg);
  opacity: 0.08;
  z-index: 0;
}

.top {
  background: url(../img/swirl.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .top {
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .top {
    height: 100vh;
  }
}
.top::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0.3960784314);
  z-index: 0;
}
.top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.top__ttl {
  position: relative;
  z-index: 5;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .top__ttl {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top__ttl {
    padding-top: 30vh;
  }
}
.top__ttl img {
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}

.wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.title {
  font-family: "Anton", sans-serif;
  color: #ffffff;
  position: absolute;
  top: 0;
  z-index: -1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 4rem;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 9.5rem;
    letter-spacing: 0.05rem;
    left: -40px;
  }
}

.prod {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .prod {
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    padding: 150px 0;
  }
}
.prod__bg {
  background-image: linear-gradient(-45deg, #0c0c0d 25%, #000 25%, #000 50%, #0c0c0d 50%, #0c0c0d 75%, #000 75%, #000);
  background-size: 17px 17px;
  transform: skewY(-10deg);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .prod__bg {
    margin: -40px 0 -50px;
    padding: 40px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__bg {
    margin: -40px 0 -70px;
    padding: 50px 0 140px;
  }
}
.prod__bg-inner {
  transform: skewY(10deg);
}
@media only screen and (max-width: 767px) {
  .prod__bg-inner {
    margin-top: -30px;
  }
}
.prod__container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .prod__container {
    flex-direction: column;
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__container {
    justify-content: space-between;
    margin: 0 0 50px;
  }
}
.prod__container:last-child {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .prod__main {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__main {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .prod__sub {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub {
    width: 46%;
  }
}
.prod__sub-detail {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail {
    width: 100%;
    order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail {
    width: 100%;
    margin: 0 0 20px;
  }
}
.prod__sub-detail h2 {
  margin: 0 0 20px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.prod__sub-detail p {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail p {
    font-weight: bolder;
    font-size: 15px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail p {
    font-size: 17px;
    line-height: 40px;
  }
}
.prod__sub-detail .price {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail .price {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail .price {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
  }
}
.prod__sub-detail a {
  color: #d83820;
  text-decoration: none;
  word-break: break-all;
}
.prod__sub-detail a:hover {
  text-decoration: underline;
}
.prod .sp-button {
  border: 2px solid #ccc !important;
}
@media only screen and (max-width: 767px) {
  .prod .sp-button {
    width: 10px !important;
    height: 10px !important;
  }
}
.prod .sp-selected-button {
  background-color: #ccc !important;
}
.prod .sp-next-arrow:after, .prod .sp-next-arrow:before, .prod .sp-previous-arrow:after, .prod .sp-previous-arrow:before {
  background-color: #ccc !important;
}

.logo {
  position: relative;
  width: 350px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .logo .section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo .section {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo__content {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .logo__content {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
  }
}
.logo__content img {
  max-width: 150px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .logo__item {
    margin: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .logo__item {
    width: 50%;
    margin: 0 auto;
  }
}
.logo__copyright {
  text-align: center;
  font-size: 0.8rem;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .logo__copyright {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo__copyright {
    margin: 25px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header, footer {
  position: relative;
  z-index: 999999999;
}/*# sourceMappingURL=style.css.map */