@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;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 {
  background: radial-gradient(circle, rgb(0, 33, 141) 21%, rgb(0, 11, 49) 35%, rgb(0, 0, 0) 100%);
  font-family: "M PLUS 1p", sans-serif;
  color: #f9fbff;
}

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

.global_head {
  margin: 0 !important;
}

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

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.top {
  text-align: center;
}
.top img {
  max-width: 750px;
  width: 100%;
}

.poster {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: relative;
}
.poster__drop {
  text-align: center;
  color: #ff3a31;
  font-weight: 900;
  font-size: 34px;
  line-height: 1;
  margin: 0 0 12px;
}
.poster__title {
  margin: 0 auto 30px;
  text-align: center;
  font-size: clamp(60px, 10vw, 108px);
  line-height: 0.95;
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #ff3a31;
  text-shadow: 0 6px 0 #a21e1a, 0 12px 24px rgba(0, 0, 0, 0.55);
}
.poster .lead {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 60px;
}
.poster .lead h2 {
  margin: 0;
  color: #ff197d;
  font-size: clamp(27px, 4.3vw, 48px);
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.poster .lead p {
  margin: 18px 0 0;
  font-weight: 700;
  font-size: clamp(16px, 2.15vw, 24px);
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}
.poster .prod__card {
  background: #f4f6fb;
}
@media only screen and (min-width: 768px) {
  .poster .prod__card {
    padding: 50px;
    display: flex;
    gap: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .poster .prod__card {
    padding: 45px 10px;
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
}
.poster .prod__card--box {
  display: flex;
}
.poster .prod__card--img {
  flex: 3;
  min-width: 0;
}
.poster .prod__card--img img {
  width: 100%;
  display: block;
}
.poster .prod__card--txt {
  font-size: 3.5vw;
  font-weight: bolder;
  flex: 7;
  min-width: 0;
  color: #002393;
  padding: 0 0 0 10px;
}
.poster .prod__card--txt a {
  color: #002393;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.poster .prod__card--txt a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/x_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .poster .prod__img {
    display: flex;
    gap: 50px;
    width: calc(100% - 100px);
  }
}
.poster .prod__img img {
  width: 33.3333333333%;
}
.poster .prod__ttl {
  margin-bottom: 60px;
}
.poster .prod__txt {
  margin: 60px auto;
}
.poster .prod__txt--info {
  margin-bottom: 45px;
  text-align: center;
}
.poster .prod__txt--info h3 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 900;
}
.poster .prod__txt--info p {
  margin: 0;
  font-size: clamp(21px, 2.5vw, 30px);
  line-height: 1.8;
  font-weight: 700;
}
.poster .prod__txt--info a {
  text-align: center;
  font-size: 20px;
  color: #f9fbff;
  text-decoration: none;
  font-weight: bolder;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.poster .prod__txt--info a:hover {
  opacity: 0.8;
}
.poster .prod__txt--info a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/x_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
.poster .prod {
  z-index: 2;
}
.poster .prod h2 {
  margin: 0 0 18px;
  font-weight: 900;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  color: #ff197d;
  letter-spacing: 0.02em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .poster {
    padding: 30px 14px 44px;
  }
  .poster__orbit {
    inset: 120px 10px auto;
    height: 360px;
  }
  .poster .products {
    padding: 10px;
    gap: 8px;
  }
  .poster .product-card {
    padding: 8px;
  }
  .poster .product-card__head {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .poster .product-card__art {
    height: 95px;
  }
}/*# sourceMappingURL=style.css.map */