@charset "UTF-8";
/*min関数*/
/*clamp関数*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e7787d;
  background-color: #fff2f3;
  font-size: 0.9027777778vw;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

a {
  text-decoration: none;
}

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

li {
  list-style: none;
}

.spNone {
  display: block;
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.pcNone {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}

.flex_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.item {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 130.5555555556vw;
}
@media screen and (max-width: 768px) {
  .item {
    height: 210.6666666667vw;
  }
}
.item__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.item__wrapper {
  position: relative;
  z-index: 0;
  margin: 0 min(1.1111111111vw, 16px);
  padding: min(6.25vw, 90px) min(1.3888888889vw, 20px) min(2.7777777778vw, 40px);
  border-radius: min(2.0833333333vw, 30px);
  background-color: rgba(255, 255, 255, 0.9);
  display: contents;
}
.item__wrapper-bg {
  display: block;
  position: absolute;
  z-index: 0;
  top: 18.0555555556vw;
  left: 50%;
  transform: translateX(-50%);
  width: 87.5vw;
  height: 102.0833333333vw;
  border-radius: 3.4722222222vw;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .item__wrapper-bg {
    top: 26.6666666667vw;
    width: 88vw;
    height: 176vw;
  }
}
.item__title-ribbon {
  width: 27.7777777778vw;
  margin: -0.9722222222vw auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .item__title-ribbon {
    width: 42.6666666667vw;
    margin: -2.6666666667vw auto;
  }
}
.item__title-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  color: #e60012;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 25.8333333333vw;
  transform: translateX(-50%);
  margin-top: 0;
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .item__title-text {
    top: 38.6666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .item__tap {
    position: absolute;
    top: 29.3333333333vw;
    right: 9.3333333333vw;
    width: 9.8666666667vw;
    z-index: 1;
  }
}
.item__face {
  width: 9.0277777778vw;
  margin: 5.2083333333vw 1.5972222222vw 0 0;
}
@media screen and (max-width: 768px) {
  .item__face {
    width: 16vw;
    height: 16vw;
    margin: 6.9333333333vw 2.6666666667vw 0 0;
  }
}
.item__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.1111111111vw, 16px);
  display: block;
  height: 90.9722222222vw;
}
.item__list-item {
  position: absolute;
}
.item__list-item--1 {
  width: 15.9722222222vw;
  top: 2.7777777778vw;
  left: 17.7083333333vw;
}
@media screen and (max-width: 768px) {
  .item__list-item--1 {
    width: 29.3333333333vw;
    top: 6.6666666667vw;
    left: 17.3333333333vw;
  }
}
.item__list-item--2 {
  width: 20.8333333333vw;
  top: 18.0555555556vw;
  left: 14.5833333333vw;
}
@media screen and (max-width: 768px) {
  .item__list-item--2 {
    width: 29.3333333333vw;
    top: 32.8vw;
    left: 16.8vw;
  }
}
.item__list-item--3 {
  width: 20.8333333333vw;
  top: 29.8611111111vw;
  left: 15.9722222222vw;
}
@media screen and (max-width: 768px) {
  .item__list-item--3 {
    width: 37.3333333333vw;
    top: 48.2666666667vw;
    left: 14.9333333333vw;
  }
}
.item__list-item--4 {
  width: 16.6666666667vw;
  top: 4.1666666667vw;
  left: 40.2777777778vw;
}
@media screen and (max-width: 768px) {
  .item__list-item--4 {
    width: 25.3333333333vw;
    top: 8.8vw;
    right: 21.3333333333vw;
    left: auto;
  }
}
.item__list-item--5 {
  width: 20.1388888889vw;
  top: 20.1388888889vw;
  left: 40.2777777778vw;
}
@media screen and (max-width: 768px) {
  .item__list-item--5 {
    width: 28.8vw;
    top: 32vw;
    right: 16vw;
    left: auto;
  }
}
.item__list-item--6 {
  width: 20.8333333333vw;
  top: 3.4722222222vw;
  left: 62.5vw;
}
@media screen and (max-width: 768px) {
  .item__list-item--6 {
    width: 33.3333333333vw;
    top: 67.4666666667vw;
    right: 16vw;
    left: auto;
  }
}
.item__list-item--7 {
  width: 20.8333333333vw;
  top: 13.1944444444vw;
  left: 63.8888888889vw;
}
@media screen and (max-width: 768px) {
  .item__list-item--7 {
    width: 33.0666666667vw;
    top: 81.3333333333vw;
    right: 16vw;
    left: auto;
  }
}
.item__list-item--8 {
  left: 64.2361111111vw;
  top: 29.1666666667vw;
  width: 20.8333333333vw;
}
@media screen and (max-width: 768px) {
  .item__list-item--8 {
    width: 33.0666666667vw;
    top: 78.6666666667vw;
    left: 15.4666666667vw;
  }
}
.item__list-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: transform 0.25s ease;
}
.item__list-btn:hover, .item__list-btn:focus-visible {
  transform: scale(1.04);
}
.item__list-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.item__char {
  display: block;
  position: absolute;
  z-index: 3;
  width: 12.5vw;
  bottom: 6.25vw;
  right: 11.8055555556vw;
}
@media screen and (max-width: 768px) {
  .item__char {
    z-index: 2;
    width: 17.3333333333vw;
    bottom: 1.3333333333vw;
    right: 4.8vw;
  }
}
.item__web {
  width: 65.5555555556vw;
  z-index: 1;
  margin-top: -2.7777777778vw;
  position: absolute;
  left: 50%;
  bottom: 17.3611111111vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .item__web {
    width: 80vw;
    height: auto;
    bottom: 15.2vw;
  }
}
.item__web {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 11.1111111111vw;
  transform: translateX(-50%);
  width: 65.5555555556vw;
  height: 38.8888888889vw;
}
@media screen and (max-width: 768px) {
  .item__web {
    width: 80vw;
    height: 46.6666666667vw;
    bottom: 15.2vw;
    margin-top: 0;
  }
}
.item__web-bg {
  position: absolute;
  z-index: 0;
  left: -2.3479166667vw;
  top: -1.9861111111vw;
  width: 68.1368055556vw;
  height: 39.7714583333vw;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .item__web-bg {
    left: -2.9333333333vw;
    top: -2.6666666667vw;
    width: 85.8666666667vw;
    height: 50.1333333333vw;
  }
}
.item__web-title {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 3.4027777778vw;
  transform: translateX(-50%);
  font-family: "Chiron GoRound TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #8c7373;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-underline-offset: min(0.4166666667vw, 6px);
  font-size: 2.4305555556vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .item__web-title {
    top: 4.2666666667vw;
    text-underline-offset: min(1.6vw, 6px);
    font-size: 4.2666666667vw;
  }
}
.item__web-list {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.item__web-item--1 {
  position: absolute;
  width: 22.9166666667vw;
  top: 7.6388888889vw;
  left: 9.7222222222vw;
}
@media screen and (max-width: 768px) {
  .item__web-item--1 {
    width: 29.3333333333vw;
    top: 12vw;
    left: 8.8vw;
  }
}
.item__web-item--2 {
  position: absolute;
  width: 25.0694444444vw;
  top: 7.9861111111vw;
  right: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .item__web-item--2 {
    width: 30.6666666667vw;
    top: 12.8vw;
    right: 9.8666666667vw;
  }
}
.item__web-btn {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: transform 0.25s ease;
}
.item__web-btn:hover, .item__web-btn:focus-visible {
  transform: scale(1.04);
}
.item__web-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.item_kuromi .item__wrapper .item__face {
  width: 12.9166666667vw;
  height: 10.1388888889vw;
  margin: 5.9027777778vw auto 0;
}
@media screen and (max-width: 768px) {
  .item_kuromi .item__wrapper .item__face {
    position: relative;
    z-index: 1;
    width: 21.3333333333vw;
    height: auto;
    margin: 7.2vw auto 0;
  }
}
.item_kuromi .item__wrapper .item__title-ribbon {
  margin: -1.8055555556vw auto 0;
}
@media screen and (max-width: 768px) {
  .item_kuromi .item__wrapper .item__title-ribbon {
    margin: -2.6666666667vw auto 0;
  }
}
.item_kuromi .item__wrapper .item__title-text {
  color: #8c7373;
}
@media screen and (max-width: 768px) {
  .item_kuromi .item__wrapper .item__title-text {
    top: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .item_kuromi .item__wrapper .item__list-item--2 {
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .item_kuromi .item__wrapper .item__list-item--3 {
    position: relative;
    top: 50.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .item_kuromi .item__wrapper .item__web {
    bottom: 12vw;
  }
}
.item_kuromi .item__wrapper .item__web-bg {
  left: -0.3472222222vw;
  bottom: 17.0138888889vw;
}
@media screen and (max-width: 768px) {
  .item_kuromi .item__wrapper .item__web-bg {
    bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .item_kuromi .item__wrapper .item__web-item--2 {
    right: 9.8666666667vw;
  }
}

.info .item_kuromi-char {
  position: absolute;
  z-index: 1;
  display: block;
  width: 12.5vw;
  pointer-events: none;
  margin: -16.3888888889vw 0 0 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .info .item_kuromi-char {
    width: 20vw;
    margin: -24vw 2.6666666667vw 0;
    z-index: 2;
  }
}

.modal_box {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(126, 56, 61, 0.69);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  gap: 3.2638888889vw;
}
.modal_box--kuromi {
  background-color: rgba(138, 127, 141, 0.7);
}
.modal_box.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.modal_box.is-active .modal {
  transform: scale(1);
  opacity: 1;
  padding: 0 2.6666666667vw;
}
.modal_box__arrow {
  flex: none;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .modal_box__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.modal_box__arrow img {
  width: 100%;
  height: 100%;
}
.modal_box__arrow:hover, .modal_box__arrow:focus-visible {
  transform: scale(1.08);
}
.modal_box .icon-kuromi {
  display: none;
}
.modal_box--kuromi .icon-mymelody {
  display: none;
}
.modal_box--kuromi .icon-kuromi {
  display: block;
}
.modal_box--kuromi .modal {
  background-color: #ece7f0;
}
.modal_box--kuromi .modal__name,
.modal_box--kuromi .modal__price {
  color: #bcaacb;
}
.modal_box--kuromi .modal__btn {
  background-color: #bcaacb;
  color: #ece7f0;
}

.modal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  background-color: #ffebe9;
  background-size: 2.4305555556vw 2.4305555556vw;
  background-image: linear-gradient(to right, rgba(255, 197, 202, 0.3) 2px, transparent 0.5px), linear-gradient(to bottom, rgba(255, 197, 202, 0.3) 2px, transparent 0.5px);
  transform: scale(0.85);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  gap: 1.3888888889vw;
  width: 34.7222222222vw;
  height: 45.1388888889vw;
  max-height: none;
  padding: 0;
  border-radius: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .modal {
    width: 68.5333333333vw;
    height: 94.6666666667vw;
    background-size: 4.8vw 4.8vw;
    background-image: linear-gradient(to right, rgba(255, 197, 202, 0.3) 1px, transparent 0.5px), linear-gradient(to bottom, rgba(255, 197, 202, 0.3) 1px, transparent 0.5px);
    gap: 5.3333333333vw;
  }
}
.modal__close {
  position: absolute;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.modal__close img {
  width: 100%;
  height: 100%;
}
.modal__close:hover, .modal__close:focus-visible {
  transform: rotate(90deg);
}
.modal__close {
  right: 1.7361111111vw;
  top: 1.7361111111vw;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .modal__close {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.modal__img-frame {
  position: relative;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 26.3888888889vw;
  height: 21.875vw;
  border-radius: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .modal__img-frame {
    width: 50.6666666667vw;
    height: 42.6666666667vw;
  }
}
.modal__img {
  width: 20.8333333333vw;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .modal__img {
    width: 40vw;
  }
}
.modal__name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #e05d68;
  text-align: center;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .modal__name {
    font-size: 4.2666666667vw;
    line-height: 1.2;
  }
}
.modal__price {
  font-family: "Chiron GoRound TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(18px, 2.2222222222vw, 32px);
  letter-spacing: 0.05em;
  color: #e05d68;
}
.modal__price::before {
  content: "¥";
}
.modal__price {
  font-size: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .modal__price {
    font-size: 4.8vw;
    line-height: 1;
  }
}
.modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #e05d68;
  font-family: "Chiron GoRound TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffebe9;
  transition: opacity 0.2s ease;
}
.modal__btn:hover, .modal__btn:focus-visible {
  opacity: 0.8;
}
.modal__btn {
  gap: 1.3888888889vw;
  padding: 0.9027777778vw 2.7777777778vw 0.9027777778vw 6.25vw;
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .modal__btn {
    font-size: 3.7333333333vw;
  }
}
.modal__btn-icon {
  height: auto;
  width: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .modal__btn-icon {
    width: 4.2666666667vw;
  }
}

.is-modal-open {
  overflow: hidden;
}

html,
body {
  overscroll-behavior-y: none;
}

@keyframes heartRiseLoop {
  0% {
    transform: translateY(0) scale(0.4);
    opacity: 0;
  }
  10% {
    transform: translateY(-8px) scale(1);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(-90px) scale(0.3);
    opacity: 0;
  }
}
.loading_overlay {
  position: fixed;
  inset: 0;
  background-size: 4.8611111111vw 4.8611111111vw;
  background-image: linear-gradient(to right, rgba(255, 197, 202, 0.2) 3px, transparent 0.5px), linear-gradient(to bottom, rgba(255, 197, 202, 0.2) 3px, transparent 0.5px);
  background-color: #fff2f3;
  z-index: 1000;
  overflow: hidden;
  transition: opacity 0.9s ease;
  opacity: 1;
  pointer-events: all;
}
.loading_overlay.is-done {
  opacity: 0;
  pointer-events: none;
  transition: none;
}

.loading_frame {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 56.25vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .loading_frame {
    top: 60%;
    height: 50%;
    transform: translate(-50%, -50%);
  }
}

.loading_text {
  position: absolute;
  left: calc(50% - 9.3055555556vw);
  top: 14.375vw;
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 2.9166666667vw;
  color: #e7787d;
  letter-spacing: 0.2916666667vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .loading_text {
    top: -2.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
  }
}

.bar_track {
  position: absolute;
  left: 37.2569444444vw;
  top: 20.0694444444vw;
  width: 25.4861111111vw;
  height: 0.6944444444vw;
  background: #ffd2d6;
  border-radius: 0.625vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bar_track {
    top: 10.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 53.3333333333vw;
    height: 1.3333333333vw;
  }
}

.bar_fill {
  width: 0%;
  height: 100%;
  background: #e7787d;
  border-radius: 0.625vw;
  transition: width 0.25s ease-out;
}

.bar_end-heart-slot {
  position: absolute;
  left: 61.3541666667vw;
  top: 17.3611111111vw;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .bar_end-heart-slot {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 5.3333333333vw;
    left: 77%;
    transform: translateX(-50%);
  }
}

.bar_end-heart {
  position: absolute;
  inset: 0;
  animation: heartAppear 0.4s ease-out forwards;
  pointer-events: none;
}

@keyframes heartAppear {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.looping_heart {
  position: absolute;
  left: 47.9166666667vw;
  top: 31.9444444444vw;
  animation-name: heartRiseLoop;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  pointer-events: none;
}

.heart_img {
  display: block;
  width: 3.3333333333vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .heart_img {
    width: 8.8vw;
  }
}
.heart_img--end {
  width: 3.0555555556vw;
}
@media screen and (max-width: 768px) {
  .heart_img--end {
    width: 7.7333333333vw;
  }
}

.loading_mymelo {
  position: absolute;
  left: 53.3333333333vw;
  top: 32.2222222222vw;
  width: 9.7222222222vw;
  height: 13.1944444444vw;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .loading_mymelo {
    width: 21.3333333333vw;
    height: auto;
    right: 26.6666666667vw;
    left: auto;
  }
}

.loading_kuromi {
  position: absolute;
  left: 35.4861111111vw;
  top: 33.125vw;
  width: 10.4166666667vw;
  height: 12.2916666667vw;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .loading_kuromi {
    width: 24vw;
    height: auto;
    left: 26.6666666667vw;
  }
}

.fv {
  position: fixed;
  top: -0.2083333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 74.6527777778vw;
  z-index: -2;
  pointer-events: none;
  background: url("../images/fv_bg.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .fv {
    background: url("../images/fv_bg_sp.webp") no-repeat center;
    background-size: cover;
    height: 218.6666666667vw;
  }
}
.fv h1 img {
  position: absolute;
  top: 8.75vw;
  left: 50%;
  width: 54.1666666667vw;
  transform: translateX(-50%);
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .fv h1 img {
    width: 86.6666666667vw;
    top: 73.3333333333vw;
  }
}

.lead {
  background-size: 4.8611111111vw 4.8611111111vw;
  background-image: linear-gradient(to right, rgba(255, 197, 202, 0.2) 3px, transparent 0.5px), linear-gradient(to bottom, rgba(255, 197, 202, 0.2) 3px, transparent 0.5px);
  background-color: #fff2f3;
  border-radius: 10.4166666667vw 10.4166666667vw 0 0;
  padding: 10.4166666667vw 11.8055555556vw;
  margin-top: 58.3333333333vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-top: 189.3333333333vw;
    background-size: 6.6666666667vw 6.6666666667vw;
    background-image: linear-gradient(to right, rgba(255, 197, 202, 0.2) 1.5px, transparent 0.5px), linear-gradient(to bottom, rgba(255, 197, 202, 0.2) 1.5px, transparent 0.5px);
    padding: 26.6666666667vw 0 41.3333333333vw 0;
  }
}
.lead_title {
  margin: 0 auto 2.0833333333vw;
  width: fit-content;
  align-items: baseline;
}
.lead_title::before {
  content: "";
  background-image: url(../images/heart2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  width: 4.1666666667vw;
  height: 3.8194444444vw;
  position: absolute;
  top: 7.6388888889vw;
  left: 33.3333333333vw;
}
@media screen and (max-width: 768px) {
  .lead_title::before {
    width: 9.3333333333vw;
    height: 8.5333333333vw;
    top: 18.9333333333vw;
    left: 12vw;
  }
}
.lead_title-kawaii {
  width: 12.8472222222vw;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .lead_title-kawaii {
    width: 30.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.lead_title-heart {
  width: 2.0833333333vw;
  margin: 0.3472222222vw 0 0 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .lead_title-heart {
    width: 5.3333333333vw;
    margin: 1.3333333333vw 0 0 1.3333333333vw;
  }
}
.lead_txt {
  font-size: 1.7361111111vw;
  margin-top: 3.4722222222vw;
  line-height: 2.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lead_txt {
    font-size: 3.7333333333vw;
  }
}
.lead_txt .bold {
  font-size: 2.4305555556vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lead_txt .bold {
    font-size: 4.8vw;
  }
}
.lead .lead_kuromi {
  position: absolute;
  width: 10.4166666667vw;
  bottom: -0.6944444444vw;
  left: 12.5vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lead .lead_kuromi {
    width: 23.4666666667vw;
  }
}
.lead .lead_kuromi::before {
  content: "";
  background-image: url(../images/heart1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.4305555556vw;
  height: 2.2222222222vw;
  top: -3.4722222222vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  animation: heartFloat 2.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .lead .lead_kuromi::before {
    width: 5.3333333333vw;
    height: 4.8vw;
  }
}
.lead .lead_mymelo {
  position: absolute;
  width: 8.6805555556vw;
  bottom: -1.3194444444vw;
  right: 12.7083333333vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lead .lead_mymelo {
    width: 18.6666666667vw;
  }
}
.lead .lead_mymelo::before {
  content: "";
  background-image: url(../images/heart1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.4305555556vw;
  height: 2.2222222222vw;
  top: -3.4722222222vw;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  animation: heartFloat 2.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .lead .lead_mymelo::before {
    width: 5.3333333333vw;
    height: 4.8vw;
  }
}
.lead_img_wrapper {
  position: relative;
}
@keyframes heartFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

.schedule {
  background-color: #e7787d;
  padding: 3.4722222222vw;
  position: relative;
  height: 48.6111111111vw;
}
@media screen and (max-width: 768px) {
  .schedule {
    height: 114.6666666667vw;
  }
}
.schedule_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62.5vw;
}
@media screen and (max-width: 768px) {
  .schedule_bg {
    width: 88vw;
    top: 7.4666666667vw;
    transform: translateX(-50%);
  }
}
.schedule_line {
  width: 25vw;
}
@media screen and (max-width: 768px) {
  .schedule_line {
    width: 46.6666666667vw;
  }
}
.schedule_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .schedule_wrapper {
    top: 45%;
  }
}
.schedule_wrapper .schedule_content {
  display: flex;
  flex-direction: column;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .schedule_wrapper .schedule_content {
    gap: 4.8vw;
  }
}
.schedule_wrapper .schedule_content .flex_wrapper {
  display: flex;
  align-items: start;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .schedule_wrapper .schedule_content .flex_wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    gap: 1.8666666667vw;
  }
}
.schedule_wrapper .schedule_content .flex_wrapper .place {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.8888888889vw;
  height: 3.6805555556vw;
  font-size: 1.3888888889vw;
  font-weight: bold;
  color: #ffffff;
  background-color: #e7787d;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schedule_wrapper .schedule_content .flex_wrapper .place {
    width: 33.3333333333vw;
    height: 7.2vw;
    font-size: 3.7333333333vw;
  }
}
.schedule_wrapper .schedule_content .flex_wrapper .place_content {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
.schedule_wrapper .schedule_content .flex_wrapper .data {
  font-family: "Chiron GoRound TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7361111111vw;
  font-weight: bold;
  color: #e7787d;
  height: 3.6805555556vw;
  display: flex;
  align-items: baseline;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .schedule_wrapper .schedule_content .flex_wrapper .data {
    font-size: 3.7333333333vw;
    height: auto;
  }
}
.schedule_wrapper .schedule_content .flex_wrapper .data .bold {
  font-size: 3.125vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .schedule_wrapper .schedule_content .flex_wrapper .data .bold {
    font-size: 6.9333333333vw;
  }
}
.schedule_wrapper .schedule_content .flex_wrapper .caution_txt {
  font-size: 0.9722222222vw;
  color: #8c7373;
  line-height: 1.6;
}
.schedule .caution_txt_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .schedule .caution_txt_sp {
    display: block;
    font-size: 3.2vw;
    color: #fff2f3;
    line-height: 1.6;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 7.2vw;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    line-height: 1.4166666667;
    white-space: nowrap;
  }
}

.info {
  background-color: #bcaacb;
  padding: 3.4722222222vw 6.25vw 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 13.3333333333vw 5.3333333333vw 13.3333333333vw;
    position: relative;
    z-index: 0;
  }
}
.info__title-wrapper {
  margin: 0 auto 3.8194444444vw;
  padding-top: 4.8611111111vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .info__title-wrapper {
    margin: 0 auto 10.6666666667vw;
    gap: 1.8666666667vw;
  }
}
.info__title-wrapper .info__line {
  width: 26.3888888889vw;
}
@media screen and (max-width: 768px) {
  .info__title-wrapper .info__line {
    width: 45.3333333333vw;
  }
}
.info__title-wrapper .info__title {
  color: #ffffff;
  font-family: "Chiron GoRound TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.4722222222vw;
  line-height: 1.64;
}
@media screen and (max-width: 768px) {
  .info__title-wrapper .info__title {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
.info__bg-wrapper {
  background-color: #fff2f3;
  color: #8c7373;
  border-radius: 3.4722222222vw;
  padding: 8.3333333333vw 5.5555555556vw 6.5972222222vw;
}
@media screen and (max-width: 768px) {
  .info__bg-wrapper {
    border-radius: 5.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.info__bg-wrapper h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9444444444vw;
  line-height: 1.5;
  width: fit-content;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .info__bg-wrapper h3 {
    font-size: 4.2666666667vw;
    text-align: start;
    margin-bottom: 6.6666666667vw;
  }
}
.info__bg-wrapper h3::before {
  content: "";
  float: left;
  width: 3.125vw;
  height: 2.3611111111vw;
  background-image: url("../images/ribbon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.3472222222vw;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .info__bg-wrapper h3::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.info__bg-wrapper .info__text {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 1.7361111111vw;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  font-size: 1.0416666667vw;
  line-height: 1.7333333333;
}
@media screen and (max-width: 768px) {
  .info__bg-wrapper .info__text {
    font-size: 3.7333333333vw;
    gap: 5.3333333333vw;
  }
}
.info__bg-wrapper .info__text li {
  display: flex;
  align-items: baseline;
}
.info__caution-line {
  margin: 4.1666666667vw auto;
}
.info__shoplist {
  display: flex;
  gap: 2.0833333333vw;
  background-color: #bcaacb;
  color: #fff2f3;
  border-radius: 100px;
  padding: 1.3888888889vw 2.0833333333vw 1.3888888889vw 5.5555555556vw;
  width: fit-content;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3888888889vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .info__shoplist {
    gap: 4vw;
    padding: 3.7333333333vw 5.3333333333vw 3.7333333333vw 12.8vw;
    font-size: 3.2vw;
    margin: 6.6666666667vw auto;
  }
}
.info__shoplist img {
  width: 3.125vw;
}
@media screen and (max-width: 768px) {
  .info__shoplist img {
    width: 6.6666666667vw;
  }
}
.info__com {
  position: relative;
  height: 48.6111111111vw;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .info__com {
    height: 76vw;
  }
}
.info__com-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57.2916666667vw;
}
@media screen and (max-width: 768px) {
  .info__com-bg {
    width: auto;
  }
}
.info__com-wrapper {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info__com-com {
  color: #e7787d;
  font-size: 2.9166666667vw;
  margin-bottom: 2.7777777778vw;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .info__com-com {
    font-size: 4.8vw;
  }
}
.info__com-com img {
  width: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .info__com-com img {
    width: 4.8vw;
  }
}
.info__com-vol2 {
  color: #8c7373;
  font-size: 2.2222222222vw;
  line-height: 1.9375;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: currentColor;
  text-underline-offset: min(0.4166666667vw, 6px);
}
@media screen and (max-width: 768px) {
  .info__com-vol2 {
    font-size: 4.2666666667vw;
    text-underline-offset: min(1.6vw, 6px);
  }
}

footer {
  height: 28.8194444444vw;
  position: relative;
  overflow-x: clip;
  background-color: #fff2f3;
}
@media screen and (max-width: 768px) {
  footer {
    height: 80vw;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 13.8888888889vw;
  background-color: #fff2f3;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  footer::before {
    width: 192vw;
    height: 70.6666666667vw;
    top: -10%;
  }
}
footer .footer-mymelody {
  position: absolute;
  top: -15%;
  right: 12.5vw;
  width: 7.2916666667vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  footer .footer-mymelody {
    width: 16vw;
    top: -23%;
  }
}
footer .footer-kuromi {
  position: absolute;
  top: -50%;
  right: 19.7916666667vw;
  width: 9.7222222222vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  footer .footer-kuromi {
    width: 20.8vw;
    left: 10.6666666667vw;
    right: unset;
    top: -20%;
  }
}
footer .footer-content {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
footer .footer-content .brand-logo {
  display: block;
  width: 12.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer-content .brand-logo {
    width: 32vw;
    margin: 14.6666666667vw auto 0;
  }
}
footer .footer-content .icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 2.7777777778vw;
  margin: 3.4722222222vw 0;
}
@media screen and (max-width: 768px) {
  footer .footer-content .icon-wrapper {
    gap: 8vw;
    margin: 9.3333333333vw 0;
  }
}
footer .footer-content .icon-wrapper img {
  width: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  footer .footer-content .icon-wrapper img {
    width: 7.4666666667vw;
  }
}
footer .footer-content .copylight {
  color: #8c7373;
  font-size: 0.9027777778vw;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .footer-content .copylight {
    font-size: 2.9333333333vw;
    white-space: nowrap;
    letter-spacing: 0.02em;
  }
}
footer .footer-content .copylight li:first-of-type {
  margin-bottom: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  footer .footer-content .copylight li:first-of-type {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */