@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: rgb(152, 53, 115);
  background: linear-gradient(135deg, rgb(152, 53, 115) 16%, rgb(64, 98, 81) 42%, rgb(88, 118, 58) 69%, rgb(171, 160, 45) 90%);
  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;
}

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

.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: #030102;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.top {
  background: url(../img/akibaBG.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  z-index: 1;
  position: relative;
}
.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;
  background: rgb(152, 53, 115);
  background: linear-gradient(52deg, rgb(152, 53, 115) 16%, rgb(64, 98, 81) 42%, rgb(88, 118, 58) 69%, rgb(171, 160, 45) 90%);
  opacity: 0.54;
  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: 200px;
  }
}
.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: #030102;
  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;
  }
}

.information {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .information {
    margin: 0 0 60px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .information {
    margin: 0 0 90px;
    padding-top: 150px;
  }
}
.information .lead {
  background: #030102;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .information .lead {
    text-align: center;
    font-size: 1.75rem;
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .information .lead {
    padding: 20px;
    font-size: 1.9rem;
  }
}
.information__text {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .information__text {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .information__text {
    text-align: center;
  }
}

.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: 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: 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: 25px;
    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 (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 */