@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap");
* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 1.6;
}

.middle::-webkit-scrollbar {
  display: none;
}

.container {
  padding: 0 15px;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.christmas {
  background: -webkit-gradient(linear, left top, left bottom, from(#A80000), to(#6A0000));
  background: linear-gradient(to bottom, #A80000, #6A0000);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  background-position: bottom;
  background-size: cover;
}
.christmas_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.christmas_wrap .main_left {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 20px;
  max-width: calc(50% - 187px);
  width: 100%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .christmas_wrap .main_left {
    display: none;
  }
}
.christmas_wrap .main_left .logo {
  max-width: 279px;
  margin: 0 auto;
}
.christmas_wrap .main_left .catch {
  max-width: 310px;
  margin: 22px auto 7px;
}
.christmas_wrap .main_left .cake_img {
  max-width: 385px;
  margin: 0 auto -65px;
}
.christmas_wrap .main_left .cake_img img {
  width: 100%;
}
.christmas_wrap .main_left .dtl_txt {
  color: #F8D6AE;
  font-size: 11px;
}
.christmas_wrap .main_left .dtl_txt span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #fff6cc;
}
.christmas_wrap .main_right {
  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;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(50% - 187px);
  width: 100%;
  margin: 0 40px;
  position: relative;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .christmas_wrap .main_right {
    display: none;
  }
}
.christmas_wrap .main_right .title {
  max-height: 43px;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
}
.christmas_wrap .main_right .title img {
  height: 100%;
}
.christmas_wrap .main_right .title span {
  font-size: 12px;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.christmas_wrap .main_right .shops_list {
  margin: 35px 0 83px;
}
.christmas_wrap .main_right .shops_list .tab {
  margin: 0 0 10px;
  position: relative;
  padding-left: 70px;
}
.christmas_wrap .main_right .shops_list .tab a {
  max-height: 34px;
  height: 100%;
  width: auto;
  opacity: 0.5;
  -webkit-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.christmas_wrap .main_right .shops_list .tab a img {
  width: auto;
  height: 34px;
}
.christmas_wrap .main_right .shops_list .tab a span {
  font-size: 12px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  color: #fff;
  opacity: 0.5;
}
.christmas_wrap .main_right .shops_list .tab a:hover {
  opacity: 1;
}
.christmas_wrap .main_right .shops_list .tab a:hover span {
  opacity: 0.5;
}
.christmas_wrap .main_right .shops_list .tab.active a {
  opacity: 1;
}
.christmas_wrap .main_right .shops_list .tab.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 66px;
  height: 10px;
  background-image: url(../img/christmas/2025/fork.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
}
.christmas_wrap .main_right .link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  max-width: 372px;
}
.christmas_wrap .main_right .link_btn {
  width: 50%;
}
.christmas_wrap .main_right .link_btn .link_shop {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.christmas_wrap .main_right .link_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.christmas_wrap .main_right .link_btn ul li {
  max-width: 100%;
}
.christmas_wrap .middle {
  max-width: 375px;
  min-width: 375px;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: clip;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .christmas_wrap .middle {
    max-width: 100%;
  }
}
.christmas_wrap .middle .top_mv {
  background: -webkit-gradient(linear, left bottom, left top, from(#1C0000), to(#640404));
  background: linear-gradient(to top, #1C0000, #640404);
  width: 100%;
  position: relative;
}
.christmas_wrap .middle .about {
  background: -webkit-gradient(linear, left top, left bottom, from(#1C0000), to(#640404));
  background: linear-gradient(to bottom, #1C0000, #640404);
  width: 100%;
  padding-bottom: 50px;
}
.christmas_wrap .middle .about .title {
  max-height: 57px;
  height: 100%;
  text-align: center;
  width: 100%;
}
.christmas_wrap .middle .about .title img {
  height: 57px;
}
.christmas_wrap .middle .about .title span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: rgba(221, 186, 146, 0.5);
}
@media screen and (max-width: 768px) {
  .christmas_wrap .middle .about .title {
    display: block;
  }
}
.christmas_wrap .middle .about .about_text {
  margin: 45px 0 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.christmas_wrap .middle .about .anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}
.christmas_wrap .middle .about .anchor_item {
  width: 33.333%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.christmas_wrap .middle .about .anchor_item img {
  width: 100%;
}
.christmas_wrap .middle .about .anchor_item:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.christmas_wrap .middle .about .anchor_item:nth-child(2) {
  margin-top: 30px;
}
.christmas_wrap .middle .about .about_box {
  position: relative;
  background-color: #7E0B1D;
  border: 1px solid #DDBA92;
  padding: 55px 5px 25px;
  margin-bottom: 84px;
}
.christmas_wrap .middle .about .shop_reserve_area {
  padding-bottom: 57px;
}
.christmas_wrap .middle .about .ttl_ribbon {
  max-width: 227px;
  margin: -75px auto 10px;
}
.christmas_wrap .middle .about .info_day {
  text-align: center;
  font-size: 24px;
  color: #DDBA92;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}
.christmas_wrap .middle .about .info_day .lrg {
  font-family: "Poppins", sans-serif;
  color: #DDBA92;
  font-weight: 700;
  font-size: 41px;
  line-height: 1;
}
.christmas_wrap .middle .about .info_day .round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 5px;
  color: #7E0B1D;
  font-size: 12px;
  font-weight: bold;
  background-color: #DDBA92;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.christmas_wrap .middle .about .text_round {
  text-align: center;
  line-height: 1;
  margin-top: 25px;
}
.christmas_wrap .middle .about .text_round span {
  padding: 4px 20px;
  background-color: #fff;
  font-size: 12px;
  color: #800022;
  border-radius: 100vmax;
}
.christmas_wrap .middle .about .text_round.green span {
  padding: 4px;
  background-color: #00565B;
  font-size: 10px;
  color: #fff;
}
.christmas_wrap .middle .about .txt_wester {
  max-width: 269px;
  margin: 0 auto;
}
.christmas_wrap .middle .about .reserve_text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.christmas_wrap .middle .about .reserve_note {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.christmas_wrap .middle .about .reserve_day {
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  margin-top: 20px;
}
.christmas_wrap .middle .about .reserve_day .lrg {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
}
.christmas_wrap .middle .about .reserve_day .round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  padding: 5px;
  color: #7E0B1D;
  font-size: 10px;
  font-weight: bold;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.christmas_wrap .middle .content_wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#001112), color-stop(#015E64), to(#001112));
  background: linear-gradient(to bottom, #001112, #015E64, #001112);
  position: relative;
  padding-top: 148px;
}
.christmas_wrap .middle .content_wrapper::before {
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  aspect-ratio: 375/514;
  background: url(../img/christmas/2025/wreath.png) no-repeat center/contain;
}
.christmas_wrap .middle .shops_area {
  position: relative;
  z-index: 4;
}
.christmas_wrap .middle .shops_area .title {
  text-align: center;
  height: 100%;
  width: 100%;
}
.christmas_wrap .middle .shops_area .title img {
  height: 55px;
}
.christmas_wrap .middle .shops_area .title span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .christmas_wrap .middle .shops_area .title {
    display: block;
  }
}
.christmas_wrap .middle .shops_area .area_search {
  text-align: center;
  margin-top: 40px;
}
.christmas_wrap .middle .shops_area .area_search span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 0 20px;
}
.christmas_wrap .middle .shops_area .area_search span::before, .christmas_wrap .middle .shops_area .area_search span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
}
.christmas_wrap .middle .shops_area .area_search span::before {
  left: 0;
}
.christmas_wrap .middle .shops_area .area_search span::after {
  right: 0;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper {
  margin: 15px 0 35px;
  background-color: #fff;
  padding: 20px 15px 30px;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .tab_area {
  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;
  position: relative;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .tab_area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  bottom: 0;
  background-color: #DCEADD;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .tab_area .tab_list {
  width: 33.3333333333%;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .tab_area .tab_list span {
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  color: #A5BCA7;
  display: inline-block;
  text-align: center;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .tab_area .tab_list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  bottom: 0;
  z-index: 1;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .tab_area .tab_list.active span {
  color: #D63815;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .tab_area .tab_list.active::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #D63815;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .shop_area {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
  margin: 30px 0 0;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .shop_area.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .shop_area .shop {
  width: calc(50% - 2px);
  margin-bottom: 8px;
  border-radius: 23px;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .shop_area .shop a {
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .shop_area .shop .img {
  max-width: 32px;
  width: 100%;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .shop_area .shop .name {
  width: calc(100% - 32px);
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.christmas_wrap .middle .shops_area .tab_area_wrapper .shop_area .shop .name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-5px, -50%) rotate(45deg);
          transform: translate(-5px, -50%) rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 5px;
  width: 5px;
}
.christmas_wrap .middle .store_area {
  position: relative;
  z-index: 1;
}
.christmas_wrap .middle .store_area .title_area {
  margin: 30px 0 10px;
  padding-top: 150px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .christmas_wrap .middle .store_area .title_area {
    padding-top: 0;
    margin-top: 30px;
  }
}
.christmas_wrap .middle .store_area .title_area::before {
  display: none;
}
.christmas_wrap .middle .store_area .title_area::after {
  display: none;
}
.christmas_wrap .middle .store_area .title_area .title {
  height: 100%;
  width: 100%;
  text-align: center;
}
.christmas_wrap .middle .store_area .title_area .title img {
  height: 42px;
}
.christmas_wrap .middle .store_area .title_area .title span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .christmas_wrap .middle .store_area .title_area .title {
    display: block;
  }
}
.christmas_wrap .middle .store_area .title_area .img_fork {
  width: 100%;
  padding: 10px 60px;
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.christmas_wrap .middle .store_area .store {
  background-color: #fff;
  padding: 15px 15px 30px;
  margin-bottom: 60px;
  position: relative;
}
.christmas_wrap .middle .store_area .store:last-of-type {
  margin-bottom: 0;
}
.christmas_wrap .middle .store_area .store.reservation::before {
  content: "";
  position: absolute;
  background: url(../img/christmas/2025/icon_reservation.png) no-repeat center/contain;
  top: -26px;
  right: -8px;
  width: 80px;
  height: 80px;
}
.christmas_wrap .middle .store_area .store_inner .ttl {
  color: #404040;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.christmas_wrap .middle .store_area .store_inner .ttl span {
  color: #404040;
  font-size: 11px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.christmas_wrap .middle .store_area .store_inner .arr_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  padding-left: 15px;
  width: calc(100% + 15px);
  margin: 10px 0;
}
.christmas_wrap .middle .store_area .store_inner .arr_date .from {
  width: 40%;
}
.christmas_wrap .middle .store_area .store_inner .arr_date .from .txt {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.christmas_wrap .middle .store_area .store_inner .arr_date .from .txt span {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.christmas_wrap .middle .store_area .store_inner .arr_date .from.end {
  position: relative;
}
.christmas_wrap .middle .store_area .store_inner .arr_date .from.end .txt {
  text-align: center;
  margin-left: 30px;
}
.christmas_wrap .middle .store_area .store_inner .arr_date .from.end::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/christmas/Polygon_star.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.christmas_wrap .middle .store_area .store_inner .eng_txt {
  color: #404040;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl {
  margin: 20px 0;
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_name .s_name {
  color: #404040;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: bold;
  border-top: 3px solid #DBDBDB;
  border-bottom: 3px solid #DBDBDB;
  display: inline-block;
  margin-right: 10px;
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_name .bg_c {
  font-size: 13px;
  font-weight: 500;
  background-color: #73AFC1;
  border-radius: 7px;
  padding: 2px 9px;
  color: #fff;
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_name .bg_c.pink {
  background-color: #E88C93;
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text {
  font-size: 11px;
  font-weight: 500;
  color: #909090;
  margin-top: 10px;
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text span {
  color: #909090;
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text span a {
  color: #909090;
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(200, 127, 222, 0.4)));
  background: linear-gradient(transparent 60%, rgba(200, 127, 222, 0.4) 0%);
  color: #404040;
  font-weight: 500;
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text mark.yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(243, 188, 72, 0.4)));
  background: linear-gradient(transparent 60%, rgba(243, 188, 72, 0.4) 0%);
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text mark.green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(165, 208, 108, 0.4)));
  background: linear-gradient(transparent 60%, rgba(165, 208, 108, 0.4) 0%);
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text mark.green_light {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(211, 216, 98, 0.4)));
  background: linear-gradient(transparent 60%, rgba(211, 216, 98, 0.4) 0%);
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text mark.blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(111, 152, 230, 0.4)));
  background: linear-gradient(transparent 60%, rgba(111, 152, 230, 0.4) 0%);
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text mark.purple {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(151, 133, 226, 0.4)));
  background: linear-gradient(transparent 60%, rgba(151, 133, 226, 0.4) 0%);
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text mark.blue_light {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(114, 121, 204, 0.4)));
  background: linear-gradient(transparent 60%, rgba(114, 121, 204, 0.4) 0%);
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text mark.yellow_light {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(240, 167, 48, 0.4)));
  background: linear-gradient(transparent 60%, rgba(240, 167, 48, 0.4) 0%);
}
.christmas_wrap .middle .store_area .store_inner .store_top_dtl .store_text mark.pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(235, 145, 187, 0.4)));
  background: linear-gradient(transparent 60%, rgba(235, 145, 187, 0.4) 0%);
}
.christmas_wrap .middle .store_area .store_inner .img {
  position: relative;
}
.christmas_wrap .middle .store_area .store_inner .img img {
  border-radius: 10px;
}
.christmas_wrap .middle .store_area .store_inner .img .img_slider {
  margin-bottom: 0;
}
.christmas_wrap .middle .store_area .store_inner .img .img_slider .slick-arrow.slick-prev {
  display: none !important;
}
.christmas_wrap .middle .store_area .store_inner .img .img_slider .slick-arrow.slick-next {
  width: 25px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: none;
}
.christmas_wrap .middle .store_area .store_inner .img .img_slider .slick-arrow.slick-next::before {
  content: "";
  background-image: url(../img/christmas/2025/arrow_slider.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.christmas_wrap .middle .store_area .store_inner .img .img_slider .slick-dots {
  bottom: -10px;
}
.christmas_wrap .middle .store_area .store_inner .img .img_slider .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 4px;
}
.christmas_wrap .middle .store_area .store_inner .img .img_slider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background: #B1B1B1;
}
.christmas_wrap .middle .store_area .store_inner .img .img_slider .slick-dots li button::before {
  display: none;
}
.christmas_wrap .middle .store_area .store_inner .img .img_slider .slick-dots li.slick-active button {
  background: #8B0419;
}
.christmas_wrap .middle .store_area .store_inner .img .ichigo {
  position: absolute;
  bottom: 0;
  right: -14px;
  width: 106px;
  height: 107px;
  -webkit-transform: translate(15px, 20px);
          transform: translate(15px, 20px);
}
.christmas_wrap .middle .store_area .store_inner .img .ichigo_inner {
  position: relative;
}
.christmas_wrap .middle .store_area .store_inner .img .ichigo_inner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -30%);
          transform: translate(-55%, -30%);
  width: 100%;
}
.christmas_wrap .middle .store_area .store_inner .img .ichigo_inner .text .txt {
  font-size: 11px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
.christmas_wrap .middle .store_area .store_inner .img .ichigo_inner .text .date {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.christmas_wrap .middle .store_area .store_inner .img .ichigo_inner .text .date em {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
.christmas_wrap .middle .store_area .store_inner .product_dtl {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
.christmas_wrap .middle .store_area .store_inner .product_dtl_inner .product_name {
  font-size: 24px;
  font-weight: bold;
  color: #01464A;
  text-align: center;
}
.christmas_wrap .middle .store_area .store_inner .product_dtl_inner .product_name small {
  font-size: 14px;
  color: #01464A;
  font-weight: bold;
}
.christmas_wrap .middle .store_area .store_inner .product_dtl_inner .price {
  color: #404040;
  text-align: end;
  margin-bottom: 8px;
  font-size: 12px;
}
.christmas_wrap .middle .store_area .store_inner .product_dtl_inner .price span {
  color: #404040;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
}
.christmas_wrap .middle .store_area .store_inner .product_dtl_inner .price span small {
  color: #404040;
  font-size: 13px;
  font-weight: 500;
}
.christmas_wrap .middle .store_area .store_inner .product_dtl_inner .price .ft12 {
  font-size: 12px;
  color: #404040;
}
.christmas_wrap .middle .store_area .store_inner .product_dtl_inner .prod_txt {
  color: #404040;
  font-size: 14px;
}
.christmas_wrap .middle .store_area .store_inner .product_dtl_inner .prod_txt small {
  font-size: 11px;
  color: #404040;
  display: block;
  margin-top: 8px;
}
.christmas_wrap .middle .store_area .store_inner .address {
  padding: 10px 0 0;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time .img {
  max-width: 90px;
  width: 100%;
  -webkit-transform: translateX(-22px);
          transform: translateX(-22px);
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time .img img {
  border-radius: 0;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time .txt {
  font-size: 16px;
  color: #8B0419;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time .txt.year2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time .txt .lrg {
  font-family: "Poppins", sans-serif;
  color: #8B0419;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time .txt .round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background-color: #8B0419;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time .txt small {
  color: #909090;
  font-size: 11px;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time .txt em {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  color: #8B0419;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time .txt div {
  line-height: 0.8;
  color: #8B0419;
  font-weight: 900;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .date_time .txt .inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 30px;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .place .img {
  max-width: 70px;
  width: 100%;
  margin-right: 20px;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .place .img img {
  border-radius: 0;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .place .txt .add_txt {
  font-size: 12px;
  color: rgba(64, 64, 64, 0.5);
}
.christmas_wrap .middle .store_area .store_inner .address_inner .place .txt .add_txt b {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #404040;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .place .txt .add_txt .pin {
  font-size: 12px;
  color: #404040;
  display: block;
  padding-left: 1.5em;
  position: relative;
  margin-top: 5px;
}
.christmas_wrap .middle .store_area .store_inner .address_inner .place .txt .add_txt .pin::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/christmas/pin.png);
  width: 12px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}
.christmas_wrap .middle .store_area .store_inner .dtl_btn {
  max-width: 220px;
  width: 100%;
  height: 45px;
  background-color: #8B0419;
  margin: 30px auto 0;
  border-radius: 23px;
}
.christmas_wrap .middle .store_area .store_inner .dtl_btn:hover {
  background-color: #C11631;
}
.christmas_wrap .middle .store_area .store_inner .dtl_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.christmas_wrap .middle .store_area .store_inner .dtl_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.christmas_wrap .middle .store_area .store_inner .dtl_btn a span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.footer_area {
  padding-top: 15px;
  position: relative;
  z-index: 1;
}
.footer_area .kome_list li {
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}
.footer_area .button_area {
  margin: 30px 0 40px;
}
.footer_area .button_area .text {
  text-align: center;
  margin-bottom: 24px;
}
.footer_area .button_area .text span {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
.footer_area .button_area .text span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -15px;
  background-color: #fff;
  height: 27px;
  width: 1px;
  -webkit-transform: translate(0, 0) rotate(25deg);
          transform: translate(0, 0) rotate(25deg);
}
.footer_area .button_area .text span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  background-color: #fff;
  height: 27px;
  width: 1px;
  -webkit-transform: translate(0, 0) rotate(-25deg);
          transform: translate(0, 0) rotate(-25deg);
}
.footer_area .button_area .link_wrap {
  max-width: 260px;
  margin: 0 auto 8px;
}
.footer_area .button_area .link_btn {
  margin-bottom: 24px;
}
.footer_area .button_area .link_btn .link_shop {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer_area .button_area .link_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer_area .button_area .link_btn ul li {
  max-width: 100%;
}
.footer_area .bag {
  width: 100%;
}

.link_btn ul li:hover a img[src*="btn01.png"] {
  content: url(../img/christmas/2025/btn01_op.png);
}

.link_btn ul li:hover a img[src*="btn02.png"] {
  content: url(../img/christmas/2025/btn02_op.png);
}

.link_btn ul li:hover a img[src*="btn03.png"] {
  content: url(../img/christmas/2025/btn03_op.png);
}

.link_btn ul li:hover a img[src*="btn04.png"] {
  content: url(../img/christmas/2025/btn04_op.png);
}

.link_btn ul li a img[src*="btn01.png"] {
  content: url(../img/christmas/2025/btn01.png);
}

.link_btn ul li a img[src*="btn02.png"] {
  content: url(../img/christmas/2025/btn02.png);
}

.link_btn ul li a img[src*="btn03.png"] {
  content: url(../img/christmas/2025/btn03.png);
}

.link_btn ul li a img[src*="btn04.png"] {
  content: url(../img/christmas/2025/btn04.png);
}

#info .deco {
  position: absolute;
  top: -50px;
  left: -25px;
  width: 126px;
}

#shop_reserve .deco {
  position: absolute;
  top: -70px;
  right: -50px;
  width: 132px;
}
#shop_reserve .deco02 {
  position: absolute;
  top: 194px;
  left: -25px;
  width: 103px;
}
#shop_reserve .deco03 {
  position: absolute;
  bottom: -73px;
  right: -63px;
  width: 128px;
}

#shop04 .deco {
  position: absolute;
  bottom: -90px;
  left: -25px;
  width: 123px;
}

#shop07 .ttl_logo {
  position: relative;
}
#shop07 .ttl_logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 50px;
  background: url(../img/christmas/2025/logo_alamode.jpg) no-repeat center/contain;
}

.fuwafuwa {
  animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
.mobile_fixed_buttons {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile_fixed_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    padding: 10px 15px;
    gap: 8px;
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
  }
  .mobile_fixed_buttons.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
  .mobile_fixed_buttons .mobile_fixed_button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #A80000;
    border: 1px solid #DDBA92;
    border-radius: 100vmax;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.3s ease, transform 0.2s ease;
    transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .mobile_fixed_buttons .mobile_fixed_button span {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
  }
  .mobile_fixed_buttons .mobile_fixed_button:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}