@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&family=Zen+Maru+Gothic&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

a {
  text-decoration: none;
  color: #fff;
}

.global_head {
  margin: 0;
}

.wrap {
  background-image: url(../img/dot.png), url(../img/bg.jpg);
  background-repeat: repeat, repeat;
  background-attachment: fixed;
  background-position: top left, center;
  color: #fff;
  position: relative;
  perspective: 1px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrap {
    background-size: auto, 500px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    background-size: auto, 1200px;
  }
}
.wrap::before {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.7), transparent, rgba(0, 0, 0, 0.7));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content {
  position: relative;
  z-index: 10;
}

.bg_01 {
  position: absolute;
  top: 850px;
  left: 40px;
  z-index: 1;
  width: 500px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.bg_02 {
  position: absolute;
  bottom: 1050px;
  right: -50px;
  z-index: 1;
  width: 500px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.hero {
  position: relative;
  background-color: #000;
  text-align: center;
}
.hero__blood img {
  position: absolute;
  z-index: 1;
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.3));
}
.hero__blood.blood-left img {
  width: 750px;
}
@media only screen and (max-width: 767px) {
  .hero__blood.blood-left img {
    top: -75px;
    right: calc(50% - 25px);
  }
}
@media only screen and (min-width: 768px) {
  .hero__blood.blood-left img {
    top: -150px;
    right: calc(50% + 90px);
  }
}
@media only screen and (min-width: 768px) {
  .hero__blood.blood-left2 {
    display: none;
  }
}
.hero__blood.blood-left2 img {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .hero__blood.blood-left2 img {
    bottom: 265px;
    right: calc(50% + 115px);
  }
}
.hero__blood.blood-right img {
  width: 750px;
}
@media only screen and (max-width: 767px) {
  .hero__blood.blood-right img {
    top: -60px;
    left: calc(50% - 30px);
  }
}
@media only screen and (min-width: 768px) {
  .hero__blood.blood-right img {
    top: -150px;
    left: calc(50% + 90px);
  }
}
.hero__content {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    background-image: url(../img/dot.png), url(../img/main-bg.png);
    background-repeat: repeat, no-repeat;
    background-attachment: fixed;
    background-position: top left, top 30px center;
    background-size: auto, 600px;
    padding: 60px 0 50px;
    height: 700px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__content {
    background-image: url(../img/dot.png), url(../img/main-bg.png);
    background-repeat: repeat, no-repeat;
    background-attachment: fixed;
    background-position: top left, top center;
    background-size: auto, 1100px;
    padding: 120px 0 100px;
    max-width: 1100px;
    height: 1100px;
  }
}
.hero__content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.5));
}
.hero__content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .hero__content::after {
    background: linear-gradient(transparent 60%, black 95%);
  }
}
@media only screen and (min-width: 768px) {
  .hero__content::after {
    background: linear-gradient(transparent 60%, black);
  }
}
.hero__ttl {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.hero__ttl img {
  filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.4));
}
@media only screen and (max-width: 767px) {
  .hero__ttl img {
    width: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__ttl img {
    width: 140px;
  }
}
.hero__author {
  color: #000;
  font-weight: 600;
  -webkit-text-stroke: 4.5px #fff;
  text-stroke: 4.5px #fff;
  paint-order: stroke;
  margin: 20px 0 0;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .hero__author {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero__author {
    font-size: 2.3rem;
  }
}

.intro {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 40px 0 130px;
  }
}
@media only screen and (min-width: 768px) {
  .intro {
    padding: 100px 0 200px;
  }
}
.intro::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#000 40%, transparent);
}
.intro p {
  position: relative;
  z-index: 1;
  margin: 0 auto 15px;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .intro p {
    width: 80%;
    font-size: 0.95rem;
    letter-spacing: 0.1rem;
    line-height: 2.1;
  }
}
@media only screen and (min-width: 768px) {
  .intro p {
    max-width: 800px;
    font-size: 1.15rem;
    letter-spacing: 0.3rem;
    line-height: 3.3;
    font-weight: 600;
  }
}
.intro p:last-child {
  margin: 0 auto;
}

.prod {
  background-color: #111;
}
.prod__content {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .prod__content {
    width: calc(100% - 45px);
    padding: 50px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__content {
    max-width: 1000px;
    width: calc(100% - 40px);
    padding: 100px 0;
  }
}
.prod h2 {
  margin: 0;
  position: absolute;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .prod h2 {
    font-size: 2.1rem;
    top: -28px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod h2 {
    font-size: 3rem;
    top: -35px;
    left: -30px;
  }
}
.prod__blood img {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .prod__blood.blood-left img {
    bottom: -165px;
    right: calc(50% - 5px);
    width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__blood.blood-left img {
    bottom: -300px;
    right: calc(50% + 200px);
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__blood.blood-right img {
    top: -175px;
    left: calc(50% + 22px);
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__blood.blood-right img {
    top: -200px;
    left: calc(50% + 380px);
    width: 380px;
  }
}
.prod__item {
  background: #efece9 url(../img/dot-prod.png);
  color: #000;
  display: grid;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .prod__item {
    gap: 30px 0;
    margin: 0 0 30px;
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__item {
    grid-template-columns: 290px auto;
    gap: 0 5%;
    margin: 0 0 50px;
    padding: 50px;
  }
}
.prod__item:last-child {
  margin: 0;
}
.prod__img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.prod__text {
  letter-spacing: 0.15rem;
}
.prod__ttl {
  font-weight: 700;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .prod__ttl {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__ttl {
    font-size: 2rem;
  }
}
.prod__author {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .prod__author {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .prod__author {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .prod__detail {
    font-size: 0.9rem;
    text-align: center;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail {
    font-size: 0.95rem;
    margin: 0 0 20px;
  }
}
.prod__detail span {
  font-weight: 600;
}
.prod__note {
  margin: 0;
}
.prod__sale {
  display: grid;
  gap: 10px 0;
}
@media only screen and (max-width: 767px) {
  .prod__sale {
    font-size: 0.9rem;
  }
}
.prod__sale p {
  margin: 0;
}
.prod__btn {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .prod__btn {
    margin: 30px 0 0;
    height: 55px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__btn {
    margin: 25px 0 0;
  }
}
.prod__btn a {
  position: relative;
  max-width: 350px;
  width: 100%;
  height: 60px;
  display: grid;
  place-content: center;
  transition: 0.3s;
}
.prod__btn a:hover {
  filter: brightness(0.8) contrast(1.6);
}
.prod__btn a:hover::after {
  right: 20px;
}
.prod__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .prod__btn a::after {
    width: 9px;
    height: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__btn a::after {
    width: 10px;
    height: 10px;
  }
}
.prod__btn a.btn-off {
  background-color: #999;
  pointer-events: none;
}
.prod__btn a.btn-on {
  background-color: #aa3935;
}

.img__content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .img__content {
    width: 80%;
    padding: 60px 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .img__content {
    max-width: 1000px;
    width: calc(100% - 40px);
    padding: 80px 0 180px;
  }
}
.img h2 {
  text-align: center;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .img h2 {
    font-size: 1.7rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .img h2 {
    font-size: 2.5rem;
    margin: 0 0 40px;
  }
}
.img__block {
  display: grid;
  grid-auto-rows: min-content;
}
@media only screen and (max-width: 767px) {
  .img__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .img__block {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
  }
}

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

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

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.modal__img {
  display: block;
  margin: auto;
  max-width: 70%;
  max-height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: default;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
.modal__close:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */