@charset "UTF-8";

/**************************************************
HERO
**************************************************/
.page-hero {
  padding-inline: calc(32 / var(--font-size-base-px) * 1rem);
}
.page-hero__in {
  position: relative;
  aspect-ratio: 1301 / 557;
  margin-inline: auto;
  box-sizing: content-box;
  margin-inline: auto;
  background: url("../../images/lp/mv_bg.jpg") center center no-repeat;
  background-size: cover;
  border-bottom-left-radius: calc(20 / var(--font-size-base-px) * 1rem);
  border-bottom-right-radius: calc(20 / var(--font-size-base-px) * 1rem);
}
.page-hero__in::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(323 / 1301 * 100%);
  aspect-ratio: 323 / 282;
  top: 0;
  left: 0;
  background: url("../../images/lp/img_confetti01.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(110 / 1301 * 100%);
  margin-left: calc(-220 / 1301 * 100%);
  z-index: -1;
}
.page-hero__in::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(286 / 1301 * 100%);
  aspect-ratio: 286 / 250;
  top: 0;
  right: 0;
  background: url("../../images/lp/img_confetti02.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(110 / 1301 * 100%);
  margin-right: calc(-120 / 1301 * 100%);
  z-index: -1;
}
.page-hero-logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(269 / 1301 * 100%);
  transform: translateX(-50%);
  margin-top: calc(124 / 1301 * 100%);
}
.page-hero-deco {
  position: absolute;
  width: calc(1263 / 1301 * 100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: calc(-10 / 1301 * 100%);
}
@media screen and (max-width: 767px) {
  .page-hero {
    padding-inline: calc(10 / var(--font-size-base-px) * 1rem);
    overflow: hidden;
  }
  .page-hero__in {
    max-width: 100%;
    aspect-ratio: 710 / 979;
    background: url("../../images/lp/mv_bg_sp.jpg") center bottom no-repeat;
    background-size: cover;
    border-bottom-left-radius: calc(10 / var(--font-size-base-px) * 1rem);
    border-bottom-right-radius: calc(10 / var(--font-size-base-px) * 1rem);
  }
  .page-hero__in::before {
    width: calc(19 / 355 * 100%);
    aspect-ratio: 38 / 75;
    top: 0;
    left: unset;
    right: 0;
    background: url("../../images/lp/img_confetti01_sp.png") center center no-repeat;
    background-size: contain;
    margin-top: calc(195 / 335 * 100%);
    margin-left: 0;
    margin-right: calc(-16 / 335 * 100%);
  }
  .page-hero__in::after {
    width: calc(96 / 335 * 100%);
    aspect-ratio: 192 / 247;
    top: 0;
    right: unset;
    left: 0;
    background: url("../../images/lp/img_confetti02_sp.png") center center no-repeat;
    background-size: contain;
    margin-top: calc(280 / 335 * 100%);
    margin-right: 0;
    margin-left: calc(-28 / 335 * 100%);
  }
  .page-hero-logo {
    top: 50%;
    width: calc(195 / 355 * 100%);
    transform: translate(-50%, -50%);
    margin-top: calc(-20 / 355 * 100%);
  }
  .page-hero-deco {
    width: calc(47 / 355 * 100%);
    bottom: 0;
    left: unset;
    right: 0;
    transform: translateX(0%);
    margin-bottom: 0;
    margin-right: calc(-3 / 355 * 100%);
  }
}

/**************************************************
BG
**************************************************/

.bg {
  background: url("../../images/lp/bg.png") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bg {
    background: url("../../images/lp/bg_sp.png") bottom center no-repeat;
    background-size: cover;
  }
}

/**************************************************
LEAD
**************************************************/
.page-lead {
  padding-top: calc(80 / var(--font-size-base-px) * 1rem);
}
.page-lead .site-block__in {
  max-width: calc(1094 / var(--font-size-base-px) * 1rem);
}
.page-lead-deco {

}
.page-lead-deco span:nth-of-type(1)::before {
  content: "";
  display: block;
  width: calc(228 / var(--font-size-base-px) * 1rem);
  height: calc(224 / var(--font-size-base-px) * 1rem);
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/lp/img_confetti03.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(-105 / var(--font-size-base-px) * 1rem);
  margin-left: calc(-149 / var(--font-size-base-px) * 1rem);
}
.page-lead-deco span:nth-of-type(1)::after {
  content: "";
  display: block;
  width: calc(46 / var(--font-size-base-px) * 1rem);
  height: calc(74 / var(--font-size-base-px) * 1rem);
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../images/lp/img_confetti04.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(-40 / var(--font-size-base-px) * 1rem);
  margin-right: calc(-60 / var(--font-size-base-px) * 1rem);
}
.page-lead-deco span:nth-of-type(2)::before {
  content: "";
  display: block;
  width: calc(125 / var(--font-size-base-px) * 1rem);
  height: calc(108 / var(--font-size-base-px) * 1rem);
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../images/lp/img_confetti05.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(166 / var(--font-size-base-px) * 1rem);
  margin-right: calc(-82 / var(--font-size-base-px) * 1rem);
}
.page-lead-heading {
  --heading-en-title-w: 225;
  --heading-jp-title-w: 370;
  text-align: center;
  margin-bottom: calc(52 / var(--font-size-base-px) * 1rem);
  margin-inline: auto;
}
.page-lead-heading .site-block-heading__en {
  margin-bottom: calc(46 / var(--font-size-base-px) * 1rem);
}
.page-lead-text {
  text-align: center;
  font-size: calc(18 / var(--font-size-base-px) * 1rem);
  letter-spacing: calc(80 / 1000 * 1em);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-lead {
    padding-top: calc(54 / var(--font-size-base-px) * 1rem);
    overflow: hidden;
  }
  .page-lead .site-block__in {
    max-width: 100%;
  }
  .page-lead-deco {
  }
  .page-lead-deco span:nth-of-type(1)::before {
    width: calc(62 / var(--font-size-base-px) * 1rem);
    height: calc(54 / var(--font-size-base-px) * 1rem);
    top: 0;
    left: unset;
    right: 0;
    background: url("../../images/lp/img_confetti03_sp.png") center center no-repeat;
    background-size: contain;
    margin-top: calc(-54 / var(--font-size-base-px) * 1rem);
    margin-left: 0;
    margin-right: calc(-10 / var(--font-size-base-px) * 1rem);
  }
  .page-lead-deco span:nth-of-type(1)::after {
    width: calc(78 / var(--font-size-base-px) * 1rem);
    height: calc(76 / var(--font-size-base-px) * 1rem);
    top: 0;
    right: unset;
    left: 0;
    background: url("../../images/lp/img_confetti04_sp.png") center center no-repeat;
    background-size: contain;
    margin-top: calc(74 / var(--font-size-base-px) * 1rem);
    margin-right: 0;
    margin-left: calc(-40 / var(--font-size-base-px) * 1rem);
  }
  .page-lead-deco span:nth-of-type(2)::before {
    display: none;
  }
  .page-lead-heading {
    --heading-en-title-w: 189;
    --heading-jp-title-w: 260;
    margin-bottom: calc(37 / var(--font-size-base-px) * 1rem);
  }
  .page-lead-heading .site-block-heading__en {
    margin-bottom: calc(30 / var(--font-size-base-px) * 1rem);
  }
  .page-lead-text {
    text-align: left;
    font-size: calc(15 / var(--font-size-base-px) * 1rem);
    letter-spacing: calc(60 / 1000 * 1em);
    line-height: 1.8;
  }
}

/**************************************************
TOPICS
**************************************************/
.page-topics {
}
.page-topics .site-block__in {
  padding-top: calc(141 / var(--font-size-base-px) * 1rem);
  padding-bottom: calc(200 / var(--font-size-base-px) * 1rem);
  max-width: calc(1094 / var(--font-size-base-px) * 1rem);
}
.page-topics-deco {
}
.page-topics-deco span:nth-of-type(1)::before {
  content: "";
  display: block;
  width: calc(56 / var(--font-size-base-px) * 1rem);
  height: calc(48 / var(--font-size-base-px) * 1rem);
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/lp/img_confetti06.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(32 / var(--font-size-base-px) * 1rem);
  margin-left: calc(75 / var(--font-size-base-px) * 1rem);
}
.page-topics-deco span:nth-of-type(1)::after {
  content: "";
  display: block;
  width: calc(276 / var(--font-size-base-px) * 1rem);
  height: calc(307 / var(--font-size-base-px) * 1rem);
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/lp/img_confetti07.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(264 / var(--font-size-base-px) * 1rem);
  margin-left: calc(-176 / var(--font-size-base-px) * 1rem);
}
.page-topics-deco span:nth-of-type(2)::before {
  content: "";
  display: block;
  width: calc(153 / var(--font-size-base-px) * 1rem);
  height: calc(151 / var(--font-size-base-px) * 1rem);
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../../images/lp/img_confetti08.png") center center no-repeat;
  background-size: contain;
  margin-bottom: calc(82 / var(--font-size-base-px) * 1rem);
  margin-right: calc(-104 / var(--font-size-base-px) * 1rem);
}

/* news */
.topics-news {
}
.topics-news__in {
  display: flex;
  justify-content: center;
}
.topics-news__head {
  flex-shrink: 0;
}
.topics-news-heading {
  --heading-en-title-w: 237;
  --heading-jp-title-w: 73;
  text-align: center;
  margin-bottom: calc(52 / var(--font-size-base-px) * 1rem);
  margin-inline: auto;
  flex-shrink: 0;
}
.topics-news-heading .site-block-heading__jp {
  margin-bottom: calc(20 / var(--font-size-base-px) * 1rem);
  margin-left: 0;
}
.topics-news-heading .site-block-heading__en {
  margin-left: 0;
}
.topics-news__body {
  width: 100%;
  margin-left: calc(118 / var(--font-size-base-px) * 1rem);
}
.topics-news-list {
}
.topics-news-item {
}
.topics-news-item + .topics-news-item {
  border-top: solid var(--color-border) calc(1 / var(--font-size-base-px) * 1rem);
  padding-top: calc(30 / var(--font-size-base-px) * 1rem);
  margin-top: calc(27 / var(--font-size-base-px) * 1rem);
}
.topics-news-item__in {
}
.topics-news-item__body {
}
.topics-news-item__head {
  display: flex;
  align-items: center;
  gap: 0 calc(24 / var(--font-size-base-px) * 1rem);
  margin-bottom: calc(20 / var(--font-size-base-px) * 1rem);
}
.topics-news-item-date {
  font-family: var(--font-sans-family);
  font-weight: 400;
  font-size: calc(14 / var(--font-size-base-px) * 1rem);
}
.topics-news-item-category {
  background-color: var(--color-paint);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(20 / var(--font-size-base-px) * 1rem);
}
.topics-news-item-category.topics-news-item-category--release {
  background-image: url("../../images/lp/topics_news_category01.svg");
  width: calc(108 / var(--font-size-base-px) * 1rem);
}
.topics-news-item-category.topics-news-item-category--report {
  background-image: url("../../images/lp/topics_news_category02.svg");
  width: calc(124 / var(--font-size-base-px) * 1rem);
}
.topics-news-item__content {
  display: flex;
  align-items: center;
  gap: 0 calc(52 / var(--font-size-base-px) * 1rem);
}
.topics-news-item__content::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: calc(17 / var(--font-size-base-px) * 1rem);
  height: calc(13 / var(--font-size-base-px) * 1rem);
  background-color: var(--color-paint);
  -webkit-mask: url("../../images/common/icon_arrow.svg");
  mask: url("../../images/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.topics-news-item-text {
  font-size: calc(14 / var(--font-size-base-px) * 1rem);
  line-height: calc(21 / 14);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
/* event */
.topics-event {
  background-color: var(--color-white);
  margin-top: calc(80 / var(--font-size-base-px) * 1rem);
  border-radius: calc(16 / var(--font-size-base-px) * 1rem);
  position: relative;
  z-index: 1;
}
.topics-event__in {
  padding: calc(48 / var(--font-size-base-px) * 1rem) calc(80 / var(--font-size-base-px) * 1rem) calc(64 / var(--font-size-base-px) * 1rem);
}
.topics-event__head {
  margin-bottom: calc(52 / var(--font-size-base-px) * 1rem);
}
.topics-event-heading {
  --heading-en-title-w: 111;
  --heading-jp-title-w: 73;
  text-align: center;
}
.topics-event-heading .site-block-heading__jp {
  margin-bottom: calc(24 / var(--font-size-base-px) * 1rem);
}
.topics-event__body {
}
.topics-event-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(98 / var(--font-size-base-px) * 1rem);
}
.topics-event-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 0 calc(48 / var(--font-size-base-px) * 1rem);
  font-size: calc(18 / var(--font-size-base-px) * 1rem);
  line-height: calc(27 / 18);
}
.topics-event-detail-item:nth-of-type(3) {
  width: 100%;
  margin-top: calc(24 / var(--font-size-base-px) * 1rem);
  padding-top: calc(22 / var(--font-size-base-px) * 1rem);
  border-top: calc(1 / var(--font-size-base-px) * 1rem) solid var(--color-border);
}
.topics-event-detail-heading {
  flex-shrink: 0;
  width: calc(86 / var(--font-size-base-px) * 1rem);
  background: var(--color-paint);
  line-height: 1;
  margin-top: calc(1lh - (24 / var(--font-size-base-px) * 1rem) / 2);
}
.topics-event-detail-text {
  font-family: var(--font-sans-family);
}
@media (hover: hover) {
  .topics-news-item__in:hover .topics-news-item-text {
    text-decoration: underline;
    text-underline-offset: calc(4 / var(--font-size-base-px) * 1rem);
  }
}
@media screen and (max-width: 900px) {
  .topics-news__body {
    margin-left: calc(60 / var(--font-size-base-px) * 1rem);
  }
  .topics-event-detail {
    flex-direction: column;
  }
  .topics-event-detail-item + .topics-event-detail-item {
    width: 100%;
    margin-top: calc(24 / var(--font-size-base-px) * 1rem);
    padding-top: calc(22 / var(--font-size-base-px) * 1rem);
    border-top: calc(1 / var(--font-size-base-px) * 1rem) solid var(--color-border);
  }
}
@media screen and (max-width: 767px) {
  .page-topics {
    overflow: hidden;
  }
  .page-topics .site-block__in {
    padding-top: calc(66 / var(--font-size-base-px) * 1rem);
    padding-bottom: calc(130 / var(--font-size-base-px) * 1rem);
    max-width: 100%;
  }
  .page-topics .site-block__in::before {
    display: none;
  }
  .page-topics-deco {
  }
  .page-topics-deco span:nth-of-type(1)::before {
    width: calc(145 / var(--font-size-base-px) * 1rem);
    height: calc(153 / var(--font-size-base-px) * 1rem);
    top: 0;
    left: unset;
    right: 0;
    background: url("../../images/lp/img_confetti05_sp.png") center center no-repeat;
    background-size: contain;
    margin-top: 0;
    margin-left: 0;
    margin-right: calc(-40 / var(--font-size-base-px) * 1rem);
  }
  .page-topics-deco span:nth-of-type(1)::after {
    width: calc(27 / var(--font-size-base-px) * 1rem);
    height: calc(23 / var(--font-size-base-px) * 1rem);
    top: 0;
    left: 0;
    background: url("../../images/lp/img_confetti06_sp.png") center center no-repeat;
    background-size: contain;
    margin-top: calc(536 / var(--font-size-base-px) * 1rem);
    margin-left: calc(10 / var(--font-size-base-px) * 1rem);
    z-index: 1;
  }
  .page-topics-deco span:nth-of-type(2)::before {
    width: calc(96 / var(--font-size-base-px) * 1rem);
    height: calc(123 / var(--font-size-base-px) * 1rem);
    bottom: 0;
    right: 0;
    background: url("../../images/lp/img_confetti07_sp.png") center center no-repeat;
    background-size: contain;
    margin-bottom: calc(65 / var(--font-size-base-px) * 1rem);
    margin-right: calc(-8 / var(--font-size-base-px) * 1rem);
  }

  /* news */
  .topics-news {
  }
  .topics-news__in {
    display: block;
  }
  .topics-news__head {
  }
  .topics-news-heading {
    --heading-en-title-w: 202;
    --heading-jp-title-w: 61;
    margin-bottom: calc(40 / var(--font-size-base-px) * 1rem);
  }
  .topics-news-heading .site-block-heading__jp {
    margin-bottom: calc(15 / var(--font-size-base-px) * 1rem);
  }
  .topics-news-heading .site-block-heading__en {
  }
  .topics-news__body {
    width: 100%;
    margin-left: 0;
  }
  .topics-news-list {
  }
  .topics-news-item {
  }
  .topics-news-item + .topics-news-item {
    padding-top: calc(28 / var(--font-size-base-px) * 1rem);
    margin-top: calc(26 / var(--font-size-base-px) * 1rem);
  }
  .topics-news-item__in {
  }
  .topics-news-item__body {
  }
  .topics-news-item__head {
    gap: 0 calc(18 / var(--font-size-base-px) * 1rem);
    margin-bottom: calc(18 / var(--font-size-base-px) * 1rem);
  }
  .topics-news-item-date {
  }
  .topics-news-item-category {
    height: calc(16 / var(--font-size-base-px) * 1rem);
  }
  .topics-news-item-category.topics-news-item-category--release {
    background-image: url("../../images/lp/topics_news_category01_sp.svg");
    width: calc(114 / var(--font-size-base-px) * 1rem);
  }
  .topics-news-item-category.topics-news-item-category--report {
    background-image: url("../../images/lp/topics_news_category02_sp.svg");
    width: calc(124 / var(--font-size-base-px) * 1rem);
  }
  .topics-news-item__content {
    gap: 0 calc(18 / var(--font-size-base-px) * 1rem);
    align-items: flex-end;
  }
  .topics-news-item__content::after {
    width: calc(16 / var(--font-size-base-px) * 1rem);
    height: calc(13 / var(--font-size-base-px) * 1rem);
    margin-bottom: calc(3 / var(--font-size-base-px) * 1rem);
  }
  .topics-news-item-text {
    line-height: 1.5;
    -webkit-line-clamp: 5;
  }
  /* event */
  .topics-event {
    margin-top: calc(56 / var(--font-size-base-px) * 1rem);
    border-radius: calc(8 / var(--font-size-base-px) * 1rem);
    position: relative;
    z-index: 1;
  }
  .topics-event__in {
    padding: calc(45 / var(--font-size-base-px) * 1rem) calc(25 / var(--font-size-base-px) * 1rem);
  }
  .topics-event__head {
    margin-bottom: calc(35 / var(--font-size-base-px) * 1rem);
  }
  .topics-event-heading {
    --heading-en-title-w: 88;
    --heading-jp-title-w: 61;
  }
  .topics-event-heading .site-block-heading__jp {
    margin-bottom: calc(15 / var(--font-size-base-px) * 1rem);
  }
  .topics-event__body {
  }
  .topics-event-detail {
    display: block;
  }
  .topics-event-detail-item {
    display: block;
    font-size: calc(15 / var(--font-size-base-px) * 1rem);
    line-height: 1.8;
    letter-spacing: calc(20 / 1000 * 1em);
  }
  .topics-event-detail-item + .topics-event-detail-item {
    margin-top: calc(20 / var(--font-size-base-px) * 1rem);
    padding-top: calc(30 / var(--font-size-base-px) * 1rem);
    border-top: calc(1 / var(--font-size-base-px) * 1rem) solid var(--color-border);
  }
  .topics-event-detail-heading {
    width: calc(88 / var(--font-size-base-px) * 1rem);
    margin-top: 0;
    margin-bottom: calc(12 / var(--font-size-base-px) * 1rem);
  }
  .topics-event-detail-text {
  }
}

/**************************************************
CONTENTS
**************************************************/

.page-contents {
  position: relative;
}
.page-contents .site-block__in {
  max-width: calc(1116 / var(--font-size-base-px) * 1rem);
}
.page-contents-loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: flex;
  margin-bottom: calc(-20 / var(--font-size-base-px) * 1rem);
  transform: translateY(calc(-100% - (-20 / var(--font-size-base-px) * 1rem)));
}
.page-contents-loop span {
  flex-shrink: 0;
  animation: loop_slide 32s linear infinite;
  display: block;
  width: calc(2733 / var(--font-size-base-px) * 1rem);
  height: calc(99 / var(--font-size-base-px) * 1rem);
  background: url("../../images/lp/contents_deco.svg") top left repeat-x;
  background-size: contain;
  opacity: .5;
}
.page-contents-heading {
  --heading-en-title-w: 0;
  --heading-jp-title-w: 142;
  padding-top: calc(84 / var(--font-size-base-px) * 1rem);
  margin-bottom: calc(48 / var(--font-size-base-px) * 1rem);
}
.page-contents-heading .site-block-heading__en {
  display: none;
}
.page-contents-lead {
  text-align: center;
  font-size: calc(16 / var(--font-size-base-px) * 1rem);
  line-height: 2;
  letter-spacing: calc(40 / 1000 * 1em);
  font-family: var(--font-sans-family);
  font-weight: 500;
  margin-bottom: calc(58 / var(--font-size-base-px) * 1rem);
}

.contents-sec {
}
.contents-sec + .contents-sec {
  margin-top: calc(80 / var(--font-size-base-px) * 1rem);
}
.contents-sec__in {
  display: flex;
  gap: 0 calc(32 / var(--font-size-base-px) * 1rem);
}
.contents-sec--reverse .contents-sec__in {
  flex-direction: row-reverse;
}
.contents-sec__head {
}
.contents-sec-heading {
  flex-shrink: 0;
  width: calc(20 / var(--font-size-base-px) * 1rem);
}
.contents-sec__body {
  position: relative;
  width: 100%;
  padding-block: calc(32 / var(--font-size-base-px) * 1rem);
  padding-inline: calc(58 / var(--font-size-base-px) * 1rem) calc(10 / var(--font-size-base-px) * 1rem);
}
.contents-sec--reverse .contents-sec__body {
  padding-inline: calc(10 / var(--font-size-base-px) * 1rem) calc(58 / var(--font-size-base-px) * 1rem);
}
.contents-sec__body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 50vw);
  height: 100%;
  z-index: -1;
  border-top-left-radius: calc(12 / var(--font-size-base-px) * 1rem);
  border-bottom-left-radius: calc(12 / var(--font-size-base-px) * 1rem);
}
.contents-sec--reverse .contents-sec__body::before {
  border-top-left-radius: calc(0 / var(--font-size-base-px) * 1rem);
  border-bottom-left-radius: calc(0 / var(--font-size-base-px) * 1rem);
  border-top-right-radius: calc(12 / var(--font-size-base-px) * 1rem);
  border-bottom-right-radius: calc(12 / var(--font-size-base-px) * 1rem);
}
.contents-sec--experience .contents-sec__body::before {
  background: url("../../images/lp/experience_bg.png") top center no-repeat;
  background-size: cover;
}
.contents-sec--present .contents-sec__body::before {
  background: url("../../images/lp/present_bg.png") top right no-repeat;
  background-size: cover;
}
.contents-sec--reverse .contents-sec__body::before {
  margin-left: calc(-50vw + 50%);
}
.contents-list {
}
.contents-item {
}
.contents-item + .contents-item {
  margin-top: calc(32 / var(--font-size-base-px) * 1rem);
  padding-top: calc(32 / var(--font-size-base-px) * 1rem);
  border-top: solid calc(1 / var(--font-size-base-px) * 1rem) var(--color-border);
}
.contents-item__in {
  display: flex;
  align-items: center;
  gap: 0 calc(50 / var(--font-size-base-px) * 1rem);
  position: relative;
}
.contents-sec--reverse .contents-item__in {
  flex-direction: row-reverse;
}
.contents-fukidashi {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(121 / var(--font-size-base-px) * 1rem);
  height: calc(80 / var(--font-size-base-px) * 1rem);
  background: url("../../images/common/frame_fukidashi.svg") center center no-repeat;
  background-size: contain;
  font-size: calc(14 / var(--font-size-base-px) * 1rem);
  font-family: var(--font-sans-family);
  font-weight: bold;
  padding-top: calc(30 / var(--font-size-base-px) * 1rem);
  text-align: center;
  margin-top: calc(-5 / var(--font-size-base-px) * 1rem);
}
.contents-detail {
  width: 100%;
  position: relative;
}
.contents-detail-logo {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: calc(38 / var(--font-size-base-px) * 1rem);
}
.contents-detail-logo--instagram {
  width: calc(26 / var(--font-size-base-px) * 1rem);
  height: calc(26 / var(--font-size-base-px) * 1rem);
  background: url("../../images/common/logo_instagram.svg") center center no-repeat;
  background-size: contain;
}
.contents-detail__head {
}
.contents-detail-num {
  display: block;
  width: calc(40 / var(--font-size-base-px) * 1rem);
  height: calc(18 / var(--font-size-base-px) * 1rem);
  background-color: var(--color-paint);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: calc(18 / var(--font-size-base-px) * 1rem);
}
.contents-detail-num--01 {
  background-image: url("../../images/common/icon_num01.svg");
}
.contents-detail-num--02 {
  background-image: url("../../images/common/icon_num02.svg");
}
.contents-detail-num--03 {
  background-image: url("../../images/common/icon_num03.svg");
}
.contents-detail-title {
  font-size: calc(24 / var(--font-size-base-px) * 1rem);
  font-family: var(--font-sans-family);
  font-weight: 500;
}
.contents-detail-text {
  margin-top: calc(24 / var(--font-size-base-px) * 1rem);
  font-size: calc(14 / var(--font-size-base-px) * 1rem);
  font-family: var(--font-sans-family);
  letter-spacing: calc(40 / 1000 * 1em);
  line-height: calc(23.8 / 14);
}
.contents-detail-bnr {
  margin-top: calc(16 / var(--font-size-base-px) * 1rem);
}
.contents-detail-bnr-text {
  display: inline-flex;
  align-items: flex-start;
  font-size: calc(14 / var(--font-size-base-px) * 1rem);
  letter-spacing: calc(40 / 1000 * 1em);
  line-height: calc(23.8 / 14);
  font-family: var(--font-sans-family);
  gap: 0 calc(6 / var(--font-size-base-px) * 1rem);
}
.contents-detail-bnr-text::after {
  content: "";
  display: block;
  width: calc(15 / var(--font-size-base-px) * 1rem);
  height: calc(13 / var(--font-size-base-px) * 1rem);
  margin-top: calc((1lh - 11 / var(--font-size-base-px) * 1rem) / 2);
  -webkit-mask: url("../../images/common/icon_arrow.svg");
  mask: url("../../images/common/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: var(--color-paint);
  transform: rotate(90deg);
}
.contents-detail-bnr-img {
  display: block;
  max-width: calc(441 / var(--font-size-base-px) * 1rem);
  width: 100%;
  margin-top: calc(14 / var(--font-size-base-px) * 1rem);
  transition: filter 0.3s ease;
}
.contents-img {
  position: relative;
  flex-shrink: 0;
  max-width: calc(350 / var(--font-size-base-px) * 1rem);
  display: flex;
  gap: 0 calc(1 / var(--font-size-base-px) * 1rem);
}

.contents-img img {
  border-radius: calc(8 / var(--font-size-base-px) * 1rem);
  overflow: hidden;
}

.present-img-tonyu {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background: url("../../images/lp/present_img01_tonyu.jpg") center center no-repeat;
  background-size: contain;
  width: calc(79 / 350 * 100%);
  padding-top: calc(194 / 350 * 100%);
  transform: translateX(-50%);
  margin-top: calc(-8 / 350 * 100%);
}

@media (hover: hover) {
  .contents-detail-bnr-img:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 900px) {
  .contents-item__in {
    gap: 0 calc(30 / var(--font-size-base-px) * 1rem);
  }
  .contents-fukidashi {
    width: calc(101 / var(--font-size-base-px) * 1rem);
    height: calc(60 / var(--font-size-base-px) * 1rem);
    font-size: calc(10 / var(--font-size-base-px) * 1rem);
    padding-top: calc(24 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-num {
    display: block;
    width: calc(36 / var(--font-size-base-px) * 1rem);
    height: calc(14 / var(--font-size-base-px) * 1rem);
    margin-bottom: calc(14 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-title {
    font-size: calc(20 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-text {
    margin-top: calc(18 / var(--font-size-base-px) * 1rem);
    font-size: calc(13 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-bnr-text {
    font-size: calc(13 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-bnr-text::after {
    width: calc(16 / var(--font-size-base-px) * 1rem);
    height: calc(12 / var(--font-size-base-px) * 1rem);
    gap: 0 calc(8 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-bnr-img {
    max-width: calc(340 / var(--font-size-base-px) * 1rem);
  }
  .contents-img {
    max-width: calc(300 / var(--font-size-base-px) * 1rem);
  }
}
@media screen and (max-width: 767px) {
  .page-contents {
    position: relative;
    background: var(--color-white);
    margin-top: calc(-26 / var(--font-size-base-px) * 1rem);
    border-top-left-radius: calc(30 / var(--font-size-base-px) * 1rem);
    border-top-right-radius: calc(30 / var(--font-size-base-px) * 1rem);
  }
  .page-contents .site-block__in {
    max-width: 100%;
    padding-inline: calc(10 / var(--font-size-base-px) * 1rem);
  }
  .page-contents-loop {
    display: none;
  }
  .page-contents-loop span {
  }
  .page-contents-heading {
    --heading-en-title-w: 352;
    --heading-jp-title-w: 125;
    padding-top: calc(60 / var(--font-size-base-px) * 1rem);
    margin-bottom: calc(23 / var(--font-size-base-px) * 1rem);
  }
  .page-contents-heading .site-block-heading__en {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: calc(-30 / var(--font-size-base-px) * 1rem);
    opacity: .5;
  }
  .page-contents-lead {
    font-size: calc(16 / var(--font-size-base-px) * 1rem);
    line-height: 1.8;
    margin-bottom: calc(40 / var(--font-size-base-px) * 1rem);
  }

  .contents-sec {
  }
  .contents-sec + .contents-sec {
    margin-top: calc(40 / var(--font-size-base-px) * 1rem);
  }
  .contents-sec__in {
    gap: 0 calc(9 / var(--font-size-base-px) * 1rem);
  }
  .contents-sec__head {
  }
  .contents-sec-heading {
    width: calc(15 / var(--font-size-base-px) * 1rem);
  }
  .contents-sec__body {
    padding-block: calc(40 / var(--font-size-base-px) * 1rem);
    padding-inline: calc(27 / var(--font-size-base-px) * 1rem) calc(5 / var(--font-size-base-px) * 1rem);
  }
  .contents-sec--present .contents-sec__body {
    padding-top: calc(25 / var(--font-size-base-px) * 1rem);
  }
  .contents-sec--reverse .contents-sec__body {
    padding-inline: calc(10 / var(--font-size-base-px) * 1rem) calc(18 / var(--font-size-base-px) * 1rem);
  }
  .contents-sec__body::before {
    border-top-left-radius: calc(6 / var(--font-size-base-px) * 1rem);
    border-bottom-left-radius: calc(6 / var(--font-size-base-px) * 1rem);
    z-index: 0;
    width: calc(100% + 10 / var(--font-size-base-px) * 1rem);
  }
  .contents-sec--reverse .contents-sec__body::before {
      margin-left: calc(-10 / var(--font-size-base-px) * 1rem);
  }
  .contents-sec--reverse .contents-sec__body::before {
    border-top-left-radius: calc(0 / var(--font-size-base-px) * 1rem);
    border-bottom-left-radius: calc(0 / var(--font-size-base-px) * 1rem);
    border-top-right-radius: calc(6 / var(--font-size-base-px) * 1rem);
    border-bottom-right-radius: calc(6 / var(--font-size-base-px) * 1rem);
  }
  .contents-sec--experience .contents-sec__body::before {
    background: url("../../images/lp/experience_bg_sp.png") top left no-repeat;
    background-size: cover;
  }
  .contents-sec--present .contents-sec__body::before {
    background: url("../../images/lp/present_bg_sp.png") top center no-repeat;
    background-size: cover;
  }
  .contents-list {
    position: relative;
  }
  .contents-item {
  }
  .contents-item + .contents-item {
    margin-top: calc(32 / var(--font-size-base-px) * 1rem);
    padding-top: calc(32 / var(--font-size-base-px) * 1rem);
    border-top: solid calc(1 / var(--font-size-base-px) * 1rem) var(--color-border);
  }
  .contents-item__in {
    display: flex;
    flex-direction: column-reverse;
    gap: calc(25 / var(--font-size-base-px) * 1rem) 0;
    position: relative;
  }
  .contents-sec--reverse .contents-item__in {
    flex-direction: column-reverse;
  }
  .contents-item__in:has(.contents-fukidashi) {
    padding-top: calc(52 / var(--font-size-base-px) * 1rem);
  }
  .contents-fukidashi {
    position: absolute;
    top: 0;
    right: unset;
    left: 0;
    width: calc(111 / var(--font-size-base-px) * 1rem);
    height: calc(40 / var(--font-size-base-px) * 1rem);
    background: url("../../images/common/frame_fukidashi_sp.svg") center center no-repeat;
    font-size: calc(10 / var(--font-size-base-px) * 1rem);
    padding-top: calc(12 / var(--font-size-base-px) * 1rem);
    margin-top: 0;
  }
  .contents-detail {
    width: 100%;
    position: static;
  }
  .contents-detail-logo {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(38 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-logo--instagram {
    width: calc(26 / var(--font-size-base-px) * 1rem);
    height: calc(26 / var(--font-size-base-px) * 1rem);
    background: url("../../images/common/logo_instagram.svg") center center no-repeat;
    background-size: contain;
  }
  .contents-detail__head {
    display: flex;
    align-items: center;
    gap: 0 calc(16 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-num {
    width: calc(50 / var(--font-size-base-px) * 1rem);
    height: calc(20 / var(--font-size-base-px) * 1rem);
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .contents-detail-title {
    font-size: calc(18 / var(--font-size-base-px) * 1rem);
    font-weight: 500;
  }
  .contents-detail-text {
    margin-top: calc(20 / var(--font-size-base-px) * 1rem);
    font-size: calc(14 / var(--font-size-base-px) * 1rem);
    line-height: 1.7;
  }
  .contents-detail-bnr {
    margin-top: calc(12 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-bnr-text {
    line-height: 1.7;
    font-family: var(--font-sans-family);
    gap: 0 calc(4 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-bnr-text::after {
    width: calc(16 / var(--font-size-base-px) * 1rem);
    height: calc(13 / var(--font-size-base-px) * 1rem);
  }
  .contents-detail-bnr-img {
    margin-top: calc(10 / var(--font-size-base-px) * 1rem);
  }
  .contents-img {
    max-width: 100%;
  }

  .contents-img img {
    border-radius: calc(4 / var(--font-size-base-px) * 1rem);
  }

  .present-img-tonyu {
    width: calc(68 / 297 * 100%);
    padding-top: calc(166 / 297 * 100%);
    margin-top: calc(-8 / 297 * 100%);
  }
}


/**************************************************
MENU
**************************************************/

.page-menu {
  position: relative;
  margin-top: calc(64 / var(--font-size-base-px) * 1rem);
}
.page-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: url("../../images/lp/menu_bg.jpg") top center repeat;
  background-size: cover;
}
.page-menu .site-block__in {
  padding-block: calc(127 / var(--font-size-base-px) * 1rem) calc(180 / var(--font-size-base-px) * 1rem);
  max-width: calc(1189 / var(--font-size-base-px) * 1rem);
  position: relative;
}
.page-menu-deco {
}
.page-menu-deco span:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(228 / var(--font-size-base-px) * 1rem);
  height: calc(248 / var(--font-size-base-px) * 1rem);
  background: url("../../images/lp/img_confetti09.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(36 / var(--font-size-base-px) * 1rem);
  margin-left: calc(-74 / var(--font-size-base-px) * 1rem);
}
.page-menu-deco span:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(125 / var(--font-size-base-px) * 1rem);
  height: calc(108 / var(--font-size-base-px) * 1rem);
  background: url("../../images/lp/img_confetti10.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(258 / var(--font-size-base-px) * 1rem);
  margin-right: calc(-44 / var(--font-size-base-px) * 1rem);
}
.page-menu-deco span:nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(276 / var(--font-size-base-px) * 1rem);
  height: calc(307 / var(--font-size-base-px) * 1rem);
  background: url("../../images/lp/img_confetti11.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(1274 / var(--font-size-base-px) * 1rem);
  margin-right: calc(-160 / var(--font-size-base-px) * 1rem);
  z-index: -1;
}
.page-menu-deco span:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(101 / var(--font-size-base-px) * 1rem);
  height: calc(84 / var(--font-size-base-px) * 1rem);
  background: url("../../images/lp/img_confetti12.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(2047 / var(--font-size-base-px) * 1rem);
  margin-left: calc(-38 / var(--font-size-base-px) * 1rem);
  z-index: -1;
}
.page-menu-deco span:nth-of-type(3)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(47 / var(--font-size-base-px) * 1rem);
  height: calc(75 / var(--font-size-base-px) * 1rem);
  background: url("../../images/lp/img_confetti13.png") center center no-repeat;
  background-size: contain;
  margin-top: calc(2314 / var(--font-size-base-px) * 1rem);
  margin-left: calc(-34 / var(--font-size-base-px) * 1rem);
  z-index: -1;
}
.page-menu-deco span:nth-of-type(3)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(156 / var(--font-size-base-px) * 1rem);
  height: calc(152 / var(--font-size-base-px) * 1rem);
  background: url("../../images/lp/img_confetti14.png") center center no-repeat;
  background-size: contain;
  margin-bottom: calc(40 / var(--font-size-base-px) * 1rem);
  margin-right: calc(-4 / var(--font-size-base-px) * 1rem);
  z-index: -1;
}
.page-menu-heading {
  --heading-en-title-w: 413;
  --heading-jp-title-w: 116;
  margin-bottom: calc(47 / var(--font-size-base-px) * 1rem);
}
.page-menu-heading .site-block-heading__jp {
  margin-bottom: calc(24 / var(--font-size-base-px) * 1rem);
}
.page-menu-lead {
  position: relative;
  margin-bottom: calc(58 / var(--font-size-base-px) * 1rem);
  padding-inline: calc(160 / var(--font-size-base-px) * 1rem);
}
.page-menu-lead::before {
  content: "";
  display: block;
  width: calc(79 / var(--font-size-base-px) * 1rem);
  height: calc(148 / var(--font-size-base-px) * 1rem);
  background: url("../../images/lp/menu_deco.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: calc(83 / var(--font-size-base-px) * 1rem);
}
.page-menu-lead-text {
  text-align: center;
  font-size: calc(16 / var(--font-size-base-px) * 1rem);
  line-height: 1.8;
  letter-spacing: calc(60 / 1000 * 1em);
  font-family: var(--font-sans-family);
  font-weight: 500;
}
.page-menu-lead-date {
  display: flex;
  justify-content: center;
  gap: 0 calc(16 / var(--font-size-base-px) * 1rem);
  text-align: center;
  letter-spacing: calc(60 / 1000 * 1em);
  font-size: calc(14 / var(--font-size-base-px) * 1rem);
  font-family: var(--font-sans-family);
  font-weight: 500;
  line-height: 1.8;
  margin-top: calc(20 / var(--font-size-base-px) * 1rem);
}

.page-menu-stores {
  margin-top: calc(42 / var(--font-size-base-px) * 1rem);
}
.page-menu-stores__in {
}
.page-menu-store {
  background-color: var(--color-white);
  border-radius: calc(12 / var(--font-size-base-px) * 1rem);
}
.page-menu-store + .page-menu-store {
  margin-top: calc(40 / var(--font-size-base-px) * 1rem);
}
.page-menu-store__in {
  padding: calc(52 / var(--font-size-base-px) * 1rem) calc(50 / var(--font-size-base-px) * 1rem) calc(60 / var(--font-size-base-px) * 1rem);
}
.page-menu-store__head {
}
.page-menu-store-heading {
  margin-bottom: calc(20 / var(--font-size-base-px) * 1rem);
  display: flex;
  align-items: flex-end;
  gap: 0 calc(40 / var(--font-size-base-px) * 1rem);
}
.page-menu-store-heading__in {
}
.page-menu-store-heading__in a{
  transition:0.3s ease;
}
.page-menu-store-heading__in a:hover{
  opacity:0.7;
}
.page-menu-store-heading__sub {
  width: calc(73 / var(--font-size-base-px) * 1rem);
  margin-bottom: calc(24 / var(--font-size-base-px) * 1rem);
  line-height: 0;
}
.page-menu-store-heading__main {
  width: calc(182 / var(--font-size-base-px) * 1rem);
}
.page-menu-store:nth-of-type(1) .page-menu-store-heading__sub {
  width: calc(160 / var(--font-size-base-px) * 1rem);
}
.page-menu-store:nth-of-type(2) .page-menu-store-heading__sub {
  width: calc(159 / var(--font-size-base-px) * 1rem);
}
.page-menu-store:nth-of-type(3) .page-menu-store-heading__sub {
  width: calc(73 / var(--font-size-base-px) * 1rem);
}
.page-menu-store:nth-of-type(1) .page-menu-store-heading__main {
  width: calc(300 / var(--font-size-base-px) * 1rem);
}
.page-menu-store:nth-of-type(2) .page-menu-store-heading__main {
  width: calc(409 / var(--font-size-base-px) * 1rem);
}
.page-menu-store:nth-of-type(3) .page-menu-store-heading__main {
  width: calc(182 / var(--font-size-base-px) * 1rem);
}
.page-menu-store-heading__icons {
  flex-shrink: 0;
}
.page-menu-store:nth-of-type(3) .page-menu-store-heading__icons {
  margin-bottom: calc(8 / var(--font-size-base-px) * 1rem);
}
.page-menu-icon {
  display: block;
  width: calc(39 / var(--font-size-base-px) * 1rem);
  height: calc(39 / var(--font-size-base-px) * 1rem);
}
.page-menu-icon--instagram {
  background: url("../../images/common/logo_instagram.svg") center center no-repeat;
  background-size: contain;
}
.page-menu-store-text {
  font-size: calc(14 / var(--font-size-base-px) * 1rem);
  font-family: var(--font-sans-family);
  letter-spacing: calc(40 / 1000 * 1em);
  line-height: calc(23.8 / 14);
}
.page-menu-store-note {
  font-size: calc(12 / var(--font-size-base-px) * 1rem);
  font-family: var(--font-sans-family);
  letter-spacing: calc(40 / 1000 * 1em);
  line-height: calc(23.8 / 14);
  margin-top: calc(8 / var(--font-size-base-px) * 1rem);
}
.page-menu-store__body {
  margin-top: calc(26 / var(--font-size-base-px) * 1rem);
  padding-top: calc(40 / var(--font-size-base-px) * 1rem);
  border-top: calc(1 / var(--font-size-base-px) * 1rem) solid var(--color-border);
}
.page-menu-store__menu {
}
.page-menu-list {
}
.page-menu-item {
}
.page-menu-item + .page-menu-item {
  margin-top: calc(24 / var(--font-size-base-px) * 1rem);
}
.page-menu-item__in {
  display: flex;
  gap: 0 calc(34 / var(--font-size-base-px) * 1rem);
}
.page-menu-item-img {
  max-width: calc(350 / var(--font-size-base-px) * 1rem);
  overflow: hidden;
  border-radius: calc(8 / var(--font-size-base-px) * 1rem);
  flex-shrink: 0;
}
.page-menu-item__body {
  width: 100%;
}
.page-menu-item-tag {
  display: block;
  width: calc(40 / var(--font-size-base-px) * 1rem);
  height: calc(18 / var(--font-size-base-px) * 1rem);
  background-color: var(--color-paint);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: calc(20 / var(--font-size-base-px) * 1rem);
}
.page-menu-item-tag--01 {
  background-image: url("../../images/common/icon_num01.svg");
}
.page-menu-item-tag--02 {
  background-image: url("../../images/common/icon_num02.svg");
}
.page-menu-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(32 / var(--font-size-base-px) * 1rem);
  margin-bottom: calc(16 / var(--font-size-base-px) * 1rem);
}
.page-menu-item-title__label {
  font-size: calc(20 / var(--font-size-base-px) * 1rem);
  letter-spacing: calc(40 / 1000 * 1em);
  font-weight: bold;
  line-height: 1.5;
  font-family: var(--font-sans-family);
}
.page-menu-item-title__price {
  font-size: calc(20 / var(--font-size-base-px) * 1rem);
  letter-spacing: calc(40 / 1000 * 1em);
  font-weight: 500;
  line-height: 1.5;
  flex-shrink: 0;
  font-family: var(--font-sans-family);
}
.page-menu-item-text {
  font-size: calc(14 / var(--font-size-base-px) * 1rem);
  letter-spacing: calc(40 / 1000 * 1em);
  line-height: calc(23.8 / 14);
  flex-shrink: 0;
  font-family: var(--font-sans-family);
}


@media screen and (max-width: 900px) {
}
@media screen and (max-width: 767px) {
  .page-menu {
    margin-top: calc(80 / var(--font-size-base-px) * 1rem);
    overflow: hidden;
  }
  .page-menu::before {
    background: url("../../images/lp/menu_bg_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .page-menu .site-block__in {
    padding-block: calc(80 / var(--font-size-base-px) * 1rem) calc(130 / var(--font-size-base-px) * 1rem);
    max-width: 100%;
  }
  .page-menu-deco {
  }
  .page-menu-deco span:nth-of-type(1)::before {
    top: 0;
    left: unset;
    right: 0;
    width: calc(72 / var(--font-size-base-px) * 1rem);
    height: calc(62 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti08_sp.png") center center no-repeat;
    background-size: contain;
    margin-top: calc(50 / var(--font-size-base-px) * 1rem);
    margin-left: 0;
    margin-right: calc(-15 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-deco span:nth-of-type(1)::after {
    top: 0;
    right: unset;
    left: 0;
    width: calc(66 / var(--font-size-base-px) * 1rem);
    height: calc(76 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti09_sp.png") center center no-repeat;
    background-size: contain;
    margin-top: calc(334 / var(--font-size-base-px) * 1rem);
    margin-right: 0;
    margin-left: calc(-30 / var(--font-size-base-px) * 1rem);
    z-index: -1;
  }
  .page-menu-deco span:nth-of-type(2)::before {
    /* top: 0;
    bottom: unset;
    right: 0;
    width: calc(139 / var(--font-size-base-px) * 1rem);
    height: calc(153 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti10_sp.png") center center no-repeat;
    background-size: contain;
    margin-bottom: 0;
    margin-right: calc(-34 / var(--font-size-base-px) * 1rem);
    margin-top: calc(860 / var(--font-size-base-px) * 1rem); */
    display: none;
  }
  .page-menu-deco span:nth-of-type(2)::after {
    /* content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(25 / var(--font-size-base-px) * 1rem);
    height: calc(23 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti11_sp.png") center center no-repeat;
    background-size: contain;
    margin-left: calc(-4 / var(--font-size-base-px) * 1rem);
    margin-top: calc(1201 / var(--font-size-base-px) * 1rem);
    z-index: -1; */
    display: none;
  }
  .page-menu-deco span:nth-of-type(3)::before {
    /* content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    width: calc(96 / var(--font-size-base-px) * 1rem);
    height: calc(123 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti12_sp.png") center center no-repeat;
    background-size: contain;
    margin-right: calc(-2 / var(--font-size-base-px) * 1rem);
    margin-top: calc(1853 / var(--font-size-base-px) * 1rem);
    margin-left: 0;
    z-index: -1; */
    display: none;
  }
  .page-menu-deco span:nth-of-type(3)::after {
    /* content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(71 / var(--font-size-base-px) * 1rem);
    height: calc(61 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti13_sp.png") center center no-repeat;
    background-size: contain;
    margin-right: calc(4 / var(--font-size-base-px) * 1rem);
    margin-top: calc(2402 / var(--font-size-base-px) * 1rem);
    z-index: -1; */
    display: none;
  }
  .page-menu-deco span:nth-of-type(4)::before {
    /* content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(66 / var(--font-size-base-px) * 1rem);
    height: calc(76 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti14_sp.png") center center no-repeat;
    background-size: contain;
    margin-top: calc(2658 / var(--font-size-base-px) * 1rem);
    margin-left: calc(-28 / var(--font-size-base-px) * 1rem);
    z-index: -1; */
    display: none;
  }
  .page-menu-deco span:nth-of-type(4)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(139 / var(--font-size-base-px) * 1rem);
    height: calc(153 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti15_sp.png") center center no-repeat;
    background-size: contain;
    margin-bottom: calc(416 / var(--font-size-base-px) * 1rem);
    margin-right: calc(-33 / var(--font-size-base-px) * 1rem);
    z-index: -1;
  }
  .page-menu-deco span:nth-of-type(5)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(27 / var(--font-size-base-px) * 1rem);
    height: calc(24 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti16_sp.png") center center no-repeat;
    background-size: contain;
    margin-bottom: calc(90 / var(--font-size-base-px) * 1rem);
    margin-left: calc(-6 / var(--font-size-base-px) * 1rem);
    z-index: -1;
  }
  .page-menu-heading {
    --heading-en-title-w: 329;
    --heading-jp-title-w: 97;
    margin-bottom: calc(34 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-heading .site-block-heading__jp {
    margin-bottom: calc(15 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-lead {
    margin-bottom: calc(40 / var(--font-size-base-px) * 1rem);
    padding-inline: 0;
  }
  .page-menu-lead::before {
    width: calc(44 / var(--font-size-base-px) * 1rem);
    height: calc(84 / var(--font-size-base-px) * 1rem);
    margin-right: calc(16 / var(--font-size-base-px) * 1rem);
    margin-bottom: calc(-20 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-lead-text {
    font-size: calc(15 / var(--font-size-base-px) * 1rem);
    line-height: 1.8;
  }
  .page-menu-lead-date {
    display: block;
    font-weight: 400;
    margin-top: calc(15 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-lead-date span {
    display: block;
    font-size: calc(12 / var(--font-size-base-px) * 1rem);
  }

  .page-menu-stores {
    margin-top: calc(36 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-stores__in {
  }
  .page-menu-store {
    position: relative;
  }
  .page-menu-store + .page-menu-store {
    margin-top: calc(35 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store:nth-of-type(1).page-menu-store::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(139 / var(--font-size-base-px) * 1rem);
    height: calc(153 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti10_sp.png") center center no-repeat;
    background-size: contain;
    margin-right: calc(-46 / var(--font-size-base-px) * 1rem);
    margin-top: calc(500 / var(--font-size-base-px) * 1rem);
    z-index: -1;
  }
  .page-menu-store:nth-of-type(2).page-menu-store::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(25 / var(--font-size-base-px) * 1rem);
    height: calc(23 / var(--font-size-base-px) * 1rem);
    background: url(../../images/lp/img_confetti11_sp.png) center center no-repeat;
    background-size: contain;
    margin-left: calc(-19 / var(--font-size-base-px) * 1rem);
    margin-top: calc(15 / var(--font-size-base-px) * 1rem);
    z-index: -1;
  }
  .page-menu-store:nth-of-type(2).page-menu-store::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(96 / var(--font-size-base-px) * 1rem);
    height: calc(123 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti12_sp.png") center center no-repeat;
    background-size: contain;
    margin-right: calc(-24 / var(--font-size-base-px) * 1rem);
    margin-top: calc(720 / var(--font-size-base-px) * 1rem);
    z-index: -1;
  }
  .page-menu-store:nth-of-type(3).page-menu-store::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(71 / var(--font-size-base-px) * 1rem);
    height: calc(61 / var(--font-size-base-px) * 1rem);
    background: url(../../images/lp/img_confetti13_sp.png) center center no-repeat;
    background-size: contain;
    margin-right: calc(-12 / var(--font-size-base-px) * 1rem);
    margin-top: calc(-47 / var(--font-size-base-px) * 1rem);
    z-index: -1;
  }
  .page-menu-store:nth-of-type(3).page-menu-store::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(66 / var(--font-size-base-px) * 1rem);
    height: calc(76 / var(--font-size-base-px) * 1rem);
    background: url("../../images/lp/img_confetti14_sp.png") center center no-repeat;
    background-size: contain;
    margin-top: calc(140 / var(--font-size-base-px) * 1rem);
    margin-left: calc(-44 / var(--font-size-base-px) * 1rem);
    z-index: -1;
  }
  .page-menu-store__in {
    position: relative;
    border-radius: calc(6 / var(--font-size-base-px) * 1rem);
    background: var(--color-white);
    padding: calc(36 / var(--font-size-base-px) * 1rem) calc(24 / var(--font-size-base-px) * 1rem) calc(32 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store__head {
  }
  .page-menu-store-heading {
    margin-bottom: calc(20 / var(--font-size-base-px) * 1rem);
    display: block;
    gap: 0 calc(40 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store-heading__in {
  }
  .page-menu-store-heading__sub {
    margin-inline: auto;
    margin-bottom: calc(14 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store-heading__main {
    margin-inline: auto;
  }
  .page-menu-store:nth-of-type(1) .page-menu-store-heading__sub {
    width: calc(120 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store:nth-of-type(2) .page-menu-store-heading__sub {
    width: calc(119 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store:nth-of-type(3) .page-menu-store-heading__sub {
    width: calc(55 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store:nth-of-type(1) .page-menu-store-heading__main {
    width: calc(201 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store:nth-of-type(2) .page-menu-store-heading__main {
    width: calc(250 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store:nth-of-type(3) .page-menu-store-heading__main {
    width: calc(116 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store-heading__icons {
    flex-shrink: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(12 / var(--font-size-base-px) * 1rem);
    margin-right: calc(12 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store:nth-of-type(3) .page-menu-store-heading__icons {
    margin-bottom: 0;
  }
  .page-menu-icon {
    width: calc(29 / var(--font-size-base-px) * 1rem);
    height: calc(29 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store-text {
    font-size: calc(13 / var(--font-size-base-px) * 1rem);
    line-height: calc(44.2 / 26);
  }
  .page-menu-store-note {
    font-size: calc(11 / var(--font-size-base-px) * 1rem);
    line-height: calc(44.2 / 26);
  }
  .page-menu-store__body {
    margin-top: calc(20 / var(--font-size-base-px) * 1rem);
    padding-top: calc(25 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-store__menu {
  }
  .page-menu-list {
  }
  .page-menu-item {
  }
  .page-menu-item + .page-menu-item {
    margin-top: calc(30 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-item__in {
    flex-direction: column;
    gap: calc(25 / var(--font-size-base-px) * 1rem) 0;
  }
  .page-menu-item-img {
    max-width: 100%;
    border-radius: calc(4 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-item__body {
    width: 100%;
  }
  .page-menu-item-tag {
    width: calc(50 / var(--font-size-base-px) * 1rem);
    height: calc(20 / var(--font-size-base-px) * 1rem);
    margin-bottom: calc(16 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-item-tag--01 {
    background-image: url("../../images/common/icon_num01.svg");
  }
  .page-menu-item-tag--02 {
    background-image: url("../../images/common/icon_num02.svg");
  }
  .page-menu-item-title {
    display: block;
    margin-bottom: calc(12 / var(--font-size-base-px) * 1rem);
  }
  .page-menu-item-title__label {
    font-size: calc(18 / var(--font-size-base-px) * 1rem);
    letter-spacing: calc(20 / 1000 * 1em);
    line-height: calc(54 / 36);
    font-weight: 500;
  }
  .page-menu-item-title__price {
    font-size: calc(16 / var(--font-size-base-px) * 1rem);
    letter-spacing: calc(40 / 1000 * 1em);
    font-weight: 500;
    line-height: 1.5;
    flex-shrink: 0;
    font-family: var(--font-sans-family);
    /* display: none; */
  }
  .page-menu-item-text {
    font-size: calc(13 / var(--font-size-base-px) * 1rem);
    letter-spacing: calc(40 / 1000 * 1em);
    line-height: calc(44 / 26);
  }

}