@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=Zen+Maru+Gothic:wght@400;500;700;900&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: "Zen Maru Gothic";
  font-weight: 500;
  overflow: hidden;
}

.block {
  max-width: 1300px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block {
    width: calc(100% - 45px);
  }
}

.hero {
  background: url(../img/hero-bg.png) no-repeat top center/cover, linear-gradient(to right, #12244C 20%, #38596E);
  position: relative;
  z-index: 0;
  height: 800px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 550px;
  }
}
.hero::before {
  content: "";
  background: url(../img/middle-content-bg.png?v2) no-repeat top left/cover;
  width: 100%;
  aspect-ratio: 1366/116;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
}
.hero::after {
  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: -1;
}
.hero__content {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.hero__ttl {
  max-width: 700px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero__ttl {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 130vw;
    border-radius: 50% 50% 0px 0px;
    padding: 0 0 10px;
    background: url(../img/bg_white.jpg) repeat;
    height: auto;
  }
}
.hero__ttl img {
  position: relative;
  opacity: 0;
  transform: scale(0.5);
  animation: hero-fadein 1.5s ease forwards;
}
@media only screen and (max-width: 767px) {
  .hero__ttl img {
    width: 73%;
    top: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__ttl img {
    filter: drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.2)) drop-shadow(0 0 30px rgba(255, 255, 255, 0.3));
    top: -75px;
    left: -60px;
  }
}
@keyframes hero-fadein {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.hero__img {
  position: absolute;
  top: -82px;
  left: calc(50% + 320px);
  transform: translateX(-50%);
  width: 700px;
}
@media only screen and (max-width: 767px) {
  .hero__img {
    width: 380px;
    left: calc(50% + 15px);
    top: -60px;
  }
}
.hero__img img {
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.2));
}

h2 {
  text-align: center;
  max-width: 260px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  h2 {
    max-width: 160px;
    margin: 0 auto 40px;
  }
}

.middle-content {
  background: linear-gradient(#091025, #183A7A);
  position: relative;
  z-index: 0;
  padding: 150px 0 400px;
}
@media only screen and (max-width: 767px) {
  .middle-content {
    padding: 80px 0 150px;
  }
}
.middle-content::before {
  content: "";
  background: url(../img/line.png) no-repeat top left/cover;
  width: 100%;
  aspect-ratio: 1495/286;
  position: absolute;
  bottom: 0;
  left: 0;
}
.middle-content::after {
  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: -1;
}
.middle-content .kumo01 {
  top: -40px;
  left: calc(50% - 400px);
  transform: translateX(-50%);
  width: 470px;
}
@media only screen and (max-width: 767px) {
  .middle-content .kumo01 {
    top: 10px;
    left: calc(50% - 130px);
    width: 250px;
  }
}
.middle-content .kumo01 img {
  opacity: 0.07;
  transform: scaleX(-1);
}
.middle-content .kumo02 {
  top: 270px;
  left: calc(50% - 460px);
  transform: translateX(-50%);
  width: 330px;
}
@media only screen and (max-width: 767px) {
  .middle-content .kumo02 {
    top: 170px;
    left: calc(50% - 160px);
    width: 170px;
  }
}
.middle-content .kumo02 img {
  opacity: 0.07;
}
.middle-content .kumo03 {
  top: 300px;
  left: calc(50% + 450px);
  transform: translateX(-50%);
  width: 330px;
}
@media only screen and (max-width: 767px) {
  .middle-content .kumo03 {
    top: 350px;
    left: calc(50% + 150px);
    width: 170px;
  }
}
.middle-content .kumo03 img {
  opacity: 0.07;
  transform: scaleX(-1);
}
.middle-content .kumo04 {
  top: 450px;
  left: calc(50% + 580px);
  transform: translateX(-50%);
  width: 430px;
}
@media only screen and (max-width: 767px) {
  .middle-content .kumo04 {
    top: 430px;
    left: calc(50% + 190px);
    width: 210px;
  }
}
.middle-content .kumo04 img {
  opacity: 0.07;
  transform: scaleX(-1);
}
.middle-content .kumo05 {
  top: 500px;
  left: calc(50% - 600px);
  transform: translateX(-50%);
  width: 330px;
}
@media only screen and (max-width: 767px) {
  .middle-content .kumo05 {
    top: 430px;
    left: calc(50% - 190px);
    width: 210px;
  }
}
.middle-content .kumo05 img {
  opacity: 0.07;
  transform: scaleX(-1);
}
.middle-content .kumo08 {
  bottom: 150px;
  left: calc(50% - 400px);
  transform: translateX(-50%);
  width: 470px;
}
@media only screen and (max-width: 767px) {
  .middle-content .kumo08 {
    bottom: 60px;
    left: calc(50% - 150px);
    width: 250px;
  }
}
.middle-content .kumo08 img {
  opacity: 0.07;
  transform: scaleX(-1);
}

.kumo {
  position: absolute;
}

.intro {
  color: #fff;
  text-align: center;
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .intro {
    margin-bottom: 80px;
  }
}
.intro__lead {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto 30px;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
@media only screen and (max-width: 767px) {
  .intro__lead {
    font-size: 1.5rem;
    margin: 0 auto 20px;
  }
}
.intro__lead.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.intro__text {
  display: grid;
  gap: 15px 0;
}
.intro__text p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 2.3;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
@media only screen and (max-width: 767px) {
  .intro__text p {
    font-size: 0.95rem;
  }
}
.intro__text p:nth-child(1) {
  transition-delay: 0.5s;
}
.intro__text p:nth-child(2) {
  transition-delay: 1s;
}
.intro__text p.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sale {
  position: relative;
  z-index: 1;
}
.sale h2 {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sale h2 {
    top: -22px;
  }
}
.sale__content {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 999px;
  padding: 90px 0 80px;
  background: url(../img/bg_white.jpg) repeat;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sale__content {
    width: 85%;
    padding: 50px 0 45px;
    border-radius: 30px;
  }
}
.sale__inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  gap: 20px 0;
  position: relative;
  z-index: 2;
}
.sale dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0 20px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sale dl {
    grid-template-columns: auto;
    text-align: center;
  }
}
.sale dl dt {
  margin: 0;
  height: 37px;
  background-color: #EB5328;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .sale dl dt {
    width: 100px;
    height: 30px;
    margin: 0 auto 7px;
    font-size: 1rem;
  }
}
.sale dl dd {
  margin: 0;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .sale dl dd {
    font-size: 1.1rem;
  }
}
.sale dl dd .date {
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sale dl dd .date {
    top: -10px;
  }
}
.sale dl dd .date-num-s {
  font-family: "Montserrat";
  margin-right: 3px;
}
.sale dl dd .date-num {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0 3px;
}
@media only screen and (max-width: 767px) {
  .sale dl dd .date-num {
    font-size: 2.2rem;
  }
}
.sale dl dd .sale-note {
  display: block;
  font-size: 0.95rem;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .sale dl dd .sale-note {
    font-size: 0.8rem;
  }
}
.sale .kumo06 {
  top: 57px;
  width: 300px;
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease;
}
@media only screen and (min-width: 768px) {
  .sale .kumo06 {
    left: calc(50% - 450px);
    transform: translateX(calc(-50% - 100px));
  }
}
@media only screen and (max-width: 767px) {
  .sale .kumo06 {
    top: 28px;
    left: calc(50% - 160px);
    width: 170px;
    transform: translateX(calc(-50% - 50px));
  }
}
.sale .kumo06.is-visible {
  opacity: 1;
  transform: translateX(-50%);
}
.sale .kumo06 img {
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.1));
}
.sale .kumo07 {
  bottom: -38px;
  width: 380px;
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease;
}
@media only screen and (min-width: 768px) {
  .sale .kumo07 {
    left: calc(50% + 470px);
    transform: translateX(calc(-50% + 100px));
  }
}
@media only screen and (max-width: 767px) {
  .sale .kumo07 {
    bottom: -45px;
    left: calc(50% + 180px);
    width: 250px;
    transform: translateX(calc(-50% + 50px));
  }
}
.sale .kumo07.is-visible {
  opacity: 1;
  transform: translateX(-50%);
}
.sale .kumo07 img {
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.1));
}

.prod {
  background: #12244C;
  padding: 80px 0 150px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .prod {
    padding: 70px 0;
  }
}
.prod::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.prod h2 {
  font-family: "Montserrat";
  color: #fff;
  font-size: 3.6rem;
  width: 100%;
  max-width: none;
  margin: 0 0 80px;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
@media only screen and (max-width: 767px) {
  .prod h2 {
    font-size: 2.2rem;
    margin: 0 0 40px;
  }
}
.prod h2.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.prod h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .prod h2 span {
    font-size: 1.1rem;
  }
}
.prod__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .prod__content {
    grid-template-columns: auto;
    gap: 40px 0;
  }
}
.prod__item {
  border-radius: 30px;
  padding: 35px 30px 40px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
  background: url(../img/bg_white.jpg) repeat;
  position: relative;
}
.prod__item:nth-child(1) .prod__num {
  animation-delay: 0s;
}
.prod__item:nth-child(2) .prod__num {
  animation-delay: -2.6s;
}
.prod__item:nth-child(3) .prod__num {
  animation-delay: -5.3s;
}
.prod__num {
  position: absolute;
  top: -70px;
  left: 15px;
  z-index: 1;
  width: 80px;
  animation: fireball-flicker 3s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .prod__num {
    top: -40px;
    left: 10px;
    width: 60px;
  }
}
.prod__num img {
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.1));
}
@keyframes fireball-flicker {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-13px);
  }
}
.prod__name {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .prod__name {
    font-size: 1.4rem;
  }
}
.prod__price {
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .prod__price {
    font-size: 1.4rem;
  }
}
.prod__price .price-tax {
  font-weight: 500;
  font-size: 0.8rem;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .prod__price .price-tax {
    font-size: 0.7rem;
  }
}
.prod__img {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.prod__img img {
  max-width: 90%;
  max-height: 90%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.07));
}
.prod__img.splide .splide__track {
  border-radius: 20px;
  height: 100%;
}
.prod__img.splide .splide__list {
  height: 100%;
}
.prod__img.splide .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.prod__img.splide .splide__slide img {
  max-width: 90%;
  max-height: 90%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prod__img.splide .splide__arrows .splide__arrow {
  background: #EB5328;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .prod__img.splide .splide__arrows .splide__arrow {
    width: 30px;
    height: 30px;
  }
}
.prod__img.splide .splide__arrows .splide__arrow:hover {
  opacity: 1;
}
.prod__img.splide .splide__arrows .splide__arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .prod__img.splide .splide__arrows .splide__arrow::before {
    width: 8px;
    height: 8px;
  }
}
.prod__img.splide .splide__arrows .splide__arrow--prev {
  left: 10px;
}
.prod__img.splide .splide__arrows .splide__arrow--prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}
.prod__img.splide .splide__arrows .splide__arrow--next {
  right: 10px;
}
.prod__img.splide .splide__arrows .splide__arrow--next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}
.prod__img.splide .splide__arrows .splide__arrow svg {
  display: none;
}
.prod__info {
  font-size: 1.05rem;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
  .prod__info {
    font-size: 0.95rem;
    margin: 10px 0;
  }
}
.prod__note {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 0.9rem;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .prod__note {
    font-size: 0.85rem;
  }
}
.prod__note li {
  position: relative;
  padding-left: 1.5em;
}
.prod__note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.related {
  background: linear-gradient(#183A7A, #324561);
  position: relative;
  z-index: 0;
  padding: 300px 0 150px;
}
@media only screen and (max-width: 767px) {
  .related {
    padding: 130px 0 80px;
  }
}
.related::before {
  content: "";
  background: url(../img/line-bottom.png) no-repeat top left/cover;
  width: 100%;
  aspect-ratio: 1495/286;
  position: absolute;
  top: 0;
  left: 0;
}
.related::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/bg-texture.jpg) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.related h2 img {
  filter: drop-shadow(0 5px 0 rgba(0, 0, 0, 0.2));
}
.related__content {
  display: grid;
  gap: 50px 0;
}
@media only screen and (max-width: 767px) {
  .related__content {
    gap: 20px 0;
  }
}
.related__item {
  background: url(../img/bg_white.jpg) repeat;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  border-radius: 80px;
}
.related__item a {
  display: grid;
  grid-template-columns: 90px 1fr 60px;
  align-items: center;
  gap: 0 20px;
  color: #333;
  padding: 25px 35px;
}
@media only screen and (max-width: 767px) {
  .related__item a {
    grid-template-columns: 70px 1fr 40px;
    gap: 0 15px;
    padding: 10px 20px;
  }
}
.related__item:hover .arrow {
  background-color: #000;
}
.related__item:hover .arrow__img::before {
  animation-name: arrow-anime-rtl;
  animation-delay: 0s;
}
.related__item:hover .arrow__img::after {
  animation-name: arrow-anime-ltr;
  animation-delay: 0.2s;
}
.related__icon {
  border-radius: 50%;
  overflow: hidden;
}
.related__name {
  font-weight: 600;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .related__name {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.related__name span {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  color: #888;
}
@media only screen and (max-width: 767px) {
  .related__name span {
    font-size: 0.95rem;
  }
}
.related .arrow {
  background-color: #EB5328;
  border-radius: 99px;
  width: 55px;
  height: 55px;
  pointer-events: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .related .arrow {
    width: 40px;
    height: 40px;
  }
}
.related .arrow__img {
  overflow: hidden;
  position: absolute;
  width: 20px;
  top: 18px;
  right: 17px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .related .arrow__img {
    width: 15px;
    top: 13px;
    right: 12px;
  }
}
.related .arrow__img::before, .related .arrow__img::after {
  content: "";
  background-image: url(../img/icon_arrow-w.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
}
@media only screen and (max-width: 767px) {
  .related .arrow__img::before, .related .arrow__img::after {
    width: 15px;
  }
}
.related .arrow__img::after {
  transform: translateX(-100%);
}
@keyframes arrow-anime-ltr {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-anime-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.related .kumo-related01 {
  top: 220px;
  left: calc(50% + 400px);
  transform: translateX(-50%);
  width: 470px;
}
@media only screen and (max-width: 767px) {
  .related .kumo-related01 {
    top: 60px;
    left: calc(50% + 130px);
    width: 250px;
  }
}
.related .kumo-related01 img {
  opacity: 0.07;
}
.related .kumo-related02 {
  bottom: 70px;
  left: calc(50% - 460px);
  transform: translateX(-50%);
  width: 330px;
}
@media only screen and (max-width: 767px) {
  .related .kumo-related02 {
    bottom: 30px;
    left: calc(50% - 160px);
    width: 170px;
  }
}
.related .kumo-related02 img {
  opacity: 0.07;
}

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

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