@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*----------------------------------------------------------------------------
	section
----------------------------------------------------------------------------*/
.section_title {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
@media print, screen and (max-width: 767px) {
  .section_title {
    row-gap: 4.375vw;
  }
}
.section_title span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #da3130;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media print, screen and (max-width: 767px) {
  .section_title span {
    font-size: 2.75vw;
  }
}
.section_title strong {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  color: #282828;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 767px) {
  .section_title strong {
    font-size: 7.875vw;
  }
}

/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
.hero {
  background-color: #fff;
}
.hero .inner {
  padding-right: 0;
  padding-left: 0;
}
.hero_slide picture {
  display: block;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .hero_slide picture {
    width: 100%;
    height: 100%;
  }
}
.hero_slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 1000/466;
}
@media print, screen and (max-width: 767px) {
  .hero_slide picture img {
    aspect-ratio: auto;
  }
}

/*----------------------------------------------------------------------------
	opening
----------------------------------------------------------------------------*/
.opening {
  background-color: #f7f7f7;
}
.opening .inner {
  max-width: 1120px;
  padding-top: 90px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 767px) {
  .opening .inner {
    padding-top: 12.5vw;
    padding-bottom: 15.625vw;
  }
}
.opening .inner.is-empty {
  padding-top: 0;
}
.opening .field {
  padding-top: 50px;
}
@media print, screen and (max-width: 767px) {
  .opening .field {
    padding-top: 10.625vw;
  }
}
.opening .field.is-empty {
  padding-top: 0;
}
.opening_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 767px) {
  .opening_box {
    grid-template-columns: 1fr;
    row-gap: 5.625vw;
    margin-bottom: 5.625vw;
  }
}
.opening_photo {
  display: block;
  margin-right: 50px;
}
@media print, screen and (max-width: 767px) {
  .opening_photo {
    margin-right: 0;
  }
}
.opening_photo img {
  width: 100%;
}
.opening_item-headline {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 767px) {
  .opening_item-headline {
    row-gap: 3.75vw;
    margin-bottom: 5.625vw;
  }
}
.opening_item-headline strong {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #282828;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
@media print, screen and (max-width: 767px) {
  .opening_item-headline strong {
    font-size: 6vw;
  }
}
.opening_item-headline span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #282828;
  letter-spacing: 0.06em;
  line-height: 1.4444;
}
@media print, screen and (max-width: 767px) {
  .opening_item-headline span {
    font-size: 3.375vw;
  }
}
.opening_date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #282828;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .opening_date {
    padding-top: 1.5vw;
    padding-right: 3.125vw;
    padding-bottom: 1.5vw;
    padding-left: 3.125vw;
    margin-bottom: 3.75vw;
  }
}
.opening_date span {
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.12em;
}
@media print, screen and (max-width: 767px) {
  .opening_date span {
    font-size: 4.875vw;
  }
}
.opening_date small {
  font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 767px) {
  .opening_date small {
    font-size: 3vw;
  }
}
.opening_date em {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  font-style: normal;
  padding-left: 0.75em;
}
@media print, screen and (max-width: 767px) {
  .opening_date em {
    font-size: 4.875vw;
  }
}
.opening_text p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #282828;
  line-height: 1.7778;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 767px) {
  .opening_text p {
    font-size: 3.375vw;
    line-height: 1.7778;
  }
}
.opening_line {
  margin-bottom: 55px;
}
@media print, screen and (max-width: 767px) {
  .opening_line {
    margin-bottom: 9.375vw;
  }
}
.opening_line a {
  display: block;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .opening_line a img {
    width: 87.5vw;
  }
}
.opening_map_frame {
  position: relative;
  padding-top: 31.8181818182%;
}
@media print, screen and (max-width: 767px) {
  .opening_map_frame {
    padding-top: 57.1428571429%;
  }
}
.opening_map_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------------
	movie
----------------------------------------------------------------------------*/
.movie {
  background-color: #f7f7f7;
}
.movie .inner {
  max-width: 950px;
}
@media print, screen and (max-width: 767px) {
  .movie .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.movie .field {
  position: relative;
  padding-top: 25px;
  padding-right: 50px;
  padding-bottom: 140px;
  padding-left: 50px;
}
@media print, screen and (max-width: 767px) {
  .movie .field {
    padding-top: 8.75vw;
    padding-right: 10vw;
    padding-bottom: 22.5vw;
    padding-left: 10vw;
  }
}
.movie .field::after {
  position: absolute;
  z-index: 1;
  top: -0.1em;
  right: -0.15em;
  content: "movie";
  font-size: 80px;
  font-size: 8rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media print, screen and (max-width: 767px) {
  .movie .field::after {
    top: 0;
    left: -0.15em;
    font-size: 12vw;
    writing-mode: horizontal-tb;
  }
}
.movie_box {
  position: relative;
  z-index: 2;
  aspect-ratio: 16/9;
}
.movie_box iframe {
  width: 100%;
  height: 100%;
}
.movie_box video {
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------------------------
	store
----------------------------------------------------------------------------*/
.store {
  position: relative;
  background-color: #efefef;
  padding-top: 335px;
}
@media print, screen and (max-width: 767px) {
  .store {
    padding-top: 45vw;
  }
}
.store::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 370px;
  background-image: url(../images/store_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (max-width: 767px) {
  .store::before {
    height: 51.25vw;
    background-image: url(../images/store_bg-sp.jpg);
  }
}
.store .content {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  background-color: #efefef;
}
@media print, screen and (max-width: 767px) {
  .store .content {
    border-top-right-radius: 6.25vw;
    border-top-left-radius: 6.25vw;
  }
}
.store .inner {
  max-width: 1120px;
}
.store_box {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding-top: 140px;
}
@media print, screen and (max-width: 767px) {
  .store_box {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 6.25vw;
    padding-top: 16.875vw;
  }
}
.store_heading p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #282828;
  line-height: 1.7778;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 767px) {
  .store_heading p {
    font-size: 3.75vw;
    line-height: 1.7333;
  }
}
.store .field {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media print, screen and (max-width: 767px) {
  .store .field {
    padding-top: 10.625vw;
    padding-bottom: 24.375vw;
  }
}
.store_track {
  overflow: visible;
}
.store_slide {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.store_slide a {
  pointer-events: none;
}
.store_slide.is-visible {
  opacity: 1;
}
.store_slide.is-visible a {
  pointer-events: auto;
}
.store_item a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .store_item a:hover .store_name {
    background-color: #da3130;
  }
  .store_item a:hover .store_name p {
    color: #fff;
  }
}
.store_item picture {
  display: block;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  aspect-ratio: 280/180;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
  .store_item picture {
    border-top-right-radius: 2.25vw;
    border-top-left-radius: 2.25vw;
    aspect-ratio: 600/385;
  }
}
.store_item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.store_name {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  min-height: 85px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 767px) {
  .store_name {
    min-height: 17.25vw;
    padding-right: 5vw;
    padding-left: 5vw;
    border-bottom-right-radius: 2.25vw;
    border-bottom-left-radius: 2.25vw;
  }
}
.store_name p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #282828;
  line-height: 1.7778;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 767px) {
  .store_name p {
    font-size: 5vw;
    line-height: 1.3;
  }
}
.store_arrow {
  display: grid;
  place-content: center;
  place-items: center;
  width: 50px;
  height: 50px;
  background-color: #da3130;
  opacity: 1;
}
@media print, screen and (max-width: 767px) {
  .store_arrow {
    width: 10vw;
    height: 10vw;
  }
}
.store_arrow::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 14px;
  height: 8px;
  background-image: url(../images/ic_arr.svg);
  filter: brightness(0) invert(1);
}
@media print, screen and (max-width: 767px) {
  .store_arrow::after {
    width: 2.5vw;
    height: 1.625vw;
  }
}
.store_arrow svg {
  display: none;
}
.store_arrow-prev {
  left: 30px;
  transform: translate(0, -50%) rotate(-90deg);
}
@media print, screen and (max-width: 767px) {
  .store_arrow-prev {
    left: -5vw;
  }
}
.store_arrow-next {
  right: 30px;
  transform: translate(0, -50%) rotate(90deg);
}
@media print, screen and (max-width: 767px) {
  .store_arrow-next {
    right: -5vw;
  }
}
.store_pagination {
  bottom: -40px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (max-width: 767px) {
  .store_pagination {
    bottom: -6.875vw;
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
  }
}
.store_pagination button {
  margin: 0;
  background-color: #cbcbcb;
  opacity: 1;
}
@media print, screen and (max-width: 767px) {
  .store_pagination button {
    width: 1.75vw;
    height: 1.75vw;
  }
}
.store_pagination button.is-active {
  background-color: #da3130;
  transform: scale(1);
}

/*----------------------------------------------------------------------------
	floating
----------------------------------------------------------------------------*/
@media print, screen and (max-width: 767px) {
  .floating {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16.25vw;
    background-color: #fff;
  }
}
@media print, screen and (max-width: 767px) {
  .floating .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .floating .field {
    padding-top: 1.25vw;
  }
}
@media print, screen and (max-width: 767px) {
  .floating_item a {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .floating_item picture {
    display: block;
    padding-right: 5.625vw;
    padding-left: 5.625vw;
    margin-bottom: 1.25vw;
    text-align: center;
    overflow: hidden;
  }
}
@media print, screen and (max-width: 767px) {
  .floating_item picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/10;
    border-radius: 1.5vw;
  }
}
@media print, screen and (max-width: 767px) {
  .floating_name p {
    font-size: 2vw;
    font-weight: 700;
    color: #282828;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=index.css.map */