@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top_common.css
Description :   共通トップ・各トップ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.top-ttl {
  position: relative;
  margin-bottom: 5rem;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .top-ttl {
    font-size: 1.76rem;
  }
}
.top-ttl.is-appear .top-ttl-word img {
  -webkit-animation: textanimation 1s forwards;
          animation: textanimation 1s forwards;
}
.top-ttl-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* overflow: hidden; */
}
.top-ttl-word img {
  display: inline-block;
  width: auto;
  height: 5.69em;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.top-ttl-word img:nth-child(1) {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.top-ttl-word img:nth-child(2) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.top-ttl-word img:nth-child(3) {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.top-ttl-word img:nth-child(4) {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.top-ttl-word img:nth-child(5) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.top-ttl-word img:nth-child(6) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.top-ttl-word img:nth-child(7) {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.top-ttl-word img:nth-child(8) {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.top-ttl-word img:nth-child(9) {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.top-ttl-word img:nth-child(10) {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.top-ttl .ja {
  display: block;
  text-align: center;
  margin-top: 0.8em;
  padding-left: 0.8em;
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  letter-spacing: 0.8em;
}

@-webkit-keyframes textanimation {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes textanimation {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* =====================================================================
    mv
======================================================================*/
.mv-img {
  position: relative;
  min-height: 136em;
  font-size: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv-img {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 106.6em;
    aspect-ratio: 1/0.555;
    justify-content: flex-start;
  }
}
.mv-img::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top_common/img_mv-sp.jpg) no-repeat center bottom/cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media screen and (min-width: 768px) {
  .mv-img::before {
    background-image: url(../images/top_common/img_mv-pc.jpg);
  }
}
.mv-wavy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
  z-index: 2;
}
.mv-blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: 1;
}
.mv.is-appear .mv-img {
  opacity: 1;
}
.mv.is-appear .mv-img::before {
  opacity: 1;
}
.mv.is-appear .mv-wavy {
  -webkit-animation: anime-wavy 2s ease-in 0.3s forwards;
          animation: anime-wavy 2s ease-in 0.3s forwards;
}
.mv.is-appear .mv-blur {
  -webkit-animation: anime-blur 1.5s ease-in-out 2s forwards;
          animation: anime-blur 1.5s ease-in-out 2s forwards;
}
.mv h1 {
  margin: 67em auto 1em;
  /* margin: 30em auto 30em 2em; */
  width: 65.7em;
  /* -webkit-filter: drop-shadow(0px 0px 1.5em #611b3d5c) drop-shadow(0px 0px 1.5em #611b3d5c) drop-shadow(0px 0px 1.5em #611b3d5c);
          filter: drop-shadow(0px 0px 1.5em #611b3d5c) drop-shadow(0px 0px 1.5em #611b3d5c) drop-shadow(0px 0px 1.5em #611b3d5c); */
  -webkit-filter: drop-shadow(0 0 1.5em #ffffffcc) drop-shadow(0 0 1.5em #ffffffcc) drop-shadow(0 0 1.5em #ffffffcc);
  filter: drop-shadow(0 0 1.5em #ffffffcc) drop-shadow(0 0 1.5em #ffffffcc) drop-shadow(0 0 1.5em #ffffffcc);

}
@media screen and (min-width: 768px) {
  .mv h1 {
    /* margin: 2em 0 5em;
    width: 77.7em; */
    margin: 6em 0 5em;
    width: 89.7em;
  }
}
.mv-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* padding-bottom: 2rem; */
  padding-top: 30px;
  gap: 1.7rem 0;
  padding-left: 1em;
  padding-right: 1em;
}


@media screen and (min-width: 768px) {
  .mv-bnr img {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1));
}
  .mv-bnr {
      z-index: 1;
        /* top: 470px; */
        bottom: 10px;
        left: 70%;
        /* right: -30%; */
        position: absolute;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0 4.2rem;
  }
  /* .mv-bnr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 4.2rem;
  } */
}
.mv-date {
  /* width: 54.2rem; */
}
@media screen and (max-width: 767px) {
  .mv-date {
    /* margin: 0 auto; */
  }
}
.mv-venue {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv-venue > *:not(:last-child) {
    /* padding-right: 1em;
    border-right: 2px solid #ef4385; */
    font-size: 3.85rem;
    padding-bottom: 1rem;
  }
  .mv-venue dd {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .mv-venue {
    padding-left: 1.5em;
    border-left: 2px solid #ef4385;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.2rem;
    gap: 0.8em;
  }
  .mv-venue dt {
    font-size: 181%;
    color: #ef4385;
  }
}

#top .mv-img {
  /* min-height: 119.9em; */
  min-height: 131.9em;
}
@media screen and (min-width: 768px) {
  #top .mv-img {
    min-height: 93.1em;
    aspect-ratio: 1/0.485;
  }
}
#top .mv-img::before {
  background-image: url(../images/top/img_mv-sp02.jpg);
}
@media screen and (min-width: 768px) {
  #top .mv-img::before {
    background-image: url(../images/top/img_mv-pc03.jpg);
  }
}


/* =====================================================================
    intro
======================================================================*/
.intro {
  padding: 15rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 18rem 0;
  }
}
.intro-ttl {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .intro-ttl {
    text-align: center;
  }
}
.intro-ttl span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#a38d36), to(#f3dd84));
  background: linear-gradient(to right, #a38d36 0%, #f3dd84 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.678;
  font-size: 180%;
}
.intro p {
  font-size: 113%;
  line-height: 2.1;
}

/* =====================================================================
    venue
======================================================================*/
.venue {
  padding: 13rem 0 22vw;
  background: url(../images/common/bg_pattern01.jpg) repeat center/102.5rem auto;
}
@media screen and (min-width: 768px) {
  .venue {
    padding: 13rem 0 18vw;
  }
}
.venue-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: 9rem 0;
}
@media screen and (max-width: 767px) {
  .venue-list {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .venue-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.venue-list li {
  position: relative;
  padding: 3.9rem 0;
}
.venue-list li::before, .venue-list li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/top_common/bg_frame_tokyo.png) no-repeat center top/100% 100%;
}
.venue-list li::after {
  top: auto;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .venue-list li {
    padding: 3.4rem 0;
    width: calc(585 / 1240 * 100%);
  }
  .venue-list li::before, .venue-list li::after {
    height: 3.5rem;
  }
}
.venue-list li.osaka::before, .venue-list li.osaka::after {
  background-image: url(../images/top_common/bg_frame_osaka.png);
}
.venue-list li.osaka .venue-list-inner {
  background-color: #2c0e35;
}
.venue-list li.osaka .venue-list-desc dl dt {
  color: #8b5c99;
}
.venue-list-inner {
  position: relative;
  padding: 7rem calc(50 / 650 * 100%);
  background-color: #59021c;
}
@media screen and (min-width: 768px) {
  .venue-list-inner {
    padding-left: 8.547008547%;
    padding-right: 8.547008547%;
    height: 100%;
  }
}
.venue-list-inner .top-ttl {
  padding-bottom: 1.5em;
}
.venue-list-inner .top-ttl::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2em;
  background: url(../images/common/img_dot.svg) space center/auto 100%;
}
.venue-list-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem 0;
}
@media screen and (min-width: 768px) {
  .venue-list-desc dl {
    font-size: 110%;
  }
}
.venue-list-desc dl dt {
  font-family: "Noto Serif JP", serif;
  color: #c8869a;
  letter-spacing: 0.3em;
}
.venue-list-desc dl dd {
  margin-top: 2rem;
}
.venue-list-desc dl em {
  font-style: normal;
  font-size: 160%;
}
.venue-list-desc dl .ff-en {
  font-size: 150%;
  font-size: 4.4rem;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .venue-list-desc dl .ff-en {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 768px) {
  .venue-list .btn01 {
    margin-left: auto;
    margin-right: auto;
    width: 90.7216494845%;
  }
}
.venue-list .btn01.cs {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  color: #737373;
  background-color: #353535;
}
.venue-list .btn01.cs::before {
  background-color: #737373;
}
.venue-list .btn01.cs::after {
  content: "";
  position: absolute;
  bottom: -1.06em;
  right: 2.06em;
  width: 9.6em;
  height: 2.1em;
  background: url(../images/top_common/text_btn_COMINGSOON.png) no-repeat center/contain;
}

/* =====================================================================
    cast
======================================================================*/
.cast {
  margin-top: -14.5vw;
  padding: 21vw 0;
  background: url(../images/common/bg_pattern02.jpg) repeat center/24rem auto;
  -webkit-mask: url("../images/top_common/bg_sns_path-sp.png") no-repeat center/cover;
          mask: url("../images/top_common/bg_sns_path-sp.png") no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .cast {
    margin-top: -14.5vw;
    padding: 11.5vw 0 18vw;
    -webkit-mask-image: url(../images/top_common/bg_sns_path-pc.png);
            mask-image: url(../images/top_common/bg_sns_path-pc.png);
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
.cast .top-ttl .ja {
  color: #000000;
}
.cast-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem 0;
}
.cast-grid h3 {
  font-size: 2.3rem;
}

@media screen and (min-width: 768px) {
  .cast-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .cast-grid-right {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .cast-grid-right {
    width: calc(552 / 1240 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .cast-grid.widget-none .cast-grid-right {
    width: 100%;
  }
  .cast-grid.widget-none .cast-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
     justify-content: center;
     gap: 36px;
  }
  .cast-grid.widget-none .cast-list > li {
    width: calc(482 / 1240 * 100%);
    /* width: calc(522 / 1240 * 100%); */
  }
  .cast-grid.widget-none .cast-list > li.s {
    width: calc(362 / 1240 * 100%);
    /* width: calc(522 / 1240 * 100%); */
  }
}
.cast-widget {
  position: relative;
  padding: 6.4rem 0;
}
.cast-widget::before, .cast-widget::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.4rem;
  background: url(../images/top_common/bg_frame01.png) no-repeat center/100% 100%;
}
.cast-widget::after {
  top: auto;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .cast-widget {
    width: calc(550 / 1240 * 100%);
  }
}
.cast-widget-inner {
  padding: 2rem 4rem;
  height: 420px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #ffffff;
}
.cast-widget-tweet .twitter-tweet {
  height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cast-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: 3rem 0;
}
/* .cast-list li a {
  color: #555;
display: inline-block;
  -webkit-filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
} */
.cast-list li a:hover {
  color: #e917a0;
  transform: translateY(2px);
  filter: drop-shadow(0 0.1em 0.1em rgba(0, 0, 0, 0)) !important;
  /* -webkit-filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6)); */
}
.cast-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
}

.cast-list li {
  width: 150px;
  text-align: center;
}

.cast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  display: block;
      -webkit-filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
}

.img-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
}

.img-wrapper:hover img {
  transform: scale(1.2); /* 写真だけ拡大 */
}

.cast-name {
  font-weight: bold;
  margin-top: 8px;
  color: rgb(52, 52, 52);
}

.main p.cast-text {
  font-size: 0.9em;
  color: #555;
  line-height: 1.4;
}


/* スマホ時に表示切替 */

  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .cast-list {
    flex-direction: row;
    justify-content: center;
  }
  .cast-list li {
    width: 45%;
  }
  .cast-list li .cast-text{
    text-align: left;
    letter-spacing: -0.08em;
  }


/* デフォルトではスマホ用非表示、PC用表示 */
@media screen and (min-width: 768px) {
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
}


/* =====================================================================
    news
======================================================================*/
.news {
  padding: 14.6rem 0;
  background: url(../images/common/bg_pattern03.jpg) repeat center/13.4rem auto;
}
@media screen and (min-width: 768px) {
  .news > .inner {
    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;
  }
}
.news .top-ttl-word {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news .top-ttl .ja {
  padding-left: 0;
  text-align: left;
}
.news-list li {
  position: relative;
  padding: 4rem 0;
  position: relative;
  border-bottom: 1px solid #63654b;
}
.news-list li::before, .news-list li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #63654b;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.news-list li::after {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.news-list li:last-child {
  border-image-width: 0;
}
.news-list li h3 {
  margin-top: 0.8em;
  line-height: 1.8;
}
.news-list li time {
  font-family: sans-serif;
  font-size: 93%;
  color: #ef4385;
}
@media screen and (min-width: 768px) {
  .news-list {
    width: calc(850 / 1240 * 100%);
  }
}

/* =====================================================================
    movie
======================================================================*/
.movie {
  background: url(../images/top/bg_movie-sp.jpg) no-repeat top center/100% auto;
}
@media screen and (min-width: 768px) {
  .movie {
    background-image: url(../images/top/bg_movie02-pc.jpg);
  }
}
.movie-wavy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
  z-index: 1;
}
.movie.is-appear .movie-wavy {
  -webkit-animation: anime-wavy 1s ease-in forwards;
          animation: anime-wavy 1s ease-in forwards;
}
.movie > .inner {
  /* padding: 61.8rem 0 33rem; */
  padding: 41.8rem 0 9rem;
}
@media screen and (min-width: 768px) {
  .movie > .inner {
    padding: 21.3rem 0 28.3rem 18.3rem;
  }
}
.movie .top-ttl {
  position: absolute;
  top: 4.8rem;
  left: 0;
  margin-left: 1.9em;
}
@media screen and (max-width: 767px) {
  .movie .top-ttl-word {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
@media screen and (min-width: 768px) {
  .movie .top-ttl-word img {
    height: 12.8em;
  }
}
@media screen and (min-width: 768px) {
  .movie .top-ttl {
    top: 0.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8.8em;
  }
}
.movie .top-ttl .ja {
  margin: 0 0 0 0.8em;
  padding: 0;
  width: 0.92em;
}
@media screen and (min-width: 768px) {
  .movie .top-ttl .ja {
    margin-top: 2.8em;
  }
}
.movie-wrap {
  -webkit-filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0.3em 0.4em rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 767px) {
  .movie-wrap {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .movie-wrap {
    margin-left: calc(40 / 1240 * 100%);
    /* margin-left: calc(120 / 1240 * 100%); */
    width: calc(699 / 1240 * 100%);
    /* width: calc(647 / 1240 * 100%); */
    margin-top: -20px;
  }
  /* .movie-wrap {
    margin-left: calc(-60 / 1240 * 100%);
    width: calc(600 / 1240 * 100%);
  } */
  .movie-wrap2 {
    margin-left: calc(620 / 1240 * 100%);
    width: calc(600 / 1240 * 100%);
  }
}

/* =====================================================================
    outline
======================================================================*/
.outline {
  padding-bottom: calc(28vw - 19rem);
  background: url(../images/common/bg_pattern01.jpg) repeat center/102.5rem auto;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .outline {
    /* padding-bottom: calc(18vw - 26rem); ←　動画入れた後はコチラを設定すること　*/
  }
}
.outline-wrap {
  /* top: -19rem; ←　動画入れた後はコチラを設定すること　 */
  top: 80px;
  /* padding: 12rem calc(50 / 550 * 100%); */
  padding: 11rem calc(50 / 550 * 100%) 12rem;
  background-color: #000000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .outline-wrap {
    top: 40px;
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
.outline-wrap::before, .outline-wrap::after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/common/img_check.jpg) space center/auto 106%;
  /* background: url(../images/common/img_check.png) space center/auto 100%; */
}
.outline-wrap::after {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/common/img_check.jpg) space center/auto 106%;
  /* background: url(../images/common/img_check.png) space center/auto 100%; */
}
@media screen and (min-width: 768px) {
  .outline-wrap::before, .outline-wrap::after {
    height: 2.8rem;
  }
}
.outline-wrap::after {
  top: 98.3%;
  /* top: auto; */
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .outline-wrap {
    /* top: -26rem;  */
    /*↑↑　動画入れた後はコチラを設定すること */
    padding: 10rem calc(120 / 1240 * 100%) 20rem;
  }
}
.outline .top-ttl {
  margin-bottom: 13rem;
}
@media screen and (min-width: 768px) {
  .outline .top-ttl {
    margin-bottom: 10rem;
  }
}
.outline .top-ttl .ja {
  position: relative;
  /* right: -0.8em; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 16.8em;
}
.outline-list li {
  position: relative;
  margin-bottom: 2.8em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .outline-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 110%;
  }
}
.outline-list li:last-child {
  margin-bottom: 0;
}
.outline-list li h3 {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1em;
  letter-spacing: 0.3em;
  font-family: "Noto Serif JP", serif;
  color: #ef4385;
}
.outline-list li h3::before {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 0;
  width: 0.85em;
  height: 0.85em;
  background-color: currentColor;
  /* -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
   -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);       
}

@media screen and (min-width: 768px) {
  .outline-list li h3 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10em;
    margin: 0;
    padding-right: 1em;
  }
}
.outline-list li p em {
  font-style: normal;
  font-size: 133%;
}
.outline-list li p small {
  display: block;
  margin-top: 0.5em;
  font-size: 86%;
}
.outline-list .btn-map {
  position: relative;
  display: inline-block;
  margin-top: 0.6em;
  padding: 0.2em 1.5em;
  font-size: 80%;
  font-weight: bold;
  border-radius: 2em;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #ef4385;
  text-decoration: none;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.outline-list .btn-map:hover {
  color: #ffffff;
}

/* =====================================================================
    highlight
======================================================================*/
.highlight {
  background: url(../images/common/bg_pattern03.jpg) repeat center/13.4rem auto;
  /* background: url(../images/common/bg_pattern03.jpg) repeat center/97.5rem auto; */
  padding-bottom: 50px;
}

.highlight .inner {
  width: 90%;
}

/* .highlight-box {
  max-width: 1000px;
    margin: 0 auto 43px;
    padding: 60px 23px 27px;
    background-color: #fff;
    background-clip: padding-box;
    border-style: solid;
    border-width: 32px 32px 32px 32px;
    -o-border-image: url(../images/top/report_border.png) 32 32 32 32 stretch stretch;
    border-image: url(../images/top/report_border.png) 32 32 32 32 stretch stretch;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} */

.highlight-box-budge {
  margin-bottom: -1rem;
}
@media screen and (min-width: 768px) {
  .highlight {
    padding-bottom: 80px;
  }
  .highlight-box-budge {
    margin: 0 auto -3rem;
    width: calc(550 / 1240 * 100%);
  }
  .highlight-box p {
    text-align: center;
  }
}
.highlight-box h4 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /* padding-right: 2rem; */
    /* padding-left: 2rem; */
    /* padding-top: 0.5em; */
    /* padding-bottom: 0.5em; */
    padding: 22px;
    font-family: "Noto Sans JP", serif;
    font-size: 4rem;
    line-height: 1.4;
    /* border: 0.25em dotted #f4f7c0; */
    outline: 0.25em dotted #f4f7c0;
    outline-offset: -10px;
    text-align: center;
    background-color: #ef48b5;
    text-shadow: 2px 2px 4px rgb(103 5 86 / 50%);  
    border-radius: 25px;  
}
@media screen and (min-width: 768px) {
  .highlight-box h4 {
    margin: 16px auto 0;
  }
}
/* .highlight-box h4 {
  position: relative;
  padding-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  line-height: 1.4;
  border-bottom: 0.15em dotted #f4f7c0;
  text-align: center;
} */
  .highlight-box h3 {
    text-align: center;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
@media screen and (min-width: 768px) {
  .highlight-box h4 {
    width: 53%; 
}
  .highlight-box h3 {
    text-align: center;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
}
.highlight-box-inner {
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
  padding: 7rem calc(50 / 550 * 100%);
  /* background-color: #e917a0; */
  background-color: #2e2b31c4;
  position: relative;
  /* border-radius: 20px; */
}
@media screen and (max-width: 767px) {
  .highlight-box-inner {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
.highlight-box-inner::before, .highlight-box-inner::after {
  content: "";
  position: absolute;
  display: block;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/common/bg_frame_tokyo.png) no-repeat bottom center/100% 100%;
}
@media screen and (min-width: 768px) {
  .highlight-box-inner::before, .highlight-box-inner::after {
    top: -5rem;
    height: 5rem;
  }
}
.highlight-box-inner::after {
  top: auto;
  bottom: -4rem;
  transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .highlight-box-inner::after {
    bottom: -5rem;
  }
}
  .highlight-box-inner {
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px 20px;
    /* color: #181818; */
    color: #fff;
	  position: relative;
    overflow: hidden;
    /* background: #fff; */
    border-image-slice: 43 43 43 43 fill;
    border-image-width: 43px 43px 43px 43px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url(../images/common/theme_border.png);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
@media screen and (min-width: 768px) {
  .highlight-box-inner {
    max-width: 75%;
    margin: 0 auto 40px;
    padding: 30px 40px 70px;
  }
  /* .highlight-box-inner {
    padding-left: calc(120 / 1240 * 100%);
    padding-right: calc(120 / 1240 * 100%);
  } */
}
@media screen and (min-width: 768px) {
  /* .highlight-box figure {
    flex-shrink: 0;
    margin-right: 9%;
    width: 49.5%;
  } */
  .highlight-box figure {
    width: 79.5%;
    text-align: center;
    margin: 0 auto;
  }
  .highlight-box .box-grid figure {
    width: 75%;
    text-align: center;
    margin: 0 auto;
  }
}
.highlight-box .box-grid figure img {
  border-radius: 25px;
}
.highlight-box-grid {
  display: flex;
  flex-direction: column;
  gap: 4.5rem 0;
}
.box-grid {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
}

.highlight-box .flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .highlight-box .flex {
    gap: 10px;
  }
  .highlight-box h3 {
    font-size: 3.3rem;
    text-align: left;
  }
  /* .box-grid figure img {
    width: 80%;
    margin: 0 auto;
  }
  .box-grid {
    margin-bottom: 50px;
  } */
   .btn04 {
    padding: 5px 8px;
    border-radius: 15px;
   }
}
@media screen and (min-width: 768px) {
  .highlight-box-grid {
    flex-direction: row;
    align-items: center;
  }
  .box-grid {
    /* flex-direction: row; */
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .highlight-box-right {
    flex-grow: 1;
    min-width: 41.3%;
  }
}
.highlight-box p small {
  color: #181818;
}
.highlight-box-desc {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.8em;
  font-size: 110%;
  line-height: 1.333;
  letter-spacing: 0.2em;
  position: relative;
  border-bottom: 1px solid #63654b;
}
.highlight-box-desc::before, .highlight-box-desc::after {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #63654b;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.highlight-box-desc::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
.highlight-box-desc:not(:last-of-type) {
  margin-bottom: 0.8em;
}
.highlight-box-desc dt {
  position: relative;
  flex-shrink: 0;
  font-weight: normal;
  margin-right: 1em;
  min-width: 7em;
  color: #fff;
}
.highlight-box-desc dd {
  flex-grow: 1;
  text-align: right;
  line-height: initial;
}
.highlight-fee .sub-ttl {
  margin-bottom: -1em;
}
.highlight-fee-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.5rem 0;
  padding: 16.5rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .highlight-fee-inner {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .highlight-fee-inner {
    margin: 0 auto;
    padding: 13rem 0 7rem;
    max-width: 800px;
  }
}
.highlight-fee-inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}
.highlight-guide .sub-ttl {
  margin-bottom: 4rem;
}
.highlight .notice {
  color: #ff8dbc;
}

/* ---------------------------------------- */
.main p.sns-icons {
    display: flex;
    gap: 0.2em;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.3em;
}

.main p.sns-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  color: #000;
  background-color: #fbffb6a8;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  line-height: 1;               /* ← これ重要！余白を消す */
}

.main p.sns-icons svg {
  width: 60%;
  height: 60%;
  fill: currentColor;
  display: block;               /* ← これも重要！余白をなくす */
}


.main p.sns-icons a:hover {
  transform: scale(1.2);
  color: #ef4486;
}

@media screen and (min-width: 768px) {
    .main p.sns-icons {
    display: flex;
    gap: 1em;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.5em;
  }

  .main p.sns-icons a {

    width: 2.5em;
    height: 2.5em;

  }
}



