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

header div {
  max-width: 1440px;
  width: 100%;
  /* min-width: 641px; */
  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;
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  header div {
    width: 100%;
    min-width: inherit;
    margin: 0 7px;
  }
}
header div a img {
  height: 47px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  header div a img {
    height: 4vw;
  }
}

@media screen and (max-width: 768px) {
  header div a img {
    height: 33px;
    width: auto;
  }
  header {
    height: 57px;
  }
}
.left {
  margin: 0px;
  /* padding-left: 3%; */
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}

.right {
  float: right;
  height: 37px;
  height: 32px;
  padding-right: 2%;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .right {
    height: 2.7vw;
  }
}

@media screen and (max-width: 768px) {
  .right {
    float: right;
    height: 25px;
  }
  .left {
    margin: 0px;
    gap: 0px;
  }
  .left img {
    margin-right: 10px;
  }
}
.rogo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

#top .left .rogo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ---------- フッター ---------- */
footer {
  position: relative;
  z-index: 200;
  background: white;
  padding-top: 10px;
}

.footer-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  background-color: white;
  padding-bottom: 40px;
}

.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;
  /* margin: 0; */
  list-style-type: none;
  /* float: left; */
  /* width: 33.3%; */
  /* width: 25%; */
  /* list-style-position: outside; */
  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%;
  }
}
.copyright {
  font-size: 12px;
  text-align: center;
}

/* 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: 20px;
  height: 20px;
  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-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

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

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

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* 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: 50px;
}

.slick-next {
  right: 50px;
}

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

/* 矢印表示ここまで */
/* スライド下のドット */
.slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  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;
}

/* スライド下のドットここまで */
/* 複数枚のスライドをすべて表示 */
.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;
  } */
.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;
}

/* ハンバーガーメニュー */
.sp-header-nav_box_ham {
  position: fixed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  right: 10px;
  top: 72px;
  width: 50px;
  height: 50px;
  z-index: 310;
  background-color: var(--purple01);
  border-radius: 50%;
}
.sp-header-nav_box_ham.clicked {
  background-color: black;
}

.sp-header-nav_box_ham_line {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #1A1A1A;
  width: 25px;
  height: 2px;
}

.line-1 {
  top: 15px;
  right: 13px;
}

.line-2 {
  top: 25px;
  right: 13px;
}

.line-3 {
  top: 35px;
  right: 13px;
}

.clicked .line-1 {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 25px;
  background-color: var(--purple01);
}

.clicked .line-2 {
  opacity: 0;
  background-color: var(--purple01);
}

.clicked .line-3 {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
  top: 25px;
  background-color: var(--purple01);
}

.sp-nav_nav-list {
  position: fixed;
  width: 100%;
  top: -200vh;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /* overflow: scroll; */
  height: 100%;
  z-index: 300;
  background: var(--purple01);
}

.sp-nav_nav-list_box {
  list-style: none;
  text-align: center;
  background-color: white;
  padding: 10% 0;
}

.sp-nav_nav-list_box_list {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}

.sp-nav_nav-list_box_list:nth-last-of-type(1) {
  margin-bottom: 0;
}

.sp-nav_nav-list_box_list a {
  color: #B8AB82;
  font-size: 20px;
}

.nav-opened {
  top: 0px;
}

.is-z {
  z-index: 311;
}

/* ハンバーガーメニューここまで */
* {
  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;
}

picture {
  display: block;
}

video {
  width: 100%;
}

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

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

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

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

.contents-inner {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    width: 100%;
  }
}
.contents-inner .innerWrap {
  width: 90%;
  width: 82%;
  display: block;
  margin: 0 auto;
}

.contentsAllwrap {
  background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/ALL_BG_PC.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 80px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsAllwrap {
    background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/ALL_BG.jpg");
    margin-top: 56px;
    padding-bottom: 0px;
  }
}
.contentsAllwrap .centerContents {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contentsAllwrap .centerContents {
    width: 100%;
  }
}

.BG.upper {
  margin-bottom: 30px;
}

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

.introLead {
  display: inline-block;
  max-width: 500px;
  width: 90%;
  margin: 43px auto 36px;
  position: relative;
}
.introLead .intro_lead_img {
  position: relative;
  z-index: 1;
}

.categoryTitle {
  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;
}
.categoryTitle .en {
  max-width: 400px;
  width: 90%;
  display: block;
  margin: 0 auto 15px;
}
.categoryTitle .ja {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .categoryTitle .ja {
    font-size: 15px;
  }
}
.categoryTitle .jaWrap {
  position: relative;
}
.categoryTitle .jaWrap .deco {
  position: absolute;
  width: 36%;
  z-index: 2;
  top: -18%;
}
.categoryTitle .jaWrap .deco.eye01 {
  left: -43%;
}
.categoryTitle .jaWrap .deco.eye02 {
  right: -43%;
}

.mainVisual {
  margin-bottom: 10px;
}

.linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  row-gap: 22px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .linkBox {
    -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;
    row-gap: 5vw;
    margin-bottom: 5vw;
  }
}

.linkBtn_wrap {
  width: 250px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap {
    width: 60vw;
  }
}
.linkBtn_wrap .linkBtn {
  background-color: gray;
  border: 2px solid rgb(0, 0, 0);
  -webkit-box-shadow: 2px 2px black;
          box-shadow: 2px 2px black;
  border-radius: 16px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn {
    padding: 4vw 0;
  }
}
.linkBtn_wrap .linkBtn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.linkBtn_wrap .linkBtn .txt {
  color: white;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn .txt {
    font-size: 3.8vw;
  }
}

#link {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #link {
    padding-bottom: 10vw;
  }
}
#link .linkAre_caution {
  font-size: 10px;
  font-weight: 700;
  color: #603813;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #link .linkAre_caution {
    font-size: 1.8vw;
  }
}

.JS_fixed {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.JS_fixed.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.allWrapBG {
  position: fixed;
}
.allWrapBG.BG01 {
  width: 42vw;
  right: 0px;
  top: 15vh;
}
.allWrapBG.BG02 {
  width: 65vw;
  right: 0px;
  bottom: 0;
}

.eventBox_All {
  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;
  gap: 5%;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .eventBox_All {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6vw;
  }
}
.eventBox_All .eventBox {
  position: relative;
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .eventBox_All .eventBox {
    width: 100%;
  }
}
.eventBox_All .eventBox .eventInfo {
  background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/eventBG.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.eventBox_All .eventBox .eventInfo .eventImg {
  display: block;
  padding-top: 11px;
}
@media screen and (max-width: 768px) {
  .eventBox_All .eventBox .eventInfo .eventImg {
    padding-top: 4vw;
  }
}
.eventBox_All .eventBox .eventLink {
  background-color: white;
  padding: 1px 0 1px;
  margin-top: -1px;
  position: relative;
}
.eventBox_All .eventBox .eventLink .linkBtn_wrap {
  margin: 10px auto 24px;
}
@media screen and (max-width: 768px) {
  .eventBox_All .eventBox .eventLink .linkBtn_wrap {
    margin: 1vw auto 5vw;
  }
}

.eventBG {
  position: absolute;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .eventBG {
    width: 18vw;
  }
}
.eventBG.BG01_01 {
  bottom: -78px;
  left: -97px;
}
@media screen and (max-width: 768px) {
  .eventBG.BG01_01 {
    bottom: -10vw;
    left: -10vw;
  }
}
.eventBG.BG01_02 {
  bottom: -46px;
  right: -104px;
}
@media screen and (max-width: 768px) {
  .eventBG.BG01_02 {
    bottom: -10vw;
    right: -11vw;
  }
}
.eventBG.BG01_03 {
  top: -37px;
  left: -120px;
  width: 118px;
}
.eventBG.BG01_04 {
  top: -37px;
  right: -120px;
  width: 118px;
}
.eventBG.BG03_01 {
  bottom: -52px;
  left: -106px;
}
@media screen and (max-width: 768px) {
  .eventBG.BG03_01 {
    bottom: -5vw;
    left: -10vw;
  }
}
.eventBG.BG03_02 {
  bottom: -106px;
  right: -99px;
}
@media screen and (max-width: 768px) {
  .eventBG.BG03_02 {
    bottom: -13vw;
    right: -11vw;
  }
}

.linkAreaBG {
  position: absolute;
  width: 88px;
}
@media screen and (max-width: 768px) {
  .linkAreaBG {
    width: 19vw;
  }
}
.linkAreaBG.BG01 {
  top: -2px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .linkAreaBG.BG01 {
    top: 2vw;
    left: 0vw;
  }
}
.linkAreaBG.BG02 {
  top: 20px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .linkAreaBG.BG02 {
    top: 7vw;
    right: -2vw;
  }
}

.linkBtn_wrap {
  display: block;
}
.linkBtn_wrap .linkBtn {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  border: 0;
  -webkit-box-shadow: 2px 2px rgba(58, 58, 58, 0.2);
          box-shadow: 2px 2px rgba(58, 58, 58, 0.2);
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn {
    border-radius: 10vw;
  }
}
.linkBtn_wrap .linkBtn.eventBtn01 {
  background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/eventBtnBG_01.png");
}
.linkBtn_wrap .linkBtn.eventBtn02 {
  background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/eventBtnBG_02.png");
}
.linkBtn_wrap .linkBtn.eventBtn03 {
  background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/eventBtnBG_03.png");
}
.linkBtn_wrap .linkBtn.otherLinkBtn01 {
  background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/otherLinkBtn01.png");
}
.linkBtn_wrap .linkBtn.otherLinkBtn02 {
  background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/otherLinkBtn02.png");
}
.linkBtn_wrap .linkBtn::after {
  content: none;
}
.linkBtn_wrap .linkBtn .txt {
  color: white;
}

.event_bottomBG {
  position: absolute;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 83%;
  bottom: -185px;
}
@media screen and (max-width: 768px) {
  .event_bottomBG {
    width: 92vw;
    bottom: -24vw;
  }
}

section {
  position: relative;
}

:root {
  --blue01: #004098;
}

#event {
  padding: 0;
  padding-bottom: 92px;
}
@media screen and (max-width: 768px) {
  #event {
    padding-bottom: 20vw;
  }
}

.flagBG {
  position: absolute;
  width: 200px;
  top: 0;
}
@media screen and (max-width: 1300px) {
  .flagBG {
    width: 150px;
  }
}
.flagBG.BG01 {
  left: 0;
}
.flagBG.BG02 {
  right: 0;
}

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

.ExWrap .explain {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.ExWrap .infoWrap {
  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;
}
.ExWrap .infoWrap .rabel {
  background-color: gray;
  padding: 3px 5px;
  border-radius: 5px;
  color: white;
  margin-right: 5px;
  font-size: 90%;
}
.ExWrap .infoWrap .ex {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

#KV {
  padding: 0 0 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #KV {
    margin-bottom: -11vw;
  }
}

/* フッター */
.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 0px;
  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__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 50px;
}
.footer__logo .la_logo {
  width: 150px;
}
.footer__logo .MSG_logo {
  width: 210px;
}

.footer.type02 .footer__logo {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer.type02 .footer__logo {
  width: auto;
}

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

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

.footer__foot .copyright {
  font-size: 1rem;
  text-align: left;
  text-align: center;
}
@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: 0px;
    padding-bottom: 0;
  }
}

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

.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 22px;
    margin: 40px auto;
  }
  .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;
  }
  #hightlights .info-flex li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hightlights .info-flex li .image {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 18px;
  }
  #hightlights .info-flex li .copy {
    width: 100%;
  }
  #hightlights .info-flex li p.lead {
    font-size: min(4.8vw, 22px);
    margin-bottom: 13px;
  }
  #hightlights .info-flex li p.text {
    font-size: min(3.8vw, 16px);
  }
  h2 p {
    font-size: min(3.4vw, 12px);
  }
  h2 {
    margin-bottom: 22px;
  }
  #shop .lead {
    font-size: min(3.55vw, 15px);
  }
  .content-inner {
    width: 100%;
    padding: 0 15px;
  }
  #shop .shop-news_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .shop-news_flex .floor01,
  .shop-news_flex .floor02,
  .shop-news_inner_flex .shop {
    width: 100%;
  }
  .shop-news_flex .floor p {
    font-size: min(3.7vw, 15px);
  }
  .shop-news_flex .floor {
    padding: 12px 0;
    margin-bottom: 13px;
  }
  .shop-news_flex .shop p {
    font-size: min(3.8vw, 16px);
  }
  .shop-news_flex ul.shop {
    margin-bottom: 36px;
  }
  .shop-news_flex ul.shop.floor2 {
    margin-bottom: 0px;
  }
  #shop .shop-news_inner_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop {
    padding: 40px 0 71px;
  }
  #info .content_flex li {
    width: 100%;
    padding: 56px 0 53px;
  }
  #hightlights {
    padding: 60px 0 60px;
  }
  #info .access .text {
    font-size: min(3.6vw, 14px);
  }
  #info .press-release .sub {
    font-size: min(3.6vw, 15px);
    padding: 10px 0;
  }
  #coming-soon .coming-title .text {
    font-size: min(3.6vw, 14px);
    margin-bottom: 17px;
  }
  #coming-soon .coming-title img {
    width: 45vw;
  }
  #news .content-inner {
    padding: 64px 0 53px;
  }
  #news .news_flex {
    width: calc(100% - 30px);
    padding: 11px 0% 18px;
  }
  #news .news_flex_wrap {
    width: 90%;
    border-radius: 9px;
  }
  #news .news_flex p {
    font-size: min(3.6vw, 14px);
  }
  #news li.day {
    padding-right: 12px;
    border-right: 1px solid;
    margin-right: 13px;
    height: 100%;
  }
  .BG_deco01 {
    width: 16%;
    right: 7%;
    bottom: -28%;
  }
  .BG_deco02 {
    width: 16%;
    left: 6%;
    top: -6%;
  }
  .la-logo {
    width: 59%;
    margin: 49px auto 50px;
  }
  #splash-logo {
    width: 50%;
  }
  #hightlights h2 {
    margin-bottom: 34px;
  }
  #shop h2 {
    margin-bottom: 41px;
  }
  #shop .lead {
    margin-bottom: 12px;
  }
  .BG_deco03 {
    width: 12%;
    right: 4%;
    top: -5%;
  }
  #shop .shop-news_frame01_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop .shop-news_frame01_flex ul {
    width: 100%;
  }
  .shop-news_flex ul.shop.upper {
    margin-bottom: 0;
  }
  #shop .intro_caution {
    font-size: min(3.35vw, 13px);
  }
}
nav {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  nav {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
nav .lists {
  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;
}
@media screen and (max-width: 768px) {
  nav .lists {
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  nav .lists .list {
    border-bottom: 2px dotted var(--lightBlue01);
  }
}
@media screen and (max-width: 768px) {
  nav .lists .list:first-of-type {
    border-top: 2px dotted var(--lightBlue01);
    padding-top: 20px;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn {
  background-color: white;
  padding: 9px 0 7px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn {
    padding: 0 0 20px;
    background: inherit;
    border: 0;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn.line02 {
  border-radius: 16px;
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt {
  color: black;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 1380px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt {
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn::after {
  background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/navBtn01.png");
  right: 6px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn::after {
    top: 27%;
  }
}
nav .lists .list.linkBtn_wrap.current .linkBtn.menuBtn {
  background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/navBG.png");
  background-size: 100% 100%;
}
nav .lists .list.linkBtn_wrap.current .linkBtn.menuBtn .txt {
  color: rgb(255, 255, 255);
}
nav .lists .list.linkBtn_wrap.current .linkBtn.menuBtn::after {
  background-image: url("/lalaport/kashiwa/special/eventnews_october2025/common/images/navBtn02.png");
}
nav .deco {
  display: block;
  margin: 32vw auto 0;
  width: 100px;
}

.navRabel {
  width: 105px;
  display: block;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .navRabel {
    margin: 0 auto 28px;
  }
}

.newsWrap {
  background-color: white;
  border-radius: 16px;
  padding: 16px 10px 10px;
  border: 2px solid rgb(0, 0, 0);
  -webkit-box-shadow: 2px 2px black;
          box-shadow: 2px 2px black;
}
@media screen and (max-width: 768px) {
  .newsWrap {
    margin-top: -10px;
  }
}
.newsWrap .lists {
  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;
}
.newsWrap .lists .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 1px dotted gray;
  padding-bottom: 8px;
}
.newsWrap .lists .list:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.newsWrap .lists .list p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.newsWrap .lists .list p .new {
  background-color: #FF6190;
  color: white;
  padding: 3px;
}
.newsWrap .lists .list .rightWrap {
  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: 3px;
}

.news_waveBG {
  padding-top: 15px;
  background-color: white;
}

/* モーダル（矢印遷移付き）ここから */
.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(190, 190, 190, 0.9);
  z-index: 1000;
}

.modal-wrapper .view-window,
.modal-wrapper2 .view-window {
  position: relative;
  padding-bottom: 120px;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: auto;
}

.modal-wrapper .modal-content-wrapper,
.modal-wrapper2 .modal-content-wrapper {
  position: absolute;
  max-width: 900px;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal-wrapper .modal-content-wrapper .modal-main,
.modal-wrapper2 .modal-content-wrapper .modal-main {
  background: #fff;
  padding: 10px;
  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;
  height: 30vh;
}

.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 {
  position: absolute;
  right: -10px;
  top: 5px;
  z-index: 20;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  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;
}

.modal-wrapper_box {
  position: relative;
}

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

/* モーダル（矢印遷移付き）ここまで */
/*# sourceMappingURL=style.css.map */
