@charset "UTF-8";
/* ---------- リセット系 ---------- */
html {
  font-size: 10px;
}

html *,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ---------- ヘッダー ---------- */
header {
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  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;
  text-decoration: none;
  position: fixed;
  z-index: 280;
  -webkit-box-shadow: 0 3px 0 rgba(155, 119, 87, 0.2);
          box-shadow: 0 3px 0 rgba(155, 119, 87, 0.2);
}

/* ---------- フッター ---------- */
footer {
  position: relative;
  z-index: 80;
  background: white;
  padding-top: 73px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 40px;
  }
}

.footer-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  background-color: white;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer-container {
    padding-bottom: 70px;
  }
}

.foot_border {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.footer__inner__top {
  width: 100%;
  padding: 4em;
  background-color: var(--yellow02);
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .footer__inner__top {
    width: 100%;
    padding: 20px 4%;
  }
}
.footer-container_detail {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 2;
}

.footer__anno__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .footer__anno__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__anno__ul {
  margin-bottom: 0;
}

.footer__anno__li {
  padding-left: 0.6em;
  text-indent: -0.6em;
  text-align: justify;
}

.footer__anno__box {
  max-width: 940px;
  width: 80%;
  display: block;
  margin: 0 auto 30px;
  padding: 1.3em;
  text-align: justify;
}
.footer__anno__box p {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footer__anno__box {
    width: 100%;
    padding: 0px;
  }
}
.footer__anno__box .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}
.footer__anno__box .sns-box .share_txt {
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__anno__box .sns-box .icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__anno__box .sns-box .icon-flex li {
  width: 28px;
}
.footer__anno__box .sns-box .icon-flex li a {
  display: block;
  width: 100%;
}

.footer__inner__bottom {
  width: 100%;
  padding: 4em;
}

@media screen and (max-width: 768px) {
  .footer__inner__bottom {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.container-fluid {
  display: block;
  /* overflow: hidden; */
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid p {
  margin-bottom: 10%;
}

@media (max-width: 414px) {
  .container-fluid p {
    margin-bottom: 20%;
  }
  .footer-container_detail {
    font-size: 3.2vw;
  }
}
#footer_nav {
  width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  #footer_nav {
    width: 100%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 34px;
  }
}
@media (max-width: 414px) {
  #footer_nav {
    width: 100%;
    padding-top: 0px;
    padding-left: inherit;
  }
}
#footer_nav li {
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.8px;
  padding-bottom: 20px;
  list-style-type: none;
  position: relative;
}

@media (max-width: 950px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
  }
}
@media screen and (max-width: 768px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
    text-align: center;
  }
}
@media (max-width: 414px) {
  #footer_nav li {
    /* font-size: 11px; */
    font-size: 3.1vw;
    width: 100%;
    padding-bottom: 10px;
  }
}
#footer_nav li:not(:first-of-type) {
  margin-left: 2em;
}

@media (max-width: 950px) {
  #footer_nav li:last-of-type {
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  #footer_nav li:not(:first-of-type),
  #footer_nav li:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}
#footer_nav li:not(:last-of-type)::after {
  content: "|";
  font-size: 1.5em;
  font-weight: 100;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  right: -0.8em;
}

@media screen and (max-width: 768px) {
  #footer_nav li:not(:last-of-type)::after {
    content: none;
  }
}
#footer_nav li a {
  color: #000000;
  text-decoration: none;
}

#footer_nav li a:hover {
  text-decoration: none;
  color: #999999;
}

.footer {
  bottom: 0;
  width: 100%;
  height: 45px;
  color: #231815;
  font-size: 13px;
  display: block;
  padding-top: 20px;
  padding-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
}

.footer__logo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 950px) {
  .footer__logo__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__logo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 20px;
}

.footer__logo__left img {
  max-height: 58.6px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 950px) {
  .footer__logo__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo__left img {
    max-width: 150px;
  }
}
@media (max-width: 414px) {
  .footer__logo__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__logo__left,
  .footer__logo__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
/* コピーライトの改行なし */
.footer .container-fluid br {
  display: none;
}

@media (max-width: 414px) {
  .footer .container-fluid br {
    display: inline-block;
  }
  .footer {
    font-size: 2.8vw;
  }
}
/* TOPへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 9998;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#pageTop a {
  display: block;
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  text-indent: 0px;
  line-height: 300%;
  text-decoration: none;
  line-height: 1.5em;
  font-family: "Noto Sans";
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #pageTop a {
    display: block;
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    text-indent: 0px;
    line-height: 300%;
    text-decoration: none;
    line-height: 1.5em;
    font-family: "Noto Sans";
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 9998;
  }
}

.footer_logo {
  width: 266px;
  padding-top: 10px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 266px;
  }
}
@media (max-width: 420px) {
  .footer__logo__right a {
    width: 80%;
  }
  .footer_logo {
    width: 100%;
  }
}
.links {
  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;
  margin: 20px auto 20px;
}
.links .copyright {
  font-size: 12px;
  text-align: center;
}

.la_rogo_wrap {
  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;
  gap: 35px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .la_rogo_wrap {
    margin-bottom: 20px;
  }
}
.la_rogo_wrap .link {
  display: block;
}
.la_rogo_wrap .rogo01 {
  width: 150px;
}
.la_rogo_wrap .rogo02 {
  width: 100px;
}
.la_rogo_wrap.header {
  margin-bottom: 0;
  padding: 0 0px;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .la_rogo_wrap.header {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .la_rogo_wrap.header .rogo01 {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .la_rogo_wrap.header .rogo02 {
    width: 60px;
  }
}

.topBtn {
  display: block;
  margin: 50px auto 30px;
  width: 40px;
}

.header_inner {
  max-width: 1440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.header_inner .rightSide {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .header_inner .rightSide {
    width: 125px;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* 矢印表示 */
.slick-prev:before,
.slick-next:before {
  color: rgb(92, 92, 92);
}

.slick-prev {
  left: 7px;
}

.slick-next {
  right: 7px;
}

.slick-prev,
.slick-next {
  z-index: 100;
}

/* 矢印表示ここまで */
/* スライド下のドット */
.slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--brown01);
}

/* スライド下のドットここまで */
/* 複数枚のスライドをすべて表示 */
.sliderArea {
  background: #fff;
  overflow: hidden;
}

.sliderWide {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.sliderWide .slick-arrow {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.sliderWide:hover .slick-arrow {
  opacity: 1;
}

.slider {
  max-width: 600px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.slider .slick-list {
  overflow: visible;
}

.slider .slick-slide {
  padding: 0 10px;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .slider .slick-slide {
    padding: 0 4px;
  }
}

.slider .slick-slide.slick-current {
  opacity: 1;
}

.slider .slick-slide a {
  display: block;
}

.slider .slick-slide a:hover {
  display: block;
  opacity: 0.7;
}

.slider img {
  height: auto;
  width: 100%;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-dots {
  bottom: -33px;
}

/* 複数枚のスライドをすべて表示ここまで */
/* スライダー左右の矢印 */
/* .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .prev-arrow {
    left: 0;
    z-index: 10;
  }
  .next-arrow {
    right: 0;
  }

  .slide-arrow  {
    width: 50px !important;
  } */
/* スライド内に埋まっているテキストは非表示にしてレイアウトに影響させない */
.slider01 .sliderTitle,
.slider01 .placeWrap {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.navigation {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 10px;
  z-index: 100;
}
.navigation .nav_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.navigation .nav_inner .playMethod_wrap {
  width: 40px;
  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;
}
.navigation .nav_inner .playMethod_wrap img {
  width: 32px;
}
.navigation .nav_inner .playMethod_wrap .txt {
  color: var(--black01);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.TitleRogo {
  max-width: 300px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu_PCWrap {
  max-width: 360px;
  width: 90%;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-weight: normal;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

section {
  position: relative;
  padding: 1px 0;
}

picture {
  display: block;
}

video {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: top;
}

ul,
nav,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h2 {
  line-height: 1;
  margin: 0;
  font-size: inherit;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

button {
  border: 0;
  border-radius: 0;
  background: inherit;
}

.contents-inner {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    width: 100%;
  }
}
.contents-inner .innerWrap {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.contents-inner.secretBG01 {
  background-image: url("/lalaport/special/holidaygift2025/common/images/secretBG01.jpg?2503");
  padding: 0 0 1px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.KV_TOP {
  margin-top: 80px;
  margin-bottom: -7vw;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.top_copyright {
  position: absolute;
  bottom: 27%;
  right: 30px;
  font-size: 14px;
  color: white;
  display: block;
  width: 190px;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .top_copyright {
    width: 150px;
  }
}
.top_copyright.menuArea {
  width: 190px;
  bottom: 10px;
  right: 30px;
}
@media screen and (max-width: 1300px) {
  .top_copyright.menuArea {
    width: 150px;
  }
}

.contentsAllwrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsAllwrap {
    padding-top: 57px;
  }
}
.contentsAllwrap .centerContents {
  display: block;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
  position: relative;
  z-index: 1;
  position: relative;
}
.contentsAllwrap .centerContents::before {
  content: "";
  background-color: white;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contentsAllwrap .centerContents::before {
    content: none;
  }
}
.contentsAllwrap .centerContents::after {
  content: "";
  background-color: white;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contentsAllwrap .centerContents::after {
    content: none;
  }
}

.blackLine {
  border-top: 1px solid black;
  width: 100%;
}

.lead {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: min(4.2vw, 16px);
  }
}
.lead.brown01 {
  color: var(--brown01);
}
.lead.white01 {
  color: white;
}
.lead.lead02 {
  font-size: 18px;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .lead.lead02 {
    font-size: min(4.8vw, 18px);
  }
}
.lead.lead02.lead03 {
  font-size: 18px;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lead.lead02.lead03 {
    font-size: min(4.8vw, 18px);
  }
}
.lead.underLine01 {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 20%;
  text-underline-position: from-font;
  margin-bottom: 15px;
}
.lead.underLine01.twoLine {
  line-height: 1.9;
}

.catch_lead {
  background-color: #E8D192;
  color: var(--brown01);
  font-size: 16px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding: 18px 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .catch_lead {
    font-size: min(4.2vw, 16px);
    padding: 14px 0;
  }
}

.caution {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .caution {
    font-size: min(3.1vw, 12px);
  }
}
.caution.brown01 {
  color: var(--brown01);
}
.caution.center {
  text-align: center;
}
.caution.QR_caution {
  margin-top: 20px;
}
.caution.facility_caution {
  margin-top: 15px;
}
.caution.workshop_caution01 {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .caution.workshop_caution01 {
    margin-top: 10px;
  }
}

.caution_wrap.wrap01 {
  margin-bottom: 15px;
}

.cautioon_underline {
  color: var(--brown01);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 23%;
  margin-bottom: 12px;
}

:root {
  --brown01: #532800;
  --gold01: #E0B75D;
}

.DlinkBox {
  background-color: white;
  padding: 40px 0 40px;
}
.DlinkBox .Dlink {
  display: block;
  border: 1px solid black;
  border-radius: 16px;
  padding: 26px 5%;
  margin-top: 20px;
}
.DlinkBox .Dlink .txtWrap {
  text-align: center;
}
.DlinkBox .Dlink .txt {
  text-align: center;
  color: black;
  font-size: 13px;
  margin: 20px auto 0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .DlinkBox .Dlink .txt {
    font-size: 12px;
  }
}
.DlinkBox .Dlink .txt::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.DlinkBox .Dlink .sub {
  margin-top: 15px;
  text-align: center;
  color: black;
  font-size: 10px;
}
.DlinkBox .Dlink img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.categoryTitle {
  position: relative;
  z-index: 1;
}

.categoryArea_Allwrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.Ribbon_title_Wrap {
  background-image: url("/lalaport/special/holidaygift2025/common/images/Ribbon_titleBG.png");
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 8px 0;
  margin-bottom: 15px;
}
.Ribbon_title_Wrap .Ribbon_title {
  color: var(--brown01);
  text-align: center;
  font-size: 18px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .Ribbon_title_Wrap .Ribbon_title {
    font-size: min(4.8vw, 18px);
  }
}

.PrecedingItem_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  row-gap: 20px;
  margin-bottom: 25px;
}
.PrecedingItem_wrap .list {
  width: 48%;
}

.linkBtn_wrap .linkBtn {
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  height: 80px;
  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;
  background-color: var(--brown01);
  border-radius: 50px;
  border: 1px solid var(--brown01);
}
.linkBtn_wrap .linkBtn.Btn02 {
  height: 70px;
}
.linkBtn_wrap .linkBtn .linkTxt {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn .linkTxt {
    font-size: min(4.1vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn .linkTxt.linkTxt02 {
    font-size: min(4vw, 13px);
  }
}
.linkBtn_wrap .linkBtn .linkTxt.twoLine {
  line-height: 1.3;
  top: inherit;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn .linkTxt.sp_twoLine {
    line-height: 1.3;
    top: inherit;
  }
}
.linkBtn_wrap .linkBtn .linkTxt.white {
  color: #FFF;
}
.linkBtn_wrap .linkBtn .linkTxt.gray {
  color: #757575;
}
.linkBtn_wrap .linkBtn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("/lalaport/special/holidaygift2025/common/images/linkArrow01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkBtn_wrap .linkBtn.downloadBtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/lalaport/special/holidaygift2025/common/images/plateBtn01_01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  left: 0;
  top: 0;
}
.linkBtn_wrap .linkBtn.downloadBtn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("/lalaport/special/holidaygift2025/common/images/DL_icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.linkBtn_wrap .linkBtn.downloadBtn.CompletionBtn::before {
  background-image: url("/lalaport/special/holidaygift2025/common/images/plateBtn01_03.png");
}
.linkBtn_wrap .linkBtn.mycollectionBtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/lalaport/special/holidaygift2025/common/images/plateBtn02_01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  left: 0;
  top: 0;
}
.linkBtn_wrap .linkBtn.secretCardBtn {
  background-color: inherit;
}
.linkBtn_wrap .linkBtn.secretCardBtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  background-image: url("/lalaport/special/holidaygift2025/common/images/plateBtn04_01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  left: 0;
  top: 0;
}
.linkBtn_wrap .linkBtn.secretCardBtn.secretCardBtn02::before {
  background-image: url("/lalaport/special/holidaygift2025/common/images/plateBtn04_02.png");
}
.linkBtn_wrap .linkBtn.secretCardBtn.ComingSoonBtn::before {
  background-image: inherit;
  background-color: #B5B5B5;
  border-radius: 50px;
}
.linkBtn_wrap .linkBtn.secretCardBtn.ComingSoonBtn::after {
  content: none;
}
.linkBtn_wrap .linkBtn.ApplyBtn {
  height: 60px;
}
.linkBtn_wrap .linkBtn.ApplyBtn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/lalaport/special/holidaygift2025/common/images/plateBtn03_01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  left: 0;
  top: 0;
}
.linkBtn_wrap .linkBtn.ApplyBtn .linkTxt {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn.ApplyBtn .linkTxt {
    font-size: min(4.2vw, 16px);
  }
}
.linkBtn_wrap .linkBtn.ApplyBtn .linkTxt .sub {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.linkBtn_wrap .linkBtn.ApplyBtn.ApplyBtn02::before {
  background-image: url("/lalaport/special/holidaygift2025/common/images/plateBtn03_02.png");
}
.linkBtn_wrap .linkBtn.ApplyBtn.ApplyBtn02 .linkTxt {
  color: var(--gray01);
}
.linkBtn_wrap .linkBtn.ApplyBtn.ApplyBtn02 .linkTxt .sub {
  color: var(--gray01);
}
.linkBtn_wrap .linkBtn.ApplyBtn.complete .linkTxt {
  color: white;
}
.linkBtn_wrap .linkBtn.ApplyBtn.complete:before {
  background-image: url("/lalaport/special/holidaygift2025/common/images/completeBtn_BG.png");
}
.linkBtn_wrap .linkBtn:hover {
  background-color: white;
  border: 1px solid var(--brown01);
}
.linkBtn_wrap .linkBtn:hover .linkTxt {
  color: var(--brown01);
}
.linkBtn_wrap .linkBtn:hover::after {
  background-image: url("/lalaport/special/holidaygift2025/common/images/linkArrow02.svg");
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}
.linkBtn_wrap .linkBtn.ComingSoonBtn {
  border: 0;
}
.linkBtn_wrap .linkBtn.ComingSoonBtn.noHover {
  pointer-events: none;
}
.linkBtn_wrap .linkBtn.ComingSoonBtn:hover .linkTxt {
  color: #757575;
}
.linkBtn_wrap .linkBtn.white {
  background-color: white;
}
.linkBtn_wrap .linkBtn.white::after {
  background-image: url("/lalaport/special/holidaygift2025/common/images/linkArrow02.svg");
}
.linkBtn_wrap .linkBtn.white .linkTxt {
  color: var(--brown01);
}
.linkBtn_wrap .linkBtn.white:hover {
  background-color: var(--brown01);
}
.linkBtn_wrap .linkBtn.white:hover::after {
  background-image: url("/lalaport/special/holidaygift2025/common/images/linkArrow01.svg");
}
.linkBtn_wrap .linkBtn.white:hover .linkTxt {
  color: white;
}
.linkBtn_wrap.facility .linkBtn {
  background-color: white;
  border: 2px solid var(--brown01);
  padding: 0;
  height: 60px;
  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;
}
.linkBtn_wrap.facility .linkBtn:hover {
  background-color: var(--brown01);
}
.linkBtn_wrap.facility .linkBtn:hover .txt {
  color: white;
}
.linkBtn_wrap.facility .linkBtn:after {
  content: none;
}
.linkBtn_wrap.facility .linkBtn .txt {
  color: var(--brown01);
  font-size: 12px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
}

.linkBtn_wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin: 20px auto 20px;
}
.linkBtn_wrap_box.box02 {
  margin-bottom: 12px;
}

.fullScreen_wrap {
  position: absolute;
  width: 90%;
  top: 8vh;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 5;
  background-color: white;
  padding: 16px;
  border-radius: 16px;
  height: 90vh;
}
@media screen and (max-width: 768px) {
  .fullScreen_wrap {
    position: absolute;
    width: 90%;
    top: 8vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: 30px;
    height: 75vh;
    padding: 8px;
  }
}
.fullScreen_wrap .fullScreen_BG {
  border-radius: 8px;
  background-image: url("/lalaport/special/holidaygift2025/common/images/fullScreen_gold_BG.jpg");
  background-size: 100% 100%;
  background-repeat: repeat;
  background-position: top;
  height: 100%;
  border-radius: 8px;
  border-radius: 16px;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  .fullScreen_wrap .fullScreen_BG {
    border-radius: 8px;
  }
}
.fullScreen_wrap .fullScreen_inner {
  background-color: white;
  border-radius: 8px;
  height: 100%;
  padding: 50px 5% 50px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .fullScreen_wrap .fullScreen_inner {
    overflow-y: scroll;
    border-radius: 4px;
  }
}
.fullScreen_wrap .fullScreen_inner.menu {
  padding: 0;
  border-color: inherit;
  position: relative;
  background-color: #12501E;
  border-radius: 13px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .fullScreen_wrap .fullScreen_inner.menu {
    overflow-y: scroll;
  }
}
.fullScreen_wrap .fullScreen_inner.fullScreen02 {
  padding-top: 15px;
}
.fullScreen_wrap .fullScreen_inner.center_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullScreen_wrap .fullScreen_inner_lead {
  color: var(--black01);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fullScreen_wrap .fullScreen_inner_lead {
    font-size: min(4.2vw, 16px);
  }
}
.fullScreen_wrap .fullScreen_inner_lead.lead02 {
  font-size: 14px;
  margin: 20px auto 17px;
}
@media screen and (max-width: 768px) {
  .fullScreen_wrap .fullScreen_inner_lead.lead02 {
    font-size: min(3.9vw, 14px);
  }
}
.fullScreen_wrap .fullScreen_inner_facilityTitle {
  color: var(--black01);
  text-align: center;
  font-size: 18px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .fullScreen_wrap .fullScreen_inner_facilityTitle {
    font-size: min(4.8vw, 18px);
  }
}
.fullScreen_wrap .fullScreen_closeBtn {
  position: absolute;
  width: 40px;
  bottom: 20px;
  right: 20px;
  background: none;
  z-index: 200;
}
.fullScreen_wrap .facility_link_Box {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.fullScreen_wrap .facility_link_Box .facility_link .categoryTitle {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
.fullScreen_wrap .facility_link_Box .facility_link .link {
  display: block;
  padding: 15px 0 15px;
  border-top: 1px solid rgb(205, 205, 205);
  position: relative;
}
.fullScreen_wrap .facility_link_Box .facility_link .link.lastLink {
  border-bottom: 1px solid rgb(205, 205, 205);
}
.fullScreen_wrap .facility_link_Box .facility_link .link .txt {
  color: var(--black01);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .fullScreen_wrap .facility_link_Box .facility_link .link .txt {
    font-size: min(4vw, 16px);
  }
}
.fullScreen_wrap .facility_link_Box .facility_link .link ::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--black01);
  border-bottom: 1px solid var(--black01);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.fullScreen_wrap.PortalSite {
  max-width: 450px;
  padding: 0px;
}
.fullScreen_wrap.PortalSite .fullScreen_BG {
  background-image: url("/lalaport/special/holidaygift2025/common/images/fullScreen_gold_BG02.jpg");
}
.fullScreen_wrap.PortalSite .fullScreen_closeBtn {
  bottom: inherit;
  top: -10px;
  right: -10px;
}
.fullScreen_wrap.PortalSite.menu_box {
  position: static;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  height: auto;
}
.fullScreen_wrap.PortalSite.menu_box .fullScreen_BG .fullScreen_inner.menu {
  padding: 30px 0% 15px;
}
@media screen and (max-width: 768px) {
  .fullScreen_wrap.PortalSite.underpage_item {
    height: auto;
  }
}

.shadow01 {
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.35));
}

.menuBtn {
  position: fixed;
  z-index: 100;
  width: 72px;
  right: 10px;
  bottom: 10px;
}

.sideContents {
  width: calc((100% - 460px) / 2);
  height: calc(100vh - 0px);
  position: fixed;
  position: absolute;
  background-size: 100%;
  background-repeat: repeat-y;
}
.sideContents.side01 {
  background-image: url("/lalaport/special/holidaygift2025/common/images/PC_allBG01.jpg");
  left: 0;
  top: 0;
}
.sideContents.side02 {
  background-image: url("/lalaport/special/holidaygift2025/common/images/PC_allBG02.jpg");
  right: 0;
  top: 0;
}

.sideContents .presentBG {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#underPage .sideContents {
  position: fixed;
}

.starBG_base {
  position: relative;
}
.starBG_base .starBG {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .PC-only {
    display: none !important;
  }
}

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

#js_contentsAll_left,
#js_contentsAll_right {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#js_contentsAll_left.is-fixed,
#js_contentsAll_right.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#js_contentsAll_right.is-fixed {
  left: inherit;
  right: 0;
}

.categoryArea_visual.visual01 {
  margin: 6px auto 20px;
}
.categoryArea_visual.visual02 {
  margin: 0px auto 20px;
}
.categoryArea_visual.drink_visual {
  position: relative;
  margin-bottom: 30px;
}
.categoryArea_visual.drink_visual .drink_rabel {
  position: absolute;
  width: 29%;
  top: -6%;
  right: -3%;
}

.categoryArea_visual_Box.box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.explain_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .explain_box {
    margin-bottom: 18px;
  }
}
.explain_box.box01 {
  margin-top: -10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .explain_box.box01 {
    margin-bottom: 10px;
  }
}
.explain_box.box01.place .rightSide .ex {
  font-weight: 700;
}
.explain_box .leftSide {
  background-color: #E8D192;
  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;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  .explain_box .leftSide {
    padding: 3px 20px;
  }
}
.explain_box .leftSide .txt {
  color: var(--brown01);
  text-align: center;
  font-size: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .explain_box .leftSide .txt {
    font-size: min(3.8vw, 14px);
  }
}
.explain_box .rightSide .ex {
  color: var(--brown01);
  font-size: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .explain_box .rightSide .ex {
    font-size: min(4.2vw, 16px);
  }
}

.underLine_lead_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .underLine_lead_wrap {
    margin-top: 30px;
  }
}
.underLine_lead_wrap .underLine_lead_inner {
  display: inline-block;
}
.underLine_lead_wrap .underLine_lead_inner .lead {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .underLine_lead_wrap .underLine_lead_inner .lead {
    font-size: min(5.8vw, 20px);
  }
}
.underLine_lead_wrap.wrap02 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .underLine_lead_wrap.wrap02 {
    margin-top: 20px;
  }
}

.facilityBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  row-gap: 10px;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .facilityBox {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.facilityBox .list {
  width: 49%;
}
.facilityBox .list .txt {
  text-align: center;
}

.facility_categoryTitle01_BG {
  background-image: url("/lalaport/special/holidaygift2025/common/images/facility_categoryTitle01_BG.png");
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 27px 0;
  margin-top: 40px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .facility_categoryTitle01_BG {
    padding: 22px 0;
    margin-top: 30px;
  }
}
.facility_categoryTitle01_BG .txt {
  font-size: 20px;
  color: var(--brown01);
  text-align: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .facility_categoryTitle01_BG .txt {
    font-size: 18px;
  }
}

.anchor {
  scroll-margin-top: var(--header-h, 100px);
}

.underpage_link {
  color: var(--gold01);
  margin: 15px auto 15px;
  line-height: 1.3;
}

.menuLine.line02 {
  vertical-align: bottom;
}

.facility_all_wrap_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .facility_all_wrap_Box {
    row-gap: 40px;
  }
}

#KV .mainTitle {
  margin-bottom: -85px;
}
#KV .introBox {
  position: relative;
}
#KV .introBox .introBG_img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
}
#KV .introBox .leadWrap {
  margin: 0px auto 25px;
  margin: 0 auto 40px;
  display: block;
  position: relative;
  padding-top: 231px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #KV .introBox .leadWrap {
    margin: 0px auto 25px;
    padding-top: 170px;
  }
}

.SectionArea_01 {
  padding-top: 125px;
  padding-bottom: 200px;
  margin-top: -100px;
  margin-bottom: -125px;
}
@media screen and (max-width: 768px) {
  .SectionArea_01 {
    margin-top: -95px;
  }
}

#DesignItem {
  background-image: url("/lalaport/special/holidaygift2025/common/images/carpetBG.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
}

#eventArea {
  background-image: url("/lalaport/special/holidaygift2025/common/images/EmeraldBG.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
  padding-bottom: 25px;
  margin-bottom: 0px;
}
#eventArea .leadWrap.eventTop {
  margin-bottom: 20px;
}

.novelty_banner_Box {
  position: relative;
  margin: 40px auto 30px;
  display: block;
}
.novelty_banner_Box .novelty_banner_tag {
  position: absolute;
  width: 47%;
  left: -2%;
  top: -9%;
  z-index: 1;
}

.Item_Box_All {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .Item_Box_All {
    margin-bottom: 40px;
  }
}

.categoryArea_Box_All .categoryArea_Box {
  background-image: url("/lalaport/special/holidaygift2025/common/images/categoryArea_BG00.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.categoryArea_Box_All .categoryArea_Box.GoldBG {
  background-image: url("/lalaport/special/holidaygift2025/common/images/GoldBG00.png");
}
.categoryArea_Box_All .categoryArea_Box .inner {
  padding: 15px 4%;
  padding: 15px 4% 30px;
}
@media screen and (max-width: 768px) {
  .categoryArea_Box_All .categoryArea_Box .inner {
    padding: 13px 4% 20px;
  }
}
.categoryArea_Box_All .categoryArea_Box .inner .categoryArea_title {
  margin-bottom: 15px;
}
.categoryArea_Box_All .categoryArea_Box .inner .categoryArea_info {
  margin-top: 20px;
}
.categoryArea_Box_All .categoryArea_Box .inner.GoldBG {
  padding-bottom: 10px;
}
.categoryArea_Box_All .categoryArea_Box .drink_ex_wrap .ex {
  color: var(--brown01);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .categoryArea_Box_All .categoryArea_Box .drink_ex_wrap .ex {
    font-size: 12px;
  }
}
.categoryArea_Box_All .categoryArea_BG01,
.categoryArea_Box_All .categoryArea_BG02 {
  height: 3px;
}
.categoryArea_Box_All .categoryArea_BG01 {
  vertical-align: bottom;
}
.categoryArea_Box_All .GoldBG_upper {
  background-image: url("/lalaport/special/holidaygift2025/common/images/Gold_upperBG02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding: 16px 0 10px;
}
.categoryArea_Box_All .GoldBG_upper .cassetteTitle {
  color: var(--brown01);
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 120%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .categoryArea_Box_All .GoldBG_upper .cassetteTitle {
    font-size: min(6.4vw, 24px);
  }
}
.categoryArea_Box_All .GoldBG_upper .cassette_sub {
  background-color: white;
  color: var(--brown01);
  text-align: center;
  font-size: 18px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  line-height: 1.2;
  border-radius: 30px;
  padding: 5px 0;
  padding: 7px 0;
  display: block;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .categoryArea_Box_All .GoldBG_upper .cassette_sub {
    font-size: min(4.8vw, 18px);
  }
}
.categoryArea_Box_All .categoryArea_contents {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .categoryArea_Box_All .categoryArea_contents {
    margin-top: 23px;
  }
}
.categoryArea_Box_All .categoryArea_intro_rogo {
  display: block;
  width: 75%;
  margin: 0 auto 20px;
}

.stitch_QR {
  margin: 20px auto 20px;
}

.HolidayCard {
  margin: 20px auto 20px;
}

.MSP_pointPresent_Box {
  position: relative;
  margin-bottom: 25px;
}
.MSP_pointPresent_Box .MSP_pointPresent_tag {
  position: absolute;
  width: 23%;
  top: -3%;
  left: -7%;
}

.photoSpotSlider {
  margin: 20px auto 0px;
}
.photoSpotSlider .sliderTitle {
  background-image: url("/lalaport/special/holidaygift2025/common/images/sliderTitleBG.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  margin-bottom: 15px;
  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;
  height: 77px;
}
.photoSpotSlider .sliderTitle .txt {
  color: var(--brown01);
  text-align: center;
  font-size: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .photoSpotSlider .sliderTitle .txt {
    font-size: min(4.2vw, 16px);
  }
}
.photoSpotSlider .sliderVisual {
  margin-bottom: 15px;
  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;
}
.photoSpotSlider .sliderVisual img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.photoSpotSlider .placeWrap .tagWrap {
  text-align: center;
  position: relative;
  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;
}
.photoSpotSlider .placeWrap .tagWrap::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--brown01);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.photoSpotSlider .placeWrap .tagWrap .tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: white;
  color: var(--brown01);
  text-align: center;
  font-size: 18px;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 10px 16px;
}
@media screen and (max-width: 768px) {
  .photoSpotSlider .placeWrap .tagWrap .tag {
    font-size: min(4.8vw, 18px);
  }
}
.photoSpotSlider .placeName {
  color: var(--brown01);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .photoSpotSlider .placeName {
    font-size: min(4vw, 15px);
  }
}

.eventContents_AllWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
}

.cassetteBox {
  margin-top: 40px;
}
.cassetteBox.Box02 {
  margin-bottom: 80px;
}

.introduce_movie_banner {
  display: block;
  margin: 20px auto 45px;
}

#item_other {
  padding-bottom: 60px;
}

.scrollWrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 20px;
  z-index: 1;
  top: 102px;
}
@media screen and (max-width: 768px) {
  .scrollWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.scrollWrap .scroll {
  width: 50px;
  margin-bottom: 14px;
}
.scrollWrap .scroll_arrow {
  width: 7px;
  -webkit-animation: arrowFloat 2s ease-in-out infinite;
          animation: arrowFloat 2s ease-in-out infinite;
}
@-webkit-keyframes arrowFloat {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -8px);
            transform: translate(-50%, -8px);
    /* 浮く量を調整 */
  }
}
@keyframes arrowFloat {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -8px);
            transform: translate(-50%, -8px);
    /* 浮く量を調整 */
  }
}

.scrollWrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item_underpage_contentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .item_underpage_contentsWrap {
    row-gap: 40px;
  }
}

#js-top-items_top .p-item__img {
  position: relative;
}
#js-top-items_top .p-item__img::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/lalaport/special/holidaygift2025/common/images/item_linkArrow01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  bottom: 10px;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#js-top-items_top .p-item__img:hover::after {
  background-image: url("/lalaport/special/holidaygift2025/common/images/item_linkArrow02.svg");
}

.DisneyStore_box {
  position: relative;
  margin: 40px auto 0;
  background-color: #FFF5D9;
  border: 2px solid var(--brown01);
  border-radius: 16px;
}
.DisneyStore_box .inner {
  padding: 15px 4%;
}
.DisneyStore_box .inner .DisneyStore_rogo {
  width: 70%;
  display: block;
  margin: 20px auto 20px;
}
.DisneyStore_box .inner .catch_lead {
  padding: 14px 0;
  margin-top: 20px;
}
.DisneyStore_box .inner .ex {
  font-size: 14px;
  color: var(--brown01);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .DisneyStore_box .inner .ex {
    font-size: min(3.9vw, 14px);
    margin-bottom: 6px;
  }
}
.DisneyStore_box .inner .sub_ex {
  background-color: var(--brown01);
  padding: 4px 12px;
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}
.DisneyStore_box .inner .exWrap {
  text-align: center;
  padding-bottom: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}

/* フッター */
.footer {
  padding: 0 0 50px 0;
  height: inherit;
  display: block;
  margin: 0 auto;
}

.footer .pagetop {
  margin-top: 0;
}

.footer .pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#707070), to(#707070));
  background-image: linear-gradient(to right, #707070, #707070);
}

.footer .pagetop .pagetop__inner {
  text-align: right;
  padding: 7px 20px;
  margin: 0 auto;
}

.footer .pagetop .pagetop__inner span {
  color: black;
}

.footer .pagetop:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#707070), to(#707070));
  background-image: linear-gradient(to right, #707070, #707070);
}

.footer__head {
  padding: 40px 40px 50px;
  /* max-width: 1280px; */
  margin: 0 auto;
}

.footer-inner_wrap {
  max-width: 1280px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.footer__body ul {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__body ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.footer__body ul {
  margin: 0 40px;
  padding-top: 35px;
  padding-bottom: 20px;
}

.footer__body ul li {
  font-size: 1.4rem;
  text-align: center;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}

.footer__body ul li {
  font-size: 1.3rem;
  text-align: center;
  float: none;
  border: none;
  padding: 0;
  border-right: 1px solid #ccc;
}
.footer__body ul li.border-none {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__body ul li {
    border-right: 0;
  }
}

.footer__body ul li a {
  display: block;
  width: 100%;
}

.footer__body ul li a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-right: 1px solid #ccc;
}

.add_border {
  border-right: 1px solid #ccc;
}

.footer__body ul li .border-none {
  border-right: none;
}

.footer__body ul li:nth-of-type(1) {
  width: 200px;
}

.footer__body ul li:nth-of-type(2) {
  width: 200px;
}

.footer__body ul li:nth-of-type(3) {
  width: 200px;
}

.footer__body ul li:nth-of-type(4) {
  width: 200px;
}

.footer__body ul li:nth-of-type(5) {
  width: 200px;
}

.footer__body ul li:nth-of-type(1) img {
  width: 150px;
}

.footer__body ul li:nth-of-type(2) img {
  width: 150px;
}

.footer__body ul li:nth-of-type(3) img {
  width: 87px;
}

.footer__body ul li:nth-of-type(4) img {
  height: 44px;
  width: auto;
}

.footer__body ul li:nth-of-type(5) img {
  width: auto;
  height: 44px;
}

.footer__body .footer__link {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.footer__body .footer__link {
  text-align: right;
  margin: 0 40px 20px;
  padding: 0 0 10px 0;
}

.footer__body .footer__link .link-text {
  color: #444;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  padding: 11px 0;
}

.footer__body .footer__link .link-text {
  font-size: 1.1rem;
  letter-spacing: 1.2px;
  display: inline-block;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__body .footer__link .link-text span {
  position: relative;
  padding-right: 10px;
}

.footer__foot .links ul {
  /* overflow: hidden; */
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__foot .links ul {
  margin-bottom: 0;
}

.footer__foot .links li {
  /* float: left; */
  font-size: 1.1rem;
  padding-bottom: 10px;
}

.footer__foot .links li {
  padding-bottom: 0px;
  white-space: nowrap;
}

.footer__foot .links li:first-of-type {
  font-size: 1rem;
  color: #878787;
  padding: 0 5px 11px 0;
}

.footer__foot .links li:first-of-type {
  padding: 0 3px 0 0;
}

.footer__foot .copyright {
  font-size: 1rem;
  padding: 0px 0 25px;
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  color: #999;
}

.footer__foot .copyright {
  float: left;
  padding: 7px 0 0 0px;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer__foot .copyright {
    float: inherit;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.footer__nav {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.footer__nav {
  font-size: 1.2rem;
  /* float: left; */
  letter-spacing: 0.2rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__nav li {
  padding-bottom: 10px;
  text-align: left;
}

.footer__nav li {
  /* float: left; */
  width: 20%;
}

.footer__nav li a {
  color: #444;
  text-decoration: none;
}

.footer__nav a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer__body ul li img {
  max-height: 44px;
}

.footer__body ul li img {
  max-height: none;
  height: auto;
}

.footer .pagetop .pagetop__inner a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer .pagetop .pagetop__inner a span {
  position: relative;
  padding-right: 15px;
}

.footer__foot .links li a {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  color: #343434;
}

.footer__foot .links li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 17px;
}

.footer-inner_wrap .detail p {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .footer-inner_wrap .detail p {
    font-size: min(3.5vw, 13px);
  }
}

.footer-inner_wrap .detail {
  margin: 40px 40px 40px;
}

.footer__body .footer__link .link-text span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .tab_only {
    display: block;
  }
  header {
    height: 57px;
    width: 100%;
  }
  .footer__logo {
    float: inherit;
    margin: 0 auto 20px;
  }
  .footer__nav li {
    width: 100%;
  }
  .footer-inner_wrap {
    width: 100%;
  }
  .footer__body ul {
    margin: 0;
  }
  .footer__body ul li {
    width: 50%;
  }
  .footer__body ul li:nth-of-type(1),
  .footer__body ul li:nth-of-type(2),
  .footer__body ul li:nth-of-type(3),
  .footer__body ul li:nth-of-type(4),
  .footer__body ul li:nth-of-type(5) {
    width: 50%;
  }
  .footer__body ul li a {
    border-right: none;
    padding: 12px 0;
  }
  .footer__body ul li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }
  .footer__body ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  .footer__body ul {
    padding-top: 0px;
  }
  .footer__body .footer__link {
    margin: 0 0px 20px;
    display: -webkit-box;
    display: -ms-flex box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer.type02 .footer__logo {
    margin: 0 0 18px 0;
  }
  .footer-inner_wrap .detail {
    margin: 20px 0 40px;
    padding: 0 15px;
  }
  .footer__head {
    padding: 0px 15px 50px;
  }
  .footer .pagetop .pagetop__inner {
    text-align: center;
  }
  .footer__foot .links li {
    margin-bottom: 9px;
  }
}
.footer_rogoWrap {
  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;
}
@media screen and (max-width: 768px) {
  .footer_rogoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_rogoWrap .footer_right_rogo {
  width: 250px;
}

/* モーダル（矢印遷移付き）ここから */
.js-modal-open {
  cursor: pointer;
}

.modal-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  background-position: top;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.modal-wrapper .view-window {
  position: relative;
}
.modal-wrapper .modal-content-wrapper {
  position: relative;
  width: 100%;
}

.modal-wrapper2 {
  /* 後で復帰（モーダル） */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  /* 後で復帰（モーダル）ここまで */
}
.modal-wrapper2 .view-window {
  position: relative;
  padding-bottom: 120px;
  height: 100vh;
  overflow-y: scroll;
}
.modal-wrapper2 .modal-content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 852px;
  width: 70%;
}
@media screen and (max-width: 1100px) {
  .modal-wrapper2 .modal-content-wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 1000px) {
  .modal-wrapper2 .modal-content-wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .modal-wrapper2 .modal-content-wrapper {
    max-width: inherit;
    width: 90%;
    position: static;
    display: block;
    margin: 60px auto 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 11vw;
  }
}
@media screen and (max-width: 450px) {
  .modal-wrapper2 .modal-content-wrapper {
    margin-top: 30px;
  }
}
.modal-wrapper2 .modal-content-wrapper .Motif {
  position: absolute;
  width: 100%;
}
.modal-wrapper2 .modal-content-wrapper .Motif.Motif01 {
  top: -20%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .modal-wrapper2 .modal-content-wrapper .Motif.Motif01 {
    top: -12vw;
    width: 73%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 768px) and (max-width: 450px) {
  .modal-wrapper2 .modal-content-wrapper .Motif.Motif01 {
    top: -54px;
    width: 80%;
  }
}
.modal-wrapper2 .modal-content-wrapper .Motif.Motif02 {
  bottom: -20%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .modal-wrapper2 .modal-content-wrapper .Motif.Motif02 {
    bottom: -12vw;
    width: 73%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media screen and (max-width: 450px) {
  .modal-wrapper2 .modal-content-wrapper .Motif.Motif02 {
    bottom: -54px;
    width: 80%;
  }
}
.modal-wrapper2 .btn-close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 27px;
  top: -22px;
  z-index: 20;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-wrapper2 .btn-close {
    width: 40px;
    height: 40px;
    right: 27px;
    top: -16px;
  }
}
.modal-wrapper2 .btn-prev {
  position: absolute;
  left: 20px;
  z-index: 20;
  cursor: pointer;
  z-index: 200;
}
.modal-wrapper2 .btn-next {
  position: absolute;
  right: 20px;
  z-index: 20;
  cursor: pointer;
  z-index: 200;
}
.modal-wrapper2 .txt-close {
  font-size: 16px;
  letter-spacing: 1.76px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 30px;
}

.modal-content {
  display: none;
}

.modal-wrapper_box {
  position: relative;
}

/* モーダル（矢印遷移付き）ここまで */
.btn-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .btn-arrow {
    top: 34vw;
  }
}
@media screen and (max-width: 500px) {
  .btn-arrow {
    top: 142px;
  }
}
.btn-arrow.btn-prev {
  left: 15px;
  background-image: url("/lalaport/special/toystory-funweek2025/common/images/modal_arrow01_01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.btn-arrow.btn-prev.modal02 {
  background-image: url("/lalaport/special/toystory-funweek2025/common/images/modal_arrow02_01.svg");
}
@media screen and (max-width: 768px) {
  .btn-arrow.btn-prev {
    left: 4px;
  }
}
.btn-arrow.btn-next {
  right: 15px;
  background-image: url("/lalaport/special/toystory-funweek2025/common/images/modal_arrow01_02.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.btn-arrow.btn-next.modal02 {
  background-image: url("/lalaport/special/toystory-funweek2025/common/images/modal_arrow02_02.svg");
}
@media screen and (max-width: 768px) {
  .btn-arrow.btn-next {
    right: 4px;
  }
}

#modal-container2 .modal-main {
  background: #fff;
  padding: 20px 3%;
  border-radius: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main {
    border-radius: 8px;
  }
}
#modal-container2 .modal-main .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#modal-container2 .modal-main.modalAuto {
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main.modalAuto {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main {
    height: inherit;
    display: inherit;
    height: auto;
  }
}
#modal-container2 .modal-main .modal_inner {
  padding: 40px 0;
  max-width: 600px;
  width: 90%;
}
#modal-container2 .modal-main .modal_inner.subjectModalInner {
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner {
    gap: 0;
    padding: 20px 4% 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#modal-container2 .modal-main .modal_inner .BenefitLabelWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  margin-bottom: 16px;
}
#modal-container2 .modal-main .modal_inner .BenefitLabelWrap .img_BenefitLabel {
  width: 32%;
}
#modal-container2 .modal-main .modal_inner .visual {
  position: relative;
  width: 50%;
}
#modal-container2 .modal-main .modal_inner .visual .image_caution {
  font-size: 10px;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  bottom: 8px;
  right: 6px;
}
#modal-container2 .modal-main .modal_inner .visual .image_caution.black {
  color: black;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .visual {
    width: 100%;
    margin-bottom: 30px;
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap {
  width: 44%;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap {
    width: 100%;
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .tag span {
  background-color: #E8380D;
  padding: 4px 12px;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: white;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .tag span {
    font-size: min(3vw, 11px);
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .facility {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #0068B7;
  margin-bottom: 7px;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .facility.facility01 {
  color: #0068B7;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .facility.facility02 {
  color: var(--pink02);
}
#modal-container2 .modal-main .modal_inner .ex_wrap .facility.facility03 {
  color: #1F923F;
}
@media screen and (max-width: 1050px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .facility {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .facility {
    font-size: min(3.3vw, 13px);
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .shop {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 4px;
  border-bottom: 2px solid #E8380D;
  margin-bottom: 18px;
}
@media screen and (max-width: 1100px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .shop {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .shop {
    font-size: min(4.7vw, 19px);
    margin-bottom: 17px;
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .modal_name_wrap {
  position: relative;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .modal_name_wrap .icon {
  position: absolute;
  width: 40px;
  right: 1%;
  bottom: 11px;
}
@media screen and (max-width: 900px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .modal_name_wrap .icon {
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .modal_name_wrap .icon {
    right: 0%;
    width: min(9.5vw, 40px);
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .name {
  color: #E8380D;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 5px;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .name .little {
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .name .little {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .name .little {
    font-size: min(4vw, 16px);
  }
}
@media screen and (max-width: 1100px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .name {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .name {
    font-size: min(5vw, 20px);
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .name_sub {
  font-size: 16px;
  margin-top: -3px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .name_sub {
    font-size: min(3.8vw, 16px);
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap {
  margin-bottom: 26px;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price.modal_price02 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price {
    font-size: min(4.8vw, 18px);
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price .red {
  color: #E8380D;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price .yen {
  font-size: 13px;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price .yen.pink {
  color: var(--pink02);
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price_box .modal_price02 {
  margin-top: 0;
  padding-left: 0em;
  text-indent: 0em;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price_box .price {
    font-size: min(3.2vw, 13px);
    line-height: 1.3;
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price_inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price_inner_wrap .price_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price_inner_wrap .price_inner .left_side {
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap .price_inner_wrap .price_inner .left_side {
    width: 27%;
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap p.price_caution {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin-top: 9px;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap p.price_caution.caution02 {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .price_wrap p.price_caution {
    font-size: 12px;
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .explain_wrap {
  margin-bottom: 30px;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .explain_wrap .ex {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .explain_wrap .ex .strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .explain_wrap .ex {
    font-size: 14px;
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .explain_wrap .ex_caution {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .explain_wrap .ex_caution {
    font-size: 12px;
    margin-top: 12px;
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .spec_wrap {
  padding: 8px 18px;
  border: 2px solid;
  border-radius: 30px;
  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;
  gap: 10px;
  width: 87%;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .spec_wrap {
    width: 100%;
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .spec_wrap.category01 {
  border: 2px solid #E8380D;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .spec_wrap.category01 .txt {
  color: #E8380D;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .spec_wrap.category02 {
  border: 2px solid #0068B7;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .spec_wrap.category02 .txt {
  color: #0068B7;
}
#modal-container2 .modal-main .modal_inner .ex_wrap .spec_wrap .txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .ex_wrap .spec_wrap .txt {
    font-size: min(4vw, 17px);
  }
}
#modal-container2 .modal-main .modal_inner .ex_wrap .spec_wrap img {
  width: 15px;
}
#modal-container2 .modal-main .modal_inner .topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .topWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 21px;
  }
}
#modal-container2 .modal-main .modal_inner .topWrap .rightSide {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .topWrap .rightSide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .topWrap .rightSide .mainVisual {
    margin-bottom: 10px;
  }
}
#modal-container2 .modal-main .modal_inner .topWrap .leftSide {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .topWrap .leftSide {
    width: 100%;
  }
}
#modal-container2 .modal-main .modal_inner .topWrap .leftSide .lead {
  color: #1E1E1E;
  font-family: "M PLUS 2", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .topWrap .leftSide .lead {
    font-size: 20px;
  }
}
#modal-container2 .modal-main .modal_inner .topWrap .leftSide .ex {
  color: #000;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#modal-container2 .modal-main .modal_inner .bottomWrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .label {
  background-color: var(--red01);
  color: white;
  text-align: center;
  color: #FFF;
  font-family: "M PLUS 2", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 108.333% */
  letter-spacing: 0.05em;
  padding: 16px 0;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .label {
    font-size: 16px;
    padding: 10px 0;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent {
  background-color: var(--beige01);
  padding: 20px 3%;
  border-radius: 0 0 8px 8px;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .BenefitLabelWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .BenefitLabelWrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .BenefitLabelWrap .img_BenefitLabel {
  width: 73px;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .mainTitle {
  color: var(--red01);
  font-family: "M PLUS 2", sans-serif;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .mainTitle {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .mainTitle.little01 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .mainTitle.little01 {
    font-size: 18px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .mainTitle .black {
  color: black;
  font-family: "M PLUS 2", sans-serif;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .mainTitle .black {
    font-size: 20px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .mainTitleSub {
  color: var(--red01);
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .mainTitleSub {
    font-size: 12px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeTag {
  color: #1E1E1E;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 16px 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeTag {
    font-size: 16px;
    padding: 7px 0;
    margin-bottom: 10px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .ex {
  color: #1E1E1E;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .ex {
    font-size: 33px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .ex .sub {
  color: #000;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .ex .sub {
    font-size: 12px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .exWrap {
  margin-bottom: 20px;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .day,
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .time {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .day,
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .time {
    font-size: 12px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeBox {
    margin-bottom: 9px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeBox li.list {
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 50px 0 50px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeBox li.list {
    padding: 10px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeBox li.list .time {
  text-align: center;
  color: #1E1E1E;
  font-family: "M PLUS 2", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeBox li.list .time {
    font-size: 33px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeBox li.list .time .sub {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeBox li.list .time .sub {
    font-size: 14px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeBox li.list .img_BenefitLabel {
  position: absolute;
  width: 100px;
  left: 5px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timeBox li.list .img_BenefitLabel {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .timecaution {
  color: #000;
  font-family: "M PLUS 2", sans-serif;
  font-size: 12px;
  font-weight: 350;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBoxWrap .couponBox {
  margin-top: 0;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox {
  margin-top: 23px;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .label {
  background-color: #515151;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .label {
    font-size: 14px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner {
  background-color: white;
  padding: 20px 3%;
  border-radius: 0 0 8px 8px;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .lead {
  text-align: center;
  color: #1E1E1E;
  font-family: "M PLUS 2", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .lead {
    font-size: 14px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .copyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .copyWrap .copyTxt {
  border: 1px solid;
  border-radius: 8px;
  padding: 13px 15px;
  color: #1E1E1E;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  width: calc(98% - 93px);
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .copyWrap .copyTxt {
    padding: 10px 10px;
    font-size: 14px;
    width: calc(98% - 80px);
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .copyWrap .copyBtn {
  background-color: var(--red01);
  border: 1px solid var(--red01);
  border-radius: 8px;
  color: white;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 13px 15px;
  width: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .copyWrap .copyBtn {
    padding: 10px 10px;
    font-size: 14px;
    width: 80px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .copyWrap .copyBtn:hover {
  background-color: white;
  color: var(--red01);
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .innerTxt {
  color: #1E1E1E;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .innerTxt {
    font-size: 12px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .redTxt {
  color: var(--red01);
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .redTxt {
    font-size: 20px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .redTxt .add {
  color: var(--red01);
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .benefitContent .couponBox .couponInner .redTxt .add {
    font-size: 15px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .text {
  color: #000;
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #modal-container2 .modal-main .modal_inner .bottomWrap .text {
    font-size: 14px;
  }
}
#modal-container2 .modal-main .modal_inner .bottomWrap .bottomcautionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
#modal-container2 .modal-main .modal_inner .bottomWrap .bottomcaution {
  color: #000;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.subjectModal .modal_ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subjectModal .modal_ttl {
  color: var(--red01);
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  margin-bottom: 20px;
}
.subjectModal .modal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  margin-bottom: 23px;
}
.subjectModal .modal_sublabel {
  margin-top: 1em;
  text-align: left;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -0.5em;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .subjectModal .modal_sublabel {
    font-size: 14px;
  }
}
.subjectModal .modal_sublabel.bold {
  font-weight: 700;
}
.subjectModal .modal_list_item {
  text-align: left;
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -0.5em;
}
@media screen and (max-width: 768px) {
  .subjectModal .modal_list_item {
    font-size: 14px;
  }
}
.subjectModal .modal_list_item::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 3px;
  border-radius: 1em;
  background-color: #000;
}
.subjectModal .modal_list_item .min {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .subjectModal .modal_list_item .min {
    font-size: 12px;
  }
}

.js_acLabel {
  cursor: pointer;
  position: relative;
}

.ac-content {
  display: none;
}

.js_closeAcBtn {
  background: inherit;
  margin: 20px auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js_acIcon {
  width: 100%;
}
.js_acIcon .icon-wrap {
  position: absolute;
  right: 16px;
  top: 47%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 17px;
  height: 17px;
  -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;
  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;
}
.js_acIcon .icon-wrap img {
  display: block;
}
.js_acIcon.open .icon-wrap {
  -webkit-transform: translate(0%, -50%) rotate(180deg);
          transform: translate(0%, -50%) rotate(180deg);
}

.ac_detail_Box {
  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;
  margin: 20px auto 20px;
}

.ac_detail_wrap {
  display: inline-block;
}

.ac_detail {
  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;
  padding: 3px;
  border-bottom: 1px solid var(--brown01);
}
.ac_detail .txt {
  color: var(--brown01);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.12em;
}
.ac_detail .ac_arrow {
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ac_detail .ac_arrow.acIcon02 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popUp_facility_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.popUp_facility_Box .popUp_facility .popUp_store_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  margin-top: 26px;
}
.popUp_facility_Box .popUp_facility .popUp_store_wrap .popUp_store .popUp_store_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .popUp_facility_Box .popUp_facility .popUp_store_wrap .popUp_store .popUp_store_inner {
    gap: 12px;
  }
}
.popUp_facility_Box .popUp_facility .popUp_store_wrap .popUp_store .popUp_store_inner .leftSide {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .popUp_facility_Box .popUp_facility .popUp_store_wrap .popUp_store .popUp_store_inner .leftSide {
    width: 72px;
  }
}
.popUp_facility_Box .popUp_facility .popUp_store_wrap .popUp_store .popUp_store_inner .rightSide {
  width: calc(100% - 12px - 72px);
}
@media screen and (max-width: 768px) {
  .popUp_facility_Box .popUp_facility .popUp_store_wrap .popUp_store .popUp_store_inner .rightSide {
    width: calc(100% - 12px - 72px);
  }
}
.popUp_facility_Box .popUp_facility .popUp_store_wrap .popUp_store .popUp_store_inner .storeName {
  color: var(--brown01);
  font-size: 16px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .popUp_facility_Box .popUp_facility .popUp_store_wrap .popUp_store .popUp_store_inner .storeName {
    font-size: min(4.2vw, 16px);
    margin-bottom: 8px;
  }
}
.popUp_facility_Box .popUp_facility .popUp_store_wrap .popUp_store .popUp_store_inner .storeEx {
  color: var(--brown01);
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .popUp_facility_Box .popUp_facility .popUp_store_wrap .popUp_store .popUp_store_inner .storeEx {
    font-size: min(3.5vw, 13px);
  }
}

.p-items__more {
  display: block;
  margin: 20px auto 25px;
}
@media screen and (max-width: 768px) {
  .p-items__more {
    margin: -15px auto 30px;
  }
}

.carpetBG_wrap {
  background-image: url("/lalaport/special/holidaygift2025/common/images/carpetBG.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
}

#item01 {
  padding: 117px 0 60px;
}
@media screen and (max-width: 768px) {
  #item01 {
    padding: 32px 0 60px;
  }
}

.item_explain_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_explain_Box .leftSide {
  width: 53%;
}
.item_explain_Box .rigthSide {
  width: 47%;
}
.item_explain_Box.box02 {
  display: block;
}

.item_explain_Wrap {
  text-align: center;
  color: var(--brown01);
}
.item_explain_Wrap .item_explain_lead {
  text-align: center;
  font-size: 18px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .item_explain_Wrap .item_explain_lead {
    font-size: min(4.8vw, 18px);
  }
}
.item_explain_Wrap .item_explain_tag {
  border-radius: 30px;
  padding: 4px 0;
  background-color: var(--brown01);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .item_explain_Wrap .item_explain_tag {
    font-size: min(3.7vw, 14px);
  }
}
.item_explain_Wrap .item_explain_tag.tag02 {
  display: inline-block;
  padding-inline: 60px;
}
.item_explain_Wrap .item_explain_tag_wrap {
  text-align: center;
}
.item_explain_Wrap .item_explain_sub {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .item_explain_Wrap .item_explain_sub {
    font-size: min(3.7vw, 14px);
  }
}
.item_explain_Wrap.wrap02 {
  margin-bottom: 18px;
}

.bagVisual_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 15px;
}
.bagVisual_Box .list {
  width: calc((100% - 10px) / 2);
}

.item_day_Wrap {
  margin: 14px auto 22px;
}
@media screen and (max-width: 768px) {
  .item_day_Wrap {
    margin: 14px auto 28px;
  }
}
.item_day_Wrap .item_dayLine {
  display: block;
  height: 6px;
}
.item_day_Wrap .item_day {
  text-align: center;
  padding: 8px 0;
  color: var(--brown01);
  text-align: center;
  font-size: 18px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .item_day_Wrap .item_day {
    font-size: min(4.8vw, 18px);
  }
}
.item_day_Wrap .item_day span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .item_day_Wrap .item_day span {
    font-size: min(4.2vw, 16px);
  }
}

.itemFilterBox .brandFilter {
  background-color: var(--brown01);
  border-radius: 8px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.itemFilterBox .brandFilter .leftSide {
  width: 23%;
  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;
}
.itemFilterBox .brandFilter .rigthSide {
  width: 77%;
}
.itemFilterBox .brandFilter .inner {
  color: white;
}
.itemFilterBox .brandFilter .brandFilter__label {
  color: white;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .itemFilterBox .brandFilter .brandFilter__label {
    font-size: min(4.2vw, 16px);
  }
}

select#brandSelect,
select#facilitySelect {
  width: 100%;
  background-color: white;
  border-radius: 0 5px 5px 0;
  color: black;
  font-size: 14px;
  height: 55px;
}
select#brandSelect option,
select#facilitySelect option {
  font-size: 14px;
  color: #000;
}

.brandFilterWrap {
  margin-bottom: 20px;
}

.item_shopTitleWrap {
  margin-bottom: 18px;
}
.item_shopTitleWrap .item_shopTitle {
  color: var(--brown01);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .item_shopTitleWrap .item_shopTitle {
    font-size: min(5.8vw, 22px);
  }
}

.brandShop_Wrap_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .brandShop_Wrap_Box {
    row-gap: 40px;
    margin-bottom: 50px;
  }
}

.item_introduce_AllWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .item_introduce_AllWrap {
    row-gap: 30px;
    margin-bottom: 30px;
  }
}
.item_introduce_AllWrap .item_introduce .item_visual {
  position: relative;
  margin-bottom: 16px;
}
.item_introduce_AllWrap .item_introduce .item_visual .number {
  position: absolute;
  width: 19%;
  left: 0;
  top: 0;
}
.item_introduce_AllWrap .item_introduce .item_explain_wrap .item_name {
  color: var(--brown01);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .item_introduce_AllWrap .item_introduce .item_explain_wrap .item_name {
    font-size: min(4.2vw, 16px);
  }
}
.item_introduce_AllWrap .item_introduce .item_explain_wrap .item_price {
  color: var(--brown01);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .item_introduce_AllWrap .item_introduce .item_explain_wrap .item_price {
    font-size: min(3.7vw, 14px);
  }
}
.item_introduce_AllWrap .item_introduce .item_explain_wrap .itemEx {
  color: var(--brown01);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .item_introduce_AllWrap .item_introduce .item_explain_wrap .itemEx {
    font-size: min(3.7vw, 14px);
  }
}
.item_introduce_AllWrap .item_introduce .item_explain_wrap .itemRabel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item_introduce_AllWrap .item_introduce .item_explain_wrap .itemRabel_wrap .itemRabel {
  border: 1px solid var(--brown01);
  border-radius: 30px;
  padding: 3px 8px;
  color: var(--brown01);
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .item_introduce_AllWrap .item_introduce .item_explain_wrap .itemRabel_wrap .itemRabel {
    font-size: min(3.5vw, 13px);
  }
}

.facility_Box {
  background-color: var(--brown01);
  border-radius: 8px;
  border: 1px solid var(--brown01);
  overflow: hidden;
  background-color: white;
}
.facility_Box .facility_rabel {
  background-color: var(--brown01);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 15px 0 15px;
}
@media screen and (max-width: 768px) {
  .facility_Box .facility_rabel {
    font-size: min(4.2vw, 16px);
  }
}
.facility_Box .inner {
  border-radius: 0 0 6px 6px;
  padding: 13px 4%;
}
.facility_Box .inner .facility_txt {
  color: var(--brown01);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 768px) {
  .facility_Box .inner .facility_txt {
    font-size: min(3.7vw, 14px);
  }
}
.facility_Box .inner .facility_txt.bold {
  text-align: center;
  font-weight: 700;
}
.facility_Box .facility_fukidashiBox {
  margin: 25px auto 20px;
  border: 1px solid var(--brown01);
  background-color: white;
  padding: 15px 0 15px;
  position: relative;
}
.facility_Box .facility_fukidashiBox::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  bottom: -22px;
  left: 50%;
  background-image: url("/lalaport/special/holidaygift2025/common/images/facility_fukidashiBox_fukidashi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.novelty_contents_title_Box .novelty_contents_title_ribbon {
  background-image: url("/lalaport/special/holidaygift2025/common/images/novelty_ribbon_BG.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 13px 0;
}
.novelty_contents_title_Box .novelty_contents_title_ribbon .sub {
  color: var(--brown01);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .novelty_contents_title_Box .novelty_contents_title_ribbon .sub {
    font-size: min(4vw, 16px);
  }
}
.novelty_contents_title_Box .novelty_contents_title_ribbon .main {
  color: var(--brown01);
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
.novelty_contents_title_Box .sub_categoryTitle {
  margin-bottom: 30px;
}
.novelty_contents_title_Box .sub_categoryTitle .en {
  display: block;
  width: 75%;
  margin: 14px auto 17px;
}
.novelty_contents_title_Box .sub_categoryTitle .ja {
  color: var(--brown01);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .novelty_contents_title_Box .sub_categoryTitle .ja {
    font-size: min(3.7vw, 14px);
  }
}
.novelty_contents_title_Box .sub_categoryTitle .ja.big {
  font-size: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .novelty_contents_title_Box .sub_categoryTitle .ja.big {
    font-size: min(6.8vw, 22px);
  }
}

.novelty_contents_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
}
@media screen and (max-width: 768px) {
  .novelty_contents_Box {
    row-gap: 20px;
  }
}
.novelty_contents_Box .novelty_contents .novelty_main {
  margin-bottom: 20px;
}
.novelty_contents_Box .novelty_contents .sub_ex {
  color: var(--brown01);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .novelty_contents_Box .novelty_contents .sub_ex {
    font-size: min(3.7vw, 14px);
  }
}
.novelty_contents_Box .novelty_contents .sub_ex.ex02 {
  margin-top: -10px;
}

.decoLine01 {
  width: 100px;
  display: block;
  margin: 20px auto 20px;
}

.categoryArea_visual.visual02.workshop01 {
  margin-top: -50px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .categoryArea_visual.visual02.workshop01 {
    margin-top: -30px;
    margin-top: -8px;
  }
}

.cassetteTitle_Fukidashi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cassetteTitle_Fukidashi {
  display: inline-block;
  margin-bottom: 6px;
  position: relative;
}
.cassetteTitle_Fukidashi .fukidashi_txt {
  display: inline-block;
}
.cassetteTitle_Fukidashi .fukidashi_txt p {
  color: var(--brown01);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .cassetteTitle_Fukidashi .fukidashi_txt p {
    font-size: 13px;
  }
}
.cassetteTitle_Fukidashi .fukidashi_txt::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("/lalaport/special/holidaygift2025/common/images/twoLine_fukidashi01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -17px;
}
.cassetteTitle_Fukidashi .fukidashi_txt::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-image: url("/lalaport/special/holidaygift2025/common/images/twoLine_fukidashi02.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -17px;
}

/* 非表示クラス（JSで付与） */
.is-hidden {
  display: none !important;
}

.D_P_title {
  width: 75%;
  display: block;
  margin: 40px auto 30px;
}
@media screen and (max-width: 768px) {
  .D_P_title {
    margin: 25px auto 12px;
    width: 100%;
  }
}

.menu_Wrap {
  margin-bottom: 20px;
}
.menu_Wrap .menu {
  width: 95px;
  display: block;
  margin: 0 auto 10px;
  margin: 0 auto 4px;
}
@media screen and (max-width: 768px) {
  .menu_Wrap .menu {
    width: 90px;
    display: block;
    margin: 20px auto 10px;
  }
}
.menu_Wrap .menu.underpage_item {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  color: var(--gold01);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu_Wrap .menu.underpage_item {
    font-size: min(5.5vw, 22px);
  }
}
.menu_Wrap .menuLists_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13px;
  row-gap: 2px;
}
.menu_Wrap .menuLists {
  margin: 10px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  row-gap: 9px;
}
.menu_Wrap .menuLists .list {
  position: relative;
}
.menu_Wrap .menuLists .list a {
  display: block;
}
.menu_Wrap .menuLists .list a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("/lalaport/special/holidaygift2025/common/images/menuArrow01.svg");
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_Wrap .menuLists .list a:hover::after {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.menu_Wrap .menuLists .list .main {
  color: var(--gold01);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 10px 0 10px;
  padding: 3px 0 6px;
}
@media screen and (max-width: 768px) {
  .menu_Wrap .menuLists .list .main {
    font-size: min(4.5vw, 17px);
  }
}
.menu_Wrap .menuLists .list .sub {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 30px;
  padding-left: 26px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu_Wrap .menuLists .list .sub {
    font-size: min(4vw, 16px);
  }
}
.menu_Wrap .menuLists .list .sub::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: var(--gold01);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .menu_mainBtn_Box_wrap {
    position: fixed;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: relative;
  }
}

.menu_mainBtn_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu_mainBtn_Box .list {
  width: 60px;
}
.menu_mainBtn_Box .list .hoverBtn {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.menu_mainBtn_Box .list .link {
  position: relative;
}
.menu_mainBtn_Box .list .link:hover .hoverBtn {
  display: block;
}
@media screen and (max-width: 768px) {
  .menu_mainBtn_Box .list .link:hover .hoverBtn {
    display: none;
  }
}

.js_appearance {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity, transform;
}

.js_appearance.is-show {
  opacity: 1;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
}

.c-label {
  background-color: #B2A979;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: inline-block;
  padding: 0.4375rem;
  min-width: 7rem;
  text-align: center;
  border-radius: 5px;
}

.c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-radio__label {
  position: relative;
  cursor: pointer;
  padding-left: 27px;
  font-size: 14px;
}

.c-radio__label::before,
.c-radio__label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.c-radio__label::before {
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 5px;
}

.c-radio__label::after {
  background-color: #E3E3E3;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  left: 9px;
}

.c-radio__input:checked + .c-radio__label::after {
  background-color: var(--brown01);
  opacity: 1;
}

.c-radio__input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.p-items {
  margin: 20px auto 40px;
}

.p-items__inner,
.p-items__inner_subpage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  row-gap: 25px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-items__inner_top {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.p-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-item__img {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-item__img {
    margin-bottom: 12px;
  }
}

.p-item__img::after {
  position: absolute;
  content: "";
  background-image: url("/lalaport/special/toystory-funweek2025/common/images/itemLink01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  bottom: 10px;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-item__img:hover::after {
  background-image: url("/lalaport/special/toystory-funweek2025/common/images/itemLink02.svg");
}

.p-item__img::before {
  content: "";
  padding-top: 100%;
  display: block;
}

.p-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-item__name {
  color: var(--brown01);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 10px 0 4px;
}

.p-item__title {
  color: var(--brown01);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin: 8px 0 10px;
}

.p-item__price {
  color: var(--brown01);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.p-item__price span {
  font-size: 85%;
}

.exWrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #BABABA;
  margin-bottom: 10px;
}
.exWrap.top {
  padding-bottom: 0px;
  border: 0;
}

.p-item__detail {
  color: var(--brown01);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 6px;
}

.p-item__btnArea {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 20px auto 0;
  background-color: var(--brown01);
  border-radius: 30px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .p-item__btnArea {
    padding: 7px 0;
  }
}
.p-item__btnArea .p-item__btnText {
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
}

.p-item__btn {
  display: block;
}

.p-item__btn img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-search {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-search {
    margin-top: 20px;
  }
}

.p-search__inner {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  width: 100%;
  margin: 0 auto 40px;
  border-radius: 0 0 25px 25px;
  background-color: white;
  padding: 0px 5% 0px;
}
@media screen and (max-width: 768px) {
  .p-search__inner {
    padding: 20px 5% 30px;
  }
}

.p-search__title {
  background-color: var(--brown01);
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  padding: 23px 0;
}

.p-search__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  border-bottom: 1px solid #A0A0A0;
  padding-top: 2.8125rem;
  padding-bottom: 1.625rem;
}

.p-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
  row-gap: 0.9375rem;
}

.p-search__btn {
  display: block;
  text-align: center;
  margin-top: 46px;
}
.p-search__btn:hover {
  cursor: pointer;
}
.p-search__btn .link {
  background-color: var(--brown01);
  border: 1px solid var(--brown01);
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  width: 100%;
  padding: 20px;
}

.p-search__btn a::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(/lalaport/special/toystory-funweek2025/common/image/search-img.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-tab {
  padding-top: 2.1875rem;
  position: relative;
}

.p-tab__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.p-tab__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-tab__wrap {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    width: 100%;
  }
}

.p-tab__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  row-gap: 12px;
}
.p-tab__group .p-tab__item {
  width: 48.5%;
  border: 1px solid var(--brown01);
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  color: var(--brown01);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 16px 0;
}
.p-tab__group .p-tab__item.is-active {
  background-color: var(--brown01);
  color: #fff;
}

.p-tab__item::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-tab__item.is-active::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-tab__panels {
  margin-top: 1.875rem;
  min-height: 8.125rem;
}

.p-tab__panelArea {
  display: none;
}

.p-tab__panelArea.is-show {
  display: block;
}

.p-tab__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.p-tab__panel .c-radio__label {
  color: var(--brown01);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

/* * アイテムメニューモーダル * */
.shop-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-lists li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.group_left {
  width: 60%;
  margin-right: 30px;
}

.group_right {
  width: 38%;
}

.p-item__name_modal {
  color: var(--brown01);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 10px 0 4px;
}

.p-item__title_modal {
  color: var(--brown01);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.p-item__price_modal {
  color: var(--brown01);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.p-item__price_modal span {
  font-size: 85%;
}

.p-item__detail_modal {
  color: var(--brown01);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 1px solid #E8E8E8;
  padding: 15px 0 30px;
}

.modal_text {
  margin: 30px 0 40px;
  color: var(--brown01);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.modal-tag-title {
  font-size: 13px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-tag-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* 余白を分け与える */
  height: 1px;
  background: #E8E8E8;
  margin-left: 13px;
}

.modal-tag {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.modal-tag li {
  color: white;
  font-size: 14px;
  padding: 2px 17px;
  border-radius: 30px;
  background-color: #B2A979;
}

@media screen and (max-width: 768px) {
  .p-search_wrap {
    padding: 0 5%;
  }
  .p-search__title {
    font-size: min(4vw, 17px);
    padding: 19px 0;
    margin-bottom: 0;
  }
  .p-search__cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 18px;
    border-bottom: none;
  }
  .c-label {
    margin-bottom: 14px;
    font-size: 3.8vw;
    background-color: #F0EEE4;
    color: #B2A979;
    display: block;
    padding: 0.4375rem;
    text-align: center;
    border-radius: inherit;
    width: 100%;
    text-align: left;
  }
  .p-tab__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-tab__panel .c-radio__label {
    font-size: 3.9vw;
  }
  .p-search__btn a {
    min-width: inherit;
    width: 100%;
    margin-bottom: 30px;
    font-size: 3.9vw;
  }
  .p-items__inner,
  .p-items__inner_subpage {
    display: block;
  }
  .p-item {
    margin-bottom: 70px;
  }
  .modal_wrap .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .group_right,
  .group_left {
    width: 100%;
  }
  .modal-wrapper .modal-content-wrapper .modal-main {
    padding-top: 30px;
  }
  .group_left {
    margin-right: 0px;
  }
  .p-item__name_modal {
    font-size: min(3.5vw, 14px);
    margin: 20px 0 15px;
  }
  .p-item__title_modal {
    font-size: min(4.6vw, 18px);
  }
  .p-item__price_modal {
    font-size: min(4.3vw, 17px);
  }
  .p-item__price_modal span {
    font-size: 85%;
  }
  .p-item__detail_modal {
    font-size: min(3.6vw, 15px);
  }
  .modal_text {
    font-size: min(3.8vw, 16px);
  }
  .modal-tag-title {
    font-size: 3.4vw;
  }
  .modal-tag li {
    color: white;
    font-size: 3.8vw;
    padding: 1px 13px;
    border-radius: 30px;
    background-color: #B2A979;
  }
}
/* 
.p-search__title::after {
  content: '';
  background-color: #fff;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
} */
/* 2022年11月8日追加 セール情報など表示 */
.p-item__information {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4rem 5%;
  background-color: #B2A979;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}

.p-item__info_modal {
  position: static;
  display: inline-block;
  margin: 10px 0;
  white-space: inherit;
  text-overflow: inherit;
}

@media screen and (max-width: 768px) {
  .p-item__information {
    font-size: 3.8vw;
  }
}
/* 2022年11月8日追加 セール情報など表示ここまで */

.p-item,
.modal-main {
  word-break: break-all;
}

/* 2022年11月17日追加 */
.p-search__close {
  background-color: #646464;
  border-radius: 5px;
  padding: 6px 8px;
  color: white;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flex 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;
  margin: 30px auto;
  /* width: 250px; */
  display: inline-block;
}

.p-search__close_wrap_box {
  display: -webkit-box;
  display: -ms-flex box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.close_white {
  width: 0px;
  margin-right: 5px;
}

a.p-search__close_wrap:link {
  text-decoration: none;
}

a.p-search__close_wrap:visited {
  text-decoration: none;
}

a.p-search__close_wrap:active {
  text-decoration: none;
}

a.p-search__close_wrap:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p-search__close {
    font-size: 3.7vw;
    margin: 0 auto 30px;
  }
}
h1.item_kv {
  max-width: 525px;
  width: 80%;
  display: block;
  margin: 3rem auto 1rem;
}

.kv {
  background-image: url(/lalaport/special/toystory-funweek2025/common/image/xmas-item_BG_PC.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 3rem 0;
  margin-bottom: 6rem;
}

.item_kv img {
  margin-bottom: 2rem;
}

.kv-lead {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.9;
  text-align: center;
  color: white;
}

.cotents_warp {
  width: 100%;
}

.detail_btn_item {
  max-width: 400px !important;
  padding: 6px !important;
  margin-bottom: 7rem !important;
}

.detail_btn_Inner_item {
  background-color: black !important;
  color: white !important;
  position: relative;
}

.detail_btn_Inner_item::after {
  content: url(/lalaport/special/toystory-funweek2025/common/image/plus_wh.png) !important;
  display: block;
  width: 0px !important;
  height: 0px !important;
  border-right: none !important;
  border-bottom: none !important;
  position: absolute;
  right: 28px !important;
  top: 33% !important;
  -webkit-transform: translateY(0%) rotate(0deg) !important;
          transform: translateY(0%) rotate(0deg) !important;
  -webkit-transform: scale(0.7) !important;
          transform: scale(0.7) !important;
}

a.detail_link_item:link {
  color: white !important;
}

a.detail_link_item:visited {
  color: white !important;
}

a.detail_link_item:active {
  color: white !important;
}

a.detail_link_item:hover {
  color: white !important;
}

@media screen and (max-width: 768px) {
  .kv {
    background-image: none;
    padding: 0;
    margin-bottom: 35px;
  }
  h1.item_kv {
    max-width: inherit;
    width: 100%;
    margin: 0 auto 1rem;
  }
  .item_kv img {
    margin-bottom: 0;
  }
  .p-search_wrap {
    padding: 0;
  }
  .p-tab {
    padding-top: 10px;
  }
  .c-radio__label {
    font-size: 3.6vw;
  }
  /* 
  .p-search__title::after {
    right: 10px;
  } */
}
/* ホットメニューここから */
.kv.hot {
  background-image: url(/lalaport/special/toystory-funweek2025/common/image/hot-menu_BG_PC.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 3rem 0;
  margin-bottom: 6rem;
}

.kv-lead.hot {
  color: #000;
}

.p-search__btn.hot a::after {
  background-image: url(/lalaport/special/toystory-funweek2025/common/image/hot_search-img.svg);
}

.p-search__btn.hot a {
  border: 1px solid #FF5800;
  color: #FF5800;
}

.p-search__title.hot {
  background-color: #FF5800;
}

.p-tab__label.hot {
  background-color: #FF5800;
}

@media screen and (max-width: 768px) {
  .kv.hot {
    background-image: none;
    padding: 0;
    margin-bottom: 35px;
  }
  .p-tab__label.hot {
    color: white !important;
  }
}
/* ホットメニューここまで */
/* 2022年11月21日追加 */
@media screen and (max-width: 768px) {
  .p-items__inner,
  .p-items__inner_subpage {
    display: -webkit-box;
    display: -ms-flex box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3%;
    gap: 6%;
  }
  .p-item {
    margin-bottom: 30px;
    width: 47%;
  }
  .p-item__name {
    font-size: 2.7vw;
  }
  .p-item__title {
    font-size: min(3.8vw, 16px);
  }
  .p-item__price {
    font-size: 3.9vw;
  }
  .p-item__detail {
    font-size: min(3.1vw, 12px);
  }
  .p-item__btnText {
    font-size: 2.2vw;
    padding: 1vw 0;
  }
  .p-item__information {
    font-size: 3.3vw;
    padding: 0.1rem 2%;
  }
  .p-items {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.p-search__btn a:hover {
  background-color: #B2A979;
  text-decoration: none;
  color: white;
}

.p-search__btn.hot a:hover {
  background-color: #FF5800;
  text-decoration: none;
  color: white;
}

.detail_btn_item:hover {
  text-decoration: none !important;
}

#selectedFacilityList {
  font-size: 12px;
  color: var(--brown01);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 30px;
}
#selectedFacilityList p,
#selectedFacilityList li {
  font-weight: 500;
}
#selectedFacilityList #selectedFacilityNames li {
  display: inline;
}

#workshop.underpage {
  padding: 117px 0 60px;
}
@media screen and (max-width: 768px) {
  #workshop.underpage {
    padding: 32px 0 60px;
  }
}
#workshop.underpage .workshop_title {
  font-size: min(5.8666666667vw, 22px);
  font-weight: 900;
  margin-bottom: 24px;
  margin-top: 30px;
}
#workshop.underpage .workshop_text {
  margin-bottom: 5px;
  margin-bottom: 20px;
}
#workshop.underpage .workshop_text.attention {
  background-color: var(--brown01);
  color: white;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0px;
  border-radius: 4px;
  padding: 2px 5px;
}
@media screen and (max-width: 768px) {
  #workshop.underpage .workshop_text.attention {
    font-size: 14px;
  }
}
#workshop.underpage .attention_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#workshop.underpage .workshop_prezent-text {
  font-size: 12px;
  color: var(--brown01);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 11px;
}
#workshop.underpage .workshop_prezent-text span {
  white-space: nowrap;
}
#workshop.underpage .itemContentsMain_Box.--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 44px;
}
#workshop.underpage .workshop_section_title {
  font-size: 18px;
  color: var(--brown01);
  line-height: 1.6;
  text-align: center;
  padding-block: 23px;
  position: relative;
}
#workshop.underpage .workshop_section_title::before {
  content: "";
  width: 100%;
  aspect-ratio: 344/21;
  background: url(../images/title_deco_top.svg) no-repeat center center/100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
}
#workshop.underpage .workshop_section_title::after {
  content: "";
  width: 100%;
  aspect-ratio: 344/21;
  background: url(../images/title_deco_bottom.svg) no-repeat center center/100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
#workshop.underpage .workshop_sub_title {
  font-size: 24px;
  color: var(--brown01);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 8px;
}
#workshop.underpage .workshop_sub_title.--terms {
  font-size: min(5.8666666667vw, 22px);
}
#workshop.underpage .workshop_terms {
  font-size: min(4vw, 15px);
  margin-top: 10px;
}
#workshop.underpage .workshop_cta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#workshop.underpage .workshop_cta {
  max-width: 310px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  border: 2px solid;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  -webkit-filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.25));
}
#workshop.underpage .workshop_cta::after {
  content: "";
  width: 18px;
  aspect-ratio: 18/15;
  -webkit-mask: url(../images/cta_arrow.svg) no-repeat center/contain;
  mask: url(../images/cta_arrow.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#workshop.underpage .workshop_cta.--app {
  border-color: #f18d33;
}
#workshop.underpage .workshop_cta.--app::after {
  background-color: #f18d33;
}
#workshop.underpage .workshop_cta.--app img {
  max-width: 249px;
}
@media screen and (max-width: 374px) {
  #workshop.underpage .workshop_cta.--app img {
    max-width: 220px;
  }
}
#workshop.underpage .workshop_cta.--line {
  border-color: #06c755;
}
#workshop.underpage .workshop_cta.--line::after {
  background-color: #06c755;
}
#workshop.underpage .workshop_cta.--line img {
  max-width: 244px;
}
@media screen and (max-width: 374px) {
  #workshop.underpage .workshop_cta.--line img {
    max-width: 220px;
  }
}
#workshop.underpage .workshop_cta:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#workshop.underpage .workshop_cta_text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
#workshop.underpage .linkBtn_wrap.--workshop .linkBtn {
  margin-inline: auto;
}
#workshop.underpage .innerWrap.workshop_facility {
  width: 100%;
}

.schedule_ac .ac-item {
  border: 2px solid #532800;
  border-radius: 8px;
  background: #532800;
  overflow: hidden;
}
.schedule_ac .ac_detail_Box {
  margin: unset;
  padding-block: 17px;
  position: relative;
}
.schedule_ac .ac_detail {
  margin: unset;
  padding: unset;
}
.schedule_ac .txt.--open {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05%;
  color: #fff;
}
.schedule_ac .ac_arrow.--open {
  width: 12px;
  aspect-ratio: 12/6;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  rotate: -180deg;
}
.schedule_ac .ac_arrow.--open.open {
  rotate: 0deg;
}
.schedule_ac .ac-content {
  background: #fff;
  color: #532800;
}
.schedule_ac .schedule_ac_item {
  padding-block: 18px;
  margin-inline: 16px;
  border-bottom: 1px solid rgba(83, 40, 0, 0.5);
}
.schedule_ac .schedule_ac_lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.schedule_ac .schedule_ac_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.schedule_ac .schedule_ac_title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 6px 8px;
  background: #532800;
  white-space: nowrap;
}
.schedule_ac .schedule_ac_day {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
.schedule_ac .schedule_ac_day-all {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}
.schedule_ac .schedule_ac_day-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 5px;
  margin-top: 6px;
  margin-bottom: 10px;
}
.schedule_ac .schedule_ac_day-info span {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.schedule_ac .schedule_ac_place {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.schedule_ac .ac_detail.--close {
  gap: 10px;
}
.schedule_ac .txt.--close {
  font-size: 14px;
  text-underline-offset: 3px;
}

.schedule_ac + .schedule_ac {
  margin-top: 20px;
}

.workshop_official-playlist_title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 374px) {
  .workshop_official-playlist_title {
    font-size: 19px;
  }
}
.workshop_official-playlist_title span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3px;
}

.workshop_official-playlist_text {
  line-height: 1.4;
  margin-top: 20px;
}

.linkBtn_wrap.--workshop2 .linkBtn {
  max-width: 312px;
  margin-inline: auto;
  height: 54px;
  margin-top: 24px;
}

.workshop_information_title {
  font-size: min(5.3333333333vw, 20px);
  line-height: 1.3;
  font-weight: 900;
  text-underline-offset: 1px;
  margin-top: 12px;
  margin-bottom: 17px;
}

.workshop_information_text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 374px) {
  .workshop_information_text {
    font-size: 12px;
  }
}

.Dplus_contents {
  margin: 40px auto 0;
}

#playlist .workshop_official-playlist_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-bottom: 40px;
}
#playlist .workshop_official-playlist_img {
  margin: 20px auto 10px;
}
#playlist .bottom_caution {
  color: var(--brown01);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin: 30px auto 20px;
}
#playlist .D_record_rogo {
  width: 160px;
  display: block;
  margin: 0 auto;
}

#playlist .caution,
#info .caution {
  margin-top: 12px;
}
/*# sourceMappingURL=style_2511.css.map */
