@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:wght@700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
.lg_only {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .lg_only {
    display: none !important;
  }
}
.lg_only__inline {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .lg_only__inline {
    display: none !important;
  }
}

.lg_md_only {
  display: block !important;
}
@media screen and (max-width: 450px) {
  .lg_md_only {
    display: none !important;
  }
}
.lg_md_only__inline {
  display: inline-block !important;
}
@media screen and (max-width: 450px) {
  .lg_md_only__inline {
    display: none !important;
  }
}

.md_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .md_only {
    display: block !important;
  }
}
@media screen and (max-width: 450px) {
  .md_only {
    display: none !important;
  }
}
.md_only__inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .md_only__inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 450px) {
  .md_only__inline {
    display: none !important;
  }
}

.md_sm_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .md_sm_only {
    display: block !important;
  }
}
.md_sm_only__inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .md_sm_only__inline {
    display: inline-block !important;
  }
}

.sm_only {
  display: none !important;
}
@media screen and (max-width: 450px) {
  .sm_only {
    display: block !important;
  }
}
.sm_only__inline {
  display: none !important;
}
@media screen and (max-width: 450px) {
  .sm_only__inline {
    display: inline-block !important;
  }
}

@media screen and (max-width: 768px) {
  .is_equalizeHeights {
    height: auto !important;
  }
}
body {
  line-height: 1.5;
  letter-spacing: 0.005em;
  background: #003257;
  color: #1b1b1b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
body.is_hidden {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

/* ------------------------------------
ハック
------------------------------------ */
section.main-box.fade-element {
  padding: 0;
}

.breadcrumb-box {
  display: none;
}

.page-bd {
  padding-top: 93px;
}
@media screen and (max-width: 768px) {
  .page-bd {
    padding-top: 77px;
  }
}

footer {
  position: relative;
  z-index: 2;
}
footer::before, footer::after {
  display: none;
}

.pagetop-side {
  display: none !important;
}

/* ------------------------------------
Smoothスクロール位置調整
------------------------------------ */
/* ------------------------------------
ヘッダースタイル
------------------------------------ */
.ly_header {
  padding: 24px;
  background: #fff;
}
.ly_header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(20 / 16 * 1rem), calc(20 / 1440 * 100vw));
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ly_header_logo img {
  width: 65px;
}
@media screen and (max-width: 768px) {
  .ly_header_nav {
    display: none;
  }
}
.ly_header_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ly_header_nav_list li {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.ly_header_nav_list li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 6px min(calc(5 / 16 * 1rem), calc(5 / 1440 * 100vw));
  border-left: #e7e7e7 solid 1px;
}
.ly_header_nav_list li:last-child a {
  border-right: #e7e7e7 solid 1px;
}
.ly_header_navSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .ly_header_navSp {
    display: block;
  }
}
.ly_header_navSp .hbg_menu {
  width: 24px;
  height: 22px;
  position: relative;
  z-index: 999;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.ly_header_navSp .hbg_menu span {
  height: 1px;
  background: #cca11d;
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: top 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: top 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
}
.ly_header_navSp .hbg_menu span:nth-child(1) {
  top: 2px;
}
.ly_header_navSp .hbg_menu span:nth-child(2) {
  top: 10px;
}
.ly_header_navSp .hbg_menu span:nth-child(3) {
  top: 18px;
}
.ly_header_navSp nav {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 70px 20px 20px;
  background: #fff;
  position: fixed;
  inset: 0;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow-y: auto;
}
.ly_header_navSp nav ul {
  padding: 12px 24px;
  background: #fff center/contain repeat-y url(../image/rise-christmas2025/body_side_sp.png);
  position: relative;
}
.ly_header_navSp nav ul::before, .ly_header_navSp nav ul::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../image/rise-christmas2025/body_head_sp.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
}
.ly_header_navSp nav ul::before {
  top: -15px;
}
.ly_header_navSp nav ul::after {
  bottom: -15px;
  scale: 1 -1;
}
.ly_header_navSp nav ul li a {
  display: block;
  max-width: 286px;
}
.ly_header_navSp nav ul li + li {
  margin-top: 8px;
}
.ly_header_navSp.is_open .hbg_menu span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ly_header_navSp.is_open .hbg_menu span:nth-child(2) {
  opacity: 0;
}
.ly_header_navSp.is_open .hbg_menu span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ly_header_navSp.is_open nav {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------------
レイアウトスタイル
------------------------------------ */
.ly_col2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ly_col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.ly_contents {
  position: relative;
  z-index: 0;
  --para-speed: -0.12;
  --para-offset: 0px;
  will-change: background-position;
  min-height: 100dvh;
  background: #003257;
  background-attachment: scroll;
  background-position: center top;
}
.ly_contents::before {
  content: "";
  height: 300dvh;
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #003257 url(../image/rise-christmas2025/bg.svg) repeat center top;
  -webkit-transform: translate3d(0, var(--para-offset), 0);
          transform: translate3d(0, var(--para-offset), 0);
  will-change: transform;
}
.ly_contents_inner {
  position: relative;
  --lf-mul: 0.6;
  --rt-mul: 0.6;
}
.ly_contents_inner::before, .ly_contents_inner::after {
  content: "";
  display: block;
  width: min(calc(197 / 16 * 1rem), calc(197 / 1440 * 100vw));
  height: 100dvh;
  position: fixed;
  top: 0;
  z-index: 2;
  pointer-events: none;
  will-change: background-position;
}
@media screen and (max-width: 768px) {
  .ly_contents_inner::before, .ly_contents_inner::after {
    display: none;
  }
}
.ly_contents_inner::before {
  background: url(../image/rise-christmas2025/rep_lf.svg) repeat-y left top;
  background-position: left calc(var(--para-offset, 0px) * var(--lf-mul));
  background-size: 100%;
  left: 0;
}
.ly_contents_inner::after {
  background: url(../image/rise-christmas2025/rep_rt.svg) repeat-y right top;
  background-position: right calc(var(--para-offset, 0px) * var(--rt-mul));
  background-size: 100%;
  right: 0;
}
.ly_contents_inner .nami01,
.ly_contents_inner .nami02,
.ly_contents_inner .nami04,
.ly_contents_inner .nami05 {
  pointer-events: none;
}
.ly_contents_inner .nami01 {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 4;
}
.ly_contents_inner .nami02 {
  width: 100%;
  position: relative;
  bottom: -2px;
  z-index: 4;
}
.ly_contents_inner .nami03 {
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
}
.ly_contents_inner .nami04 {
  width: 100%;
  position: relative;
  bottom: -2px;
  z-index: 10;
}
.ly_contents_inner .nami05 {
  width: 100%;
  margin-top: clamp(calc(50 / 16 * 1rem), calc(calc((180 - 970 * 0.218487395) / 16) * 1rem) + calc(100 * 0.218487395 * 1vw), calc(180 / 16 * 1rem));
  position: relative;
  z-index: 10;
}
.ly_contents_sec {
  max-width: 1010px;
  margin: 0 auto;
  padding-inline: clamp(calc(20 / 16 * 1rem), calc(calc((40 - 970 * 0.0336134454) / 16) * 1rem) + calc(100 * 0.0336134454 * 1vw), calc(40 / 16 * 1rem));
  position: relative;
  z-index: 4;
}
.ly_contents_sec + .ly_contents_sec {
  margin-top: clamp(calc(64 / 16 * 1rem), calc(calc((180 - 970 * 0.1949579832) / 16) * 1rem) + calc(100 * 0.1949579832 * 1vw), calc(180 / 16 * 1rem));
}
.ly_contents_sec__wrap {
  background: #fff url(../image/rise-christmas2025/bg03.svg) repeat top left;
  position: relative;
}
.ly_contents_sec__body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(4%, rgba(255, 255, 255, 0)), color-stop(93%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 93%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, 0) 93%, rgb(255, 255, 255) 100%);
}
.ly_contents_sec__inner {
  padding: 0 clamp(calc(16 / 16 * 1rem), calc(calc((40 - 970 * 0.0403361345) / 16) * 1rem) + calc(100 * 0.0403361345 * 1vw), calc(40 / 16 * 1rem)) 24px;
  background: center/contain repeat-y url(../image/rise-christmas2025/body_side.png);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .ly_contents_sec__inner {
    background: center/contain repeat-y url(../image/rise-christmas2025/body_side_sp.png);
  }
}
.ly_contents_sec__inner .hdg {
  position: relative;
  z-index: 2;
}
.ly_contents_sec__inner .bh,
.ly_contents_sec__inner .bb {
  width: 100%;
  position: absolute;
  left: 0;
}
.ly_contents_sec__inner .bh {
  top: max(calc(-48 / 16 * 1rem), calc(-48 / 1440 * 100vw));
}
@media screen and (max-width: 1024px) {
  .ly_contents_sec__inner .bh {
    top: max(calc(-48 / 16 * 1rem), calc(-48 / 1024 * 100vw));
  }
}
@media screen and (max-width: 768px) {
  .ly_contents_sec__inner .bh {
    top: -3%;
  }
}
@media screen and (max-width: 620px) {
  .ly_contents_sec__inner .bh {
    top: -2.8%;
  }
}
@media screen and (max-width: 605px) {
  .ly_contents_sec__inner .bh {
    top: -2.5%;
  }
}
@media screen and (max-width: 500px) {
  .ly_contents_sec__inner .bh {
    top: -2.2%;
  }
}
@media screen and (max-width: 450px) {
  .ly_contents_sec__inner .bh {
    top: max(calc(-18 / 16 * 1rem), calc(-18 / 375 * 100vw));
  }
}
@media screen and (max-width: 375px) {
  .ly_contents_sec__inner .bh {
    top: -1.8%;
  }
}
.ly_contents_sec__inner .bb {
  bottom: max(calc(-48 / 16 * 1rem), calc(-48 / 1440 * 100vw));
  scale: 1 -1;
}
@media screen and (max-width: 1024px) {
  .ly_contents_sec__inner .bb {
    bottom: max(calc(-48 / 16 * 1rem), calc(-48 / 1024 * 100vw));
  }
}
@media screen and (max-width: 768px) {
  .ly_contents_sec__inner .bb {
    bottom: -3%;
  }
}
@media screen and (max-width: 620px) {
  .ly_contents_sec__inner .bb {
    bottom: -2.8%;
  }
}
@media screen and (max-width: 605px) {
  .ly_contents_sec__inner .bb {
    bottom: -2.5%;
  }
}
@media screen and (max-width: 500px) {
  .ly_contents_sec__inner .bb {
    bottom: -2.2%;
  }
}
@media screen and (max-width: 450px) {
  .ly_contents_sec__inner .bb {
    bottom: max(calc(-18 / 16 * 1rem), calc(-18 / 375 * 100vw));
  }
}
@media screen and (max-width: 375px) {
  .ly_contents_sec__inner .bb {
    bottom: -1.8%;
  }
}

.ly_block00 {
  padding-top: max(calc(280 / 16 * 1rem), calc(280 / 1440 * 100vw));
  position: relative;
}
@media screen and (max-width: 768px) {
  .ly_block00 {
    padding-top: 32%;
  }
}
@media screen and (max-width: 450px) {
  .ly_block00 {
    padding-top: max(calc(140 / 16 * 1rem), calc(140 / 375 * 100vw));
  }
}

.ly_block01,
.ly_block03 {
  padding-block: clamp(calc(50 / 16 * 1rem), calc(calc((120 - 970 * 0.1176470588) / 16) * 1rem) + calc(100 * 0.1176470588 * 1vw), calc(120 / 16 * 1rem)) 70px;
  background: #e6f1fa url(../image/rise-christmas2025/bg02.svg);
  position: relative;
}
@media screen and (max-width: 768px) {
  .ly_block01,
  .ly_block03 {
    padding-bottom: 36px;
  }
}

.ly_block02 {
  padding: min(calc(460 / 16 * 1rem), calc(460 / 1440 * 100vw)) 0 clamp(calc(40 / 16 * 1rem), calc(calc((70 - 970 * 0.0504201681) / 16) * 1rem) + calc(100 * 0.0504201681 * 1vw), calc(70 / 16 * 1rem));
  position: relative;
}
@media screen and (min-width: 1441px) {
  .ly_block02 {
    padding-top: max(calc(460 / 16 * 1rem), calc(460 / 1440 * 100vw));
  }
}
@media screen and (max-width: 768px) {
  .ly_block02 {
    padding-top: 52%;
  }
}
@media screen and (max-width: 450px) {
  .ly_block02 {
    padding-top: max(calc(186 / 16 * 1rem), calc(186 / 375 * 100vw));
  }
}

.ly_block03 {
  padding-bottom: 0;
}

/* ------------------------------------
コンテンツ内スタイル
------------------------------------ */
.un_mv {
  position: relative;
  z-index: 10;
}

.un_story .hdg {
  max-width: 930px;
  margin: 0 auto;
}

.un_map {
  padding-bottom: clamp(calc(60 / 16 * 1rem), calc(calc((120 - 970 * 0.1008403361) / 16) * 1rem) + calc(100 * 0.1008403361 * 1vw), calc(120 / 16 * 1rem));
  position: relative;
}
@media screen and (max-width: 768px) {
  .un_map .ly_contents_sec__inner .bh {
    top: -4.7%;
  }
}
@media screen and (max-width: 600px) {
  .un_map .ly_contents_sec__inner .bh {
    top: -4.5%;
  }
}
@media screen and (max-width: 480px) {
  .un_map .ly_contents_sec__inner .bh {
    top: -4%;
  }
}
@media screen and (max-width: 450px) {
  .un_map .ly_contents_sec__inner .bh {
    top: -3.3%;
  }
}
@media screen and (max-width: 375px) {
  .un_map .ly_contents_sec__inner .bh {
    top: -3%;
  }
}
@media screen and (max-width: 768px) {
  .un_map .ly_contents_sec__inner .bb {
    bottom: -3.7%;
  }
}
@media screen and (max-width: 600px) {
  .un_map .ly_contents_sec__inner .bb {
    bottom: -4.5%;
  }
}
@media screen and (max-width: 480px) {
  .un_map .ly_contents_sec__inner .bb {
    bottom: -4%;
  }
}
@media screen and (max-width: 450px) {
  .un_map .ly_contents_sec__inner .bb {
    bottom: -3.3%;
  }
}
@media screen and (max-width: 375px) {
  .un_map .ly_contents_sec__inner .bb {
    bottom: -3.3%;
  }
}
.un_map .mapArea {
  margin-top: clamp(calc(24 / 16 * 1rem), calc(calc((32 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(32 / 16 * 1rem));
}
.un_map .txt {
  margin-top: 16px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .un_map .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .un_heartlight .ly_contents_sec__inner .bh,
  .un_skate .ly_contents_sec__inner .bh,
  .un_skateEvent .ly_contents_sec__inner .bh,
  .un_h_d_g .ly_contents_sec__inner .bh,
  .un_holiday .ly_contents_sec__inner .bh,
  .un_mm_wf_hg .ly_contents_sec__inner .bh,
  .un_winterEvent .ly_contents_sec__inner .bh,
  .un_ssn .ly_contents_sec__inner .bh,
  .un_sp .ly_contents_sec__inner .bh {
    top: -35px;
  }
}
@media screen and (max-width: 650px) {
  .un_heartlight .ly_contents_sec__inner .bh,
  .un_skate .ly_contents_sec__inner .bh,
  .un_skateEvent .ly_contents_sec__inner .bh,
  .un_h_d_g .ly_contents_sec__inner .bh,
  .un_holiday .ly_contents_sec__inner .bh,
  .un_mm_wf_hg .ly_contents_sec__inner .bh,
  .un_winterEvent .ly_contents_sec__inner .bh,
  .un_ssn .ly_contents_sec__inner .bh,
  .un_sp .ly_contents_sec__inner .bh {
    top: -32px;
  }
}
@media screen and (max-width: 590px) {
  .un_heartlight .ly_contents_sec__inner .bh,
  .un_skate .ly_contents_sec__inner .bh,
  .un_skateEvent .ly_contents_sec__inner .bh,
  .un_h_d_g .ly_contents_sec__inner .bh,
  .un_holiday .ly_contents_sec__inner .bh,
  .un_mm_wf_hg .ly_contents_sec__inner .bh,
  .un_winterEvent .ly_contents_sec__inner .bh,
  .un_ssn .ly_contents_sec__inner .bh,
  .un_sp .ly_contents_sec__inner .bh {
    top: -28px;
  }
}
@media screen and (max-width: 520px) {
  .un_heartlight .ly_contents_sec__inner .bh,
  .un_skate .ly_contents_sec__inner .bh,
  .un_skateEvent .ly_contents_sec__inner .bh,
  .un_h_d_g .ly_contents_sec__inner .bh,
  .un_holiday .ly_contents_sec__inner .bh,
  .un_mm_wf_hg .ly_contents_sec__inner .bh,
  .un_winterEvent .ly_contents_sec__inner .bh,
  .un_ssn .ly_contents_sec__inner .bh,
  .un_sp .ly_contents_sec__inner .bh {
    top: -24px;
  }
}
@media screen and (max-width: 480px) {
  .un_heartlight .ly_contents_sec__inner .bh,
  .un_skate .ly_contents_sec__inner .bh,
  .un_skateEvent .ly_contents_sec__inner .bh,
  .un_h_d_g .ly_contents_sec__inner .bh,
  .un_holiday .ly_contents_sec__inner .bh,
  .un_mm_wf_hg .ly_contents_sec__inner .bh,
  .un_winterEvent .ly_contents_sec__inner .bh,
  .un_ssn .ly_contents_sec__inner .bh,
  .un_sp .ly_contents_sec__inner .bh {
    top: -22px;
  }
}
@media screen and (max-width: 450px) {
  .un_heartlight .ly_contents_sec__inner .bh,
  .un_skate .ly_contents_sec__inner .bh,
  .un_skateEvent .ly_contents_sec__inner .bh,
  .un_h_d_g .ly_contents_sec__inner .bh,
  .un_holiday .ly_contents_sec__inner .bh,
  .un_mm_wf_hg .ly_contents_sec__inner .bh,
  .un_winterEvent .ly_contents_sec__inner .bh,
  .un_ssn .ly_contents_sec__inner .bh,
  .un_sp .ly_contents_sec__inner .bh {
    top: -20px;
  }
}
@media screen and (max-width: 375px) {
  .un_heartlight .ly_contents_sec__inner .bh,
  .un_skate .ly_contents_sec__inner .bh,
  .un_skateEvent .ly_contents_sec__inner .bh,
  .un_h_d_g .ly_contents_sec__inner .bh,
  .un_holiday .ly_contents_sec__inner .bh,
  .un_mm_wf_hg .ly_contents_sec__inner .bh,
  .un_winterEvent .ly_contents_sec__inner .bh,
  .un_ssn .ly_contents_sec__inner .bh,
  .un_sp .ly_contents_sec__inner .bh {
    top: -16px;
  }
}
@media screen and (max-width: 768px) {
  .un_heartlight .ly_contents_sec__inner .bb,
  .un_skate .ly_contents_sec__inner .bb,
  .un_skateEvent .ly_contents_sec__inner .bb,
  .un_h_d_g .ly_contents_sec__inner .bb,
  .un_holiday .ly_contents_sec__inner .bb,
  .un_mm_wf_hg .ly_contents_sec__inner .bb,
  .un_winterEvent .ly_contents_sec__inner .bb,
  .un_ssn .ly_contents_sec__inner .bb,
  .un_sp .ly_contents_sec__inner .bb {
    bottom: -35px;
  }
}
@media screen and (max-width: 650px) {
  .un_heartlight .ly_contents_sec__inner .bb,
  .un_skate .ly_contents_sec__inner .bb,
  .un_skateEvent .ly_contents_sec__inner .bb,
  .un_h_d_g .ly_contents_sec__inner .bb,
  .un_holiday .ly_contents_sec__inner .bb,
  .un_mm_wf_hg .ly_contents_sec__inner .bb,
  .un_winterEvent .ly_contents_sec__inner .bb,
  .un_ssn .ly_contents_sec__inner .bb,
  .un_sp .ly_contents_sec__inner .bb {
    bottom: -32px;
  }
}
@media screen and (max-width: 590px) {
  .un_heartlight .ly_contents_sec__inner .bb,
  .un_skate .ly_contents_sec__inner .bb,
  .un_skateEvent .ly_contents_sec__inner .bb,
  .un_h_d_g .ly_contents_sec__inner .bb,
  .un_holiday .ly_contents_sec__inner .bb,
  .un_mm_wf_hg .ly_contents_sec__inner .bb,
  .un_winterEvent .ly_contents_sec__inner .bb,
  .un_ssn .ly_contents_sec__inner .bb,
  .un_sp .ly_contents_sec__inner .bb {
    bottom: -28px;
  }
}
@media screen and (max-width: 520px) {
  .un_heartlight .ly_contents_sec__inner .bb,
  .un_skate .ly_contents_sec__inner .bb,
  .un_skateEvent .ly_contents_sec__inner .bb,
  .un_h_d_g .ly_contents_sec__inner .bb,
  .un_holiday .ly_contents_sec__inner .bb,
  .un_mm_wf_hg .ly_contents_sec__inner .bb,
  .un_winterEvent .ly_contents_sec__inner .bb,
  .un_ssn .ly_contents_sec__inner .bb,
  .un_sp .ly_contents_sec__inner .bb {
    bottom: -24px;
  }
}
@media screen and (max-width: 480px) {
  .un_heartlight .ly_contents_sec__inner .bb,
  .un_skate .ly_contents_sec__inner .bb,
  .un_skateEvent .ly_contents_sec__inner .bb,
  .un_h_d_g .ly_contents_sec__inner .bb,
  .un_holiday .ly_contents_sec__inner .bb,
  .un_mm_wf_hg .ly_contents_sec__inner .bb,
  .un_winterEvent .ly_contents_sec__inner .bb,
  .un_ssn .ly_contents_sec__inner .bb,
  .un_sp .ly_contents_sec__inner .bb {
    bottom: -22px;
  }
}
@media screen and (max-width: 450px) {
  .un_heartlight .ly_contents_sec__inner .bb,
  .un_skate .ly_contents_sec__inner .bb,
  .un_skateEvent .ly_contents_sec__inner .bb,
  .un_h_d_g .ly_contents_sec__inner .bb,
  .un_holiday .ly_contents_sec__inner .bb,
  .un_mm_wf_hg .ly_contents_sec__inner .bb,
  .un_winterEvent .ly_contents_sec__inner .bb,
  .un_ssn .ly_contents_sec__inner .bb,
  .un_sp .ly_contents_sec__inner .bb {
    bottom: -20px;
  }
}
@media screen and (max-width: 375px) {
  .un_heartlight .ly_contents_sec__inner .bb,
  .un_skate .ly_contents_sec__inner .bb,
  .un_skateEvent .ly_contents_sec__inner .bb,
  .un_h_d_g .ly_contents_sec__inner .bb,
  .un_holiday .ly_contents_sec__inner .bb,
  .un_mm_wf_hg .ly_contents_sec__inner .bb,
  .un_winterEvent .ly_contents_sec__inner .bb,
  .un_ssn .ly_contents_sec__inner .bb,
  .un_sp .ly_contents_sec__inner .bb {
    bottom: -16px;
  }
}

.un_heartlight .hdg {
  margin-inline: -66px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .un_heartlight .hdg {
    margin-left: -9%;
    margin-right: -10%;
  }
}
.un_heartlight .ph01 {
  margin-top: clamp(calc(24 / 16 * 1rem), calc(calc((32 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(32 / 16 * 1rem));
  border-radius: 4px;
  overflow: hidden;
}
.un_heartlight .subArea_ttl {
  max-width: 500px;
  margin: clamp(calc(40 / 16 * 1rem), calc(calc((64 - 970 * 0.0403361345) / 16) * 1rem) + calc(100 * 0.0403361345 * 1vw), calc(64 / 16 * 1rem)) auto clamp(calc(24 / 16 * 1rem), calc(calc((32 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(32 / 16 * 1rem));
}
.un_heartlight .subArea_time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .un_heartlight .subArea_time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.un_heartlight .subArea_time em {
  line-height: 1.4;
  font-style: normal;
  font-size: clamp(calc(22 / 16 * 1rem), calc(calc((25 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(25 / 16 * 1rem));
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .un_heartlight .subArea_time em {
    display: block;
  }
}
.un_heartlight .subArea_txt {
  margin-bottom: 16px;
  font-size: 14px;
}
.un_heartlight .subArea .rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .un_heartlight .subArea .rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.un_heartlight .subArea .rows > * {
  margin-top: 0;
}
.un_heartlight .pointArea {
  margin-top: 24px;
  padding: clamp(calc(16 / 16 * 1rem), calc(calc((32 - 970 * 0.0268907563) / 16) * 1rem) + calc(100 * 0.0268907563 * 1vw), calc(32 / 16 * 1rem));
  background-color: #fff3e5;
  border-radius: 8px;
}
.un_heartlight .pointArea_ttl {
  max-width: 246px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .un_heartlight .pointArea_ttl {
    max-width: 170px;
  }
}
.un_heartlight .pointArea_list {
  margin-top: 24px;
}
.un_heartlight .pointArea_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(calc(12 / 16 * 1rem), calc(calc((24 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(24 / 16 * 1rem));
}
.un_heartlight .pointArea_list li .point {
  width: clamp(calc(36 / 16 * 1rem), calc(calc((45 - 970 * 0.0151260504) / 16) * 1rem) + calc(100 * 0.0151260504 * 1vw), calc(45 / 16 * 1rem));
}
.un_heartlight .pointArea_list li .media {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(calc(12 / 16 * 1rem), calc(calc((16 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(16 / 16 * 1rem));
}
@media screen and (max-width: 768px) {
  .un_heartlight .pointArea_list li .media {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.un_heartlight .pointArea_list li .media dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.un_heartlight .pointArea_list li .media dl dt {
  color: #003257;
  font-size: clamp(calc(22 / 16 * 1rem), calc(calc((30 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(30 / 16 * 1rem));
  font-weight: 700;
}
.un_heartlight .pointArea_list li .media dl dd {
  margin-top: 8px;
  font-size: 14px;
}
.un_heartlight .pointArea_list li .media figure {
  width: 178px;
}
.un_heartlight .pointArea_list li:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .un_heartlight .pointArea .bl_acc_inner {
    padding: 0;
  }
}

.un_winter .subHdg {
  margin: clamp(calc(24 / 16 * 1rem), calc(calc((40 - 970 * 0.0268907563) / 16) * 1rem) + calc(100 * 0.0268907563 * 1vw), calc(40 / 16 * 1rem)) 0 clamp(calc(16 / 16 * 1rem), calc(calc((24 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(24 / 16 * 1rem));
  color: #003257;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .un_winter .subHdg {
    font-size: max(calc(18 / 16 * 1rem), calc(18 / 375 * 100vw));
  }
}

.un_skate .subHdg {
  margin-bottom: 40px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #003257;
  font-size: clamp(calc(26 / 16 * 1rem), calc(calc((38 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(38 / 16 * 1rem));
  font-weight: 700;
}
.un_skate .ph01 {
  margin-block: clamp(calc(24 / 16 * 1rem), calc(calc((40 - 970 * 0.0268907563) / 16) * 1rem) + calc(100 * 0.0268907563 * 1vw), calc(40 / 16 * 1rem));
  border-radius: 4px;
  overflow: hidden;
}
.un_skate_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .un_skate_col2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.un_skate_col2 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.un_skateEvent .list {
  margin-top: clamp(calc(24 / 16 * 1rem), calc(calc((56 - 970 * 0.0537815126) / 16) * 1rem) + calc(100 * 0.0537815126 * 1vw), calc(56 / 16 * 1rem));
}
@media screen and (max-width: 768px) {
  .un_skateEvent .list .bl_card__item03_ph {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .un_skateEvent .list .bl_acc_inner {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .un_skateEvent .list .bl_acc_inner .lead {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}
.un_skateEvent .list .btn {
  margin-top: 12px;
}
.un_skateEvent .card01 {
  margin-top: clamp(calc(43 / 16 * 1rem), calc(calc((56 - 970 * 0.0218487395) / 16) * 1rem) + calc(100 * 0.0218487395 * 1vw), calc(56 / 16 * 1rem));
}
.un_skateEvent .card01 .hd {
  text-align: center;
}
.un_skateEvent .card01 .hd .name {
  color: #ac1f24;
}
@media screen and (max-width: 768px) {
  .un_skateEvent .card01 .ft .bl_acc_inner {
    padding-inline: 0;
  }
}
.un_skateEvent .card01 .ft .bl_acc_inner .lead {
  text-align: center;
}
.un_skateEvent .card01 .btn {
  max-width: 350px;
  margin: clamp(calc(24 / 16 * 1rem), calc(calc((40 - 970 * 0.0268907563) / 16) * 1rem) + calc(100 * 0.0268907563 * 1vw), calc(40 / 16 * 1rem)) auto 0;
}

.un_christmas_inner {
  max-width: 930px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.un_christmas_inner .hdg {
  max-width: 760px;
  margin: 0 auto;
}
.un_christmas_inner .hdg span {
  display: block;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}
.un_christmas_inner .line {
  margin-block: 32px;
}
.un_christmas_inner .date {
  margin: 0 auto;
}
.un_christmas_inner .lead {
  margin-top: 32px;
  color: #fff;
}

.un_happy .subHdg {
  margin-top: 40px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #003257;
  font-size: 30px;
  font-weight: 700;
}
.un_happy .ph01 {
  margin-top: 40px;
}
.un_happy .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(calc(16 / 16 * 1rem), calc(calc((24 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(24 / 16 * 1rem));
  margin-top: 40px;
}
.un_happy .media_ph {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.un_happy .media_txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.un_happy .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px clamp(calc(8 / 16 * 1rem), calc(calc((16 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(16 / 16 * 1rem));
  max-width: 488px;
  margin: 24px auto 0;
}
.un_happy .list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(calc(91 / 16 * 1rem), calc(calc((110 - 970 * 0.0319327731) / 16) * 1rem) + calc(100 * 0.0319327731 * 1vw), calc(110 / 16 * 1rem));
  text-align: left;
}
.un_happy .list li figure {
  border-radius: 4px;
  overflow: hidden;
}
.un_happy .list li dl {
  margin-top: 8px;
}
.un_happy .list li dl dd {
  margin-top: 4px;
}

.un_dsr {
  margin-top: clamp(calc(50 / 16 * 1rem), calc(calc((80 - 970 * 0.0504201681) / 16) * 1rem) + calc(100 * 0.0504201681 * 1vw), calc(80 / 16 * 1rem));
}
.un_dsr .bl_dateArea_date .time {
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
}
.un_dsr .bl_dateArea_place a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  color: #1b1b1b;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .un_dsr .bl_dateArea_place a {
    gap: 4px;
  }
}
.un_dsr_inner .noBg {
  padding: 0;
  background: none;
}
.un_dsr_inner .flow {
  margin-top: 16px;
}
.un_dsr_inner .ph01 {
  margin-top: clamp(calc(16 / 16 * 1rem), calc(calc((24 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(24 / 16 * 1rem));
}
.un_dsr_inner .notes {
  margin-top: 4px;
}
.un_dsr_inner .notes li {
  padding-left: 1.2em;
  text-align: left;
  font-size: 11px;
  position: relative;
}
.un_dsr_inner .notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.un_dsr_inner .notes li + li {
  margin-top: 4px;
}
.un_dsr_inner .btn {
  max-width: 310px;
  margin: 24px auto 0;
}
.un_dsr_inner .bl_notes {
  margin-top: 12px;
}
.un_dsr_inner .spotArea {
  margin-top: 24px;
}
.un_dsr_inner .spotArea_hdg {
  padding: clamp(calc(16 / 16 * 1rem), calc(calc((24 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(24 / 16 * 1rem));
  background-color: #cca11d;
  color: #fff;
  font-size: clamp(calc(16 / 16 * 1rem), calc(calc((24 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(24 / 16 * 1rem));
  border-radius: 24px 24px 0 0;
}
.un_dsr_inner .spotArea_inner {
  padding: clamp(calc(16 / 16 * 1rem), calc(calc((32 - 970 * 0.0268907563) / 16) * 1rem) + calc(100 * 0.0268907563 * 1vw), calc(32 / 16 * 1rem));
  background-color: #fff3e5;
}

.un_gift {
  margin-top: clamp(calc(50 / 16 * 1rem), calc(calc((80 - 970 * 0.0504201681) / 16) * 1rem) + calc(100 * 0.0504201681 * 1vw), calc(80 / 16 * 1rem));
}
.un_gift .ph01 {
  margin-top: clamp(calc(8 / 16 * 1rem), calc(calc((13 - 970 * 0.0084033613) / 16) * 1rem) + calc(100 * 0.0084033613 * 1vw), calc(13 / 16 * 1rem));
}
.un_gift .bl_dateArea {
  margin-top: clamp(calc(24 / 16 * 1rem), calc(calc((32 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(32 / 16 * 1rem));
}
.un_gift_lead {
  max-width: 793px;
  margin: clamp(calc(24 / 16 * 1rem), calc(calc((48 - 970 * 0.0403361345) / 16) * 1rem) + calc(100 * 0.0403361345 * 1vw), calc(48 / 16 * 1rem)) auto 0;
}
.un_gift .bl_acc {
  margin-top: 0;
}

.un_holiday {
  margin-top: clamp(calc(24 / 16 * 1rem), calc(calc((80 - 970 * 0.0941176471) / 16) * 1rem) + calc(100 * 0.0941176471 * 1vw), calc(80 / 16 * 1rem));
}
.un_holiday .line {
  margin-block: clamp(calc(32 / 16 * 1rem), calc(calc((40 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(40 / 16 * 1rem));
}
.un_holiday .dateArea_txt {
  max-width: 600px;
  margin: 24px auto 0;
  font-size: 14px;
  font-weight: 700;
}
.un_holiday .subHdg {
  letter-spacing: 0.02em;
  color: #003257;
  font-size: clamp(calc(26 / 16 * 1rem), calc(calc((38 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(38 / 16 * 1rem));
  font-weight: 700;
}
.un_holiday .txt {
  margin-top: clamp(calc(32 / 16 * 1rem), calc(calc((40 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(40 / 16 * 1rem));
  letter-spacing: 0.01em;
  color: #003257;
  font-size: clamp(calc(22 / 16 * 1rem), calc(calc((30 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(30 / 16 * 1rem));
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .un_holiday .txt {
    line-height: 1.3;
  }
}
.un_holiday .txt02 {
  margin-top: 24px;
}
.un_holiday .txt02 b {
  display: block;
  font-size: clamp(calc(16 / 16 * 1rem), calc(calc((20 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
}
.un_holiday_inner .ttl {
  margin-top: 24px;
  background-color: #cca11d;
  color: #fff;
  font-size: clamp(calc(20 / 16 * 1rem), calc(calc((30 - 970 * 0.0168067227) / 16) * 1rem) + calc(100 * 0.0168067227 * 1vw), calc(30 / 16 * 1rem));
  border-radius: 4px;
}
.un_holiday_inner .lead {
  margin-top: 16px;
  color: #003257;
  font-size: 20px;
  font-weight: 700;
}
.un_holiday_inner .txtPh {
  max-width: 549px;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .un_holiday_inner .txtPh {
    margin-top: 24px;
  }
}
.un_holiday_inner .stepPh {
  margin-top: 24px;
}
.un_holiday_inner .bnr {
  margin-top: 24px;
}
.un_holiday_inner .toku {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #cca11d;
}
@media screen and (max-width: 768px) {
  .un_holiday_inner .toku {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.un_holiday .ph01 {
  margin-top: clamp(calc(32 / 16 * 1rem), calc(calc((56 - 970 * 0.0403361345) / 16) * 1rem) + calc(100 * 0.0403361345 * 1vw), calc(56 / 16 * 1rem));
}
.un_holiday .bl_acc_inner {
  background: none;
}

.un_mm_wf_hg .hdg02 {
  margin-top: clamp(calc(40 / 16 * 1rem), calc(calc((64 - 970 * 0.0403361345) / 16) * 1rem) + calc(100 * 0.0403361345 * 1vw), calc(64 / 16 * 1rem));
}
.un_mm_wf_hg .ph01 {
  margin-top: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.un_mm_wf_hg .btn {
  max-width: 350px;
  margin: clamp(calc(12 / 16 * 1rem), calc(calc((24 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(24 / 16 * 1rem)) auto 0;
}
.un_mm_wf_hg .subTtl {
  margin-top: clamp(calc(24 / 16 * 1rem), calc(calc((40 - 970 * 0.0268907563) / 16) * 1rem) + calc(100 * 0.0268907563 * 1vw), calc(40 / 16 * 1rem));
  padding: 8px 10px;
  background-color: #b31526;
  color: #fff;
  font-size: clamp(calc(22 / 16 * 1rem), calc(calc((30 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(30 / 16 * 1rem));
  border-radius: 8px;
}
.un_mm_wf_hg .subTtl.green {
  background-color: #015f3f;
}
.un_mm_wf_hg .slide {
  margin-block: clamp(calc(12 / 16 * 1rem), calc(calc((24 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(24 / 16 * 1rem));
  overflow: hidden;
}
.un_mm_wf_hg .slide .swiper-slide {
  padding-bottom: 60px;
}
.un_mm_wf_hg .slide .pagination {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .un_mm_wf_hg .slide .pagination {
    margin-top: 10px;
  }
}
.un_mm_wf_hg .slide.green .bl_card__item_body .hd .name {
  background-color: #015f3f;
}
.un_mm_wf_hg .bl_card__item {
  position: relative;
}
.un_mm_wf_hg .bl_card__item .icon {
  position: absolute;
  top: 40%;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .un_mm_wf_hg .bl_card__item .icon {
    max-width: max(calc(40 / 16 * 1rem), calc(40 / 375 * 100vw));
    top: max(calc(180 / 16 * 1rem), calc(180 / 375 * 100vw));
  }
}
.un_mm_wf_hg .bl_card__item_body .hd .name {
  margin-inline: 8px;
  padding: 4px;
  text-align: center;
  background-color: #b31526;
  color: #fff;
  border-radius: 4px;
}
.un_mm_wf_hg .bl_card__item_body .hd .name span {
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.un_mm_wf_hg .bl_card__item_body .hd .priceArea {
  margin-top: 16px;
}
.un_mm_wf_hg .bl_card__item_body .hd .priceArea + .priceArea {
  margin-top: 4px;
}
.un_mm_wf_hg .bl_card__item_body .ft .date {
  margin-top: 12px;
}
.un_mm_wf_hg .card {
  max-width: 381px;
  margin: clamp(calc(12 / 16 * 1rem), calc(calc((24 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(24 / 16 * 1rem)) auto 0;
}
@media screen and (max-width: 768px) {
  .un_mm_wf_hg .card {
    max-width: max(calc(260 / 16 * 1rem), calc(260 / 375 * 100vw));
  }
}

.un_winterEvent .subHdg {
  margin-top: clamp(calc(10 / 16 * 1rem), calc(calc((30 - 970 * 0.0336134454) / 16) * 1rem) + calc(100 * 0.0336134454 * 1vw), calc(30 / 16 * 1rem));
  color: #ac1f24;
  font-size: clamp(calc(20 / 16 * 1rem), calc(calc((30 - 970 * 0.0168067227) / 16) * 1rem) + calc(100 * 0.0168067227 * 1vw), calc(30 / 16 * 1rem));
  font-weight: 700;
}
.un_winterEvent .date {
  margin-top: 12px;
  color: #003257;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.un_winterEvent .place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
}
.un_winterEvent .place i {
  width: 20px;
  height: 20px;
}
.un_winterEvent .card01 {
  margin-top: 12px;
}
.un_winterEvent .card01 .btn {
  max-width: 350px;
  margin: clamp(calc(12 / 16 * 1rem), calc(calc((24 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(24 / 16 * 1rem)) auto 0;
}
.un_winterEvent .acc {
  margin-top: clamp(calc(16 / 16 * 1rem), calc(calc((24 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(24 / 16 * 1rem));
}
.un_winterEvent .acc .bl_acc_inner {
  background: none;
}
@media screen and (max-width: 768px) {
  .un_winterEvent .acc .bl_acc_inner {
    padding-inline: 0;
  }
}
.un_winterEvent .acc .bl_card__item03 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .un_winterEvent .acc .bl_card__item03 {
    padding-bottom: 0;
  }
}
.un_winterEvent .acc .bl_card__item03 .btn {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .un_winterEvent .acc .bl_card__item03 .btn {
    position: static;
    translate: 0;
  }
}

.un_ssn .subHdg {
  margin-top: 40px;
  padding-bottom: 16px;
  letter-spacing: 0.02em;
  color: #003257;
  font-size: clamp(calc(26 / 16 * 1rem), calc(calc((38 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(38 / 16 * 1rem));
  font-weight: 700;
}
.un_ssn .subHdg span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}
.un_ssn .txt {
  margin-top: clamp(calc(20 / 16 * 1rem), calc(calc((40 - 970 * 0.0336134454) / 16) * 1rem) + calc(100 * 0.0336134454 * 1vw), calc(40 / 16 * 1rem));
  padding: 8px 10px;
  background-color: #cca11d;
  color: #003257;
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
  border-radius: 8px;
}
.un_ssn .txt span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.un_ssn .bl_card__item_body .hd {
  padding-bottom: 12px;
  text-align: center;
}
.un_ssn .bl_card__item_body .hd .name {
  color: #ac1f24;
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((25 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(25 / 16 * 1rem));
}
.un_ssn .bl_card__item_body .hd .date {
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.un_ssn .bl_card__item_body .ft {
  margin-top: 12px;
}
.un_ssn .bl_card__item .ttl {
  padding: 8px 10px;
  text-align: center;
  background-color: #cca11d;
  color: #003257;
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
  border-radius: 8px;
}
.un_ssn .bl_card__item .ttl span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.un_ssn .bl_card__item_ph {
  margin-top: 12px;
}
.un_ssn .acc .bl_card__item_body .hd {
  text-align: center;
}
.un_ssn .acc .bl_card__item_body .hd .date {
  margin-top: 8px;
}
.un_ssn .movieTtl {
  font-size: clamp(calc(22 / 16 * 1rem), calc(calc((30 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(30 / 16 * 1rem));
}
.un_ssn .movieSubTtl {
  margin-top: 24px;
  color: #ac1f24;
  font-size: clamp(calc(19 / 16 * 1rem), calc(calc((25 - 970 * 0.0100840336) / 16) * 1rem) + calc(100 * 0.0100840336 * 1vw), calc(25 / 16 * 1rem));
}
.un_ssn .movieList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(calc(8 / 16 * 1rem), calc(calc((16 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(16 / 16 * 1rem));
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .un_ssn .movieList {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .un_ssn .movieList li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 8px);
        -ms-flex: 1 1 calc(50% - 8px);
            flex: 1 1 calc(50% - 8px);
  }
}
.un_ssn .movieList_ph {
  border-radius: 4px;
  overflow: hidden;
}
.un_ssn .movieList_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 11px;
  font-size: 20px;
}
.un_ssn .movieList_txt {
  padding-block: 11px;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid #cca11d;
}
.un_ssn .movieList_lead {
  margin-top: 11px;
  text-align: left;
  font-size: 14px;
}
.un_ssn .movieList + .btn {
  max-width: 350px;
  margin: 16px auto 0;
}
.un_ssn .movieList_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .un_ssn .movieList_sp {
    display: block;
    margin-top: 24px;
  }
}
.un_ssn .movieList_sp_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
.un_ssn .movieList_sp_item > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.un_ssn .movieList_sp_item_ttl {
  font-size: 20px;
}
.un_ssn .movieList_sp_item_txt {
  padding-block: 11px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #cca11d;
}
.un_ssn .movieList_sp_item_lead {
  margin-top: 11px;
  text-align: left;
  font-size: 14px;
}
.un_ssn .movieList_sp_item + * {
  margin-top: 16px;
}
.un_ssn .movieList_sp .acc {
  margin-top: 16px;
}
.un_ssn .movieList_sp + .btn {
  max-width: 350px;
  margin: 16px auto 0;
}

.un_sp .dateArea {
  margin-top: clamp(calc(20 / 16 * 1rem), calc(calc((40 - 970 * 0.0336134454) / 16) * 1rem) + calc(100 * 0.0336134454 * 1vw), calc(40 / 16 * 1rem));
  padding: 8px 10px;
  background-color: #cca11d;
  color: #003257;
  font-family: "Poppins", sans-serif;
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
  border-radius: 8px;
}
.un_sp .dateArea span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.un_sp .cardCol2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .un_sp .bl_card__item_body .hd .name {
    display: block;
    text-align: center;
  }
}
.un_sp .bl_card__item_body .ft .notes {
  margin-top: 12px;
}

.un_ssn .cardCol2,
.un_sp .cardCol2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .un_ssn .cardCol2,
  .un_sp .cardCol2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 8px;
  }
}
.un_ssn .cardCol2 > *,
.un_sp .cardCol2 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .un_ssn .cardCol2 > *,
  .un_sp .cardCol2 > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.un_ssn .cardCol2 .bl_card__item_ph,
.un_sp .cardCol2 .bl_card__item_ph {
  margin-bottom: 0;
}
.un_ssn .cardCol2 .bl_card__item_body,
.un_sp .cardCol2 .bl_card__item_body {
  margin-top: 0;
}
.un_ssn .cardCol2 .bl_card__item_body .lead .notes,
.un_sp .cardCol2 .bl_card__item_body .lead .notes {
  display: block;
  font-size: 11px;
}
.un_ssn .cardCol2 .bl_card__item_body .btn,
.un_sp .cardCol2 .bl_card__item_body .btn {
  max-width: 350px;
  margin-inline: auto;
}
.un_ssn .acc,
.un_sp .acc {
  margin-top: clamp(calc(24 / 16 * 1rem), calc(calc((40 - 970 * 0.0268907563) / 16) * 1rem) + calc(100 * 0.0268907563 * 1vw), calc(40 / 16 * 1rem));
}
.un_ssn .acc .bl_acc_inner,
.un_sp .acc .bl_acc_inner {
  background: none;
}
@media screen and (max-width: 768px) {
  .un_ssn .acc .bl_acc_inner,
  .un_sp .acc .bl_acc_inner {
    padding-inline: 0;
  }
}

.un_puc {
  margin-top: clamp(calc(40 / 16 * 1rem), calc(calc((64 - 970 * 0.0403361345) / 16) * 1rem) + calc(100 * 0.0403361345 * 1vw), calc(64 / 16 * 1rem));
}
.un_puc .ly_col2 {
  margin-top: 24px;
}

.un_notes {
  margin-top: -1px;
  padding-block: clamp(calc(16 / 16 * 1rem), calc(calc((24 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(24 / 16 * 1rem));
  background-color: #f2f0ec;
  position: relative;
  z-index: 5;
}
.un_notes_list {
  text-align: left;
}
.un_notes_list li {
  padding-left: 1.25em;
  font-size: 11px;
  position: relative;
}
.un_notes_list li::before {
  content: "※";
  position: absolute;
  left: 0;
}

/* ------------------------------------
モジュール
------------------------------------ */
.bl_dateArea_date {
  margin: 24px auto;
}
.bl_dateArea_date span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}
.bl_dateArea_date .time {
  color: #003257;
  font-size: 14px;
  font-weight: 700;
}
.bl_dateArea_place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .bl_dateArea_place {
    gap: 4px;
  }
}
.bl_dateArea_place em {
  display: inline-block;
  min-width: 93px;
  padding: 2px 16px 4px;
  text-align: center;
  background-color: #cca11d;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  border-radius: 50px;
}
.bl_dateArea_place span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
}
.bl_dateArea_notes {
  margin-top: 8px;
  font-size: 11px;
}
.bl_dateArea_btn {
  margin-top: 24px;
}
.bl_dateArea_btn a,
.bl_dateArea_btn span {
  display: inline-block;
  padding: 8px 43px;
  color: #cca11d;
  border: 1px solid #cca11d;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.bl_dateArea_btn a::after,
.bl_dateArea_btn span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cca11d;
  border-right: 2px solid #cca11d;
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
  rotate: 45deg;
}
.bl_dateArea_lead {
  max-width: 600px;
  margin: 24px auto 0;
  font-size: 14px;
}
.bl_dateArea_lead em {
  display: block;
  margin-top: 16px;
  color: #003257;
  font-style: normal;
  font-weight: 700;
}
.bl_dateArea_lead + .bl_dateArea_lead {
  margin-top: 16px;
}
.bl_dateArea_sub {
  margin-top: 24px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .bl_dateArea_sub {
    text-align: left;
  }
}
.bl_dateArea_sub b {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: clamp(calc(26 / 16 * 1rem), calc(calc((38 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(38 / 16 * 1rem));
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl_dateArea_sub b {
    text-align: center;
    line-height: 1.3;
  }
}

.bl_slide .swiper-slide {
  padding-bottom: 15px;
  position: relative;
}
.bl_slide .swiper-slide img {
  border-radius: 4px;
}
.bl_slide .swiper-slide .btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.bl_slide .pagination {
  position: static;
}
.bl_slide .pagination .swiper-pagination-bullet {
  background-color: #e7e7e7;
  opacity: 1;
}
.bl_slide .pagination .swiper-pagination-bullet-active {
  background-color: #cca11d;
}

.bl_acc {
  margin-top: 24px;
}
.bl_acc_ttl {
  padding: clamp(calc(16 / 16 * 1rem), calc(calc((24 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(24 / 16 * 1rem)) clamp(calc(16 / 16 * 1rem), calc(calc((32 - 970 * 0.0268907563) / 16) * 1rem) + calc(100 * 0.0268907563 * 1vw), calc(32 / 16 * 1rem));
  letter-spacing: 0.01em;
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
  border-bottom: 1px solid #cca11d;
  cursor: pointer;
  position: relative;
}
.bl_acc_ttl::after {
  content: "";
  display: block;
  width: clamp(calc(30 / 16 * 1rem), calc(calc((40 - 970 * 0.0168067227) / 16) * 1rem) + calc(100 * 0.0168067227 * 1vw), calc(40 / 16 * 1rem));
  height: clamp(calc(30 / 16 * 1rem), calc(calc((40 - 970 * 0.0168067227) / 16) * 1rem) + calc(100 * 0.0168067227 * 1vw), calc(40 / 16 * 1rem));
  background: url(../image/rise-christmas2025/icon_plus.svg) no-repeat center/100% 100%;
  position: absolute;
  top: 50%;
  right: clamp(calc(10 / 16 * 1rem), calc(calc((32 - 970 * 0.0369747899) / 16) * 1rem) + calc(100 * 0.0369747899 * 1vw), calc(32 / 16 * 1rem));
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .bl_acc_ttl::after {
    right: 0;
  }
}
.bl_acc_ttl.is_active::after {
  background: url(../image/rise-christmas2025/icon_minus.svg) no-repeat center/100% 100%;
}
.bl_acc_ttl.is_active + .bl_acc_inner {
  display: block;
}
.bl_acc_inner {
  display: none;
  padding: clamp(calc(16 / 16 * 1rem), calc(calc((40 - 970 * 0.0403361345) / 16) * 1rem) + calc(100 * 0.0403361345 * 1vw), calc(40 / 16 * 1rem)) clamp(calc(16 / 16 * 1rem), calc(calc((32 - 970 * 0.0268907563) / 16) * 1rem) + calc(100 * 0.0268907563 * 1vw), calc(32 / 16 * 1rem)) clamp(calc(16 / 16 * 1rem), calc(calc((32 - 970 * 0.0268907563) / 16) * 1rem) + calc(100 * 0.0268907563 * 1vw), calc(32 / 16 * 1rem));
  background-color: #fff3e5;
  border-radius: 0 0 8px 8px;
}
.bl_acc_inner figure {
  position: relative;
}
.bl_acc_inner figure .badge {
  width: 100px;
  position: absolute;
  z-index: 2;
}
.bl_acc_inner .one {
  text-align: left;
}
.bl_acc_inner .one .badge {
  top: -28px;
  left: 3px;
}
.bl_acc_inner .one .ttl {
  margin-top: clamp(calc(8 / 16 * 1rem), calc(calc((16 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(16 / 16 * 1rem));
  letter-spacing: 0.01em;
  color: #003257;
  font-size: clamp(calc(22 / 16 * 1rem), calc(calc((30 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(30 / 16 * 1rem));
  font-weight: 700;
}
.bl_acc_inner .one .ttl .notes {
  display: inline-block;
  margin-left: 16px;
  color: #1b1b1b;
  font-size: 13px;
  font-weight: 500;
}
.bl_acc_inner .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: clamp(calc(12 / 16 * 1rem), calc(calc((24 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(24 / 16 * 1rem));
  padding-top: clamp(calc(12 / 16 * 1rem), calc(calc((24 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(24 / 16 * 1rem));
  padding-bottom: clamp(calc(12 / 16 * 1rem), calc(calc((24 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(24 / 16 * 1rem));
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.bl_acc_inner .list li {
  text-align: left;
}
.bl_acc_inner .list li .badge {
  top: 0;
  right: 0;
}
.bl_acc_inner .list li .shopName {
  margin-top: clamp(calc(8 / 16 * 1rem), calc(calc((16 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(16 / 16 * 1rem));
  font-weight: 700;
}
.bl_acc_inner .list li .ttl {
  margin-top: clamp(calc(4 / 16 * 1rem), calc(calc((8 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(8 / 16 * 1rem));
  letter-spacing: 0.01em;
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
}
.bl_acc_inner .btn {
  max-width: 350px;
  margin: 24px auto 0;
}
.bl_acc__details .bl_acc_ttl {
  padding: 0 0 4px;
  text-align: center;
  color: #cca11d;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
}
.bl_acc__details .bl_acc_ttl::after {
  width: 19px;
  height: 19px;
  background-image: url(../image/rise-christmas2025/icon_plus02.svg);
}
.bl_acc__details .bl_acc_ttl.is_active::after {
  background-image: url(../image/rise-christmas2025/icon_minus02.svg);
}
.bl_acc__details .bl_acc_inner {
  background: none;
}
.bl_card__timePrice {
  padding: clamp(calc(8 / 16 * 1rem), calc(calc((16 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(16 / 16 * 1rem));
  background-color: #fff;
}
.bl_card__timePrice_ttl {
  padding: 2px 0 4px;
  background-color: #cca11d;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
}
.bl_card__timePrice_ttl .s {
  font-size: 12px;
}
.bl_card__timePrice_list {
  margin-top: 24px;
  font-size: 14px;
}
.bl_card__timePrice_list li {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.bl_card__timePrice_list li + li {
  margin-top: 4px;
}
.bl_card__timePrice_list li .label {
  white-space: nowrap;
  font-weight: 600;
}
.bl_card__timePrice_list li .label .s {
  font-size: 12px;
}
.bl_card__timePrice_list li .label .s small {
  font-size: 10px;
}
.bl_card__timePrice_list li .tp {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: end;
  white-space: nowrap;
}
.bl_card__timePrice_list li .tp::before {
  content: "";
  grid-column: 1/2;
  width: 100%;
  height: 1px;
  margin-right: 8px;
  background-color: #e7e7e7;
  opacity: 0.6;
}
.bl_card__timePrice_list li .tp .s {
  font-size: 10px;
}
.bl_card__timePrice_notes {
  margin-top: 4px;
}
.bl_card__timePrice_notes li {
  padding-left: 1.2em;
  text-align: left;
  font-size: 11px;
  position: relative;
}
.bl_card__timePrice_notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.bl_card__timePrice_notes li + li {
  margin-top: 4px;
}
.bl_card__timePrice_txt {
  margin-top: 24px;
  text-align: left;
  font-size: 11px;
}
.bl_card__item {
  text-align: left;
}
.bl_card__item_logo {
  margin-bottom: 12px;
}
.bl_card__item_ph {
  margin-bottom: 12px;
}
.bl_card__item_place {
  margin-bottom: 8px;
  font-size: 14px;
}
.bl_card__item_body {
  margin-top: 8px;
}
.bl_card__item_body .hd {
  padding-bottom: 8px;
  border-bottom: 1px solid #cca11d;
}
.bl_card__item_body .hd .name {
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: #003257;
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
  font-style: normal;
  font-weight: 700;
}
.bl_card__item_body .hd .name span {
  display: block;
  letter-spacing: 0.005em;
  font-size: 14px;
}
.bl_card__item_body .hd .priceArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  margin-top: 8px;
}
.bl_card__item_body .hd .priceArea_name {
  max-width: 310px;
  color: #003257;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl_card__item_body .hd .priceArea_name {
    max-width: max(calc(190 / 16 * 1rem), calc(190 / 375 * 100vw));
  }
}
.bl_card__item_body .hd .priceArea_price {
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
}
.bl_card__item_body .hd .priceArea_price .yen {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 500;
}
.bl_card__item_body .ft {
  margin-top: 8px;
}
.bl_card__item_body .ft .date {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.bl_card__item_body .ft .lead {
  font-size: 14px;
}
.bl_card__item_body .ft .lead + * {
  margin-top: 4px;
}
.bl_card__item_body .ft .notes li {
  padding-left: 1.2em;
  font-size: 11px;
  position: relative;
}
.bl_card__item_body .ft .notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.bl_card__item_body .ft .btn {
  width: 100%;
  margin-top: 12px;
}
.bl_card__item02 {
  padding-bottom: 24px;
  background-color: #fff3e5;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl_card__item02 {
    padding-bottom: 16px;
  }
}
.bl_card__item02_ttl {
  padding: 16px 8px;
  background: #cca11d;
  color: #003257;
  font-size: clamp(calc(20 / 16 * 1rem), calc(calc((24 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(24 / 16 * 1rem));
  font-weight: 700;
}
.bl_card__item02_ph {
  margin: 24px;
}
@media screen and (max-width: 768px) {
  .bl_card__item02_ph {
    margin: 16px;
  }
}
.bl_card__item02 .btn {
  margin-inline: 24px;
}
@media screen and (max-width: 768px) {
  .bl_card__item02 .btn {
    margin-inline: 16px;
  }
}
.bl_card__item03 {
  position: relative;
}
.bl_card__item03_hdg {
  color: #ac1f24;
  font-size: clamp(calc(19 / 16 * 1rem), calc(calc((20 - 970 * 0.0016806723) / 16) * 1rem) + calc(100 * 0.0016806723 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
}
.bl_card__item03_date {
  margin-top: 8px;
  color: #003257;
  font-family: "Poppins", sans-serif;
  font-size: clamp(calc(14 / 16 * 1rem), calc(calc((17 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(17 / 16 * 1rem));
  font-weight: 700;
}
.bl_card__item03_place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 14px;
}
.bl_card__item03_place i {
  width: 20px;
  height: 20px;
}
.bl_card__item03_ph {
  margin-top: 12px;
}
.bl_card__item03_lead {
  margin-top: 12px;
  padding-top: 8px;
  text-align: left;
  font-size: 14px;
  border-top: 1px solid #cca11d;
}
.bl_card__item03 .notes {
  margin-top: 12px;
}
.bl_card__item03 .notes li {
  padding-left: 1.2em;
  text-align: left;
  font-size: 11px;
  position: relative;
}
.bl_card__item03 .notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.bl_card__item04_date {
  padding: 8px 10px;
  background-color: #cca11d;
  color: #003257;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  border-radius: 8px;
}
.bl_card__item04_date span {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.bl_card__item04_logo {
  margin-top: 12px;
}
.bl_card__item04_name {
  margin-top: 12px;
  color: #003257;
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
}
.bl_card__item04_name span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.bl_card__item04_ph {
  margin-top: 8px;
}
.bl_card__item04_lead {
  margin-top: 8px;
  padding-top: 12px;
  text-align: left;
  font-size: 14px;
  border-top: 1px solid #cca11d;
}
.bl_card__spot {
  display: grid;
  grid-template-columns: repeat(3, minmax(26%, 1fr));
  gap: clamp(calc(8 / 16 * 1rem), calc(calc((40 - 970 * 0.0537815126) / 16) * 1rem) + calc(100 * 0.0537815126 * 1vw), calc(40 / 16 * 1rem));
}
@media screen and (max-width: 768px) {
  .bl_card__spot {
    grid-template-columns: repeat(2, minmax(40%, 1fr));
    gap: max(calc(30 / 16 * 1rem), calc(30 / 375 * 100vw)) max(calc(8 / 16 * 1rem), calc(8 / 375 * 100vw));
  }
}
.bl_card__spot_list {
  cursor: pointer;
  -webkit-transition: 0.65s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.65s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .bl_card__spot_list:hover {
    opacity: 0.7;
  }
}
.bl_card__spot_list:first-child, .bl_card__spot_list:last-child {
  grid-column: 1/-1; /* 全3列分を横断 */
  max-width: 300px;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .bl_card__spot_list:first-child, .bl_card__spot_list:last-child {
    max-width: 100%;
  }
}
.bl_card__spot_list:first-child span, .bl_card__spot_list:last-child span {
  margin-top: 16px;
}
.bl_card__spot_list span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: underline;
  font-size: clamp(calc(14 / 16 * 1rem), calc(calc((16 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(16 / 16 * 1rem));
  font-weight: 700;
}
.bl_card__spot_list span::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../image/rise-christmas2025/icon_arrow.png) no-repeat;
}

.bl_btn a {
  display: block;
  padding: 12px 0;
  text-align: center;
  background-color: #fff;
  color: #cca11d;
  font-size: 14px;
  border: 1px solid #cca11d;
  border-radius: 50px;
  position: relative;
}
.bl_btn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #cca11d;
  border-right: 2px solid #cca11d;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  rotate: 45deg;
}

.bl_modal {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  position: fixed;
  z-index: 10001;
  inset: 0;
}
.bl_modal.is_active {
  display: block;
}
.bl_modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 50, 87, 0.5);
}
.bl_modal__content {
  position: relative;
  margin: auto;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_modal__content.map {
  max-width: 850px;
}
.bl_modal__content.spot {
  max-width: 650px;
}
.bl_modal_spot {
  padding: 24px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
.bl_modal_spot__hdg {
  padding: clamp(calc(16 / 16 * 1rem), calc(calc((24 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(24 / 16 * 1rem));
  background-color: #003257;
  color: #fff;
  font-size: clamp(calc(17 / 16 * 1rem), calc(calc((20 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
  border-radius: 12px 12px 0 0;
}
.bl_modal_spot__label {
  display: inline-block;
  padding: 2px 16px 4px;
  background-color: #cca11d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
}
.bl_modal_spot__title {
  margin-top: 4px;
  font-size: clamp(calc(20 / 16 * 1rem), calc(calc((24 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(24 / 16 * 1rem));
  font-weight: 700;
}
.bl_modal_spot__subtitle {
  margin-top: 4px;
  font-size: 14px;
}
.bl_modal_spot__img {
  max-width: 400px;
  margin: 16px auto 0;
}
.bl_modal__close {
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: -20px;
  right: -20px;
  rotate: 45deg;
  cursor: pointer;
}

.bl_cautionArea {
  text-align: left;
  font-size: 14px;
}
.bl_cautionArea > * + * {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .bl_cautionArea > * + * {
    margin-top: 16px;
  }
}
.bl_cautionArea_ttl {
  font-weight: 700;
}
.bl_cautionArea_ttl + * {
  margin-top: 8px;
}
.bl_cautionArea_ttl02 {
  padding: 4px 8px;
  background-color: #fcd7ad;
  font-weight: 700;
  border-radius: 4px;
}
.bl_cautionArea_ttl02 + * {
  margin-top: 8px;
}
.bl_cautionArea_txt .fix {
  color: #ac1f24;
}
.bl_cautionArea_txt + * {
  margin-top: 8px;
}
.bl_cautionArea_map {
  max-width: 500px;
  margin: 24px auto 0;
}
.bl_cautionArea_list {
  margin-top: 8px;
}
.bl_cautionArea_list li {
  padding-left: 1.2em;
  font-size: 14px;
  position: relative;
}
.bl_cautionArea_list li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #1b1b1b;
  position: absolute;
  top: 5px;
  left: 0;
}
.bl_cautionArea_list li b {
  display: block;
  font-weight: 500;
}
.bl_cautionArea_list li + li {
  margin-top: 2px;
}
.bl_cautionArea_list + .bl_cautionArea_ttl {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .bl_cautionArea_list + .bl_cautionArea_ttl {
    margin-top: 16px;
  }
}
.bl_cautionArea_notes li {
  padding-left: 1.2em;
  font-size: 11px;
  position: relative;
}
.bl_cautionArea_notes li::before {
  content: "※";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0;
}

.bl_notes li {
  padding-left: 1.2em;
  text-align: left;
  font-size: 11px;
  position: relative;
}
.bl_notes li::before {
  content: "※";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0;
}

.bl_topBtn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
}
.bl_topBtn.is_show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .bl_topBtn.is_show:hover {
    opacity: 0.7;
  }
}

.bl_event_fix {
  position: relative;
  overflow: hidden;
}
.bl_event_fix::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  inset: 0;
  z-index: 10;
}
.bl_event_fix::after {
  content: "本イベントは\a終了しました";
  display: block;
  padding: 8px 16px;
  line-height: 1.6;
  text-align: center;
  background: #5e5e5e;
  color: #fff;
  font-size: clamp(calc(16 / 16 * 1rem), calc(calc((20 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(20 / 16 * 1rem));
  white-space: pre;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 11;
}

/* ------------------------------------
アコーディオン PCはなし、SPのみ実装
------------------------------------ */
.js_acc_sp_only {
  margin-top: 16px;
}
.js_acc_sp_only .bl_acc_ttl {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 769px) {
  .js_acc_sp_only .bl_acc_ttl {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .js_acc_sp_only .bl_acc_inner {
    display: block !important; /* hidden属性を無視して常に表示 */
    padding: 0;
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  .js_acc_sp_only .bl_acc_inner[hidden] {
    display: none;
  }
}

/* ---------- SP時: アコーディオン有効 ---------- */
/* ---------- PC時: dt非表示、dd常時表示 ---------- *//*# sourceMappingURL=style.css.map */