@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;
  z-index: 2;
  -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;
  height: 35px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  header div a img {
    height: 3vw;
  }
}

@media screen and (max-width: 768px) {
  header div a img {
    height: 33px;
    height: 25px;
    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: 40px;
  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: 90;
  background: white;
  padding-top: 73px;
}
@media screen and (max-width: 1200px) {
  footer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 5% 0;
  }
}

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

.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: 20px 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;
}

#footer_nav li:nth-of-type(4)::after {
  content: none;
}
@media (max-width: 950px) {
  #footer_nav li:nth-of-type(4)::after {
    content: "|";
  }
}

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

.clicked .line-2 {
  opacity: 0;
}

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

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

section {
  padding: 35px 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;
}

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

.all_wrap {
  background-color: var(--red01);
  overflow: hidden;
}
.all_wrap.countdown {
  background-color: var(--pink01);
}

.contents-inner {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents-inner {
    width: 100%;
  }
}
.contents-inner .inner_wrap {
  max-width: 1096px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .contents-inner .inner_wrap {
    padding: 0 5%;
    margin-top: 0px;
    width: 100%;
  }
}
.contents-inner .inner_wrap.noPadding {
  padding: 0 0%;
}
@media screen and (max-width: 768px) {
  .contents-inner .inner_wrap.noPadding {
    padding: 0 0%;
  }
}
.contents-inner .inner_wrap.PC_noPadding {
  padding: 0 0%;
}
@media screen and (max-width: 768px) {
  .contents-inner .inner_wrap.PC_noPadding {
    padding: 0 5%;
  }
}
.contents-inner .inner_wrap.bannerWrap {
  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;
}

.contentsAllwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentsAllwrap.CD {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contentsAllwrap.CD {
    margin-top: 0;
  }
}
.contentsAllwrap .leftContents,
.contentsAllwrap .rightContents {
  width: calc((100% - 574px) / 2);
  height: calc(100vh - 80px);
  position: relative;
  z-index: 10;
  z-index: 0;
  overflow: hidden;
  margin-top: 80px;
}
.contentsAllwrap .leftContents.is-fixed, .contentsAllwrap .leftContents.CD,
.contentsAllwrap .rightContents.is-fixed,
.contentsAllwrap .rightContents.CD {
  position: fixed;
  top: 0;
  left: 0;
}
.contentsAllwrap .leftContents.CD,
.contentsAllwrap .rightContents.CD {
  top: 0px;
  margin-top: 80px;
}
.contentsAllwrap .rightContents.CD {
  left: inherit;
  right: 0;
  background-image: url("/lalaport/special/winterbargain2025/common/images/CD_menuBG.png?2511");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.contentsAllwrap #js_contentsAll_right.is-fixed {
  left: inherit;
  right: 0;
}
.contentsAllwrap .centerContents {
  width: 574px;
  position: relative;
  z-index: 1;
}
.contentsAllwrap .centerContents.CD {
  left: calc((100% - 574px) / 2);
}
@media screen and (max-width: 768px) {
  .contentsAllwrap .centerContents.CD {
    left: inherit;
  }
}
.contentsAllwrap .centerContents.is-fixed {
  left: calc((100% - 574px) / 2);
}
@media screen and (max-width: 768px) {
  .contentsAllwrap .centerContents.is-fixed {
    left: inherit;
  }
}
@media screen and (max-width: 768px) {
  .contentsAllwrap .centerContents {
    width: 100%;
  }
}

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

.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;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .categoryTitle {
    margin-bottom: 20px;
  }
}
.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%;
}

.linkBtn_wrap .linkBtn {
  border: 1px solid var(--red01);
  border-radius: 50px;
  display: block;
  position: relative;
  padding: 12px 0;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn {
    padding: 16px 0;
    padding: 11px 0;
  }
}
.linkBtn_wrap .linkBtn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("/lalaport/special/winterbargain2025/common/images/linkBtn01_01.svg");
  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: var(--red01);
  text-align: center;
  font-size: 18px;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn .txt {
    font-size: min(3.6vw, 14px);
  }
}
.linkBtn_wrap .linkBtn:hover, .linkBtn_wrap .linkBtn.is-active {
  background-color: var(--red01);
}
.linkBtn_wrap .linkBtn:hover .txt, .linkBtn_wrap .linkBtn.is-active .txt {
  color: white;
}
.linkBtn_wrap .linkBtn:hover::after, .linkBtn_wrap .linkBtn.is-active::after {
  background-image: url("/lalaport/special/winterbargain2025/common/images/linkBtn01_02.svg");
}
.linkBtn_wrap .linkBtn.tabInnerBtn {
  background-color: var(--yellow02);
  border: 2px solid var(--pink01);
  padding: 0px 0;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn.tabInnerBtn {
    height: 50px;
  }
}
.linkBtn_wrap .linkBtn.tabInnerBtn::after {
  content: none;
}
.linkBtn_wrap .linkBtn.tabInnerBtn .txt {
  color: var(--pink01);
  font-size: 13px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn.tabInnerBtn .txt {
    font-size: 12px;
  }
}
.linkBtn_wrap .linkBtn.tabInnerBtn .txt.add_little {
  line-height: 1.1;
}
.linkBtn_wrap .linkBtn.tabInnerBtn .txt .little {
  font-size: 80%;
}
.linkBtn_wrap .linkBtn.tabInnerBtn:hover {
  background-color: var(--pink01);
}
.linkBtn_wrap .linkBtn.tabInnerBtn:hover .txt {
  color: #ffffff;
}
.linkBtn_wrap .linkBtn.tabInnerBtn.Actual {
  background-color: var(--orange01);
  border: 2px solid var(--orange01);
}
.linkBtn_wrap .linkBtn.tabInnerBtn.Actual .txt {
  font-weight: 700;
  color: white;
}
.linkBtn_wrap .linkBtn.tabInnerBtn.Actual:hover {
  background-color: white;
}
.linkBtn_wrap .linkBtn.tabInnerBtn.Actual:hover .txt {
  color: var(--orange01);
}

.roundTxt {
  font-family: "M PLUS Rounded 1c", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
}

.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;
}
@media screen and (max-width: 1200px) {
  .allWrapBG.BG01 {
    width: calc(100vw - 300px - 420px);
  }
}
.allWrapBG.BG02 {
  width: 65vw;
  right: 0px;
  bottom: 0;
}

:root {
  --blue01: #004098;
  --blue02: #36BBDA;
  --red01: #FE0026;
  --red02: #EB1B45;
  --yellow01: #FFF776;
  --yellow02: #FFF565;
  --orange01: #FFB543;
  --orange02: #FFC56C;
  --pink01: #FF466B;
  --pink02: #FF3975;
}

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

.snsAllWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .snsAllWrap {
    gap: 15px;
  }
}
.snsAllWrap .link {
  width: 65px;
  display: block;
}
@media screen and (max-width: 768px) {
  .snsAllWrap .link {
    width: 56px;
  }
}

.subLink {
  color: black;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  position: absolute;
  top: -27px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .subLink {
    position: static;
    text-align: center;
    display: block;
    margin: 23px auto 0;
  }
}

.section_AllWrap.Actual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section_AllWrap.Actual {
    row-gap: 0px;
    margin-bottom: 0px;
  }
}
.section_AllWrap.Actual section {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .section_AllWrap.Actual section {
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  #CM_Area {
    background-color: var(--red01);
  }
}

.js_disappear {
  display: none !important;
}

#KV {
  padding: 0;
}
#KV.TOP_KV {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #KV.TOP_KV {
    height: auto;
    margin-top: 57px;
  }
}
#KV.TOP_KV.Actual {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #KV.TOP_KV.Actual {
    height: auto;
  }
}
#KV .KV_scroll_wrap {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 10%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  row-gap: 10px;
}
#KV .KV_scroll_wrap .scroll_txt {
  width: 60px;
}
#KV .KV_scroll_wrap .scroll_line {
  width: 6px;
  position: relative;
  -webkit-animation: scroll-loop 2.2s ease-in-out infinite;
          animation: scroll-loop 2.2s ease-in-out infinite;
}
@-webkit-keyframes scroll-loop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scroll-loop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#intro_teaser {
  padding: 0;
}
#intro_teaser .bargain_day_wrap {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #intro_teaser .bargain_day_wrap {
    margin-bottom: 0;
  }
}
#intro_teaser .bargain_day_wrap .bargain_day {
  padding-bottom: 20px;
  max-width: 630px;
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  #intro_teaser .bargain_day_wrap .bargain_day {
    max-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  #intro_teaser .bargain_day_wrap .bargain_day.teaser {
    margin-top: -10vw;
  }
}
#intro_teaser .intro_leadLine_box_encompass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#intro_teaser .intro_leadLine_box {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 23px 0 20px;
  display: inline-block;
}
#intro_teaser .intro_leadLine_box .intro_leadLine {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #intro_teaser .intro_leadLine_box .intro_leadLine {
    font-size: min(4.6vw, 18px);
  }
}
#intro_teaser .intro_leadLine_box .intro_leadLine .yellow {
  color: var(--yellow01);
}
#intro_teaser .intro_leadLine_box .intro_leadLine .yellow.big {
  font-size: 130%;
}

#countdown_sale {
  padding: 0px 0 0px;
  padding-bottom: 109px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #countdown_sale {
    background-color: var(--pink01);
    padding-top: 30px;
    padding-bottom: 17vw;
  }
}
#countdown_sale .CD_exWrap {
  position: relative;
  background-color: var(--pink01);
  padding: 40px 0 158px;
  border: 2px solid white;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #countdown_sale .CD_exWrap {
    overflow: visible;
    padding: 0;
    border: 0;
    border-radius: 0px;
  }
}
#countdown_sale .CD_day {
  display: block;
  max-width: 520px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #countdown_sale .CD_day {
    margin: 0 auto 13px;
  }
}
#countdown_sale .countdown_sale_lead_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#countdown_sale .countdown_sale_lead {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: inline-block;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  #countdown_sale .countdown_sale_lead {
    font-size: min(4.3vw, 17px);
    padding: 12px 0;
    width: 100%;
  }
}
#countdown_sale .countdown_sale_LineWrap {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 13px 0 11px;
}
#countdown_sale .countdown_sale_LineWrap .countdown_sale_ex {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #countdown_sale .countdown_sale_LineWrap .countdown_sale_ex {
    font-size: min(4.7vw, 18px);
  }
}
#countdown_sale .countdown_sale_LineWrap .countdown_sale_ex.sub {
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #countdown_sale .countdown_sale_LineWrap .countdown_sale_ex.sub {
    font-size: min(4.4vw, 15px);
  }
}

.animal_wrapBox01_box.CD {
  position: relative;
  height: 15vw;
  overflow: hidden;
}
.animal_wrapBox01_box.CD .animal_wrapBox {
  bottom: -1vw;
  width: 100%;
  height: 11vw;
  margin-left: 0%;
}

.animal_wrapBox {
  position: absolute;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-left: 5%;
  left: 0;
  bottom: -26px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .animal_wrapBox {
    bottom: -18vw;
    width: 110%;
    height: 11vw;
    margin-left: -5%;
  }
}
.animal_wrapBox .animal_chara {
  position: absolute;
  width: 12%;
  bottom: 0%;
}
.animal_wrapBox .animal_chara img {
  display: block;
  -webkit-transform-origin: 50% 80%;
          transform-origin: 50% 80%;
  -webkit-animation: tail-swing 1.8s ease-in-out infinite;
          animation: tail-swing 1.8s ease-in-out infinite;
}
.animal_wrapBox .animal_chara.animal01 {
  left: 0%;
  bottom: -20%;
}
.animal_wrapBox .animal_chara.animal01 img {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.animal_wrapBox .animal_chara.animal02 {
  left: 6%;
  bottom: -17%;
}
.animal_wrapBox .animal_chara.animal02 img {
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.animal_wrapBox .animal_chara.animal03 {
  left: 12%;
  bottom: -17%;
}
.animal_wrapBox .animal_chara.animal03 img {
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.animal_wrapBox .animal_chara.animal04 {
  left: 18%;
  bottom: -52%;
}
@media screen and (max-width: 768px) {
  .animal_wrapBox .animal_chara.animal04 {
    bottom: -34%;
  }
}
.animal_wrapBox .animal_chara.animal04 img {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
}
.animal_wrapBox .animal_chara.animal05 {
  left: 28%;
  bottom: -42%;
}
@media screen and (max-width: 768px) {
  .animal_wrapBox .animal_chara.animal05 {
    bottom: -28%;
  }
}
.animal_wrapBox .animal_chara.animal05 img {
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.animal_wrapBox .animal_chara.animal06 {
  left: 33%;
  bottom: -8%;
}
.animal_wrapBox .animal_chara.animal06 img {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
}
.animal_wrapBox .animal_chara.animal07 {
  left: 40%;
  bottom: -10%;
}
@media screen and (max-width: 768px) {
  .animal_wrapBox .animal_chara.animal07 {
    bottom: -28%;
  }
}
.animal_wrapBox .animal_chara.animal07 img {
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.animal_wrapBox .animal_chara.animal08 {
  left: 49%;
  bottom: -48%;
}
@media screen and (max-width: 768px) {
  .animal_wrapBox .animal_chara.animal08 {
    bottom: -33%;
  }
}
.animal_wrapBox .animal_chara.animal08 img {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.animal_wrapBox .animal_chara.animal09 {
  left: 57%;
  bottom: -18%;
}
.animal_wrapBox .animal_chara.animal09 img {
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}
.animal_wrapBox .animal_chara.animal10 {
  left: 68%;
  bottom: -7%;
}
@media screen and (max-width: 768px) {
  .animal_wrapBox .animal_chara.animal10 {
    bottom: -18%;
  }
}
.animal_wrapBox .animal_chara.animal10 img {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.animal_wrapBox .animal_chara.animal11 {
  left: 78%;
  bottom: -32%;
}
@media screen and (max-width: 768px) {
  .animal_wrapBox .animal_chara.animal11 {
    bottom: -24%;
    left: 79%;
  }
}
.animal_wrapBox .animal_chara.animal11 img {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.animal_wrapBox .animal_chara.animal12 {
  left: 89%;
  bottom: -28%;
}
.animal_wrapBox .animal_chara.animal12 img {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
@-webkit-keyframes tail-swing {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
@keyframes tail-swing {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}
.animal_wrapBox.CD {
  height: 5vw;
  bottom: -1vw;
}
.animal_wrapBox.CD .animal_chara {
  width: 23%;
}
.animal_wrapBox.CD .animal_chara.animal01 {
  left: 84%;
  bottom: -43%;
}
.animal_wrapBox.CD .animal_chara.animal02 {
  left: 71%;
}
.animal_wrapBox.CD .animal_chara.animal03 {
  left: 53%;
}
.animal_wrapBox.CD .animal_chara.animal04 {
  left: 35%;
  bottom: -52%;
}
.animal_wrapBox.CD .animal_chara.animal05 {
  left: 19%;
  bottom: -8%;
}
.animal_wrapBox.CD .animal_chara.animal06 {
  left: 2%;
}
.animal_wrapBox.CD .animal_chara.animal07 {
  left: -9%;
}
.animal_wrapBox.CD .animal_chara.animal08 {
  left: -5%;
  bottom: -35%;
}
.animal_wrapBox.CD .animal_chara.animal09 {
  left: 16%;
}
.animal_wrapBox.CD .animal_chara.animal10 {
  left: 39%;
  bottom: -10%;
}
.animal_wrapBox.CD .animal_chara.animal11 {
  left: 61%;
}
.animal_wrapBox.CD .animal_chara.animal12 {
  left: 84%;
}
.animal_wrapBox.CD.wrap01 {
  bottom: inherit;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.CD_titleBox .CD_rabel_wrap {
  background-color: var(--yellow01);
  position: relative;
  z-index: 1;
  padding: 24px 0;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .CD_titleBox .CD_rabel_wrap {
    padding: 0;
    background-color: inherit;
  }
}
.CD_titleBox .CD_rabel {
  position: relative;
  z-index: 1;
  max-width: 680px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .CD_titleBox .CD_rabel {
    max-width: inherit;
    width: 100%;
    margin-top: 12px;
    margin-bottom: -21vw;
  }
}
.CD_titleBox .CD_visual_wrap {
  background-color: #FBFAF8;
  padding-top: 0px;
  padding-bottom: 40px;
  position: relative;
  border: 2px solid white;
  border-bottom: 0;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .CD_titleBox .CD_visual_wrap {
    border-radius: 0;
    padding-top: 21vw;
    padding-bottom: 10vw;
  }
}
.CD_titleBox .CD_visual_wrap .CD_snake_copy {
  position: absolute;
  left: 4%;
  top: 2%;
  width: 19%;
}
.CD_titleBox .CD_visual_wrap .CD_titleRogo {
  width: 73%;
  margin: 15px auto 0;
  position: relative;
  left: 1%;
}
@media screen and (max-width: 768px) {
  .CD_titleBox .CD_visual_wrap .CD_titleRogo {
    margin: 0 auto;
    width: 67%;
    left: 6%;
  }
}
.CD_titleBox .CD_snake_Box {
  position: absolute;
  width: 16%;
  bottom: 0;
  left: 2%;
}
@media screen and (max-width: 768px) {
  .CD_titleBox .CD_snake_Box {
    width: 22%;
    bottom: 0;
    left: 0%;
    height: auto;
  }
}
.CD_titleBox .CD_snake_Box.TOP {
  height: 100vh;
  width: 18%;
  bottom: inherit;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.CD_titleBox .CD_snake_Box.TOP::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/lalaport/special/winterbargain2025/common/images/CD_snake_00_TOP.png?2511");
  background-size: 100%;
  background-position: top;
}
.CD_titleBox .CD_snake_Box.TOP .CD_snake_01 {
  width: 100%;
  top: -6%;
  left: -1%;
}
.CD_titleBox .CD_snake_Box.TOP .CD_snake_fukidashi {
  position: absolute;
  right: -69%;
  width: 57%;
  top: 3%;
}
.CD_titleBox .CD_snake_Box .CD_snake_01 {
  position: absolute;
  width: 55%;
  top: -6%;
  left: 14%;
  -webkit-animation: snake-updown 2.5s ease-in-out infinite;
          animation: snake-updown 2.5s ease-in-out infinite;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .CD_titleBox .CD_snake_Box .CD_snake_01 {
    width: 70%;
    top: 1%;
  }
}
@-webkit-keyframes snake-updown {
  0% {
    -webkit-transform: translateY(0) rotate(-9deg);
            transform: translateY(0) rotate(-9deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(9deg);
            transform: translateY(-20px) rotate(9deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-9deg);
            transform: translateY(0) rotate(-9deg);
  }
}
@keyframes snake-updown {
  0% {
    -webkit-transform: translateY(0) rotate(-9deg);
            transform: translateY(0) rotate(-9deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(9deg);
            transform: translateY(-20px) rotate(9deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-9deg);
            transform: translateY(0) rotate(-9deg);
  }
}
@-webkit-keyframes horse-updown {
  0% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@keyframes horse-updown {
  0% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}

.CD_horse01 {
  position: absolute;
  width: 9%;
  bottom: 0%;
  right: 4%;
  -webkit-animation: horse-updown 2.2s ease-in-out infinite;
          animation: horse-updown 2.2s ease-in-out infinite;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .CD_horse01 {
    width: 21%;
    bottom: 0%;
    right: 1%;
  }
}
.CD_horse01.TOP {
  width: 13%;
  right: 6%;
}

.floatingBannerBox {
  padding: 0 15px;
  position: fixed;
  z-index: 80;
  width: 480px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  .floatingBannerBox {
    width: 100%;
  }
}

.floatingBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -ms-flex-direction: row;
      flex-direction: row;
}
.floatingBanner .list {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .floatingBanner .list {
    width: 49%;
  }
}
.floatingBanner .list .link {
  background-color: var(--yellow01);
  border: 2px solid var(--red01);
  display: block;
  padding: 35px 0 54px;
  padding: 18px 0 35px;
  border-radius: 16px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .floatingBanner .list .link {
    padding: 15px 0 25px;
  }
}
.floatingBanner .list .link::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid var(--red01);
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: 24px;
  bottom: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .floatingBanner .list .link::after {
    bottom: 8px;
    width: 9px;
    height: 9px;
  }
}
.floatingBanner .list .link .txt {
  color: var(--red01);
  text-align: center;
  font-size: 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .floatingBanner .list .link .txt {
    font-size: 15px;
  }
}
.floatingBanner .list .link:hover {
  background-color: var(--red01);
  border: 2px solid var(--yellow01);
}
.floatingBanner .list .link:hover::after {
  border: 2px solid var(--yellow01);
  border-top: 0;
  border-right: 0;
  bottom: 14px;
}
.floatingBanner .list .link:hover .txt {
  color: var(--yellow01);
}
.floatingBanner .list:last-of-type .link {
  background-color: var(--blue02);
  border: 2px solid white;
}
.floatingBanner .list:last-of-type .link::after {
  border: 2px solid white;
  border-top: 0;
  border-right: 0;
}
.floatingBanner .list:last-of-type .link .txt {
  color: white;
}
.floatingBanner .list:last-of-type .link:hover {
  background-color: #f0fcff;
  border: 2px solid var(--blue02);
}
.floatingBanner .list:last-of-type .link:hover::after {
  border: 2px solid var(--blue02);
  border-top: 0;
  border-right: 0;
  bottom: 14px;
}
.floatingBanner .list:last-of-type .link:hover .txt {
  color: var(--blue02);
}

.js_banner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.js_banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#intro {
  min-height: inherit;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #intro {
    padding-bottom: 50px;
  }
}

#countdown {
  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;
  position: relative;
}
#countdown .deco {
  position: absolute;
  width: 67px;
}
@media screen and (max-width: 768px) {
  #countdown .deco {
    width: 47px;
  }
}
#countdown .deco img {
  width: 83%;
}
#countdown .deco.deco01_01 {
  top: 10px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  #countdown .deco.deco01_01 {
    top: -5px;
    left: 1px;
  }
}
#countdown .deco.deco01_02 {
  top: 10px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  #countdown .deco.deco01_02 {
    top: -1px;
    right: -7px;
    -webkit-transform: rotate(16deg);
            transform: rotate(16deg);
  }
}
#countdown .countdown_inner {
  width: 82%;
  border: 1px solid white;
  border-radius: 50px;
  padding: 10px 15px 8px;
  margin-bottom: 11px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #countdown .countdown_inner {
    padding: 7px 25px 6px;
    margin-bottom: 20px;
    width: auto;
  }
}
#countdown .time-unit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#countdown .countdownWrap {
  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: 6px;
}
@media screen and (max-width: 768px) {
  #countdown .countdownWrap {
    gap: 5px;
  }
}
#countdown .countdownWrap .txt {
  color: white;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #countdown .countdownWrap .txt {
    font-size: 16px;
  }
}
#countdown .countdownWrap .txt .yellow {
  color: var(--yellow01);
  font-size: 25px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #countdown .countdownWrap .txt .yellow {
    font-size: min(4.8vw, 22px);
  }
}
#countdown .countdownWrap .txt.digit {
  color: var(--yellow01);
  font-size: 65px;
  font-size: 47px;
  line-height: 1;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #countdown .countdownWrap .txt.digit {
    font-size: min(14.2vw, 55px);
    font-size: min(15.2vw, 45px);
    margin-bottom: 2px;
  }
}

.CM_Box_Wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .CM_Box_Wrap {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.CM_Box_Wrap .decoAll {
  position: fixed;
  pointer-events: none;
  width: 90px;
}
@media screen and (max-width: 768px) {
  .CM_Box_Wrap .decoAll {
    width: 48px;
  }
}
.CM_Box_Wrap .decoAll img {
  width: 83%;
}
.CM_Box_Wrap .decoAll.deco02_01 {
  top: 87px;
  left: calc((100% - 480px) / 2 - 74px);
}
@media screen and (max-width: 768px) {
  .CM_Box_Wrap .decoAll.deco02_01 {
    top: 10px;
    left: -2px;
  }
}
.CM_Box_Wrap .decoAll.deco02_02 {
  top: 85px;
  right: calc((100% - 480px) / 2 - 80px);
}
@media screen and (max-width: 768px) {
  .CM_Box_Wrap .decoAll.deco02_02 {
    top: 10px;
    right: -4px;
  }
}
.CM_Box_Wrap .leadWrap {
  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-bottom: 8px;
}
.CM_Box_Wrap .leadWrap .lead {
  color: white;
  text-align: center;
  font-size: 30px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .CM_Box_Wrap .leadWrap .lead {
    font-size: 18px;
  }
}
.CM_Box_Wrap .leadWrap .lead::before, .CM_Box_Wrap .leadWrap .lead::after {
  position: absolute;
  content: "";
  background-size: 100% 100%;
  background-image: url("/lalaport/special/winterbargain2025/common/images/fukidashi_line01.svg");
  width: 24px;
  height: 24px;
  top: 50%;
  left: -27px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .CM_Box_Wrap .leadWrap .lead::before, .CM_Box_Wrap .leadWrap .lead::after {
    width: 20px;
    height: 20px;
  }
}
.CM_Box_Wrap .leadWrap .lead::after {
  background-image: url("/lalaport/special/winterbargain2025/common/images/fukidashi_line02.svg");
  left: inherit;
  right: -27px;
  right: -17px;
}
.CM_Box_Wrap .movie_box {
  overflow: hidden;
  position: relative;
}
.CM_Box_Wrap .movie_box .movie_btn {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22%;
  display: none;
}
.CM_Box_Wrap .movie_box__poster {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.CM_Box_Wrap .movie_box__video,
.CM_Box_Wrap .movie_box__poster {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .CM_Box_Wrap .movie_box__video,
  .CM_Box_Wrap .movie_box__poster {
    border-radius: 20px;
  }
}
.CM_Box_Wrap .CM_Box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .CM_Box_Wrap .CM_Box {
    border-radius: 20px;
  }
}
.CM_Box_Wrap .CM_Box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.infoBox .icon {
  display: block;
  width: 73px;
  width: 50px;
  width: 73px;
  margin: 0 auto 12px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 768px) {
  .infoBox .icon {
    width: 42px;
    width: 50px;
    width: 67px;
    margin: 0 auto 10px;
    margin: 0 auto 20px;
    margin: 0 auto 24px;
  }
}
.infoBox .lead {
  color: var(--red01);
  text-align: center;
  font-size: 40px;
  font-size: 28px;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 47px;
  margin-bottom: 22px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .infoBox .lead {
    font-size: min(8.8vw, 25px);
    margin-bottom: 25px;
  }
}
.infoBox .lead.campaign, .infoBox .lead.other {
  color: #000;
}
.infoBox .facility_link_Wrap .linkBtn_Wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 12px;
}
.infoBox .facility_link_Wrap .linkBtn_Wrap_box .list {
  width: 49%;
}
.infoBox .facility_link_Wrap .linkBtn_Wrap_box .list.Bay {
  width: 100%;
}
.infoBox .facility_tabBox {
  background-color: white;
  width: 100%;
  padding: 35px 5% 35px;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 768px) {
  .infoBox .facility_tabBox {
    padding: 20px 5% 20px;
  }
}
.infoBox .facility_tabBox.helloRoom {
  padding: 25px 0% 25px;
}
@media screen and (max-width: 768px) {
  .infoBox .facility_tabBox.helloRoom {
    padding: 25px 0% 20px;
  }
}
.infoBox .facility_tabBox.helloRoom .linkBtn_Wrap_box .list {
  width: 32%;
}
.infoBox .facility_tabBox.helloRoom .linkBtn_Wrap_box .list .linkBtn.tabInnerBtn {
  -webkit-filter: inherit;
          filter: inherit;
  height: 42px;
  background-color: #ffd28f;
  border: 2px solid #ffd28f;
}
.infoBox .facility_tabBox.helloRoom .linkBtn_Wrap_box .list .linkBtn.tabInnerBtn:hover, .infoBox .facility_tabBox.helloRoom .linkBtn_Wrap_box .list .linkBtn.tabInnerBtn.is-active {
  background-color: var(--orange01);
  border: 2px solid var(--orange01);
}
.infoBox .facility_tabBox.helloRoom .linkBtn_Wrap_box .list .linkBtn.tabInnerBtn:hover .txt, .infoBox .facility_tabBox.helloRoom .linkBtn_Wrap_box .list .linkBtn.tabInnerBtn.is-active .txt {
  color: white;
}
.infoBox .facility_tabBox.helloRoom .linkBtn_Wrap_box .list .linkBtn.tabInnerBtn .txt {
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .infoBox .facility_tabBox.helloRoom .linkBtn_Wrap_box .list .linkBtn.tabInnerBtn .txt {
    font-size: 10px;
  }
}
.infoBox.campaign {
  background-color: var(--blue02);
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  .infoBox.campaign {
    padding: 0px 7% 18px;
  }
}
.infoBox.campaign .infoBox_inner {
  background-color: var(--blue02);
}
@media screen and (max-width: 768px) {
  .infoBox.campaign .infoBox_inner {
    padding-bottom: 0;
  }
}
.infoBox.other {
  background-color: var(--orange02);
  padding: 22px 0;
}
@media screen and (max-width: 768px) {
  .infoBox.other {
    padding: 0px 7% 18px;
    padding: 0px 0% 18px;
  }
}
.infoBox.other .infoBox_inner {
  background-color: var(--orange02);
}
@media screen and (max-width: 768px) {
  .infoBox.other .infoBox_inner {
    padding-bottom: 0;
  }
}

.inner_wrap_inside {
  padding: 0 10px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .inner_wrap_inside {
    padding: 0;
  }
}

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

.campaignBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  row-gap: 24px;
  border-radius: 30px;
  border-radius: 20px;
  width: 63%;
  width: 100%;
}
.campaignBanner .list {
  border-radius: 15px;
  overflow: hidden;
}

.other_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: 20px;
  row-gap: 38px;
}
@media screen and (max-width: 768px) {
  .other_facility_box {
    row-gap: 18px;
    row-gap: 28px;
  }
}
.other_facility_box .other_facility .tag {
  color: #000000;
  text-align: center;
  font-size: 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .other_facility_box .other_facility .tag {
    font-size: min(5.2vw, 20px);
    font-size: min(5vw, 18px);
  }
}
.other_facility_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8%;
  row-gap: 35px;
  row-gap: 8px;
  row-gap: 14px;
  row-gap: 22px;
}
@media screen and (max-width: 768px) {
  .other_facility_box .inner {
    gap: 10%;
    row-gap: 20px;
    row-gap: 7px;
    row-gap: 18px;
  }
}
.other_facility_box .inner .list {
  width: 46%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.other_facility_box .inner .list .list_inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .other_facility_box .inner .list {
    width: 45%;
  }
}
.other_facility_box .inner .list .link {
  position: relative;
  display: block;
  padding-bottom: 8px;
}
.other_facility_box .inner .list .link::after {
  position: absolute;
  content: "";
  width: 97%;
  height: 20px;
  background-image: url("/lalaport/special/winterbargain2025/common/images/other_linkLine_bla.svg");
  left: 0;
  bottom: 0px;
  bottom: -3px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .other_facility_box .inner .list .link::after {
    width: 100%;
    bottom: -3px;
  }
}
.other_facility_box .inner .list .link .txt {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .other_facility_box .inner .list .link .txt {
    font-size: min(3.2vw, 17px);
  }
}
.other_facility_box .inner .list .link:hover::after {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
  width: 104%;
}
@media screen and (max-width: 768px) {
  .other_facility_box .inner .list .link:hover::after {
    width: 100%;
  }
}

.footer_sns_wrap {
  border-bottom: 1px solid black;
  padding: 0px 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer_sns_wrap {
    margin-bottom: 40px;
  }
}
.footer_sns_wrap .tagWrap {
  position: relative;
  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-bottom: 20px;
}
.footer_sns_wrap .tagWrap::before {
  position: absolute;
  left: 0;
  content: "";
  background-color: black;
  width: 100%;
  height: 1px;
}
.footer_sns_wrap .tag {
  display: inline-block;
  background-color: white;
  position: relative;
  color: black;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer_sns_wrap .tag {
    font-size: 16px;
    padding: 0 10px;
  }
}
.footer_sns_wrap .sns_innerWrap {
  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: 3%;
}
.footer_sns_wrap .sns_innerWrap .followUs_arrow {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .footer_sns_wrap .sns_innerWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
.footer_sns_wrap .sns_innerWrap .lead {
  max-width: 300px;
  width: 63%;
}
.footer_sns_wrap .sns_innerWrap .arrow {
  width: 7%;
}
@media screen and (max-width: 768px) {
  .footer_sns_wrap .sns_innerWrap .arrow {
    width: 4%;
  }
}
.footer_sns_wrap .sns_innerWrap .snsIconWrap_box {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_sns_wrap .sns_innerWrap .snsIconWrap_box {
    width: 100%;
  }
}
.footer_sns_wrap .sns_innerWrap .snsIconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8%;
}
@media screen and (max-width: 768px) {
  .footer_sns_wrap .sns_innerWrap .snsIconWrap {
    position: relative;
    left: 4%;
  }
}
.footer_sns_wrap .sns_innerWrap .snsIconWrap .list {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .footer_sns_wrap .sns_innerWrap .snsIconWrap .list {
    width: auto;
  }
}
.footer_sns_wrap .sns_innerWrap .snsIconWrap .list .snsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
.footer_sns_wrap .sns_innerWrap .snsIconWrap .list .icon {
  display: block;
  display: inline-block;
}
.footer_sns_wrap .sns_innerWrap .snsIconWrap .list .icon img {
  display: block;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .footer_sns_wrap .sns_innerWrap .snsIconWrap .list .icon img {
    width: 40px;
  }
}
.footer_sns_wrap .sns_innerWrap .snsIconWrap .list .txt {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  width: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .footer_sns_wrap .sns_innerWrap .snsIconWrap .list .txt {
    font-size: 11px;
  }
}

#info {
  background-color: var(--pink01);
}
@media screen and (max-width: 768px) {
  #info {
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  #campaign {
    background-color: var(--blue02);
    padding: 20px 0 40px;
  }
}

#other {
  background-color: var(--orange02);
}
@media screen and (max-width: 768px) {
  #other {
    background-color: var(--orange02);
  }
}

.js_deco {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.js_deco.show {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .js_deco {
    display: none;
  }
}

#countdownMessage.finalDay {
  background: url("/lalaport/special/winterbargain2025/common/images/bargain_lastday.png") no-repeat center center;
  background-size: contain;
  width: 260px;
  /* 必要ならサイズ指定 */
  height: 60px;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #countdownMessage.finalDay {
    width: 213px;
    height: 45px;
    margin: 0 16px;
  }
}

#Link_Area {
  background-color: #FFFFFF;
}
#Link_Area .linkArea_banner {
  border-radius: 15px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #Link_Area .linkArea_banner {
    border-radius: 10px;
  }
}

.CD_intro .CD_exInfo {
  margin-bottom: 20px;
}
.CD_intro .checkNow_wrap {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 20px 0;
  margin-bottom: 28px;
}
.CD_intro .checkNow_wrap .checkNow {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.CD_intro .CD_intro_txt {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .CD_intro .CD_intro_txt {
    font-size: min(4.5vw, 19px);
  }
}

/* フッター */
.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: 920px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
.footer-inner_wrap .detail {
  padding-bottom: 40px;
  margin-bottom: 0px;
}

.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 {
  float: right;
  width: 203px;
  height: 42px;
  max-width: none;
  text-align: right;
  margin: -5px 40px 0 0;
}

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

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

.MSG_logo {
  width: 209px;
}

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

.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;
    margin: 20px 0 0px;
  }
  .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);
  }
}
.footer_facility_wrap_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-bottom: 50px;
}

.footer_facility_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;
  width: 900px;
}
@media screen and (max-width: 768px) {
  .footer_facility_wrap {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer_facility_wrap .facility {
  position: relative;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .footer_facility_wrap .facility {
    border: none;
    width: 50%;
  }
  .footer_facility_wrap .facility:nth-of-type(even)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgb(229, 229, 229);
  }
}
.footer_facility_wrap .facility:first-of-type {
  border: 0;
}
.footer_facility_wrap .facility a {
  display: block;
}
.footer_facility_wrap .facility a img {
  width: 100%;
}

.copyrightWrap {
  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;
}
.copyrightWrap .rogo {
  width: 330px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .copyrightWrap .rogo {
    width: 300px;
  }
}

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/special/winterbargain2025/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 .linkBtn.menuBtn:hover.menuBtn {
  background-image: url("/lalaport/special/winterbargain2025/common/images/navBG.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn {
    background-image: inherit;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn .txt {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn .txt {
    color: black;
  }
}
nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn::after {
  background-image: url("/lalaport/special/winterbargain2025/common/images/navBtn02.png");
}
@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover.menuBtn::after {
    background-image: url("/lalaport/special/winterbargain2025/common/images/navBtn01.png");
  }
}
nav .lists .list.linkBtn_wrap.current .linkBtn.menuBtn {
  background-image: url("/lalaport/special/winterbargain2025/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/special/winterbargain2025/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;
}

.sidebar_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 250px;
  width: 90%;
}

.menu_allWrap {
  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;
}
.menu_allWrap .menuList {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu_allWrap .menuList.Actual {
  row-gap: 0px;
}
@media screen and (max-width: 768px) {
  .menu_allWrap .menuList.CD {
    row-gap: 0px;
  }
}
@media screen and (max-width: 768px) {
  .menu_allWrap .menuList .list.CD {
    padding: 13px 0 10px;
    border-bottom: 1px solid white;
  }
}
@media screen and (max-width: 768px) {
  .menu_allWrap .menuList .list.CD:first-of-type {
    border-top: 1px solid white;
  }
}
.menu_allWrap .menuList .list .ja {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .menu_allWrap .menuList .list .ja {
    margin: 0 auto 2px;
    width: 66%;
  }
}
.menu_allWrap .menuList .list .en {
  width: 68%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .menu_allWrap .menuList .list .en {
    width: 47%;
  }
}
.menu_allWrap .menuList.Actual .list {
  border-bottom: 1px solid white;
}
.menu_allWrap .menuList.Actual .list:first-of-type {
  border-top: 1px solid white;
}
.menu_allWrap .menuList.Actual .list .link {
  padding: 28px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .menu_allWrap .menuList.Actual .list .link {
    padding: 21px 0;
  }
}
.menu_allWrap .menuList.Actual .list .ja {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .menu_allWrap .menuList.Actual .list .ja {
    width: 65%;
    margin-bottom: 7px;
  }
}
.menu_allWrap .menuList.Actual .list .en {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .menu_allWrap .menuList.Actual .list .en {
    width: 40%;
  }
}
.menu_allWrap .menuList.Actual .list.circle,
.menu_allWrap .menuList.Actual .link.circle {
  position: relative;
}
.menu_allWrap .menuList.Actual .list.circle::after,
.menu_allWrap .menuList.Actual .link.circle::after {
  position: absolute;
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.menu_allWrap .menuList.Actual .list.circle::before,
.menu_allWrap .menuList.Actual .link.circle::before {
  left: 0;
  top: -3px;
}
.menu_allWrap .menuList.Actual .list.circle::after,
.menu_allWrap .menuList.Actual .link.circle::after {
  left: 0;
  bottom: -3px;
}
.menu_allWrap .menuList.Actual .list.circle:first-of-type::before,
.menu_allWrap .menuList.Actual .link.circle:first-of-type::before {
  position: absolute;
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: -3px;
}
.menu_allWrap .menuList.Actual .link.circle::before {
  left: inherit;
  right: 0;
  top: -3px;
}
.menu_allWrap .menuList.Actual .link.circle::after {
  left: inherit;
  right: 0;
  bottom: -3px;
}

.CD_KVRogo {
  max-width: 350px;
  width: 62%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lala_bargain_rogo {
  max-width: 350px;
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu_title {
  width: 90px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .menu_title {
    width: 50px;
    margin-bottom: 10px;
  }
}
.menu_title.CD {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 117px;
}
@media screen and (max-width: 768px) {
  .menu_title.CD {
    position: static;
    width: 50px;
  }
}

/* モーダル（矢印遷移付き）ここから */
.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;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.js-modal-open .icon {
  width: 72px;
}

/* 後で復帰  */
.modal-wrapper,
.modal-wrapper2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(4, 4, 4, 0.7);
  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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper,
  .modal-wrapper2 .modal-content-wrapper {
    position: static;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    left: 0%;
    top: 0px;
    width: 90%;
    display: block;
    margin: 30px auto 0;
  }
}

.modal-wrapper .modal-content-wrapper .modal-main,
.modal-wrapper2 .modal-content-wrapper .modal-main {
  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;
}
@media screen and (max-width: 768px) {
  .modal-wrapper .modal-content-wrapper .modal-main,
  .modal-wrapper2 .modal-content-wrapper .modal-main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}

.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: 58px;
  bottom: 20px;
  width: 40px;
  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);
}

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

.top_return_btn {
  display: block;
  width: 60px;
  margin: 30px auto 0px;
}

.modal_inner_wrapper {
  background-color: gray;
  border-radius: 36px;
  border: 4px solid white;
  padding: 30px 4%;
}
.modal_inner_wrapper.CD {
  background-image: url("/lalaport/special/winterbargain2025/common/images/modal_CD_BG01.png?2511");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.modal_inner_wrapper.Actual {
  background-color: var(--red01);
}

.menu_title_sp {
  width: 75%;
  display: block;
  margin: 0 auto 30px;
}

/* タブ切り替え */
.panel-group {
  color: black;
}

.panel {
  display: none;
}

.panel.is-show {
  display: block;
}

.tabBtn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
}
.tabBtn_wrap .tabBtn {
  width: 24.25%;
  text-align: center;
  background-color: var(--red02);
  border-radius: 8px 8px 0 0;
  padding: 14px 0;
}
.tabBtn_wrap .tabBtn .txt {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .tabBtn_wrap .tabBtn .txt {
    font-size: 14px;
  }
}
.tabBtn_wrap .tabBtn .txt.Actual {
  font-weight: 400;
}
.tabBtn_wrap .tabBtn.is-active {
  background-color: white;
}
.tabBtn_wrap .tabBtn.is-active .txt {
  color: var(--red02);
  font-weight: 900;
}
.tabBtn_wrap .tabBtn.is-active .txt.Actual {
  font-weight: 700;
  color: var(--orange01);
}
.tabBtn_wrap.helloRoom .tabBtn {
  background-color: white;
  border-radius: 30px;
  padding: 6px 3px 6px 9px;
  position: relative;
}
.tabBtn_wrap.helloRoom .tabBtn::before {
  position: absolute;
  content: "";
  background-image: url("/lalaport/special/winterbargain2025/common/images/HR_arrow00.svg?2511");
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .tabBtn_wrap.helloRoom .tabBtn::before {
    width: 11px;
    height: 11px;
    right: 5px;
  }
}
.tabBtn_wrap.helloRoom .tabBtn .txt {
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 19px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .tabBtn_wrap.helloRoom .tabBtn .txt {
    font-size: 12px;
  }
}
.tabBtn_wrap.helloRoom .tabBtn.tab-A {
  border: 1px solid var(--orange01);
}
.tabBtn_wrap.helloRoom .tabBtn.tab-A::before {
  background-image: url("/lalaport/special/winterbargain2025/common/images/HR_arrow01.svg?2511");
}
.tabBtn_wrap.helloRoom .tabBtn.tab-A .txt {
  color: var(--orange01);
}
.tabBtn_wrap.helloRoom .tabBtn.tab-B {
  border: 1px solid #00D3FF;
}
.tabBtn_wrap.helloRoom .tabBtn.tab-B::before {
  background-image: url("/lalaport/special/winterbargain2025/common/images/HR_arrow02.svg?2511");
}
.tabBtn_wrap.helloRoom .tabBtn.tab-B .txt {
  color: #00D3FF;
}
.tabBtn_wrap.helloRoom .tabBtn.tab-C {
  border: 1px solid #14CFBB;
}
.tabBtn_wrap.helloRoom .tabBtn.tab-C::before {
  background-image: url("/lalaport/special/winterbargain2025/common/images/HR_arrow03.svg?2511");
}
.tabBtn_wrap.helloRoom .tabBtn.tab-C .txt {
  color: #14CFBB;
}
.tabBtn_wrap.helloRoom .tabBtn.tab-D {
  border: 1px solid #FF8CC0;
}
.tabBtn_wrap.helloRoom .tabBtn.tab-D::before {
  background-image: url("/lalaport/special/winterbargain2025/common/images/HR_arrow04.svg?2511");
}
.tabBtn_wrap.helloRoom .tabBtn.tab-D .txt {
  color: #FF8CC0;
}
.tabBtn_wrap.helloRoom .tabBtn.is-active {
  background-color: var(--orange01);
  border: 1px solid var(--orange01);
}
.tabBtn_wrap.helloRoom .tabBtn.is-active::before {
  background-image: url("/lalaport/special/winterbargain2025/common/images/HR_arrow00.svg?2511");
}
.tabBtn_wrap.helloRoom .tabBtn.is-active .txt {
  color: white;
}
.tabBtn_wrap.helloRoom.category .tabBtn {
  border: 1px solid #D9D9D9;
  padding: 6px 0px 6px 0px;
}
.tabBtn_wrap.helloRoom.category .tabBtn::before {
  content: none;
}
.tabBtn_wrap.helloRoom.category .tabBtn .txt {
  text-align: center;
  color: #D9D9D9;
}
.tabBtn_wrap.helloRoom.category .tabBtn.is-active {
  border: 1px solid var(--orange01);
}
.tabBtn_wrap.helloRoom.category .tabBtn.is-active .txt {
  color: white;
}

#info_Actual {
  background-color: var(--red01);
  padding-top: 0;
}
#info_Actual .tabBtn_wrap .tabBtn.tab-A {
  background-color: var(--orange01);
}
#info_Actual .tabBtn_wrap .tabBtn.tab-A .txt {
  color: white;
}
#info_Actual .tabBtn_wrap .tabBtn.tab-B {
  background-color: #00D3FF;
}
#info_Actual .tabBtn_wrap .tabBtn.tab-C {
  background-color: #14CFBB;
}
#info_Actual .tabBtn_wrap .tabBtn.tab-D {
  background-color: #FF8CC0;
}
#info_Actual .tabBtn_wrap .tabBtn.is-active {
  background-color: white;
}
#info_Actual .tabBtn_wrap .tabBtn.is-active .txt {
  color: var(--orange01);
  font-weight: 900;
}

/* タブ切り替えここまで */
.KV_bargain01_ex {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .KV_bargain01_ex {
    margin-bottom: 20px;
  }
}

.KV_bargain_lead {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  width: 59%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .KV_bargain_lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.info_Actual_topWrap {
  background-color: black;
  padding: 26px 0 26px;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .info_Actual_topWrap {
    border-radius: 0;
  }
}
.info_Actual_topWrap::after {
  position: absolute;
  content: "";
  background-image: url("/lalaport/special/winterbargain2025/common/images/bla_arrow01.svg");
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 20px;
  height: 20px;
  bottom: -15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .info_Actual_topWrap::after {
    width: 15px;
    height: 15px;
    bottom: -12px;
  }
}
.info_Actual_topWrap .info_Actual_top {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  width: 89%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info_Actual_topWrap .info_Actual_top {
    font-size: min(8.6vw, 25px);
  }
}

#helloRoom {
  background-color: #EEE59B;
}
#helloRoom .HR_choice_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: 32px;
}
@media screen and (max-width: 768px) {
  #helloRoom .HR_choice_Box {
    row-gap: 20px;
  }
}
#helloRoom .HR_choice_Box .HR_choice_wrap:first-of-type {
  border-bottom: 1px solid #D9D9D9;
}
#helloRoom .HR_choice_Box .HR_choice_rabel {
  color: black;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #helloRoom .HR_choice_Box .HR_choice_rabel {
    font-size: 14px;
  }
}
#helloRoom .helloRoom_box {
  background-color: white;
  padding: 35px 5% 20px;
  border-radius: 20px;
}
#helloRoom .helloRoom_box .intro_lead_wrap {
  text-align: center;
  margin-bottom: 40px;
}
#helloRoom .helloRoom_box .intro_lead_wrap .HR_rogo {
  width: 70px;
  display: block;
  margin: 0 auto 30px;
}
#helloRoom .helloRoom_box .intro_lead_wrap .subTxt {
  color: black;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
}
#helloRoom .helloRoom_box .intro_lead_wrap .main_lead_wrap {
  text-align: center;
  margin-bottom: 24px;
}
#helloRoom .helloRoom_box .intro_lead_wrap .main_lead_wrap .main_lead {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  color: black;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  /* 32.4px */
  letter-spacing: 0.27px;
  width: 80%;
}
#helloRoom .helloRoom_box .intro_lead_wrap .main_lead_wrap .main_lead_line {
  display: inline-block;
  padding: 0 0.3em 0 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #fff782));
  background: linear-gradient(to bottom, transparent 60%, #fff782 40%);
}
#helloRoom .helloRoom_box .intro_lead_wrap .leadTxt {
  color: black;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #helloRoom .helloRoom_box .intro_lead_wrap .leadTxt {
    font-size: 12px;
  }
}

/* ザッピング　HELLOROOM埋め込み動画の調整 */
.movie-content {
  position: relative;
}

div.movie-content.xp_thumbnails {
  display: inherit;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  white-space: nowrap;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  padding-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none !important;
}

div.xp_post {
  width: 110px;
  margin-bottom: 0px;
}

img.xp_thumbnail_image {
  height: 200px;
  width: auto;
}

.movie-content_title {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 100px;
}

ul.xp_thumbnails {
  padding: 30px 0 0 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  div.movie-content ul.xp_thumbnails li {
    width: auto;
    display: inline-block;
    margin-right: inherit;
  }
  img.xp_thumbnail_image {
    /* height: 150px; */
    height: 200px;
  }
  ul.xp_thumbnails {
    padding-bottom: 0px;
    padding-top: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  div.xp_post {
    width: 113px;
  }
}
.scroll-animation {
  -webkit-animation: arrow 1.5s infinite linear;
          animation: arrow 1.5s infinite linear;
  margin-bottom: 40px;
  margin-top: 31px;
  font-size: 15px;
  text-align: right;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.xp_staff_info_name {
  width: 150px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .scroll-animation {
    font-size: 3.5vw;
  }
  .xp_staff_info_name {
    font-size: 12px;
  }
  .xp_staff_info_business {
    font-size: 12px !important;
  }
  .xp_staff_info_name {
    width: 130px !important;
  }
}
/* ネイティブのスクロールバーは非表示にしておく */
.xp_thumbnails {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE, Edge */
}

.xp_thumbnails::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari など */
}

.xp_thumbnails_wrap {
  position: relative;
}

/* 全体 */
.xp_scrollbar {
  margin-top: 8px;
  padding: 0 8px;
  /* 端の余白はお好みで */
}

/* レール部分 */
.xp_scrollbar-track {
  position: relative;
  height: 12px;
  /* クリック／タップ用の当たり判定 */
  background: transparent;
}

/* 中央の細い罫線 */
.xp_scrollbar-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  /* 実際に見える線の太さ */
  border-radius: 1px;
  background: rgb(233, 233, 233);
  /* もし前のグラデーション風にしたければこちらでもOK
  background: linear-gradient(
    to bottom,
    transparent 0,
    transparent 5px,
    rgb(233, 233, 233) 5px,
    rgb(233, 233, 233) 7px,
    transparent 7px,
    transparent 100%
  );
  */
}

/* つまみ：線の中央に乗るように少しだけ太めに */
.xp_scrollbar-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 中央に揃える */
  height: 8px;
  /* お好みで 6〜10px くらいでも */
  width: 70px !important;
  /* 初期値。JS で上書き */
  background: rgb(0, 0, 0);
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .xp_scrollbar-thumb {
    width: 50px !important;
  }
}

.xp_post .xp_staff_info_card {
  position: relative;
  margin-top: 30px;
}
.xp_post .xp_staff_info_card p {
  text-align: center;
}
.xp_post .xp_staff_info_image {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -36px;
}

#countdown_page #KV {
  background-color: white;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  #countdown_page #KV {
    border-radius: 0;
  }
}
#countdown_page #KV .inner_wrap {
  padding: 0;
}
#countdown_page #KV .CD_titleBox .CD_visual_wrap {
  background-color: inherit;
  height: calc(100vh - 80px);
  border: 0;
}
@media screen and (max-width: 768px) {
  #countdown_page #KV .CD_titleBox .CD_visual_wrap {
    height: auto;
    background-color: #FBFAF8;
  }
}
#countdown_page #KV .CD_titleRogo {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 63%;
}
@media screen and (max-width: 768px) {
  #countdown_page #KV .CD_titleRogo {
    position: relative;
    bottom: 0%;
    left: 6%;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
}

/* ▼ 小さく出てポンと拡大で入る（初期状態） */
.js_fadein, .js_animation01 {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.js_animation01 {
  -webkit-transform: translate3d(0, 30px, 0) scale(0.6);
          transform: translate3d(0, 30px, 0) scale(0.6);
}

.is-show-pop {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.js_fadein {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.is-show-fadeUp {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
/*# sourceMappingURL=style.css.map */
