@charset "UTF-8";
body {
  font-size: 13px;
}

img {
  pointer-events: none;
}

/* mv */
.mv {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/main_bg01.webp);
  position: relative;
  opacity: 0;
  -webkit-animation: mvFadeIn 1.2s ease forwards;
          animation: mvFadeIn 1.2s ease forwards;
}
.mv_title {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/header_bg_sp.webp);
  aspect-ratio: 345/120;
  width: 92%;
  padding: 0;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: 10;
}
.mv_title .logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_title {
    background-image: url(../images/header_bg01.webp);
    width: min((100% - 505px) * 0.252, 217px);
    aspect-ratio: 1/3;
    text-align: center;
    position: fixed;
    top: 0;
    left: 70px;
    left: min((100% - 505px) * 0.0813, 70px);
    z-index: 100;
  }
  .mv_title .logo {
    background: #fff;
    display: block;
    position: relative;
    z-index: 1;
    padding: 13% 16%;
  }
  .mv_title .logo:hover {
    opacity: 1;
  }
  .mv_title .logo:hover img {
    opacity: 0.7;
  }
}
.mv_side_txt {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv_side_txt {
    display: block;
    position: fixed;
    top: 45px;
    right: 55px;
    color: #5b381f;
    -webkit-transition: color 1.2s ease-in-out;
    transition: color 1.2s ease-in-out;
  }
  .mv_side_txt svg rect {
    fill: #e9e781;
    -webkit-transition: fill 1.2s ease-in-out;
    transition: fill 1.2s ease-in-out;
  }
  .mv_side_txt svg path {
    fill: currentColor;
    -webkit-transition: fill 1.2s ease-in-out;
    transition: fill 1.2s ease-in-out;
  }
}
.mv_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  color: #fff;
  position: fixed;
  right: 7.1428571429px;
  bottom: 10px;
  padding: 12.8571428571px 8.5714285714px 11.4285714286px;
  left: auto;
  top: auto;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .mv_share {
    right: 24px;
    bottom: 20px;
    padding: 18px 14px 16px;
  }
}
.mv_share__heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: var(--font-mincho);
  font-size: 9px;
  font-weight: bold;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .mv_share__heading {
    font-size: 14px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
}
.mv_share__ig img {
  width: 12px;
}
@media screen and (min-width: 768px) {
  .mv_share__ig img {
    width: 20px;
  }
}
.mv_share__totop-icon::after {
  content: "";
  display: block;
  color: #fff;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .mv_share__totop-icon::after {
    width: 11px;
    height: 11px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
  }
}
.mv_share .icon {
  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;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 30px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .mv_share .icon {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
    width: 50px;
  }
}
.mv {
  /* PC: セクションごとのMV */
}
.mv__bg, .mv_title__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv {
    background-image: none;
  }
  .mv .mv_title {
    background-image: none;
  }
  .mv__bg, .mv_title__bg {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }
  .mv__bg-item, .mv_title__bg-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  .mv__bg-item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mv_title__bg-item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mv .mv__bg-item.is-introduction {
    background-image: url(../images/main_bg01.webp);
  }
  .mv .mv_title__bg-item.is-introduction {
    background-image: url(../images/header_bg01.webp);
  }
  .mv.is-introduction .mv__bg-item.is-introduction,
  .mv.is-introduction .mv_title__bg-item.is-introduction {
    opacity: 1;
  }
  .mv.is-introduction .mv_side_txt {
    color: #5b381f;
  }
  .mv.is-introduction .mv_side_txt svg rect {
    fill: #e9e781;
  }
  .mv .mv__bg-item.is-present {
    background-image: url(../images/main_bg02.webp);
  }
  .mv .mv_title__bg-item.is-present {
    background-image: url(../images/header_bg02.webp);
  }
  .mv.is-present .mv__bg-item.is-present,
  .mv.is-present .mv_title__bg-item.is-present {
    opacity: 1;
  }
  .mv.is-present .mv_side_txt {
    color: #6c4e43;
  }
  .mv.is-present .mv_side_txt svg rect {
    fill: #c8bfc5;
  }
  .mv .mv__bg-item.is-music {
    background-image: url(../images/main_bg03.webp);
  }
  .mv .mv_title__bg-item.is-music {
    background-image: url(../images/header_bg03.webp);
  }
  .mv.is-music .mv__bg-item.is-music,
  .mv.is-music .mv_title__bg-item.is-music {
    opacity: 1;
  }
  .mv.is-music .mv_side_txt {
    color: #634a36;
  }
  .mv.is-music .mv_side_txt svg rect {
    fill: #f9dbc8;
  }
  .mv .mv__bg-item.is-recommended {
    background-image: url(../images/main_bg04.webp);
  }
  .mv .mv_title__bg-item.is-recommended {
    background-image: url(../images/header_bg04.webp);
  }
  .mv.is-recommended .mv__bg-item.is-recommended,
  .mv.is-recommended .mv_title__bg-item.is-recommended {
    opacity: 1;
  }
  .mv.is-recommended .mv_side_txt {
    color: #575d47;
  }
  .mv.is-recommended .mv_side_txt svg rect {
    fill: #e9ddaa;
  }
  .mv .mv__bg-item.is-event {
    background-image: url(../images/main_bg05.webp);
  }
  .mv .mv_title__bg-item.is-event {
    background-image: url(../images/header_bg05.webp);
  }
  .mv.is-event .mv__bg-item.is-event,
  .mv.is-event .mv_title__bg-item.is-event {
    opacity: 1;
  }
  .mv.is-event .mv_side_txt {
    color: #877a77;
  }
  .mv.is-event .mv_side_txt svg rect {
    fill: #edd0d5;
  }
}

@-webkit-keyframes mvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* mainコンテンツ */
#main {
  display: block;
  width: 100%;
  padding-top: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 44px;
    max-width: none;
    margin: 0;
    padding-top: 190px;
  }
}
#main .mv {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #main .mv {
    z-index: 2;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#main .wrap {
  width: 100%;
  margin: 0;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #main .wrap {
    position: relative;
    width: 375px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: calc(100% - 505px);
    border-bottom: none;
    overflow: hidden;
    z-index: 3;
  }
}

/* タイトル */
.heading-H2 {
  text-align: center;
  margin-bottom: 20px;
}
.heading-H2__en {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--font-en);
  text-align: center;
  line-height: 1.13;
  letter-spacing: 0.05em;
}
.heading-H2__ja {
  font-size: 16px;
  font-weight: 900;
  font-family: var(--font-mincho);
  text-align: center;
}

.container {
  padding: 0 8.4%;
}

section {
  padding: 30px 0;
  overflow: hidden;
  color: #fff;
}

section.present {
  background: url(../images/sect_bg_present.webp) no-repeat center center/cover;
}

section.music {
  background: url(../images/sect_bg_music.webp) no-repeat center center/cover;
}

section.recommended {
  background: url(../images/sect_bg_recommended.webp) no-repeat center center/cover;
}

section.event {
  background: url(../images/sect_bg_event.webp) no-repeat center center/cover;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  line-height: 1.85;
}
.item:not(:last-of-type) {
  border-bottom: 1px solid currentColor;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.item__img.sm {
  width: 68%;
  margin: 0 auto;
}
.item p.txt_sm {
  font-size: 11px;
}
.item p.txt_bold {
  font-weight: bold;
}
.item p.txt_normal {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
.item__detail {
  gap: 0;
}
.item__detail dl {
  display: grid;
  grid-template-columns: 4em 1fr;
  gap: 0 1em;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
.item__detail dl dt {
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: relative;
}
.item__detail dl dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: -1em;
}
.item__detail dl dd.link {
  grid-column: span 2;
}

/* introduction */
.introduction {
  background: #edeb9d;
  padding: 40px 8.4%;
}
.introduction__txt {
  text-align: center;
}
.introduction__txt img {
  width: 100%;
}

.anchor_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: 20px 0;
  margin-top: 40px;
}
.anchor_list li a {
  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;
  height: 50px;
  font-family: var(--font-en);
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: relative;
}
.anchor_list li a::after {
  content: "";
  line-height: 1;
  width: 11px;
  height: 11px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 16px;
  right: 14px;
}
.anchor_list li:nth-child(1) a {
  background: url(../images/anchor_bg01.webp) no-repeat center center/cover;
}
.anchor_list li:nth-child(2) a {
  background: url(../images/anchor_bg02.webp) no-repeat center center/cover;
}
.anchor_list li:nth-child(3) a {
  background: url(../images/anchor_bg03.webp) no-repeat center center/cover;
}
.anchor_list li:nth-child(4) a {
  background: url(../images/anchor_bg04.webp) no-repeat center center/cover;
}

/* present */
.present .heading-H2 {
  margin-bottom: 30px;
}
.present .heading-profile__en {
  font-size: 24px;
  line-height: 1.42;
  font-family: var(--font-en);
  text-align: center;
  font-weight: 600;
}
.present .heading-profile__ja {
  font-size: 11px;
  font-family: var(--font-mincho);
  text-align: center;
  font-weight: 500;
}

/* music */
.music .heading-H2 {
  margin-bottom: 24px;
}

.coming_soon {
  text-align: center;
  font-size: 30px;
  font-family: var(--font-en);
  padding: 20px 0 40px;
}

/* recommended */
.recommended {
  position: relative;
  overflow: hidden;
}
.recommended__shops-mask::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(120, 212, 235, 0)), to(var(--mint)));
  background: linear-gradient(to bottom, rgba(120, 212, 235, 0), var(--mint));
}
.recommended.is-expanded .recommended__shops-mask::after {
  opacity: 0;
  height: 0;
}
.recommended.is-expanded .recommended__shop--extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recommended__slider-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.recommended__slider.slider {
  color: #5b381f;
}
.recommended__slider.slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.recommended__slider.slider .slick-slide {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 20px;
  background: #fff;
}
.recommended__slider.slider .slick-slide .recommended__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  margin-bottom: 15px;
}
.recommended__slider.slider .slick-slide .recommended__card > p {
  padding-top: 12px;
  border-top: 1px solid currentColor;
}
.recommended__slider.slider .slick-slide .img {
  aspect-ratio: 275/200;
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}
.recommended__slider.slider .slick-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recommended__slider.slider .slick-slide p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
.recommended__slider.slider .slick-slide p.name, .recommended__slider.slider .slick-slide p.shop, .recommended__slider.slider .slick-slide p.period {
  font-weight: bold;
}

.card__more,
.card__more:link,
.card__more:visited,
.card__more:hover,
.card__more:active {
  background: #ac4172;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  max-width: 275px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--font-en);
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  line-height: 1;
  position: relative;
}
.card__more::after,
.card__more:link::after,
.card__more:visited::after,
.card__more:hover::after,
.card__more:active::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}
.card__more.wht,
.card__more:link.wht,
.card__more:visited.wht,
.card__more:hover.wht,
.card__more:active.wht {
  background: #fff;
  color: #5b381f;
  margin-top: 15px;
}
.card__more.wht::after,
.card__more:link.wht::after,
.card__more:visited.wht::after,
.card__more:hover.wht::after,
.card__more:active.wht::after {
  border-color: currentColor;
}

/* スライド */
.slider {
  padding: 0 30px;
  max-width: 100%;
  overflow: hidden;
}
.slider.slick-slider {
  overflow: hidden;
}
.slider .slick-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  height: auto;
}

/* スライド（矢印） */
.slick-arrow {
  position: absolute;
  top: calc(50% - 63px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.slick-arrow::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 12px;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 12px;
}

/* スライド（ドット） */
.slick-dots {
  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: 15px;
  width: auto;
  height: auto;
  margin: 20px 0 30px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  position: static;
}
.slick-dots li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  height: auto;
  margin: 0;
  pointer-events: auto;
  background: transparent;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  content: "";
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.slick-dots li.slick-active button::before {
  background: #ac4172;
  opacity: 1;
}

/* 店舗一覧 */
.recommended__shops-mask {
  position: relative;
  margin: 0 20px;
  padding: 0 10px 40px;
}
.recommended__shops-mask::after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  --shop-col: calc((100% - 24px) / 3);
  --shop-img-h: calc(var(--shop-col) * 100 / 118);
  height: calc(var(--shop-img-h) * 0.5 + 8px + 39.2px + 36px);
}

.recommended__shops {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 15px;
  padding: 0;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.recommended__shop {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: inherit;
  font: inherit;
  line-height: 1.4;
}

.recommended__shop--extra {
  display: none;
}

.recommended__shop-img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 275/202;
  background: #fff;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 0;
}
.recommended__shop-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.recommended__shop .shop {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 2em;
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  word-break: break-all;
}

/* 店舗一覧（もっと見る） */
.recommended__more {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 60px);
  height: 30px;
  border: 0;
  font-family: var(--font-en);
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1000;
  cursor: pointer;
  overflow: hidden;
}
.recommended__more::before, .recommended__more::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 0;
  border-top: 1px solid currentColor;
}
.recommended__more .recommended__more_txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 16px;
}
.recommended__more .recommended__more_txt .arrow:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-5px) rotate(135deg);
          transform: translateY(-5px) rotate(135deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.recommended__more .recommended__more_txt .arrow.is-open:before {
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}

/* モーダル */
.modal__slider-wrap {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .modal__slider-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3000;
}
@media screen and (min-width: 768px) {
  .modal {
    position: absolute;
  }
  .modal .slider {
    padding-bottom: 30px;
  }
}
.modal.is-open {
  display: block;
}
@media screen and (max-width: 767px) {
  .modal.is-open {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 0;
    padding: calc(10px + env(safe-area-inset-top, 0px)) env(safe-area-inset-right, 0px) calc(12px + env(safe-area-inset-bottom, 0px)) env(safe-area-inset-left, 0px);
  }
}
.modal .slick-dots {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 12px 15px;
  width: 100%;
  max-width: 255px;
  margin: 16px auto 0;
}
.modal .slick-arrow {
  position: fixed;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3001;
}
@media screen and (min-width: 768px) {
  .modal .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .modal .slick-arrow.slick-prev {
    left: calc(100% - 505px);
  }
  .modal .slick-arrow.slick-next {
    right: 130px;
  }
}

@media screen and (max-width: 767px) {
  body.is-modal-open {
    overflow: hidden;
  }
}

.modal__bg-close {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(172, 65, 114, 0.6);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal__bg-close {
    position: fixed;
    inset: 0;
    z-index: 0;
  }
}

.modal__dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: min(92vw, 375px);
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  padding: 0;
  overflow: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal__dialog::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .modal__dialog {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    max-height: 100vh;
    max-height: 100dvh;
  }
}
@media screen and (max-width: 767px) {
  .modal__dialog {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-height: 0;
    z-index: 1;
    margin: 0;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
  }
}

.modal__close {
  right: 16px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 56px;
  line-height: 1;
  cursor: pointer;
  display: block;
  position: sticky;
  top: calc(4px + env(safe-area-inset-top, 0px));
  -ms-flex-item-align: end;
      align-self: flex-end;
  right: auto;
  margin: 0 max(10px, env(safe-area-inset-right, 0px)) 0 auto;
  z-index: 2;
}

/* event */
.event {
  background: #483369;
}
.event .slick-arrow {
  top: calc((100vw - 60px) / 2);
}
@media screen and (min-width: 768px) {
  .event .slick-arrow {
    top: 157.5px;
  }
}

/* access */
.access {
  background: #edeb9d;
  color: #5b381f;
}
.access_inner {
  width: 73.3%;
  margin: 0 auto;
}
.access .map {
  border: 1px solid #5b381f;
  width: 100%;
  aspect-ratio: 1/1.11;
  margin-bottom: 15px;
  overflow: hidden;
}
.access .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access p {
  text-align: center;
}
.access .name {
  border-bottom: 1px solid currentColor;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  line-height: 1.17;
  font-weight: bold;
}
.access .address {
  font-size: 12px;
}