@import url("https://fonts.googleapis.com/css2?family=Creepster&family=Mochiy+Pop+One&family=Noto+Serif+JP:wght@200..900&family=Trade+Winds&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;
  }
}

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

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(54, 54, 54) 45%, rgb(102, 8, 0) 90%);
  background-size: cover;
}
body:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-image: url(../img/bg_headsa.png);
  background-repeat: no-repeat;
  opacity: 0.2;
}
@media only screen and (min-width: 768px) {
  body:after {
    background-position: top -50px center;
    background-size: 2000px;
  }
}
@media only screen and (max-width: 767px) {
  body:after {
    background-position: top -50px left -400px;
    background-size: 2000px;
  }
}
body::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-image: url(../img/lava.jpg);
  background-repeat: no-repeat;
  opacity: 0.08;
  animation: breathingOpacity 15s ease-in-out infinite alternate;
}
@media only screen and (min-width: 768px) {
  body::before {
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  body::before {
    background-size: 100%;
  }
}

@keyframes breathingOpacity {
  0%, 40%, 60%, 100% {
    opacity: 0.2;
    filter: saturate(0.5);
  }
  50% {
    opacity: 0.05;
    filter: saturate(5);
  }
}
.wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wrap {
    height: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    height: fit-content;
  }
}
.wrap .bottom {
  width: 100%;
  height: 500px;
  background: url(../img/hell.png);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.langbox {
  z-index: 2;
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.lang {
  display: flex;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .lang {
    top: 49px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .lang {
    top: 20px;
    left: 20px;
  }
}
.lang .lang_item {
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .lang .lang_item {
    font-size: 1.25rem;
  }
}
.lang .lang_item a {
  color: #fff;
  text-decoration: none;
}
.lang .lang_item a:hover {
  text-decoration: underline;
}
.lang .lang_item:first-child::after {
  content: "/";
  display: inline-block;
  color: #fff;
  margin: 0 12px 0 7px;
  font-weight: normal;
}
.lang .select {
  color: #7c0000;
  text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
}

.top {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .top {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .top {
    padding-top: 50px;
  }
}
.top__ttl {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.top__ttl h1 {
  font-family: "Trade Winds", system-ui;
  font-style: normal;
  text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .top__ttl h1 {
    font-weight: bolder;
    font-size: 100px;
    font-weight: 400;
    line-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .top__ttl h1 {
    font-weight: bolder;
    font-size: 65px;
    font-weight: 400;
    line-height: 60px;
  }
}
.top__ttl h2 {
  text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;
  color: #fff;
  font-weight: bolder;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .top__ttl h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top__ttl h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .top__ttl {
    transform: translate(-50%, -50%);
  }
}
.top__logo {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top__logo img {
    padding-top: 25px;
    height: 450px;
    width: auto;
  }
}

.prod {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 auto;
    max-width: 1080px;
    width: calc(100% - 45px);
    padding-top: 50px;
  }
}
.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: 0;
}
@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: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub {
    width: 46%;
    padding-top: 50px;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.prod__sub-detail p {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail p {
    font-size: 17px;
    line-height: 27px;
  }
}
.prod__sub-detail .price {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail .price {
    font-size: 1.3rem;
    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 .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;
}

header, footer {
  position: relative;
  z-index: 50000;
}

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

.sale {
  position: relative;
  color: #fff;
  z-index: 500;
}
@media only screen and (max-width: 767px) {
  .sale {
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .sale {
    padding: 100px 0;
  }
}
.sale h3 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sale h3 {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .sale h3 {
    font-size: 1.4rem;
  }
}
.sale p {
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sale p {
    font-size: 1.05rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .sale p {
    font-size: 1rem;
  }
}
.sale a {
  color: #fff;
}
.sale a:visited {
  color: #fff;
}/*# sourceMappingURL=style.css.map */