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

@media screen and (max-width: 768px) {
  header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

header div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  header div {
    width: 100%;
    min-width: inherit;
    margin: 0 7px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
  }
}

header div a img {
  height: 47px;
  width: auto;
}

@media screen and (max-width: 1000px) {
  header div a img {
    height: 4vw;
  }
}

@media screen and (max-width: 768px) {
  header div a img {
    height: 26px;
    width: auto;
  }

  header {
    height: 57px;
  }
}

.left {
  margin: 0px;
  /* padding-left: 3%; */
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}

.right {
  float: right;
  height: 37px;
  height: 32px;
  padding-right: 2%;
  width: auto;
}

@media screen and (max-width: 1000px) {
  .right {
    height: 2.7vw;
  }
}

@media screen and (max-width: 768px) {
  .right {
    float: right;
    height: 18px;
  }

  .left {
    margin: 0px;
    gap: 0px;
  }

  .left img {
    margin-right: 10px;
  }
}

.rogo-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

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

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

@media screen and (max-width: 768px) {
  footer {
    padding-top: 0;
  }
}

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

@media screen and (max-width: 1100px) {
  .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-left: 5%;
    padding-right: 5%;
  }
}

.container-fluid {
  display: block;
  /* overflow: hidden; */
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

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

@media (max-width: 414px) {
  .container-fluid p {
    margin-bottom: 20%;
  }

  .footer-container_detail {
    font-size: 3.2vw;
  }
}

#footer_nav {
  width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #footer_nav {
    width: 100%;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 34px;
  }
}

@media (max-width: 414px) {
  #footer_nav {
    width: 100%;
    padding-top: 0px;
    padding-left: inherit;
  }
}

#footer_nav li {
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.8px;
  padding-bottom: 20px;
  /* margin: 0; */
  list-style-type: none;
  /* float: left; */
  /* width: 33.3%; */
  /* width: 25%; */
  /* list-style-position: outside; */
  position: relative;
}

@media (max-width: 950px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
  }
}

@media screen and (max-width: 768px) {
  #footer_nav li {
    font-size: 13px;
    /* width: 50%; */
    text-align: center;
  }
}

@media (max-width: 414px) {
  #footer_nav li {
    /* font-size: 11px; */
    font-size: 3.1vw;
    width: 100%;
    padding-bottom: 10px;
  }
}

#footer_nav li:not(:first-of-type) {
  margin-left: 2em;
}

@media (max-width: 950px) {
  #footer_nav li:last-of-type {
    margin-right: 2em;
  }
}

@media screen and (max-width: 768px) {

  #footer_nav li:not(:first-of-type),
  #footer_nav li:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}

#footer_nav li:not(:last-of-type)::after {
  content: "|";
  font-size: 1.5em;
  font-weight: 100;
  display: inline-block;
  position: absolute;
  top: -0.3em;
  right: -0.8em;
}

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

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

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

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

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

@media (max-width: 950px) {
  .footer__logo__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__logo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  margin-bottom: 20px;
}

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

@media (max-width: 950px) {
  .footer__logo__left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__logo__left img {
    max-width: 150px;
  }
}

@media (max-width: 414px) {
  .footer__logo__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__logo__left,
  .footer__logo__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
  }
}

/* コピーライトの改行なし */
.footer .container-fluid br {
  display: none;
}

@media (max-width: 414px) {
  .footer .container-fluid br {
    display: inline-block;
  }

  .footer {
    font-size: 2.8vw;
  }
}

/* TOPへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 9998;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#pageTop a {
  display: block;
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  text-indent: 0px;
  line-height: 300%;
  text-decoration: none;
  line-height: 1.5em;
  font-family: "Noto Sans";
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  #pageTop a {
    display: block;
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    text-indent: 0px;
    line-height: 300%;
    text-decoration: none;
    line-height: 1.5em;
    font-family: "Noto Sans";
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 9998;
  }
}

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

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 266px;
  }
}

@media (max-width: 420px) {
  .footer__logo__right a {
    width: 80%;
  }

  .footer_logo {
    width: 100%;
  }
}

.copyright {
  font-size: 12px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .copyright {
    margin-bottom: 100px;
  }
}

/* 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;
  bottom: -60px;
  display: block;
  width: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

@media screen and (max-width: 768px) {

  .slick-prev,
  .slick-next {
    width: 32px;
  }
}

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

.slick-prev.slider02 {
  left: 0px;
}

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

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

.slick-next.slider02 {
  right: -19px;
}

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

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

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

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

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

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

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

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button:before {
  background-color: rgb(6, 6, 6);
  border-radius: 50%;
}

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

.slick-prev {
  left: 80px;
}

.slick-next {
  right: 80px;
}

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

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

@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -54px;
  }
}

.thumbWrap picture {
  display: none;
}

.thumbWrap picture.is-active {
  display: block;
}

.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: 0px;
  top: 4px;
  width: 50px;
  height: 50px;
  z-index: 900;
  border-radius: 50%;
}

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

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

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

.line-3 {
  top: 35px;
  top: 33px;
  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;
  height: 100%;
  z-index: 503;
  background: white;
}

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

/* ハンバーガーメニューここまで */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-weight: normal;
}

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

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

picture {
  display: block;
}

video {
  width: 100%;
}

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

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

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

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

.contents-inner {
  display: block;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contents-inner {
    width: 100%;
  }
}

.contents-inner .innerWrap {
  width: calc(100% - 50px);
  display: block;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contents-inner .innerWrap {
    width: calc(100% - 40px);
  }
}

.contentsAllwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--purple01);
  background: rgb(195, 195, 195);
}

@media screen and (max-width: 768px) {
  .contentsAllwrap {
    margin-top: 56px;
  }
}

.contentsAllwrap .leftContents {
  width: 24vw;
  width: 24%;
  background-color: #FFFDF2;
  position: relative;
  padding-top: 142px;
  padding-top: 100px;
  height: 100vh;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .contentsAllwrap .leftContents {
    width: 300px;
  }
}

.contentsAllwrap .leftContents .contents-inner {
  background-color: var(--purple01);
}

.contentsAllwrap .leftContents .contents-inner .innerWrap {
  width: auto;
}

.contentsAllwrap .leftContents .contents-inner .sideMenu {
  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: 7vh;
}

.contentsAllwrap .centerContents {
  width: 30vw;
  width: 30%;
  position: relative;
  z-index: 500;
  background-color: #FFEC93;
}

@media screen and (max-width: 1100px) {
  .contentsAllwrap .centerContents {
    width: 420px;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .contentsAllwrap .centerContents {
    margin-top: 0;
    width: 100%;
    z-index: 1;
    border: 0;
  }
}

.contentsAllwrap .centerContents::before {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #FFEC93;
  z-index: 1;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .contentsAllwrap .centerContents::before {
    content: none;
  }
}

.contentsAllwrap .centerContents::after {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #FFEC93;
  z-index: 1;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .contentsAllwrap .centerContents::after {
    content: none;
  }
}

.contentsAllwrap .rightContents {
  background-color: #9cbfee;
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/rightContentsBG_re.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-position: bottom;
  width: 46vw;
  width: 46%;
  height: 100vh;
}

.contentsAllwrap .rightContents.fixed {
  left: 54vw;
  left: 54%;
}

@media screen and (max-width: 1100px) {
  .contentsAllwrap .rightContents.fixed {
    left: 720px;
  }
}

@media screen and (max-width: 1100px) {
  .contentsAllwrap .rightContents {
    width: calc(100vw - 300px - 420px);
  }
}

.contentsAllwrap .rightContents .inner {
  position: absolute;
  z-index: 1;
  top: 112px;
  width: 31vw;
  right: 3%;
}

@media screen and (max-width: 1100px) {
  .contentsAllwrap .rightContents .inner {
    width: 150px;
  }
}

.contentsAllwrap .rightContents .inner .maincatch {
  width: 100%;
  display: block;
}

.facilityRogo {
  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: 12px;
  row-gap: 8px;
  margin-bottom: 18px;
}

.facilityRogo .list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}

.facilityRogo .list .link {
  display: block;
  padding: 9px 5%;
  padding: 4px 5%;
  position: relative;
}

.facilityRogo .list .link img {
  width: 150px;
}

.facilityRogo .list .link::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/circle_linkBtn01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.facilityRogo .list .link:hover::before {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/circle_linkBtn02.svg");
}

.staff_banner {
  position: absolute;
  bottom: 30px;
  right: 3%;
  width: 63%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 11px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 0 11px rgba(0, 0, 0, 0.35));
}

.staff_banner .whiteLink {
  display: block;
}

.KV_character {
  position: absolute;
}

.KV_character.character01 {
  pointer-events: none;
  width: 81px;
  top: -20px;
  right: -13px;
}

@media screen and (max-width: 768px) {
  .KV_character.character01 {
    width: 106px;
    top: -37px;
    right: -15px;
  }
}

.KV_character.character02 {
  width: 50px;
  bottom: 0%;
  left: 0;
  pointer-events: none;
}

.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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}

.categoryTitle.concept {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .categoryTitle {
    margin-bottom: 20px;
  }
}

.categoryTitle .en {
  width: 100%;
  display: block;
  margin: 0 auto 14px;
}

@media screen and (max-width: 768px) {
  .categoryTitle .en {
    margin: 0 auto 12px;
  }
}

.categoryTitle .ja {
  color: var(--black01);
  font-size: clamp(12px, 0.8vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  letter-spacing: 1.2px;
}

@media screen and (max-width: 768px) {
  .categoryTitle .ja {
    font-size: min(3.3vw, 12px);
  }
}

.categoryTitle .ja.leftSide {
  text-align: left;
}

.categoryTitle .ja.white {
  color: white;
}

.categoryTitle .ja.concept {
  text-align: center;
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .categoryTitle .ja.concept {
    font-size: min(4.1vw, 13px);
  }
}

.categoryTitle .ja.shop {
  background-color: white;
  padding: 5px 15px;
  border-radius: 20px;
}

.categoryTitle .ja.access {
  background-color: white;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  padding: 7px 0;
}

.categoryTitle.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .categoryTitle.center {
    margin-bottom: 28px;
  }
}

.categoryTitle.center.access {
  width: 100%;
  display: block;
  margin: 0 auto 22px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .categoryTitle.center.access {
    margin-bottom: 20px;
  }
}

.categoryTitle.center.shop {
  margin-bottom: 20px;
}

.categoryTitle .sub {
  color: #000;
  text-align: center;
  font-size: clamp(15px, 1.3vw, 22px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.04em;
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .categoryTitle .sub {
    font-size: min(3.8vw, 18px);
  }
}

.sliderWrap {
  overflow-x: hidden;
}

.sliderWrap.Wrap02 {
  overflow: inherit;
}

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

.bannerWrap .list {
  border-radius: 15px;
  overflow: hidden;
}

.linkBtn_wrap .linkBtn {
  display: block;
  padding: 22px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .linkBtn_wrap .linkBtn {
    padding: 16px 0;
  }
}

.linkBtn_wrap .linkBtn .txt {
  color: white;
  text-align: center;
  font-size: 18px;
  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 {
  background-color: white;
}

.linkBtn_wrap .linkBtn:hover .txt {
  color: var(--purple02);
}

.linkBtn_wrap .linkBtn:hover::after {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/linkBtn01_02.svg");
}

.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: 1100px) {
  .allWrapBG.BG01 {
    width: calc(100vw - 300px - 420px);
  }
}

.allWrapBG.BG02 {
  width: 65vw;
  right: 0px;
  bottom: 0;
}

.leadWrap {
  margin-bottom: 37px;
}

@media screen and (max-width: 768px) {
  .leadWrap {
    margin-bottom: 28px;
  }
}

.leadWrap .lead {
  color: #000;
  text-align: center;
  font-size: clamp(13px, 1.2vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .leadWrap .lead {
    font-size: min(3.6vw, 14px);
  }
}

.leadWrap .lead.sub {
  font-size: 10px;
  margin-bottom: 0px;
}

.leadWrap .lead.access {
  font-weight: 500;
}

.leadWrap .lead.lead {
  font-size: clamp(11px, 1.1vw, 22px);
}

@media screen and (max-width: 768px) {
  .leadWrap .lead.lead {
    font-size: min(3.6vw, 16px);
  }
}

.whiteLink {
  position: relative;
  display: block;
}

.whiteLink:hover::after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.rainbowBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.rainbowBar .rainbowBar01 {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.rainbowBar.black {
  height: 2px;
  width: 100%;
  background-color: black;
}

.rainbowBar.bar03 {
  margin-bottom: 1.5vw;
}

@media screen and (max-width: 768px) {
  .rainbowBar.bar03 {
    margin-bottom: 14px;
  }
}

:root {
  --blue01: #004098;
  --blue02: #299AFF;
  --black01: #1E1E1E;
  --gray01: #D3D3D3;
  --orange01: #FF7326;
  --orange02: #FF6500;
  --yellow01: #FFF9DB;
  --yellow02: #FFD200;
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #1976d2;
  will-change: transform, opacity;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}

#lottie1 {
  list-style: none;
  width: min(60vw, 420px);
  height: min(60vw, 420px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #lottie1 {
    top: 43%;
  }
}

.JS_wide {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  will-change: transform;
}

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

#KV {
  padding-top: 0;
  padding-bottom: 0;
}

#KV .contents-inner .mainTitle {
  width: 100%;
  position: relative;
}

#KV .contents-inner .kv_leadWrap {
  text-align: center;
  padding-bottom: 2vw;
}

@media screen and (max-width: 768px) {
  #KV .contents-inner .kv_leadWrap {
    padding-bottom: 25px;
  }
}

#KV .contents-inner .kv_leadWrap .introLead {
  display: inline;
  color: #000;
  text-align: center;
  font-size: clamp(11px, 1vw, 21px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  background: white;
  padding-bottom: 0.2vw;
}

@media screen and (max-width: 768px) {
  #KV .contents-inner .kv_leadWrap .introLead {
    font-size: min(3.8vw, 16px);
  }
}

#KV .contents-inner .kv_leadWrap .introLead .attention {
  color: #7057A3;
}

#KV .contents-inner .main_sp {
  position: absolute;
  top: 3%;
  left: 4%;
  width: 82%;
  z-index: 1;
}

#KV .contents-inner .sub_sp {
  position: absolute;
  bottom: 7%;
  right: 6%;
  width: 67%;
  z-index: 1;
}

#intro {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/event_campaignBG.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 100px 0 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #intro {
    padding: 50px 0 50px;
  }
}

#intro .event_campaign_deco {
  position: absolute;
  width: 92px;
  top: -100px;
  right: 40%;
}

@media screen and (max-width: 768px) {
  #intro .event_campaign_deco {
    width: 83px;
    top: -87px;
  }
}

#news {
  padding-top: 50px;
  padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
  #news {
    margin-top: -26vw;
    padding-top: 60px;
  }
}

#news .news_deco {
  position: absolute;
  width: 93px;
  right: -4%;
  top: 20px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #news .news_deco {
    width: 61px;
    right: -8px;
    top: 30px;
  }
}

#news .contents-inner .innerWrap {
  background: #FFFDF2;
  -webkit-box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 45px 5%;
}

@media screen and (max-width: 768px) {
  #news .contents-inner .innerWrap {
    padding: 30px 5%;
    border-radius: 10px;
  }
}

#news .contents-inner .newsTilte {
  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: 22px;
}

#news .contents-inner .newsTilte .en {
  width: 150px;
}

@media screen and (max-width: 768px) {
  #news .contents-inner .newsTilte .en {
    width: 124px;
  }
}

#news .contents-inner .newsTilte .ja {
  color: var(--black01);
  font-size: clamp(12px, 0.8vw, 14px);
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  #news .contents-inner .newsTilte .ja {
    font-size: min(3.3vw, 12px);
  }
}

#news .contents-inner .newsContents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}

#news .contents-inner .tag_name {
  margin-bottom: 20px;
  border-bottom: 1px solid #FF8847;
}

@media screen and (max-width: 768px) {
  #news .contents-inner .tag_name {
    margin-bottom: 18px;
  }
}

#news .contents-inner .tag_name .txt {
  background-color: #FF8847;
  display: inline-block;
  padding: 4px 0px 4px;
  width: 113px;
  border-radius: 0 5px 0 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#news .contents-inner .otherInfo_wrap {
  margin-top: 20px;
}

#news .contents-inner .otherInfo_wrap .otherInfo {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.06em;
}

#news .contents-inner .otherInfo_wrap .otherInfo a {
  color: #000;
  text-decoration: underline;
}

#concept,
#modal {
  margin-top: 60px;
  padding: 0px;
  position: relative;
}

#concept .titleWrap,
#modal .titleWrap {
  position: relative;
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {

  #concept .titleWrap,
  #modal .titleWrap {
    padding-bottom: 17px;
  }
}

#concept .titleWrap .exWrap,
#modal .titleWrap .exWrap {
  position: relative;
  z-index: 1;
}

#concept .titleWrap .exWrap .en,
#modal .titleWrap .exWrap .en {
  max-width: 270px;
  width: 90%;
}

#concept .conceptBG,
#modal .conceptBG {
  position: absolute;
  bottom: 0;
  left: 0;
}

#concept .conceptBG.BG01_02,
#modal .conceptBG.BG01_02 {
  position: relative;
  z-index: 2;
}

#concept .conceptBG.BG01_03,
#modal .conceptBG.BG01_03 {
  position: absolute;
  left: 47%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 283px;
  bottom: 16px;
}

#concept .top_concept_deco,
#modal .top_concept_deco {
  position: absolute;
}

#concept .top_concept_deco.deco01,
#modal .top_concept_deco.deco01 {
  width: 50%;
  left: -18%;
  top: -112px;
}

#concept .top_concept_deco.deco02,
#modal .top_concept_deco.deco02 {
  width: 28%;
  right: 8%;
  top: -11px;
}

@media screen and (max-width: 768px) {

  #concept .top_concept_deco.deco02,
  #modal .top_concept_deco.deco02 {
    width: 123px;
    right: 30px;
    top: -35px;
  }
}

#concept .top_concept_deco.deco02_03,
#modal .top_concept_deco.deco02_03 {
  width: 24%;
  right: 6%;
  top: 17px;
}

#concept .top_concept_deco.deco03,
#modal .top_concept_deco.deco03 {
  width: 47%;
  left: -19%;
  bottom: 117px;
}

#concept .top_concept_deco.deco04,
#modal .top_concept_deco.deco04 {
  width: 31%;
  right: -13%;
  bottom: 243px;
}

#concept .contents-inner.upper,
#concept .contents-inner.bottom,
#modal .contents-inner.upper,
#modal .contents-inner.bottom {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/conceptBG.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 150px;
}

@media screen and (max-width: 768px) {

  #concept .contents-inner.upper,
  #concept .contents-inner.bottom,
  #modal .contents-inner.upper,
  #modal .contents-inner.bottom {
    padding-top: 82px;
  }
}

#concept .contents-inner.bottom,
#modal .contents-inner.bottom {
  padding-top: 120px;
  padding-bottom: 200px;
}

#concept .contents-inner .moreWrap,
#modal .contents-inner .moreWrap {
  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;
  gap: 10px;
  position: relative;
  margin-bottom: 28px;
}

#concept .contents-inner .moreWrap .txt,
#modal .contents-inner .moreWrap .txt {
  color: #FF8847;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
}

#concept .contents-inner .moreWrap .deco,
#modal .contents-inner .moreWrap .deco {
  width: 20px;
}

#concept .contents-inner .conceptRogo,
#modal .contents-inner .conceptRogo {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {

  #concept .contents-inner .conceptRogo,
  #modal .contents-inner .conceptRogo {
    margin-bottom: 20px;
    border-radius: 10px;
  }
}

#concept .contents-inner .exWrap_Box,
#modal .contents-inner .exWrap_Box {
  position: relative;
  z-index: 1;
}

#concept .contents-inner .exWrap_Box .switch_deco,
#modal .contents-inner .exWrap_Box .switch_deco {
  position: absolute;
  width: 23%;
  top: 0px;
  right: 2px;
}

#concept .contents-inner .catch_wrap,
#modal .contents-inner .catch_wrap {
  position: relative;
}

#concept .contents-inner .catch_wrap.wrap01 .catch,
#modal .contents-inner .catch_wrap.wrap01 .catch {
  text-align: center;
  font-size: 54px;
}

@media screen and (max-width: 1700px) {

  #concept .contents-inner .catch_wrap.wrap01 .catch,
  #modal .contents-inner .catch_wrap.wrap01 .catch {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 768px) {

  #concept .contents-inner .catch_wrap.wrap01 .catch,
  #modal .contents-inner .catch_wrap.wrap01 .catch {
    font-size: min(8.9vw, 40px);
  }
}

#concept .contents-inner .catch_wrap.wrap02,
#modal .contents-inner .catch_wrap.wrap02 {
  margin-bottom: 20px;
}

#concept .contents-inner .catchTag,
#modal .contents-inner .catchTag {
  color: #1E1E1E;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}

#concept .contents-inner .catchTag .circle,
#modal .contents-inner .catchTag .circle {
  color: #FF8847;
  font-size: 14px;
}

#concept .contents-inner .dayEx,
#modal .contents-inner .dayEx {
  color: #FF8847;
  text-align: right;
  font-size: clamp(13px, 1.3vw, 25px);
  font-style: normal;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  right: 18px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {

  #concept .contents-inner .dayEx,
  #modal .contents-inner .dayEx {
    font-size: min(4vw, 20px);
    position: relative;
    right: 16px;
    margin-bottom: 57px;
  }
}

#concept .contents-inner .catch,
#modal .contents-inner .catch {
  color: #FF8847;
  font-size: 31px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: left;
}

@media screen and (max-width: 768px) {

  #concept .contents-inner .catch,
  #modal .contents-inner .catch {
    font-size: 23px;
  }
}

#concept .contents-inner .catch .u,
#modal .contents-inner .catch .u {
  border-bottom: 3px dotted #FF8847;
}

#concept .contents-inner .catch .bla,
#modal .contents-inner .catch .bla {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {

  #concept .contents-inner .catch .bla,
  #modal .contents-inner .catch .bla {
    font-size: 17px;
  }
}

#concept .contents-inner .catch .bla.noLine,
#modal .contents-inner .catch .bla.noLine {
  border: none;
}

#concept .contents-inner .open,
#modal .contents-inner .open {
  display: block;
  margin: 0 auto 0;
  width: min(90%, 500px);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {

  #concept .contents-inner .open,
  #modal .contents-inner .open {
    margin: 0 auto 0px;
  }
}

#concept .contents-inner .leadWrap,
#modal .contents-inner .leadWrap {
  position: relative;
}

#concept .contents-inner .leadWrap .lead,
#modal .contents-inner .leadWrap .lead {
  position: relative;
  text-align: left;
}

#concept .contents-inner .leadWrap .lead .decoBG,
#modal .contents-inner .leadWrap .lead .decoBG {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 108%;
  pointer-events: none;
}

#concept .contents-inner .leadWrap .deco,
#modal .contents-inner .leadWrap .deco {
  position: absolute;
  width: 56%;
  pointer-events: none;
}

#concept .contents-inner .leadWrap .deco.deco01,
#modal .contents-inner .leadWrap .deco.deco01 {
  left: -26%;
  top: -54%;
}

#concept .contents-inner .leadWrap .deco.deco02,
#modal .contents-inner .leadWrap .deco.deco02 {
  right: -22%;
  top: -2%;
  width: 38%;
}

#concept .contents-inner .leadWrap .deco.deco03,
#modal .contents-inner .leadWrap .deco.deco03 {
  left: -7%;
  bottom: 4%;
  width: 19%;
}

#concept .contents-inner .leadWrap .deco.deco04,
#modal .contents-inner .leadWrap .deco.deco04 {
  right: -22%;
  bottom: -18%;
  width: 53%;
}

#modal {
  margin-top: 0px;
}

#modal .contents-inner {
  position: static;
  width: auto;
}

@media screen and (max-width: 768px) {
  #modal {
    margin-top: 0px;
  }
}

#highlight {
  padding: 55px 0 300px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #highlight {
    padding: 50px 0 300px;
  }
}

#highlight .highlight_deco {
  position: absolute;
  width: 118px;
  top: 8px;
  right: 35px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #highlight .highlight_deco {
    width: 94px;
    top: 9px;
    right: 24px;
  }
}

#intro .contents-inner .sliderWrap .single,
#information .contents-inner .sliderWrap .single {
  display: block;
  margin: 0 auto;
  width: 90%;
}

#intro .contents-inner .sliderWrap .counterWrap,
#information .contents-inner .sliderWrap .counterWrap {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}

#intro .contents-inner .sliderWrap .counterWrap .line,
#information .contents-inner .sliderWrap .counterWrap .line {
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#intro .contents-inner .sliderWrap .counterWrap p,
#information .contents-inner .sliderWrap .counterWrap p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

#instagram_area {
  background-color: var(--orange01);
  padding: 60px 0 70px;
}

#instagram_area .innerWrap {
  background-color: white;
  border-radius: 5px;
  border: 1px solid;
  padding: 20px 5%;
}

#instagram_area .instagramTitle {
  padding: 10px 30px;
  border-radius: 0px;
  background-color: var(--orange01);
  display: block;
  margin: 0 auto 10px;
  width: 93%;
  border-radius: 30px;
  border: 1px solid;
}

#instagram_area .instagramTitle .instagramTitle_img {
  display: block;
  margin: 0 auto;
  width: 153px;
}

#instagram_area .insta_lead {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.11em;
  margin-bottom: 15px;
}

#instagram_area .instagramWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 8px;
}

#instagram_area .instagramWrap .list {
  width: calc((100% - 10px) / 2);
}

.instagram_concept_BOX {
  overflow: hidden;
}

#renewal {
  padding: 68px 0 0px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #renewal {
    padding: 40px 0 60px;
  }
}

#renewal .contents-inner .more {
  margin: 3vw 0 24px;
}

@media screen and (max-width: 768px) {
  #renewal .contents-inner .more {
    margin: 30px 0 30px;
  }
}

#renewal .contents-inner .renewalCopy {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #renewal .contents-inner .renewalCopy {
    margin-bottom: 24px;
  }
}

#renewal .contents-inner .renewalOpen {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: -30px;
  display: block;
  width: 88%;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #renewal .contents-inner .renewalOpen {
    margin-top: 30px;
  }
}

#renewal .contents-inner .northgateBox {
  position: relative;
}

#renewal .contents-inner .northgateBox .visual {
  overflow: hidden;
}

#renewal .contents-inner .northgateBox .content {
  padding: 20px 4%;
  background-color: var(--orange02);
}

@media screen and (max-width: 768px) {
  #renewal .contents-inner .northgateBox .content {
    padding: 22px 2%;
  }
}

#renewal .contents-inner .northgateBox .content.upper {
  padding: 40px 4% 20px;
}

#renewal .contents-inner .northgateBox .content .top_concept_lead_wrap {
  color: white;
  text-align: center;
}

#renewal .contents-inner .northgateBox .content .top_concept_lead_wrap .lead {
  font-size: clamp(16px, 1.6vw, 28px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

#renewal .contents-inner .northgateBox .content .top_concept_lead_wrap .lead.middle {
  margin-bottom: 10px;
}

#renewal .contents-inner .northgateBox .content .top_concept_lead_wrap .lead .strong {
  font-weight: 900;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 20%;
  font-size: clamp(19px, 2vw, 34px);
  line-height: 1.3;
}

#renewal .contents-inner .northgateBox .northgateBox_inner {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid black;
}

#renewal .renewal_deco {
  position: absolute;
}

#renewal .renewal_deco.moreIcon {
  width: 84px;
  left: -4%;
  top: -41px;
}

#renewal .renewal_deco.deco01 {
  width: 33%;
  right: -12%;
  top: -10%;
}

#renewal .renewal_deco.deco02 {
  width: 31%;
  left: -16%;
  top: 15%;
}

#renewal .renewal_deco.deco03 {
  width: 35%;
  left: -8%;
  bottom: -3%;
}

#renewal .renewal_deco.deco04 {
  width: 47%;
  right: -20%;
  bottom: -7%;
}

.thumbWrap {
  width: auto;
  position: relative;
  margin: 0 25px;
}

@media screen and (max-width: 768px) {
  .thumbWrap {
    margin: 0 20px;
  }
}

.thumbWrap picture {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .thumbWrap picture {
    border-radius: 10px 10px 0 0;
  }
}

#slider02,
#slider03 {
  width: min(80%, 400px);
  width: 80%;
  margin-left: 0;
  overflow: visible;
  position: relative;
  left: 10px;
}

#slider02 .slick-track,
#slider03 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#slider02 .slick-slide,
#slider03 .slick-slide {
  width: 100% !important;
  margin: 0 10px;
}

#slider02 .list,
#slider03 .list {
  position: relative;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  background-color: white;
}

@media screen and (max-width: 768px) {

  #slider02 .list,
  #slider03 .list {
    border-radius: 0 0 10px 10px;
  }
}

#slider02 .list .numberWrap,
#slider03 .list .numberWrap {
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#slider02 .list .numberWrap .number,
#slider03 .list .numberWrap .number {
  width: 137px;
  padding: 8px 17px;
  border-radius: 30px;
  background-color: #FF8847;
  margin-top: -15px;
  margin-left: 18px;
}

@media screen and (max-width: 768px) {

  #slider02 .list .numberWrap .number,
  #slider03 .list .numberWrap .number {
    width: 124px;
    margin-left: 12px;
  }
}

#slider02 .list .numberWrap .number img,
#slider03 .list .numberWrap .number img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#slider02 .list .exBox,
#slider03 .list .exBox {
  height: 100%;
  padding: 36px 5% 0;
}

#slider02 .list .exBox.wrap04,
#slider03 .list .exBox.wrap04 {
  padding: 30px 5% 0;
}

#slider02 .list .exBox .exLead,
#slider03 .list .exBox .exLead {
  color: #FF8847;
  font-size: clamp(21px, 1.5vw, 25px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {

  #slider02 .list .exBox .exLead,
  #slider03 .list .exBox .exLead {
    font-size: min(5.2vw, 20px);
    margin-bottom: 20px;
  }
}

#slider02 .list .exBox .ex,
#slider03 .list .exBox .ex {
  color: #000;
  font-size: clamp(11px, 0.9vw, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {

  #slider02 .list .exBox .ex,
  #slider03 .list .exBox .ex {
    font-size: min(3.3vw, 12px);
  }
}

#slider02 .list .visual,
#slider03 .list .visual {
  border: 1px solid black;
  border-bottom: 0;
}

#slider02 {
  width: 100%;
  margin-bottom: 10px;
  left: 0;
}

#slider02 .slick-slide {
  margin: 0 25px;
}

@media screen and (max-width: 768px) {
  #slider02 .slick-slide {
    margin: 0 20px;
  }
}

#slider02 .list {
  overflow: inherit;
  padding-bottom: 30px;
}

#slider03 {
  margin-bottom: 110px;
}

#slider03 .list {
  border-radius: 15px;
  border: 1px solid #AEAEAE;
  background-color: inherit;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #slider03 .list {
    border-radius: 10px;
  }
}

.black_line {
  position: relative;
  width: 100%;
  display: block;
  height: 1px;
}

.black_line::after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
}

.black_line.white::after {
  background-color: white;
}

#FirstVisual {
  margin-top: 80px;
  border-bottom: 2px solid #FFEC93;
}

.linkBtn_wrap.yellowAttention {
  margin: 0px auto 0px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .linkBtn_wrap.yellowAttention {
    width: 100%;
  }
}

.linkBtn_wrap.yellowAttention .linkBtn,
.linkBtn_wrap.yellowAttention .linkBtn:active,
.linkBtn_wrap.yellowAttention .linkBtn:visited {
  background: #FFD437;
  border-radius: 50px;
  position: relative;
}

.linkBtn_wrap.yellowAttention .linkBtn::before,
.linkBtn_wrap.yellowAttention .linkBtn:active::before,
.linkBtn_wrap.yellowAttention .linkBtn:visited::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 27px;
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/PDF_icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.linkBtn_wrap.yellowAttention .linkBtn.noIcon::before,
.linkBtn_wrap.yellowAttention .linkBtn:active.noIcon::before,
.linkBtn_wrap.yellowAttention .linkBtn:visited.noIcon::before {
  content: none;
}

.linkBtn_wrap.yellowAttention .linkBtn::after,
.linkBtn_wrap.yellowAttention .linkBtn:active::after,
.linkBtn_wrap.yellowAttention .linkBtn:visited::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/linkArrow01_01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.linkBtn_wrap.yellowAttention .linkBtn.modal::after,
.linkBtn_wrap.yellowAttention .linkBtn:active.modal::after,
.linkBtn_wrap.yellowAttention .linkBtn:visited.modal::after {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/link_plus_modal01.png");
}

.linkBtn_wrap.yellowAttention .linkBtn.modal:hover::after,
.linkBtn_wrap.yellowAttention .linkBtn:active.modal:hover::after,
.linkBtn_wrap.yellowAttention .linkBtn:visited.modal:hover::after {
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/link_plus_modal02.png");
}

.linkBtn_wrap.yellowAttention .linkBtn .txt,
.linkBtn_wrap.yellowAttention .linkBtn:active .txt,
.linkBtn_wrap.yellowAttention .linkBtn:visited .txt {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1300px) {

  .linkBtn_wrap.yellowAttention .linkBtn .txt,
  .linkBtn_wrap.yellowAttention .linkBtn:active .txt,
  .linkBtn_wrap.yellowAttention .linkBtn:visited .txt {
    font-size: 14px;
  }
}

.linkBtn_wrap.yellowAttention .linkBtn:hover,
.linkBtn_wrap.yellowAttention .linkBtn:active:hover,
.linkBtn_wrap.yellowAttention .linkBtn:visited:hover {
  background-color: #000;
}

.linkBtn_wrap.yellowAttention .linkBtn:hover .txt,
.linkBtn_wrap.yellowAttention .linkBtn:active:hover .txt,
.linkBtn_wrap.yellowAttention .linkBtn:visited:hover .txt {
  color: #FFD437;
}

.linkBtn_wrap.yellowAttention .linkBtn:hover::before,
.linkBtn_wrap.yellowAttention .linkBtn:active:hover::before,
.linkBtn_wrap.yellowAttention .linkBtn:visited:hover::before {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/PDF_icon_02.png");
}

.linkBtn_wrap.yellowAttention .linkBtn:hover::after,
.linkBtn_wrap.yellowAttention .linkBtn:active:hover::after,
.linkBtn_wrap.yellowAttention .linkBtn:visited:hover::after {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/linkArrow01_02.png");
  -webkit-transform: translate(0%, -2px);
  transform: translate(0%, -2px);
}

.linkBtn_wrap.yellowAttention .linkBtn.Btn02,
.linkBtn_wrap.yellowAttention .linkBtn:active.Btn02,
.linkBtn_wrap.yellowAttention .linkBtn:visited.Btn02 {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.linkBtn_wrap.yellowAttention .linkBtn.Btn02.wide100,
.linkBtn_wrap.yellowAttention .linkBtn:active.Btn02.wide100,
.linkBtn_wrap.yellowAttention .linkBtn:visited.Btn02.wide100 {
  width: 100%;
}

.linkBtn_wrap.yellowAttention .linkBtn.Btn02::after,
.linkBtn_wrap.yellowAttention .linkBtn:active.Btn02::after,
.linkBtn_wrap.yellowAttention .linkBtn:visited.Btn02::after {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/linkArrow02_01.png");
}

.linkBtn_wrap.yellowAttention .linkBtn.Btn02:hover::after,
.linkBtn_wrap.yellowAttention .linkBtn:active.Btn02:hover::after,
.linkBtn_wrap.yellowAttention .linkBtn:visited.Btn02:hover::after {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/linkArrow02_02.png");
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%);
}

picture.topBG {
  margin-top: -7vw;
  position: relative;
}

.Instagram_wrap {
  margin: 10px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.Instagram_wrap .list {
  width: calc((100% - 10px) / 3);
}

#shop {
  position: relative;
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/shopnewsBG.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding: 150px 0 225px;
  margin-top: -120px;
}

@media screen and (max-width: 768px) {
  #shop {
    padding: 90px 0 180px;
  }
}

#shop .shopnews_deco {
  position: absolute;
}

#shop .shopnews_deco.deco01 {
  width: 34%;
  right: 7%;
  top: 1%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #shop .shopnews_deco.deco01 {
    width: 140px;
    right: 25px;
    top: 22px;
  }
}

#shop .shopnews_deco.deco02 {
  width: 42%;
  left: 19%;
  top: -80px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #shop .shopnews_deco.deco02 {
    width: 180px;
    left: 64px;
    top: -72px;
  }
}

#shop .contents-inner .PickUpBox .subTitle {
  display: block;
  width: min(61%, 400px);
  margin: 10px auto 25px;
}

#shop .contents-inner .PickUpBox .shopLists {
  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: 38px;
  margin-bottom: 50px;
}

#shop .contents-inner .PickUpBox .shopLists .pickup_deco {
  position: absolute;
  width: 157px;
  left: 0px;
  top: -17px;
  padding: 8px 17px;
  border-radius: 30px;
  background-color: #FF8847;
}

@media screen and (max-width: 768px) {
  #shop .contents-inner .PickUpBox .shopLists .pickup_deco {
    width: 147px;
  }
}

#shop .contents-inner .PickUpBox .shopLists .list {
  background-color: white;
  padding: 25px 4% 22px;
  border-radius: 14px;
  position: relative;
}

#shop .contents-inner .PickUpBox .shopLists .list .pick_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3%;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  #shop .contents-inner .PickUpBox .shopLists .list .pick_upper {
    padding-bottom: 13px;
    margin-bottom: 18px;
  }
}

#shop .contents-inner .PickUpBox .shopLists .list .rogo {
  display: block;
  width: min(35%, 250px);
  padding: 8px;
}

#shop .contents-inner .PickUpBox .shopLists .list .nameWrap_box .nameWrap {
  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;
  gap: 19px;
}

#shop .contents-inner .PickUpBox .shopLists .list .nameWrap_box .name {
  color: #000;
  text-align: left;
  font-size: clamp(14px, 1.5vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.12em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #shop .contents-inner .PickUpBox .shopLists .list .nameWrap_box .name {
    font-size: min(4.6vw, 24px);
  }
}

#shop .contents-inner .PickUpBox .shopLists .list .ex {
  color: #000;
  text-align: left;
  font-size: 12px;
  font-size: clamp(11px, 1vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  #shop .contents-inner .PickUpBox .shopLists .list .ex {
    font-size: min(3.3vw, 12px);
  }
}

#shop .contents-inner .PickUpBox .shopLists .list p.brackets {
  width: 7px;
}

#shop .contents-inner .PickUpBox .comingWrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#shop .contents-inner .PickUpBox .comingWrap .coming {
  width: 80%;
}

#shop .contents-inner .PickUpBox .comingWrap .sub {
  color: #000;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}

#shop .contents-inner .leadWrap .lead {
  color: #FFF;
  text-align: center;
  font-size: clamp(15px, 1.4vw, 25px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.08em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 30%;
  text-underline-position: from-font;
}

@media screen and (max-width: 768px) {
  #shop .contents-inner .leadWrap .lead {
    font-size: min(3.8vw, 16px);
  }
}

#shop .highlightBG.BG02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#shop .shopnewsBG {
  position: absolute;
}

#shop .shopnewsBG.BG01 {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

#highlight {
  position: relative;
  overflow: hidden;
}

#highlight .highlightDeco {
  position: absolute;
}

#highlight .highlightDeco.deco01 {
  width: 41%;
  right: -9%;
  top: -13%;
}

#access {
  background-color: #FFEC93;
  padding: 63px 0 100px;
  position: relative;
  margin-top: -1px;
}

@media screen and (max-width: 768px) {
  #access {
    padding: 38px 0 70px;
  }
}

#access .access_deco {
  position: absolute;
}

#access .access_deco.deco01 {
  width: 200px;
  top: -236px;
  right: 1%;
}

@media screen and (max-width: 1500px) {
  #access .access_deco.deco01 {
    width: 164px;
    top: -192px;
    right: -12px;
  }
}

@media screen and (max-width: 768px) {
  #access .access_deco.deco01 {
    width: 149px;
    top: -173px;
    right: 5px;
  }
}

#access .access_deco.deco02 {
  width: 180px;
  top: -204px;
  right: 1%;
}

@media screen and (max-width: 1500px) {
  #access .access_deco.deco02 {
    width: 149px;
    top: -177px;
    right: 1%;
  }
}

@media screen and (max-width: 768px) {
  #access .access_deco.deco02 {
    width: 119px;
    top: -130px;
    right: 25px;
  }
}

#access .contents-inner .map {
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #access .contents-inner .map {
    margin-bottom: 20px;
  }
}

#access .contents-inner .map .map_img {
  display: block;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

#access .contents-inner .exWrap .ex {
  color: #000;
  font-size: clamp(13px, 1.2vw, 21px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  #access .contents-inner .exWrap .ex {
    font-size: min(3.8vw, 16px);
  }
}

#access .contents-inner .exWrap .ex.sub {
  font-size: clamp(11px, 0.9vw, 15px);
}

@media screen and (max-width: 768px) {
  #access .contents-inner .exWrap .ex.sub {
    font-size: min(3.3vw, 12px);
  }
}

#access .contents-inner .googleMapWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 30px;
}

#access .contents-inner .googleMapWrap .icon {
  width: 15px;
}

#access .contents-inner .googleMapWrap .txt {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (max-width: 768px) {
  #access .contents-inner .googleMapWrap .txt {
    font-size: min(3.3vw, 12px);
  }
}

#information {
  padding: 100px 0 0px;
  background-color: white;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #information {
    padding: 70px 0 0px;
  }
}

#information .info_deco {
  position: absolute;
}

#information .info_deco.deco01 {
  width: 57%;
  right: 0px;
  top: -80px;
}

#information .contents-inner .linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2%;
  row-gap: 10px;
  margin-bottom: 50px;
}

#information .contents-inner .linkWrap .list {
  width: 48%;
}

#information .contents-inner .linkWrap .list .link,
#information .contents-inner .linkWrap .list .link:active,
#information .contents-inner .linkWrap .list .link:visited {
  border: 1px solid #FF8847;
  background-color: white;
  border-radius: 4px;
  padding: 12px 0 22px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}

@media screen and (max-width: 768px) {

  #information .contents-inner .linkWrap .list .link,
  #information .contents-inner .linkWrap .list .link:active,
  #information .contents-inner .linkWrap .list .link:visited {
    padding: 10px 0 15px;
  }
}

#information .contents-inner .linkWrap .list .link::after,
#information .contents-inner .linkWrap .list .link:active::after,
#information .contents-inner .linkWrap .list .link:visited::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid rgb(0, 0, 0);
  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: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {

  #information .contents-inner .linkWrap .list .link::after,
  #information .contents-inner .linkWrap .list .link:active::after,
  #information .contents-inner .linkWrap .list .link:visited::after {
    bottom: 4px;
  }
}

#information .contents-inner .linkWrap .list .link .txt,
#information .contents-inner .linkWrap .list .link:active .txt,
#information .contents-inner .linkWrap .list .link:visited .txt {
  color: #000000;
  text-align: center;
  font-size: clamp(12px, 1vw, 16px);
  font-size: clamp(11px, 0.8vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.22px;
}

@media screen and (max-width: 768px) {

  #information .contents-inner .linkWrap .list .link .txt,
  #information .contents-inner .linkWrap .list .link:active .txt,
  #information .contents-inner .linkWrap .list .link:visited .txt {
    font-size: min(3.2vw, 11px);
  }
}

#information .contents-inner .linkWrap .list .link:hover,
#information .contents-inner .linkWrap .list .link:active:hover,
#information .contents-inner .linkWrap .list .link:visited:hover {
  background-color: #FF8847;
}

#information .contents-inner .linkWrap .list .link:hover .txt,
#information .contents-inner .linkWrap .list .link:active:hover .txt,
#information .contents-inner .linkWrap .list .link:visited:hover .txt {
  color: white;
}

#information .contents-inner .linkWrap .list .link:hover::after,
#information .contents-inner .linkWrap .list .link:active:hover::after,
#information .contents-inner .linkWrap .list .link:visited:hover::after {
  border: 1px solid white;
  border-top: 0;
  border-right: 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

@media screen and (max-width: 768px) {

  #information .contents-inner .linkWrap .list .link:hover::after,
  #information .contents-inner .linkWrap .list .link:active:hover::after,
  #information .contents-inner .linkWrap .list .link:visited:hover::after {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
  }
}

#information .contents-inner .otherBox {
  padding: 6vw 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #information .contents-inner .otherBox {
    padding: 17vw 0;
  }
}

#information .contents-inner .otherBox .innerWrap {
  position: relative;
  z-index: 1;
}

#information .contents-inner .otherBox .otherBox_deco {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

#information .contents-inner .otherBox .otherBox_deco.car {
  width: 41%;
  left: 20%;
  bottom: 0;
}

#information .contents-inner .otherBox .otherCatchWrap {
  display: block;
  margin: 0 auto 58px;
  width: 100%;
  text-align: left;
}

#information .contents-inner .otherBox .otherCatchWrap .otherCatch {
  color: var(--orange02);
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  #information .contents-inner .otherBox .otherCatchWrap .otherCatch {
    font-size: 20px;
  }
}

#information .contents-inner .otherBox .otherCatchWrap .otherCatch .strong {
  font-size: 42px;
}

@media screen and (max-width: 768px) {
  #information .contents-inner .otherBox .otherCatchWrap .otherCatch .strong {
    font-size: 32px;
  }
}

#information .contents-inner .otherBox .otherCatchWrap .otherCatch_sub {
  color: #000;
  text-align: left;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #information .contents-inner .otherBox .otherCatchWrap .otherCatch_sub {
    font-size: 18px;
  }
}

#information .contents-inner .snsBox {
  padding: 40px 0 50px;
  background-color: #FF8847;
}

@media screen and (max-width: 768px) {
  #information .contents-inner .snsBox {
    padding: 40px 0 50px;
  }
}

#information .contents-inner .snsBox .explainWrap {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #information .contents-inner .snsBox .explainWrap {
    margin-bottom: 20px;
  }
}

#information .contents-inner .snsBox .explainWrap .ja {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #information .contents-inner .snsBox .explainWrap .ja {
    font-size: 17px;
  }
}

#information .contents-inner .snsBox .explainWrap .en {
  display: block;
  margin: 0 auto;
  width: 300px;
  width: 217px;
}

@media screen and (max-width: 768px) {
  #information .contents-inner .snsBox .explainWrap .en {
    width: 217px;
  }
}

#information .contents-inner .snsBox .inner {
  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: 45px;
}

#information .contents-inner .snsBox .inner .snsList {
  width: 45px;
}

@media screen and (max-width: 768px) {
  #information .contents-inner .snsBox .inner .snsList {
    width: 45px;
  }
}

.infiniteslide_wrap {
  margin: 50px auto 50px;
}

@media screen and (max-width: 768px) {
  .infiniteslide_wrap {
    margin: 35px auto 27px;
  }
}

.vertical_slider {
  width: 100%;
  pointer-events: none;
  top: 0%;
}

.vertical_slider .list {
  width: 800px;
}

#vertical_slider01 {
  left: 0px;
}

#vertical_slider02 {
  right: 3px;
}

.intro_access_box {
  overflow-x: hidden;
  margin-top: -130px;
  margin-top: -216px;
  padding-top: 104px;
  position: relative;
  background: #7DC2FF;
}

.shop_fukidashi_wrap_BOX {
  margin: 35px auto 50px;
}

@media screen and (max-width: 768px) {
  .shop_fukidashi_wrap_BOX {
    margin: 30px auto 40px;
  }
}

.shop_fukidashi_wrap_BOX.bottom {
  margin-bottom: 20px;
}

.shop_fukidashi_wrap_BOX .shop_fukidashi_main {
  color: #1E1E1E;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06em;
  margin-bottom: 17px;
}

@media screen and (max-width: 1400px) {
  .shop_fukidashi_wrap_BOX .shop_fukidashi_main {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .shop_fukidashi_wrap_BOX .shop_fukidashi_main {
    font-size: 24px;
  }
}

.shop_fukidashi_wrap_BOX .shop_fukidashi_main.main02 {
  font-size: 27px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1400px) {
  .shop_fukidashi_wrap_BOX .shop_fukidashi_main.main02 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .shop_fukidashi_wrap_BOX .shop_fukidashi_main.main02 {
    font-size: 20px;
  }
}

.shop_fukidashi_wrap_BOX .comingWrap .sub {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .shop_fukidashi_wrap_BOX .comingWrap .sub {
    font-size: 10px;
  }
}

.shop_fukidashi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 7px;
}

.shop_fukidashi_wrap .deco {
  width: 18px;
}

.shop_fukidashi_wrap .txt {
  color: #1E1E1E;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .shop_fukidashi_wrap .txt {
    font-size: 14px;
  }
}

.linkContentsWrap_contents {
  position: relative;
  margin-top: 122px;
}

@media screen and (max-width: 768px) {
  .linkContentsWrap_contents {
    margin-top: 70px;
  }
}

.linkContentsWrap {
  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: 37px;
  overflow: hidden;
}

.linkContentsWrap .linkList {
  padding-bottom: 37px;
}

.linkContentsWrap .linkList.nonePadding {
  padding-bottom: 0;
}

.linkContentsWrap .linkList .visual {
  overflow: hidden;
}

.linkContentsWrap .linkList .nameWrap {
  margin-bottom: 10px;
}

.linkContentsWrap .linkList .nameWrap .main {
  color: #000;
  font-size: clamp(20px, 1.5vw, 26px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 0.5vw;
}

@media screen and (max-width: 768px) {
  .linkContentsWrap .linkList .nameWrap .main {
    font-size: min(5.4vw, 22px);
    margin-bottom: 10px;
  }
}

.linkContentsWrap .linkList .nameWrap .sub {
  color: var(--black01);
  text-align: left;
  font-size: clamp(13px, 1.1vw, 18px);
  font-size: clamp(12px, 1vw, 17px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .linkContentsWrap .linkList .nameWrap .sub {
    font-size: min(3.4vw, 13px);
    line-height: 1.4;
  }
}

.linkContentsWrap .linkList .linkBox {
  position: relative;
}

.linkContentsWrap .linkList .linkBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #AEAEAE;
  left: 0;
  bottom: -37px;
}

.linkContentsWrap .linkList .linkBox.noLine::before {
  content: none;
}

.linkContentsWrap .linkList .link {
  position: relative;
  border: 1px solid #ECECEC;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}

.linkContentsWrap .linkList .link.noneBorder {
  border: none;
}

.linkContentsWrap .linkList .link.access {
  border: 1px solid #AEAEAE;
}

.linkContentsWrap .linkList .link .tagWrap {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.linkContentsWrap .linkList .link .tagWrap .tag {
  background-color: white;
  display: inline;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 175% */
  letter-spacing: 0.12em;
  width: 160px;
  padding: 6px 0;
  border-radius: 9px 0 0 0;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .linkContentsWrap .linkList .link .tagWrap .tag {
    letter-spacing: 0.05em;
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .linkContentsWrap .linkList .link .tagWrap .tag {
    font-size: 11px;
    padding: 4px 0;
  }
}

.linkContentsWrap .linkList .link .tagWrap .tag::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .linkContentsWrap .linkList .link .tagWrap .tag::after {
    right: 6px;
  }
}

.linkContentsWrap .linkList .link:hover .tagWrap .tag::after {
  -webkit-transform: translateY(-50%) translateX(3px) rotate(-45deg);
  transform: translateY(-50%) translateX(3px) rotate(-45deg);
}

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

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

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

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

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

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

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

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

.footer__body ul {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer__body ul {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

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

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

.footer__body ul li {
  font-size: 1.3rem;
  text-align: center;
  float: none;
  border: none;
  padding: 0;
  border-right: 1px solid #ccc;
}

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

@media screen and (max-width: 768px) {
  .footer__body ul li {
    border-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer__foot .copyright {
  float: left;
  padding: 7px 0 0 0px;
  font-size: 1rem;
  text-align: left;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .footer__nav li a {
    color: white;
  }
}

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

@media screen and (max-width: 768px) {
  .footer-inner_wrap .detail p {
    color: white;
  }
}

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

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

@media screen and (max-width: 768px) {
  .tab_only {
    display: block;
  }

  header {
    height: 57px;
    width: 100%;
  }

  .footer__logo {
    float: inherit;
    margin: 0 auto 20px;
  }

  .footer__nav li {
    width: 100%;
  }

  .footer-inner_wrap {
    width: 100%;
  }

  .footer__body ul {
    margin: 0;
  }

  .footer__body ul li {
    width: 50%;
  }

  .footer__body ul li:nth-of-type(1),
  .footer__body ul li:nth-of-type(2),
  .footer__body ul li:nth-of-type(3),
  .footer__body ul li:nth-of-type(4),
  .footer__body ul li:nth-of-type(5) {
    width: 50%;
  }

  .footer__body ul li a {
    border-right: none;
    padding: 12px 0;
  }

  .footer__body ul li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }

  .footer__body ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }

  .footer__body ul {
    padding-top: 0px;
  }

  .footer__body .footer__link {
    margin: 0 0px 20px;
    display: -webkit-box;
    display: -ms-flex box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer.type02 .footer__logo {
    margin: 0 0 18px 0;
  }

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

  .footer__head {
    padding: 20px 0px 20px;
  }
}

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

@media screen and (max-width: 768px) {
  .footer .pagetop .pagetop__inner {
    text-align: center;
  }

  .footer__foot .links li {
    margin-bottom: 9px;
  }

  h2 p {
    font-size: min(3.4vw, 12px);
  }

  h2 {
    margin-bottom: 22px;
  }

  .content-inner {
    width: 100%;
    padding: 0 15px;
  }

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

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

  .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-container .footerlogoWrap {
  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-bottom: 60px;
}

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

.footer-container .footerlogoWrap .footerlogo a {
  display: block;
}

.footer-container .footerlogoWrap .footerlogo.leftSide {
  width: 180px;
}

@media screen and (max-width: 768px) {
  .footer-container .footerlogoWrap .footerlogo.leftSide {
    width: 132px;
  }
}

.footer-container .footerlogoWrap .footerlogo.rightSide {
  width: 270px;
}

@media screen and (max-width: 768px) {
  .footer-container .footerlogoWrap .footerlogo.rightSide {
    width: 205px;
  }
}

.footer-container .links {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .orangeBG {
    background-color: #FF8847;
  }
}

nav {
  position: relative;
  display: block;
  max-width: 280px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  nav {
    max-width: inherit;
    margin-top: 78px;
  }
}

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;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  nav .lists {
    row-gap: 16px;
  }
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn {
  padding: 16px 0 16px 18px;
  padding: 7px 0 7px 18px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn {
    padding: 8px 0 8px 8px;
  }
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover {
  background-color: inherit;
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover::after {
  -webkit-transform: translate(10px, -50%) rotate(-45deg);
  transform: translate(10px, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn:hover::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt .txtImg {
  width: 80%;
  width: 176px;
}

@media screen and (max-width: 1000px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt .txtImg {
    width: 152px;
  }
}

@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt .txtImg {
    width: 70%;
  }
}

@media screen and (max-width: 1300px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt {
    font-size: 16px;
    text-align: left;
    padding-left: 3px;
  }
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt::before {
  content: "";
  position: absolute;
  background-color: #F3D546;
  left: 0px;
  top: 46%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 11px;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt::before {
    width: 6px;
    height: 6px;
  }
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn .txt.sub::before {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/menu_bar.png");
  top: 50%;
  width: 10px;
  height: 2px;
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn.detail {
  padding: 0;
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn.detail .txt {
  font-size: 12px;
  padding: 3px 0 3px 15px;
  font-weight: 400;
}

@media screen and (max-width: 1380px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn.detail .txt {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  nav .lists .list.linkBtn_wrap .linkBtn.menuBtn.detail .txt {
    font-size: 13px;
    text-align: left;
    padding: 6px 0 4px 10px;
  }
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn.detail::before {
  background-image: url("/lalaport/tokyo-bay/special/kitakanrenewalopen/common/images/menu_bar.png");
  width: 8px;
  height: 2px;
}

nav .lists .list.linkBtn_wrap .linkBtn.menuBtn.detail::after {
  content: none;
}

nav .lists .list .subTxt {
  font-size: 10px;
  font-weight: 400;
  padding-left: 15px;
  margin: -13px 0 15px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  nav .lists .list .subTxt {
    margin: -8px 0 15px;
  }
}

nav .lists .list .detailWrap {
  margin-top: -9px;
  margin-left: 20px;
  margin-bottom: 10px;
}

nav .deco {
  display: block;
  margin: 32vw auto 0;
  width: 100px;
}

.navRabel {
  width: 65px;
  display: block;
  margin: 0 0 9px;
}

@media screen and (max-width: 768px) {
  .navRabel {
    width: 72px;
    margin: 0 0 7px;
  }
}

.newsWrap {
  position: relative;
  margin-bottom: 70px;
}

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

.newsWrap .lists .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid var(--gray01);
  padding-bottom: 12px;
}

.newsWrap .lists .list .newTag {
  width: 48px;
}

.newsWrap .lists .list .leftSide {
  color: #848669;
  font-size: clamp(11px, 0.9vw, 13px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .newsWrap .lists .list .leftSide {
    font-size: min(3.3vw, 12px);
  }
}

.newsWrap .lists .list .leftSide .new {
  border-radius: 2px;
  background: #FF8847;
  padding: 2px 8px;
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-right: 8px;
}

.newsWrap .lists .list .rightWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.newsWrap .lists .list .rightWrap .rightSide {
  color: var(--black01);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.newsWrap .lists .list .rightWrap .rightSide a {
  color: var(--black01);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.staff_bannerWrap {
  margin-top: 13px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}

/* ふわっと表示の初期状態 */
#js_display {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  pointer-events: none;
  /* 非表示中はクリック無効 */
}

/* 表示状態 */
#js_display.is-show {
  opacity: 1;
  pointer-events: auto;
}

.staff_bottom_banner {
  position: fixed;
  display: block;
  width: 100%;
  width: 100vw;
  left: 0;
  bottom: 0;
  z-index: 400;
}

.staff_bottom_banner img {
  display: block;
  width: 100%;
}

.bottom_banner_close {
  position: absolute;
  width: 13px;
  right: 5px;
  top: 5px;
}

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

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

.js_acLabel {
  cursor: pointer;
  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;
  gap: 3px;
  margin-top: 20px;
  width: 90px;
  padding-bottom: 3px;
  border-bottom: 1px solid black;
}

.js_acLabel .ac_arrow {
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.js_acLabel .ac_arrow.rotated {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js_acLabel .icon-wrap {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12emx;
}

/* .ac-content .ex {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ac-content.is-open .ex {
  -webkit-line-clamp: unset;
  overflow: visible;
} */

.js_fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.js_fadein.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* アニメーション対象の初期状態 */
.js_animation_deco01_01 {
  opacity: 0;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: none;
  transition: none;
  will-change: transform, opacity;
}

.js_animation_deco01_01.loaded {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* モーダル（矢印遷移付き）ここから */
.shop-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

/* 後で復帰  */
.modal-wrapper,
.modal-wrapper2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.modal-wrapper .visual,
.modal-wrapper2 .visual {
  margin-top: -10px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {

  .modal-wrapper .visual,
  .modal-wrapper2 .visual {
    border-radius: 10px;
  }
}

.modal-wrapper .lead,
.modal-wrapper2 .lead {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.1em;
}

.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: 500px;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 80px auto 80px;
}

@media screen and (max-width: 768px) {

  .modal-wrapper .modal-content-wrapper,
  .modal-wrapper2 .modal-content-wrapper {
    position: relative;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    top: inherit;
    left: inherit;
    margin: 40px auto 100px;
  }
}

.modal-wrapper .modal-content-wrapper .modal-main,
.modal-wrapper2 .modal-content-wrapper .modal-main {
  background: #FFFDF2;
  padding: 20px 4% 35px;
  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;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {

  .modal-wrapper .modal-content-wrapper .modal-main,
  .modal-wrapper2 .modal-content-wrapper .modal-main {
    border-radius: 10px;
  }
}

.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: 25px;
  top: -25px;
  width: 50px;
  z-index: 20;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  cursor: pointer;
}

@media screen and (max-width: 768px) {

  .modal-wrapper .btn-close,
  .modal-wrapper2 .btn-close {
    right: 34px;
    top: -20px;
    width: 50px;
  }
}

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

#modal-container {
  margin-bottom: 100px;
}

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


/* インスタここから */

.newsContents ul.Instagram_wrap li.list {
  height: 112.6px;
  position: relative;
  overflow: hidden;
}

.newsContents ul.Instagram_wrap li.list img,
.newsContents ul.Instagram_wrap li.list video {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {

  .newsContents ul.Instagram_wrap li.list img,
  .newsContents ul.Instagram_wrap li.list video {
    transition: .3s;
  }

  .newsContents ul.Instagram_wrap li.list:hover img,
  .newsContents ul.Instagram_wrap li.list:hover video {
    opacity: 0.7;
  }

}

.newsContents ul.Instagram_wrap li.list:nth-child(n+7) {
  display: none;
}

/* インスタここまで */

.newsContents ul.Instagram_wrap li.list {
  height: 7vw;
}

@media screen and (max-width: 768px) {
  .newsContents ul.Instagram_wrap li.list {
    height: 25vw;
  }
}

@media screen and (max-width: 450px) {
  .newsContents ul.Instagram_wrap li.list {
    height: 100px;
  }
}