@charset "UTF-8";
/*
	Base
	-base
*/
html {
  font-size: 1rem;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: rgb(51 51 51 / 1);
  line-height: 1;
  overflow-x: clip;
}
body :where(a) {
  color: inherit;
  text-decoration: none;
}
body :where(ul, ol) {
  list-style-type: "";
  padding: unset;
}
body :where(img) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body :where(button) {
  letter-spacing: 0.1em;
  touch-action: manipulation;
}

.valentine2026 img {
  width: 100%;
}

:lang(ja) {
  --leading-trim: calc((1em - 1lh) / 2);
}

:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

.leading-trim::before, .leading-trim::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px;
}
.leading-trim::before {
  -webkit-margin-after: var(--leading-trim);
          margin-block-end: var(--leading-trim);
}
.leading-trim::after {
  -webkit-margin-before: var(--leading-trim);
          margin-block-start: var(--leading-trim);
}

/*=========================================================
 * Base settings
 *=========================================================*/
figure {
  margin: 0;
}

#contents {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin: 0;
}

#contents * {
  box-sizing: border-box;
}

#contents img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*=========================================================
 * Project parts
 *=========================================================*/
.inner {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

/* -- margin --- */
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

@media (max-width: 640px) {
  .mb-10 {
    margin-bottom: 1.333333333vw;
  }
  .mb-20 {
    margin-bottom: 2.666666667vw;
  }
  .mb-30 {
    margin-bottom: 4vw;
  }
  .mb-40 {
    margin-bottom: 5.333333333vw;
  }
  .mb-50 {
    margin-bottom: 6.666666667vw;
  }
  .mb-60 {
    margin-bottom: 8vw;
  }
  .mb-70 {
    margin-bottom: 9.333333333vw;
  }
  .mb-80 {
    margin-bottom: 10.66666667vw;
  }
  .mb-90 {
    margin-bottom: 12vw;
  }
  .mb-100 {
    margin-bottom: 13.33333333vw;
  }
  .mb-110 {
    margin-bottom: 14.66666667vw;
  }
  .mb-120 {
    margin-bottom: 16vw;
  }
  .mb-130 {
    margin-bottom: 17.33333333vw;
  }
  .mb-140 {
    margin-bottom: 18.66666667vw;
  }
  .mb-150 {
    margin-bottom: 20vw;
  }
  .mb-160 {
    margin-bottom: 21.33333333vw;
  }
  .mb-170 {
    margin-bottom: 22.66666667vw;
  }
  .mb-180 {
    margin-bottom: 24vw;
  }
  .mb-190 {
    margin-bottom: 25.33333333vw;
  }
  .mb-200 {
    margin-bottom: 26.66666667vw;
  }
}
/* -- text-align --- */
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.ta-j {
  text-align: justify;
}

/* -- font-size --- */
.fz-10 {
  font-size: 10%;
}

.fz-11 {
  font-size: 11%;
}

.fz-12 {
  font-size: 12%;
}

.fz-13 {
  font-size: 13%;
}

.fz-14 {
  font-size: 14%;
}

.fz-15 {
  font-size: 15%;
}

.fz-16 {
  font-size: 16%;
}

.fz-17 {
  font-size: 17%;
}

.fz-18 {
  font-size: 18%;
}

.fz-19 {
  font-size: 19%;
}

.fz-20 {
  font-size: 20%;
}

.fz-21 {
  font-size: 21%;
}

.fz-22 {
  font-size: 22%;
}

.fz-23 {
  font-size: 23%;
}

.fz-24 {
  font-size: 24%;
}

.fz-25 {
  font-size: 25%;
}

.fz-26 {
  font-size: 26%;
}

.fz-27 {
  font-size: 27%;
}

.fz-28 {
  font-size: 28%;
}

.fz-29 {
  font-size: 29%;
}

.fz-30 {
  font-size: 30%;
}

.fz-31 {
  font-size: 31%;
}

.fz-32 {
  font-size: 32%;
}

.fz-33 {
  font-size: 33%;
}

.fz-34 {
  font-size: 34%;
}

.fz-35 {
  font-size: 35%;
}

.fz-36 {
  font-size: 36%;
}

.fz-37 {
  font-size: 37%;
}

.fz-38 {
  font-size: 38%;
}

.fz-39 {
  font-size: 39%;
}

.fz-40 {
  font-size: 40%;
}

.fz-41 {
  font-size: 41%;
}

.fz-42 {
  font-size: 42%;
}

.fz-43 {
  font-size: 43%;
}

.fz-44 {
  font-size: 44%;
}

.fz-45 {
  font-size: 45%;
}

.fz-46 {
  font-size: 46%;
}

.fz-47 {
  font-size: 47%;
}

.fz-48 {
  font-size: 48%;
}

.fz-49 {
  font-size: 49%;
}

.fz-50 {
  font-size: 50%;
}

.fz-51 {
  font-size: 51%;
}

.fz-52 {
  font-size: 52%;
}

.fz-53 {
  font-size: 53%;
}

.fz-54 {
  font-size: 54%;
}

.fz-55 {
  font-size: 55%;
}

.fz-56 {
  font-size: 56%;
}

.fz-57 {
  font-size: 57%;
}

.fz-58 {
  font-size: 58%;
}

.fz-59 {
  font-size: 59%;
}

.fz-60 {
  font-size: 60%;
}

.fz-61 {
  font-size: 61%;
}

.fz-62 {
  font-size: 62%;
}

.fz-63 {
  font-size: 63%;
}

.fz-64 {
  font-size: 64%;
}

.fz-65 {
  font-size: 65%;
}

.fz-66 {
  font-size: 66%;
}

.fz-67 {
  font-size: 67%;
}

.fz-68 {
  font-size: 68%;
}

.fz-69 {
  font-size: 69%;
}

.fz-70 {
  font-size: 70%;
}

.fz-71 {
  font-size: 71%;
}

.fz-72 {
  font-size: 72%;
}

.fz-73 {
  font-size: 73%;
}

.fz-74 {
  font-size: 74%;
}

.fz-75 {
  font-size: 75%;
}

.fz-76 {
  font-size: 76%;
}

.fz-77 {
  font-size: 77%;
}

.fz-78 {
  font-size: 78%;
}

.fz-79 {
  font-size: 79%;
}

.fz-80 {
  font-size: 80%;
}

.fz-81 {
  font-size: 81%;
}

.fz-82 {
  font-size: 82%;
}

.fz-83 {
  font-size: 83%;
}

.fz-84 {
  font-size: 84%;
}

.fz-85 {
  font-size: 85%;
}

.fz-86 {
  font-size: 86%;
}

.fz-87 {
  font-size: 87%;
}

.fz-88 {
  font-size: 88%;
}

.fz-89 {
  font-size: 89%;
}

.fz-90 {
  font-size: 90%;
}

.fz-91 {
  font-size: 91%;
}

.fz-92 {
  font-size: 92%;
}

.fz-93 {
  font-size: 93%;
}

.fz-94 {
  font-size: 94%;
}

.fz-95 {
  font-size: 95%;
}

.fz-96 {
  font-size: 96%;
}

.fz-97 {
  font-size: 97%;
}

.fz-98 {
  font-size: 98%;
}

.fz-99 {
  font-size: 99%;
}

.fz-100 {
  font-size: 100%;
}

.fz-101 {
  font-size: 101%;
}

.fz-102 {
  font-size: 102%;
}

.fz-103 {
  font-size: 103%;
}

.fz-104 {
  font-size: 104%;
}

.fz-105 {
  font-size: 105%;
}

.fz-106 {
  font-size: 106%;
}

.fz-107 {
  font-size: 107%;
}

.fz-108 {
  font-size: 108%;
}

.fz-109 {
  font-size: 109%;
}

.fz-110 {
  font-size: 110%;
}

.fz-111 {
  font-size: 111%;
}

.fz-112 {
  font-size: 112%;
}

.fz-113 {
  font-size: 113%;
}

.fz-114 {
  font-size: 114%;
}

.fz-115 {
  font-size: 115%;
}

.fz-116 {
  font-size: 116%;
}

.fz-117 {
  font-size: 117%;
}

.fz-118 {
  font-size: 118%;
}

.fz-119 {
  font-size: 119%;
}

.fz-120 {
  font-size: 120%;
}

.fz-121 {
  font-size: 121%;
}

.fz-122 {
  font-size: 122%;
}

.fz-123 {
  font-size: 123%;
}

.fz-124 {
  font-size: 124%;
}

.fz-125 {
  font-size: 125%;
}

.fz-126 {
  font-size: 126%;
}

.fz-127 {
  font-size: 127%;
}

.fz-128 {
  font-size: 128%;
}

.fz-129 {
  font-size: 129%;
}

.fz-130 {
  font-size: 130%;
}

.fz-131 {
  font-size: 131%;
}

.fz-132 {
  font-size: 132%;
}

.fz-133 {
  font-size: 133%;
}

.fz-134 {
  font-size: 134%;
}

.fz-135 {
  font-size: 135%;
}

.fz-136 {
  font-size: 136%;
}

.fz-137 {
  font-size: 137%;
}

.fz-138 {
  font-size: 138%;
}

.fz-139 {
  font-size: 139%;
}

.fz-140 {
  font-size: 140%;
}

.fz-141 {
  font-size: 141%;
}

.fz-142 {
  font-size: 142%;
}

.fz-143 {
  font-size: 143%;
}

.fz-144 {
  font-size: 144%;
}

.fz-145 {
  font-size: 145%;
}

.fz-146 {
  font-size: 146%;
}

.fz-147 {
  font-size: 147%;
}

.fz-148 {
  font-size: 148%;
}

.fz-149 {
  font-size: 149%;
}

.fz-150 {
  font-size: 150%;
}

.fz-151 {
  font-size: 151%;
}

.fz-152 {
  font-size: 152%;
}

.fz-153 {
  font-size: 153%;
}

.fz-154 {
  font-size: 154%;
}

.fz-155 {
  font-size: 155%;
}

.fz-156 {
  font-size: 156%;
}

.fz-157 {
  font-size: 157%;
}

.fz-158 {
  font-size: 158%;
}

.fz-159 {
  font-size: 159%;
}

.fz-160 {
  font-size: 160%;
}

.fz-161 {
  font-size: 161%;
}

.fz-162 {
  font-size: 162%;
}

.fz-163 {
  font-size: 163%;
}

.fz-164 {
  font-size: 164%;
}

.fz-165 {
  font-size: 165%;
}

.fz-166 {
  font-size: 166%;
}

.fz-167 {
  font-size: 167%;
}

.fz-168 {
  font-size: 168%;
}

.fz-169 {
  font-size: 169%;
}

.fz-170 {
  font-size: 170%;
}

.fz-171 {
  font-size: 171%;
}

.fz-172 {
  font-size: 172%;
}

.fz-173 {
  font-size: 173%;
}

.fz-174 {
  font-size: 174%;
}

.fz-175 {
  font-size: 175%;
}

.fz-176 {
  font-size: 176%;
}

.fz-177 {
  font-size: 177%;
}

.fz-178 {
  font-size: 178%;
}

.fz-179 {
  font-size: 179%;
}

.fz-180 {
  font-size: 180%;
}

.fz-181 {
  font-size: 181%;
}

.fz-182 {
  font-size: 182%;
}

.fz-183 {
  font-size: 183%;
}

.fz-184 {
  font-size: 184%;
}

.fz-185 {
  font-size: 185%;
}

.fz-186 {
  font-size: 186%;
}

.fz-187 {
  font-size: 187%;
}

.fz-188 {
  font-size: 188%;
}

.fz-189 {
  font-size: 189%;
}

.fz-190 {
  font-size: 190%;
}

.fz-191 {
  font-size: 191%;
}

.fz-192 {
  font-size: 192%;
}

.fz-193 {
  font-size: 193%;
}

.fz-194 {
  font-size: 194%;
}

.fz-195 {
  font-size: 195%;
}

.fz-196 {
  font-size: 196%;
}

.fz-197 {
  font-size: 197%;
}

.fz-198 {
  font-size: 198%;
}

.fz-199 {
  font-size: 199%;
}

.fz-200 {
  font-size: 200%;
}

/* -- font-weight --- */
.fw-b {
  font-weight: bold;
}

.fw-n {
  font-weight: normal;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-1000 {
  font-weight: 1000;
}

/* -- position --- */
.po-r {
  position: relative;
}

.po-a {
  position: absolute;
}

.po-f {
  position: fixed;
}

/* -- z-index --- */
.z-001 {
  z-index: 1;
}

.z-100 {
  z-index: 100;
}

.z-200 {
  z-index: 200;
}

.z-300 {
  z-index: 300;
}

.z-400 {
  z-index: 400;
}

.z-500 {
  z-index: 500;
}

.z-600 {
  z-index: 600;
}

.z-700 {
  z-index: 700;
}

.z-800 {
  z-index: 800;
}

.z-900 {
  z-index: 900;
}

.z-900 {
  z-index: 9000;
}

/* -- float --- */
.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

/* -- color --- */
.c-000 {
  color: #000;
}

.c-FFF {
  color: #FFF;
}

.c-F00 {
  color: #F00;
}

/* -- white-space --- */
.ws-n {
  white-space: nowrap;
}

/* -- col2 --- */
.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col2 > div,
.col2 > p {
  width: 50%;
}

/* line-height */
.lh-12 {
  line-height: 1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-14 {
  line-height: 1.4;
}

.lh-16 {
  line-height: 1.6;
}

.lh-18 {
  line-height: 1.8;
}

.lh-20 {
  line-height: 2;
}

.lh-22 {
  line-height: 2.2;
}

.lh-24 {
  line-height: 2.4;
}

.lh-26 {
  line-height: 2.6;
}

.lh-28 {
  line-height: 2.8;
}

.lh-30 {
  line-height: 3;
}

/* -----------------------------------------
	page-top
-----------------------------------------*/
#page-top {
  position: fixed;
  z-index: 9000;
  bottom: 0.5em;
  right: 0.5em;
  width: 2.5em;
}

#page-top.fixed {
  position: fixed !important;
}

@media (max-width: 750px) {
  #page-top {
    width: 4em;
  }
}
/* -----------------------------------------
contents
-----------------------------------------*/
#container {
  margin: auto;
  width: 100%;
  max-width: 750px;
}

#contents {
  margin: auto;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-size: 26px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: block;
  font-feature-settings: "palt";
  position: relative;
  color: #424140;
}

@media (max-width: 750px) {
  #contents {
    font-size: 3.5vw;
  }
}
.serif {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /* letter-spacing: 0.1em; */
  /* font-family: 'Noto Serif JP', serif; */
  /* font-family: 'Shippori Mincho', serif; */
}

#contents img {
  width: 100%;
  font-size: 0;
  line-height: 1;
  vertical-align: bottom;
  display: block;
}

.main {
  position: relative;
}

.main-title {
  position: relative;
  z-index: 10;
}

.main-img {
  position: absolute;
  z-index: 20;
}

.main-img-01 {
  left: 3%;
  top: 28.25%;
  width: 94%;
}

.main-img-02 {
  left: 0;
  top: 69%;
  width: 100%;
}

.fadein {
  opacity: 0;
  transform: translate(0, 2em);
  transition-duration: 1s;
  transition-delay: 0.5s;
}

.fadein.on {
  opacity: 1;
  transform: translate(0, 0);
}

.c-01 {
  color: #8CC046;
}

.c-02 {
  color: #D85B93;
}

.bg-01 {
  padding-bottom: 1px;
  background-color: #F5DFE7;
}

.bg-02 {
  padding-bottom: 1px;
  background-color: #F8F5F1;
}

.bg-03 {
  background-color: #EEE6DC;
  padding-bottom: 1px;
}

.bg-04 {
  background-color: #DDEBEF;
  padding-bottom: 1px;
}

.bg-05 {
  padding-bottom: 1px;
  background-color: #F8F5F1;
}

.pb0 {
  padding-bottom: 0;
}

.copy {
  position: relative;
  z-index: 30;
  text-align: center;
  margin-top: -2em;
  margin-bottom: 2em;
  line-height: 2;
  font-size: 115%;
}

.inner-01 {
  margin-left: 13.33%;
  margin-right: 13.33%;
}

.slide-wrap-01 {
  margin-top: -10em;
  padding-bottom: 2em;
}

.slide-wrap-02 {
  margin-top: 0em;
  padding-bottom: 2em;
}

.slide-wrap-03 {
  margin-top: -10em;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.slide-wrap-04 {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.slide-img {
  width: 107%;
  margin-left: -3.5%;
}

.slide-info {
  margin: 1em 7.5% 0;
}

.slide-text {
  font-size: 110%;
  font-weight: bold;
}

.slide-ico {
  margin-bottom: 0.5em;
}

.slide-ico span {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.1em 0.5em;
  font-weight: bold;
}

.slide-new {
  margin-bottom: 0.5em;
}

.slide-new.ib {
  display: inline-block;
  margin-bottom: 0;
}

.slide-new span {
  background-color: #F25512;
  color: #FFF;
  padding: 0.1em 0.5em;
  font-weight: bold;
}

.slide-new.ib span {
  line-height: 1;
  padding: 0 0.25em;
}

.box-01 {
  position: relative;
}

.box-01-bg {
  position: relative;
  z-index: 10;
}

.box-01-on {
  position: absolute;
  z-index: 20;
  width: 62%;
  left: 18%;
  top: 50%;
}

.box-02-on {
  position: absolute;
  z-index: 20;
  width: 100%;
  text-align: center;
  left: 0;
  top: 39%;
}

.bdr {
  background: linear-gradient(transparent 80%, #E56B2D 80%);
}

.bdr-02 {
  background: linear-gradient(transparent 80%, #D85B93 80%);
}

.btn-01 {
  margin: 0 5%;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #EB6762;
  color: #FFF;
  padding: 1em;
  border-radius: 100px;
  font-size: 140%;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center right 0.75em;
  background-size: 1em;
  background-image: url(../img/250120/arrow.webp);
}

.btn-01:hover {
  color: #FFF;
}

.list-01 {
  padding: 2em 0 1em;
}

.list-01 li {
  font-size: 90%;
  text-indent: -1em;
  margin-left: 1em;
}

.inner-02 {
  padding: 0 15%;
  background-size: contain;
  background-position: center top;
  background-repeat: repeat-y;
  background-image: url(../img/250120/img-10.webp);
}

#globalHeader {
  position: relative;
  z-index: 3000;
}

.mv-wrap {
  background-color: #F5DFE7;
}

.mv-left img,
.mv-right img,
.nav-sp img,
.nav-sp-btn img {
  width: 100%;
  display: block;
  line-height: 1;
}

.mv-left,
.mv-right {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 100%;
  width: calc(50% - 375px);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

.mv-left {
  left: 0;
  background-image: url(../img/250120/mv-01.webp);
}

.mv-right {
  right: 0;
  background-image: url(../img/250120/mv-02.webp);
}

.mv-top {
  position: relative;
}

.mv-contents {
  background-color: #FFF;
  position: relative;
  z-index: 2000;
}

.mv-text {
  margin: 46% 10% 2em 33%;
  position: relative;
  z-index: 100;
}

.nav-pc {
  margin: 38% 35% 0 10%;
  position: relative;
  z-index: 20;
}

.nav-pc a:hover,
.nav-sp a:hover,
.nav-sp-open a:hover {
  opacity: 1;
}

.mv-btm2 {
  position: relative;
  z-index: 10;
  margin-top: -20%;
}

@media screen and (min-width: 751px) and (max-width: 1400px) {
  .mv-left {
    width: calc(100% - 600px);
  }
  .mv-right {
    display: none;
  }
  #contents {
    margin: 0 0 0 calc(100% - 600px) !important;
    width: 600px !important;
    font-size: 20px;
  }
}
.nav-sp-open {
  position: fixed;
  z-index: 2800;
  right: 1em;
  bottom: 1em;
  width: 5em;
  display: none;
}

.nav-sp {
  position: fixed;
  z-index: 2900;
  right: 0;
  top: 0;
  width: 600px;
  display: none;
  background-color: #F5DFE7;
  height: 100%;
  transform: translateX(100%);
  transition-duration: 0.25s;
}

.nav-sp.on {
  transform: translateX(0);
}

.nav-sp-in {
  padding-top: 5em;
  position: relative;
}

.nav-sp-close {
  position: absolute;
  right: 5%;
  top: 7.5%;
  width: 3em;
}

@media (max-width: 1400px) {
  .nav-sp-open {
    display: block;
  }
  .nav-sp {
    display: block;
  }
}
@media (max-width: 640px) {
  .nav-sp-open {
    width: 4em;
  }
  .nav-sp {
    width: 100%;
  }
  .nav-sp-close {
    width: 2.5em;
    top: 10%;
  }
}
/*
	Layouts
	-general
*/
/***********************************************
** section
***********************************************/
.l-section {
  position: relative;
  z-index: 0;
}
.l-section-header {
  display: none;
  position: fixed;
  inset: 0;
  background: url("../img/0119/outline_bg.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
.l-section-contents {
  position: relative;
  margin-inline: auto;
  min-height: 100svh;
  width: 100%;
  max-width: 750px;
  box-shadow: 0 2px 20px rgb(0 0 0 / 0.35);
  z-index: 10;
  overflow-x: clip;
}

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .l-section-header {
    display: block;
  }
  .l-section-contents {
    margin-inline: auto 0;
    width: 500px;
  }
}
@media print, screen and (min-width: 1025px) {
  .l-section-header {
    display: block;
  }
  .l-section-contents {
    margin-inline: auto 24%;
    width: 500px;
  }
}
/***********************************************
** outline
***********************************************/
.p-outline {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% - 250px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-outline::-webkit-scrollbar {
  display: none;
}
.p-outline.left {
  left: 0;
}
.p-outline.right {
  align-content: self center;
  right: 0;
  padding-block: 2rem;
}
.p-outline-logo {
  width: calc(100% - 500px - 24%);
  height: 40%;
}
.p-outline-logo__txt {
  width: 50%;
}
.p-outline-nav {
  margin: auto;
  width: 24%;
}
.p-outline-nav > nav {
  padding: 7.8049% 7.3171% 6.1789%;
  width: 72.4706%;
  background-color: rgb(202 74 72 / 1);
}
.p-outline-nav-list {
  position: relative;
}
.p-outline-nav-item {
  position: relative;
  padding-block: 7.2391% 0;
  font-size: 0;
}
.p-outline-nav-item__illust {
  position: absolute;
}
.p-outline-nav-item:first-child {
  padding-top: unset;
}
.p-outline-nav-item:first-child .p-outline-nav-item__illust {
  top: -27%;
  right: -13%;
  width: 23.5773%;
}
.p-outline-nav-item:nth-child(2) .p-outline-nav-item__illust {
  top: 0;
  left: -21%;
  width: 25.2033%;
}
.p-outline-nav-item-content {
  margin-top: 3%;
  padding: 6.6056% 3.8533%;
  background-color: rgb(255 255 255 / 1);
}
.p-outline-nav-item-content[data-category=top] .p-outline-nav-item-content-list > li + li {
  border-top: 1px solid rgb(202 74 72 / 1);
}
.p-outline-nav-item-content[data-category=top] .p-outline-nav-item-content-item {
  font-size: 0;
  padding-block: 3.9762%;
}
.p-outline-nav-item-content[data-category=top] .p-outline-nav-item-content-item:first-child {
  padding-top: unset;
}
.p-outline-nav-item-content[data-category=top] .p-outline-nav-item-content-item:last-child {
  padding-bottom: unset;
}
.p-outline-nav-item-content[data-category=tokimeki] .p-outline-nav-item-content-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: 47.515% 45.5269%;
  justify-content: space-between;
}
.p-outline-nav-item-content[data-category=tokimeki] .p-outline-nav-item-content-item {
  font-size: 0;
  border-bottom: 1px solid rgb(202 74 72 / 1);
}
.p-outline-nav-item-content[data-category=tokimeki] .p-outline-nav-item-content-item:nth-child(odd) {
  padding-block: 8.3683%;
}
.p-outline-nav-item-content[data-category=tokimeki] .p-outline-nav-item-content-item:nth-child(even) {
  padding-block: 8.7337%;
}
.p-outline-nav-item-content[data-category=tokimeki] .p-outline-nav-item-content-item:nth-child(1), .p-outline-nav-item-content[data-category=tokimeki] .p-outline-nav-item-content-item:nth-child(6) {
  padding-top: unset;
}
.p-outline-nav-item-content[data-category=tokimeki] .p-outline-nav-item-content-item:nth-child(11) {
  padding-bottom: unset;
}
.p-outline-nav__return {
  margin-top: 8.0809%;
  font-size: 0;
}
.p-outline-nav__return a {
  display: block;
}

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .p-outline {
    width: calc(100% - 500px);
    height: 50%;
  }
  .p-outline.right {
    opacity: 0;
    visibility: hidden;
  }
  .p-outline-logo__txt {
    width: 80%;
  }
}
/***********************************************
** header
***********************************************/
html.is-fixed,
body.is-fixed {
  overflow: hidden !important;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 2.2667% 1.8667%;
  pointer-events: none;
  z-index: 5000;
}
.l-header .p-header-btn {
  position: relative;
  display: block;
  margin-inline: auto 0;
  width: 12.0499%;
  aspect-ratio: 1;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  z-index: 2;
  pointer-events: all;
}
.l-header .p-header-btn > img {
  width: 100%;
}
.l-header .p-header-btn.is-show, .l-header .p-header-btn:focus-within {
  opacity: 1;
  visibility: visible;
}
.l-header .p-header-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 93.3334%;
  transform: translateX(100%);
  padding: 5.46667% 7.0667% 9.0667%;
  min-height: 100svh;
  max-height: 100svh;
  background-color: rgb(202 74 72 / 1);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease-in-out;
  overflow-y: auto;
  pointer-events: all;
  z-index: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-header .p-header-nav::-webkit-scrollbar {
  display: none;
}
.l-header .p-header-nav.is-show {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.l-header .p-header-nav-list {
  position: relative;
  padding-block: 11.1429% 13.4286%;
  background: url(../img/0119/hamburger_nav_list_ornament.svg), url(../img/0119/hamburger_nav_list_ornament.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
}
.l-header .p-header-nav-list > li + li {
  border-top: 1px solid rgb(255 255 255 / 1);
}
.l-header .p-header-nav-item {
  padding-block: 7.2391%;
  margin-inline: auto;
  width: 95.4546%;
}
.l-header .p-header-nav-item:first-child {
  padding-top: unset;
}
.l-header .p-header-nav-item:last-child {
  padding-bottom: unset;
}
.l-header .p-header-nav-item .accordion__btn {
  position: relative;
  display: block;
  width: 100%;
}
.l-header .p-header-nav-item .accordion__btn > img {
  width: 100%;
}
.l-header .p-header-nav-item .accordion__btn::before, .l-header .p-header-nav-item .accordion__btn::after {
  --_border-radius: 100vmax;
  content: "";
  position: absolute;
  bottom: calc((22 / 750) * 100vw);
  right: 0;
  width: 3.8801%;
  aspect-ratio: 22/2;
  background-color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius);
}
.l-header .p-header-nav-item .accordion__btn::after {
  transform: rotate(90deg);
}
.l-header .p-header-nav-item .accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-in;
}
.l-header .p-header-nav-item .accordion__inner {
  padding-inline: 2.6456% 1.2346%;
  transition: padding-top 0.4s ease-in;
  overflow: hidden;
}
.l-header .p-header-nav-item .accordion__area {
  margin-top: 6.3493%;
  padding: 6.6056% 3.8533%;
  background-color: rgb(255 255 255 / 1);
}
.l-header .p-header-nav-item .accordion:has(button[aria-expanded=true]) .accordion__content {
  grid-template-rows: 1fr;
}
.l-header .p-header-nav-item-accordion[data-category=top] .p-header-nav-item-accordion-list > li + li {
  border-top: 1px solid rgb(202 74 72 / 1);
}
.l-header .p-header-nav-item-accordion[data-category=top] .p-header-nav-item-accordion-item {
  font-size: 0;
  padding-block: 3.9762%;
}
.l-header .p-header-nav-item-accordion[data-category=top] .p-header-nav-item-accordion-item:first-child {
  padding-top: unset;
}
.l-header .p-header-nav-item-accordion[data-category=top] .p-header-nav-item-accordion-item:last-child {
  padding-bottom: unset;
}
.l-header .p-header-nav-item-accordion[data-category=tokimeki] .p-header-nav-item-accordion-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: 47.515% 45.5269%;
  justify-content: space-between;
}
.l-header .p-header-nav-item-accordion[data-category=tokimeki] .p-header-nav-item-accordion-item {
  font-size: 0;
  border-bottom: 1px solid rgb(202 74 72 / 1);
}
.l-header .p-header-nav-item-accordion[data-category=tokimeki] .p-header-nav-item-accordion-item:nth-child(odd) {
  padding-block: 8.3683%;
}
.l-header .p-header-nav-item-accordion[data-category=tokimeki] .p-header-nav-item-accordion-item:nth-child(even) {
  padding-block: 8.7337%;
}
.l-header .p-header-nav-item-accordion[data-category=tokimeki] .p-header-nav-item-accordion-item:nth-child(1), .l-header .p-header-nav-item-accordion[data-category=tokimeki] .p-header-nav-item-accordion-item:nth-child(6) {
  padding-top: unset;
}
.l-header .p-header-nav-item-accordion[data-category=tokimeki] .p-header-nav-item-accordion-item:nth-child(11) {
  padding-bottom: unset;
}
.l-header .p-header-nav-item > a {
  display: block;
}
.l-header .p-header-nav__return {
  margin-top: 8.0809%;
  font-size: 0;
}
.l-header .p-header-nav__return a {
  display: block;
  margin-inline: auto;
  width: 12.7947%;
}
.l-header .p-header-mask {
  position: fixed;
  inset: 0;
  background-color: rgb(0 0 0 / 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  pointer-events: all;
  z-index: 0;
}
.l-header .p-header-mask.is-show {
  opacity: 1;
  visibility: visible;
}

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .l-header {
    left: unset;
    width: 500px;
  }
  .l-header .p-header-nav-item .accordion__btn::before, .l-header .p-header-nav-item .accordion__btn::after {
    bottom: calc((22 / 750 * 500) * 1px);
  }
}
@media print, screen and (min-width: 1025px) {
  .l-header {
    display: none;
  }
}
/*
	Components
	-modal
*/
.splide__track {
  margin-inline: auto;
}
.splide__list {
  margin: unset;
}
.splide__slide .ttl {
  opacity: 0;
  visibility: hidden;
}
.splide__slide .visual img {
  transform: scale(0.74339);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  transform-style: preserve-3d;
}
.splide__slide .info {
  opacity: 0;
  visibility: hidden;
}
.splide__slide .block {
  transform: scale(0.74339);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: center top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  transform-style: preserve-3d;
}
.splide__slide.is-active .ttl {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.splide__slide.is-active .visual img {
  transform: scale(1);
}
.splide__slide.is-active .info {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.splide__slide.is-active .block {
  transform: scale(1);
}
.splide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.splide__arrows.p-world-arrows {
  top: 38.6%;
}
.splide__arrows.p-japanese-arrows {
  top: 41.6%;
}
.splide__arrows.p-sweets-arrows {
  top: 34.6%;
}
.splide__arrows.p-chocolate-arrows {
  top: 41%;
}
.splide__arrows.p-weekend-arrows {
  top: 37%;
}
.splide__arrows.p-meguru-arrows {
  top: 28%;
}
.splide__arrow {
  width: 5.3334%;
  aspect-ratio: 1;
  pointer-events: all;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--prev {
  position: absolute;
  left: 9.6667%;
  background-image: url("../img/0119/icon_slide_arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.splide__arrow--next {
  position: absolute;
  right: 9.6667%;
  transform: scaleX(-1);
  background-image: url("../img/0119/icon_slide_arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.splide__pagination {
  position: absolute;
  left: 0;
  right: 0;
}
.splide__pagination.p-world-pagination {
  top: 73%;
}
.splide__pagination.p-japanese-pagination {
  top: 77%;
}
.splide__pagination.p-sweets-pagination {
  top: 79%;
}
.splide__pagination.p-chocolate-pagination {
  top: 81%;
}
.splide__pagination.p-weekend-pagination {
  top: 68%;
}
.splide__pagination.p-meguru-pagination {
  top: 63%;
}
.splide__pagination.p-floor-b1-pagination {
  position: relative;
  margin-top: 4.5334%;
}
.splide__pagination.p-floor-1f-pagination {
  position: relative;
  margin-top: 4.5334%;
}
.splide__pagination.p-floor-2f-pagination {
  position: relative;
  margin-top: 4.5334%;
}
.splide__pagination.p-floor-3f-pagination {
  position: relative;
  margin-top: 4.5334%;
}
.splide__pagination.p-floor-4f-pagination {
  position: relative;
  margin-top: 4.5334%;
}
.splide__pagination.p-floor-5f-pagination {
  position: relative;
  margin-top: 4.5334%;
}
.splide__pagination.p-floor-6f-pagination {
  position: relative;
  margin-top: 4.5334%;
}
.splide__pagination.p-floor-7f-pagination {
  position: relative;
  margin-top: 4.5334%;
}
.splide__pagination.p-floor-8f-pagination {
  position: relative;
  margin-top: 4.5334%;
}
.splide__pagination.p-floor-2f-new-pagination {
  position: relative;
  margin-top: 4.5334%;
}
.splide__pagination li {
  font-size: 0;
}
.splide__pagination__page {
  --_border-radius: 100vmax;
  opacity: 1;
  background: none;
  margin-inline: 4px;
  width: calc((43 / 750) * 100vw);
  aspect-ratio: 43/6;
  border-radius: var(--_border-radius);
  background-color: rgb(178 178 178 / 1);
}
.splide__pagination__page.is-active {
  background-color: rgb(0 0 0 / 1);
}

@media screen and (min-width: 751px) {
  .splide__pagination__page {
    width: calc((43 / 750 * 500) * 1px);
  }
}
/*
	Animation
	-an-main
*/
.fadeIn {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 0.6em;
  opacity: 0;
}
.fadeIn.is-show {
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
  translate: 0;
  opacity: 1;
}

@-webkit-keyframes flow-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes flow-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes position-wiggle {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(10px, -5px);
  }
  50% {
    transform: translate(-15px, 15px);
  }
  75% {
    transform: translate(5px, -10px);
  }
}
@keyframes position-wiggle {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(10px, -5px);
  }
  50% {
    transform: translate(-15px, 15px);
  }
  75% {
    transform: translate(5px, -10px);
  }
}
@-webkit-keyframes rotate-wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(4deg);
  }
  70% {
    transform: rotate(-5deg);
  }
}
@keyframes rotate-wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(4deg);
  }
  70% {
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes yurayura {
  0% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  80% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  80% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@-webkit-keyframes katakata {
  0% {
    transform: translate(2px, 0);
  }
  50% {
    transform: translate(-2px, 0);
  }
  100% {
    transform: translate(-2px, 0);
  }
}
@keyframes katakata {
  0% {
    transform: translate(2px, 0);
  }
  50% {
    transform: translate(-2px, 0);
  }
  100% {
    transform: translate(-2px, 0);
  }
}
@-webkit-keyframes katakata-reverse {
  0% {
    transform: translate(-2px, 0);
  }
  50% {
    transform: translate(2px, 0);
  }
  100% {
    transform: translate(2px, 0);
  }
}
@keyframes katakata-reverse {
  0% {
    transform: translate(-2px, 0);
  }
  50% {
    transform: translate(2px, 0);
  }
  100% {
    transform: translate(2px, 0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 5px);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 5px);
  }
}
@-webkit-keyframes pot {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes pot {
  0% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@-webkit-keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(0.96, 0.96);
  }
  95% {
    transform: scale(1.02, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(0.96, 0.96);
  }
  95% {
    transform: scale(1.02, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
[data-animate-category=translate] {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  translate: 0 1em;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out-cubic), translate 0.8s var(--ease-out-cubic);
}
[data-animate-category=translate].is-show {
  translate: 0;
  opacity: 1;
}

[data-animate-category=rotate] {
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform: rotateY(-90deg);
  transition: opacity 0.6s var(--ease-out-cubic), transform 0.6s var(--ease-out-cubic);
}
[data-animate-category=rotate].is-show {
  opacity: 1;
  transform: rotateY(0deg);
}

[data-animate-category=fade] {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

[data-animate-category=fade].is-show {
  opacity: 1;
}

/*
	Pages
	-home
*/
.new {
  padding: 0 calc((12 / 750) * 100vw) calc((2 / 750) * 100vw);
  font-size: calc((25 / 750) * 100vw);
  line-height: 1;
  font-weight: 500;
  color: rgb(255 255 255 / 1);
  background-color: rgb(236 86 20 / 1);
  text-transform: uppercase;
}

@media screen and (min-width: 751px) {
  .new {
    padding: 0 calc((12 / 750 * 500) * 1px) calc((2 / 750 * 500) * 1px);
    font-size: calc((25 / 750 * 500) * 1px);
  }
}
.l-end {
  padding-block: 8% 10%;
  background-color: rgb(202 74 72 / 1);
}
.l-end .p-end-list {
  margin-inline: auto;
  width: 85.86667%;
}
.l-end .p-end-item:not(:first-child) {
  margin-top: 4.2667%;
}
.l-end .p-end-item a {
  display: block;
}
.l-end .p-end-btn {
  margin: 12% auto 0;
  width: 80.2667%;
}
.l-end .p-end-btn a {
  display: block;
}
.l-end .p-end-note {
  margin: 20% auto 0;
  width: 77.33334%;
}
.l-end .p-end-note-item {
  text-indent: -1em;
  margin-left: 1em;
  font-size: calc((24 / 750) * 100vw);
  line-height: 1.25;
  color: rgb(255 255 255 / 1);
}
.l-end .p-end-note-item p {
  display: inline-block;
  line-height: 1;
}
.l-end .p-end-note-item .new {
  display: block;
  padding-inline: 1.25em 0.25em;
}

@media screen and (min-width: 751px) {
  .l-end .p-end-note-item {
    font-size: calc((24 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-hero {
  padding-block: 0 20.6667%;
  background-color: rgb(255 246 207 / 1);
}
.valentine2026.home .l-hero .p-hero-flow {
  background: url(../img/0119/hero_flow_bg.svg) rgb(202 74 72 / 1);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(0);
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.valentine2026.home .l-hero .p-hero-flow-content {
  display: flex;
  width: 100%;
}
.valentine2026.home .l-hero .p-hero-flow-content-list {
  display: flex;
  -webkit-animation: flow-loop 10s linear infinite;
          animation: flow-loop 10s linear infinite;
}
.valentine2026.home .l-hero .p-hero-flow-content-item {
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
}
.valentine2026.home .l-hero .p-hero-flow-content-item img {
  display: block;
  margin-left: -1px;
  height: calc((93 / 750) * 100vw);
}
.valentine2026.home .l-hero .p-hero__txt {
  margin-top: 5.6%;
  font-size: calc((31 / 750) * 100vw);
  line-height: 1.9033;
  font-weight: 700;
  color: rgb(86 43 34 / 1);
  font-feature-settings: "palt";
  text-align: center;
}
.valentine2026.home .l-hero .p-hero-animate {
  padding-block: 13.2% 0;
  background-color: rgb(223 176 144 / 1);
  background: linear-gradient(rgb(223 176 144 / 1) 80%, transparent 20%);
}
.valentine2026.home .l-hero .p-hero-animate-lottie {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-hero .p-hero-flow-content-item img {
    height: calc((93 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-hero .p-hero__txt {
    font-size: calc((31 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-menu {
  padding-block: 9.7334% 15.4667%;
  background-color: rgb(207 74 72 / 1);
}
.valentine2026.home .l-menu .p-menu-heading {
  margin-inline: auto;
  width: 85.86667%;
}
.valentine2026.home .l-menu .p-menu-list {
  margin: 2.4% auto 0;
  width: 85.86667%;
}
.valentine2026.home .l-menu .p-menu-item:not(:first-child) {
  margin-top: 4.2667%;
}
.valentine2026.home .l-menu .p-menu-item a {
  display: block;
}
.valentine2026.home .l-info {
  position: relative;
  padding-block: 0 21.8667%;
  background-color: rgb(219 170 141 / 1);
}
.valentine2026.home .l-info .p-info-flow {
  background: url(../img/0119/info_flow_bg.svg) rgb(135 88 61 / 1);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(0);
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.valentine2026.home .l-info .p-info-flow-content {
  display: flex;
  width: 100%;
}
.valentine2026.home .l-info .p-info-flow-content-list {
  display: flex;
  -webkit-animation: flow-loop 10s linear infinite;
          animation: flow-loop 10s linear infinite;
}
.valentine2026.home .l-info .p-info-flow-content-item {
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
}
.valentine2026.home .l-info .p-info-flow-content-item img {
  display: block;
  margin-left: -1px;
  height: calc((93 / 750) * 100vw);
}
.valentine2026.home .l-info .p-info-heading {
  position: absolute;
  top: calc((420 / 750) * 100vw);
  left: 0;
  right: 0;
}
.valentine2026.home .l-info .p-info-heading__sub {
  margin-top: 3.4667%;
}
.valentine2026.home .l-info .p-info-animate-lottie {
  width: 100%;
  aspect-ratio: 750/1320;
  overflow: hidden;
  pointer-events: none;
}
.valentine2026.home .l-info .p-info-note {
  margin-top: 1.0667%;
  font-size: calc((20 / 750) * 100vw);
  line-height: 1.25;
  color: rgb(86 43 34 / 1);
  font-feature-settings: "palt";
  text-align: center;
}
.valentine2026.home .l-info .p-info__txt {
  font-size: calc((30 / 750) * 100vw);
  line-height: 2;
  color: rgb(86 43 34 / 1);
  text-align: center;
}
.valentine2026.home .l-info .p-info-nav {
  margin: 23.7334% auto 0;
}
.valentine2026.home .l-info .p-info-nav-list {
  position: relative;
  padding-block: 9.6%;
  display: grid;
  grid-template-columns: repeat(3, 29.9704%);
  justify-content: space-between;
  row-gap: calc((35 / 750) * 100vw);
  margin-inline: auto;
  width: 89.8667%;
  background-image: url(../img/0119/category_list_ornament.svg), url(../img/0119/category_list_ornament.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
}
.valentine2026.home .l-info .p-info-nav-item a {
  position: relative;
  display: block;
}
.valentine2026.home .l-info .p-info-nav-item a::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity transition-durations(normal) cubic-bezier(0.25, 1, 0.5, 1), visibility transition-durations(normal) cubic-bezier(0.25, 1, 0.5, 1);
}
.valentine2026.home .l-info .p-info-nav-item a:focus-visible {
  opacity: 1;
}
.valentine2026.home .l-info .p-info-nav-item a:focus-visible::before {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .valentine2026.home .l-info .p-info-nav-item a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .valentine2026.home .l-info .p-info-nav-item a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .valentine2026.home .l-info .p-info-nav-item a:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .valentine2026.home .l-info .p-info-nav-item a:where(:-webkit-any-link, :enabled, summary):hover::before {
    opacity: 1;
    visibility: visible;
  }
  .valentine2026.home .l-info .p-info-nav-item a:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 1;
    visibility: visible;
  }
  .valentine2026.home .l-info .p-info-nav-item a:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
    visibility: visible;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .valentine2026.home .l-info .p-info-nav-item a.touch-active {
      opacity: 1;
    }
    .valentine2026.home .l-info .p-info-nav-item a.touch-active::before {
      opacity: 1;
      visibility: visible;
    }
  }
}
.valentine2026.home .l-info .p-info-nav-item:nth-child(1) a::before {
  background-image: url(../img/0119/category_item_01_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-info .p-info-nav-item:nth-child(2) a::before {
  background-image: url(../img/0119/category_item_02_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-info .p-info-nav-item:nth-child(3) a::before {
  background-image: url(../img/0119/category_item_03_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-info .p-info-nav-item:nth-child(4) a::before {
  background-image: url(../img/0119/category_item_04_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-info .p-info-nav-item:nth-child(5) a::before {
  background-image: url(../img/0119/category_item_05_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-info .p-info-nav-item:nth-child(6) a::before {
  background-image: url(../img/0119/category_item_06_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-info .p-info-heading {
    top: calc((420 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-info .p-info-flow-content-item img {
    height: calc((93 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-info .p-info-note {
    font-size: calc((20 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-info .p-info__txt {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-info .p-info-nav-list {
    row-gap: calc((35 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-world {
  padding-block: 10% 12%;
  background: url(../img/world_bg.svg) rgb(16 0 72 / 1);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.valentine2026.home .l-world .p-world-heading__txt {
  margin: 5.4667% auto 0;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.8667;
  font-weight: 500;
  color: rgb(255 255 255 / 1);
  text-align: center;
}
.valentine2026.home .l-world .p-world-heading__place {
  --_border-radius: 100vmax;
  display: grid;
  place-content: center;
  margin: 5.0667% auto 0;
  width: 43.8667%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: rgb(204 58 62 / 1);
  background-color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius);
}
.valentine2026.home .l-world .p-world-content {
  margin-top: 11.46667%;
  padding-block: 16.6667%;
  background: url(../img/world_content_bg.webp) rgb(255 255 255 / 1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.valentine2026.home .l-world .p-world-item {
  width: 66.5334% !important;
}
.valentine2026.home .l-world .p-world-item-info {
  margin: 16.8337% auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.valentine2026.home .l-world .p-world-item-info.wide {
  padding-inline: 13.3334%;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
.valentine2026.home .l-world .p-world-item-info__place {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(16 0 72 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-world .p-world-item-info__place .new {
  display: inline-block;
  margin-left: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.valentine2026.home .l-world .p-world-item-info__name {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(16 0 72 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-world .p-world-item-info-note {
  font-size: calc((23 / 750) * 100vw);
  line-height: 1.5218;
  color: rgb(16 0 72 / 1);
  font-feature-settings: "palt";
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-world .p-world-heading__txt {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-world .p-world-heading__place {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-world .p-world-item-info.wide {
    margin-inline: -25%;
    width: 500px;
  }
  .valentine2026.home .l-world .p-world-item-info__place {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-world .p-world-item-info__name {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-world .p-world-item-info-note {
    font-size: calc((23 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-japanese {
  padding-block: 17.7334% 16.1334%;
  background: url(../img/0119/japanese_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine2026.home .l-japanese .p-japanese-heading__txt {
  margin: 2.8% auto 0;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.8667;
  font-weight: 500;
  color: rgb(255 255 255 / 1);
  text-align: center;
}
.valentine2026.home .l-japanese .p-japanese-heading__place {
  --_border-radius: 100vmax;
  display: grid;
  place-content: center;
  margin: 4.8% auto 0;
  width: 43.8667%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: rgb(245 85 83 / 1);
  background-color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius);
}
.valentine2026.home .l-japanese .p-japanese-content {
  margin-top: 12.4%;
  padding-block: 6.2667%;
  background-color: rgb(255 255 255 / 1);
}
.valentine2026.home .l-japanese .p-japanese-item {
  width: 69.0667% !important;
}
.valentine2026.home .l-japanese .p-japanese-item__ttl {
  margin: 0 0 -19.3051% calc((-6 / 750) * 100vw);
  width: calc((530 / 750) * 100vw);
}
.valentine2026.home .l-japanese .p-japanese-item-info {
  margin: 16.2163% auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: calc((185 / 750) * 100vw);
}
.valentine2026.home .l-japanese .p-japanese-item-info__place {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(245 85 83 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-japanese .p-japanese-item-info__place .new {
  display: inline-block;
  margin-right: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.valentine2026.home .l-japanese .p-japanese-item-info__name {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(245 85 83 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-japanese .p-japanese-item-info__name .limited {
  --_border-size: 1px;
  display: inline-grid;
  align-content: center;
  block-size: 1lh;
  padding-inline: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 90%;
  font-weight: 400;
  border: var(--_border-size) solid;
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-japanese .p-japanese-heading__txt {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-japanese .p-japanese-heading__place {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-japanese .p-japanese-item__ttl {
    margin-left: calc((-6 / 750 * 500) * 1px);
    width: calc((530 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-japanese .p-japanese-item-info {
    min-height: calc((185 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-japanese .p-japanese-item-info__place {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-japanese .p-japanese-item-info__name {
    font-size: calc((25 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-sweets {
  padding-block: 13.0667% 0;
  background: url(../img/sweets_bg.svg) rgb(236 156 162 / 1);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}
.valentine2026.home .l-sweets .p-sweets-heading {
  padding-bottom: 22.2667%;
}
.valentine2026.home .l-sweets .p-sweets-heading__txt {
  margin: 4.2667% auto 0;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.8667;
  font-weight: 500;
  color: rgb(0 0 0 / 1);
  text-align: center;
}
.valentine2026.home .l-sweets .p-sweets-heading__place {
  --_border-radius: 100vmax;
  display: grid;
  place-content: center;
  margin: 5.3334% auto 0;
  width: 43.8667%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: rgb(234 116 128 / 1);
  background-color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius);
}
.valentine2026.home .l-sweets .p-sweets-content {
  position: relative;
  margin-top: 12%;
  padding-block: 0 18.6667%;
  background: url(../img/0119/sweets_content_bg.svg);
  background-repeat: no-repeat;
  background-size: 16.5334% auto;
  background-position: right bottom calc((188 / 750) * 100vw);
}
.valentine2026.home .l-sweets .p-sweets-item {
  width: 75.0667% !important;
}
.valentine2026.home .l-sweets .p-sweets-item-info {
  margin: 14.9201% auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: calc((148 / 750) * 100vw);
}
.valentine2026.home .l-sweets .p-sweets-item-info__place {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(0 0 0 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-sweets .p-sweets-item-info__place .new {
  display: inline-block;
  margin-right: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.valentine2026.home .l-sweets .p-sweets-item-info__name {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(0 0 0 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-sweets .p-sweets-item-info__name .limited {
  --_border-size: 1px;
  display: inline-grid;
  align-content: center;
  block-size: 1lh;
  padding-inline: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 90%;
  font-weight: 400;
  border: var(--_border-size) solid;
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-sweets .p-sweets-heading__txt {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-sweets .p-sweets-heading__place {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-sweets .p-sweets-content {
    background-position: right bottom calc((188 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-sweets .p-sweets-item-info {
    min-height: calc((148 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-sweets .p-sweets-item-info__place {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-sweets .p-sweets-item-info__name {
    font-size: calc((25 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-chocolate {
  padding-block: 0 20.2667%;
  background: url(../img/0119/chocolate_bg.svg) rgb(255 254 171 / 1);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}
.valentine2026.home .l-chocolate .p-chocolate-heading__txt {
  margin: 3.8667% auto 0;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.8667;
  font-weight: 500;
  color: rgb(108 80 85 / 1);
  text-align: center;
}
.valentine2026.home .l-chocolate .p-chocolate-heading__place {
  --_border-radius: 100vmax;
  display: grid;
  place-content: center;
  margin: 5.3334% auto 0;
  width: 43.8667%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: rgb(71 175 152 / 1);
  background-color: rgb(255 255 255 / 1);
  border-radius: var(--_border-radius);
}
.valentine2026.home .l-chocolate .p-chocolate-content {
  position: relative;
  padding-top: 10%;
  background: url(../img/0119/chocolate_content_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top;
}
.valentine2026.home .l-chocolate .p-chocolate-item {
  position: relative;
  width: 84% !important;
}
.valentine2026.home .l-chocolate .p-chocolate-item__ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.valentine2026.home .l-chocolate .p-chocolate-item-info {
  margin: 13.3334% auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: calc((112 / 750) * 100vw);
}
.valentine2026.home .l-chocolate .p-chocolate-item-info__place {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(0 0 0 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-chocolate .p-chocolate-item-info__place .new {
  display: inline-block;
  margin-right: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.valentine2026.home .l-chocolate .p-chocolate-item-info__name {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(0 0 0 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-chocolate .p-chocolate-item-info-note {
  font-size: calc((23 / 750) * 100vw);
  line-height: 1.5218;
  color: rgb(0 0 0 / 1);
  font-feature-settings: "palt";
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-chocolate .p-chocolate-heading__txt {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-chocolate .p-chocolate-heading__place {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-chocolate .p-chocolate-content {
    background-position: right top;
  }
  .valentine2026.home .l-chocolate .p-chocolate-item-info {
    min-height: calc((112 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-chocolate .p-chocolate-item-info__place {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-chocolate .p-chocolate-item-info__name {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-chocolate .p-chocolate-item-info-note {
    font-size: calc((23 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-weekend {
  padding-block: 11.4667%;
  background: url(../img/0119/weekend_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine2026.home .l-weekend .p-weekend-content {
  margin-inline: auto;
  padding-block: 12.1334% 13%;
  width: 88.2667%;
  border-radius: calc((48 / 750) * 100vw);
  background-color: rgb(255 255 255 / 1);
}
.valentine2026.home .l-weekend .p-weekend-heading__txt {
  margin: 5.2871% auto 0;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.8667;
  font-weight: 500;
  color: rgb(168 121 91 / 1);
  text-align: center;
}
.valentine2026.home .l-weekend .p-weekend-heading__place {
  --_border-radius: 100vmax;
  --_border-size: 1px;
  display: grid;
  place-content: center;
  margin: 3.3233% auto 0;
  width: 43.8667%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: rgb(168 121 91 / 1);
  background-color: transparent;
  border: var(--_border-size) solid;
  border-radius: var(--_border-radius);
}
.valentine2026.home .l-weekend .p-weekend-slide {
  margin: 7.0997% calc(50% - 50vw) 0;
  width: 100vw;
}
.valentine2026.home .l-weekend .p-weekend-item {
  position: relative;
  width: 84% !important;
}
.valentine2026.home .l-weekend .p-weekend-item__date {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.3969%;
  z-index: 1;
}
.valentine2026.home .l-weekend .p-weekend-item-visual {
  padding-top: calc((57 / 750) * 100vw);
  min-height: calc((620 / 750) * 100vw);
}
.valentine2026.home .l-weekend .p-weekend-item-info {
  margin: 13.3334% auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: calc((260 / 750) * 100vw);
}
.valentine2026.home .l-weekend .p-weekend-item-info__place {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(168 121 91 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-weekend .p-weekend-item-info__place .new {
  display: inline-block;
  margin-right: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.valentine2026.home .l-weekend .p-weekend-item-info__name {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(168 121 91 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-weekend .p-weekend-item-info__name .limited {
  --_border-size: 1px;
  display: inline-grid;
  align-content: center;
  block-size: 1lh;
  padding-inline: 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 90%;
  font-weight: 400;
  border: var(--_border-size) solid;
}
.valentine2026.home .l-weekend .p-weekend-item-info-note {
  font-size: calc((23 / 750) * 100vw);
  line-height: 1.5218;
  color: rgb(168 121 91 / 1);
  font-feature-settings: "palt";
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-weekend .p-weekend-content {
    border-radius: calc((48 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-weekend .p-weekend-heading__txt {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-weekend .p-weekend-heading__place {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-weekend .p-weekend-slide {
    margin-inline: -6.6%;
    width: 500px;
  }
  .valentine2026.home .l-weekend .p-weekend-item-visual {
    padding-top: calc((57 / 750 * 500) * 1px);
    min-height: calc((620 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-weekend .p-weekend-item-info {
    min-height: calc((260 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-weekend .p-weekend-item-info__place {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-weekend .p-weekend-item-info__name {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-weekend .p-weekend-item-info-note {
    font-size: calc((23 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-meguru {
  padding-block: 0 15.6%;
  background: url(../img/0119/meguru_bg.svg) rgb(255 255 255 / 1);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}
.valentine2026.home .l-meguru .p-meguru-heading__txt {
  margin: 3.4667% auto 0;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.8667;
  font-weight: 500;
  color: rgb(66 63 62 / 1);
  text-align: center;
}
.valentine2026.home .l-meguru .p-meguru-heading__place {
  --_border-radius: 100vmax;
  display: grid;
  place-content: center;
  margin: 3.7334% auto 0;
  width: 62.4%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: rgb(255 255 255 / 1);
  background-color: rgb(183 144 190 / 1);
  border-radius: var(--_border-radius);
}
.valentine2026.home .l-meguru .p-meguru__date {
  margin: 0 auto;
  width: 77.3334%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
.valentine2026.home .l-meguru .p-meguru-comment {
  margin-inline: auto;
  width: 77.3334%;
  font-size: calc((24 / 750) * 100vw);
  line-height: 1.667;
  letter-spacing: 0.025em;
  text-align: center;
}
.valentine2026.home .l-meguru .p-meguru__place {
  margin-inline: auto;
  width: 77.3334%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
.valentine2026.home .l-meguru .p-meguru-content {
  margin-top: 4.6667%;
}
.valentine2026.home .l-meguru .p-meguru-item {
  position: relative;
  width: 84% !important;
}
.valentine2026.home .l-meguru .p-meguru-item__ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.valentine2026.home .l-meguru .p-meguru-item-info {
  margin: 13.3334% auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: calc((336 / 750) * 100vw);
}
.valentine2026.home .l-meguru .p-meguru-item-info__place {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(0 137 180 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-meguru .p-meguru-item-info__place .new {
  display: inline-block;
  margin-right: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.valentine2026.home .l-meguru .p-meguru-item-info__name {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(0 137 180 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-meguru .p-meguru-item-info__name + p {
  margin-top: 1lh;
}
.valentine2026.home .l-meguru .p-meguru-item-info-note {
  font-size: calc((23 / 750) * 100vw);
  line-height: 1.5218;
  color: rgb(0 137 180 / 1);
  font-feature-settings: "palt";
}
.valentine2026.home .l-meguru .p-meguru-btn {
  margin: 12% auto 0;
  width: 80.2667%;
}
.valentine2026.home .l-meguru .p-meguru-btn a {
  display: block;
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-meguru .p-meguru-heading__txt {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-meguru .p-meguru-heading__place {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-meguru .p-meguru__date {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-meguru .p-meguru-comment {
    font-size: calc((24 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-meguru .p-meguru-item-info {
    min-height: calc((336 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-meguru .p-meguru-item-info__place {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-meguru .p-meguru-item-info__name {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-meguru .p-meguru-item-info-note {
    font-size: calc((23 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-meguru .p-meguru__place {
    font-size: calc((30 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-visit {
  padding-block: 21.7334% 14.6667%;
  background: url(../img/0119/visit_wave.svg), url(../img/0119/visit_bg.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
}
.valentine2026.home .l-visit .p-visit-heading__ttl {
  font-size: calc((56 / 750) * 100vw);
  line-height: 1.25;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: rgb(23 30 84 / 1);
  text-align: center;
}
.valentine2026.home .l-visit .p-visit-heading__sub {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  margin: 3.4667% auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc((37 / 750) * 100vw);
  line-height: 1.4595;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: rgb(23 30 84 / 1);
}
.valentine2026.home .l-visit .p-visit-heading__sub::before, .valentine2026.home .l-visit .p-visit-heading__sub::after {
  content: "";
  inline-size: calc((36 / 750) * 100vw);
  aspect-ratio: 36/3;
  background-color: currentColor;
}
.valentine2026.home .l-visit .p-visit-list {
  display: grid;
  grid-template-columns: repeat(2, 46.4857%);
  justify-content: space-between;
  row-gap: calc((48 / 750) * 100vw);
  margin: 6% auto 0;
  width: 83.4667%;
}
.valentine2026.home .l-visit .p-visit-item__date {
  display: grid;
  place-content: center;
  width: 78.3506%;
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.28;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: rgb(255 255 255 / 1);
  background-color: rgb(84 32 38 / 1);
}
.valentine2026.home .l-visit .p-visit-item__shop {
  margin: 4.4674% -1.3em 0;
  font-size: calc((27 / 750) * 100vw);
  line-height: 1.1852;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.valentine2026.home .l-visit .p-visit-item__name {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.28;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.valentine2026.home .l-visit .p-visit-item__name > .minus {
  margin-inline: -0.25em;
}
.valentine2026.home .l-visit .p-visit-btn {
  margin: 12% auto 0;
  width: 80.2667%;
}
.valentine2026.home .l-visit .p-visit-btn a {
  display: block;
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-visit .p-visit-heading__ttl {
    font-size: calc((56 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-visit .p-visit-heading__sub {
    font-size: calc((37 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-visit .p-visit-heading__sub::before, .valentine2026.home .l-visit .p-visit-heading__sub::after {
    content: "";
    inline-size: calc((36 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-visit .p-visit-list {
    row-gap: calc((48 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-visit .p-visit-item__date {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-visit .p-visit-item__shop {
    font-size: calc((27 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-visit .p-visit-item__name {
    font-size: calc((25 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-campaign {
  padding-block: 11.6% 12%;
  background: url(../img/0119/campaign_bg.svg), rgb(183 144 190 / 1);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top calc((87 / 750) * 100vw);
}
.valentine2026.home .l-campaign .p-campaign-heading {
  padding-block: 11.7334% 0;
}
.valentine2026.home .l-campaign .p-campaign-heading__sub {
  margin: 0.9334% auto 0;
  width: 77.3334%;
  font-size: calc((54 / 750) * 100vw);
  line-height: 1.3334;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: rgb(66 63 62 / 1);
  text-align: center;
}
.valentine2026.home .l-campaign .p-campaign__date {
  margin: 4.6667% auto 0;
  width: 77.3334%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(66 63 62 / 1);
  text-align: center;
}
.valentine2026.home .l-campaign .p-campaign-comment {
  margin-inline: auto;
  width: 77.3334%;
  font-size: calc((24 / 750) * 100vw);
  line-height: 1.667;
  letter-spacing: 0.025em;
  color: rgb(66 63 62 / 1);
  text-align: center;
}
.valentine2026.home .l-campaign .p-campaign__place {
  margin-inline: auto;
  width: 77.3334%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: rgb(66 63 62 / 1);
  text-align: center;
}
.valentine2026.home .l-campaign .p-campaign__txt {
  margin: 7.4667% auto 0;
  width: 77.3334%;
  font-size: calc((28 / 750) * 100vw);
  line-height: 1.9286;
  font-weight: 500;
  color: rgb(66 63 62 / 1);
}
.valentine2026.home .l-campaign .p-campaign-note {
  margin: 2.4% auto 0;
  width: 77.3334%;
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.68;
  color: rgb(66 63 62 / 1);
}
.valentine2026.home .l-campaign .p-campaign-visual {
  padding-block: 0 10.9334%;
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-campaign {
    background-position: center top calc((87 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-campaign .p-campaign-heading__sub {
    font-size: calc((54 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-campaign .p-campaign__date {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-campaign .p-campaign-comment {
    font-size: calc((24 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-campaign .p-campaign__place {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-campaign .p-campaign__txt {
    font-size: calc((28 / 750 * 500) * 1px);
  }
  .valentine2026.home .l-campaign .p-campaign-note {
    font-size: calc((25 / 750 * 500) * 1px);
  }
}
.valentine2026.home .l-category {
  padding-block: 20.5334% 17.3334%;
  background-color: rgb(219 170 141 / 1);
}
.valentine2026.home .l-category .p-category-animate-lottie {
  position: absolute;
  top: calc((-240 / 750) * 100vw);
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  aspect-ratio: 1;
  overflow: hidden;
  pointer-events: none;
}
.valentine2026.home .l-category .p-category-nav {
  margin: 0 auto;
}
.valentine2026.home .l-category .p-category-nav-list {
  position: relative;
  padding-block: 9.6%;
  display: grid;
  grid-template-columns: repeat(3, 29.9704%);
  justify-content: space-between;
  row-gap: calc((35 / 750) * 100vw);
  margin-inline: auto;
  width: 89.8667%;
  background-image: url(../img/0119/category_list_ornament.svg), url(../img/0119/category_list_ornament.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
}
.valentine2026.home .l-category .p-category-nav-item a {
  position: relative;
  display: block;
}
.valentine2026.home .l-category .p-category-nav-item a::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity transition-durations(normal) cubic-bezier(0.25, 1, 0.5, 1), visibility transition-durations(normal) cubic-bezier(0.25, 1, 0.5, 1);
}
.valentine2026.home .l-category .p-category-nav-item a:focus-visible {
  opacity: 1;
}
.valentine2026.home .l-category .p-category-nav-item a:focus-visible::before {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .valentine2026.home .l-category .p-category-nav-item a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .valentine2026.home .l-category .p-category-nav-item a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .valentine2026.home .l-category .p-category-nav-item a:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .valentine2026.home .l-category .p-category-nav-item a:where(:-webkit-any-link, :enabled, summary):hover::before {
    opacity: 1;
    visibility: visible;
  }
  .valentine2026.home .l-category .p-category-nav-item a:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 1;
    visibility: visible;
  }
  .valentine2026.home .l-category .p-category-nav-item a:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
    visibility: visible;
  }
}
@media (pointer: coarse), (hover: none) {
  @supports (touch-action: none) {
    .valentine2026.home .l-category .p-category-nav-item a.touch-active {
      opacity: 1;
    }
    .valentine2026.home .l-category .p-category-nav-item a.touch-active::before {
      opacity: 1;
      visibility: visible;
    }
  }
}
.valentine2026.home .l-category .p-category-nav-item:nth-child(1) a::before {
  background-image: url(../img/0119/category_item_01_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-category .p-category-nav-item:nth-child(2) a::before {
  background-image: url(../img/0119/category_item_02_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-category .p-category-nav-item:nth-child(3) a::before {
  background-image: url(../img/0119/category_item_03_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-category .p-category-nav-item:nth-child(4) a::before {
  background-image: url(../img/0119/category_item_04_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-category .p-category-nav-item:nth-child(5) a::before {
  background-image: url(../img/0119/category_item_05_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-category .p-category-nav-item:nth-child(6) a::before {
  background-image: url(../img/0119/category_item_06_hover.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.valentine2026.home .l-category .p-category-btn {
  position: relative;
  padding-top: 24.917%;
  margin: 0 auto;
  width: 80.2667%;
  background-color: rgb(219 170 141 / 1);
}
.valentine2026.home .l-category .p-category-btn a {
  position: relative;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .valentine2026.home .l-category .p-category-animate-lottie {
    top: calc((-240 / 750 * 500) * 1px);
    width: 500px;
  }
  .valentine2026.home .l-category .p-category-nav-list {
    row-gap: calc((35 / 750 * 500) * 1px);
  }
}

.valentine2026.subpage .l-hero {
  background-color: rgb(255 137 160 / 1);
}
.valentine2026.subpage .l-hero .p-hero-flow {
  background-image: url(../img/0119/tokimeki/hero_flow_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(0);
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.valentine2026.subpage .l-hero .p-hero-flow-content {
  display: flex;
  width: 100%;
}
.valentine2026.subpage .l-hero .p-hero-flow-content-list {
  display: flex;
  -webkit-animation: flow-loop 10s linear infinite;
          animation: flow-loop 10s linear infinite;
}
.valentine2026.subpage .l-hero .p-hero-flow-content-item {
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0;
}
.valentine2026.subpage .l-hero .p-hero-flow-content-item img {
  display: block;
  margin-left: -1px;
  height: calc((84 / 750) * 100vw);
}
.valentine2026.subpage .l-hero .p-hero__date {
  margin-top: 14.1334%;
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-hero .p-hero-flow-content-item img {
    height: calc((84 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-info {
  padding-block: 4.4% 12.4%;
  background-color: rgb(255 137 160 / 1);
}
.valentine2026.subpage .l-info .p-info-flow {
  transform: translateZ(0);
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.valentine2026.subpage .l-info .p-info-flow-content {
  display: flex;
  width: 100%;
}
.valentine2026.subpage .l-info .p-info-flow-content-list {
  display: flex;
  -webkit-animation: flow-loop 40s linear infinite;
          animation: flow-loop 40s linear infinite;
}
.valentine2026.subpage .l-info .p-info-flow-content-item {
  flex-shrink: 0;
  width: calc((1694 / 750) * 100vw);
  font-size: 0;
}
.valentine2026.subpage .l-info .p-info-flow-content-item img {
  display: block;
  margin-left: -1px;
  height: calc((570 / 750) * 100vw);
}
.valentine2026.subpage .l-info .p-info-animate-lottie {
  margin-block: -30.9334% -13.3334%;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  pointer-events: none;
}
.valentine2026.subpage .l-info .p-info__txt {
  font-size: calc((31 / 750) * 100vw);
  line-height: 2;
  color: rgb(255 255 255 / 1);
  text-align: center;
}
.valentine2026.subpage .l-info .p-info-nav {
  position: relative;
  margin: 17.2% auto 0;
}
.valentine2026.subpage .l-info .p-info-nav::before {
  --_border-radius: 2px;
  --_border-size: 4px;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  inline-size: 85.8667%;
  block-size: var(--_border-size);
  border-radius: var(--_border-radius);
  background-color: rgb(118 129 206 / 1);
}
.valentine2026.subpage .l-info .p-info-nav::after {
  --_border-radius: 2px;
  --_border-size: 4px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  inline-size: 85.8667%;
  block-size: var(--_border-size);
  border-radius: var(--_border-radius);
  background-color: rgb(118 129 206 / 1);
}
.valentine2026.subpage .l-info .p-info-nav-list {
  position: relative;
  padding-block: 7.2% 7.7334%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc((28 / 750) * 100vw);
  margin-inline: auto;
  width: 85.8667%;
  background-image: url(../img/0119/tokimeki/category_list_ornament.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
.valentine2026.subpage .l-info .p-info-nav-item {
  width: 21.7392%;
}
.valentine2026.subpage .l-info .p-info-nav-item a {
  position: relative;
  display: block;
}
.valentine2026.subpage .l-info .p-info__lead {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -moz-column-gap: calc((14 / 750) * 100vw);
       column-gap: calc((14 / 750) * 100vw);
  margin: 8.8% auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.7334;
  font-weight: 700;
  color: rgb(118 129 206 / 1);
  text-align: center;
}
.valentine2026.subpage .l-info .p-info__lead::before, .valentine2026.subpage .l-info .p-info__lead::after {
  content: "";
  inline-size: calc((55 / 750) * 100vw);
  aspect-ratio: 55/104;
  background-image: url("../img/0119/tokimeki/icon_slash.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.valentine2026.subpage .l-info .p-info__lead::after {
  transform: scaleX(-1);
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-info .p-info-flow-content-item {
    width: calc((1694 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-info .p-info-flow-content-item img {
    height: calc((570 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-info .p-info__txt {
    font-size: calc((31 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-info .p-info-nav-list {
    gap: calc((28 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-info .p-info__lead {
    -moz-column-gap: calc((14 / 750 * 500) * 1px);
         column-gap: calc((14 / 750 * 500) * 1px);
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-info .p-info__lead::before, .valentine2026.subpage .l-info .p-info__lead::after {
    inline-size: calc((55 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-scroll-wrapper {
  position: relative;
  width: 100%;
}
.valentine2026.subpage .l-scroll-wrapper .master-svg {
  position: absolute;
  top: calc((-444 / 750) * 100vw);
  left: 0;
  width: 100%;
  height: calc(100% + (444 / 750) * 100vw);
  overflow: visible;
  z-index: 2;
  pointer-events: none;
}
.valentine2026.subpage .l-scroll-wrapper .content-section {
  position: relative;
  width: 100%;
}
.valentine2026.subpage .l-scroll-wrapper .content-section > * {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-scroll-wrapper .master-svg {
    top: calc((-444 / 750 * 500) * 1px);
    height: calc(100% + (444 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor {
  position: relative;
  margin-top: -1px;
}
.valentine2026.subpage .l-floor .p-floor-animate-lottie {
  position: absolute;
  top: calc((-80 / 750) * 100vw);
  left: 0;
  width: calc((360 / 750) * 100vw);
  aspect-ratio: 1;
  transform: rotate(7deg);
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
.valentine2026.subpage .l-floor .p-floor-heading {
  position: absolute;
  z-index: 3;
}
.valentine2026.subpage .l-floor .p-floor-heading-copy {
  display: grid;
  grid-auto-flow: column;
  gap: calc((11 / 750) * 100vw);
}
.valentine2026.subpage .l-floor .p-floor-heading-copy__txt {
  display: flex;
  align-items: center;
  padding-inline: 0.8em 0.2em;
  width: calc((66 / 750) * 100vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc((37 / 750) * 100vw);
  letter-spacing: 0.1em;
  font-weight: 500;
  writing-mode: vertical-lr;
  color: rgb(255 255 255 / 1);
  background-color: rgb(255 94 49 / 1);
}
.valentine2026.subpage .l-floor .p-floor-heading-copy__txt:nth-child(1) {
  order: 1;
}
.valentine2026.subpage .l-floor .p-floor-heading-copy__txt:nth-child(2) {
  order: 0;
}
.valentine2026.subpage .l-floor .p-floor__num {
  margin: 0 auto 0;
  width: 34.1334%;
}
.valentine2026.subpage .l-floor .p-floor-slide {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.valentine2026.subpage .l-floor .p-floor-slide .splide__track {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.valentine2026.subpage .l-floor .p-floor-item {
  position: relative;
  width: 66.2667% !important;
}
.valentine2026.subpage .l-floor .p-floor-item-block {
  padding: 7.4447% 7.0423%;
  background-color: rgb(255 255 255 / 1);
}
.valentine2026.subpage .l-floor .p-floor-item-visual img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.valentine2026.subpage .l-floor .p-floor-item-visual.wide {
  margin-left: calc((-35 / 750) * 100vw);
  width: calc((497 / 750) * 100vw);
}
.valentine2026.subpage .l-floor .p-floor-item__txt {
  margin-top: 6.5574%;
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(0 0 0 / 1);
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-floor .p-floor-item-separate {
  display: grid;
  grid-template-columns: 63% 31.3818%;
  justify-content: space-between;
}
.valentine2026.subpage .l-floor .p-floor-item-info {
  margin-top: 4.6839%;
}
.valentine2026.subpage .l-floor .p-floor-item-info__place {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(0 0 0 / 1);
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-floor .p-floor-item-info__place .new {
  display: inline-block;
  margin-right: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.valentine2026.subpage .l-floor .p-floor-item-info__name {
  font-size: calc((25 / 750) * 100vw);
  line-height: 1.48;
  font-weight: 500;
  color: rgb(0 0 0 / 1);
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-floor .p-floor-item-info-note {
  font-size: calc((21 / 750) * 100vw);
  line-height: 1.762;
  color: rgb(0 0 0 / 1);
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-floor .p-floor-item-info__copy {
  font-size: calc((20 / 750) * 100vw);
  line-height: 1.85;
  color: rgb(0 0 0 / 1);
  font-feature-settings: "palt";
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor .p-floor-animate-lottie {
    top: calc((-80 / 750 * 500) * 1px);
    width: calc((360 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor .p-floor-heading-copy {
    gap: calc((11 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor .p-floor-heading-copy__txt {
    width: calc((66 / 750 * 500) * 1px);
    font-size: calc((37 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor .p-floor-item-visual.wide {
    margin-left: calc((-35 / 750 * 500) * 1px);
    width: calc((497 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor .p-floor-item__txt {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor .p-floor-item-info__place {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor .p-floor-item-info__name {
    font-size: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor .p-floor-item-info-note {
    font-size: calc((21 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor .p-floor-item-info__copy {
    font-size: calc((20 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor-b1 {
  position: relative;
  padding-block: 30.5334% 8.1334%;
}
.valentine2026.subpage .l-floor-b1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 750/212;
  background: url(../img/0119/tokimeki/floor_b1_bg_wave.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.valentine2026.subpage .l-floor-b1 .p-floor-b1-bg {
  position: absolute;
  inset: 0;
  background-color: rgb(255 205 132 / 1);
  z-index: 0;
  pointer-events: none;
}
.valentine2026.subpage .l-floor-b1 .p-floor-b1-heading {
  top: calc((277 / 750) * 100vw);
  right: calc((34 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-b1 .p-floor-b1-heading-copy__txt {
  background-color: rgb(255 94 49 / 1);
}
.valentine2026.subpage .l-floor-b1 .p-floor-b1-visual {
  position: relative;
  margin-top: -8%;
}
.valentine2026.subpage .l-floor-b1 .p-floor-b1-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/0119/tokimeki/floor_b1_ornament.svg);
  background-repeat: no-repeat;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
}
.valentine2026.subpage .l-floor-b1 .p-floor-b1-visual .move__object {
  position: absolute;
  top: calc((382 / 750) * 100vw);
  right: calc((81 / 750) * 100vw);
  width: 26.6667%;
  -webkit-animation: yurayura 0.6s steps(2) 0s alternate infinite;
          animation: yurayura 0.6s steps(2) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-b1 .p-floor-b1-visual .move__txt {
  position: absolute;
  top: calc((881 / 750) * 100vw);
  left: calc((45 / 750) * 100vw);
  width: 36%;
  -webkit-animation: pop 2.4s steps(1) 0s alternate infinite;
          animation: pop 2.4s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-b1 .p-floor-b1-slide {
  margin-top: 10.2667%;
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor-b1 .p-floor-b1-heading {
    top: calc((277 / 750 * 500) * 1px);
    right: calc((34 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-b1 .p-floor-b1-visual .move__object {
    top: calc((382 / 750 * 500) * 1px);
    right: calc((81 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-b1 .p-floor-b1-visual .move__txt {
    top: calc((881 / 750 * 500) * 1px);
    left: calc((45 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor-1f {
  position: relative;
  padding-block: 30.4001% 9.3334%;
}
.valentine2026.subpage .l-floor-1f::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 750/212;
  background: url(../img/0119/tokimeki/floor_1f_bg_wave.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-bg {
  position: absolute;
  inset: 0;
  background-color: rgb(174 205 232 / 1);
  z-index: 0;
  pointer-events: none;
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-heading {
  top: calc((847 / 750) * 100vw);
  right: calc((66 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-heading-copy__txt {
  background-color: rgb(244 128 255 / 1);
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-visual {
  position: relative;
  margin-top: -20.1334%;
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/0119/tokimeki/floor_1f_ornament.svg);
  background-repeat: no-repeat;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-visual .move__object {
  position: absolute;
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-visual .move__object:nth-child(1) {
  top: calc((19 / 750) * 100vw);
  left: calc((26 / 750) * 100vw);
  width: 40.4%;
  -webkit-animation: katakata 0.6s steps(1) 0s alternate infinite;
          animation: katakata 0.6s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-visual .move__object:nth-child(2) {
  top: calc((907 / 750) * 100vw);
  right: calc((33 / 750) * 100vw);
  width: 47.2%;
  -webkit-animation: katakata-reverse 0.6s steps(1) 0s alternate infinite;
          animation: katakata-reverse 0.6s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-visual .move__txt {
  position: absolute;
  top: calc((1357 / 750) * 100vw);
  left: calc((95 / 750) * 100vw);
  width: 34.4%;
  -webkit-animation: pop 2.4s steps(1) 0s alternate infinite;
          animation: pop 2.4s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-slide {
  margin-top: 6.1334%;
}
.valentine2026.subpage .l-floor-1f .p-floor-1f-item {
  min-height: calc((894 / 750) * 100vw);
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor-1f .p-floor-1f-heading {
    top: calc((847 / 750 * 500) * 1px);
    right: calc((66 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-1f .p-floor-1f-visual .move__object:nth-child(1) {
    top: calc((19 / 750 * 500) * 1px);
    left: calc((26 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-1f .p-floor-1f-visual .move__object:nth-child(2) {
    top: calc((907 / 750 * 500) * 1px);
    right: calc((33 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-1f .p-floor-1f-visual .move__txt {
    top: calc((1357 / 750 * 500) * 1px);
    left: calc((95 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-1f .p-floor-1f-item {
    min-height: calc((894 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor-2f {
  position: relative;
  padding-block: 30.6667% 7.6%;
}
.valentine2026.subpage .l-floor-2f::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 750/212;
  background: url(../img/0119/tokimeki/floor_2f_bg_wave.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-bg {
  position: absolute;
  inset: 0;
  background-color: rgb(216 214 216 / 1);
  z-index: 0;
  pointer-events: none;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-heading {
  top: calc((307 / 750 * 500) * 1px);
  left: calc((46 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-heading-copy__txt {
  background-color: rgb(107 128 238 / 1);
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-visual {
  position: relative;
  margin-top: 7.0667%;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/0119/tokimeki/floor_2f_ornament.svg);
  background-repeat: no-repeat;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-visual .move {
  position: absolute;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-visual .move__object {
  position: absolute;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-visual .move__object:nth-child(1) {
  top: calc((464 / 750) * 100vw);
  right: calc((30 / 750) * 100vw);
  width: 54.6667%;
  -webkit-animation: fuwafuwa 1s 0s alternate infinite;
          animation: fuwafuwa 1s 0s alternate infinite;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-visual .move__txt {
  position: absolute;
  top: calc((886 / 750) * 100vw);
  right: calc((75 / 750) * 100vw);
  width: 38.6667%;
  -webkit-animation: pop 2.4s steps(1) 0s alternate infinite;
          animation: pop 2.4s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-slide {
  margin-top: 6.1334%;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-item {
  min-height: calc((746 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-item__txt.narrow {
  width: 81.9673%;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-item__attached {
  position: absolute;
  top: calc((266 / 750) * 100vw);
  right: calc((-30 / 750) * 100vw);
  width: 30.986%;
}
.valentine2026.subpage .l-floor-2f .p-floor-2f-item-info.wide {
  width: calc((440 / 750) * 100vw);
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor-2f .p-floor-2f-heading {
    top: calc((307 / 750 * 500) * 1px);
    left: calc((46 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-2f .p-floor-2f-visual .move__object:nth-child(1) {
    top: calc((464 / 750 * 500) * 1px);
    right: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-2f .p-floor-2f-visual .move__txt {
    top: calc((886 / 750 * 500) * 1px);
    right: calc((75 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-2f .p-floor-2f-item {
    min-height: calc((746 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-2f .p-floor-2f-item__attached {
    top: calc((266 / 750 * 500) * 1px);
    right: calc((-30 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-2f .p-floor-2f-item-info.wide {
    width: calc((440 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor-3f {
  position: relative;
  padding-block: 34.6667% 9.0667%;
}
.valentine2026.subpage .l-floor-3f::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 750/212;
  background: url(../img/0119/tokimeki/floor_3f_bg_wave.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.valentine2026.subpage .l-floor-3f .p-floor-3f-bg {
  position: absolute;
  inset: 0;
  background-color: rgb(249 213 210 / 1);
  z-index: 0;
  pointer-events: none;
}
.valentine2026.subpage .l-floor-3f .p-floor-3f-heading {
  top: calc((734 / 750) * 100vw);
  right: calc((52 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-3f .p-floor-3f-heading-copy__txt {
  background-color: rgb(255 94 49 / 1);
}
.valentine2026.subpage .l-floor-3f .p-floor-3f-visual {
  position: relative;
  margin-top: -18.9334%;
}
.valentine2026.subpage .l-floor-3f .p-floor-3f-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/0119/tokimeki/floor_3f_ornament.svg);
  background-repeat: no-repeat;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
}
.valentine2026.subpage .l-floor-3f .p-floor-3f-visual .move__object {
  position: absolute;
  top: calc((647 / 750) * 100vw);
  left: calc((53 / 750) * 100vw);
  width: 37.3334%;
  -webkit-animation: katakata 0.6s steps(1) 0s alternate infinite;
          animation: katakata 0.6s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-3f .p-floor-3f-visual .move__txt {
  position: absolute;
  top: calc((1280 / 750) * 100vw);
  left: calc((29 / 750) * 100vw);
  width: 27.4667%;
  -webkit-animation: pop 2.4s steps(1) 0s alternate infinite;
          animation: pop 2.4s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-3f .p-floor-3f-slide {
  margin-top: 6.1334%;
}
.valentine2026.subpage .l-floor-3f .p-floor-3f-item {
  min-height: calc((764 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-3f .p-floor-3f-item__txt.narrow {
  width: 81.9673%;
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor-3f .p-floor-3f-heading {
    top: calc((734 / 750 * 500) * 1px);
    right: calc((52 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-3f .p-floor-3f-visual .move__object {
    top: calc((647 / 750 * 500) * 1px);
    left: calc((53 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-3f .p-floor-3f-visual .move__txt {
    top: calc((1280 / 750 * 500) * 1px);
    left: calc((29 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-3f .p-floor-3f-item {
    min-height: calc((784 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor-4f {
  position: relative;
  padding-block: 29.0667% 7.0667%;
}
.valentine2026.subpage .l-floor-4f::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 750/212;
  background: url(../img/0119/tokimeki/floor_4f_bg_wave.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.valentine2026.subpage .l-floor-4f .p-floor-4f-bg {
  position: absolute;
  inset: 0;
  background-color: rgb(255 205 132 / 1);
  z-index: 0;
  pointer-events: none;
}
.valentine2026.subpage .l-floor-4f .p-floor-4f-heading {
  top: calc((620 / 750) * 100vw);
  left: calc((55 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-4f .p-floor-4f-heading-copy__txt {
  background-color: rgb(244 135 255 / 1);
}
.valentine2026.subpage .l-floor-4f .p-floor-4f-visual {
  position: relative;
  margin-top: -2.1334%;
}
.valentine2026.subpage .l-floor-4f .p-floor-4f-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/0119/tokimeki/floor_4f_ornament.svg);
  background-repeat: no-repeat;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
}
.valentine2026.subpage .l-floor-4f .p-floor-4f-visual .move__object {
  position: absolute;
  top: calc((530 / 750) * 100vw);
  right: calc((30 / 750) * 100vw);
  width: 37.6%;
  -webkit-animation: fuwafuwa 1s 0s alternate infinite;
          animation: fuwafuwa 1s 0s alternate infinite;
}
.valentine2026.subpage .l-floor-4f .p-floor-4f-visual .move__txt {
  position: absolute;
  top: calc((842 / 750) * 100vw);
  right: calc((32 / 750) * 100vw);
  width: 31.7334%;
  -webkit-animation: pop 2.4s steps(1) 0s alternate infinite;
          animation: pop 2.4s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-4f .p-floor-4f-slide {
  margin-top: 4.2667%;
}
.valentine2026.subpage .l-floor-4f .p-floor-4f-item {
  min-height: calc((778 / 750) * 100vw);
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor-4f .p-floor-4f-heading {
    top: calc((620 / 750 * 500) * 1px);
    left: calc((55 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-4f .p-floor-4f-visual .move__object {
    top: calc((530 / 750 * 500) * 1px);
    right: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-4f .p-floor-4f-visual .move__txt {
    top: calc((842 / 750 * 500) * 1px);
    right: calc((32 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-4f .p-floor-4f-item {
    min-height: calc((778 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor-5f {
  position: relative;
  padding-block: 31.6001% 8.2667%;
}
.valentine2026.subpage .l-floor-5f::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 750/212;
  background: url(../img/0119/tokimeki/floor_5f_bg_wave.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.valentine2026.subpage .l-floor-5f .p-floor-5f-bg {
  position: absolute;
  inset: 0;
  background-color: rgb(171 204 232 / 1);
  z-index: 0;
  pointer-events: none;
}
.valentine2026.subpage .l-floor-5f .p-floor-5f-heading {
  top: calc((251 / 750) * 100vw);
  right: calc((29 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-5f .p-floor-5f-heading-copy__txt {
  background-color: rgb(107 138 248 / 1);
}
.valentine2026.subpage .l-floor-5f .p-floor-5f-visual {
  position: relative;
  margin-top: -26.2667%;
}
.valentine2026.subpage .l-floor-5f .p-floor-5f-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/0119/tokimeki/floor_5f_ornament.svg);
  background-repeat: no-repeat;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
}
.valentine2026.subpage .l-floor-5f .p-floor-5f-visual .move__object {
  position: absolute;
  top: calc((606 / 750) * 100vw);
  right: calc((12 / 750) * 100vw);
  width: 44.8%;
  transform-origin: center right;
  -webkit-animation: pot 1.5s 0s alternate infinite;
          animation: pot 1.5s 0s alternate infinite;
}
.valentine2026.subpage .l-floor-5f .p-floor-5f-visual .move__txt {
  position: absolute;
  top: calc((177 / 750) * 100vw);
  left: calc((25 / 750) * 100vw);
  width: 31.7334%;
  -webkit-animation: pop 2.4s steps(1) 0s alternate infinite;
          animation: pop 2.4s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-5f .p-floor-5f-slide {
  margin-top: 5.8667%;
}
.valentine2026.subpage .l-floor-5f .p-floor-5f-item {
  min-height: calc((784 / 750) * 100vw);
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor-5f .p-floor-5f-heading {
    top: calc((251 / 750 * 500) * 1px);
    right: calc((29 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-5f .p-floor-5f-visual .move__object {
    top: calc((606 / 750 * 500) * 1px);
    right: calc((12 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-5f .p-floor-5f-visual .move__txt {
    top: calc((177 / 750 * 500) * 1px);
    left: calc((25 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-5f .p-floor-5f-item {
    min-height: calc((784 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor-6f {
  position: relative;
  padding-block: 28.9334% 6.5334%;
}
.valentine2026.subpage .l-floor-6f::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 750/212;
  background: url(../img/0119/tokimeki/floor_6f_bg_wave.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.valentine2026.subpage .l-floor-6f .p-floor-6f-bg {
  position: absolute;
  inset: 0;
  background-color: rgb(243 230 219 / 1);
  z-index: 0;
  pointer-events: none;
}
.valentine2026.subpage .l-floor-6f .p-floor-6f-heading {
  top: calc((374 / 750) * 100vw);
  left: calc((55 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-6f .p-floor-6f-heading-copy__txt {
  background-color: rgb(255 94 49 / 1);
}
.valentine2026.subpage .l-floor-6f .p-floor-6f-visual {
  position: relative;
  margin-top: -0.4%;
}
.valentine2026.subpage .l-floor-6f .p-floor-6f-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/0119/tokimeki/floor_6f_ornament.svg);
  background-repeat: no-repeat;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
}
.valentine2026.subpage .l-floor-6f .p-floor-6f-visual .move__object {
  position: absolute;
  top: calc((399 / 750) * 100vw);
  right: calc((17 / 750) * 100vw);
  width: 47.7334%;
  -webkit-animation: yurayura 0.6s steps(2) 0s alternate infinite;
          animation: yurayura 0.6s steps(2) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-6f .p-floor-6f-visual .move__txt {
  position: absolute;
  top: calc((636 / 750) * 100vw);
  right: calc((28 / 750) * 100vw);
  width: 29.8667%;
  -webkit-animation: pop 2.4s steps(1) 0s alternate infinite;
          animation: pop 2.4s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-6f .p-floor-6f-slide {
  margin-top: 2%;
}
.valentine2026.subpage .l-floor-6f .p-floor-6f-item {
  min-height: calc((804 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-6f .p-floor-6f-item-info.wide {
  width: calc((440 / 750) * 100vw);
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor-6f .p-floor-6f-heading {
    top: calc((374 / 750 * 500) * 1px);
    left: calc((55 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-6f .p-floor-6f-visual .move__object {
    top: calc((399 / 750 * 500) * 1px);
    right: calc((17 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-6f .p-floor-6f-visual .move__txt {
    top: calc((636 / 750 * 500) * 1px);
    right: calc((28 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-6f .p-floor-6f-item {
    min-height: calc((804 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-6f .p-floor-6f-item-info.wide {
    width: calc((440 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor-7f {
  position: relative;
  padding-block: 35.7334% 9.0667%;
}
.valentine2026.subpage .l-floor-7f::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 750/212;
  background: url(../img/0119/tokimeki/floor_7f_bg_wave.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-bg {
  position: absolute;
  inset: 0;
  background-color: rgb(246 172 186 / 1);
  z-index: 0;
  pointer-events: none;
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-heading {
  top: calc((302 / 750) * 100vw);
  right: calc((29 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-heading-copy__txt {
  background-color: rgb(88 168 143 / 1);
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-visual {
  position: relative;
  margin-top: -13.8667%;
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/0119/tokimeki/floor_7f_ornament.svg);
  background-repeat: no-repeat;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-visual .move__object {
  position: absolute;
  top: calc((500 / 750) * 100vw);
  left: calc((60 / 750) * 100vw);
  width: 42.6667%;
  -webkit-animation: fuwafuwa 1s 0s alternate infinite;
          animation: fuwafuwa 1s 0s alternate infinite;
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-visual .move__object:nth-child(2) {
  -webkit-animation: fuwafuwa 1s 0.4s alternate infinite;
          animation: fuwafuwa 1s 0.4s alternate infinite;
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-visual .move__txt {
  position: absolute;
  top: calc((3 / 750) * 100vw);
  left: calc((14 / 750) * 100vw);
  width: 32%;
  -webkit-animation: pop 2.4s steps(1) 0s alternate infinite;
          animation: pop 2.4s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-slide {
  margin-top: 3.0667%;
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-item {
  min-height: calc((784 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-7f .p-floor-7f-item-info.wide {
  width: calc((440 / 750) * 100vw);
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor-7f .p-floor-7f-heading {
    top: calc((302 / 750 * 500) * 1px);
    right: calc((29 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-7f .p-floor-7f-visual .move__object {
    top: calc((500 / 750 * 500) * 1px);
    left: calc((60 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-7f .p-floor-7f-visual .move__txt {
    top: calc((3 / 750 * 500) * 1px);
    left: calc((14 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-7f .p-floor-7f-item {
    min-height: calc((784 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-7f .p-floor-7f-item-info.wide {
    width: calc((440 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor-8f {
  position: relative;
  padding-block: 28.8001% 8.4%;
}
.valentine2026.subpage .l-floor-8f::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 750/212;
  background: url(../img/0119/tokimeki/floor_8f_bg_wave.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.valentine2026.subpage .l-floor-8f .p-floor-8f-bg {
  position: absolute;
  inset: 0;
  background-color: rgb(171 204 232 / 1);
  z-index: 0;
  pointer-events: none;
}
.valentine2026.subpage .l-floor-8f .p-floor-8f-heading {
  top: calc((334 / 750) * 100vw);
  left: calc((47 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-8f .p-floor-8f-heading-copy__txt {
  background-color: rgb(107 138 248 / 1);
}
.valentine2026.subpage .l-floor-8f .p-floor-8f-visual {
  position: relative;
  margin-top: -8%;
}
.valentine2026.subpage .l-floor-8f .p-floor-8f-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/0119/tokimeki/floor_8f_ornament.svg);
  background-repeat: no-repeat;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
}
.valentine2026.subpage .l-floor-8f .p-floor-8f-visual .move__txt {
  position: absolute;
  top: calc((2 / 750) * 100vw);
  right: calc((20 / 750) * 100vw);
  width: 30.4%;
  -webkit-animation: pop 2.4s steps(1) 0s alternate infinite;
          animation: pop 2.4s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-8f .p-floor-8f-slide {
  margin-top: 2.2667%;
}
.valentine2026.subpage .l-floor-8f .p-floor-8f-item {
  margin: 2.2667% auto 0;
  width: 66.2667% !important;
  min-height: calc((746 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-8f .p-floor-8f-item-info.wide {
  width: calc((440 / 750) * 100vw);
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor-8f .p-floor-8f-heading {
    top: calc((334 / 750 * 500) * 1px);
    left: calc((47 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-8f .p-floor-8f-visual .move__txt {
    top: calc((2 / 750 * 500) * 1px);
    right: calc((20 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-8f .p-floor-8f-item {
    min-height: calc((746 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-8f .p-floor-8f-item-info.wide {
    width: calc((440 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-floor-2f-new {
  position: relative;
  padding-block: 30.6667% 26.1334%;
}
.valentine2026.subpage .l-floor-2f-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 750/212;
  background: url(../img/0119/tokimeki/floor_2f_new_bg_wave.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-bg {
  position: absolute;
  inset: 0;
  background-color: rgb(216 214 216 / 1);
  z-index: 0;
  pointer-events: none;
}
.valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-heading {
  top: calc((343 / 750) * 100vw);
  right: calc((41 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-heading-copy__txt {
  background-color: rgb(236 128 255 / 1);
}
.valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-visual {
  position: relative;
  margin-top: -8.5334%;
}
.valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/0119/tokimeki/floor_2f_new_ornament.svg);
  background-repeat: no-repeat;
  -webkit-animation: blink 3s linear infinite;
          animation: blink 3s linear infinite;
}
.valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-visual .move__object {
  position: absolute;
  top: calc((602 / 750) * 100vw);
  left: 0;
  width: 45.8667%;
  -webkit-animation: pop 2.4s steps(1) 1.2s alternate infinite;
          animation: pop 2.4s steps(1) 1.2s alternate infinite;
}
.valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-visual .move__txt {
  position: absolute;
  top: calc((842 / 750) * 100vw);
  left: calc((55 / 750) * 100vw);
  width: 28.5334%;
  -webkit-animation: pop 2.4s steps(1) 0s alternate infinite;
          animation: pop 2.4s steps(1) 0s alternate infinite;
}
.valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-slide {
  margin-top: 9.2%;
}
.valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-item {
  min-height: calc((764 / 750) * 100vw);
}
.valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-item-info.wide {
  width: calc((440 / 750) * 100vw);
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-heading {
    top: calc((343 / 750 * 500) * 1px);
    right: calc((41 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-visual .move__object {
    top: calc((602 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-visual .move__txt {
    top: calc((842 / 750 * 500) * 1px);
    left: calc((55 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-item {
    min-height: calc((784 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-floor-2f-new .p-floor-2f-new-item-info.wide {
    width: calc((440 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-event {
  position: relative;
  padding-block: 11.2% 19.4667%;
  background-color: rgb(246 233 225 / 1);
  z-index: 0;
}
.valentine2026.subpage .l-event .p-event-list {
  display: grid;
  gap: calc((74 / 750) * 100vw);
}
.valentine2026.subpage .l-event .p-event-item {
  position: relative;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(1) .p-event-item-article {
  padding-block: 5.0667% 9.6%;
  background: url(../img/0119/tokimeki/event_item_01_article_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(1) .p-event-item-article-heading__ttl {
  margin-top: 6.9552%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(1) .p-event-item-article-heading__place {
  margin-top: 2.1639%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(1) .p-event-item-article__date {
  margin-top: 4.1732%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(1) .p-event-item-article__txt {
  margin-top: 6.0279%;
  text-align: center;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(1) .p-event-item-article-visual {
  margin-top: 4.6368%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(1) .p-event-item-article-btn {
  margin-top: 7.8826%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(1) .p-event-item__illust {
  top: calc((-62 / 750) * 100vw);
  left: calc((70 / 750) * 100vw);
  width: 22%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item-article {
  padding-block: 5.0667% 6.5334%;
  background: url(../img/0119/tokimeki/event_item_02_article_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item-article-heading__ttl {
  margin-top: 10.5101%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item-article-heading__ttl .collab {
  padding-bottom: 1.2365%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item-article-heading__place {
  margin-top: 2.1639%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item-article__txt {
  line-height: 1.6539;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item-article-dist {
  margin-top: 5.7188%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item-article-dist dt + dd {
  margin-top: 1.8548%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item-article-note {
  margin-top: 5.2551%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item-article-separate {
  margin-top: 7.2643%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item__illust {
  top: calc((-30 / 750) * 100vw);
  right: calc((29 / 750) * 100vw);
  width: 16.5334%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item-article {
  padding-block: 4.6667% 10.4%;
  background: url(../img/0119/tokimeki/event_item_03_article_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item-article-heading__ttl {
  margin-top: 6.6461%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item-article-heading__copy {
  margin-top: 3.5549%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item-article__txt {
  margin-top: 3.4004%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item-article-visual {
  margin-top: 4.0186%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item-article-note {
  margin-top: 1.7002%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item-article-spec {
  margin-top: 5.7188%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item-article-detail {
  margin-top: 5.4096%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item-article-btn {
  margin-top: 7.5735%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item__illust {
  top: calc((-17 / 750) * 100vw);
  left: calc((73 / 750) * 100vw);
  width: 18.4%;
}
.valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item__situation {
  position: absolute;
  top: calc((410 / 750) * 100vw);
  right: calc((48 / 750) * 100vw);
  width: 22.6667%;
}
.valentine2026.subpage .l-event .p-event-item-article {
  padding: 0 6.8667%;
}
.valentine2026.subpage .l-event .p-event-item-article-heading__ttl {
  font-size: calc((49 / 750) * 100vw);
  line-height: 1.2449;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: rgb(255 137 160 / 1);
  text-align: center;
}
.valentine2026.subpage .l-event .p-event-item-article-heading__ttl .collab {
  display: block;
  font-size: calc((31 / 750) * 100vw);
  line-height: 1;
  color: rgb(128 82 61 / 1);
}
.valentine2026.subpage .l-event .p-event-item-article-heading__place {
  --_border-radius: 100vmax;
  display: grid;
  place-content: center;
  margin-inline: auto;
  width: 72.3339%;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: rgb(255 255 255 / 1);
  background-color: rgb(255 137 160 / 1);
  border-radius: var(--_border-radius);
}
.valentine2026.subpage .l-event .p-event-item-article__date {
  margin-inline: auto;
  font-size: calc((30 / 750) * 100vw);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-event .p-event-item-article-comment {
  margin-inline: auto;
  font-size: calc((24 / 750) * 100vw);
  line-height: 1.667;
  letter-spacing: 0.025em;
  text-align: center;
}
.valentine2026.subpage .l-event .p-event-item-article__txt {
  margin-inline: auto;
  width: 86.2443%;
  font-size: calc((26 / 750) * 100vw);
  line-height: 1.8462;
  font-weight: 500;
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-event .p-event-item-article__txt.wide {
  width: 100%;
}
.valentine2026.subpage .l-event .p-event-item-article-dist {
  margin-inline: auto;
  width: 86.2443%;
}
.valentine2026.subpage .l-event .p-event-item-article-dist__term {
  font-size: calc((28 / 750) * 100vw);
  line-height: 1.75;
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-event .p-event-item-article-dist__desc {
  font-size: calc((28 / 750) * 100vw);
  line-height: 1.6429;
  font-weight: 500;
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-event .p-event-item-article-dist__desc .floor {
  margin-left: 0.1em;
  padding-inline: 0.4em;
  color: rgb(255 255 255 / 1);
  background-color: rgb(255 137 160 / 1);
}
.valentine2026.subpage .l-event .p-event-item-article-note {
  margin-inline: auto;
  width: 86.2443%;
  font-size: calc((22 / 750) * 100vw);
  line-height: 1.591;
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-event .p-event-item-article-separate {
  display: grid;
  grid-template-columns: 62.0072% 34.4087%;
  justify-content: space-between;
  margin: 7.4667% auto 0;
  width: 86.2443%;
}
.valentine2026.subpage .l-event .p-event-item-article-spec {
  margin-inline: auto;
  width: 86.2443%;
  font-size: calc((28 / 750) * 100vw);
  line-height: 1.5715;
  font-weight: 500;
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-event .p-event-item-article-detail {
  margin-inline: auto;
  width: 86.2443%;
  font-size: calc((26 / 750) * 100vw);
  line-height: 1.5385;
  font-weight: 500;
  font-feature-settings: "palt";
}
.valentine2026.subpage .l-event .p-event-item-article-btn {
  margin-inline: auto;
  width: 88.4081%;
}
.valentine2026.subpage .l-event .p-event-item-article-btn a {
  display: block;
}
.valentine2026.subpage .l-event .p-event-item__illust {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-event .p-event-list {
    gap: calc((74 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item:nth-child(1) .p-event-item__illust {
    top: calc((-62 / 750 * 500) * 1px);
    left: calc((70 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item:nth-child(2) .p-event-item__illust {
    top: calc((-30 / 750 * 500) * 1px);
    right: calc((29 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item__illust {
    top: calc((-17 / 750 * 500) * 1px);
    left: calc((73 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item:nth-child(3) .p-event-item__situation {
    top: calc((410 / 750 * 500) * 1px);
    right: calc((48 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article-heading__ttl {
    font-size: calc((49 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article-heading__ttl .collab {
    font-size: calc((31 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article-heading__place {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article__date {
    font-size: calc((30 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article-comment {
    font-size: calc((24 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article__txt {
    font-size: calc((26 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article-dist__term {
    font-size: calc((28 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article-dist__desc {
    font-size: calc((28 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article-note {
    font-size: calc((22 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article-spec {
    font-size: calc((28 / 750 * 500) * 1px);
  }
  .valentine2026.subpage .l-event .p-event-item-article-detail {
    font-size: calc((26 / 750 * 500) * 1px);
  }
}
.valentine2026.subpage .l-category {
  position: relative;
  padding-block: 14.6667% 16.1334%;
  background-color: rgb(255 137 160 / 1);
  z-index: 2;
}
.valentine2026.subpage .l-category .p-category-nav {
  position: relative;
}
.valentine2026.subpage .l-category .p-category-nav::before {
  --_border-radius: 2px;
  --_border-size: 4px;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  inline-size: 85.8667%;
  block-size: var(--_border-size);
  border-radius: var(--_border-radius);
  background-color: rgb(118 129 206 / 1);
}
.valentine2026.subpage .l-category .p-category-nav::after {
  --_border-radius: 2px;
  --_border-size: 4px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  inline-size: 85.8667%;
  block-size: var(--_border-size);
  border-radius: var(--_border-radius);
  background-color: rgb(118 129 206 / 1);
}
.valentine2026.subpage .l-category .p-category-nav-list {
  position: relative;
  padding-block: 7.2% 7.7334%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc((28 / 750) * 100vw);
  margin-inline: auto;
  width: 85.8667%;
  background-image: url(../img/0119/tokimeki/category_list_ornament.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
.valentine2026.subpage .l-category .p-category-nav-item {
  width: 21.7392%;
}
.valentine2026.subpage .l-category .p-category-nav-item a {
  position: relative;
  display: block;
}
@media screen and (min-width: 751px) {
  .valentine2026.subpage .l-category .p-category-nav-list {
    gap: calc((28 / 750 * 500) * 1px);
  }
}

/*
	Utilities
	-font
*/
.u-font-zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font-zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}

/*
	Accessibility
	-a-main
*/
*:focus-visible {
  outline-width: 2px !important;
  outline-style: solid !important;
  outline-offset: 2px !important;
  outline-color: rgb(66 139 202 / 1);
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

a[href^="tel:"] {
  pointer-events: all;
}
@media print, screen and (min-width: 752px) and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*# sourceMappingURL=style_0119.css.map */