@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

.wrap {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  background: linear-gradient(#220049, #eff500);
  background-attachment: fixed;
  position: relative;
}
.wrap::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.block {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 34px;
}
@media only screen and (max-width: 767px) {
  .block {
    padding: 0 20px;
  }
}

.hero {
  position: relative;
  isolation: isolate;
  z-index: 2;
  overflow: visible;
  min-height: 800px;
  padding: 85px 0 0;
  color: #fff;
  background: radial-gradient(circle at 62% 38%, rgba(255, 255, 255, 0.18), transparent 28%), linear-gradient(180deg, #220049 0%, #493263 18%, #e2e400 63%, #f4f400 100%);
}
@media only screen and (max-width: 767px) {
  .hero {
    min-height: auto;
    height: 450px;
    padding-top: 40px;
    background: linear-gradient(180deg, #220049 0%, #514064 21%, #e4e500 66%, #f4f400 100%);
  }
}
.hero::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 230px;
  background-color: #000;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .hero::after {
    height: 120px;
    clip-path: polygon(0 42%, 100% 0, 100% 100%, 0 100%);
  }
}
.hero .block {
  position: relative;
  z-index: 3;
}
.hero__img {
  position: absolute;
  right: calc(50% - 585px);
  top: -42px;
  width: min(720px, 61vw);
  height: 1100px;
  background: url(../img/hero-bg.png) no-repeat center top/contain;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .hero__img {
    right: -215px;
    top: 170px;
    width: 650px;
    height: 680px;
  }
}
.hero h1 {
  margin: 0;
  width: min(590px, 52vw);
  animation: hero-ttl 0.9s ease-out 0.2s both;
}
@media only screen and (max-width: 767px) {
  .hero h1 {
    width: min(315px, 86vw);
  }
}
.hero h1 img {
  width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
.hero__date {
  position: absolute;
  left: 30px;
  top: 610px;
  width: 300px;
  padding: 29px 26px 35px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.32;
  background-color: #eff500;
  clip-path: polygon(4% 20%, 72% 0, 100% 24%, 93% 78%, 28% 100%, 0 70%);
  transform: rotate(-8deg);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .hero__date {
    top: 560px;
    left: 18px;
    width: 220px;
    padding: 22px 19px 26px;
    font-size: 1.2rem;
  }
}
.hero__date b {
  font-size: 2.15rem;
}
@media only screen and (max-width: 767px) {
  .hero__date b {
    font-size: 1.5rem;
  }
}
.hero__date span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.96rem;
}
.hero__side {
  position: absolute;
  right: 0;
  top: 38px;
  writing-mode: vertical-rl;
  color: #eff500;
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .hero__side {
    right: 14px;
    font-size: 1rem;
  }
}

@keyframes hero-ttl {
  0% {
    opacity: 0;
    transform: translateY(-18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.intro {
  position: relative;
  padding: 0 0 120px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.98)), radial-gradient(circle at 95% 30%, rgba(221, 221, 221, 0.8), transparent 23%);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 0 0 70px;
    background-position: top 350px left -120px, center, center;
    background-size: auto 80%, auto, auto;
  }
}
.intro::before {
  content: "IGEN";
  position: absolute;
  left: -12px;
  bottom: 42px;
  color: rgba(0, 0, 0, 0.035);
  font-family: "Oswald", sans-serif;
  font-size: 9.4rem;
  font-weight: 800;
  line-height: 1;
}
.intro__text {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
.intro__text h2 {
  margin: 0 0 40px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.34;
  letter-spacing: 0.5rem;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.08);
  letter-spacing: 0.1rem;
  color: #f12124;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translateX(-34px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
@media only screen and (max-width: 767px) {
  .intro__text h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.intro__text h2 span {
  display: inline-block;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .intro__text h2 span {
    background-color: #000;
    padding: 5px 10px 0;
  }
}
.intro__text h2 span:last-child {
  padding: 0 10px 5px;
}
.intro__text p {
  margin: 0 0 20px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.05;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translateX(-34px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
@media only screen and (max-width: 767px) {
  .intro__text p {
    margin: 0;
    padding: 5px 15px 5px 10px;
    display: inline-block;
    background-color: #000;
    font-size: 0.98rem;
    line-height: 1.9;
  }
}
@media only screen and (max-width: 767px) {
  .intro__text p:first-of-type {
    padding: 10px 15px 5px 10px;
  }
}
.intro__text p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .intro__text p:last-child {
    padding: 5px 15px 10px 10px;
  }
}
.intro__text.is-show h2,
.intro__text.is-show p {
  opacity: 1;
  transform: translateX(0);
}
.intro__text.is-show p:nth-of-type(1) {
  transition-delay: 0.18s;
}
.intro__text.is-show p:nth-of-type(2) {
  transition-delay: 0.32s;
}
.intro__text.is-show p:nth-of-type(3) {
  transition-delay: 0.46s;
}
.intro__img {
  display: none;
}

.prod {
  position: relative;
  padding: 110px 0 130px;
  color: #fff;
  background-color: #000;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .prod {
    padding: 70px 0;
  }
}
.prod::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/prod-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.prod .block {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .prod .block {
    grid-template-columns: 1fr;
  }
}
.prod__head {
  margin-bottom: 75px;
  color: #eff500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-align: center;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
@media only screen and (max-width: 767px) {
  .prod__head {
    margin-bottom: 45px;
  }
}
.prod__head.is-show {
  opacity: 1;
  transform: translateY(0);
}
.prod__head h2 {
  margin: 0 0 10px;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .prod__head h2 {
    font-size: 3rem;
  }
}
.prod__head p {
  margin: 20px 0 0;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .prod__head p {
    margin: 0;
    font-size: 1.1rem;
  }
}
.prod__content {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
  gap: 130px;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
@media only screen and (max-width: 767px) {
  .prod__content {
    grid-template-columns: auto;
    gap: 40px;
  }
}
.prod__content.is-show {
  opacity: 1;
  transform: translateY(0);
}
.prod__name {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .prod__name {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.prod__text {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.prod__text dl {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px 22px;
  margin: 0;
  align-items: start;
}
@media only screen and (max-width: 767px) {
  .prod__text dl {
    grid-template-columns: 60px 1fr;
    gap: 10px 16px;
    width: 80%;
    margin: 0 auto;
  }
}
.prod__text dt {
  text-shadow: none;
  display: grid;
  place-items: center;
  margin: 10px 0 0;
  padding: 1px 10px;
  color: #000;
  background-color: #eff500;
  font-size: 0.92rem;
  font-weight: 900;
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
}
.prod__text dd {
  margin: 5px 0 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .prod__text dd {
    font-size: 0.95rem;
    margin: 8px 0 0;
  }
}
.prod__text strong {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .prod__text strong {
    font-size: 2rem;
  }
}
.prod__text small {
  font-size: 0.96rem;
  font-weight: 700;
  margin-left: 3px;
}
.prod__text ul {
  margin: 38px 0 0;
  padding: 28px 0 0;
  list-style: none;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .prod__text ul {
    margin: 20px auto 0;
    font-size: 0.85rem;
    width: 90%;
  }
}
.prod__text li {
  position: relative;
  padding-left: 1em;
}
.prod__text li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.prod__img {
  box-shadow: 10px 10px 28px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 767px) {
  .prod__img {
    max-width: 350px;
    width: 70%;
    margin: 0 auto;
  }
}

.related {
  position: relative;
  padding: 100px 0 160px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .related {
    padding: 70px 0 80px;
  }
}
.related h2 {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0 0 50px;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
@media only screen and (max-width: 767px) {
  .related h2 {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }
}
.related h2.is-show {
  opacity: 1;
  transform: translateY(0);
}
.related__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  max-width: 780px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
}
@media only screen and (max-width: 767px) {
  .related__content {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 350px;
    width: 80%;
  }
}
.related__content.is-show {
  opacity: 1;
  transform: translateY(0);
}
.related__item {
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  text-align: center;
  transition: 0.3s;
}
.related__item:hover {
  background-color: #000;
}
.related__item:hover a {
  color: #fff;
}
.related__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 0;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .related__item a {
    gap: 10px;
    padding: 15px 24px;
  }
}
.related__icon {
  display: block;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
  border: 1px solid #555;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .related__icon {
    width: 38px;
    height: 38px;
  }
}
.related__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related__icon--shop img {
  -o-object-position: 50% 42%;
     object-position: 50% 42%;
}
.related__name {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .related__name {
    font-size: 0.95rem;
  }
}
.related__name small {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */