@charset "UTF-8";
body.modal-active .xmas2025__nav-list_pc.fixed,
body.modal-active .xmas2025__nav-list_sp.fixed,
body.modal-active .gototop_btn,
body.modal-active .xmas2025__nav-list_pc > li img,
body.modal-active .xmas2025__nav-list_sp > li img {
  pointer-events: none !important;
  visibility: hidden !important;
}
#section01{
  scroll-margin-top: 15rem;
}
#section02,#section03,#section04,#section05,#section06{
  scroll-margin-top: 10rem;
}
.is-active #section01{
  scroll-margin-top: 10rem;
}
.is-active #section02,
.is-active #section03,
.is-active #section04,
.is-active #section05,
.is-active #section06{
  scroll-margin-top: 8rem;
}

#loading {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 45%;
  text-align: center;
  color: #c4882a !important;
  letter-spacing: 3px;
}

#loading .imgLoading {
  width: 30px;
  height: auto;
  margin-bottom: 12px;
  font-size: 3rem;

  /* 揺れアニメーションに変更 */
  -webkit-animation: sway 1.2s ease-in-out infinite alternate;
          animation: sway 1.2s ease-in-out infinite alternate;

  /* 回転の支点（必要に応じて調整。中央揺れなら 50% 50%、下端を支点にしたいなら 50% 100% など）*/
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

#loading .imgLoading + .imgLoading {
  margin-left: 30px;
}

.slick-list{
  clip-path: inset(0);
}

/* 左右に揺れるキーフレーム */
@-webkit-keyframes sway {
  0%   { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  100% { -webkit-transform: rotate(45deg);  transform: rotate(45deg);  }
}
@keyframes sway {
  0%   { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  100% { -webkit-transform: rotate(45deg);  transform: rotate(45deg);  }
}

@media screen and (max-width: 768px) {
  #section01{
    scroll-margin-top: 12rem;
  }
  #section02,#section03,#section04,#section05,#section06{
    scroll-margin-top: 8rem;
  }
  .is-active #section01{
    scroll-margin-top: 5rem;
  }
  .is-active #section02,
  .is-active #section03,
  .is-active #section04,
  .is-active #section05,
  .is-active #section06{
    scroll-margin-top: 2rem;
  }

  #loading .imgLoading {
    width: 20px;
  }
  #loading .imgLoading + .imgLoading {
    margin-left: 20px;
  }
}
#loader-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #10224C;
  text-align: center;
  z-index: 999;
}

a[href*="tel:"] {
  pointer-events: painted !important;
  cursor: pointer;
}

a.txt_link {
  text-decoration: underline !important;
  color: var(--brown01) !important;
}
a.txt_link:hover {
  text-decoration: none !important;
}

.txt_right {
  text-align: right;
}

.only-sp {
  display: none !important;
}

.only-pc {
  display: block !important;
}

.font_kaisei-decol {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}

.txt_small {
  margin-top: 1rem;
  font-size: 85% !important;
}

/* リボン枠　*/
.ribon_border {
  position: relative;
  display: inline-block;
}

.ribon_border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-image: url('/pages/xmas/img/ribon_border.svg') 63;
  border-image-width: 7rem;
  border-image-outset: 2rem;
  border-image-repeat: stretch;
  z-index: 2;
}

.ribon_border img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/*TOPに戻るボタン*/
.xmas2025 .gototop_btn {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  width: 10rem;
  height: 10rem;
  text-decoration: none;
  opacity: 0; /* 初期状態は非表示 */
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  z-index: 100;
  display: block;
  background: none; /* 背景を削除 */
  border: none; /* ボーダーを削除 */
  box-shadow: none; /* シャドウを削除 */
  padding: 0; /* 余白をリセット */
}

/* 画像のスタイル */
.xmas2025 .gototop_btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ホバー時のスタイル */
.xmas2025 .gototop_btn:hover {
  opacity: 0.8 !important; /* 表示中は0.8の透明度に */
}

/* 表示状態のスタイル */
.xmas2025 .gototop_btn.fadein {
  opacity: 1;
}

/* モバイル用スタイル */
@media (max-width: 768px) {
  .xmas2025 .gototop_btn {
    width: 6.8rem;
    height: 6.8rem;
    bottom: 8rem;
    right: 2rem;
  }

  #allWrap {
    overflow: visible;
  }
}
/* ----------- common ----------- */
:root {
  --black-basic: #333;
  --gold01:#d1bc75;
  --yellow01: #FFE100;
  --blue01:#485099;
  --blue02:#0075a3;
  --brown01:#8E1714;
  --brown02:#784A00;
  --gray01:#727171;
  --green01:#1A9630;
  --red01:#BB1B21;
  --font01:"Noto Sans JP";
  --font02:"Kaisei Decol", serif;
  --font-70:7.0rem;
  --font-60:6.0rem;
  --font-40:4.0rem;
  --font-38:3.8rem;
  --font-36:3.6rem;
  --font-34:3.4rem;
  --font-30:3.0rem;
  --font-28:2.8rem;
  --font-26:2.6rem;
  --font-24:2.4rem;
  --font-22:2.2rem;
  --font-20:2rem;
  --font-18:1.8rem;
  --font-16:1.6rem;
  --font-15:1.5rem;
  --font-14:1.4rem;
  --font-13:1.3rem;
  --font-12:1.2rem;
  --font-11:1.1rem;
  --font-10:1rem;
  --font-yellow: #FFE56C;
}

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900 */
/* .noto-sans-jp-<uniquifier> {
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
} */
html {
  /* ページ内リンクの余白 */
  scroll-padding-top: 200px;
}

.xmas2025 {
  /* background-color: #FFF4D1; */
  color: --black-basic;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "Noto Sans KR", "Noto Sans SC", "Noto Sans TC", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  /* overflow: hidden; */
}
.xmas2025 .block-m, .xmas2025 .inline-m, .xmas2025 .block-s, .xmas2025 .inline-s {
  display: none !important;
}
.xmas2025 strong, .xmas2025 b {
  font-weight: 700;
}
.xmas2025 a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xmas2025 a:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  body{
    min-width: auto!important;
  }
  .xmas2025 a {
    -webkit-transition: all 0;
    transition: all 0;
  }
  .xmas2025 a:hover {
    opacity: 1;
  }
}
.xmas2025 img {
  margin: 0 auto;
  display: block;
  padding: 0;
  max-width: 100%;
  width: auto;
  height: auto;
}
.xmas2025 ul, .xmas2025 ol {
  padding: 0;
}
.xmas2025 li {
  list-style-type: none;
}
.xmas2025 .reg {
  font-size: 50%;
  position: relative;
  top: -0.75em;
}
.xmas2025 .txt_red {
  color: var(--red01);
}

@media (max-width: 960px) {
  .xmas2025 .hide-m {
    display: none !important;
  }
  .xmas2025 .block-m {
    display: block !important;
  }
  .xmas2025 .inline-m {
    display: inline !important;
  }
}
.xmas2025__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

body {
  min-width: 145rem;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
body.modal-active {
  overflow: hidden;
}
body.modal-active .post__item {
  opacity: 1 !important;
}

.xmas2025 .post__category.category-all .all {
  display: block;
  background-color: #ffffff;
  padding: 8px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.xmas2025 .post__category.category-cate1 .cate1, .xmas2025 .post__category.category-cate2 .cate2, .xmas2025 .post__category.category-cate3 .cate3, .xmas2025 .post__category.category-cate4 .cate4, .xmas2025 .post__category.category-cate5 .cate5, .xmas2025 .post__category.category-cate6 .cate6, .xmas2025 .post__category.category-cate7 .cate7, .xmas2025 .post__category.category-cate8 .cate8 {
  display: block;
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ----------- footer ----------- */
.xmas2025__footer {
  position: relative;
  padding: 8rem 0;
  position: relative;
  z-index: 0;
  /* z-index: 1; */
  background-color: white;
}

.xmas2025__instabnr {
  margin: 0 auto;
	width: 71.2rem;
	position:relative;
}
.xmas2025__instabnr a {
	display: flex;
	align-items: center;
	padding: 2.6rem 4rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #784A00;
	background:  linear-gradient(180deg, #FFD358 -15.52%, #FFE8C9 49.46%, #F3C457 53.35%, #FFD358 100%);
	border-radius: 1rem;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.20);
	position: relative;
}
.xmas2025__instabnr a::after {
	display: block;
	content: '';
	width: 2.2rem;
	height: 2.2rem;
	border-right: solid 0.4rem #784A00;
	border-bottom: solid 0.4rem #784A00;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 1.1rem);
	right: 4.5rem;
}
.xmas2025__instabnr .icon {
	margin-right: 2rem;
	width: 6rem;
}
.xmas2025__instabnr .txt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.xmas2025__instabnr .txt span {
	display: block;
}
.xmas2025__sns.others {
	margin: 3.5rem auto 0;
  text-align: center;
}
.xmas2025__sns.others p {
	display: inline-block;
	position: relative;
    font-size: 2.4rem;
    font-weight: 700;
	margin-bottom: 3rem;
    padding: 1rem 2rem;
    color: var(--brown02);
    background: linear-gradient(180deg, #EFEFEF -15.52%, #FFF 49.46%, #EFEFEF 53.35%, #E2E2E2 100%);
    border-radius: 50px;
}
.xmas2025__sns.others p::after {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
	margin-left: -8px;
    border: 8px solid transparent;
    border-top: 10px solid #E1E1E1;
}
.xmas2025__sns.others ul {
  display: flex;
	justify-content: center;
	align-items: center;
}
.xmas2025__sns.others ul li {
	padding: 0 1rem;
	width: 5rem;
	box-sizing: content-box;
}
.xmas2025__sns.others ul li:nth-child(2) {
  width: 4rem;
}


.xmas2025__sns-title {
  max-width: 250px;
  margin: 50px auto 30px;
}

.xmas2025__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .xmas2025__instabnr a{
    padding: 2.6rem 2.5rem;
  }
  .xmas2025__instabnr a::after{
    top: calc(50% - 1.1rem);
    right: 3rem;
  }
  .xmas2025__sns.others p{
    font-size: 1.4rem;
  }
  .xmas2025__instabnr .txt{
    text-align: left;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .xmas2025__instabnr .txt span{
    margin-bottom: 0;
  }
}

/* ----------- nav ----------- */
.xmas2025__nav {
  position: relative;
  background-color: #D4565D;
}
.xmas2025__nav.green{
  background-color: #6CB572;
}
.xmas2025__nav.blue{
  background-color: #7179C5;
}

.xmas2025__nav-copyright {
  color: white;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  padding: 0.5rem 0 0.5rem 2rem;
  position: absolute;
  top: -1.6rem;
  left: 0;
  right: 0;
  z-index: 2;
}
.xmas2025__nav::before {
  content: '';
  position: absolute;
  top: -24.8rem;
  left: 0;
  right: 0;
  height: 25rem;
  background: url(/pages/xmas/img/img_border_red.png) no-repeat bottom center/100% auto;
  z-index: 1;
  pointer-events: none;
}
.xmas2025__nav.green::before {
  content: '';
  position: absolute;
  top: -24.8rem;
  left: 0;
  right: 0;
  height: 25rem;
  background: url(/pages/xmas/img/img_border_green.png) no-repeat bottom center/100% auto;
  z-index: 1;
  pointer-events: none;
}
.xmas2025__nav.blue::before {
  content: '';
  position: absolute;
  top: -24.8rem;
  left: 0;
  right: 0;
  height: 25rem;
  background: url(/pages/xmas/img/img_border_blue.png) no-repeat bottom center/100% auto;
  z-index: 1;
  pointer-events: none;
}

.xmas2025__nav-list_pc {
  position: relative; /* fixed から relative に変更 */
  display: flex;
  margin: 5rem auto 0;
  justify-content: center;
  height: 13.6rem;
  z-index: 1000;
  transition: transform 0.3s ease; /* スムーズなアニメーション用 */
}
.xmas2025__nav-list_sp {
  display: none;
}

/* スクロール時に適用されるクラス */
.xmas2025__nav-list_pc.fixed {
  position: fixed;
  top: 6.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  height: auto;
  background-color: #D4565D; /* 背景色を追加 */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 影を追加 */
}
.green .xmas2025__nav-list_pc.fixed{
  position: fixed;
  top: 6.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  height: auto;
  background-color: #6CB572; /* 背景色を追加 */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 影を追加 */
}
.blue .xmas2025__nav-list_pc.fixed{
  position: fixed;
  top: 6.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  height: auto;
  background-color: #7179C5; /* 背景色を追加 */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 影を追加 */
}
.xmas2025__nav-list_pc > li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  position: relative;
  max-height: 13.6rem;
}
.xmas2025__nav-item {
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.xmas2025__nav-txt {
  display: block;
  line-height: 0;
}
.xmas2025__nav-list_pc > li img {
  max-height: 13.6rem;
  width: auto;
  max-width: 100%;
  display: block;
}

@media (max-width: 1650px) {
  .xmas2025__nav-list_pc > li img {
    max-height: 12rem;
    width: auto;
    max-width: 100%;
  }

  .col2_l .txt, .col2_r .txt{
    padding: 0 2rem;
  }
}
@media (max-width: 767.98px) {
  .xmas2025 .hide-s {
    display: none !important;
  }
  .xmas2025 .block-s {
    display: block !important;
  }
  .xmas2025 .inline-s {
    display: inline !important;
  }
  .xmas2025__inner {
    padding: 0;
    width: calc(100% - 40px);
  }
  .xmas2025__sub_illumi .xmas2025__inner{
    width: 100%;
  }
  .xmas2025 .modal-content {
    padding: 1.4em;
  }
  .xmas2025 .modal-close {
    width: 50px;
    height: 50px;
  }
  .xmas2025 .modal-close::before, .xmas2025 .modal-close::after {
    width: 20px;
    height: 4px;
  }
  /* ----------- nav ----------- */
  .xmas2025__nav {
    width: 100%;
  }
  .xmas2025__nav-list_pc {
    display: none;
  }
  .xmas2025__nav-list_sp {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .xmas2025__nav-list_sp.fixed {
    position: fixed;
    padding: 0.5rem 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #D4565D; /* 背景色を追加 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 影を追加 */
    z-index: 1;
  }
  .green .xmas2025__nav-list_sp.fixed {
    background-color: #6CB572;
  }
  .blue .xmas2025__nav-list_sp.fixed {
    background-color: #7179C5;
  }
  .xmas2025__nav-list_sp > li {
    flex-basis: 24%;
    margin: 0;
    max-width: 30%;
  }
  .xmas2025__nav-copyright{
    position: relative;
    padding: 0.5rem 0;
    font-size: 0.8rem;
    text-align: center;
    top: 0;
  }
  .xmas2025__nav-item.active{
    background-color: var(--yellow01);
    border-radius: 1rem;
  }

  /* footer */
  .xmas2025__footer {
    padding: 60px 20px;
  }
  .xmas2025__instabnr {
    width: 100%;
    max-width: 500px;
  }
  .xmas2025__sns-title {
    max-width: 190px;
  }
  .xmas2025__sns-list li {
    max-width: 50px;
  }
}

/* ----------- カテゴリーメニュー ----------- */
.xmas2025-menu__items {
  margin-bottom: 60px;
}
.xmas2025-menu__items.ttl {
  margin-top: 0;
  padding-top: 120px;
  margin-bottom: 60px;
}

.page_title {
  padding: unset;
}
.page_title img {
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

/* --- mv --- */
.xmas2025__mv {
  margin: 15px 0 0 0;
  position: relative;
  z-index: 1;
}

.xmas2025__mv-ttl, .xmas2025__mv-subTtl {
  margin: 0;
}
.xmas2025__mv-ttl picture img{
  width: 100%;
}

.mv__slider {
  margin-bottom: 0;
}

/* mv背景 */
#roop {
  width: 100%;
  /* will-change: transform; */
}

/* メイン背景 */
#roop_main {
  width: 100%;
}

/* メイン背景 */
.roop_main_class {
  width: 100%;
  background-position: 0 0;
  will-change: transform;
}

.xmas2025__contents {
  display: block;
  padding-top: 12rem;
}

.tagframe {
  width: 100%;
  min-height: 400px;
}

/* --- intro --- */
.xmas2025__sub{
  position: relative;
  z-index: 1;
}
.xmas2025__intro-wrapper {
  position: relative;
  z-index: 0;
}
.xmas2025__intro.enjoy,.xmas2025__intro.event,.xmas2025__intro.menu,.xmas2025__intro.cake {
  position: relative;
  background: #D4565D;
}
.xmas2025__intro.gift,.xmas2025__intro.homeparty {
  position: relative;
  background: #6CB572;
}
.xmas2025__intro.illumi{
  position: relative;
  background: #7179C5;
}
.xmas2025__intro.enjoy:before,.xmas2025__intro.event:before,.xmas2025__intro.menu:before,.xmas2025__intro.cake:before,.xmas2025__intro.gift:before,.xmas2025__intro.homeparty:before,.xmas2025__intro.illumi:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/pages/xmas/img/img_bg.png) repeat;
  opacity: 0.46;
  z-index: 0;
}
.xmas2025__intro.event:after,.xmas2025__intro.menu:after,.xmas2025__intro.cake:after,.xmas2025__intro.gift:after,.xmas2025__intro.homeparty:after,.xmas2025__intro.illumi:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/pages/xmas/img/img_bg_kirakira_pc.png) 0% 0% / contain repeat-y;
  opacity: 0.46;
  z-index: 0;
}
.xmas2025__intro.sns {
  position: relative;
}

.xmas2025__intro-block {
  position: relative;
  padding: 160px 0 200px;
  min-height: 560px;
}
.xmas2025__intro-block:after {
  content: url(/pages/xmas/img/bg_into_santa.png);
  position: absolute;
  right: 15%;
  bottom: 0;
}

.xmas2025__subpage__items{
  padding: 6rem 9rem 10rem;
}

.attention_txt{
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.gift .attention_txt, .homeparty .attention_txt{
  color: #000;
}
@media (max-width: 767.98px) {
  .xmas2025__intro-block {
    background: url(/pages/xmas/img/bg_kirakira_l_top.png) no-repeat top left/100%, url(/pages/xmas/img/bg_kirakira_r_bottom.png) no-repeat bottom right/80%, url(/pages/xmas/img/bg_intro.png) no-repeat bottom center/cover;
    padding: 160px 0 90px;
    min-height: 500px;
  }
  .xmas2025__intro-block:after {
    content: "";
    background: url(/pages/xmas/img/bg_into_santa.png) no-repeat center/contain;
    width: 70%;
    height: 100px;
    position: absolute;
    right: 25%;
    bottom: 40px;
  }

  .xmas2025__intro-wrapper{
    width: 100%;
  }
  .xmas2025__intro enjoy{
    padding: 0 2rem;
  }
  .xmas2025__contents,.xmas2025__contents.xmas2025__contents_blue,.xmas2025__contents.xmas2025__contents_green {
    padding: 5rem 0 0;
  }

  .xmas2025__subpage__items{
    padding: 5rem 0;
  }
  .xmas2025__intro.menu .xmas2025__subpage__items,.xmas2025__intro.cake .xmas2025__subpage__items,.xmas2025__intro.gift .xmas2025__subpage__items,.xmas2025__intro.homeparty .xmas2025__subpage__items{
    padding-bottom: 0;
  }

  .xmas2025__intro.event:after,.xmas2025__intro.menu:after,.xmas2025__intro.cake:after,.xmas2025__intro.gift:after,.xmas2025__intro.homeparty:after,.xmas2025__intro.illumi:after {
    content: '';
    background: url(/pages/xmas/img/img_bg_kirakira_sp.png) 0% 0% / contain repeat-y;
  }

  .attention_txt{
    text-align: left;
  }
}

.xmas2025__intro-lead {
  color: #fff;
  text-shadow: 0 0 20px #fff;
  font-size: var(--font-22);
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 2.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .xmas2025__intro-lead {
    -webkit-transform: none;
            transform: none;
    padding: 180px 20px 60px;
  }
}

.col2_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col2_l, .col2_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  padding-bottom: 12rem;
}
.col2_l .img, .col2_r .img {
  width: 84rem;
  color: #fff;
  font-weight: 200;
}
.col2_r .img{
  margin-right: 6rem;
}
.col2_l .img{
  margin-left: 6rem;
}
.col2_l .img img, .col2_r .img img {
  border-radius: 20px;
}
.col2_l .txt, .col2_r .txt {
  width: 84rem;
}
.col2_l .txt .ttl, .col2_r .txt .ttl {
  text-align: center;
  max-width: 60rem;
  margin: 0 auto 4rem;
}
.col2_l .txt .ttl span, .col2_r .txt .ttl span {
  display: block;
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  color: var(--font-yellow);
}
.col2_l .txt .ttl span.reg, .col2_r .txt .ttl span.reg {
  display: inline;
  font-size: 50%;
}
.col2_l .txt p, .col2_r .txt p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.8rem;
  margin-bottom: 4rem;
  text-align: center;
}

.bg_event{
  height: 42rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(/pages/xmas/img/top/bg_top_event_pc.png) no-repeat top/contain;
}
.bg_illumi{
  height: 42rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(/pages/xmas/img/top/bg_top_illumi_pc.png) no-repeat top/contain;
}
.bg_menu{
  height: 42rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(/pages/xmas/img/top/bg_top_menu_pc.png) no-repeat top/contain;
}
.bg_cake{
  height: 42rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(/pages/xmas/img/top/bg_top_cake_pc.png) no-repeat top/contain;
}
.bg_gift{
  height: 42rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(/pages/xmas/img/top/bg_top_gift_pc.png) no-repeat top/contain;
}
.bg_party{
  height: 42rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(/pages/xmas/img/top/bg_top_party_pc.png) no-repeat top/contain;
}
@media (max-width: 768px) {
  .col2_l, .col2_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5rem;
  }
  .col2_l .img, .col2_r .img{
    margin: 0;
    width: 90%;
  }
  .col2_l .txt, .col2_r .txt {
    width: 100%;
    padding: 0;
  }
  .col2_l .txt .ttl, .col2_r .txt .ttl {
    margin: 0 auto 3rem;
  }
  .col2_l .txt .ttl span, .col2_r .txt .ttl span {
    font-size: var(--font-24);
    color: var(--font-yellow);
  }
  .col2_l .txt .ttl img, .col2_r .txt .ttl img {
    width: 100%;
    height: auto;
  }
  .col2_l .txt p, .col2_r .txt p {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 2.2rem;
  }

  .bg_event{
    background: url(/pages/xmas/img/top/bg_top_event_sp.png) no-repeat center/contain;
  }
  .bg_illumi{
    background: url(/pages/xmas/img/top/bg_top_illumi_sp.png) no-repeat center/contain;
  }
  .bg_menu{
    background: url(/pages/xmas/img/top/bg_top_menu_sp.png) no-repeat center/contain;
  }
  .bg_cake{
    background: url(/pages/xmas/img/top/bg_top_cake_sp.png) no-repeat center/contain;
  }
  .bg_gift{
    background: url(/pages/xmas/img/top/bg_top_gift_sp.png) no-repeat center/contain;
  }
  .bg_party{
    background: url(/pages/xmas/img/top/bg_top_party_sp.png) no-repeat center/contain;
  }
}

/* ----------- illumination ----------- */
.xmas2025__contents_blue {
  position: relative;
  padding-top: 12rem;
  background: #7179C5;
}
.xmas2025__contents_blue:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/pages/xmas/img/img_bg.png) repeat;
  opacity: 0.46;
  z-index: 0;
}

/* ----------- menu_cake_gift_party ----------- */
.xmas2025__contents_green {
  position: relative;
  padding-top: 12rem;
  background: #6CB572;
}
.xmas2025__contents_green:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/pages/xmas/img/img_bg.png) repeat;
  opacity: 0.46;
  z-index: 0;
}

/* ----------- sns ----------- */
.xmas2025__sns-contents {
  position: relative;
  background: radial-gradient(circle, #FFF9E8 0%, #F2DB96 100%);
  text-align: center;
  overflow: hidden;
}
.xmas2025__sns-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/pages/xmas/img/top/img_inst_bg.png) repeat;
  opacity: 0.3;
  z-index: 0;
}
.xmas2025__sns-contents_ttl {
  position: relative;
  margin: 0 auto 5rem;
  max-width: 94rem;
}
.xmas2025__sns-contents p {
  font-size: var(--font-22);
  margin-bottom: 40px;
}
.xmas2025__sns-contents .xmas2025__inner .vsm-slider{
  margin-left: 4rem;
}
@media (max-width: 767.98px) {
  .xmas2025__sns-contents p {
    font-size: var(--font-16);
  }
  .xmas2025__sns-contents .xmas2025__inner .vsm-slider{
    margin-left: 0;
  }
}


.xmas2025__sns-contents.tags {
  position: relative;
  background: radial-gradient(circle, #5DC455 0%, #179F36 50%, #1E5F2D 100%);
  overflow: hidden;
}
.xmas2025__sns-contents.tags:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/pages/xmas/img/top/img_trend_stripe_bg.png) repeat;
  opacity: 0.3;
  z-index: 0;
}
.xmas2025__sns-contents.tags:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/pages/xmas/img/top/img_kirakira_bg.png) repeat;
  background-size: 96%;
  mix-blend-mode: soft-light;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .xmas2025__sns-contents_ttl {
    margin: 0 auto 3rem;
    padding: 0;
  }
  .xmas2025__sns-contents_ttl span {
    font-size: var(--font-20);
  }
}

.xmas2025__sns-contents {
  position: relative;
  width: auto;
  background-color: #fff;
  padding: 90px 0;
}
@media (max-width: 767.98px) {
  .xmas2025__sns-contents {
    padding: 5rem 2rem;
  }
}

.xmas2025__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
}

.xmas2025__post-item {
  max-width: 313px;
  width: 32%;
  height: 676px;
  background-color: #727171;
}

.xmas2025__tag-ttl {
  font-size: 20px;
  text-align: left;
  line-height: 30px;
}

.hash {
  color: #4685c5;
  font-weight: bold;
  font-size: 30px;
  font-style: italic;
  margin-right: 1rem;
  line-height: 30px;
}

.xmas2025__tag-btn {
  width: 600px;
  height: 60px;
  margin: auto;
  line-height: 60px;
  border-radius: 50px;
  border: 2px solid #4685c5;
  font-size: 20px;
  font-weight: bold;
}
.xmas2025__tag-btn > a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #4685c5;
}

.xmas2025__event-btn {
  background: var(--blue01);
  border-radius: 100px;
  color: #fff !important;
  display: block;
  font-size: var(--font-18);
  text-align: center;
  padding: 0.45em;
  position: relative;
  margin: 1.4em auto 0;
  max-width: 420px;
}
.xmas2025__event-btn::before {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 1.8em;
  width: 9px;
  height: 9px;
}
.xmas2025__event-btn::after {
  content: none !important;
}

.xmas2025__event-ttl-l {
  background: var(--pink01);
  border-radius: 100px;
  color: #fff;
  font-size: var(--font-36);
  font-family: var(--font01);
  text-align: center;
  padding: 0.2em 0.6em;
  margin: 1.5em auto 1em;
  max-width: 620px;
}
.xmas2025__event-ttl-l > span {
  font-size: 75%;
  vertical-align: 10%;
}

.xmas2025-menu__inner {
  max-width: 1000px;
  margin: 120px auto 0;
}

.xmas2025-menu__ttl {
  color: #ffffff;
  font-size: var(--font-24);
  font-family: var(--font01);
  text-align: center;
  margin-bottom: 0.6em;
  letter-spacing: 0.06em;
}

.page-leisure .xmas2025-menu__ttl {
  font-family: "Noto Sans JP";
  color: #ffffff;
}

.page-item .xmas2025-menu__ttl {
  color: var(--orange01);
}

.xmas2025-menu__ttl > span {
  display: inline-block;
  font-size: 85%;
  padding-left: 0.2em;
  vertical-align: 8%;
}

.xmas2025-menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5%;
  position: relative;
  /* z-index: 1; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.xmas2025-menu__menu_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 210px;
}
.xmas2025-menu__menu_item a {
  border: 4px solid #D89D14;
  background-color: #ffffff;
  color: #D89D14;
  display: block;
  font-size: 14px;
  font-family: var(--font01);
  font-weight: 600;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.xmas2025-menu__menu_item.sweets a {
  border: 4px solid #DC4100;
  background-color: #ffffff;
  color: #DC4100;
}

.page-menu .xmas2025-menu__menu_item a {
  font-weight: 600;
  border: 4px solid #41b6de;
  background-color: #83ccd2;
  color: #fff;
  line-height: 1.3;
}

.xmas2025-menu__menu_item a:hover {
  text-decoration: none;
}
.xmas2025-menu__menu_item .active {
  border: 4px solid #ffffff;
  color: #ffffff;
  background-color: #D89D14 !important;
}
.xmas2025-menu__menu_item.sweets .active {
  border: 4px solid #ffffff;
  color: #ffffff;
  background-color: #DC4100 !important;
}

.page-menu .xmas2025-menu__menu_item .active {
  border: 4px solid #83ccd2;
  background-color: #41b6de;
}

.xmas2025 {
  display: block;
}

/*トレンドタグ箇所*/
.tag_contents {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.tags_frame {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 115rem;
  padding: 7.2rem 10rem;
  background: #ffffff;
  border-radius: 2rem;
  z-index: 1;
}
.xmas2025__sns-contents_ttl{
  max-width: 70rem;
}
.tag_txt{
  margin-top: 3rem;
}
.tag_txt img{
  height: 2.8rem;
}
.framebox iframe {
  width: 100% !important; /* 親要素いっぱいに広げる */
  max-width: 100%; /* 最大幅を親要素に合わせる */
  display: block; /* 余白をなくす */
  margin: 0 auto; /* 中央寄せ */
}
@media (max-width: 1450px) {
  .tags_frame{
    width: 80%;
  }
  .xmas2025__nav-list_pc.fixed,.green .xmas2025__nav-list_pc.fixed,.blue .xmas2025__nav-list_pc.fixed{
    justify-content: left;
    width: 200%;
  }
}
@media (max-width: 767.98px) {
  .tags_frame{
    padding: 3rem;
  }
  .tag_txt {
    margin: 3rem 0 1rem;
  }
  .framebox {
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  html {
    scroll-padding-top: 130px;
  }
  .gototop_btn {
    bottom: 64px;
    right: 24px;
  }
  .xmas2025-menu__menu_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(46% - 5px);
            flex: 0 0 calc(46% - 5px);
    margin-top: 4px;
    max-height: 280px;
    padding: 0;
  }
  .xmas2025-menu__menu_item a {
    border-width: 4px !important;
    font-size: 20px;
    padding: 8px !important;
  }
  .xmas2025 {
    margin: 0 auto 24px;
    padding: 0;
  }
  .xmas2025 .xmas2025__items-list {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }
  .xmas2025__item-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .xmas2025__item-title_icon {
    width: 128px;
  }
  .xmas2025-menu__ttl {
    font-size: 3.6vw;
    margin-bottom: 0.4em;
  }
  .page_title {
    padding: unset;
    padding: 10px 20px;
  }
  .xmas2025-menu__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
  }
  .xmas2025__event-btn {
    font-size: var(--font-14);
    font-size: 2.8vw;
    margin-top: 1em;
  }
  .xmas2025__event-ttl-l {
    font-size: 4.4vw;
    max-width: 78vw;
    padding: 0.6em;
  }
  .xmas2025__event-btn::before {
    width: 0.5em;
    height: 0.5em;
  }
  .tag_contents_p {
    padding: unset;
    text-align: center;
    font-size: 20px;
  }
  /* ----------- top ----------- */
  .xmas2025__mv img {
    width: 100%;
    height: auto;
  }
  /* top */
  #roop {
    width: 100%;
  }
  /* mv */
  .xmas2025__mv-note img {
    max-width: none !important;
  }
  .xmas2025__mv-note .img01 {
    top: 3%;
    right: 80%;
    width: 11%;
  }
  .xmas2025__mv-note .img02 {
    top: 4%;
    right: 64%;
    width: 3.5%;
  }
  .xmas2025__mv-note .img03 {
    top: 3%;
    right: 26%;
    width: 19%;
  }
  .xmas2025__mv-note .img04 {
    top: 2.5%;
    left: 83%;
    width: 12.5%;
  }
  .xmas2025__mv-note .img05 {
    top: 87.5%;
    left: 9%;
    width: 9.5%;
  }
  .xmas2025__mv-note .img06 {
    top: 91%;
    left: 33%;
    width: 8%;
  }
  .xmas2025__mv-note .img07 {
    top: 90%;
    left: 53%;
    width: 5%;
  }
  .xmas2025__mv-note .img08 {
    top: 90.5%;
    left: 72%;
    width: 14%;
  }
  .xmas2025__event-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xmas2025__event-list li:nth-of-type(even) .xmas2025__event-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xmas2025__event-list.is_02 .xmas2025__event-item, .xmas2025__event-list.is_02 li:nth-of-type(even) .xmas2025__event-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xmas2025__event-img .icon {
    position: absolute;
    top: -4vw;
    right: -4vw;
    width: 12vw;
    height: 12vw;
  }
  .xmas2025__event-col {
    width: 100%;
  }
  .xmas2025__event-col .logo {
    margin: 1em auto;
    max-width: 22vw;
  }
  .xmas2025__event-ttl {
    font-size: 4.2vw;
    text-align: center;
    margin: 1.2em auto 0.6em;
  }
  .xmas2025__event-txt {
    font-size: 2.6vw;
    margin-top: 1em;
  }
  .xmas2025__event-info {
    font-size: 2.4vw;
    margin-bottom: 0.2em;
  }
  /* contents */
  .tagframe {
    width: 100%;
    height: 520px;
  }
  /* intro */
  .xmas2025__intro-lead {
    font-size: var(--font-16);
    padding: 0;
  }
}
.items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 130rem;
  margin: 0 auto;
}
.items-list::after {
  content: "";
  display: block;
  width: 33.3%;
}

.items-list_item {
  position: relative;
  margin-bottom: 30px;
  width: calc(33.3% - 30px);
  min-height: 330px;
  margin-right: 10px;
  margin-left: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.60);
          box-shadow: 0 0.6rem 1.2rem rgba(0, 0, 0, 0.60);
  padding: 2rem;
  border-radius: 2rem;
}
.items-list_image img {
  flex: 0 0 auto;
  border-radius: 2rem;
}

.items-list_dinner{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 130rem;
    margin: 0 auto;
    padding-bottom: 3rem!important;
    gap: 6rem;
}
.items-list_dinner > *:last-child {
  margin-bottom: 0;
}
.items-list_item_dinner {
  position: relative;
  width: 100%;
  min-height: 33rem;
  margin-right: 1rem;
  margin-left: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, 0.60);
          box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, 0.60);
}
.items-list_item_dinner .items-list_content{
  position: relative;
  margin: 0;
  padding: 1rem 2rem 2rem;
}
.items-list_item_dinner.yoyaku::after, .items-list_item_dinner.yoyaku_tenku::after, .items-list_item_dinner.yoyaku_ariduki::after{
  content: "";
  position: absolute;
  top: -5rem;
  right: 3rem;
  width: 12rem;
  height: 0;
  padding-bottom: 12rem;
  background: url('/pages/xmas/img/menu/img_yoyaku_bg.png') no-repeat center/contain;
  z-index: 1;
  pointer-events: none;
}
.items-list_item_dinner.yoyaku::before {
  content: "ご予約\A承り中";
  white-space: pre;
  position: absolute;
  top: -1.8rem;
  right: 5.9rem;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.6rem;
  z-index: 2;
  pointer-events: none;
}
.items-list_item_dinner.yoyaku_tenku::before {
  content: "11/17（月）～\Aご予約\A開始";
  white-space: pre;
  position: absolute;
  top: -2rem;
  right: 4.4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.2rem;
  z-index: 2;
  pointer-events: none;
}
.items-list_item_dinner.yoyaku_ariduki::before {
  content: "11/24\A（月・振休）～\Aご予約\A開始";
  white-space: pre;
  position: absolute;
  top: -3.4rem;
  right: 4.6rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.2rem;
  z-index: 2;
  pointer-events: none;
}
.items-list_item_dinner .items-list_inner {
  display: flex;
}
.items-list_item_dinner figure{
  margin: 0;
}
.items-list_item_dinner .items-list_image img{
  height: 100%;
  width: 100%;
  min-width: 84rem;
  border-radius: 0;
}
.items-list_tag p{
  margin: 0.2rem 0.5rem;
}
.items-list_item_dinner .items-list_benefits,.event__items-list_item_txt .list_item_txt_days{
  display: inline-block;
  position: relative;
  height: 4rem;
  width: 24rem;
  line-height: 2.2rem;
  text-align: center;
  margin: 1rem auto 0;
  padding: 2% 3rem;
  font-size: 1.6rem;
  background: var(--red01);
  color: #FFF;
  box-sizing: border-box;
  border-radius: 0;
}
.event__items-list_item_txt .list_item_txt_days{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 1.5% 3rem;
  width: 60%;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2.8rem;
}
.event__items-list_item_txt .list_item_txt_days span{
  padding-top: 0.2rem;
  font-size: 1.8rem;
}
.event__items-list_item_txt .list_item_txt_days span.arrow{
  margin: 0 1.2rem 0 1.5rem;
  font-size: 1.2rem;
}
.event__items-list_item_txt .list_item_txt_days.long{
  width: 100%;
}
.event__items-list_item_txt .list_item_txt_days.long span.arrow{
  margin: 0 0.5rem;
}
.items-list_item_dinner .items-list_benefits:before,.items-list_item_dinner .items-list_benefits:after,.event__items-list_item_txt .list_item_txt_days:before,.event__items-list_item_txt .list_item_txt_days:after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.items-list_item_dinner .items-list_benefits:before{
  top: 0;
  left: 0;
  border-width: 2rem 0px 2rem 1.5rem;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.items-list_item_dinner .items-list_benefits:after{
  top: 0;
  right: 0;
  border-width: 2rem 1.5rem 2rem 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.event__items-list_item_txt .list_item_txt_days:before{
  top: 0;
  left: 0;
  border-width: 2rem 0px 2rem 1.5rem;
  border-color: transparent transparent transparent #FFF4CA;
  border-style: solid;
}
.event__items-list_item_txt .list_item_txt_days:after{
  top: 0;
  right: 0;
  border-width: 2rem 1.5rem 2rem 0px;
  border-color: transparent #FFF4CA transparent transparent;
  border-style: solid;
}
  
.items-list_item_dinner .items-list_shop{
  margin-top: 2rem;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #6B280E;
}
.items-list_item_dinner .items-list_shop span{
  color: var(--red01);
}
.items-list_item_dinner .items-list_more{
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .items-list_item {
    width: calc(50% - 5px);
    min-height: auto;
    margin: 0 0 14px;
    padding: 1rem;
  }
  .xmas2025__sub .items-list.post__list{
    width: 100%;
  }
  .event__items-list_item_txt .list_item_txt_days{
    width: 100%;
    font-size: 2.6rem;
  }
  .event__items-list_item_txt .list_item_txt_days span{
    font-size: 1.6rem;
  }
  .event__items-list_item_txt .list_item_txt_days.long{
    height: 5.8rem;
    flex-wrap: wrap;
  }
  .event__items-list_item_txt .list_item_txt_days.long:before{
    border-width: 2.9rem 0px 2.9rem 1.5rem;
  }
  .event__items-list_item_txt .list_item_txt_days.long:after{
    border-width: 2.9rem 1.5rem 2.9rem 0px;
  }

  .items-list_dinner{
    gap: 2rem;
    padding-bottom: 2rem!important;
  }
  .items-list_item_dinner{
    margin: auto;
  }
  .items-list_item_dinner .items-list_inner{
    display: block;
  }
  .items-list_item_dinner figure{
    height: 30rem;
  }
  .items-list_item_dinner .items-list_image img{
    min-width: auto;
    object-fit: cover;
  }
  .items-list_item_dinner.yoyaku::before, .items-list_item_dinner.yoyaku_tenku::before{
    top: 28.2rem;
  }
  .items-list_item_dinner.yoyaku_ariduki::before{
    top: 26.6rem;
  }
  .items-list_item_dinner.yoyaku::after, .items-list_item_dinner.yoyaku_tenku::after, .items-list_item_dinner.yoyaku_ariduki::after{
    top: 25rem;
  }

  .items-list_item_dinner .items-list_shop{
    margin-top: 0;
  }
}

.items-list_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto auto 0;
  padding: 1.6rem 5rem;
  font-size: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: var(--yellow01);
  background-color: var(--blue01);
  border-radius: 5rem;
  text-align: center;
  line-height: 1.3;
}
.items-list_more img{
  margin-top: 0.1rem;
  margin-left: 1rem;
  width: 1.8rem;
  filter: brightness(0) saturate(100%) invert(94%) sepia(84%) saturate(1000%) hue-rotate(317deg) brightness(100%) contrast(102%);
}
@media (max-width: 767.98px) {
  .items-list_more{
    width: 90%;
    height: auto;
    padding: 0.8rem 1rem;
    font-size: var(--font-12);
  }
  .items-list_more img{
    margin: 0.2rem 0 0 1rem;
    width: 1.2rem;
  }
  .items-list_item_dinner .items-list_more {
    width: 60%;
    height: auto;
    padding: 2rem;
    font-size: var(--font-18);
  }
  .items-list_item_dinner .items-list_more img{
    margin: 0 0 0 1rem;
  }
}

.items-list_inner {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  /* // padding: 0 0 40px; */
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  text-decoration: none;
}

.items-list_item_dinner .items-list_inner{
  flex-direction: row;
}

.items-list_inner:hover {
  opacity: 0.6;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .items-list_inner:hover {
    -webkit-transition: all 0;
    transition: all 0;
  }
  .items-list_inner:hover:hover {
    opacity: 1;
  }
}

.items-list_image.item_close::before {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: absolute;
  background: rgba(0, 80, 7, 0.7) url(/pages/xmas/img/txt_item_close.png) no-repeat center/cover;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.item_close {
  position: relative;
}
.item_close::before {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: absolute;
  background: rgba(0, 80, 7, 0.7) url(/pages/xmas/img/txt_item_close.png) no-repeat center/cover;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.items-list_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-bottom: 10px;
  padding: 1rem 0 2rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .items-list_content {
    padding: 0.4rem;
  }
}

.items-list_benefits {
  color: #fff;
  font-size: var(--font-14);
  background: #BD782F;
  border-radius: 1rem;
  padding: 0.2rem 2rem;
  display: inline-block;
  margin: 2rem 0 0;
}
.items-list_benefits.limited {
  background: #65AADD;
}
.items-list_benefits.days {
  background: #EE87B4;
}
.items-list_benefits.cakes_tokuten{
  background: #E60012;
}
.items-list_benefits.cakes_benefits{
  color: #784A00;
  border: 0.2rem solid #784A00;
}
.items-list_benefits.cakes_limited{
  color: #1A9630;
  border: 0.2rem solid #1A9630;
}
.items-list_benefits.cakes_alcohol{
  color: #485099;
  border: 0.2rem solid #485099;
}
.items-list_benefits.event_tag{
  background: #E60012;
  font-size: var(--font-16);
  padding: 0.6rem 2rem;
}
.items-list_shop {
  margin-bottom: 0;
  padding-top: 1rem;
  font-size: var(--font-18);
}
.items-list_title {
  margin-top: 1.2rem;
  margin-bottom: 0;
  color: var(--red01);
  font-size: 2.2rem;
  line-height: 3rem;
}
.items-list_title span{
  font-size: var(--font-18);
}
.xmas2025__intro.gift .items-list_title, .xmas2025__intro.homeparty .items-list_title, .xmas2025__intro.gift .items-detail_content_title,.xmas2025__intro.homeparty .items-detail_content_title{
  color: var(--green01);
}
.items-list_price {
  font-size: 1.8rem;
}
.items-list_item_dinner .items-list_price {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--red01);
}
.items-list_item_dinner .items-list_price span{
  font-size: 1.4rem;
}
.items-list_benefits.limited_cake,.items-detail_content_icon.limited_cake  {
  border: 0.2rem solid #1A9630;
  color: #1A9630;
  background-color: #fff;
}
.items-list_benefits.yoyaku_cake,.items-detail_content_icon.yoyaku_cake {
  background: #E60012;
  border: 0.1rem solid #E60012;
}
.items-list_benefits.alcohol_cake,.items-detail_content_icon.alcohol_cake {
  border: 0.2rem solid #485099;
  color: #485099;
  background-color: #fff;
}
.items-list_season{
  display: block;
  color: #BD782F;
  font-size: var(--font-14);
  background: #FFF9B0;
  border: 0.2rem solid #BD782F;
  border-radius: 1rem;
  padding: 2px 20px;
  margin: 0 auto 1rem;
  text-align: center;
  width: 27rem;
}
/* 2カラムリストのスタイル */
.two-column-list {
  width: 100%;
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  color: #6B280E;
  border: none;
}

.two-column-list li {
  display: flex;
  width: 40rem;
  margin-bottom: 0.6rem;
  border: none;
}

.two-column-list .list-heading {
  height: 3.6rem;
  width: 13rem;
  background-color: #FFF4CA;
  font-size: 1.8rem;
  font-weight: bold;
  flex-shrink: 0; /* 幅を固定 */
}

.two-column-list .list-content {
  margin-left: 1rem;
  flex-grow: 1;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: left;
}

/* レスポンシブ対応（必要に応じて） */
@media (max-width: 767px) {
  .items-list_season{
    width: 100%;
  }

  .items-list_benefits {
    font-size: var(--font-10);
    padding: 4px 10px;
    margin: auto;
  }
  .items-list_title {
    margin-bottom: 10px;
    font-size: var(--font-18);
    line-height: 1.4;
  }
  .items-list_price {
    font-size: var(--font-14);
  }
  .items-list_shop{
    font-size: var(--font-14);
  }
  .items-list_shop span {
    font-size: var(--font-14);
    line-height: 1.4;
  }

  .items-list_item_dinner .items-list_title{
    font-size: var(--font-26);
    font-weight: bold;
  }
  .items-list_item_dinner .items-list_price {
    font-size: var(--font-20);
    font-weight: bold;
    color: var(--red01);
  }

  .items-list_benefits.event_tag{
    font-size: var(--font-12);
    padding: 0.4rem 1rem;
  }
}

/* --- fadein modal --- */
.xmas2025 .scroll-fadein {
  opacity: 0;
}
.xmas2025 .modal-container {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  padding: 10rem 0;
  text-align: center;
  background: rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.xmas2025 .modal-container::before, .xmas2025 .modal-container::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.xmas2025 .modal-container.is-active {
  opacity: 1;
  visibility: visible;
}
.xmas2025 .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1050px;
  width: 90%;
  padding: 0;
}
.xmas2025 .modal-content {
  background-color: #fff;
  border: 4px solid var(--gold01);
  text-align: left;
  overflow: hidden;
  padding: 60px;
}
@media (max-width: 767.98px) {
  .xmas2025 .modal-container {
    padding: 70px 0;
  }
  .xmas2025 .modal-content {
    padding: 20px 10px;
    margin-bottom: 80px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.xmas2025 .modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 5;
  width: 78px;
  height: 78px;
  background-color: var(--gold01);
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .xmas2025 .modal-close {
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
  }
}

.xmas2025 .modal-close::before, .xmas2025 .modal-close::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 34px;
  height: 5px;
  margin: auto;
  background: #fff;
}
@media (max-width: 767.98px) {
  .xmas2025 .modal-close::before, .xmas2025 .modal-close::after {
    width: 25px;
    height: 3px;
  }
}
.xmas2025 .modal-close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.xmas2025 .modal-close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.items-detail * {
  min-height: 0;
  min-width: 0;
}

.items-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.items-detail_image {
  width: 50%;
}
.items-detail_content {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .items-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .items-detail_image {
    width: 100%;
  }
  .items-detail_content {
    width: 100%;
    padding-right: 0;
  }
}

.items-detail_content_icon {
  font-size: var(--font-14);
  color: #fff;
  padding: 2px 20px;
  border-radius: 1rem;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.items-detail_content_icon:last-child {
  margin-right: 0;
}
.items-detail_content_icon.cate01 {
  background: var(--red01);
}
.items-detail_content_icon.cate02 {
  background: var(--blue02);
}
.items-detail_content_benefits {
  color: #fff;
  font-size: var(--font-14);
  background: var(--red01);
  border-radius: 4px;
  padding: 2px 20px;
  display: inline-block;
}
.items-detail_content_title {
  margin-bottom: 10px;
  color: var(--red01);
  font-size: var(--font-24);
  line-height: 1.2;
}
.items-detail_content_title span{
  font-size: var(--font-20);
}
.items-detail_content_title.fontsize_oneline{
  font-size: 2.3rem;
}
.items-detail_content_price {
  color: --black-basic;
  font-size: var(--font-18);
  font-weight: bold;
  margin-bottom: 20px;
}
.items-detail_content_txt {
  font-size: var(--font-14);
  margin-bottom: 20px;
}
.items-detail_content_dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--font-14);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-detail_content_dl dl dt {
  text-align: center;
  background: #FFF4CA;
  color: #6B280E;
  padding: 0.3rem 1rem;
  width: 8em;
  margin-right: 1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.items-detail_content_dl dl dd {
  line-height: 1.4;
  width: calc(100% - 8.9em);
}
.items-detail_content_note {
  font-size: var(--font-12);
  margin-top: 4px;
}
.items-detail_content_shopinfo {
  background: #FFF4CA;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
.items-detail_content_shop {
  font-size: var(--font-20);
  margin-bottom: 6px;
}
.items-detail_content_place span {
  margin-left: 10px;
}
.items-detail_content_button{
  position: relative;
  font-size: var(--font-16);
  background: var(--blue01);
  display: block;
  margin-top: 1rem;
  padding: 6px 20px;
  border-radius: 30px;
  text-align: center;
}
.items-detail_content_button{
  background: #6b280e;
}
.items-detail_content_button::before{
  content: " ";
  display: block;
  background: #fff;
  height: 6.9282032303px;
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.items-detail_content_button::after {
  content: "店舗情報を見る";
  color: #fff;
}
.yoyaku_links{
  margin-top: 2rem;
}
.yoyaku_links p{
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--blue01);
}
.yoyaku_links ul{
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.yoyaku_links ul li{
  background: var(--blue01);
  border-radius: 5rem;
  padding: 0.2rem 2rem;
  color: var(--yellow01);
}.yoyaku_links ul li a span{
  font-size: 1.2rem;
  color: #fff;
}

.items-list_dinner .items-detail_content_price{
  color: var(--red01);
}
.items-list_dinner .items-detail_content_dl dl dd{
  color: #6B280E;
}

dt.second_line{
  height: 4.5rem!important;
}

.xmas2025__intro.cake .items-detail_content_dl dl dd{
  line-height: 2.4rem;
}
@media (max-width: 767.98px) {
  .items-detail_content {
    margin-top: 20px;
  }
  .items-detail_content_icon {
    font-size: var(--font-12);
    padding: 2px 10px;
    margin-top: 20px;
  }
  .items-detail_content_benefits {
    color: #fff;
    font-size: var(--font-12);
    margin-top: 10px;
  }
  .items-detail_content_title {
    margin-bottom: 6px;
    font-size: var(--font-20);
    line-height: 1.4;
  }
  .items-detail_content_title span{
    font-size: var(--font-16);
  }
  .items-detail_content_title.fontsize_oneline{
    font-size: 2rem;
  }
  .items-detail_content_price {
    color: --black-basic;
    font-size: var(--font-16);
    font-weight: bold;
    margin-bottom: 6px;
  }
  .items-detail_content_txt {
    font-size: var(--font-14);
    margin-bottom: 20px;
  }
  .items-detail_content_shopinfo {
    padding: 10px;
    margin-top: 10px;
  }
  .items-detail_content_shop {
    font-size: var(--font-16);
  }
  .items-detail_content_place span {
    margin-left: 10px;
  }
  .items-detail_content_button {
    font-size: var(--font-14);
  }

  dt.second_line{
    height: 4.4rem!important;
  }
}

.xmas2025__items-detail_shop-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.xmas2025__items-detail_shop-text {
  font-size: 1.3rem;
}
.xmas2025__items-detail_shop-text::before {
  left: 0;
  top: 50%;
  vertical-align: middle;
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 10px;
  height: 16px;
  margin: auto;
  background: url(/pages/xmas/img/address_icon01.svg) no-repeat center/cover;
  margin-right: 6px;
}

.items-list_price-tax {
  font-size: 1.2rem;
}

@media (max-width: 767.98px) {
  .items-list_day {
    font-size: 3.4vw;
    padding: 6px;
    margin-bottom: 10px;
  }
}
.xmas2025__item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}

.xmas2025__item-detail_image {
  width: 57%;
  margin: 0;
}

.xmas2025__item-detail_content {
  width: 39%;
}

.xmas2025__item-detail_title {
  position: relative;
  margin-bottom: 20px;
  color: #ff7777;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}

.xmas2025__item-detail_title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 15px;
  background-color: #ff7777;
}

.xmas2025__item-detail_price {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
}

.xmas2025__item-detail_price-tax {
  font-size: 1.3rem;
}

.xmas2025__item-detail_labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.xmas2025__item-detail_label {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 8px 10px 6px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.xmas2025__item-detail_label.-limited {
  color: #ff7777;
  background-color: #a1d8e1;
}

.xmas2025__item-detail_label.-cool {
  color: #4685c5;
  border: 1px solid #4685c5;
}

.xmas2025__item-detail_text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.modaal-overlay {
  background: rgba(51, 51, 51, 0.4) !important;
}

.modaal-content-container {
  padding: 0 !important;
}

/*@media (min-width: 768px) {
  .xmas2025 .modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}*/
.mfp-wrap .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
.mfp-wrap .mfp-close {
  border-radius: 100%;
  font-size: 32px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #c8c8c8 !important;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #c8c8c8 !important;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.mfp-wrap .mfp-close::before, .mfp-wrap .mfp-close::after {
  background: white;
  top: 6px;
  left: 16px;
}

.popup-modal:hover {
  text-decoration: none;
}

.btn {
  display: block;
  text-align: center;
}
.btn.btn_green a {
  color: var(--font-yellow);
  background: var(--green01);
}
.btn.btn_red a {
  color: var(--font-yellow);
  background: var(--red01);
}
.btn.btn_blue a {
  color: var(--font-yellow);
  background: var(--blue01);
}
.event .btn_green a{
  width: 29rem;
  height: 6.4rem;
  padding-top: 1.6rem;
  font-size: 1.8rem;
}
.event .btn_green a img{
  width: 1.8rem!important;
  padding-top: 0.6rem;
}
.btn.btn_green a img,.btn.btn_red a img,.btn.btn_blue a img {
  margin: 0 1rem 0;
  width: 3rem;
  filter: brightness(0) saturate(100%) invert(94%) sepia(84%) saturate(1000%) hue-rotate(317deg) brightness(100%) contrast(102%);
}

.btn a {
  color: #fff;
  font-size: 2.3rem;
  padding: 2rem 0;
  justify-content: center;
  display: flex;
  position: relative;
  border-radius: 4rem;
  width: 45rem;
  margin: 0 auto;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .btn a {
    width: 100% !important;
  }
  .btn.btn_green a, .btn.btn_red a, .btn.btn_blue a{
    padding: 1rem 0;
    font-size: 1.8rem;
  }

  .event .btn_green a{
    height: auto;
  }
}

.filter li {
  cursor: pointer;
}

.filter li.is-active {
  color: red;
  display: none;
}

.category li.categoryItem {
  display: none;
}

.category li.categoryItem.is-show {
  display: block;
}

.p-searchbox__pulldown {
  position: relative;
  cursor: pointer;
}

.p-searchbox {
  margin: 30px auto 20px;
}
.p-searchbox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .p-searchbox__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-searchbox__inner .p-searchbox_txt {
  font-size: var(--font-18);
  color: var(--green01);
  font-weight: 600;
  position: relative;
  padding-left: 46px;
}
@media (max-width: 767.98px) {
  .p-searchbox__inner .p-searchbox_txt {
    font-size: var(--font-16);
    padding-left: 29px;
    margin-bottom: 6px;
    color: #fff;
  }
}
.p-searchbox__inner .p-searchbox_txt::before {
  position: absolute;
  content: "";
  display: block;
  background: url(/pages/xmas/img/gift/icon_search.svg) no-repeat center/contain;
  width: 26px;
  height: 30px;
  left: 0;
}
@media (max-width: 767.98px) {
  .p-searchbox__inner .p-searchbox_txt::before {
    width: 16px;
    height: 22px;
    bottom: 1px;
    background: url(/pages/xmas/img/gift/icon_search_white.svg) no-repeat center/contain;
  }
}
.p-searchbox__pulldown {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .p-searchbox__pulldown {
    padding-left: 0;
    width: 100%;
    margin-top: 0;
  }
}
.p-searchbox__pulldown-list {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 1;
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  max-width: 684px;
  min-width: 684px;
  top: 40px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .p-searchbox__pulldown-list {
    min-width: auto;
    max-width: none;
    width: calc(100% - 50px);
    top: 45px;
  }
}
.p-searchbox__pulldown-list li {
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  padding: 4px 0 4px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: var(--green01);
}
.p-searchbox__pulldown-list li:hover {
  opacity: 0.8;
}
.p-searchbox__pulldown-list li + li {
  border-top: 1px solid #CFB964;
}
.p-searchbox__pulldown-list li:first-of-type {
  padding: 8px 0 8px 20px;
}
.p-searchbox__pulldown-list li.is-active + li {
  padding: 8px 0 8px 20px;
}
.p-searchbox__pulldown-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.p-searchbox__pulldown-categoryName {
  font-size: var(--font-18);
  color: var(--green01);
  border: solid 2px var(--green01);
  font-weight: 600;
  background: #fff;
  border-radius: 6px 0 0 6px;
  min-width: 684px;
  text-align: center;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .p-searchbox__pulldown-categoryName {
    min-width: auto;
    max-width: none;
    width: calc(100% - 50px);
    font-size: 1.8rem;
    line-height: 46px;
    margin-bottom: 0;
  }
}
.p-searchbox__pulldown-btn {
  display: block;
  width: 40px;
  height: 40px;
  background: var(--green01);
  border-radius: 0 6px 6px 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767.98px) {
  .p-searchbox__pulldown-btn {
    width: 50px;
    height: 50px;
  }
}
.p-searchbox__pulldown-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.p-searchbox__pulldown-btn::before {
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #fff;
  border-bottom: 0;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .p-searchbox__pulldown-btn::before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #fff;
  }
}
.p-searchbox__pulldown-btn.active::before {
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: 0;
}
@media (max-width: 767.98px) {
  .p-searchbox__pulldown-btn.active::before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #fff;
  }
}
.p-searchbox__pulldown-btn.active:hover {
  opacity: 0.8;
}
.p-searchbox .active {
  display: block;
  opacity: 1;
}

.nonactive {
  display: none;
  opacity: 0;
}

.anime {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.item-detail .items-slider .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0px 7px;
}
.item-detail .items-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 10px solid #afafaf;
}
.item-detail .items-slider .slick-dots li button:before {
  content: "●" !important;
}
.item-detail .items-slider .slick-dots li.slick-active button {
  background: #afafaf;
}

.slick-prev.slick-arrow, .slick-prev:hover:before{
  display: none!important;
}
.items-slider .slick-next:before{
  content: url(/pages/xmas/img/img_arrow_right_forward.svg);
  filter: brightness(0) saturate(100%) invert(79%) sepia(25%) saturate(1006%) hue-rotate(357deg) brightness(87%) contrast(89%);
}


.xmas2025_subpage .xmas2025__mv {
  margin: 0;
}

@media (max-width: 767.98px) {
  .xmas2025_subpage .xmas2025__sub {
    padding: 5rem 0;
  }
  .xmas2025_subpage .event .xmas2025__sub {
    padding: 0;
  }

  .slick-next.slick-arrow{
    display: none!important;
  }
}


.contents_ttl {
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media (max-width: 767.98px) {
  .contents_ttl {
    width: 100% !important;
  }
  .contents_ttl_illumi{
    padding: 0 2rem;
  }
}
.contents_ttl h2 {
  margin-bottom: 3rem;
  font-size: var(--font-70);
  color: var(--red01);
  font-family: var(--font02);
  text-align: center;
}
.contents_ttl .contents_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}
.contents_ttl .contents_link > li {
  border-radius: 30px;
  background: #FFEEAE;
  position: relative;
  margin: 0 1rem 1rem;
  width: 40rem;
  text-align: center;
}
.contents_ttl .contents_link > li:hover{
  opacity: 0.8;
}
.contents_ttl .contents_link > li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem;
  line-height: 1;
  color: var(--brown02);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.contents_ttl .contents_link > li a img{
  margin-left: 1rem;
  transform: rotate(90deg);
  filter: 
    brightness(0) 
    saturate(100%) 
    invert(28%) 
    sepia(55%) 
    saturate(1773%) 
    hue-rotate(11deg) 
    brightness(96%) 
    contrast(97%);
}

.contents_ttl_cake .contents_link > li,.contents_ttl_gift .contents_link > li,.contents_ttl_homeparty .contents_link > li{
  max-width: 40rem;
  background: #784A00;
}
.contents_ttl_cake .contents_link > li a,.contents_ttl_gift .contents_link > li a,.contents_ttl_homeparty .contents_link > li a {
  color: var(--yellow01);
}

.contents_ttl_gift {
  height: 391px;
  background: url(/pages/xmas/img/gift/bg_ttl_gift.png) no-repeat top center/100% 100%;
}
.contents_ttl_cake,.contents_ttl_gift,.contents_ttl_homeparty
 {
  padding: 3rem 0;
  max-width: 95rem;
  border-radius: 2.5rem;
  background: #FFEEAE;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.60);
}
.contents_ttl_cake h2,.contents_ttl_gift h2,.contents_ttl_homeparty h2 {
  margin-bottom: 3rem;
}
.contents_ttl_cake .contents_link,.contents_ttl_gift .contents_link,.contents_ttl_homeparty .contents_link {
  max-width: 84rem;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contents_ttl_cake .contents_link > li a img,.contents_ttl_gift .contents_link > li a img,.contents_ttl_homeparty .contents_link > li a img{
  filter: brightness(0) saturate(100%) invert(94%) sepia(84%) saturate(1000%) hue-rotate(317deg) brightness(100%) contrast(102%);
}
.contents_ttl_event{
  margin: 3rem auto 6rem;
}
@media (max-width: 768px) {
  .contents_ttl {
    width: 100% !important;
    margin: 0 auto 20px;
  }
  .contents_ttl h2 {
    font-size: var(--font-24);
    padding: 0 0 3rem;
    margin-bottom: 0;
  }
  .contents_ttl .contents_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 98%;
  }
  .contents_ttl .contents_link > li {
    margin: 0 auto 10px;
  }
  .contents_ttl .contents_link > li a {
    font-size: var(--font-16);
  }
  .contents_ttl .contents_link > li::before {
    left: 10px;
  }
  .contents_ttl_cake, .contents_ttl_gift, .contents_ttl_homeparty {
    padding: 1rem;
    height: auto;
    border-radius: 2.5rem;
    background: #FFEEAE;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.60);
  }

  .contents_ttl_cake .contents_link > li a img,.contents_ttl_gift .contents_link > li a img,.contents_ttl_homeparty .contents_link > li a img{
    width: 4rem;
  }

  .contents_ttl_cake .contents_link,.contents_ttl_gift .contents_link,.contents_ttl_homeparty .contents_link{
    width: 100%;
  }
}

.bnr_area {
  text-align: center;
  margin-bottom: 60px;
}
.bnr_area a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bnr_area a:hover {
  opacity: 0.5;
}
.bnr_area a img {
  display: block;
}

.bnr_area_menu{
  margin: 5rem auto 0;
  max-width: 100rem;
}
.bnr_area_menu img{
  border-radius: 2rem;
}
@media (max-width: 767.98px) {
  .bnr_area {
    margin-bottom: 0;
  }
}

.items-list_item_title {
  text-align: center;
  font-family: var(--font02);
  font-size: var(--font-34);
  font-weight: 400;
  padding-top: 2rem;
  color: #fff;
  width: 58rem;
  margin: 6rem auto 5rem;
}
.copy_dinner{
  position: relative;
  font-size: 2.6rem;
  font-family: 'Noto Sans JP';
}
.copy_dinner:before,
.copy_dinner:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 5.5rem;
    height: 0.2rem;
    background: #fff;
}

.copy_dinner:before {
    left: -2rem;
    transform: translateY(-50%) rotate(65deg);
}

.copy_dinner:after {
    right: -2rem;
    transform: translateY(-50%) rotate(-65deg);
}
@media (max-width: 767.98px) {
  .items-list_item_title {
    width: 100%;
    margin: 4rem auto 2rem;
    padding-top: 1rem;
    font-size: var(--font-18);
  }

  .copy_dinner{
    font-size: 1.6rem;
  }
  .copy_dinner:before, .copy_dinner:after{
    width: 3.5rem;
  }
  .copy_dinner:before {
    left: 2rem;
  }
  .copy_dinner:after {
      right: 2rem;
  }
}

.link {
  display: block;
}

.event__items-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF4CA;
  border-radius: 2rem;
  padding: 5rem;
  margin-bottom: 5rem;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.60);
}
.event__items-list_item_txt {
  width: calc(48% - 3rem);
}
.event__items-list_item_txt .btn a {
  margin-bottom: 2rem;
}
.event__items-list_item_txt .txt_small + .btn a {
  margin-top: 2rem;
}
.event__items-list_item_img {
  width: 52%;
  position: relative;
  z-index: 1;
}
.event__items-list_item_img img {
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.event__items-list_item_img img + span {
  text-align: right;
  display: block;
}
.event__items-list_item_img .icon_free {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -30px;
  right: -40px;
  z-index: 2;
}
.event__items-list_item_img .icon_free_left {
  top: -30px;
  right: auto;
  left: -40px;
}
@media (max-width: 767.98px) {
  .event__items-list_item_img .icon_free {
    width: 70px;
    height: 70px;
    top: -15px;
    right: -20px;
  }
  .event__items-list_item_img .icon_free_left {
    top: -15px;
    left: -20px;
  }
  .event__items-list_item_txt .txt_small + .btn a{
    margin: 0;
  }
}
.event__items-list_item_img.event_close::before {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: absolute;
  background: rgba(0, 80, 7, 0.7) url(/pages/xmas/img/txt_event_close.png) no-repeat center/cover;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
/*.event__items-list_item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}*/
@media (max-width: 767.98px) {
  .event__items-list_item {
    flex-direction: column;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .event__items-list_item_txt {
    width: 100%;
  }
  .event__items-list_item_img {
    width: 100%;
    margin-bottom: 20px;
  }
  /*.event__items-list_item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }*/
}

.list_item_txt_days {
  font-size: var(--font-20);
  color: #fff;
  background: var(--red01);
  padding: 2px 20px;
  display: inline-block;
}
.list_item_txt_title {
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-size: var(--font-40);
  color: var(--red01);
  margin: 20px 0;
}
.list_item_txt_p {
  font-size: var(--font-18);
  margin-bottom: 20px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .list_item_txt_days {
    font-size: var(--font-14);
    padding: 0 10px;
  }
  .list_item_txt_title {
    font-size: var(--font-24);
    margin: 10px 0;
  }
  .event .list_item_txt_title {
    font-size: var(--font-24);
    text-align: left;
  }
  .list_item_txt_p {
    font-size: var(--font-16);
    margin-bottom: 1rem;
    line-height: 2;
  }
}

.event__items-list_item_txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: var(--font-16);
}
.event__items-list_item_txt dl dt {
  height: auto;
  width: 7rem;
  margin-bottom: 1rem;
  padding: 0.6rem 0;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: var(--red01);
  background-color: #fff;
  border-radius: 1rem;
}
.event__items-list_item_txt dl dd {
  min-height: 3.6rem;
  width: calc(100% - 6em);
  margin-top: -0.2rem;
  margin-bottom: 1rem;
  padding: 1rem 0 1rem 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: var(--red01);
}
.event__items-list_item_txt dl dd dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--black-basic);
  font-size: var(--font-14);
  border-top: none;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 10px;
}
.event__items-list_item_txt dl dd dl dt {
  width: 6em;
  font-weight: bold;
  border-bottom: none;
  padding: 4px 0;
  margin-bottom: 0;
}
.event__items-list_item_txt dl dd dl dd {
  width: calc(100% - 6em);
  color: var(--black-basic);
  border-bottom: none;
  padding: 4px 0;
  line-height: 1.6;
  margin-bottom: 0;
}

.event__items-list_item .event__items-list_item_img.end::before,.pic.end::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  border-radius: 2rem;
  z-index: 2;
}

.event__items-list_item .event__items-list_item_img.end,.pic.end {
  position: relative;
  container-type: inline-size;
}

.event__items-list_item .event__items-list_item_img.end > div,.pic.end > div {
  position: absolute;
  display: inline-block;
  top: 38%;
  left: -3%;
  width: 106%;
  padding: 0.9em 1.2em;
  font-family: "M PLUS 1", sans-serif;
  font-size: calc(5cqw);
  line-height: 0.83em;
  text-align: center;
  color: #fff;
  background: #784a00;
  z-index: 3;
}

.event__items-list_item .event__items-list_item_img.end > div span,.pic.end > div span {
  font-size: 0.5em;
}

.event__items-list_item .event__items-list_item_img.end > div::before,.pic.end > div::before,
.event__items-list_item .event__items-list_item_img.end > div::after,.pic.end > div::after {
  position: absolute;
  content: '';
  top: 100%;
  border: none;
  border-bottom: solid 0.5em transparent;
}

.event__items-list_item .event__items-list_item_img.end > div::before,.pic.end > div::before {
  left: 0;
  border-right: solid 0.7em rgb(81 50 0);
}
.event__items-list_item .event__items-list_item_img.end > div::after,.pic.end > div::after {
  right: 0;
  border-left: solid 0.7em rgb(81 50 0);
}

.pic.end::before {
  border-radius: 3rem;
}
.pic.end > div {
  top: 40%;
  padding: 0.5em;
  font-size: calc(5cqw);
}
.pic.end > div::before,.pic.end > div::after{
  border-bottom: solid 0.6em transparent;
}
.pic.end > div::before{
  border-right: solid 0.7em rgb(81 50 0);
}
.pic.end > div::after{
  border-left: solid 0.7em rgb(81 50 0);
}

@media (max-width: 767.98px) {
  .event__items-list_item_txt dl {
    font-size: var(--font-14);
    margin: 0;
  }
  .event__items-list_item_txt dl dt {
    height: 4rem;
    width: 3em;
    margin-right: 4px;
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
  }
  .event__items-list_item_txt dl dd {
    width: calc(100% - 5em);
    font-size: 1.8rem;
    margin-bottom: 0;
    padding: 0.6rem 0 1rem 0.6rem;
  }
  .event__items-list_item_txt dl dd dl dt {
    width: 5em;
  }
  .event__items-list_item_txt dl dd dl dd {
    width: calc(100% - 6em);
  }

  .pic.end > div {
    top: 30%;
    padding: 0.5em;
    font-size: 1.4em;
  }
  .pic.end > div::before{
    border-right: solid 0.4em rgb(81 50 0);
  }
  .pic.end > div::after{
    border-left: solid 0.4em rgb(81 50 0);
  }
}

.xmas2025__sub_illumi{
  position: relative;
  padding: 5rem 0 9rem;
}
.contents_ttl_illumi h2 {
  padding-top: 0;
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .contents_ttl_illumi h2 {
    margin: 0;
  }
}

.illumi_kv {
  width: 100%;
}
.illumi_kv_img {
  width: 100%;
  height: auto;
  position: relative;
}
.illumi_kv_img img{
  width: 100%;
}
.illumi_kv_img::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  height: 100%;
  background-image: url(/pages/xmas/img/illumi/img_yokoku_pc.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.illumi_kv_img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.illumi_kv p {
  color: #fff;
  font-size: var(--font-20);
  text-align: center;
  line-height: 2;
  margin: 5rem auto 0;
}
@media (max-width: 767.98px) {
  .illumi_kv_img::before{
    background-image: url(/pages/xmas/img/illumi/img_yokoku_sp.png);
  }
  .illumi_kv p {
    margin: 5rem auto 0;
    font-size: var(--font-16);
  }
}
@media (max-width: 767.98px) {
  .illumi_kv_shitamachi p {
    margin: 40px auto;
  }
}

.illumi_midokoro {
  background: url(/pages/xmas/img/illumi/bg_illumi_bottom.png) no-repeat center bottom/100%;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .illumi_midokoro {
    background-size: 200%;
    padding-bottom: 60px;
  }
}
.illumi_midokoro h3 {
  background: url(/pages/xmas/img/illumi/bg_ttl_illumi_kirakira.png) no-repeat center;
}
.illumi_midokoro .ttl_illumi_midokoro {
  background: url(/pages/xmas/img/illumi/bg_ttl_illumi_kirakira.png) no-repeat center/contain;
}
@media (max-width: 767.98px) {
  .illumi_midokoro .ttl_illumi_midokoro img {
    width: 70%;
    margin: 0 auto;
  }
}
.illumi_midokoro_map {
  margin: 60px 0 40px;
  max-width: 100%;
  width: auto;
}
.illumi_midokoro_map img {
  border-radius: 20px;
  border: solid 4px var(--gold01);
  margin-bottom: 6px;
}
.illumi_midokoro_map area {
  display: block;
}
.illumi_midokoro_map area:focus, .illumi_midokoro_map area:active {
  border: solid 2px #378C63;
}
.illumi_midokoro_map p {
  color: #fff;
}
.illumi_midokoro_map_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}
.illumi_midokoro_map_list::after {
  content: "";
  display: block;
  width: 30%;
}
.illumi_midokoro_map_list.illumi_midokoro_map {
  margin-top: 0;
}
.illumi_midokoro_map_list li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
.illumi_midokoro_map_list li a {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 247, 203)), color-stop(35%, rgb(255, 254, 243)), color-stop(71%, rgb(250, 241, 194)), to(rgb(255, 247, 203)));
  background: linear-gradient(90deg, rgb(255, 247, 203) 0%, rgb(255, 254, 243) 35%, rgb(250, 241, 194) 71%, rgb(255, 247, 203) 100%);
  color: var(--blue01);
  padding: 8px 0;
  display: block;
  text-align: center;
  border-radius: 10px;
  position: relative;
  font-size: var(--font-16);
}
.illumi_midokoro_map_list li a::before {
  content: " ";
  display: block;
  background: #B51C27;
  height: 6.9282032303px;
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.illumi_midokoro_map_list li.other a {
  background: -webkit-gradient(linear, left top, right top, from(#CECCCC), color-stop(35%, #FFFEF3), color-stop(71%, #FFFEF3), to(#CECCCC));
  background: linear-gradient(90deg, #CECCCC 0%, #FFFEF3 35%, #FFFEF3 71%, #CECCCC 100%);
}
@media (max-width: 767.98px) {
  .illumi_midokoro_map {
    margin: 20px 0 0px;
  }
}
.illumi_midokoro h4 {
  text-align: center;
  font-family: var(--font02);
  font-size: var(--font-40);
  font-weight: 400;
  padding-top: 10px;
  color: var(--blue01);
  height: 115px;
  margin: 60px auto;
  background: url(/pages/xmas/img/illumi/ttl_spot.png) no-repeat top center, url(/pages/xmas/img/illumi/bg_ttl_illumi_kirakira.png) no-repeat center;
}
.illumi_midokoro h4.ttl_spot_02 {
  background: url(/pages/xmas/img/illumi/ttl_spot_02.png) no-repeat top center, url(/pages/xmas/img/illumi/bg_ttl_illumi_kirakira.png) no-repeat center;
}
@media (max-width: 767.98px) {
  .illumi_midokoro h4 {
    width: 100%;
    height: 60px;
    margin: 40px auto 20px;
    padding-top: 10px;
    font-size: var(--font-18);
    background: url(/pages/xmas/img/illumi/ttl_spot.png) no-repeat top center/100%;
  }
  .illumi_midokoro h4.ttl_spot_02 {
    background: url(/pages/xmas/img/illumi/ttl_spot_02.png) no-repeat top center/100%;
  }
}
.illumi_midokoro h5 {
  padding: 0 0 50px;
  max-width: 100% !important;
  background: url(/pages/xmas/img/illumi/illumi_spot_title.png) no-repeat center bottom/35%;
}
@media (max-width: 767.98px) {
  .illumi_midokoro h5 {
    padding: 15px 0 30px;
  }
}
.illumi_midokoro .txt {
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .illumi_midokoro .txt {
    padding: 0;
  }
}
.illumi_midokoro_shitamachi {
  background: url(/pages/xmas/img/illumi/bg_illumi_bottom.png) no-repeat center bottom/100%, url(/pages/xmas/img/illumi/bg_sub_illumi_body_02.png) repeat-y center center/100%;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .illumi_midokoro_shitamachi {
    background-size: 200%, 100%;
    padding-bottom: 40px;
  }
}
.illumi_midokoro_shitamachi h4 {
  margin-top: -60px;
}
@media (max-width: 767.98px) {
  .illumi_midokoro_shitamachi h4 {
    margin-top: -30px;
  }
}
.illumi_midokoro_shitamachi p + p {
  text-shadow: none;
  margin: 40px auto;
  font-weight: 200;
}
.illumi_midokoro.illumi2023 .col2_l {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.illumi_midokoro.illumi2023 .col2_l .img {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.illumi_midokoro.illumi2023 .col2_l .img::before, .illumi_midokoro.illumi2023 .col2_l .img::after {
  display: none;
}
@media (max-width: 767.98px) {
  .illumi_midokoro.illumi2023 .col2_l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .illumi_midokoro.illumi2023 .col2_l .img {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .illumi_midokoro.illumi2023 .col2_l .img img {
    border-radius: 4px;
  }
}

.illumi_midokoro {
  overflow: hidden;
}
.illumi_midokoro .col2_l .img, .illumi_midokoro .col2_r .img {
  position: relative;
  z-index: 1;
}
.illumi_midokoro .col2_l .img::before, .illumi_midokoro .col2_r .img::before {
  content: "";
  background: url(/pages/xmas/img/illumi/img_illumi_kirakira_top.png) no-repeat center bottom;
  position: absolute;
  top: -80px;
  left: -60px;
  width: 165px;
  height: 165px;
  z-index: 2;
}
.illumi_midokoro .col2_l .img::after, .illumi_midokoro .col2_r .img::after {
  content: "";
  background: url(/pages/xmas/img/illumi/img_illumi_kirakira_bottom.png) no-repeat center bottom/cover;
  position: absolute;
  bottom: -200px;
  right: -150px;
  width: 564px;
  height: 512px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .illumi_midokoro .col2_l .img::after, .illumi_midokoro .col2_r .img::after {
    display: none;
  }
}
.illumi_midokoro .col2_l .img img, .illumi_midokoro .col2_r .img img {
  display: block;
}
.illumi_midokoro .col2_l .img.img_vertical::before, .illumi_midokoro .col2_r .img.img_vertical::before {
  content: "";
  top: -80px;
  left: 0;
}
.illumi_midokoro .col2_l .img.img_vertical::after, .illumi_midokoro .col2_r .img.img_vertical::after {
  content: "";
  bottom: -150px;
  right: 100px;
}
.illumi_midokoro .col2_l .img.img_vertical img, .illumi_midokoro .col2_r .img.img_vertical img {
  display: block;
  max-width: 450px;
}
.illumi_midokoro .col2_l .img::before {
  content: "";
  top: -80px;
  left: auto;
  right: -60px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.illumi_midokoro .col2_l .img::after {
  content: "";
  bottom: -150px;
  right: auto;
  left: -250px;
}
.illumi_midokoro .col2_l .img.img_vertical::before {
  content: "";
  top: -80px;
  left: auto;
  right: 20px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.illumi_midokoro .col2_l .img.img_vertical::after {
  content: "";
  bottom: -150px;
  right: auto;
  left: -180px;
}
.illumi_midokoro dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: var(--font-16);
  border-top: dotted 2px var(--yellow01);
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.illumi_midokoro dl dt {
  width: 6em;
  font-weight: bold;
  border-bottom: dotted 2px var(--yellow01);
  padding: 10px 0;
  margin-bottom: 0;
  color: var(--yellow01);
}
.illumi_midokoro dl dd {
  width: calc(100% - 6em);
  border-bottom: dotted 2px var(--yellow01);
  color: #fff;
  font-weight: 200;
  padding: 10px 0;
  line-height: 1.6;
  margin-bottom: 0;
}
.illumi_midokoro dl dd a {
  color: #ef79ff;
  text-decoration: underline;
}
.illumi_midokoro dl dd a:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .illumi_midokoro dl {
    font-size: var(--font-14);
  }
  .illumi_midokoro dl dt {
    width: 3em;
    margin-right: 4px;
  }
  .illumi_midokoro dl dd {
    width: calc(100% - 4em);
  }
  .illumi_midokoro dl dd dl dt {
    width: 5em;
  }
  .illumi_midokoro dl dd dl dd {
    width: calc(100% - 6em);
  }
}
.illumi_midokoro .txt_comingsoon {
  text-align: center;
  font-size: var(--font-18);
  color: #fff;
  text-shadow: 0 0 20px #fff;
}
@media (max-width: 767.98px) {
  .illumi_midokoro .txt_comingsoon {
    margin-top: 20px;
    font-size: var(--font-16);
  }
}

.illumi_stairs {
  border-radius: 20px;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#CECCCC), color-stop(35%, #FFFEF3), color-stop(71%, #FFFEF3), to(#CECCCC));
  background: linear-gradient(90deg, #CECCCC 0%, #FFFEF3 35%, #FFFEF3 71%, #CECCCC 100%);
  min-height: 0;
  min-width: 0;
}
.illumi_stairs_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 60px;
  border: solid 2px #378C63;
}
.illumi_stairs_inner * {
  min-height: 0;
  min-width: 0;
}
@media (max-width: 767.98px) {
  .illumi_stairs_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    padding: 20px;
  }
}
.illumi_stairs_txt {
  width: calc(50% - 40px);
}
.illumi_stairs_img {
  width: 50% !important;
  min-height: 0;
  min-width: 0;
}
.illumi_stairs_img p {
  text-align: right;
  margin-top: 10px;
}
.illumi_stairs_slider {
  width: 75%;
  margin-left: 60px;
  min-height: 0;
  min-width: 0;
}
.illumi_stairs_slider li img {
  border-radius: 20px;
}
.illumi_stairs_slider .slick-dots {
  bottom: -35px;
}
@media (max-width: 767.98px) {
  .illumi_stairs_txt {
    width: 100%;
  }
  .illumi_stairs_img {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .illumi_stairs_slider {
    width: 100%;
    margin: 0 auto;
  }
}

.illumi_stairs_txt_title {
  text-align: center;
  font-family: var(--font02);
  font-size: var(--font-40);
  color: var(--blue01);
  margin: 0 0 20px;
  padding: 80px 0 40px;
  background: url(/pages/xmas/img/illumi/bg_ttl_illumi_stairs_01.png) no-repeat right 30px, url(/pages/xmas/img/illumi/bg_ttl_illumi_stairs_02.png) no-repeat left bottom !important;
  position: relative;
}
.illumi_stairs_txt_title span {
  position: absolute;
  top: 0;
  left: 10px;
}
@media (max-width: 767.98px) {
  .illumi_stairs_txt_title {
    padding: 40px 0 20px;
    background-size: 20% !important;
  }
  .illumi_stairs_txt_title span {
    width: 120px;
  }
}
.illumi_stairs_txt_p {
  font-size: var(--font-18);
  margin-bottom: 20px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .illumi_stairs_txt_title {
    font-size: var(--font-24);
    margin: 0 0 10px;
  }
  .illumi_stairs_txt_p {
    font-size: var(--font-14);
    margin-bottom: 20px;
    line-height: 2;
  }
}


/* btnMore */
.btnMore {
	margin: 3rem auto 0;
	display: flex;
	justify-content: center;
}
.btnMore a,
.btnMore span {
	display: flex;
	flex: none;
	padding: 1.6rem 5rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3rem;
	color: var(--yellow01);
	border-radius: 5rem;
	text-align: center;
}

.btnMore a::after {
  content: "";
  display: inline-block;
  margin: 0.8rem 0 0 0.5rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(/pages/xmas/img/img_arrow_right_forward.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(94%) sepia(84%) saturate(1000%) hue-rotate(317deg) brightness(100%) contrast(102%);
}
@media screen and (max-width: 768px) {
	.btnMore a::before,
	.btnMore a::after,
	.btnMore span::before,
	.btnMore span::after {
		width: 0.9rem;
		height: 0.3rem;
		top: calc(50% - 0.15rem);
		transform-origin: 90% center;
	}
}

.event02{
  margin: -10rem 0 0;
  padding-bottom: 10rem;
}
.event02 .box .btnMore{
	margin: 2rem auto 0;
}
.event .box .btnMore a, .event02 .box .btnMore a{
	background-color: var(--green01);
}
.event02 .detail .icon_blue{
	display: inline-block;
    margin-top: 1.2rem;
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
	font-weight: 700;
	border-radius: 10px;
    border: 2px solid #4D61A4;
    background: #FFF;
    color: #4D61A4;
}

.event02 .wrap {
	margin-top: 4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 2.3%;
}
.event02 .box {
	display: flex;
	flex-direction: column;
	width: 31.8%;
	background: #fff4ca;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.60);
	border-radius: 1rem;
}
.event02 .box.end .pic{
	position: relative;
}
.event02 .box.end .pic::before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/pages/autumn/img/event_close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 1;
}
.event02 .box .detail {
  text-align: center;
  padding: 2rem;
}
.event02 .detail .pic span{
  font-size: 1rem;
}
.event02 .detail .date{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 2rem auto 0;
	padding: 0.2rem 2rem 0.6rem;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	background-color: var(--red01);
}
.event02 .detail .date p{
  margin: 0;
}
.event02 .detail .date span{
    margin: 0 0.5rem;
    font-size: 2.8rem;
}
.event02 .detail .date .arrow {
    margin: 0.4rem 1rem 0;
    font-size: 1.2rem;
}
.event02 .detail .program {
	margin-top: 1.5rem;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  color: var(--red01);
}
.event02 .detail .program span{
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
}
.event02 .detail .program span.reg{
  display: inline-block;
  font-size: 1.2rem;
}
.event02 .detail .lead {
	margin-top: 1.4rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.4rem;
  text-align: left;
}
.event__items-list_item .event__items-list_item_txt .lead_more {
	margin: 0 0 2rem;
  padding: 1rem;
	font-weight: 500;
  text-align: left;
  color: #bb1b21;
  background: #fff;
  border-radius: 1rem;
}
.event__items-list_item .event__items-list_item_txt .lead_more span{
  display: block;
  font-weight: bold;
  text-align: center;
}
.event02 .box .info {
	padding: 2.5rem 2rem;
	color:  var(--red01) ;
	background-color: #fff;
	border-radius: 0 0 1rem 1rem;
	font-size: 1.6rem;
	flex: 1;
}
.event02 .box .info dl {
	margin-bottom: 0.8rem;
	padding-bottom: 0.8rem;
	display: flex;
	gap: 0 1rem;
	line-height: 2rem;
}
.event02 .box .info .no_b{
	margin-bottom: 0;
	padding-bottom: 0;
}
.event02 .box .info dt {
  padding-top: 0.2rem;
  height: 2.6rem;
  width: 5rem;
  background-color: #fff4ca;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--red01);
  line-height: 2rem;
  text-align: center;
  align-self: flex-start;
  flex-shrink: 0;
  border-radius: 1rem;
}
.event02 .box .info .attention {
	margin: 1.2rem 0;
  font-size: 1.4rem;
	line-height: 2rem;
	color: #000;
}

.event02 .detail .date .pc_inline{
	display: inline-block;
	margin: 0;
	font-size: 1.2rem!important;
}

.event02 .pic img{
  border-radius: 3rem;
}


.enjoy .event02{
  margin: auto;
}
.enjoy .event02 .wrap{
  gap: 3rem 2%;
}
.enjoy .event02 .wrap .box{
  width: 23.5%;
}
.enjoy .event02 .detail .date{
  padding: 0.2rem 0.5rem 0.6rem;
}

@media screen and (max-width: 768px) {
.event02 .box .btnMore{
		margin: auto;
	}
.event02 .box .btnMore a{
		width: 100%;
		padding: 0.6rem 0;
		font-size: 1.4rem;
		justify-content: center;
	}
.event02 .box .btnMore a::after{
		display: none;
	}

.event02 .wrap {
		margin-top: 3rem;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		gap: 1.4rem 3%;
	}
	.event02 .box {
		width: 48.4%;
		border-radius: 1rem;
	}
	.event02 .box .detail {
		padding: 1rem 1rem 1rem;
		border-radius: 1rem 1rem 0 0;
	}
	.event02 .detail .date {
		margin-top: 1rem;
		padding: 0.6rem 0;
    width: 100%;
		font-size: 1.2rem;
	}
  .event02 .detail .date p{
    line-height: 1.6rem;
  }
	.event02 .detail .date p span {
		margin: 0 0.3rem 0 0;
		font-size: 1.8rem;
	}
	.event02 .detail .date .arrow{
		margin: 0.4rem 0.4rem 0;
		font-size: 0.6rem;
	}
	.event02 .box_christmas .detail .dates{
		padding: 0.2rem 2rem 0.6rem;
		text-align: center;
	}
	.event02 .box_christmas .detail .dates span{
		font-size: 1.8rem;
	}
	.event02 .detail .program {
		margin-top: 1rem;
		font-size: 2rem;
		line-height: 2.6rem;
	}
	.event02 .detail .program span{
		line-height: 2.2rem;
	}
	.event02 .detail .icon_blue{
		margin-top: 1rem;
		padding: 0.5rem 1rem;
	}
	.event02 .detail .lead {
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.event02 .box .info {
		padding: 1rem 1rem 2rem 1rem;
		border-radius: 0 0 1rem 1rem;
	}
	.event02 .box .info dl {
		margin-bottom: 0.6rem;
		padding-bottom: 0.6rem;
		gap: 0 1rem;
		font-size: 1.4rem;
		line-height: 2.2rem;
	}

	.event02 .detail .date .pc_inline{
		display: none;
	}

  .enjoy .event02 .wrap{
    gap: 1.4rem 3%;
  }
  .enjoy .event02 .wrap .box{
    width: 48.4%;
  }
  .event02 .detail .pic span{
    display: block;
    margin-top: 0.2rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .event02 .box .info .attention{
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: 425px) {
  .xmas2025__instabnr a::after {
    top: calc(50% - 0.4rem);
    right: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .xmas2025__sns-contents{
    padding: 5rem 0;
  }
  .contents_ttl_cake .contents_link > li a img, .contents_ttl_gift .contents_link > li a img, .contents_ttl_homeparty .contents_link > li a img{
    width: 3rem;
  }
  
  .items-list_title{
    margin-bottom: 0.6rem;
    font-size: var(--font-16);
  }
  .items-list_shop{
    line-height: 1.8rem;
  }
  .items-list_title {
    font-size: 1.5rem;
  }
  .items-list_dinner .items-list_title span{
    display: inline-block;;
  }
  
  .contents_ttl .contents_link > li a {
    padding: 0.6rem 0;
    font-size: var(--font-16);
  }

  .copy_dinner{
    font-size: 1.4rem;
  }
  .copy_dinner:before{
    left: 0;
  }
  .copy_dinner:after{
    right: 0;
  }
  
  .event02 .box .detail{
    padding: 1rem 0.6rem 1rem;
  }
  .event02 .detail .date, .enjoy .event02 .detail .date{
    padding: 0.5rem 0;
  }
  .event02 .detail .date p{
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .event02 .detail .date p span{
    font-size: 1.6rem;
  }
  .event02 .detail .program{
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .event02 .detail .program span{
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .event02 .box .info dl{
    line-height: 2rem;
  }

  .items-list_item_dinner.yoyaku::before{
    font-size: 1.8rem;
    line-height: 2.2rem;
    top: 28.6rem;
    right: 4.4rem;
  }
  .items-list_item_dinner.yoyaku_tenku::before{
    font-size: 1.4rem;
    line-height: 1.8rem;
    top: 28.6rem;
    right: 3.2rem;
  }
  .items-list_item_dinner.yoyaku_ariduki::before{
    font-size: 1.4rem;
    line-height: 1.8rem;
    top: 27.4rem;
    right: 3.4rem;
  }
  .items-list_item_dinner.yoyaku::after, .items-list_item_dinner.yoyaku_tenku::after, .items-list_item_dinner.yoyaku_ariduki::after{
    width: 10rem;
    right: 2rem;
  }

  .two-column-list li{
    width: auto;
  }
  .two-column-list .list-heading {
    height: 2.8rem;
    width: 12rem;
    font-size: 1.6rem;
  }
}

.detail_check {
	display: none;
}
@media screen and (max-width: 768px) {
	.detail_label {
		display: block;
		text-align: center;
		padding: 1.2rem 1rem 1.2rem 0rem;
		color: var(--yellow01);
		background: var(--red01);
		border-radius: 4rem;
		margin-top: 2rem;
		cursor: pointer;
		position: relative;
	}
	.detail_label:after {
		content: '＋';
		position: absolute;
		top: 50%;
		padding-left: 1rem;
		transform: translateY(-50%);
		font-size: 1.2em;
	}
	.detail_check:checked + .detail_label:after {
		content: '−';
	}
	.detail_content {
		display: none;
		border-top: none;
	}
	.detail_check:checked ~ .detail_content {
		display: block;
	}
}
