@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;
}

.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_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.2vw, 16px);
  }
}
.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: 30px;
  -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: url("/lalaport/special/holidaygift2025/common/images/plateBtn05_01.png");
}
.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:hover .linkTxt {
  color: #757575;
}
.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;
  pointer-events: none;
}
.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;
}

.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;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.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_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;
}

#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;
}

.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%;
}
.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_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_upperBG.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 40px;
}
.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;
}

.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;
}

/* フッター */
.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;
}

/* モーダル（矢印遷移付き）ここから */
.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;
}

.js-modal-open {
  cursor: pointer;
}

/* 後で復帰  */
.modal-wrapper,
.modal-wrapper2 {
  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,
.modal-wrapper2 .view-window {
  position: relative;
}

.modal-wrapper .modal-content-wrapper,
.modal-wrapper2 .modal-content-wrapper {
  position: relative;
  width: 100%;
}

.modal-wrapper .modal-content-wrapper .modal-main,
.modal-wrapper2 .modal-content-wrapper .modal-main {
  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;
}

.modal-wrapper .modal-content-wrapper .modal-main .img-box,
.modal-wrapper2 .modal-content-wrapper .modal-main .img-box {
  max-width: 580px;
  width: 100%;
  text-align: center;
}

.modal-wrapper .modal-content-wrapper .modal-main .txt-box,
.modal-wrapper2 .modal-content-wrapper .modal-main .txt-box {
  max-width: 435px;
  width: 100%;
  padding: 0px 35px 0 0;
}

.modal-content {
  display: none;
}

.modal-wrapper .btn-close,
.modal-wrapper2 .btn-close {
  cursor: pointer;
}

.modal-wrapper .btn-prev,
.modal-wrapper2 .btn-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  /* transform: translateY(-50%) translateX(-100%); */
  z-index: 20;
  cursor: pointer;
  z-index: 100;
}

.modal-wrapper .btn-next,
.modal-wrapper2 .btn-next {
  position: absolute;
  right: 20px;
  top: 50%;
  /* transform: translateY(-50%) translateX(100%); */
  z-index: 20;
  cursor: pointer;
  z-index: 100;
}

.modal-wrapper .txt-close,
.modal-wrapper2 .txt-close {
  font-size: 16px;
  letter-spacing: 1.76px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .txt-close,
  .modal-wrapper2 .txt-close {
    font-size: min(4.2vw, 16px);
  }
}

.modal-wrapper_box {
  position: relative;
}

.modal-wrapper2 {
  background-color: rgba(56, 56, 56, 0.9);
}

.modal_inner_wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}

.modal-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  inset: 0;
}

/* 背景ロック（iOS Safari対策：html固定） */
html.is-lock {
  position: fixed;
  inset: 0;
  overflow: hidden;
  width: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.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);
  }
}

.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_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_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);
  }
}

.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 {
  width: 100%;
  background-color: white;
  border-radius: 0 5px 5px 0;
  color: black;
  font-size: 14px;
  height: 55px;
}
select#brandSelect 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);
  }
}

.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;
  }
}

/* 非表示クラス（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: 65px;
  margin-bottom: 40px;
}
.menu_Wrap .menu {
  width: 95px;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .menu_Wrap .menu {
    width: 90px;
    display: block;
    margin: 30px 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;
}
.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;
}
.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;
}
@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;
}
/*# sourceMappingURL=style.css.map */
