@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-color: #292929;
  background-image: url(../img/black_bg.jpg);
  background-blend-mode: darken;
  backdrop-filter: blur(10px);
}

.top {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.top h1 img {
  max-width: fit-content;
  width: 100%;
  margin: 75px auto;
}

@media only screen and (min-width: 768px) {
  .left {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .left {
    text-align: center;
  }
}

.item {
  width: 100%;
  margin: 0 auto 50px;
}
.item:last-child {
  margin: 0 auto;
  padding-bottom: 50px;
}
.item h2 {
  text-align: center;
  color: #ffffff;
  background-color: rgba(32, 32, 32, 0.8274509804);
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
  backdrop-filter: blur(5px);
}
@media only screen and (min-width: 768px) {
  .item h2 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .item h2 {
    font-size: 28px;
    line-height: 32px;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .item__box {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}
.item__img {
  perspective: 900px;
}
@media only screen and (min-width: 768px) {
  .item__img {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .item__img {
    max-width: fit-content;
    width: 95%;
    margin: 0 auto;
  }
}
.item__img a {
  --rotate-x: 0deg;
  --rotate-y: 0deg;
  --shine-x: 50%;
  --shine-y: 50%;
  --shine-opacity: 0;
  --glare-opacity: 0;
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transform: rotateX(var(--rotate-x)) rotateY(var(--rotate-y));
  transform-style: preserve-3d;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  will-change: transform;
}
.item__img a:hover {
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.45);
  --shine-opacity: 0.75;
  --glare-opacity: 0.42;
}
.item__img a::before, .item__img a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.18s ease;
}
.item__img a::before {
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.32) 43%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.24) 57%, rgba(255, 255, 255, 0) 76%);
  mix-blend-mode: screen;
  opacity: var(--shine-opacity);
  transform: translateX(calc(var(--shine-x) - 50%));
}
.item__img a::after {
  background: radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.18) 24%, rgba(255, 255, 255, 0) 55%), repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.05) 2px, rgba(20, 20, 20, 0.08) 4px, rgba(20, 20, 20, 0) 8px);
  mix-blend-mode: overlay;
  opacity: var(--glare-opacity);
}
.item__img a img {
  border: solid 20px white;
  display: block;
  max-width: 500px;
  width: calc(95% - 20px);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.item__info {
  background-color: rgba(32, 32, 32, 0.8274509804);
  backdrop-filter: blur(5px);
}
@media only screen and (min-width: 768px) {
  .item__info {
    padding: 20px;
    width: 500px;
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .item__info {
    max-width: 100vw;
    width: 95%;
    margin: 20px auto;
    text-align: center;
    padding: 24px 0;
  }
}
.item__info h3 {
  font-size: 65px;
  font-weight: bolder;
  line-height: 60px;
  color: #f4e9e1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .item__info h3 {
    margin-top: 24px;
  }
}
.item__info p {
  color: #f4e9e1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .item__info p {
    font-weight: 500;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .item__info--sub {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .item__info--sub {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .item__info--main {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .item__info--main {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .item__info--dan {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .item__info--dan {
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
  }
}
.item__info--sales {
  color: #fff;
  margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  .item__info--sales {
    text-align: left;
    margin: 10px;
  }
}
.item__info--sales dt {
  padding-top: 10px;
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .item__info--sales dd ul {
    list-style: none;
    padding: 0;
  }
  .item__info--sales dd ul li {
    margin: 0;
  }
  .item__info--sales dd ul li .soldout {
    color: #ff0000;
    font-weight: bolder;
  }
}
.item__info--sales dd {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
.item__info--sales dd a span {
  font-size: 1.35rem;
}
.item__info--sales dd a {
  color: #fff;
  text-decoration: none;
}
.item__info--sales dd a:hover {
  text-decoration: underline;
}

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

.global_head {
  margin: 0 !important;
}

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

@media (prefers-reduced-motion: reduce) {
  .item__img a {
    transform: none !important;
    transition: none;
  }
  .item__img a::before, .item__img a::after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */