@charset "UTF-8";
/* =========================================================
consol log
========================================================= */
/* =========================================================
body
========================================================= */
.lp-main {
  width: 100vw;
  position: relative;
}

.breadcrumb {
  margin-bottom: 0;
}

#footer_top,
.pane-footer {
  margin-top: 0;
}

.lp-main {
  min-height: auto;
  background: #EF93BB;
  color: #004441;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-feature-settings: "palt";
}

.lp-main input, .lp-main button, .lp-main textarea, .lp-main select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  box-sizing: border-box;
  outline: none;
}

.lp-main *:before, .lp-main *:after {
  display: block;
}

.lp-main img {
  width: 100%;
  height: auto;
}

.lp-main a {
  text-decoration: none;
}

.lp-main a[href*="tel:"] {
  text-decoration: underline;
}

@media (hover: hover) {
  .lp-main a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .lp-main .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .lp-main .sp-br {
    display: none;
  }
}
@media (max-width: 768px) {
  .lp-main .cont-pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .lp-main .cont-sp-br {
    display: none;
  }
}
@media (max-width: 768px) {
  .lp-main .pc-disp {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .lp-main .sp-disp {
    display: none !important;
  }
}
@media (hover: hover) {
  .lp-main .opacity-link {
    transition: opacity 0.2s ease;
  }

  .lp-main .opacity-link:hover {
    opacity: 0.6;
  }
}
.lp-main .txt-link {
  text-decoration: underline;
}

@media (hover: hover) {
  .lp-main .txt-link:hover {
    text-decoration: none;
  }
}
.band {
  width: 100%;
  background: url(../images/bg_confettie.png) repeat-x center/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .band {
    height: 48px;
  }
}
@media (min-width: 769px) {
  .band {
    height: 55px;
  }
}
/* =========================================================
common parts
========================================================= */
/*------------------------------------------
card
------------------------------------------*/
.c-card01 {
  position: relative;
}

.c-card01__in {
  max-width: 100%;
  max-height: 100%;
  container-type: inline-size;
  position: absolute;
  inset: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .c-card01__in {
    aspect-ratio: 393/524;
  }
}
@media (min-width: 769px) {
  .c-card01__in {
    aspect-ratio: 454/585;
  }
}
/*------------------------------------------
modal
------------------------------------------*/
.c-modal {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.c-modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-modal__cont {
  width: 100%;
  max-height: calc(100% - 40px);
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .c-modal__cont {
    max-width: clamp(10px, 80vw, calc(100% - 40px));
  }
}
@media (min-width: 769px) {
  .c-modal__cont {
    max-width: 420px;
  }
}
.c-modal__close {
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 2;
}

@media (max-width: 768px) {
  .c-modal__close {
    width: 49px;
    top: -17px;
    right: -17px;
  }
}
@media (min-width: 769px) {
  .c-modal__close {
    width: 66px;
    top: -22px;
    right: -22px;
  }
}
.c-modal__close button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.modal-popup__cont {
  flex: 1;
}

.modal-popup__cont a {
  display: block;
}

.modal-popup__cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

.modal-poster__cont {
  flex: 1;
  height: 100%;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .modal-poster__cont {
    padding: 20px 30px;
  }
}
@media (min-width: 769px) {
  .modal-poster__cont {
    padding: 20px 48px;
  }
}
.modal-poster__cont [class*=bd0]::before, .modal-poster__cont [class*=bd0]::after {
  content: "";
  border: 1px solid #000;
  background: #A42F8B;
  position: absolute;
}

.modal-poster__cont .bd01::before, .modal-poster__cont .bd01::after {
  width: 100%;
  height: 10px;
  left: 0;
}

.modal-poster__cont .bd01::before {
  top: 0;
  z-index: 1;
}

.modal-poster__cont .bd01::after {
  bottom: 0;
}

.modal-poster__cont .bd02::before, .modal-poster__cont .bd02::after {
  width: 10px;
  height: 100%;
  top: 0;
}

.modal-poster__cont .bd02::before {
  left: 0;
}

.modal-poster__cont .bd02::after {
  right: 0;
}

.modal-poster__cont .img {
  flex: 1;
  min-height: 0;
}

@media (max-width: 768px) {
  .modal-poster__cont .img {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.modal-poster__cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-poster__cont .txt {
  width: 100%;
  padding: 10px 0 0;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

/*------------------------------------------
click tap
------------------------------------------*/
.c-click-tap {
  aspect-ratio: 130/44;
  background: url(../images/txt_tap.png) no-repeat center/contain;
}

@media (hover: hover) {
  .c-click-tap {
    aspect-ratio: 80/18;
    background: url(../images/txt_click.png) no-repeat center/contain;
  }
}
/*------------------------------------------
click
------------------------------------------*/
.c-click {
  aspect-ratio: 84/92;
  position: absolute;
  top: 50%;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
}

@media (max-width: 768px) {
  .c-click {
    width: 83px;
    padding: 33px 0 0;
    right: 30px;
    transform: translateY(-100px);
  }
}
@media (min-width: 769px) {
  .c-click {
    width: 95px;
    padding: 40px 0 0;
    right: 60px;
    transform: translateY(-117px);
  }
}
.c-click .c-click-tap {
  margin: 0 auto;
  opacity: 0;
}

@media (max-width: 768px) {
  .c-click .c-click-tap {
    height: 16px;
  }
}
@media (min-width: 769px) {
  .c-click .c-click-tap {
    height: 18px;
  }
}
.c-click.is-active {
  background: url(../images/bg_click.png) no-repeat center/contain;
  animation: fade-in-out 2s linear infinite forwards;
  animation-iteration-count: 3;
}

.c-click.is-active .c-click-tap {
  opacity: 1;
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------------------------------------------
check
------------------------------------------*/
[class*=c-check--] {
  position: absolute;
}

[class*=c-check--] a {
  aspect-ratio: 496/344;
  display: block;
  position: relative;
}

[class*=c-check--] a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  [class*=c-check--] a {
    width: 54.96cqw;
  }
}
@media (min-width: 769px) {
  [class*=c-check--] a {
    width: 54.4cqw;
  }
}
.c-check--l a {
  background: url(../images/bg_fukidashi_l.png) no-repeat center/contain;
}

.c-check--r a {
  background: url(../images/bg_fukidashi_r.png) no-repeat center/contain;
}

.c-check__img {
  aspect-ratio: 1/1;
  width: 34%;
  position: absolute;
  top: 11.6%;
  left: 4%;
}

.c-check__txt {
  height: 33.33%;
  position: absolute;
  top: 19%;
  left: 38%;
}

.c-check__txt img {
  width: auto;
  height: 100%;
}

.c-check__check {
  aspect-ratio: 61/12;
  width: 35.9%;
  background: url(../images/txt_check.png) no-repeat center/contain;
  position: absolute;
  bottom: 24.6%;
  left: 33%;
}

.c-card01 [class*=c-check--] {
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}

.c-card01.is-show [class*=c-check--] {
  opacity: 1;
}

/*------------------------------------------
slide anime
------------------------------------------*/
.c-santa {
  opacity: 0;
}

.c-santa__in {
  width: 100%;
  height: 100%;
}

.c-card01.is-show .c-santa {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s ease;
  animation: santa-walk 4s linear 0.5s infinite, santa-flip 4s steps(1, end) 0.5s infinite;
}

.c-card01.is-animating .c-santa {
  opacity: 0;
  transition: opacity 0.5s ease;
}

@keyframes santa-walk {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 40cqw;
  }
}
@keyframes santa-flip {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(-1, 1);
  }
}
/*------------------------------------------
star
------------------------------------------*/
.c-star01 {
  aspect-ratio: 35/40;
  background: url(../images/star01.png) no-repeat center/contain;
  animation: fuwafuwa linear infinite;
}

@media (max-width: 768px) {
  .c-star01 {
    width: 8.9cqw;
  }
}
@media (min-width: 769px) {
  .c-star01 {
    width: 10.32cqw;
  }
}
.c-star02 {
  aspect-ratio: 57/35;
  background: url(../images/star02.png) no-repeat center/contain;
  animation: fuwafuwa linear infinite;
}

@media (max-width: 768px) {
  .c-star02 {
    width: 14.5cqw;
  }
}
@media (min-width: 769px) {
  .c-star02 {
    width: 16.04cqw;
  }
}
@keyframes fuwafuwa {
  0%, 50%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(-10px);
  }
}
/* =========================================================
splash
========================================================= */
.splash {
  width: 100%;
  height: calc(100svh - var(--hd-height));
  background: #EF93BB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
}

.splash.is-active {
  opacity: 1;
}

.splash__wrap {
  aspect-ratio: 301/312;
  width: clamp(1px, 78vw, 427px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  .splash__wrap {
    bottom: 50px;
  }
}
@media (min-width: 769px) {
  .splash__wrap {
    bottom: 68px;
  }
}
.splash__santa {
  aspect-ratio: 223/179;
  width: 74%;
  background: url(../images/loading/santa01.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: loading-santa 2s steps(1, end) infinite;
  z-index: 1;
}

.splash__signboard {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.splash__signboard::before {
  content: "";
  aspect-ratio: 64/27;
  width: 59.2%;
  background: url(../images/loading/loading.png) no-repeat center/contain;
  position: absolute;
  top: 48.1%;
  left: 26.8%;
  transform-origin: 35% center;
  animation: loading-rotate 2s linear infinite;
}

.splash [class*=confetti0] {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  transition: top linear;
}

.splash [class*=confetti0].is-fall {
  top: 100%;
}

.splash .confetti01 {
  background: #E50038;
}

.splash .confetti02 {
  background: #A42F8B;
}

.splash .confetti03 {
  background: #27A170;
}

@keyframes loading-santa {
  0% {
    background-image: url(../images/loading/santa01.png);
  }
  50% {
    background-image: url(../images/loading/santa02.png);
  }
}
@keyframes loading-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* =========================================================
contents
========================================================= */
/*------------------------------------------
全体
------------------------------------------*/
.main-cont {
  height: calc(100svh - var(--hd-height));
  background: #EF93BB;
  position: relative;
}

.main-cont > * {
  opacity: 0;
}

.main-cont.is-active > * {
  opacity: 1;
}

.swiper-pagination {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  top: auto !important;
  left: auto !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}

@media (max-width: 768px) {
  .swiper-pagination {
    width: 41.47cqw !important;
    bottom: 3.81cqw !important;
    right: 8.9cqw !important;
  }
}
@media (min-width: 769px) {
  .swiper-pagination {
    width: 252px !important;
    bottom: 3.4% !important;
    right: 63px !important;
  }
}
.swiper-pagination::before {
  content: "";
  width: 100%;
  border-radius: 6px;
  background: #27A170;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .swiper-pagination::before {
    height: 4px;
  }
}
@media (min-width: 769px) {
  .swiper-pagination::before {
    height: 6px;
  }
}
.swiper-pagination-bullet {
  aspect-ratio: 1/1;
  height: auto;
  margin: 0 !important;
  background: #27A170;
  border: 1px solid #000;
  opacity: 1;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 4px;
  }
}
@media (min-width: 769px) {
  .swiper-pagination-bullet {
    width: 6px;
  }
}
@media (max-width: 768px) {
  .swiper-pagination-bullet-active {
    width: 11px;
  }
}
@media (min-width: 769px) {
  .swiper-pagination-bullet-active {
    width: 17px;
  }
}
.swiper-pagination-bullet-active::before {
  content: "";
  aspect-ratio: 36/10;
  background: url(../images/txt_now.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .swiper-pagination-bullet-active::before {
    width: 9.16cqw;
    bottom: calc(100% + 5px);
  }
}
@media (min-width: 769px) {
  .swiper-pagination-bullet-active::before {
    width: 58px;
    bottom: calc(100% + 7px);
  }
}
[class*=swiper-btn-] {
  aspect-ratio: 1/1;
  background: url(../images/ico_arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  [class*=swiper-btn-] {
    width: clamp(1px, 12.21vw, 48px);
  }
}
@media (min-width: 769px) {
  [class*=swiper-btn-] {
    width: clamp(1px, 16.79vw, 66px);
  }
}
.swiper-btn-prev {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 768px) {
  .swiper-btn-prev {
    left: 5px;
  }
}
@media (min-width: 769px) {
  .swiper-btn-prev {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .swiper-btn-next {
    right: 5px;
  }
}
@media (min-width: 769px) {
  .swiper-btn-next {
    right: 20px;
  }
}
.holiday-wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .holiday-wrap {
    width: 33.33%;
    min-width: 455px;
    overflow: visible;
  }
}
.holiday-wrap .swiper-wrapper .swiper-slide {
  height: 100%;
}

/*------------------------------------------
クリスマスモチーフのお菓子に注目！
------------------------------------------*/
.holiday-cont01__star--01 {
  animation-duration: 3s;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont01__star--01 {
    top: 10.1%;
    right: 6.3%;
  }
}
@media (min-width: 769px) {
  .holiday-cont01__star--01 {
    top: 10.1%;
    right: 6.3%;
  }
}
.holiday-cont01__star--02 {
  animation-duration: 2.8s;
  animation-direction: reverse;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont01__star--02 {
    top: 13.9%;
    right: 28.7%;
  }
}
@media (min-width: 769px) {
  .holiday-cont01__star--02 {
    top: 10.1%;
    right: 27%;
  }
}
.holiday-cont01__bg {
  position: absolute;
  pointer-events: none;
}

@media (max-width: 768px) {
  .holiday-cont01__bg {
    width: 62.34cqw;
    top: 21.7%;
    right: 7.1%;
  }
}
@media (min-width: 769px) {
  .holiday-cont01__bg {
    width: 61.75cqw;
    top: 24.6%;
    right: 4%;
  }
}
.holiday-cont01__snowman {
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont01__snowman {
    top: 38.5%;
    right: 71.2%;
  }
}
@media (min-width: 769px) {
  .holiday-cont01__snowman {
    top: 40.3%;
    right: 69.6%;
  }
}
.holiday-cont01__snowman button {
  aspect-ratio: 750/747;
  display: block;
  height: auto;
  padding: 0;
  border: none;
  background: url(../images/cont01/snowman01.png) no-repeat center/contain;
  animation: cont01-snowman 2s steps(1, end) infinite;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .holiday-cont01__snowman button {
    width: 34.35cqw;
  }
}
@media (min-width: 769px) {
  .holiday-cont01__snowman button {
    width: 36.48cqw;
  }
}
.holiday-cont01__snowman .c-click-tap {
  height: 14%;
  position: absolute;
  bottom: calc(100% + 5%);
  left: 50%;
  transform: translateX(-22%);
}

.holiday-cont01__santa {
  aspect-ratio: 750/621;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont01__santa {
    width: 53.94cqw;
    bottom: 9.5%;
    left: 4%;
  }
}
@media (min-width: 769px) {
  .holiday-cont01__santa {
    width: 53.18cqw;
    bottom: 11.6%;
    left: 2.8%;
  }
}
.holiday-cont01__santa .c-santa__in {
  background: url(../images/cont01/santa01.png) no-repeat center/contain;
  animation: cont01-santa 2s steps(1, end) infinite;
}

@media (max-width: 768px) {
  .holiday-cont01__check {
    top: 2.8%;
    left: 1.7%;
  }
}
@media (min-width: 769px) {
  .holiday-cont01__check {
    top: 2.5%;
    left: 1.1%;
  }
}
.holiday-cont01__check .c-check__img {
  background: url(../images/cont01/img01.png) no-repeat center/contain;
  animation: cont01-img 3s steps(1, end) infinite;
  left: 9%;
}

.holiday-cont01__check .c-check__txt {
  left: 44.5%;
}

@keyframes cont01-snowman {
  0% {
    background-image: url(../images/cont01/snowman01.png);
  }
  50% {
    background-image: url(../images/cont01/snowman02.png);
  }
}
@keyframes cont01-santa {
  0% {
    background-image: url(../images/cont01/santa01.png);
  }
  50% {
    background-image: url(../images/cont01/santa02.png);
  }
}
@keyframes cont01-img {
  0% {
    background-image: url(../images/cont01/img01.png);
  }
  33.3% {
    background-image: url(../images/cont01/img02.png);
  }
  66.6% {
    background-image: url(../images/cont01/img03.png);
  }
}
/*------------------------------------------
トレンドのあったかアイテムをご紹介♪
------------------------------------------*/
.holiday-cont02__star--01 {
  animation-duration: 3s;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont02__star--01 {
    top: 13.3%;
    left: 5.8%;
  }
}
@media (min-width: 769px) {
  .holiday-cont02__star--01 {
    top: 12.3%;
    left: 5.7%;
  }
}
.holiday-cont02__star--02 {
  animation-duration: 2.8s;
  animation-direction: reverse;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont02__star--02 {
    top: 17.5%;
    left: 21.3%;
  }
}
@media (min-width: 769px) {
  .holiday-cont02__star--02 {
    top: 18.6%;
    left: 15.7%;
  }
}
.holiday-cont02__bg {
  position: absolute;
  pointer-events: none;
}

@media (max-width: 768px) {
  .holiday-cont02__bg {
    width: 60.81cqw;
    top: 22.7%;
    right: 5.3%;
  }
}
@media (min-width: 769px) {
  .holiday-cont02__bg {
    width: 58.68cqw;
    top: 26.4%;
    right: 8.1%;
  }
}
.holiday-cont02__signboard {
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont02__signboard {
    top: 31.4%;
    left: 1.7%;
  }
}
@media (min-width: 769px) {
  .holiday-cont02__signboard {
    top: 34.1%;
    left: 1.3%;
  }
}
.holiday-cont02__signboard button {
  display: block;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  .holiday-cont02__signboard button {
    width: 29.26cqw;
  }
}
@media (min-width: 769px) {
  .holiday-cont02__signboard button {
    width: 29.45cqw;
  }
}
.holiday-cont02__signboard .c-click-tap {
  height: 12%;
  position: absolute;
  left: calc(50% + 9%);
  bottom: calc(100% - 3%);
  transform: translateX(-50%);
}

.holiday-cont02__santa {
  aspect-ratio: 748/689;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont02__santa {
    width: 46.81cqw;
    bottom: 9.5%;
    left: 6%;
  }
}
@media (min-width: 769px) {
  .holiday-cont02__santa {
    width: 46.81cqw;
    bottom: 11.6%;
    left: 6.5%;
  }
}
.holiday-cont02__santa .c-santa__in {
  background: url(../images/cont02/santa01.png) no-repeat center/contain;
  animation: cont02-santa 2s steps(1, end) infinite;
}

@media (max-width: 768px) {
  .holiday-cont02__check {
    top: 2.8%;
    right: 1.9%;
  }
}
@media (min-width: 769px) {
  .holiday-cont02__check {
    top: 10.5%;
    right: 4.4%;
  }
}
.holiday-cont02__check .c-check__img {
  background: url(../images/cont02/img01.png) no-repeat center/contain;
  animation: cont02-img 3s steps(1, end) infinite;
}

@keyframes cont02-santa {
  0% {
    background-image: url(../images/cont02/santa01.png);
  }
  50% {
    background-image: url(../images/cont02/santa02.png);
  }
}
@keyframes cont02-img {
  0% {
    background-image: url(../images/cont02/img01.png);
  }
  33.3% {
    background-image: url(../images/cont02/img02.png);
  }
  66.6% {
    background-image: url(../images/cont02/img03.png);
  }
}
/*------------------------------------------
HOLIDAY気分を高めるアイテムなど！
------------------------------------------*/
.holiday-cont03__star--01 {
  animation-duration: 3s;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont03__star--01 {
    top: 10.1%;
    right: 5%;
  }
}
@media (min-width: 769px) {
  .holiday-cont03__star--01 {
    top: 8.2%;
    right: 11.2%;
  }
}
.holiday-cont03__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .holiday-cont03__bg {
    width: 84.73cqw;
    top: 16%;
  }
}
@media (min-width: 769px) {
  .holiday-cont03__bg {
    width: 83.51cqw;
    top: 18.7%;
  }
}
.holiday-cont03__bag {
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont03__bag {
    width: 23.91cqw;
    top: 59.3%;
    right: 2.5%;
  }
}
@media (min-width: 769px) {
  .holiday-cont03__bag {
    width: 24.39cqw;
    top: 61.3%;
    right: 2%;
  }
}
.holiday-cont03__bag a {
  display: block;
}

.holiday-cont03__santa {
  aspect-ratio: 532/751;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont03__santa {
    width: 32.82cqw;
    bottom: 9.5%;
    left: 12%;
  }
}
@media (min-width: 769px) {
  .holiday-cont03__santa {
    width: 30.98cqw;
    bottom: 11.6%;
    left: 12.3%;
  }
}
.holiday-cont03__santa .c-santa__in {
  background: url(../images/cont03/santa01.png) no-repeat center/contain;
  animation: cont03-santa 2s steps(1, end) infinite;
}

@media (max-width: 768px) {
  .holiday-cont03__check {
    top: 2.8%;
    left: 1.7%;
  }
}
@media (min-width: 769px) {
  .holiday-cont03__check {
    top: 2.5%;
    left: 4.4%;
  }
}
.holiday-cont03__check .c-check__img {
  background: url(../images/cont03/img01.png) no-repeat center/contain;
  animation: cont03-img 3s steps(1, end) infinite;
}

@keyframes cont03-santa {
  0% {
    background-image: url(../images/cont03/santa01.png);
  }
  50% {
    background-image: url(../images/cont03/santa02.png);
  }
}
@keyframes cont03-img {
  0% {
    background-image: url(../images/cont03/img01.png);
  }
  33.3% {
    background-image: url(../images/cont03/img02.png);
  }
  66.6% {
    background-image: url(../images/cont03/img03.png);
  }
}
/*------------------------------------------
オリジナルギフト贈ろう♪イベント開催中
------------------------------------------*/
.holiday-cont04__star--01 {
  animation-duration: 3s;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont04__star--01 {
    top: 9.1%;
    right: 3.3%;
  }
}
@media (min-width: 769px) {
  .holiday-cont04__star--01 {
    top: 2.9%;
    right: 5.9%;
  }
}
.holiday-cont04__bg {
  position: absolute;
  pointer-events: none;
}

@media (max-width: 768px) {
  .holiday-cont04__bg {
    width: 55.97cqw;
    top: 9.3%;
    right: 2.5%;
  }
}
@media (min-width: 769px) {
  .holiday-cont04__bg {
    width: 55.6cqw;
    top: 11.4%;
    right: 2.4%;
  }
}
.holiday-cont04__bg::before {
  content: "";
  aspect-ratio: 326/291;
  width: 64.4%;
  background: url(../images/cont04/present.png) no-repeat center/contain;
  position: absolute;
  top: 17.4%;
  left: 10.6%;
}

.holiday-cont04__tree {
  aspect-ratio: 404/751;
  background: url(../images/cont04/tree01.png) no-repeat center/contain;
  position: absolute;
  animation: cont04-tree 1s steps(1, end) infinite;
}

@media (max-width: 768px) {
  .holiday-cont04__tree {
    width: 25.19cqw;
    top: 27.8%;
    left: 13.7%;
  }
}
@media (min-width: 769px) {
  .holiday-cont04__tree {
    width: 25.05cqw;
    top: 31.4%;
    left: 10.1%;
  }
}
.holiday-cont04__santa {
  aspect-ratio: 750/656;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont04__santa {
    width: 50.12cqw;
    bottom: 9.5%;
    left: 4%;
  }
}
@media (min-width: 769px) {
  .holiday-cont04__santa {
    width: 53.18cqw;
    bottom: 11.6%;
    left: 5%;
  }
}
.holiday-cont04__santa .c-santa__in {
  background: url(../images/cont04/santa01.png) no-repeat center/contain;
  animation: cont04-santa 2s steps(1, end) infinite;
}

@media (max-width: 768px) {
  .holiday-cont04__check {
    top: 2.8%;
    left: 1.7%;
  }
}
@media (min-width: 769px) {
  .holiday-cont04__check {
    top: 2.5%;
    left: 1.1%;
  }
}
.holiday-cont04__check .c-check__img {
  background: url(../images/cont04/img01.png) no-repeat center/contain;
  animation: cont04-img 3s steps(1, end) infinite;
}

@keyframes cont04-tree {
  0% {
    background-image: url(../images/cont04/tree01.png);
  }
  50% {
    background-image: url(../images/cont04/tree02.png);
  }
}
@keyframes cont04-santa {
  0% {
    background-image: url(../images/cont04/santa01.png);
  }
  50% {
    background-image: url(../images/cont04/santa02.png);
  }
}
@keyframes cont04-img {
  0% {
    background-image: url(../images/cont04/img01.png);
  }
  33.3% {
    background-image: url(../images/cont04/img02.png);
  }
  66.6% {
    background-image: url(../images/cont04/img03.png);
  }
}
/*------------------------------------------
今年のベスコス受賞アイテムをCHECK！
------------------------------------------*/
.holiday-cont05__star--01 {
  animation-duration: 3s;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont05__star--01 {
    top: 13.9%;
    left: 11.7%;
  }
}
@media (min-width: 769px) {
  .holiday-cont05__star--01 {
    top: 16%;
    left: 13.8%;
  }
}
.holiday-cont05__star--02 {
  animation-duration: 2.8s;
  animation-direction: reverse;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont05__star--02 {
    top: 10.1%;
    left: 31.2%;
  }
}
@media (min-width: 769px) {
  .holiday-cont05__star--02 {
    top: 10.7%;
    left: 35.4%;
  }
}
.holiday-cont05__star--03 {
  animation-duration: 3.1s;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont05__star--03 {
    top: 13.9%;
    right: 6.3%;
  }
}
@media (min-width: 769px) {
  .holiday-cont05__star--03 {
    top: 12.6%;
    right: 4.4%;
  }
}
.holiday-cont05__bg {
  position: absolute;
  pointer-events: none;
}

@media (max-width: 768px) {
  .holiday-cont05__bg {
    width: 88.04cqw;
    top: 9.3%;
    left: 4.3%;
  }
}
@media (min-width: 769px) {
  .holiday-cont05__bg {
    width: 90.54cqw;
    top: 10%;
    left: 4.4%;
  }
}
.holiday-cont05__santa {
  aspect-ratio: 666/749;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont05__santa {
    width: 53.18cqw;
    bottom: 9.5%;
    left: 3%;
  }
}
@media (min-width: 769px) {
  .holiday-cont05__santa {
    width: 54.5cqw;
    bottom: 11.6%;
    left: 2%;
  }
}
.holiday-cont05__santa .c-santa__in {
  background: url(../images/cont05/santa01.png) no-repeat center/contain;
  animation: cont05-santa 2s steps(1, end) infinite;
}

@media (max-width: 768px) {
  .holiday-cont05__check {
    top: 2.8%;
    left: 1.7%;
  }
}
@media (min-width: 769px) {
  .holiday-cont05__check {
    top: 2.5%;
    left: 1.1%;
  }
}
.holiday-cont05__check .c-check__img {
  background: url(../images/cont05/img01.png) no-repeat center/contain;
  animation: cont05-img 3s steps(1, end) infinite;
}

@keyframes cont05-santa {
  0% {
    background-image: url(../images/cont05/santa01.png);
  }
  50% {
    background-image: url(../images/cont05/santa02.png);
  }
}
@keyframes cont05-img {
  0% {
    background-image: url(../images/cont05/img01.png);
  }
  33.3% {
    background-image: url(../images/cont05/img02.png);
  }
  66.6% {
    background-image: url(../images/cont05/img03.png);
  }
}
/*------------------------------------------
COMING SOON
------------------------------------------*/
.holiday-cont06 {
  background: #004441;
  position: relative;
}

.holiday-cont06__star--01 {
  animation-duration: 3s;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont06__star--01 {
    top: 32.8%;
    left: 6.8%;
  }
}
@media (min-width: 769px) {
  .holiday-cont06__star--01 {
    top: 35.1%;
    left: 5.4%;
  }
}
.holiday-cont06__star--02 {
  animation-duration: 2.8s;
  animation-direction: reverse;
  position: absolute;
}

@media (max-width: 768px) {
  .holiday-cont06__star--02 {
    top: 29.5%;
    right: 4.5%;
  }
}
@media (min-width: 769px) {
  .holiday-cont06__star--02 {
    top: 27.5%;
    right: 4.3%;
  }
}
.holiday-cont06__bg {
  aspect-ratio: 750/684;
  background: url(../images/cont06/shop01.png) no-repeat center/contain;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  transition: background 0s linear 0.7s;
}

@media (max-width: 768px) {
  .holiday-cont06__bg {
    width: 92.87cqw;
  }
}
@media (min-width: 769px) {
  .holiday-cont06__bg {
    width: 89.67cqw;
  }
}
.holiday-cont06__comingsoon {
  position: absolute;
  top: 11.8%;
  z-index: 1;
}

@media (max-width: 768px) {
  .holiday-cont06__comingsoon {
    width: 47.07cqw;
    right: 7.6%;
  }
}
@media (min-width: 769px) {
  .holiday-cont06__comingsoon {
    width: 40.65cqw;
    right: 9.4%;
  }
}
.holiday-cont06__santa {
  aspect-ratio: 75/40;
  position: absolute;
  animation: none !important;
}

@media (max-width: 768px) {
  .holiday-cont06__santa {
    width: 57.76cqw;
    top: 6.6%;
    left: 3.8%;
  }
}
@media (min-width: 769px) {
  .holiday-cont06__santa {
    width: 58.68cqw;
    top: 6%;
    left: 5.4%;
  }
}
.holiday-cont06__santa .c-santa__in {
  background: url(../images/cont06/santa01.png) no-repeat center/contain;
  animation: cont06-santa 2s steps(1, end) infinite;
}

@media (max-width: 768px) {
  .holiday-cont06__check {
    top: 2.8%;
    left: 1.7%;
  }
}
@media (min-width: 769px) {
  .holiday-cont06__check {
    top: 2.5%;
    left: 1.1%;
  }
}
.holiday-cont06__check .c-check__img {
  background: url(../images/cont06/img01.png) no-repeat center/contain;
  animation: cont06-img 3s steps(1, end) infinite;
}

.holiday-cont06.is-show .holiday-cont06__bg {
  background: url(../images/cont06/shop02.png) no-repeat center/contain;
}

@keyframes cont06-santa {
  0% {
    background-image: url(../images/cont06/santa01.png);
  }
  50% {
    background-image: url(../images/cont06/santa02.png);
  }
}
/*------------------------------------------
blank
------------------------------------------*/
.holiday-blank__star--01 {
  animation-duration: 3s;
  position: absolute;
  top: 14%;
  left: 4.8%;
}

.holiday-blank__star--02 {
  animation-duration: 2.8s;
  animation-direction: reverse;
  position: absolute;
  top: 26.6%;
  left: 15.4%;
}

.holiday-blank__star--03 {
  animation-duration: 3.1s;
  animation-direction: reverse;
  position: absolute;
  top: 14%;
  left: 30.1%;
}

.holiday-blank__star--04 {
  animation-duration: 3.3s;
  position: absolute;
  top: 15.3%;
  right: 12.9%;
}

.holiday-blank__bg {
  width: 66.37cqw;
  position: absolute;
  pointer-events: none;
  top: 9.1%;
  right: 2.2%;
}

.holiday-blank__tree {
  aspect-ratio: 404/751;
  width: 27.47cqw;
  background: url(../images/blank/tree01.png) no-repeat center/contain;
  position: absolute;
  bottom: 15.6%;
  left: 4%;
  animation: blank-tree 1s steps(1, end) infinite;
}

@keyframes blank-tree {
  0% {
    background-image: url(../images/blank/tree01.png);
  }
  50% {
    background-image: url(../images/blank/tree02.png);
  }
}