@charset "utf-8";
/*===============================================
● top sub共通
===============================================*/
/*===== common ======*/
* {
  min-height: 0vw;
}

/* prettier-ignore */
#xmas2025 h1, h2, h3, h4, h5, p, figure {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* prettier-ignore */
#xmas2025 ul, li, dl, dt, dd {
  margin: 0;
  list-style: none;
  padding: 0;
}
/* prettier-ignore */
#xmas2025 a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}
#xmas2025 button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}

#xmas2025 img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}
div#contents a:visited,
div#contents a:link {
  color: #fff;
}
#xmas2025 a.ly-mod-btn {
  color: #0171a6 !important;
}

#xmas2025 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #313131;
  padding: 0;
  overflow: hidden;
}
/*===== ===== ===== ===== ===== ===== 
・soldout
====== ===== ===== ===== ===== ===== */
.mask_wrap {
  position: relative;
}

.mask_soldout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.mask_soldout .soldout {
  background: rgba(63, 57, 57, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 15px;
}

.mask_soldout .soldout > p {
  font-size: clamp(1.3rem, 1.009rem + 1.25vw, 2rem);
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.end_band {
  background: #a73232;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
}

.item_list .mask_soldout .soldout {
  border-radius: 0;
}

.item_list .mask_soldout .soldout > p {
  font-size: clamp(1.7rem, 1.591rem + 0.55vw, 2rem);
}

.top_item_list .mask_soldout .soldout {
  border-radius: 0;
}

.top_item_list .mask_soldout .soldout > p {
  font-size: clamp(1rem, 0.855rem + 0.73vw, 1.4rem);
}

/*===== ===== ===== ===== ===== ===== 
・スライダー再生ボタンについて
====== ===== ===== ===== ===== ===== */

#xmas2025 .kv .swiper {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#xmas2025 .kv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#xmas2025 .kv .btn {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  border: solid 2px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

#xmas2025 .kv .btn.stop::before,
#xmas2025 .kv .btn.stop::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 12px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

#xmas2025 .kv .btn.stop::before {
  left: 40%;
  transform: translateX(-50%);
}

#xmas2025 .kv .btn.stop::after {
  right: 40%;
  transform: translateX(50%);
}

#xmas2025 .kv .btn.play::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.3s ease-in-out;
  left: 55%;
  transform: translateX(-50%);
}

#xmas2025 .kv .play_button_wrap {
  text-align: center;
  padding: 0.4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*===== ===== ===== ===== ===== ===== 
・snow
====== ===== ===== ===== ===== ===== */

.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none; /* 下の要素をクリックできるようにする */
  z-index: 1; /* 他の要素より前面に表示 */
}
.snow {
  position: absolute;
  top: -10px;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  opacity: 0.9;
  pointer-events: none;
  filter: blur(1px);
}
/* レイヤーごとにちょっと違うスタイル */
.back {
  opacity: 0.4;
  filter: blur(2px);
}
.middle {
  opacity: 0.7;
  filter: blur(1px);
}
.front {
  opacity: 0.95;
}

/*===== ===== ===== ===== ===== ===== 
・bg
====== ===== ===== ===== ===== ===== */
div#contents {
  background: url(../images/bg-col01.webp) repeat;
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: 2%;
  background-position: center;
  position: relative;
}

#xmas2025 main.top {
  background: url(../images/top_bg.webp) repeat;
  background-size: 10%;
  background-position: center;
  padding: 0 0 1rem;
}
#xmas2025 main {
  background: url(../images/sub_bg.webp) repeat;
  background-size: 10%;
  background-position: center;
  padding: 0 0 1rem;
}

/*===== ===== ===== ===== ===== ===== 
・hero 
====== ===== ===== ===== ===== ===== */
.ly-wrp-breadcrumb span {
  color: #fff;
}
.ly-wrp-breadcrumb a:after {
  color: #fff;
}
#xmas2025.top .kv {
  background: url(../images/top_bg.webp) repeat;
  background-size: 10%;
  background-position: center;
}

#xmas2025 .kv .row_btns {
  margin: 0 auto;
  text-align: center;
}

#xmas2025 .slick_pause,
#xmas2025 .slick_start {
  background-color: #ebebeb;
  border: 1px solid #9d9d9d;
  border-radius: 0.2rem;
}

/*===== ===== ===== ===== ========== 
・btn_area 
====== ===== ===== ===== ===== ===== */

#xmas2025 .btn_area ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
}

/* =================予告時================== */

#xmas2025 .btn_area li {
  position: relative;
  background: url(../images/btn_bg.webp) repeat;
  background-size: 40%;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: minmax(85px, 1fr);
  gap: 0.5rem;
  height: 100%;
  font-feature-settings: 'palt' 1;
}

#xmas2025 .btn_area p,
#xmas2025 .btn_area span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#xmas2025 .btn_area span {
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
  font-size: clamp(0.85rem, 1vw, 1rem);
  grid-column: -1/2;
}
#xmas2025 .btn_area span small span {
  font-size: clamp(0.68rem, 1vw, 0.74rem);
}
#xmas2025 .btn_area span small {
  text-align: center;
}

#xmas2025 .btn_area li .bg01,
#xmas2025 .btn_area li .bg02,
#xmas2025 .btn_area li .bg03 {
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease-in-out;
}

/* ================= /予告時 ================== */

/* #xmas2025 .btn_area li a {
  position: relative;
  background: url(../images/btn_bg.webp) repeat;
  background-size: 40%;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: minmax(70px, 1fr);
  gap: 1.5rem;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
} */

/* #xmas2025 .btn_area p,
#xmas2025 .btn_area span {
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* #xmas2025 .btn_area span {
  justify-content: flex-start;
  font-weight: 600;
  font-size: clamp(0.85rem, 1vw, 1rem);
} */

/* #xmas2025 .btn_area li a .bg01,
#xmas2025 .btn_area li a .bg02,
#xmas2025 .btn_area li a .bg03 {
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease-in-out;
} */

#xmas2025 .btn_area .bg01 {
  background-color: #156727;
  background-image: url(../images/btn_icon01.svg);
}
#xmas2025 .btn_area .bg02 {
  background-color: #a6151c;
  background-image: url(../images/btn_icon02.svg);
}
#xmas2025 .btn_area .bg03 {
  background-color: #192f46;
  background-image: url(../images/btn_icon02.svg);
}

#xmas2025 .btn_area .col01 {
  color: #156727;
}
#xmas2025 .btn_area .col02 {
  color: #a6151c;
}
#xmas2025 .btn_area .col03 {
  color: #192f46;
}

/* ========= 矢印の基本スタイル ========= */
#xmas2025 .fa-arrow-right {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 33%;
  right: 5%;
  overflow: hidden;
}

#xmas2025 .fa-arrow-right::before,
#xmas2025 .fa-arrow-right::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
#xmas2025 .fa-arrow-right::before {
  transform: translate(-50%, -50%);
}
#xmas2025 .fa-arrow-right::after {
  transform: translate(-300%, -50%);
}
/* ========= /矢印の基本スタイル ========= */

#xmas2025 .col01 .fa-arrow-right::before,
#xmas2025 .col01 .fa-arrow-right::after {
  background-color: #156727;
}
#xmas2025 .col02 .fa-arrow-right::before,
#xmas2025 .col02 .fa-arrow-right::after {
  background-color: #a6151c;
}
#xmas2025 .col03 .fa-arrow-right::before,
#xmas2025 .col03 .fa-arrow-right::after {
  background-color: #192f46;
}

#xmas2025 .btn_area li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: -1;
}

/*===== ===== ===== ===== ========== 
・yoyaku_btn
====== ===== ===== ===== ===== ===== */

/* ================= 予告時 ================== */
#xmas2025 .yoyaku_btn a span {
  font-size: clamp(0.8rem, 3vw, 1rem);
}
#xmas2025 .yoyaku_btn a p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#xmas2025 .yoyaku_btn a p small {
  font-size: clamp(1rem, 3vw, 1.5rem);
}
#xmas2025 .yoyaku_btn a,
#xmas2025 .pick-up .back_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  width: 100%;
  background: #507994;
  color: #fff;
  box-sizing: border-box;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease-in-out;
  font-size: clamp(1.3rem, 3vw, 2.5rem);
}
#xmas2025 .top .yoyaku_btn a {
  color: #313131;
}

#xmas2025 .yoyaku_btn a::before {
  display: block;
  content: '';
  background: url(../images/btn_icon01.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 45px;
  height: 50px;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: -2rem;
  left: 1.6rem;
}
#xmas2025.top .yoyaku_btn a::before {
  display: block;
  content: '';
  background: url(../images/btn_icon01-1.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 45px;
  height: 50px;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: -2rem;
  left: 1.6rem;
}

#xmas2025 .pick-up .back_btn a {
  font-size: clamp(1.1rem, 3vw, 1.6rem);
}
#xmas2025 .top .yoyaku_btn a {
  background: #a8c2c5;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
}
#xmas2025 .top .yoyaku_btn .fa-arrow-right::before {
  color: #313131;
}
#xmas2025 .top .yoyaku_btn .fa-arrow-right::after {
  color: #a82e31;
}

#xmas2025 .yoyaku_btn .fa-arrow-right::before,
#xmas2025 .yoyaku_btn .fa-arrow-right::after {
  background-color: transparent;
  font-size: 2rem;
  width: 43px;
  height: 43px;
}
#xmas2025 .yoyaku_btn .fa-arrow-right::after {
  color: #a82e31;
}
#xmas2025 .yoyaku_btn .fa-arrow-right {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 21%;
  right: 31%;
  margin: auto;
  overflow: hidden;
}

/*===== ===== ===== ===== ===== ===== 
・incentive
====== ===== ===== ===== ===== ===== */
#xmas2025 .insen_chicken {
  padding: 0 0 1rem;
}
#xmas2025 .insen_chicken img {
  margin: 0 auto;
  width: 97%;
}

/*===== ===== ===== ===== ===== ===== 
・line
====== ===== ===== ===== ===== ===== */

#xmas2025.top .line01 {
  background: url(../images/bg01.webp) repeat-x, url(../images/top-line01_bg.webp) repeat;
  background-size: 2%, 15%;
  background-position: center, center;
  width: 100%;
  height: 45px;
}
#xmas2025.top .line01::after {
  content: '';
  background: url(../images/bg02.webp) no-repeat, url(../images/top-line01_bg.webp) repeat;
  background-size: 45%, 15%;
  background-position: center, center;
  display: block;
  width: 77px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
}
#xmas2025 .line01 {
  background: url(../images/bg01.webp) repeat-x, url(../images/sub_line01_bg.webp) repeat;
  background-size: 2%, 15%;
  background-position: center, center;
  width: 100%;
  height: 45px;
}
#xmas2025 .line01::after {
  content: '';
  background: url(../images/bg02.webp) no-repeat, url(../images/sub_line01_bg.webp) repeat;
  background-size: 45%, 15%;
  background-position: center;
  display: block;
  width: 77px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
}

#xmas2025 .line02 {
  background: url(../images/line02.webp) repeat-x, #204c60;
  background-size: 5%, 100%;
  background-position: center, center;
  width: 100%;
  height: 26px;
}

#xmas2025 .line03 {
  background-color: #ffffff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, #a6151c 16px, #a6151c 32px);
  width: 100%;
  height: 40px;
}

#xmas2025 .line05 {
  background: url(../images/line05.webp) repeat-x, url(../images/top-line02_bg.webp) repeat;
  background-size: 6%, 10%;
  background-position: center, center;
  width: 100%;
  height: 45px;
}
#xmas2025 .line05.rt {
  background-size: 9%, 10%;
  width: 60%;
  margin: 0 0 0 auto;
}
#xmas2025 .line05.lt {
  background-size: 5.5%, 10%;
  width: 100%;
}

#xmas2025 .line06 {
  background: url(../images/line06.webp) repeat, url(../images/top_bg.webp) repeat;
  background-size: 40%, 32%;
  background-position: top, center;
  width: 100%;
  height: 53%;
}

/*===== sub ======*/
#xmas2025 .line03.sub {
  background-color: #ffffff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, #008132 16px, #008132 32px);
  width: 100%;
  height: 40px;
}

/*===== ===== ===== ===== ===== ===== 
・filter-area
====== ===== ===== ===== ===== ===== */
#xmas2025 .filter-area {
  padding: 2rem 0 0;
}
#xmas2025 .filter-area .buttons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: minmax(40px, auto);
}
#xmas2025 .buttons button:nth-child(odd) {
  background: #e2ddcf;
}
#xmas2025 .buttons button:nth-child(even) {
  background: #eee4c8;
}

/*===== ===== ===== ===== ===== ===== 
・nav
====== ===== ===== ===== ===== ===== */

#xmas2025 nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

#xmas2025 .cate_area.top nav a {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  font-size: clamp(0.94rem, 3vw, 1.1rem);
  text-align: center;
  color: #313131;
  position: relative;
  overflow: hidden;
}

#xmas2025 nav a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  font-size: clamp(1rem, 3vw, 1.1rem);
  text-align: center;
  color: #313131;
  position: relative;
  overflow: hidden;
}

#xmas2025 nav a span {
  background: #e3dfd3;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 1;
  font-weight: 600;
  color: #313131;
}
#xmas2025 .cate_area a img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

#xmas2025 .cate_area .fa-arrow-right {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 84%;
  right: 3%;
  overflow: hidden;
}
#xmas2025 .cate_area .fa-arrow-right::before,
#xmas2025 .cate_area .fa-arrow-right::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #313131;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
/*===== ===== ===== ===== ===== ===== 
・top_pickup_cake
====== ===== ===== ===== ===== ===== */
#xmas2025 .pickup_area .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
#xmas2025 .pickup_area ul {
  display: contents;
}

#xmas2025 .pickup_area li a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(280px, auto);
  overflow: hidden;
}
#xmas2025 .pickup_area li img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}
#xmas2025 .pickup_area .pickup_content {
  background: url(../images/top-line02_bg.webp) repeat;
  background-size: 30%;
  background-position: center;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 3vw, 1.1rem);
  color: #313131;
  box-sizing: border-box;
  position: relative;
  padding: 1rem;
}
#xmas2025 .pickup_area .pickup_info {
  width: 96%;
  margin: 0 auto;
}

#xmas2025 .pickup_area .pickup_name {
  font-size: clamp(1rem, 3vw, 1.15rem);
}
#xmas2025 .pickup_area .pickup_name span {
  font-size: clamp(0.7rem, 3vw, 0.9rem);
}
#xmas2025 .pickup_area .pickup_price {
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: 500;
}

#xmas2025 .pickup_area .pickup_txt_grp {
  font-size: clamp(0.95rem, 3vw, 1.05rem);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
#xmas2025 .pickup_area .pickup_txt_grp p {
  border: 3px solid #a82e31;
  padding: 0.5em 1em;
  border-radius: 10px;
  position: relative;
}
#xmas2025 .pickup_area .pickup_txt_grp p::before {
  content: '';
  background: url(../images/top_bg.webp) repeat;
  background-size: 32%;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  top: -3px;
}
#xmas2025 .pickup_area .pickup_txt_grp p::after {
  content: '';
  background-color: #a82e31;
  width: 20px;
  height: 3px;
  transform: rotate(130deg);
  position: absolute;
  left: 25px;
  top: -10px;
}

#xmas2025 .pickup_area .pickup_txt_grp p span {
  font-weight: 600;
  display: inline-block;
}
#xmas2025 .pickup_area .pickup_txt_big {
  display: block;
  font-size: clamp(1.2rem, 3vw, 1.3rem);
  font-weight: 600;
  background: #fff2f2;
  padding: 0.3rem;
  border-radius: 0.5rem;
  text-align: center;
  margin: 0 auto 1.5rem;
  color: #a82e31;
  width: 60%;
}
#xmas2025 .pickup_area li.re .pickup_content {
  grid-row: 1 / -1;
}

#xmas2025 .pickup_area .fa-arrow-right {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 88%;
  right: 5%;
  overflow: hidden;
}

#xmas2025 .pickup_area .fa-arrow-right::before,
#xmas2025 .pickup_area .fa-arrow-right::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  background-color: #a82e31;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
#xmas2025 .pickup_area .fa-arrow-right::before {
  transform: translate(-50%, -50%);
}
#xmas2025 .pickup_area .fa-arrow-right::after {
  transform: translate(-300%, -50%);
}

/*===== ===== ===== ===== ===== ===== 
・item
====== ===== ===== ===== ===== ===== */
#xmas2025 .top .cate_area {
  padding: 0;
}
#xmas2025 .item-area,
#xmas2025 .cate_area {
  padding: 3rem 0 0;
}

/* ---------------  h2 ---------------*/
#xmas2025 .top .ttl_h2 {
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  padding: 1.5rem 0;
  background: none;
  width: 100%;
}

#xmas2025 .top .ttl_h2 span {
  font-size: clamp(0.9rem, 1vw, 1rem);
  display: block;
}
#xmas2025 .ttl_h2 {
  background: #28405a;
  color: #fff;
  width: 30%;
  margin: 0 auto 3.5rem;
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  padding: 0.8rem 0;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
}

/* ---------------  item_list ---------------*/
#xmas2025 .item_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
#xmas2025 .item_list > li {
  background-color: #fff;
  padding: 2rem;
  position: relative;
}
#xmas2025 .item_detail .item_label {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 1rem;
}
#xmas2025 .item_list .item_inner {
  padding: 1rem;
  outline: 3px solid #392009;
  outline-offset: 10px;
  border: solid 1px #392009;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
}
#xmas2025 .item_name {
  font-size: clamp(1.15rem, 3vw, 1.4rem);
  line-height: 1.5em;
}

#xmas2025 .item_num {
  font-size: clamp(1.5rem, 3vw, 2.8rem);
  background: url(../images/num_bg.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 108%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cf0022;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#xmas2025 .item_price {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
}
#xmas2025 .item_detail {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#xmas2025 .item_icon {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

#xmas2025 .item_icon > li > img {
  max-width: 83px;
}
#xmas2025 .item_icon .gentei img {
  max-width: 66px;
}

#xmas2025 .haya_txt,
#xmas2025 .item_set .kome {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}
#xmas2025 .item_set dl {
  background: #fff4f4;
  padding: 0.3rem 0.5rem;
}

#xmas2025 .item_set dt {
  font-weight: 600;
  border-bottom: 1px solid #313131;
}
#xmas2025 .item_set dd {
  padding: 0.3rem 0 0;
}
#xmas2025 .item_get table {
  width: 100%;
  margin-bottom: 0.2rem;
  table-layout: fixed;
  font-size: 0.9rem;
  border: 1px solid;
}

#xmas2025 .item_get tr,
#xmas2025 .item_get th,
#xmas2025 .item_get td {
  border: 1px solid;
  text-align: center;
  font-weight: normal;
}

#xmas2025 .item_get th {
  background-color: #f8cece;
}

#xmas2025 .peo {
  border: 1px solid #392009;
  padding: 0.5rem;
  text-align: center;
  margin: 0 0 0.5rem;
  border-radius: 50px;
}
#xmas2025 .sale_time {
  font-weight: 600;
  border-top: dotted 4px #ccc;
  border-bottom: dotted 4px #ccc;
  padding: 0.5rem 0;
  color: #cf0022;
}
#xmas2025 .sale_time dl {
  display: flex;
  gap: 0.3rem;
  margin: 0 0 0.5rem;
}
#xmas2025 .sale_time .txt {
  font-weight: 500;
}
#xmas2025 .sale_time .txt b {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

#xmas2025 .limited_time {
  font-weight: 600;
  border-top: dotted 4px #ccc;
  border-bottom: dotted 4px #ccc;
  padding: 0.5rem 0;
  color: #cf0022;
}

#xmas2025 .limited_time .kome {
  font-weight: 400;
  color: #313131;
  margin: 0.5rem 0 0;
}

#xmas2025 .limited_time .price {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}
#xmas2025 .limited_time .price span {
  font-size: clamp(1rem, 2vw, 1.15rem);
}
#xmas2025 .item_atn li {
  text-indent: 1rem;
  line-height: 1.5em;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}

#xmas2025 .item_atn li em {
  font-style: normal;
  font-weight: 600;
}
#xmas2025 .item_atn li:before,
#xmas2025 .allergy_btn li:before {
  display: inline-block;
  position: relative;
  content: '';
  left: -0.5rem;
  top: -3px;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #392009;
}
/*================ allergy =================*/
#xmas2025 .allergy {
  width: 100%;
  margin-bottom: 0.2rem;
  table-layout: fixed;
  font-size: clamp(0.67rem, 1vw, 0.9rem);
  border: 1px solid;
}

#xmas2025 .allergy tr,
#xmas2025 .allergy th,
#xmas2025 .allergy td {
  border: 1px solid;
  text-align: center;
  font-weight: normal;
}

#xmas2025 .allergy_title {
  background-color: #313131;
}

#xmas2025 .allergy_title span {
  color: #fff;
}

/*============== accordionボタン ==============*/
#xmas2025 .allergy_btn {
  width: 100%;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
}
#xmas2025 .toggle {
  display: none;
}
#xmas2025 .title,
#xmas2025 .content {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#xmas2025 .option {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#xmas2025 .title {
  display: block;
  cursor: pointer;
}
#xmas2025 .title::before {
  content: '\e912';
  font-family: 'icn_font';
  font-weight: normal;
  position: absolute;
  left: 23.5%;
  top: 1px;
  bottom: 0;
  display: inline-block;
  transition: all 0.3s;
  margin: auto;
  color: #0171a6;
}

#xmas2025 .title span {
  display: block;
  max-width: 27%;
  color: #0171a6;
}
#xmas2025 .content {
  max-height: 0;
  overflow: hidden;
}
#xmas2025 .content li {
  text-indent: 1rem;
}

#xmas2025 .toggle:checked + .title + .content {
  max-height: 300px;
  transition: all 0.3s;
}
#xmas2025 .toggle:checked + .title::before {
  transform: rotate(45deg) !important;
}

/*================ fmo_btnボタン ===============*/
#xmas2025 .fmo_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0;
}

/*================ 予告時 ===============*/
#xmas2025 .fmo_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0;
}

#xmas2025 .fmo_btn {
  position: relative;
  text-align: center;
  background: #156727;
  border: 3px solid #156727;
  color: #fff;
  padding: 0.3rem 1rem;
  width: 100%;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  font-feature-settings: 'palt' 1;
}
#xmas2025 .fmo_btn span {
  font-size: clamp(0.75rem, 1vw, 0.85rem);
}

/*================ /予告時 ===============*/

/* #xmas2025 .fmo_btn a {
  position: relative;
  text-align: center;
  background: #156727;
  border: 3px solid #156727;
  color: #fff;
  padding: 0.3rem 2rem;
  width: 100%;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
} */
/* #xmas2025 .fmo_btn .fa-arrow-right {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 28%;
  right: 5%;
  overflow: hidden;
}

#xmas2025 .fmo_btn .fa-arrow-right::before,
#xmas2025 .fmo_btn .fa-arrow-right::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  background-color: #156727;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
#xmas2025 .fmo_btn .fa-arrow-right::before {
  transform: translate(-50%, -50%);
}
#xmas2025 .fmo_btn .fa-arrow-right::after {
  transform: translate(-300%, -50%);
} */

/*===== ===== ===== ===== ===== ===== 
・pick-up-cake
====== ===== ===== ===== ===== ===== */
/*===== bg ======*/
#xmas2025 .main.pick-up {
  background: #34554b;
  color: #fff;
  padding: 0;
}

/*===== h2 ======*/
#xmas2025 .ttl_h2.pick-up {
  clip-path: none;
  width: 100%;
  background: none;
  margin: 0;
  padding: 2rem 0 1rem;
  font-size: clamp(1.4rem, 3vw, 1.7rem);
}
#xmas2025 .ttl_h2.pick-up::after {
  content: '';
  display: block;
  background: url(../images/pick-up-cake/sub_ttl.webp) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  left: 0;
  margin: auto;
}
/*===== line ======*/
#xmas2025 .line01.pick-up {
  background: url(../images/pick-up-cake/line03.webp) repeat-x, #221714;
  background-size: 24%, 15%;
  background-position: center, center;
  width: 100%;
  height: 105px;
}
#xmas2025 .line01.pick-up::after {
  content: none;
}
#xmas2025 .line03.pick-up.lt {
  background: url(../images/pick-up-cake/line01.webp) repeat-x, #154f3f;
  width: 54.1%;
  height: 50px;
}
#xmas2025 .line03.pick-up.rt {
  background: url(../images/pick-up-cake/line01.webp) repeat-x, #154f3f;
  width: 62.5%;
  height: 50px;
  margin: 0 0 0 auto;
}

#xmas2025 .line04 {
  background: url(../images/pick-up-cake/line04.webp) repeat-x, #b7b7b7;
  background-size: 24%, 15%;
  background-position: center, center;
  width: 100%;
  height: 65px;
}
#xmas2025 .line03.pick-up.lt.end {
  background: url(../images/pick-up-cake/line02.webp) repeat-x, #449881;
  width: 54.1%;
  height: 50px;
}
#xmas2025 .line03.pick-up.end {
  background: url(../images/pick-up-cake/line02.webp) repeat-x, #449881;
  width: 100%;
  height: 50px;
}

/*===== item ======*/
#xmas2025 .pick-up .item-area {
  padding: 0;
}
#xmas2025 .pick-up .item_list > li {
  background: none;
  padding: 2rem;
}
#xmas2025 .pick-up .item_list .item_inner {
  outline: none;
  border: none;
  padding: 0;
}
#xmas2025 .pick-up .item_num {
  background: url(../images/pick-up-cake/pickup_num_bg.svg) no-repeat;
  color: #fff;
}
#xmas2025 .pick-up .item_set dl {
  background: #eee;
  color: #313131;
}
#xmas2025 .pick-up .peo {
  border: 1px solid #fff;
}
#xmas2025 .pick-up .title span {
  color: #9fdaf7;
}
#xmas2025 .pick-up .title::before {
  color: #9fdaf7;
}
#xmas2025 .pick-up .item_atn li:before,
#xmas2025 .pick-up .allergy_btn li:before {
  background: #fff;
}

#xmas2025 .pick-up .item_get th {
  background-color: #a82e31;
}
/* ============== 予告用 ================ */
#xmas2025 .pick-up .fmo_btn {
  position: relative;
  background: #a82e31;
  border: 3px solid #a82e31;
  font-weight: 600;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}

/* ============== /予告用 ================ */
/* #xmas2025 .pick-up .fmo_btn a {
  position: relative;
  background: #a82e31;
  border: 3px solid #a82e31;
  font-weight: 600;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
} */
#xmas2025 .pick-up .fmo_btn a small {
  font-weight: 400;
}

#xmas2025 .pick-up .fmo_btn .fa-arrow-right {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 27%;
  right: 5%;
  margin: auto;
  overflow: hidden;
}

/* 矢印アイコン本体の共通スタイル */
#xmas2025 .pick-up .fa-arrow-right::before,
#xmas2025 .pick-up .fa-arrow-right::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  background-color: #a82e31;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

#xmas2025 .pick-up .fa-arrow-right::before {
  transform: translate(-50%, -50%);
}
#xmas2025 .pick-up .fa-arrow-right::after {
  transform: translate(-300%, -50%);
}

/*===== tokuten ======*/
#xmas2025 .pick-up .tokuten {
  background: #221714;
}
#xmas2025 .pick-up .tokuten .inner {
  width: min(100%, 1000px);
  margin: 0 auto;
  padding: 2rem 2rem 3rem;
  box-sizing: border-box;
}
#xmas2025 .pick-up .tokuten .txt {
  text-align: center;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.8;
}
#xmas2025 .pick-up .tokuten .txt .col {
  color: #b07b1f;
  font-weight: 600;
}
#xmas2025 .pick-up .tokuten .date {
  text-align: center;
  margin: 0 0 3rem;
}
#xmas2025 .pick-up .tokuten .date dl {
  display: flex;
  justify-content: center;
  font-size: clamp(1.1rem, 1.5vw, 2rem);
  border: double 6px #fff;
  max-width: 60%;
  margin: 2rem auto 0;
  padding: 1rem;
  box-sizing: border-box;
}
#xmas2025 .pick-up .tokuten .kome {
  margin: 0.3rem 0 0;
}
#xmas2025 .pick-up .tokuten .btn a {
  position: relative;
  background: #a82e31;
  border: 3px solid #a82e31;
  color: #fff;
  display: block;
  padding: 1.5rem;
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  font-weight: 600;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}
#xmas2025 .pick-up .tokuten .btn .fa-arrow-right {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 35%;
  right: 5%;
  overflow: hidden;
}

/*===== yoyaku_btn ======*/
#xmas2025 .pick-up .yoyaku_btn a {
  position: relative;
  background: #221714;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
}

#xmas2025 .pick-up .yoyaku_btn .fa-arrow-right::before,
#xmas2025 .pick-up .yoyaku_btn .fa-arrow-right::after {
  background-color: transparent;
  font-size: 2rem;
  width: 43px;
  height: 43px;
}
#xmas2025 .pick-up .yoyaku_btn .fa-arrow-right::after {
  color: #a82e31;
}
#xmas2025 .pick-up .yoyaku_btn .fa-arrow-right {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 21%;
  right: 31%;
  margin: auto;
  overflow: hidden;
}

/*===== artist ======*/
#xmas2025 .pick-up .artist {
  padding: 0 0 4rem;
}
#xmas2025 .pick-up .artist .box ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#xmas2025 .pick-up .artist .box ul li {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    'image'
    'text';
  align-items: center;
  text-align: center;
  color: #313131;
  position: relative;
}
#xmas2025 .pick-up .artist .box ul li.re {
  grid-template-areas:
    'text'
    'image';
}
#xmas2025 .pick-up .artist .box {
  margin: 3rem 0 0;
}
#xmas2025 .pick-up .artist .box .img {
  grid-area: image;
  width: 100%;
  height: 100%;
  object-fit: cover;
  justify-self: center;
}
#xmas2025 .pick-up .artist .box .txt {
  grid-area: text;
  background: #b7b7b7;
  height: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}
/*===== movie ======*/
#movie_area {
  width: 80%;
  margin: 2rem auto 0;
  background: #221714;
  padding: 1.2rem;
  box-sizing: border-box;
}
#movie_area .movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0;
}
#movie_area .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===== collaboration ======*/
#xmas2025 .pick-up .coll_wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto auto;
  align-items: start;
  margin: 2rem 0 0;
}
#xmas2025 .pick-up .coll_wrap img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 100%;
  height: auto;
}
#xmas2025 .pick-up .coll_wrap p {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  background: #221714;
  padding: 2rem;
  height: 100%;
  box-sizing: border-box;
}
#xmas2025 .pick-up .coll_wrap a {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #b7b7b7;
  font-size: clamp(1rem, 1vw, 1.2rem);
  color: #313131;
  font-weight: 600;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease-in-out;
}
#xmas2025 .pick-up .coll_wrap a .fa-arrow-right {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 42%;
  right: 5%;
  overflow: hidden;
}
#xmas2025 .pick-up .coll_wrap a .fa-arrow-right::before,
#xmas2025 .pick-up .coll_wrap a .fa-arrow-right::after {
  background-color: transparent;
  font-size: 1rem;
  width: 23px;
  height: 23px;
  color: #313131;
}

#xmas2025 .pick-up .back_btn a {
  background: #221714;
  position: relative;
  transition: all 0.5s ease-in-out;
}

#xmas2025 .pick-up .back_btn .fa-arrow-left {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 40%;
  left: 27%;
  margin: auto;
  overflow: hidden;
}

#xmas2025 .pick-up .back_btn .fa-arrow-left::before,
#xmas2025 .pick-up .back_btn .fa-arrow-left::after {
  content: '\f060';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

#xmas2025 .pick-up .back_btn .fa-arrow-left::before {
  transform: translate(-50%, -50%);
}

#xmas2025 .pick-up .back_btn .fa-arrow-left::after {
  transform: translate(200%, -50%);
}

/*===== ===== ===== ===== ===== ===== 
・top他
====== ===== ===== ===== ===== ===== */
#xmas2025 .inc {
  padding: 0 1.5rem;
  color: #fff;
}
#xmas2025 .inc .img_auto img {
  width: 40%;
}
#xmas2025 .xms-rbtn {
  margin: 0 1.5rem;
}

#xmas2025.sub .inc {
  color: #313131;
}
#xmas2025.yoyaku .inc {
  padding: 0 1.5rem;
  color: #000;
}
#xmas2025.yoyaku .inc .ly-mod-def-list li:before {
  background: #313131;
}
#xmas2025.sub .inc .ly-mod-def-list li:before {
  background: #747474;
}
#xmas2025 .inc .ly-mod-def-list li:before {
  background: #fff;
}

/*===== ===== ===== ===== ===== ===== 
・reservation
====== ===== ===== ===== ===== ===== */
#xmas2025 .reservation {
  padding: 0 2rem;
}

#xmas2025 .reservation .fmo_yoyaku_area {
  border: 5px solid #008132;
  margin: 0 0 2rem;
  background: #faf5e5;
  border-radius: 1rem;
}

#xmas2025 .reservation .flow,
#xmas2025 .reservation .fmo_support {
  padding: 0 2rem 2rem;
}
#xmas2025 .reservation > hgroup {
  text-align: center;
  color: #fff;
  margin: 0 0 2rem;
}

#xmas2025 .reservation .ttl_h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
}

#xmas2025 .reservation .ttl_h1::before,
#xmas2025 .reservation .ttl_h1::after {
  content: '';
  width: 38%;
  height: 3px;
  background-color: #fff;
}

#xmas2025 .reservation .ttl_h2 {
  clip-path: none;
  background: #008132;
  margin: 0 0 0.5rem;
  width: 100%;
  padding: 0;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
}

#xmas2025 .reservation .ttl_area {
  background: #008132;
  color: #fff;
  padding: 1rem;
  text-align: center;
}

#xmas2025 .reservation .flow_wrap {
  display: grid;
  grid-template-columns: 1fr;
}
#xmas2025 .reservation .flow_right_content {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 2rem;
  max-height: 600px;
}
#xmas2025 .reservation .flow_right_content .pic {
  width: 60%;
  display: flex;
  margin: 0 auto 1rem;
  justify-content: center;
  height: 37%;
  gap: 1rem;
}
#xmas2025 .reservation .start {
  display: flex;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  margin: 1rem 0 0.5rem;
  width: 100%;
}
#xmas2025 .reservation .start p {
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
  background: #ccc;
  padding: 0.5rem 1rem 1rem;
  width: 100%;
  font-weight: 600;
}
#xmas2025 .reservation .start p span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #a6151c;
}
#xmas2025 .reservation .ttl_h3 {
  text-align: center;
  padding: 0.5rem;
  margin: 2rem auto 1rem;
  width: 100%;
  max-width: 320px;
  background: #008132;
  outline: 1.5px solid #fff;
  outline-offset: -5px;
  color: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
#xmas2025 .reservation .ttl_h3.bdt {
  text-align: center;
  padding: 0.5rem;
  margin: 1rem auto;
  width: 60%;
  background: #008132;
  position: relative;
  top: -3.5rem;
  outline: 1.5px solid #fff;
  outline-offset: -5px;
  color: #fff;
  border-radius: 0.5rem;
}

/*================ 共通 ====================*/
#xmas2025 .reservation .swiper-button-next:after {
  font-size: 0.8rem;
}
#xmas2025 .reservation .swiper-button-next {
  color: #fff;
  background: #008132;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  padding: 0.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

#xmas2025 .reservation .swiper-pagination {
  bottom: 57px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
#xmas2025 .reservation .swiper-pagination .swiper-pagination-bullet {
  background-color: #eee;
  opacity: 0.8;
}
#xmas2025 .reservation .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #008132;
}
#xmas2025 .reservation .swiper-button-prev:after {
  font-size: 0.8rem;
}
#xmas2025 .reservation .swiper-button-prev {
  color: #fff;
  background: #008132;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  padding: 0.5rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

#xmas2025 .reservation .coupon_use .swiper-button-prev,
#xmas2025 .reservation .coupon_use .swiper-button-next {
  top: 35%;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 2%;
  bottom: 65px;
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 2%));
}
/* ================== flow01 =======================*/
#xmas2025 .reservation .swiper-container.flow01 {
  width: 100%;
  max-width: 100%;
  height: 650px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 2rem 1rem;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #008132;
  border-radius: 1rem;
}

#xmas2025 .reservation .swiper-container.flow01 .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#xmas2025 .reservation .swiper-container.flow01 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
#xmas2025 .reservation .flow01 .swiper-slide dl dt {
  background: #008132;
  border-radius: 0.5rem;
  margin: 1rem auto;
  color: #fff;
  font-weight: 600;
  padding: 0.3rem 0;
  max-width: 200px;
  font-size: 1.2rem;
}
#xmas2025 .reservation .flow01 .swiper-slide dl dd {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#xmas2025 .reservation .flow01 .swiper-slide dl dd span {
  display: block;
  font-size: 0.8rem;
}
#xmas2025 .reservation .flow01 .swiper-slide dl dd span a {
  color: #0171a6 !important;
}
#xmas2025 .reservation .flow01 .swiper-slide dl dd a::after {
  content: '\e905';
  font-family: 'icn_font';
  font-weight: normal;
  margin: 0 0 0 0.3rem;
}

#xmas2025 .reservation .flow01 .swiper-slide dl dd p {
  padding: 1rem;
}
#xmas2025 .reservation .flow01 .swiper-slide p {
  text-align: left;
  padding: 1rem;
}
#xmas2025 .reservation .flow01 .swiper-slide.two {
  flex-direction: column;
  justify-content: flex-start;
}
#xmas2025 .reservation .flow01 .kome_list {
  position: relative;
  top: -18px;
  z-index: 1;
  font-size: 0.8rem;
}
#xmas2025 .reservation .flow01 .kome_list li:before {
  display: inline-block;
  position: relative;
  content: '※1）';
  left: 0;
  top: 0;
}
#xmas2025 .reservation .flow01 .swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #008132);
}
/* =============== coupon_use ===================*/
#xmas2025 .reservation .uketori,
#xmas2025 .reservation .coupon_use {
  border: #008132 3px solid;
  margin: 3.5rem 0 0;
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
}
#xmas2025 .reservation .coupon_use .swiper-container.flow02 {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

#xmas2025 .reservation .coupon_use .swiper-button-prev:after {
  left: 50px;
}

#xmas2025 .reservation .coupon_use .swiper-button-next:after {
  right: 50px;
}
#xmas2025 .reservation .coupon_use .swiper-container.flow02 .swiper-slide img {
  display: block;
  width: 30%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
#xmas2025 .reservation .coupon_use .coupon_use .swiper-container.flow02 {
  margin: -2rem auto 0;
  border: none;
  padding: 0;
}
#xmas2025 .reservation .coupon_use .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}

#xmas2025 .reservation .coupon_use .flow02 .swiper-slide.use03 img {
  width: 62%;
}
#xmas2025 .reservation .coupon_use .swiper-slide p {
  text-align: left;
  padding: 1rem 1rem 2rem;
}

#xmas2025 .reservation .coupon_use .swiper-pagination {
  bottom: -3px;
}
#xmas2025 .reservation .coupon_use .swiper-slide p span {
  background: #008132;
  border-radius: 50px;
  width: 20%;
  height: 22px;
  margin: 0 auto 0.5rem;
  padding: 0.2rem 1rem;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
/* =============== fmo_support ===================*/
#xmas2025 .reservation .fmo_support .ttl_h4 {
  color: #008132;
  margin: 0 0 1rem;
  font-size: 1.2rem;
}
#xmas2025 .reservation .fmo_support .flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  margin: 0 0 0.5rem;
}
#xmas2025 .reservation .fmo_support .flex_inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}
#xmas2025 .reservation .fmo_support .flex div dt {
  background: #f5f5f5;
  border: 1px solid #ccc;
  color: #008132;
  padding: 0.2rem 1rem;
  font-weight: 500;
  padding: 0.2rem 1rem;
  font-weight: 500;
  border-radius: 0.3rem;
}
#xmas2025 .reservation .fmo_support .flex dt {
  background: #f5f5f5;
  border: 1px solid #ccc;
  color: #008132;
  padding: 0.2rem 1rem;
  font-weight: 500;
  padding: 0.2rem 1rem;
  font-weight: 500;
  border-radius: 0.3rem;
  font-feature-settings: 'palt' 1;
  font-size: 0.9rem;
}
#xmas2025 .reservation .fmo_support .flex div dd {
  color: #008132;
  font-size: clamp(1.3rem, 3vw, 1.5rem);
  font-weight: 600;
}
#xmas2025 .reservation .fmo_support .flex a {
  color: #0171a6 !important;
}

/* ================== flow01 shop =======================*/
#xmas2025 .reservation .shop .swiper-container.flow01 {
  width: 100%;
  max-width: 95%;
  height: 450px;
  margin: 3rem auto 1rem;
  overflow: hidden;
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #1a78cd;
  border-radius: 1rem;
}
#xmas2025 .reservation .swiper-container.flow01 .swiper-slide img {
  width: 80%;
  height: 68%;
}
#xmas2025 .reservation .shop .swiper-button-next,
#xmas2025 .reservation .shop .swiper-button-prev {
  display: none;
}
#xmas2025 .reservation .shop .swiper-container.flow01 .swiper-slide {
  flex-direction: column;
  justify-content: flex-start;
}
#xmas2025 .reservation .shop .swiper-container.flow01 .swiper-slide:not(.use03)::after {
  content: '';
  display: block;
  background: #1a78cd;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 16px;
  height: 50px;
  position: absolute;
  top: 30%;
  right: -6px;
}
#xmas2025 .reservation .shop_yoyaku_area {
  border: 5px solid #1a78cd;
  margin: 0 0 2rem;
  background: #faf5e5;
  border-radius: 1rem;
}

#xmas2025 .reservation .shop .ttl_h2 {
  background: #1a78cd;
}
#xmas2025 .reservation .ttl_area.shop {
  background: #1a78cd;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
#xmas2025 .reservation .shop .swiper-slide p span {
  background: #1a78cd;
  border-radius: 50px;
  width: 100%;
  height: 22px;
  margin: 0 auto 0.5rem;
  padding: 0.2rem 1rem;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#xmas2025 .reservation .shop_yoyaku_area .shop + p {
  margin: 0 2rem 0;
  font-weight: 600;
  color: #ca0c0f;
}

/* ================== #res (text)=======================*/

#xmas2025 .reservation #res {
  padding: 2rem;
}

#xmas2025 .reservation #res .ly-mod-def-list li {
  margin-left: 1rem;
  line-height: 1.7;
}

#xmas2025 .reservation .square:before {
  content: '■';
  font-size: 1em;
  padding-right: 0.2rem;
}

#xmas2025 .reservation #res .inquiry {
  border: 1px solid #fff;
  padding: 0;
}

#xmas2025 .reservation #res .inquiry h3 {
  background-color: #dcdddd;
  font-size: 120%;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  text-align: center;
  padding: 0.8% 2%;
}

#xmas2025 .reservation .inquiry_text {
  padding: 1rem;
}

#xmas2025 .reservation .ly-mod-ttl-lt {
  margin: 0 0 0.2rem;
  border-bottom: none;
  padding: 0px;
}

#xmas2025 .info {
  border: 1px solid #313131;
  margin: 1rem 0 0;
}

#xmas2025 .info dl dt {
  font-size: 1.05rem;
  font-weight: bold;
  color: #fff;
  background-color: #313131;
  line-height: 1.3;
  text-align: center;
  padding: 1rem;
}

#xmas2025 .info dl dd {
  font-size: 0.95em;
  color: #313131;
  background: #fff;
  line-height: 1.3;
  text-align: left;
  padding: 1rem;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/

@media screen and (min-width: 737px) {
  #xmas2025 .pc-none {
    display: none;
  }

  /*============== btn_area =============== */
  #xmas2025 .btn_area li a:hover {
    color: #156727;
  }

  #xmas2025 .btn_area li a:hover::before {
    transform: scaleX(1);
  }

  #xmas2025 .btn_area li:nth-child(2) a:hover {
    color: #a6151c;
  }
  #xmas2025 .btn_area li:nth-child(3) a:hover {
    color: #192f46;
  }
  #xmas2025 .btn_area li a:hover span {
    color: inherit;
    transition: color 0.3s 0.1s ease-in-out;
  }

  #xmas2025 a:hover .fa-arrow-right::before {
    transform: translate(100%, -50%);
    transition: transform 0.3s ease-in-out;
  }
  #xmas2025 a:hover .fa-arrow-right::after {
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out;
  }

  #xmas2025 .btn_area li a:hover .fa-arrow-right::before,
  #xmas2025 .btn_area li a:hover .fa-arrow-right::after {
    background-color: #fff;
    color: inherit;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  /*============== fmo_btn =============== */
  #xmas2025 .fmo_btn a:hover {
    background: #fff;
    color: #156727;
  }

  /* ★ホバー時の矢印の動き */
  #xmas2025 .pick-up a:hover .fa-arrow-right::before,
  #xmas2025 .pick-up a:hover .fa-arrow-right::after {
    transition: transform 0.3s ease-in-out;
  }

  #xmas2025 .pick-up a:hover .fa-arrow-right::before {
    transform: translate(100%, -50%);
  }
  #xmas2025 .pick-up a:hover .fa-arrow-right::after {
    transform: translate(-50%, -50%);
  }
  /*============== cate_area =============== */
  #xmas2025 .cate_area a:hover img {
    transform: scale(1.03);
  }
  /*============== top pickup_area =============== */
  #xmas2025 .pickup_area a:hover img {
    transform: scale(1.02);
  }

  /*============== pick-up-item  =============== */
  #xmas2025 .pick-up .fmo_btn a:hover {
    background: #fff;
    color: #a82e31;
  }
  /* ★ホバー時の矢印の動き */
  #xmas2025 .pick-up a:hover .fa-arrow-right::before,
  #xmas2025 .pick-up a:hover .fa-arrow-right::after {
    transition: transform 0.3s ease-in-out;
  }

  #xmas2025 .pick-up a:hover .fa-arrow-right::before {
    transform: translate(100%, -50%);
  }
  #xmas2025 .pick-up a:hover .fa-arrow-right::after {
    transform: translate(-50%, -50%);
  }
  #xmas2025 .pick-up .tokuten .btn a:hover {
    background: #fff;
    color: #a82e31;
  }
  #xmas2025 .pick-up .yoyaku_btn a:hover {
    background: #fff;
    color: #a82e31;
  }
  #xmas2025 .yoyaku_btn a:hover::before {
    display: block;
    content: '';
    background: url(../images/btn_icon01_pickup_hov.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 45px;
    height: 50px;
  }
  #xmas2025 .pick-up .coll_wrap a:hover {
    background: #eee;
  }
  #xmas2025 .pick-up .back_btn a:hover {
    background: #8f8b8b;
  }
  /* ★ホバー時の矢印の動き */
  #xmas2025 .pick-up .back_btn a:hover .fa-arrow-left::before,
  #xmas2025 .pick-up .back_btn a:hover .fa-arrow-left::after {
    transition: transform 0.3s ease-in-out;
  }

  #xmas2025 .pick-up .back_btn a:hover .fa-arrow-left::before {
    transform: translate(-200%, -50%);
  }

  #xmas2025 .pick-up .back_btn a:hover .fa-arrow-left::after {
    transform: translate(-50%, -50%);
  }

  /*============== yoyaku_btn =============== */
  #xmas2025 .yoyaku_btn a:hover,
  #xmas2025 .top .yoyaku_btn a:hover {
    background: #fff;
    color: #a82e31;
  }
  #xmas2025 .yoyaku_btn a:hover::before {
    display: block;
    content: '';
    background: url(../images/btn_icon01_pickup_hov.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 45px;
    height: 50px;
  }
}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/

@media screen and (max-width: 736px) {
  #xmas2025 .sp-none {
    display: none;
  }
  #xmas2025 {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  #xmas2025 main {
    background: none;
  }
  #xmas2025 .insen_chicken img {
    margin: 0 auto;
    width: 98%;
  }
  #xmas2025 .fa-arrow-right {
    right: 4%;
    top: 77%;
  }
  /* ================= 予告時 ================== */

  #xmas2025 .btn_area li {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #xmas2025 .btn_area li .bg01,
  #xmas2025 .btn_area li .bg02,
  #xmas2025 .btn_area li .bg03 {
    background-size: 26%;
    height: 50px;
  }
  #xmas2025 .btn_area span small {
    text-align: left;
  }

  /* ================= /予告時 ================== */

  #xmas2025 .btn_area li a {
    background-size: 50%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0;
  }
  #xmas2025 .btn_area span {
    padding: 0.5rem;
  }
  #xmas2025 .btn_area {
    background: url(../images/top_bg.webp) repeat;
    background-size: 10%;
    background-position: center;
    padding: 0;
  }
  #xmas2025 .btn_area ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.3rem;
  }
  #xmas2025 .btn_area li a .bg01,
  #xmas2025 .btn_area li a .bg02,
  #xmas2025 .btn_area li a .bg03 {
    background-size: 24%;
    padding: 0.5rem;
    box-sizing: border-box;
  }
  #xmas2025 .btn_area p,
  #xmas2025 .btn_area span {
    align-items: flex-start;
  }

  #xmas2025 .btn_area .fa-arrow-right::before,
  #xmas2025 .btn_area .fa-arrow-right::after {
    width: 17px;
    height: 17px;
    font-size: 0.75rem;
  }
  #xmas2025 .btn_area .fa-arrow-right {
    width: 18px;
    height: 18px;
  }

  #xmas2025 .line01 {
    background-size: 5.8%, 15%;
    height: 35px;
  }
  #xmas2025 .line01::after {
    background-size: 39%, 15%;
    width: 17vw;
  }
  #xmas2025 .line03.sub {
    height: 25px;
  }

  #xmas2025 .ttl_h2 {
    width: 60%;
    margin: 0 auto 2rem;
    padding: 0.5rem 0;
  }
  #xmas2025 .top .ttl_h2 {
    padding: 1rem 0;
  }
  #xmas2025 .item-area,
  #xmas2025 .cate_area {
    padding: 2rem 0 0;
  }
  #xmas2025 .filter-area {
    padding: 0;
  }

  #xmas2025 .filter-area .buttons {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-auto-rows: minmax(40px, auto);
  }

  #xmas2025 .item_list .item_inner {
    grid-template-columns: 1fr;
    padding: 0;
    border: none;
    border-width: 1px;
    outline-width: 1.5px;
  }

  #xmas2025 .item {
    padding: 2rem 0;
  }
  #xmas2025 .item_list {
    margin: 1rem;
  }
  #xmas2025 .item_list > li {
    padding: 1.2rem;
  }
  #xmas2025 .item_num {
    width: 100%;
    height: 50px;
  }
  #xmas2025 .item_detail .item_label {
    grid-template-columns: 40px 1fr;
    gap: 0.5rem;
    margin: 0.5rem 0 0;
  }
  #xmas2025 .item_get {
    font-size: 0.85rem;
    font-feature-settings: 'palt' 1;
  }
  #xmas2025 .item_get small {
    text-align: left;
    display: block;
  }
  #xmas2025 .title span {
    max-width: 40%;
  }
  #xmas2025 .title::before {
    left: 36%;
  }
  #xmas2025 .sale_time {
    font-feature-settings: 'palt' 1;
  }
  #xmas2025 .limited_time {
    margin: 0 0 0.5rem;
    font-feature-settings: 'palt' 1;
  }
  #xmas2025 .item_icon .gentei img {
    max-width: 54px;
  }
  #xmas2025 .item_icon > li {
    width: 25%;
  }
  #xmas2025 .yoyaku_btn a,
  #xmas2025 .pick-up .back_btn a {
    padding: 2rem;
  }
  #xmas2025 .yoyaku_btn .fa-arrow-right::before,
  #xmas2025 .yoyaku_btn .fa-arrow-right::after {
    background-color: transparent;
    font-size: 1.3rem;
    width: 23px;
    height: 23px;
  }
  #xmas2025 .yoyaku_btn .fa-arrow-right {
    width: 24px;
    height: 24px;
    top: 26%;
    right: 19%;
  }
  #xmas2025 nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  #xmas2025 nav a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #xmas2025 .cate_area.top nav a span,
  #xmas2025 nav a span {
    flex-grow: 1;
    height: 60px;
    padding: 0.5rem;
  }
  #xmas2025 .cate_area.top .fa-arrow-right {
    top: 83%;
  }
  #xmas2025 .cate_area .fa-arrow-right {
    top: 90%;
  }
  #xmas2025 nav a img {
    flex-shrink: 0;
  }
  #xmas2025.sub .inc .ly-mod-def-list li:before {
    background: #fff;
  }
  /*===== pick-up-cake ======*/
  #xmas2025 .pick-up .tokuten .inner {
    width: 100%;
    padding: 1rem 1rem 2rem;
  }
  #xmas2025 .line01.pick-up {
    background-size: 35%, 100%;
    height: 46px;
  }
  #xmas2025 .pick-up .item_get th {
    background-color: #a82e31;
  }

  #xmas2025 .item_detail .item_label {
    grid-template-columns: 48px 1fr;
    gap: 0.5rem;
    margin: 1rem 0 0;
  }
  #xmas2025 .pick-up .item_list {
    margin: 0;
  }
  #xmas2025 .pick-up .item_list > li {
    padding: 1.2rem;
  }

  #xmas2025 .pick-up .tokuten .date {
    margin: 0 0 2rem;
  }
  #xmas2025 .pick-up .tokuten .date dl {
    border: double 3px #fff;
    padding: 0.3rem 1rem;
    width: 100%;
    max-width: 100%;
  }

  #xmas2025 .pick-up .tokuten .btn a {
    padding: 1rem;
    width: 100%;
  }

  #xmas2025 .pick-up .yoyaku_btn a,
  #xmas2025 .pick-up .back_btn a {
    padding: 1.5rem 0;
  }
  #xmas2025 .yoyaku_btn a::before {
    width: 25px;
    height: 25px;
    position: relative;
    top: -1.3rem;
    left: 2rem;
  }

  #xmas2025 .pick-up .artist .box ul {
    grid-template-columns: 1fr;
  }
  #xmas2025 .pick-up .artist .box ul li {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: 'image text';
  }
  #xmas2025 .pick-up .artist .box ul li.re {
    grid-template-areas: ' text image';
  }
  #xmas2025 .pick-up .artist .box {
    margin: 2rem 0 0;
  }
  #xmas2025 .pick-up .coll_wrap {
    grid-template-columns: 1fr;
  }
  #xmas2025 .pick-up .coll_wrap img {
    grid-column: 2 / 1;
    grid-row: 2 / 1;
  }
  #xmas2025 .pick-up .coll_wrap p {
    grid-column: 2 / 1;
    grid-row: 3 / 2;
    padding: 1rem;
  }
  #xmas2025 .pick-up .coll_wrap a {
    grid-column: 1 / 3;
    grid-row: 3 / 3;
    padding: 1.5rem 0;
  }
  #xmas2025 .line03.pick-up.lt {
    background-size: 12.5%;
    width: 70%;
    height: 34px;
  }
  #xmas2025 .line03.pick-up.rt {
    background-size: 14.2%;
    height: 34px;
  }
  #xmas2025 .line04 {
    background-size: 34%, 100%;
    height: 30px;
  }
  #xmas2025 .pick-up .title::before {
    left: 32%;
  }
  #xmas2025 .line03.pick-up.lt.end {
    background-size: 11.1%, 100%;
    height: 34px;
    width: 80%;
  }
  #xmas2025 .line03.pick-up.end {
    background-size: 9.4%, 100%;
    height: 34px;
  }
  #xmas2025 .pick-up .yoyaku_btn .fa-arrow-right {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 35%;
    right: 16%;
    margin: auto;
    overflow: hidden;
  }
  #xmas2025 .pick-up .yoyaku_btn .fa-arrow-right::before,
  #xmas2025 .pick-up .yoyaku_btn .fa-arrow-right::after {
    background-color: transparent;
    font-size: 1rem;
    width: 23px;
    height: 23px;
  }

  #xmas2025 .yoyaku_btn a,
  #xmas2025 .pick-up .back_btn a {
    gap: 0.3rem;
  }

  #xmas2025 .pick-up .back_btn .fa-arrow-left {
    top: 33%;
    left: 4%;
  }
  #xmas2025 .pick-up .back_btn .fa-arrow-left::before,
  #xmas2025 .pick-up .back_btn .fa-arrow-left::after {
    font-size: 1.1rem;
  }
  #xmas2025 .pick-up .artist {
    padding: 0 0 3rem;
  }
  #movie_area {
    width: 95%;
    margin: 1.5rem auto 0;
    padding: 0.5rem;
  }

  /*============== top_page ==============*/
  #xmas2025.top .line01 {
    background-size: 5.8%, 15%;
    height: 35px;
  }
  #xmas2025.top .line01::after {
    background-size: 39%, 15%;
    width: 17vw;
  }
  #xmas2025 .line02 {
    background-size: 14%, 100%;
    height: 23px;
  }
  #xmas2025 .line03 {
    height: 25px;
  }
  #xmas2025 .line05.rt {
    background-size: 20%, 10%;
    width: 80%;
    height: 35px;
  }
  #xmas2025 .line05.lt {
    background-size: 17%, 10%;
    width: 100%;
    height: 35px;
    grid-column: -1 / 1;
  }
  #xmas2025 .line06 {
    background-size: 50%, 10%;
    background-position: left center;
    height: 100%;
  }
  #xmas2025 .pickup_area .inner {
    grid-template-columns: 1fr;
  }

  #xmas2025 .pickup_area li {
    background: url(../images/top-line02_bg.webp) repeat;
    background-size: 30%;
    background-position: center;
    width: 100%;
    position: relative;
  }
  #xmas2025 .pickup_area li a {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-auto-rows: minmax(200px, auto);
    gap: 0.3rem;
  }

  #xmas2025 .pickup_area .pickup_txt_big {
    width: 70%;
  }
  #xmas2025 .cate_area .fa-arrow-right::before,
  #xmas2025 .cate_area .fa-arrow-right::after,
  #xmas2025 .pickup_area .fa-arrow-right::before,
  #xmas2025 .pickup_area .fa-arrow-right::after {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
  }
  #xmas2025 .pickup_area li a img {
    width: 100%;
  }

  #xmas2025 .pickup_area .pickup_content {
    display: grid;
    grid-template-rows: 1fr;
    font-feature-settings: 'palt' 1;
    padding: 0 0.3rem 0 0;
  }

  #xmas2025 .pickup_area .pickup_info {
    padding: 0 0.5rem;
    box-sizing: border-box;
    width: 100%;
  }

  #xmas2025 .pickup_area .pickup_txt {
    grid-area: txt;
    grid-column: 1 / -1;
    width: 90%;
    padding: 0.5rem;
    box-sizing: border-box;
  }
  #xmas2025 .pickup_area .fa-arrow-right {
    top: 83%;
    right: 5%;
    width: 21px;
    height: 21px;
  }
  #xmas2025.top .yoyaku_btn a::before {
    width: 25px;
    height: 25px;
    position: relative;
    top: -1.3rem;
    left: 2rem;
  }

  #xmas2025 .cate_area.top nav a {
    display: flex;
  }
  #xmas2025 .inc {
    padding: 0 1rem;
    color: #fff;
  }
  #xmas2025 .inc .img_auto img {
    width: 100%;
  }
  #xmas2025 .xms-rbtn {
    margin: 0 1rem;
  }
  /* ====================== reservation ====================== */
  #xmas2025 .reservation {
    padding: 1rem 1rem 0;
  }
  #xmas2025 .reservation > hgroup {
    margin: 0 0 1.5rem;
  }
  #xmas2025 .reservation .ttl_h1 {
    gap: 1rem;
  }
  #xmas2025 .reservation .ttl_h1::before,
  #xmas2025 .reservation .ttl_h1::after {
    width: 25%;
  }
  #xmas2025 .reservation .ttl_area p {
    text-align: left;
  }
  #xmas2025 .reservation .flow {
    padding: 0 0.8rem 0;
  }
  #xmas2025 .reservation .flow_wrap {
    display: flex;
    flex-direction: column;
  }
  #xmas2025 .reservation .flow_right_content {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    max-height: 100%;
  }
  #xmas2025 .reservation .ttl_h3.bdt {
    width: 100%;
  }
  #xmas2025 .reservation .flow_right_content .pic {
    width: 62%;
    display: flex;
    margin: -2rem auto 1rem;
    justify-content: center;
    height: 150px;
    gap: 1rem;
  }
  #xmas2025 .reservation .swiper-button-prev,
  #xmas2025 .reservation .swiper-button-next {
    width: 10px;
    height: 10px;
  }
  #xmas2025 .reservation .swiper-button-next:after,
  #xmas2025 .reservation .swiper-button-prev:after {
    font-size: 0.8rem;
  }
  #xmas2025 .reservation .swiper-container.flow01 .swiper-slide img {
    height: 50%;
  }
  #xmas2025 .reservation .flow01 .kome_list {
    top: -76px;
    margin: 0.5rem 0 0;
    z-index: 2;
  }
  #xmas2025 .reservation .start {
    margin: 0 0 0.5rem;
  }
  #xmas2025 .reservation .start p {
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    padding: 0.5rem 0.8rem 1rem;
    font-feature-settings: 'palt' 1;
  }
  #xmas2025 .reservation .swiper-container.flow01 {
    height: 600px;
    padding: 1rem;
  }
  #xmas2025 .reservation .flow01 .swiper-slide dl dd p {
    padding: 0.5rem;
  }
  #xmas2025 .reservation .swiper-scrollbar {
    bottom: 95px;
    left: 4%;
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 4%));
  }
  #xmas2025 .reservation .swiper-scrollbar-drag {
    background: #008132;
  }
  #xmas2025 .reservation .shop .swiper-container.flow01 {
    height: 380px;
    margin: 2rem auto 1rem;
  }
  #xmas2025 .reservation .uketori,
  #xmas2025 .reservation .coupon_use {
    margin: 3.5rem 0 0;
  }
  #xmas2025 .reservation .coupon_use .swiper-slide {
    gap: 0;
  }
  #xmas2025 .reservation .coupon_use .swiper-container.flow-top .swiper-slide img {
    width: 50%;
  }
  #xmas2025 .reservation .coupon_use .flow-top .swiper-slide.use03 img {
    width: 100%;
  }
  #xmas2025 .reservation .coupon_use .swiper-button-next,
  #xmas2025 .reservation .coupon_use .swiper-button-next::after {
    right: 0;
  }
  #xmas2025 .reservation .coupon_use .swiper-button-prev,
  #xmas2025 .reservation .coupon_use .swiper-button-prev::after {
    left: 0;
  }

  #xmas2025 .reservation .coupon_use .swiper-container.flow-top {
    max-width: 100%;
    margin: -2rem auto 0rem;
  }

  #xmas2025 .reservation .coupon_use .swiper-pagination {
    bottom: -3px;
  }
  #xmas2025 .reservation .shop .swiper-button-next,
  #xmas2025 .reservation .shop .swiper-button-prev {
    background: #1a78cd;
  }
  #xmas2025 .reservation .shop .swiper-button-next,
  #xmas2025 .reservation .shop .swiper-button-prev {
    display: block;
  }
  #xmas2025 .reservation .swiper-button-next:after,
  #xmas2025 .reservation .swiper-button-prev:after {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #xmas2025 .reservation .shop .swiper-scrollbar {
    bottom: var(--swiper-scrollbar-bottom, 15px);
    left: var(--swiper-scrollbar-sides-offset, 4%);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 4%));
  }
  #xmas2025 .reservation .shop .swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, #1a78cd);
  }
  #xmas2025 .reservation .shop .swiper-container.flow01 .swiper-slide:not(.use03)::after {
    content: none;
  }
  #xmas2025 .reservation .shop_yoyaku_area .shop + p {
    margin: 0 1rem 0;
  }

  #xmas2025 .reservation .shop_yoyaku_area {
    margin: 0;
  }
  #xmas2025 .reservation .shop .swiper-container.flow01 {
    max-width: 93%;
  }

  #xmas2025 .reservation #res {
    padding: 0.8rem;
  }

  /* =============== fmo_support ===================*/
  #xmas2025 .reservation .fmo_support {
    padding: 0 0.8rem 0.8rem;
  }
  #xmas2025 .reservation .fmo_support .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #xmas2025 .reservation .fmo_support .flex.sp {
    flex-direction: row;
    align-items: center;
  }
  #xmas2025 .reservation .fmo_support .flex div dt {
    padding: 0.3rem;
    font-weight: 500;
    max-width: 80px;
    font-feature-settings: 'palt' 1;
    font-size: 0.9rem;
  }
  #xmas2025 .reservation .fmo_support a {
    text-align: left;
    display: block;
    font-size: 0.8rem;
  }
}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 738px) and (max-width: 1080px) {
  .top_item_list .item_inner .gentei span {
    padding: 0.2rem 0.6rem;
    font-size: 0.75rem;
  }
}

a.ly-mod-btn.ly-icn-blank span {
  position: static;
}
