@charset "UTF-8";
@import url("https://use.typekit.net/uue7kup.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: static;
  left: 0px;
  top: 0px;
}
body.detail_open {
  overflow: hidden;
}

a {
  color: #faa742;
  text-decoration: none;
  cursor: pointer !important;
}

a:hover, a:active, a.active {
  color: #faa742;
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

h1, form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea, nav, footer {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main.detail_locked {
  height: 100vh;
  overflow: hidden;
}
main .main_visual {
  width: 100vw;
  height: 100dvh;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
main .main_visual_inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
main .main_visual_inner.on .title {
  opacity: 1;
}
main .main_visual_inner .main_title {
  width: 23.4375%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
main .main_visual_inner .main_title.on {
  opacity: 1;
}
main .main_visual_inner h2 {
  width: 36.71875%;
  position: absolute;
  top: calc(50% + 16.5606287425vw + 60px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
  margin: 0;
}
main .main_visual_inner .cta {
  width: 180px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 20;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  filter: none;
  transform: translateY(0);
  transition: opacity 0.4s ease 0s, visibility 0s linear 0s, transform 0.4s ease 0s, filter 0.4s ease 0s;
}
main .main_visual_inner .cta.is-dark {
  filter: brightness(0);
}
main .main_visual_inner .cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.4s ease 0s, visibility 0s linear 0.4s, transform 0.4s ease 0s, filter 0.4s ease 0s;
}
main .main_visual_inner .photo {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .main_visual_inner .photo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000000;
  opacity: 0.4;
  pointer-events: none;
}
main .main_visual_inner .photo .slider {
  width: 20vw;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}
main .main_visual_inner .photo .slider .swiper-wrapper {
  transition-timing-function: linear;
}
main .main_visual_inner .photo .slider .swiper-slide {
  height: auto;
}
main .main_visual_inner .photo .slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
main .main_visual_inner .photo.sp {
  display: none;
}
main .main_contents {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
main .main_contents .lead,
main .main_contents .items_wrapper .title {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
}
main .main_contents .lead.on,
main .main_contents .items_wrapper .title.on {
  opacity: 1;
  transform: translateY(0);
}
main .main_contents .lead {
  margin: 15rem auto;
  text-align: center;
}
main .main_contents .lead h2 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 2rem;
}
main .main_contents .lead .lead_text {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .lead .lead_text:not(:last-child) {
  padding-bottom: 1rem;
}
main .main_contents .lead .logo_er {
  padding-top: 5rem;
}
main .main_contents .lead .logo_er p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .lead .logo_er p:not(:last-child) {
  padding-bottom: 2rem;
}
main .main_contents .lead .logo_er p:last-child {
  width: 213px;
  margin: 0 auto;
}
main .main_contents .items {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
main .main_contents .items_wrapper h2.title {
  color: #000;
  font-family: "poblet-solid", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0em;
  font-style: normal;
  text-align: center;
  margin: 0 auto 10rem;
  padding-bottom: 10rem;
  position: relative;
}
main .main_contents .items_wrapper h2.title::after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
main .main_contents .items_wrapper > div {
  position: relative;
}
main .main_contents .items_wrapper > div.thumbnails {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
main .main_contents .items_wrapper > div.thumbnails > div {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
main .main_contents .items_wrapper > div.thumbnails > div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
}
main .main_contents .items_wrapper > div.thumbnails > div::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  background: url(../images/icon_plus.png) no-repeat center/contain;
  pointer-events: none;
}
main .main_contents .items_wrapper > div.thumbnails > div > img {
  display: block;
  width: 100%;
  height: auto;
}
main .main_contents .items_wrapper > div.thumbnails > div .text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 2rem;
}
main .main_contents .items_wrapper > div.thumbnails > div .text .name {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .items_wrapper > div.thumbnails > div .text .name span {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: 0em;
  font-style: normal;
  padding-left: 0.3rem;
}
main .main_contents .info {
  width: 100%;
  background-color: #FFF;
}
main .main_contents .info_inner {
  width: 848px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15rem 0 10rem;
}
main .main_contents .info h2.title {
  color: #000;
  font-family: "poblet-solid", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0em;
  font-style: normal;
  text-align: center;
  margin: 0 auto 6rem;
  padding-bottom: 6rem;
  position: relative;
}
main .main_contents .info h2.title::after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
main .main_contents .info_contents {
  text-align: left;
}
main .main_contents .info_contents h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-style: normal;
}
main .main_contents .info_contents h3:first-child {
  margin-top: 0;
}
main .main_contents .info_contents p,
main .main_contents .info_contents li {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-style: normal;
}
main .main_contents .info_contents ol,
main .main_contents .info_contents ul {
  padding-left: 1.4em;
}
main .main_contents .info_contents ol li {
  list-style: decimal;
}
main .main_contents .info_contents ul li {
  list-style: disc;
}

/* ---- common ---- */
.credits {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.credits > div:not(:last-child) {
  margin-bottom: 0;
}
.credits > div {
  transition: all 0.25s ease-in 0s;
}
.credits > div:hover {
  opacity: 0.7;
}
.credits > div {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.credits > div dl {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt {
  padding: 2px 0;
  max-width: 100%;
  text-align: left;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dd {
  margin-left: 10px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 3px 30px 3px;
  display: block;
  border: solid 1px #000;
  border-radius: 10px;
}

.detail {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: #FFF;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}
.detail.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s ease;
}
.detail::before, .detail::after {
  content: "";
  width: 44px;
  height: 2px;
  position: fixed;
  top: 44px;
  right: 40px;
  z-index: 2;
  background-color: #000;
  pointer-events: none;
}
.detail::before {
  transform: rotate(45deg);
}
.detail::after {
  transform: rotate(-45deg);
}
.detail_inner {
  width: calc(100% - 8rem);
  max-width: 1064px;
  margin: 0 auto;
  padding: 8rem 0;
}
.detail_inner::before {
  content: "CLOSE";
  width: 52px;
  position: fixed;
  top: 64px;
  right: 36px;
  z-index: 2;
  pointer-events: none;
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  font-style: normal;
  text-align: center;
}
.detail .head {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2rem;
  margin-bottom: 8rem;
  border-bottom: solid 1px #000;
}
.detail .head > div:first-child {
  width: 18rem;
}
.detail .head .text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 2rem;
  text-align: left;
}
.detail .head .text .name {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0em;
  font-style: normal;
}
.detail .head .text .name span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: 0em;
  font-style: normal;
  padding-left: 0.3rem;
}
.detail .style {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10%;
}
.detail .style:not(:last-child) {
  margin-bottom: 15rem;
}
.detail .style > div:first-child {
  width: 50%;
}
.detail .style > div:first-child .movie {
  position: relative;
}
.detail .style > div:first-child .movie .title {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: center;
  row-gap: 3rem;
  pointer-events: none;
}
.detail .style > div:first-child .movie .title .num {
  width: 8rem;
}
.detail .style > div:first-child .movie .title .theme {
  writing-mode: vertical-rl;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.8em;
  font-style: normal;
}
.detail .style > div:first-child .text {
  margin-top: 3rem;
  text-align: left;
}
.detail .style > div:first-child .text .midashi {
  margin-bottom: 1.5rem;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  font-style: normal;
}
.detail .style > div:first-child .text p:not(.midashi) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
.detail .style > div:nth-child(2) {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  row-gap: 4rem;
}
.detail .style > div:nth-child(2) > div:not(.credits) {
  width: 78%;
}
.detail .style > div:nth-child(2) > div:not(.credits):nth-child(odd) {
  margin-right: auto;
}
.detail .style > div:nth-child(2) > div:not(.credits):nth-child(even) {
  margin-left: auto;
}
.detail .style.style02 > div:first-child {
  order: 2;
}
.detail .style.style02 > div:nth-child(2) {
  order: 1;
}
.detail .style.style02 > div:first-child .movie .title {
  right: 2rem;
  left: auto;
  align-items: center;
}
.detail .style.style01 > div:first-child .movie .title {
  right: auto;
  left: 2rem;
  align-items: center;
}
.detail .staff_profile {
  width: 550px;
  max-width: 100%;
  margin: 8rem auto 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
.detail .staff_profile_info {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
.detail .staff_profile_photo {
  width: 150px;
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  border: solid 3px #000;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FFF;
}
.detail .staff_profile_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail .staff_profile_text {
  text-align: left;
}
.detail .staff_profile_text .name {
  margin-bottom: 0.6rem;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-style: normal;
}
.detail .staff_profile_text .shop {
  margin-bottom: 1rem;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-style: normal;
}
.detail .staff_profile_text .spec {
  padding-bottom: 1rem;
  border-bottom: dotted 2px #000;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-style: normal;
}
.detail .staff_profile_text .links {
  margin-top: 1rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
}
.detail .staff_profile_text .links .instagram {
  width: 2.6rem;
  display: block;
  line-height: 0;
}
.detail .staff_profile_text .links .staff_board {
  color: #000;
  font-family: "poblet-solid", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: 0.08em;
  font-style: normal;
}
.detail .staff_profile_phone {
  width: 200px;
  flex: 0 0 auto;
}
.detail .staff_profile_phone img {
  display: block;
  width: 100%;
  height: auto;
}
.detail .present {
  width: 100%;
  margin-top: 12rem;
  background-color: #F5F8F9;
}
.detail .present_inner {
  width: 848px;
  max-width: 100%;
  margin: 0 auto;
  padding: 8rem 0;
}
.detail .present h2.title {
  color: #000;
  font-family: "poblet-solid", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0em;
  font-style: normal;
  text-align: center;
  margin: 0 auto 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.detail .present h2.title::after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.detail .present_items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.detail .present_items > div:not(.text) {
  width: calc((100% - 16px) / 2);
}
.detail .present_items .text {
  width: 100%;
  margin-top: 2.4rem;
  text-align: center;
  color: #000;
}
.detail .present_items .text p:first-child {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-style: normal;
}
.detail .present_items .text p:nth-child(2) {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.2rem auto 0;
  border-bottom: solid 1px #000;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-style: normal;
}
.detail .step {
  width: 100%;
}
.detail .step_inner {
  width: 100%;
  margin: 0 auto;
  padding: 12rem 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10rem;
}
.detail .step_item {
  width: 50%;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.detail .step_item .num {
  margin-bottom: 2rem;
  color: #000;
  font-family: "poblet-solid", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  font-style: normal;
  text-transform: uppercase;
}
.detail .step_item .text {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-style: normal;
}
.detail .step_item a {
  width: 300px;
  margin-top: 2.4rem;
  padding: 1rem 2rem;
  background-color: #000000;
  border-radius: 50px;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-style: normal;
}
.detail .info {
  width: 100%;
  background-color: #FFF;
}
.detail .info_inner {
  width: 848px;
  max-width: 100%;
  margin: 0 auto;
  padding: 8rem 0 10rem;
}
.detail .info h2.title {
  color: #000;
  font-family: "poblet-solid", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0em;
  font-style: normal;
  text-align: center;
  margin: 0 auto 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.detail .info h2.title::after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.detail .info_contents {
  text-align: left;
}
.detail .info_contents h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-style: normal;
}
.detail .info_contents h3:first-child {
  margin-top: 0;
}
.detail .info_contents p,
.detail .info_contents li {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.03em;
  font-style: normal;
}
.detail .info_contents ol,
.detail .info_contents ul {
  padding-left: 1.4em;
}
.detail .info_contents ol li {
  list-style: decimal;
}
.detail .info_contents ul li {
  list-style: disc;
}

.instagram h2.title {
  color: #000;
  font-family: "poblet-solid", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0em;
  font-style: normal;
  text-align: center;
  margin: 0 auto 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.instagram h2.title::after {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main.detail_locked {
    height: 100vh;
    overflow: hidden;
  }
  main .main_visual {
    width: 100vw;
    height: 100dvh;
    margin: 0 auto;
    padding: 0;
  }
  main .main_visual_inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  main .main_visual_inner .main_title {
    width: 40%;
    max-width: 280px;
  }
  main .main_visual_inner h2 {
    width: 80%;
    max-width: 520px;
    top: calc(50% + min(28.2634730539vw, 197.8443113772px) + 5rem);
  }
  main .main_visual_inner .cta {
    width: 120px;
    position: absolute;
    right: 16px;
    top: 16px;
    bottom: auto;
  }
  main .main_visual_inner .photo:not(.sp) {
    display: none;
  }
  main .main_visual_inner .photo.sp {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    overflow: hidden;
  }
  main .main_visual_inner .photo.sp .slider {
    width: 100vw;
    height: 100%;
    min-height: 0;
  }
  main .main_visual_inner .photo.sp .swiper-wrapper {
    height: 100%;
  }
  main .main_visual_inner .photo.sp .slider.is-kv-marquee .swiper-wrapper {
    width: -moz-max-content;
    width: max-content;
    animation: kvMarqueeSp 35s linear infinite;
    will-change: transform;
  }
  main .main_visual_inner .photo.sp .slider.is-kv-marquee-reverse .swiper-wrapper {
    animation-direction: reverse;
  }
  main .main_visual_inner .photo.sp .swiper-slide {
    width: 50vw;
    flex: 0 0 50vw;
    height: 100%;
  }
  main .main_visual_inner .photo.sp .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @keyframes kvMarqueeSp {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-50%, 0, 0);
    }
  }
  main .main_contents {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
  main .main_contents .lead {
    width: 70%;
    margin: 0 auto 6rem;
    padding-top: 8rem;
    text-align: left;
  }
  main .main_contents .lead h2 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 2rem;
    text-align: center;
  }
  main .main_contents .lead .lead_text {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .lead .lead_text:not(:last-child) {
    padding-bottom: 1rem;
  }
  main .main_contents .lead .logo_er {
    padding-top: 4rem;
    text-align: center;
  }
  main .main_contents .lead .logo_er p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .lead .logo_er p:not(:last-child) {
    padding-bottom: 1.6rem;
  }
  main .main_contents .lead .logo_er p:last-child {
    width: 150px;
    margin: 0 auto;
  }
  main .main_contents .items {
    width: 100%;
  }
  main .main_contents .items_wrapper h2.title {
    color: #000;
    font-family: "poblet-solid", sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 0em;
    font-style: normal;
    text-align: center;
    margin: 0 auto 5rem;
    padding-bottom: 5rem;
    position: relative;
  }
  main .main_contents .items_wrapper h2.title::after {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
  }
  main .main_contents .items_wrapper > div.thumbnails {
    grid-template-columns: repeat(2, 1fr);
  }
  main .main_contents .items_wrapper > div.thumbnails > div::after {
    width: 16px;
    height: 16px;
    right: 12px;
    bottom: 12px;
  }
  main .main_contents .items_wrapper > div.thumbnails > div .text {
    left: 12px;
    bottom: 12px;
    row-gap: 1.2rem;
  }
  main .main_contents .items_wrapper > div.thumbnails > div .text .bland {
    width: 42%;
    max-width: 84px;
  }
  main .main_contents .items_wrapper > div.thumbnails > div .text .name {
    color: #FFF;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: 0em;
    font-style: normal;
    white-space: nowrap;
  }
  main .main_contents .items_wrapper > div.thumbnails > div .text .name span {
    padding-left: 0.2rem;
    color: #FFF;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .info_inner {
    width: calc(100% - 4rem);
    padding: 6rem 0 8rem;
  }
  main .main_contents .info h2.title {
    color: #000;
    font-family: "poblet-solid", sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 0em;
    font-style: normal;
    margin: 0 auto 4rem;
    padding-bottom: 4rem;
  }
  main .main_contents .info_contents h3 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-style: normal;
  }
  main .main_contents .info_contents p,
  main .main_contents .info_contents li {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    gap: 10px;
  }
  .credits > div {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .credits > div dl {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt {
    padding: 2px 0;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div dl dt span {
    color: #000;
  }
  .credits > div dl dd {
    margin-left: 8px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 3px 18px;
    color: #000;
    border-color: #000;
  }
  .detail::before, .detail::after {
    width: 38px;
    top: 36px;
    right: 24px;
  }
  .detail_inner {
    width: 100%;
    padding: 8rem 0;
  }
  .detail_inner::before {
    width: 48px;
    top: 58px;
    right: 19px;
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    font-style: normal;
  }
  .detail .head {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5rem;
  }
  .detail .head > div:first-child {
    width: 12rem;
  }
  .detail .head .text {
    row-gap: 1.2rem;
  }
  .detail .head .text .name {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: 0em;
    font-style: normal;
  }
  .detail .head .text .name span {
    display: inline;
    padding: 0 0 0 0.2rem;
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  .detail .style {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 4rem;
  }
  .detail .style:not(:last-child) {
    margin-bottom: 8rem;
  }
  .detail .style > div:first-child, .detail .style > div:nth-child(2) {
    width: 100%;
  }
  .detail .style > div:first-child .movie .title {
    top: 1.4rem;
    left: 1.4rem;
    row-gap: 1.4rem;
  }
  .detail .style > div:first-child .movie .title .num {
    width: 4.8rem;
  }
  .detail .style > div:first-child .movie .title .theme {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.5em;
    font-style: normal;
  }
  .detail .style > div:first-child .text {
    width: calc(100% - 4rem);
    margin: 2rem auto 0;
  }
  .detail .style > div:first-child .text .midashi {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
  }
  .detail .style > div:first-child .text p:not(.midashi) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  .detail .style > div:nth-child(2) {
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
    row-gap: 3rem;
  }
  .detail .style > div:nth-child(2) > div:not(.credits) {
    width: 78%;
  }
  .detail .style > div:nth-child(2) > .credits {
    width: 78%;
    max-width: 78%;
    margin-left: auto;
    margin-right: 0;
    align-items: flex-start;
  }
  .detail .style.style02 > div:first-child, .detail .style.style02 > div:nth-child(2) {
    order: initial;
  }
  .detail .style.style02 > div:first-child .movie .title {
    right: auto;
    left: 1.4rem;
  }
  .detail .staff_profile {
    width: calc(100% - 4rem);
    margin: 6rem auto 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
  }
  .detail .staff_profile_info {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
  .detail .staff_profile_photo {
    width: 100px;
  }
  .detail .staff_profile_text .name {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.06em;
    font-style: normal;
  }
  .detail .staff_profile_text .shop,
  .detail .staff_profile_text .spec {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .detail .staff_profile_text .links {
    gap: 1.6rem;
  }
  .detail .staff_profile_text .links .instagram {
    width: 2.4rem;
  }
  .detail .staff_profile_phone {
    width: 180px;
  }
  .detail .present {
    margin-top: 8rem;
  }
  .detail .present_inner {
    width: calc(100% - 4rem);
    padding: 6rem 0;
  }
  .detail .present h2.title {
    color: #000;
    font-family: "poblet-solid", sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 0em;
    font-style: normal;
    margin: 0 auto 4rem;
    padding-bottom: 4rem;
  }
  .detail .present_items {
    gap: 10px;
  }
  .detail .present_items > div:not(.text) {
    width: 100%;
  }
  .detail .present_items .text {
    margin-top: 2rem;
  }
  .detail .present_items .text p:first-child {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-style: normal;
  }
  .detail .present_items .text p:nth-child(2) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-style: normal;
  }
  .detail .step_inner {
    padding: 8rem 0;
    gap: 6rem;
  }
  .detail .step_item {
    width: 100%;
  }
  .detail .step_item .num {
    color: #000;
    font-family: "poblet-solid", sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    font-style: normal;
  }
  .detail .step_item .text {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.02em;
    font-style: normal;
  }
  .detail .step_item a {
    width: 260px;
    max-width: 100%;
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-style: normal;
  }
  .detail .info_inner {
    width: calc(100% - 4rem);
    padding: 6rem 0 8rem;
  }
  .detail .info h2.title {
    color: #000;
    font-family: "poblet-solid", sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 0em;
    font-style: normal;
    margin: 0 auto 4rem;
    padding-bottom: 4rem;
  }
  .detail .info_contents h3 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-style: normal;
  }
  .detail .info_contents p,
  .detail .info_contents li {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .detail_inner > .instagram {
    width: 100%;
    margin-top: 8rem;
    position: relative;
  }
  .detail_inner > .instagram h2.title {
    width: calc(46% - 2rem);
    position: absolute;
    top: 17vw;
    left: 2rem;
    z-index: 1;
    color: #000;
    font-family: "poblet-solid", sans-serif;
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .detail_inner > .instagram h2.title::after {
    display: none;
  }
  .detail_inner > .instagram .staff_profile {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5rem;
  }
  .detail_inner > .instagram .staff_profile_phone {
    order: 1;
    width: 46%;
    max-width: 220px;
    margin-left: auto;
    margin-right: 2rem;
  }
  .detail_inner > .instagram .staff_profile_info {
    order: 2;
    width: calc(100% - 4rem);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
  }
  .detail_inner > .instagram .staff_profile_photo {
    width: 42%;
    max-width: 190px;
    min-width: 130px;
  }
  .detail_inner > .instagram .staff_profile_text {
    width: calc(58% - 3rem);
    flex: 1 1 auto;
  }
  .detail_inner > .instagram .staff_profile_text .name {
    margin-bottom: 0.8rem;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-style: normal;
  }
  .detail_inner > .instagram .staff_profile_text .shop {
    margin-bottom: 1.4rem;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .detail_inner > .instagram .staff_profile_text .spec {
    padding-bottom: 1.4rem;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .detail_inner > .instagram .staff_profile_text .links {
    margin-top: 1.4rem;
    gap: 2rem;
    align-items: center;
  }
  .detail_inner > .instagram .staff_profile_text .links .instagram {
    width: 3.2rem;
  }
}/*# sourceMappingURL=style.css.map */
