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

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN", Meiryo, sans-serif;
}

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

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

.global_head {
  margin: 0;
}

.wrap {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体";
  overflow: hidden;
}

.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;
  top: -150px;
  right: calc(50% + 90px);
}
@media only screen and (max-width: 767px) {
  .hero__blood.blood-left img {
    top: -75px;
    right: calc(50% - 25px);
  }
}
.hero__blood.blood-right img {
  width: 750px;
  top: -150px;
  left: calc(50% + 90px);
}
@media only screen and (max-width: 767px) {
  .hero__blood.blood-right img {
    top: -60px;
    left: calc(50% - 30px);
  }
}
.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, 1080px;
  width: 1100px;
  height: 1100px;
  margin: 0 auto;
  padding: 120px 0 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    background-size: auto, 580px;
    width: 100%;
    height: 680px;
    padding: 60px 0 50px;
  }
}
.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__ttl {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.hero__ttl img {
  filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.4));
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .hero__ttl img {
    width: 80px;
  }
}
.hero__author {
  color: #000;
  font-weight: 600;
  font-size: 2rem;
  -webkit-text-stroke: 4.5px #fff;
  text-stroke: 4.5px #fff;
  paint-order: stroke;
  margin: 30px 0 0;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .hero__author {
    font-size: 1.1rem;
  }
}

.content {
  background-image: url(../img/dot.png), url(../img/bg.jpg);
  background-repeat: repeat, repeat;
  background-size: auto, 1200px;
  background-position: top left, center;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .content {
    background-size: auto, 500px;
  }
}
.content::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;
  z-index: -1;
}

.intro {
  background: linear-gradient(#000 40%, transparent);
  padding: 0 0 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 0 0 130px;
  }
}
.intro::before {
  content: "";
  width: 100%;
  height: 350px;
  position: absolute;
  top: -350px;
  left: 0;
  background: linear-gradient(transparent, #000 80%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .intro::before {
    height: 200px;
    top: -200px;
  }
}
.intro.scrolled::before {
  opacity: 1;
}
.intro__lead {
  width: 100%;
  max-width: 900px;
  font-family: "Shippori Mincho";
  margin: 0 auto 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .intro__lead {
    margin: 0 auto 30px;
  }
}
.intro__lead p {
  margin: 0 auto;
  color: #afafaf;
  font-size: 1.3rem;
  line-height: 2.2;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .intro__lead p {
    width: 80%;
    font-size: 1em;
    letter-spacing: 0.05rem;
  }
}
.intro__lead p span {
  display: block;
  text-align: right;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .intro__lead p span {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
.intro__text {
  display: grid;
  gap: 20px 0;
}
@media only screen and (max-width: 767px) {
  .intro__text {
    gap: 15px 0;
  }
}
.intro__text p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  line-height: 2;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .intro__text p {
    font-weight: normal;
    width: 80%;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
  }
}

.prod {
  background-color: #111;
}
.prod__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .prod__inner {
    width: calc(100% - 45px);
    padding: 50px 0;
  }
}
.prod h2 {
  position: absolute;
  top: -35px;
  left: -30px;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .prod h2 {
    font-size: 2.1rem;
    top: -28px;
    left: 0;
  }
}
.prod__blood img {
  position: absolute;
  z-index: -1;
}
.prod__blood.blood-left img {
  bottom: -300px;
  right: calc(50% + 200px);
  width: 700px;
}
@media only screen and (max-width: 767px) {
  .prod__blood.blood-left img {
    bottom: -165px;
    right: calc(50% - 5px);
    width: 600px;
  }
}
.prod__blood.blood-right img {
  top: -200px;
  left: calc(50% + 380px);
  width: 380px;
}
@media only screen and (max-width: 767px) {
  .prod__blood.blood-right img {
    top: -175px;
    left: calc(50% + 22px);
    width: 300px;
  }
}
.prod__content {
  background: #efece9 url(../img/dot-prod.png);
  color: #000;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 3.7fr 6.3fr;
  align-items: flex-start;
  gap: 0 5%;
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .prod__content {
    grid-template-columns: auto;
    gap: 40px 0;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__pic {
    max-width: 260px;
    margin: 0 auto;
  }
}
.prod__pic img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.prod__text {
  letter-spacing: 0.15rem;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .prod__text {
    letter-spacing: 0.05rem;
    padding-top: 0;
  }
}
.prod__ttl {
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .prod__ttl {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    margin: 0 0 10px;
  }
}
.prod__author {
  font-size: 1.2rem;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .prod__author {
    text-align: center;
    font-size: 1rem;
    margin: 0 0 20px;
  }
}
.prod__detail {
  font-size: 1rem;
  line-height: 2;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .prod__detail {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.prod__cover {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 15px 13px;
}
.prod__cover-item:last-child p {
  font-size: 0.75rem;
}
.prod__cover-item img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.prod__cover-item p {
  margin: 5px 0 0;
  text-align: center;
  font-size: 0.9rem;
}
.prod .sale {
  background-image: url(../img/dot.png), url(../img/bg-b.jpg);
  background-repeat: repeat, repeat;
  background-size: auto, 1200px;
  background-position: top left, center;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  z-index: 0;
  padding: 90px 0 100px;
}
@media only screen and (max-width: 767px) {
  .prod .sale {
    background-size: auto, 500px;
    padding: 40px 0 50px;
  }
}
.prod .sale::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.prod .sale__text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .prod .sale__text {
    width: calc(100% - 45px);
    margin: 0 auto 50px;
  }
}
.prod .sale__text p {
  text-align: center;
  margin: 0 0 25px;
  font-size: 1.4rem;
  line-height: 2.1;
}
@media only screen and (max-width: 767px) {
  .prod .sale__text p {
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
.prod .sale__text p span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  margin: 15px auto 0;
  padding: 10px 25px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .prod .sale__text p span {
    margin: 15px auto;
    padding: 8px 15px;
    font-size: 1rem;
  }
}
.prod .sale__text ul {
  color: #ccc;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
  display: grid;
  gap: 5px 0;
}
@media only screen and (max-width: 767px) {
  .prod .sale__text ul {
    margin: 0 0 0 15px;
    gap: 10px 0;
    font-size: 0.9rem;
  }
}
.prod .sale__order-ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .prod .sale__order-ttl {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
.prod .sale__order-content {
  max-width: 1300px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .prod .sale__order-content {
    grid-template-columns: auto;
    gap: 20px 0;
  }
}
.prod .sale__order-item {
  background: #efece9 url(../img/dot-prod.png);
  color: #000;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .prod .sale__order-item {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 0 20px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .sale__order-item:last-child .sale__order-name span {
    font-size: 0.8rem;
  }
}
.prod .sale__order-img {
  width: 72%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .prod .sale__order-img {
    width: 100%;
  }
}
.prod .sale__order-img img {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.prod .sale__order-name {
  text-align: center;
  margin: 10px 0 13px;
  font-weight: bold;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .prod .sale__order-name {
    text-align: left;
    margin: 0 0 12px;
    font-size: 0.95rem;
  }
}
.prod .sale__order-btn {
  font-weight: bold;
  font-size: 0.95rem;
  position: relative;
  max-width: 350px;
  width: 90%;
  height: 48px;
  margin: 0 auto;
  display: grid;
  place-content: center;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .prod .sale__order-btn {
    width: 90%;
    height: 40px;
    margin: 0;
    font-size: 0.9rem;
  }
}
.prod .sale__order-btn:hover {
  filter: brightness(0.8) contrast(1.5);
}
.prod .sale__order-btn:hover::after {
  right: 20px;
}
.prod .sale__order-btn.btn-off {
  background-color: #999;
  pointer-events: none;
}
.prod .sale__order-btn.btn-on {
  background-color: #8e0000;
}

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

@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 */