@charset "UTF-8";

:root {
  --color-red: #ED1A44;
  --color-green: #5DBA46;
  --color-green-dark: #004022;
  --color-green-light: #D3E5D0;
  --color-mint: #A5D1C4;
  --color-brown: #633C21;
  --color-blue: #669FD6;
  --color-pink: #F495C5;
  --color-pink-light: #F1C2DB;
  --color-gray: #E3DDDA;
  --font-zen: "Zen Kaku Gothic Antique", serif;
  --font-zen-new: "Zen Kaku Gothic New", serif;
}

html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: var(--font-zen);
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.is-pc {
  display: block;
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.l-container {
  max-width: calc(980px + 80px);
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .hero .l-container {
    padding: 0 5vw;
  }
  .l-container {
    padding: 0 10.227vw;
  }
}

.bg-gray {
  background-color: var(--color-gray);
}
.bg-blue {
  background-color: var(--color-blue);
}
.bg-mint {
  background-color: var(--color-mint);
}
.bg-pink {
  background-color: var(--color-pink-light);
}

.fukidashi {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 99999;
  display: none;
  opacity: 0;
}
.fukidashi__text-wrapper {
  position: relative;
  display: grid;
  place-items: center;
}
.fukidashi__text {
  display: none;
  position: absolute;
  color: var(--color-brown);
  font-size: 1.2rem;
  writing-mode: vertical-rl;
  font-weight: 700;
  line-height: 1.6;
  pointer-events: none;
}
.fukidashi__text.is-active {
  display: block;
}
.fukidashi__char {
  width: 81px;
  height: 87px;
}
.fukidashi__image {
  width: 66px;
  height: 178px;
}
@media only screen and (max-width: 768px) {
  .fukidashi {
    width: auto;
    height: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100%;
  }
  .fukidashi__image-wrapper {
    width: 91.136vw;
    display: grid;
    grid-template-columns: 70.227vw 1fr;
    align-items: center;
  }
  .fukidashi__char {
    width: auto;
    height: auto;
  }
  .fukidashi__image {
    width: 70.227vw;
    height: auto;
  }
  .fukidashi__text {
    font-size: 2.955vw;
    writing-mode: initial;
  }
}
/* kv */
.kv {
  background-color: var(--color-blue);
  overflow: hidden;
  pointer-events: none;
}
.kv__inner {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
}
.kv__bg {
  position: relative;
}
.kv__logo-image{
  position: absolute;
  width: 40.938vw;
  max-width: 1048px;
  top: 3.125%;
  right: 2.5vw;
  z-index: 1;
}
.kv__santa {
  position: absolute;
  width: 65.703vw;
  max-width: 1682px;
  top: 39.6%;
  left: 0;
  opacity: 0;
}
.kv__goods-image {
  position: absolute;
  opacity: 0;
}
.kv__goods-image:nth-child(1) {
  max-width: 280px;
  width: 10.938vw;
  top: 2.2222%;
  left: 2.29166%;
}
.kv__goods-image:nth-child(2) {
  max-width: 451px;
  width: 17.617vw;
  top: 35%;
  left: 40%;
}
.kv__goods-image:nth-child(3) {
  max-width: 423px;
  width: 16.523vw;
  top: 2%;
  left: 15%;
}
.kv__goods-image:nth-child(4) {
  max-width: 512px;
  width: 20vw;
  top: 22%;
  left: 57%;
}
.kv__goods-image:nth-child(5) {
  max-width: 356px;
  width: 13.906vw;
  top: 1%;
  left: 34%;
}
.kv__goods-image:nth-child(6) {
  max-width: 421px;
  width: 16.445vw;
  top: 19%;
  left: 2.5%;
}
.kv__goods-image:nth-child(7) {
  max-width: 422px;
  width: 16.484vw;
  top: 43%;
  left: 68.125%;
}
.kv__goods-image:nth-child(8) {
  max-width: 399px;
  width: 15.586vw;
  top: 24%;
  left: 23.75%;
}
.kv__goods-image:nth-child(9) {
  max-width: 369px;
  width: 14.414vw;
  top: 23%;
  left: 80.625%;
}
.kv__goods-image:nth-child(10) {
  max-width: 382px;
  width: 14.922vw;
  top: 19%;
  left: 42.3611%;
}
.kv__sparkle-image {
  max-width: 41px;
  width: 1.615vw;
  position: absolute;
  opacity: 0;
}
.kv__sparkle-image:nth-child(1) {
  top: 40%;
  left: 3%;
}
.kv__sparkle-image:nth-child(2) {
  top: 18%;
  left: 11%;
}
.kv__sparkle-image:nth-child(3) {
  top: 25%;
  left: 22%;
}
.kv__sparkle-image:nth-child(4) {
  top: 44%;
  left: 26%;
}
.kv__sparkle-image:nth-child(5) {
  top: 2%;
  left: 30%;
}
.kv__sparkle-image:nth-child(6) {
  top: 24%;
  left: 38%;
}
.kv__sparkle-image:nth-child(7) {
  top: 35%;
  left: 40%;
}
.kv__sparkle-image:nth-child(7) {
  top: 15%;
  left: 48%;
}
.kv__sparkle-image:nth-child(8) {
  top: 4%;
  left: 53%;
}
.kv__sparkle-image:nth-child(9) {
  top: 38%;
  left: 54%;
}
.kv__sparkle-image:nth-child(10) {
  top: 49%;
  left: 65%;
}
.kv__sparkle-image:nth-child(11) {
  top: 30%;
  left: 74%;
}
.kv__sparkle-image:nth-child(12) {
  top: 35%;
  left: 76%;
}
.kv__sparkle-image:nth-child(13) {
  top: 42%;
  left: 84%;
}
.kv__sparkle-image:nth-child(14) {
  top: 6%;
  left: 94%;
}
@media only screen and (max-width: 767px) {
  .kv__logo-image {
    width: 89.318vw;
    top: 1.736111%;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv__goods-image:nth-child(1) {
    width: 22.727vw;
    top: 16%;
  }
  .kv__goods-image:nth-child(2) {
    display: none;
  }
  .kv__goods-image:nth-child(3) {
    width: 43.182vw;
    top: 14%;
    left: 23%;
    transform: rotate(-20deg);
  }
  .kv__goods-image:nth-child(4) {
    width: 45.909vw;
    top: 38%;
    left: 55%;
  }
  .kv__goods-image:nth-child(5) {
    width: 32.955vw;
    top: 28%;
    left: 2.29166%;
  }
  .kv__goods-image:nth-child(6) {
    width: 39.091vw;
    top: 41%;
    left: 2.29166%;
  }
  .kv__goods-image:nth-child(7) {
    width: 34.545vw;
    top: 20%;
    left: 64%;
  }
  .kv__goods-image:nth-child(8) {
    width: 38.182vw;
    top: 32%;
    left: 30%;
  }
  .kv__goods-image:nth-child(9) {
    display: none;
  }
  .kv__goods-image:nth-child(10) {
    display: none;
  }
  .kv__santa {
    max-width: none;
    width: 100%;
    top: 60.21%;
  }
  .kv__sparkle-image {
    width: 7.045vw;
    height: 11.364vw;
  }
  .kv__sparkle-image:nth-child(1) {
    top: 2%;
    left: 6%;
  }
  .kv__sparkle-image:nth-child(2) {
    top: 1%;
    left: 88%;
  }
  .kv__sparkle-image:nth-child(3) {
    top: 14%;
    left: 23%;
  }
  .kv__sparkle-image:nth-child(4) {
    top: 17%;
    left: 66%;
  }
  .kv__sparkle-image:nth-child(5) {
    top: 14%;
    left: 88%;
  }
  .kv__sparkle-image:nth-child(6) {
    top: 25%;
    left: 3%;
  }
  .kv__sparkle-image:nth-child(7) {
    top: 31%;
    left: 29%;
  }
  .kv__sparkle-image:nth-child(8) {
    top: 34%;
    left: 69%;
  }
  .kv__sparkle-image:nth-child(9) {
    top: 38%;
    left: 89%;
  }
  .kv__sparkle-image:nth-child(10) {
    top: 51%;
    left: 42%;
  }
  .kv__sparkle-image:nth-child(11) {
    top: 55%;
    left: 49%;
  }
  .kv__sparkle-image:nth-child(n + 12) {
    display: none;
  }
}

/* intro */
.intro {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: -10%;
  gap: 40px;
  color: #fff;
  text-align: center;
  line-height: 1.9;
  font-weight: 700;
}
.intro__note {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .intro {
    margin-top: -15vw;
    font-size: 3.409vw;
  }
  .intro__note {
    font-size: 3.182vw;
  }
}

/* nav */
.nav {
  padding: 80px 0 92px;
}
.nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 205px);
  justify-content: center;
  gap: 2.6530%;
}
.nav__item {
  position: relative;
  border-radius: 10px;
}
.nav__link {
  position: relative;
  display: block;
  padding: 12px 13px;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
  transition: background 0.3s ease;
}
.nav__link:hover {
  background: var(--color-green);
}
.nav__item:after {
  position: absolute;
  top: 4px;
  right: -4px;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--color-green);
  border-radius: 10px;
  z-index: 0;
}
.nav__title {
  margin-top: 20px;
}
.nav__title-image-decoration {
  max-width: 158px;
}
.nav__title-image-party {
  max-width: 81px;
}
.nav__title-image-gift {
  max-width: 48px;
}
.nav__number-image {
  width: auto;
  height: 36px;
}
.nav__sub {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  color: var(--color-red);
  font-size: 1.3rem;
  font-weight: 500;
  font-family: var(--font-zen-new);
}
.nav__sub:after {
  content: '';
  display: block;
  width: 13px;
  height: 7px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="13" height="7" viewBox="0 0 13 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 0.999999L6.5 6L11.5 1" stroke="%23ED1A44" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.nav__image-wrapper:before {
  content: '';
  display: block;
  margin: 15px 0 10px;
  width: 100%;
  height: 11px;
  background-position: top left;
  background-image: url('data:image/svg+xml,<svg width="179" height="11" viewBox="0 0 179 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 1.14539C11.625 1.14539 11.625 9.25065 22.7439 9.25065C33.8628 9.25065 33.8689 1.14539 44.9939 1.14539C56.1189 1.14539 56.1189 9.25065 67.2439 9.25065C78.3689 9.25065 78.3689 1.14539 89.4939 1.14539C100.619 1.14539 100.619 9.25065 111.744 9.25065C122.869 9.25065 122.869 1.14539 133.994 1.14539C145.119 1.14539 145.119 9.25065 156.25 9.25065C167.381 9.25065 167.375 1.14539 178.506 1.14539" stroke="%23DB0031" stroke-width="2" stroke-miterlimit="10"/></svg>');
}
.nav__image {
  width: 100%;
  aspect-ratio: 178 / 119;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .nav {
    padding: 11.364vw 0 13.636vw;
  }
  .nav__list {
    grid-template-columns: 1fr;
    gap: 4.545vw;
  }
  .nav__link {
    display: flex;
    justify-content: space-between;
    padding: 2.955vw;
  }
  .nav__text {
    width: 40.455vw;
  }
  .nav__number .nav__number-image {
    max-width: none;
    width: 12.5vw;
    height: auto;
  }
  .nav__image-wrapper {
    display: flex;
    gap: 2.273vw;
  }
  .nav__image-wrapper:before {
    width: 2.273vw;
    height: 25.682vw;
    margin: 0;
    background-size: 100% 100%;
    background-image: url('data:image/svg+xml,<svg width="10" height="113" viewBox="0 0 10 113" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_550_15635)"><path d="M9.16732 0C9.16732 9.4155 0.833984 9.4155 0.833984 18.831C0.833984 28.2465 9.16732 28.2465 9.16732 37.662C9.16732 47.0775 0.833984 47.0775 0.833984 56.493C0.833984 65.9085 9.16732 65.9085 9.16732 75.324C9.16732 84.7395 0.833984 84.7395 0.833984 94.1597C0.833984 103.58 9.16732 103.575 9.16732 112.995" stroke="%23ED1A44" stroke-width="2" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_550_15635"><rect width="10" height="113" fill="white"/></clipPath></defs></svg>');
  }
  .nav__sub {
    margin-top: 2.5vw;
    font-size: 2.955vw;
  }
  .nav__sub:after {
    width: 2.955vw;
    height: 1.591vw;
  }
  .nav__title {
    margin-top: 5vw;
  }
  .nav__title-image-decoration {
    max-width: none;
    width: 40.227vw;
  }
  .nav__title-image-party {
    max-width: none;
    width: 18.409vw;
  }
  .nav__title-image-gift {
    max-width: none;
    width: 12.955vw;
  }
  .nav__image {
    width: 25.909vw;
    aspect-ratio: 1/1;
  }
}

/* hero */
.hero {
  padding: 0 0 87px;
}
@media only screen and (max-width: 768px) {
  .hero {
    padding: 0 0 13.409vw;
  }
}

/* category */
.category {
  padding: 113px 0 98px;
}
.category__number {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 40px;
}
.category__number:before,
.category__number:after {
  content: '';
  display: block;
  width: 14px;
  height: 21px;
  background-image: url(../images/icon_sparkle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.category__header {
  text-align: center;
}
.category__title {
  margin-top: 38px;
}
.category__sub {
  margin-top: 28px;
  font-size: 2.5rem;
  font-weight: 500;
  font-family: var(--font-zen-new);
  color: var(--color-red);
}
.category__list {
  position: relative;
}
.category--decoration .category__list:before {
  content: '';
  position: absolute;
  width: 153px;
  height: 254px;
  top: -80px;
  right: 80px;
  background-image: url(../images/bg_decoration_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.category--decoration .category__list:after {
  content: '';
  position: absolute;
  width: 155px;
  height: 254px;
  left: 40px;
  bottom: -90px;
  background-image: url(../images/bg_decoration_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.category--party .category__list:before {
  content: '';
  position: absolute;
  width: 153px;
  height: 169px;
  top: -80px;
  right: 80px;
  background-image: url(../images/bg_party_top.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.category--party .category__list:after {
  content: '';
  position: absolute;
  width: 192px;
  height: 170px;
  right: 130px;
  bottom: 180px;
  background-image: url(../images/bg_party_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.category--gift .category__list:before {
  content: '';
  position: absolute;
  width: 156px;
  height: 120px;
  top: 40px;
  left: 140px;
  background-image: url(../images/bg_gift_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.category--gift .category__list:after {
  content: '';
  position: absolute;
  width: 117px;
  height: 145px;


  bottom: -20px;
  right: 160px;
  background-image: url(../images/bg_gift_bottom.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.category__item-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* 基本アニメーション設定 */
.category__item-title:before,
.category__item-title:after {
  animation: onp 3.6s ease 0s infinite;
  transition: .5s cubic-bezier(.11,.74,.465,1.65) 0s;
}

.category--decoration .category__item-title:before,
.category--decoration .category__item-title:after {
  position: relative;
  top: 10px;
  content: '';
  display: block;
  width: 64px;
  height: 54px;
  background-image: url(../images/icon_bell.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.category--decoration .category__item-title:before {
  left: 10px;
}
.category--decoration .category__item-title:after {
  right: 10px;
}

.category--party .category__item-title:before,
.category--party .category__item-title:after {
  position: relative;
  content: '';
  display: block;
  width: 66px;
  height: 38px;
  background-image: url(../images/icon_ilex_3.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.category--party .category__item:nth-child(even) .category__item-title:before,
.category--party .category__item:nth-child(even) .category__item-title:after {
  background-image: url(../images/icon_ilex_2.webp);
  width: 68px;
  height: 63px;
}
.category--party .category__item-title:before {
  left: 10px;
}
.category--party .category__item-title:after {
  right: 10px;
  transform: scaleX(-1);
}

.category--gift .category__item-title:before,
.category--gift .category__item-title:after {
  position: relative;
  content: '';
  display: block;
  width: 54px;
  height: 68px;
  top: 10px;
  background-image: url(../images/icon_ribbon_red.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.category--gift .category__item-title:after {
  transform: scaleX(-1);
}

.category--gift .category__item:nth-child(even) .category__item-title:before,
.category--gift .category__item:nth-child(even) .category__item-title:after {
  background-image: url(../images/icon_ribbon_green.svg);
}

/* デコレーションセクション */
.category--decoration .category__item:nth-child(1) .category__item-title:before {
  animation-delay: 1s;
}
.category--decoration .category__item:nth-child(1) .category__item-title:after {
  animation-delay: 2.5s;
}
.category--decoration .category__item:nth-child(2) .category__item-title:before {
  animation-delay: 0.5s;
}
.category--decoration .category__item:nth-child(2) .category__item-title:after {
  animation-delay: 3s;
}
.category--decoration .category__item:nth-child(3) .category__item-title:before {
  animation-delay: 2s;
}
.category--decoration .category__item:nth-child(3) .category__item-title:after {
  animation-delay: 0s;
}
.category--decoration .category__item:nth-child(4) .category__item-title:before {
  animation-delay: 1.5s;
}
.category--decoration .category__item:nth-child(4) .category__item-title:after {
  animation-delay: 3.5s;
}

/* パーティーセクション */
.category--party .category__item:nth-child(1) .category__item-title:before {
  animation-delay: 2.5s;
}
.category--party .category__item:nth-child(1) .category__item-title:after {
  animation-delay: 0.5s;
}
.category--party .category__item:nth-child(2) .category__item-title:before {
  animation-delay: 0s;
}
.category--party .category__item:nth-child(2) .category__item-title:after {
  animation-delay: 2s;
}
.category--party .category__item:nth-child(3) .category__item-title:before {
  animation-delay: 3s;
}
.category--party .category__item:nth-child(3) .category__item-title:after {
  animation-delay: 1s;
}
.category--party .category__item:nth-child(4) .category__item-title:before {
  animation-delay: 1.5s;
}
.category--party .category__item:nth-child(4) .category__item-title:after {
  animation-delay: 3.5s;
}
.category--party .category__item:nth-child(5) .category__item-title:before {
  animation-delay: 0.8s;
}
.category--party .category__item:nth-child(5) .category__item-title:after {
  animation-delay: 2.8s;
}

/* ギフトセクション */
.category--gift .category__item:nth-child(1) .category__item-title:before {
  animation-delay: 3.5s;
}
.category--gift .category__item:nth-child(1) .category__item-title:after {
  animation-delay: 1.2s;
}
.category--gift .category__item:nth-child(2) .category__item-title:before {
  animation-delay: 0.3s;
}
.category--gift .category__item:nth-child(2) .category__item-title:after {
  animation-delay: 2.7s;
}
.category--gift .category__item:nth-child(3) .category__item-title:before {
  animation-delay: 2.2s;
}
.category--gift .category__item:nth-child(3) .category__item-title:after {
  animation-delay: 0.7s;
}
.category--gift .category__item:nth-child(4) .category__item-title:before {
  animation-delay: 1.8s;
}
.category--gift .category__item:nth-child(4) .category__item-title:after {
  animation-delay: 3.2s;
}

/* キーフレーム定義 */
@keyframes onp {
  0%, 40%, 75%, 100% { rotate: 0deg; }
  55% { rotate: 15deg; }
  70% { rotate: -15deg; }
}
.category__desc {
  margin-top: 50px;
  line-height: 1.9;
  font-weight: 700;
  font-family: var(--font-zen-new);
  color: var(--color-brown);
}
.category__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 11.2244%;
  margin-top: 100px;
}
.category__item {
  width: calc(100% / 2 - 11.2244% / 2);
}
.category__list--normal .category__item:nth-child(2) {
  margin-top: 235px;
}
.category__list--normal .category__item:nth-child(3) {
  margin-top: -80px;
}
.category__list--normal .category__item:nth-child(4) {
  margin-top: 181px;
}
.category__list--normal .category__item:nth-child(5) {
  margin-top: -126px;
}
.category__list--reverse .category__item:nth-child(2) {
  margin-top: 235px;
  order: -1;
}
.category__list--reverse .category__item:nth-child(3) {
  margin-top: -80px;
  order: 1;
}
.category__list--reverse .category__item:nth-child(4) {
  margin-top: 150px;
}
.category__swiper {
  margin-top: 47px;
  background: #fff;
  border-radius: 10px;
}
.category__slide-image-wrapper {
  padding: 32px 40px;
}
.category__slide {
  height: auto;
}
.category__slide-image {
  display: block;
  margin: auto;
  font-family: var(--font-zen-new);
}
.category__slide-title {
  text-align: center;
  margin-top: 15px;
}
.category__slide-title-text {
  display: inline-block;
  padding: 0 5px;
  color: var(--color-brown);
  font-size: 1.9rem;
  font-weight: 700;
  background: var(--color-pink);
  line-height: 1.9;
}
.category__slide-title-text:not(:first-child) {
  margin-top: 5px;
}
.category__slide-text {
  margin-top: 20px;
  line-height: 1.9;
  font-weight: 700;
  color: var(--color-brown);
  text-align: justify;
}

@media only screen and (max-width: 980px) {
  .category__list {
    column-gap: 5%;
  }
  .category__item {
    width:calc(100% / 2 - 5% / 2)
  }
  .category__list:before {
    display: none;
  }
  .category__list:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .category {
    padding: 22.727vw 0 19.545vw;
  }
  .category__list {
    margin-top: 13.636vw;
    gap: 13.636vw;
  }
  .category__item {
    width: 100%;
  }
  .category__list--normal .category__item:nth-child(2) {
    margin-top: 0;
  }
  .category__list--normal .category__item:nth-child(3) {
    margin-top: 0;
  }
  .category__list--normal .category__item:nth-child(4) {
    margin-top: 0;
  }
  .category__list--normal .category__item:nth-child(5) {
    margin-top: 0;
  }
  .category__list--reverse .category__item:nth-child(2) {
    margin-top: 0;
    order: 0;
  }
  .category__list--reverse .category__item:nth-child(3) {
    margin-top: 0;
    order: 0;
  }
  .category__list--reverse .category__item:nth-child(4) {
    margin-top: 0;
  }
  .category__list--reverse .category__item:nth-child(5) {
    margin-top: 0;
  }
  .category__number img {
    width: 11.591vw;
  }
  .category--decoration .category__title img {
    width: 67.955vw;
  }
  .category--party .category__title img {
    width: 31.818vw;
  }
  .category--gift .category__title img {
    width: 21.818vw;
  }
  .category__title {
    margin-top: 7.727vw;
  }
  .category__sub {
    margin-top: 3.409vw;
    font-size: 4.091vw;
  }
  .category__desc {
    font-size: 3.182vw;
    word-break: keep-all;
  }
  .category__swiper {
    margin-top: 6.818vw;
  }
  .category__slide-title {
    margin-top: 2.273vw;
  }
  .category__slide-title-text:not(:first-child) {
    margin-top: 1.136vw;
  }
  .category__slide-text {
    margin-top: 5.682vw;
    font-size: 3.182vw;
  }
  .category__slide-image-wrapper {
    padding: 6.818vw 7.273vw;
  }
  .category__slide-title-text {
    font-size: 3.409vw;
  }
  .category--decoration .category__item-title:before, 
  .category--decoration .category__item-title:after {
    width: 10.909vw;
    height: 8.636vw;
  }
  .swiper-button-prev, .swiper-button-next {
    width: 4.545vw;
    height: 2.273vw;
  }
  .category__item-title {
    gap: 2vw;
  }
  .category--decoration .category__item:nth-child(1) .category__item-title img {
    width: 64.545vw;
  }
  .category--decoration .category__item:nth-child(2) .category__item-title img {
    width: 63.864vw;
  }
  .category--decoration .category__item:nth-child(3) .category__item-title img {
    width: 57.727vw;
  }
  .category--decoration .category__item:nth-child(4) .category__item-title img {
    width: 62.727vw;
  }

  .category--party .category__item:nth-child(1) .category__item-title img {
    width: 44.545vw;
  }
  .category--party .category__item:nth-child(2) .category__item-title img {
    width: 30.682vw;
  }
  .category--party .category__item:nth-child(3) .category__item-title img {
    width: 36.136vw;
  }
  .category--party .category__item:nth-child(4) .category__item-title img {
    width: 26.136vw;
  }
  .category--party .category__item:nth-child(5) .category__item-title img {
    width: 39.773vw;
  }

  .category--gift .category__item:nth-child(1) .category__item-title img {
    width: 51.364vw;
  }
  .category--gift .category__item:nth-child(2) .category__item-title img {
    width: 29.773vw;
  }
  .category--gift .category__item:nth-child(3) .category__item-title img {
    width: 23.409vw;
  }
  .category--gift .category__item:nth-child(4) .category__item-title img {
    width: 31.136vw;
  }
  .category--decoration .category__item-title:before,
  .category--party .category__item-title:before,
  .category--gift .category__item-title:before {
    left: 0;
  }
  .category--decoration .category__item-title:after,
  .category--party .category__item-title:after,
  .category--gift .category__item-title:after {
    right: 0;
  }
  .category--decoration .category__item-title:after {
    transform: rotate(14deg) scaleX(-1);
  }
  .category__number {
    gap: 11.364vw;
  }
  .category__number:before,
  .category__number:after {
    width: 3.182vw;
    height: 4.773vw;
  }
}

/* links */
.links {
  margin-top: 100px;
  text-align: center;
}
.links__inner {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 400px));
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.links__title {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.links__title--decoration {
  gap: 10px;
}
.links__title--party {
  gap: 58px;
}
.links__title--gift {
  gap: 67px;
}
.links__title:before,
.links__title:after {
  content: '';
  display: block;
  width: 13px;
  height: 20px;
  background-image: url(../images/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.links__link {
  padding: 31px 0;
  border: 2px solid var(--color-red);
  border-radius: 55px;
  font-size: 2.3rem;
  font-family: var(--font-zen-new);
  
  font-weight: 700;
  color: var(--color-red);
  line-height: 1;
  transition: background 0.3s ease, color 0.3s ease;
}
.links__link:hover {
  color: #fff;
  background: var(--color-red);
}
@media only screen and (max-width: 768px) {
  .links {
    margin-top: 13.636vw;

  }
  .links__title--decoration img {
    width: 55.682vw;
  }
  .links__title--party img {
    width: 34.091vw;
  }
  .links__title--gift img {
    width: 30.682vw;
  }
  .links__title:before, .links__title:after {
    width: 2.5vw;
    height: 4.545vw;
    background-size: 100% 100%;
  }
  .links__inner {
    margin-top: 6.818vw;
    gap: 6.818vw;
    grid-template-columns: repeat(1, minmax(0, 79.545vw));
  }
  .links__link {
    padding: 7.045vw 0;
    font-size: 5.227vw;
    border-radius: 9999px;
  }
}

/* Swiper */
.swiper {
  width: 100%;
  overflow: hidden;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  width: 16px;
  height: 26px;
  margin-top: -13px;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  --swiper-navigation-size: 16px;
  transition: opacity 0.3s ease;
}
.swiper-button-prev {
  background-image: url(../images/btn_arrow_left.svg);
  left: 12px !important;
}
.swiper-button-next {
  background-image: url(../images/btn_arrow_right.svg);
  right: 12px !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.6;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  display: none;
  opacity: 0;
  visibility: hidden;
}

/* スクロールアニメーション */
.wave-border {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  margin-bottom: -1px;
}
.wave-border__wrapper {
  display: flex;
}
.wave-border__image {
  max-width: none;
  width: auto;
  display: block;
  flex-shrink: 0;
  margin-left: -1px;
}
.wave-border__image:first-child {
  margin-left: 0;
}

/* スクロールアニメーション */
.infinit-scroll {
  overflow: hidden;
  pointer-events: none;
}
.infinit-scroll__wrapper {
  display: flex;
}
.infinit-scroll__image {
  max-width: none;
  width: auto;
  display: block;
  flex-shrink: 0;
  margin-left: 40px;
}
.infinit-scroll__image:first-child {
  margin-left: 0;
}

/* fukidashi bounce animation */
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.fukidashi__char--bounce {
  animation: bounce 1s ease-in-out;
}

/* outro */
.outro__header {
  padding: 137px 0 103px;
  text-align: center;
}
.outro__content {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 50px;
}
.outro__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .outro__content {
    margin-top: 11.364vw;
    gap: 10.227vw;
  }
  .outro__header {
    padding: 25.682vw 0 11.364vw;
  }
  .outro__title img {
    display: block;
    width: 77.955vw;
    margin: 0 auto;
  }
  .outro__text {
    font-size: 3.409vw;
  }
}

/* footer */
.footer {
  padding: 130px 0 125px;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, 350px);
  gap: 11px 70px;
  align-items: center;
  justify-content: center;
}
.footer__nav-link {
  padding: 30px 0;
  border: 2px solid #fff;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 55px;
  line-height: 1;
  transition: color 0.3s ease, background 0.3s ease;
}
.footer__nav-link:hover {
  color: var(--color-blue);
  background: #fff;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 65px;
}
.footer__social-link {
  transition: opacity 0.3s ease;
}
.footer__social-link:hover {
  opacity: .6;
}
.footer__logo {
  margin-top: 65px;
  text-align: center;
}
.footer__logo-link {
  transition: opacity 0.3s ease;
}
.footer__logo-link:hover {
  opacity: .6;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 11.364vw 0 26.364vw;
  }
  .footer__nav {
    grid-template-columns: repeat(auto-fit, 79.545vw);
    gap: 4.318vw;
  }
  .footer__nav-link {
    padding: 7.045vw 0;
    font-size: 5.227vw;
    border-radius: 9999px;
  }
  .footer__social {
    margin-top: 13.636vw;
  }
  .footer__social-link .footer__social-image {
    width: 9.091vw;
    height: 9.091vw;
  }
  .footer__social-link .footer__social-image-x {
    width: 7.5vw;
    height: 7.727vw;
  }
  .footer__logo {
    margin: 13.636vw 0;
  }
  .footer__logo-image {
    width: 74.318vw;
  }
}