@charset "UTF-8";
/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 2.0833333333vw;
  width: 10.4166666667vw;
  height: 2.0833333333vw;
  border: 3px solid #4b1e78;
  border-radius: 100px;
  background: #ffdc4e;
  color: #4b1e78;
  font-size: 0.9375vw;
  line-height: 1;
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .button {
    padding: 0 0 0 9.3333333333vw;
    width: 40vw;
    height: 8.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.button:hover {
  filter: brightness(1.1);
}
.button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8333333333vw;
  width: 0.78125vw;
  height: 0.625vw;
  background: url("../img/icon_arrow_p.svg") 0 0 no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .button:after {
    right: 3.7333333333vw;
    width: 2.6666666667vw;
    height: 2vw;
  }
}

/*------------------------------------------------------------
	STYLE
------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5625vw;
  width: 100%;
  min-height: 5.2083333333vw;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 2.6666666667vw 0 3.6vw;
    min-height: 13.3333333333vw;
  }
}
.header_logo {
  width: 8.5416666667vw;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 29.0666666667vw;
  }
}
.main {
  overflow: hidden;
}
.main .kv {
  position: relative;
  z-index: 3;
}
.main .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/kv_bg.svg") center 0 no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transform: scale(1.2, 1.2);
}
@media screen and (max-width: 767px) {
  .main .kv_bg {
    background: url("../img/sp_kv_bg.svg") center 0 no-repeat;
    background-size: 100% auto;
  }
}
.main .kv.-move .kv_bg {
  transform-origin: center center;
  animation: kvBg1 0.66s cubic-bezier(0.3, 0.8, 0.3, 3) 1 forwards;
  animation-delay: 750ms;
}
@keyframes kvBg1 {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.main .kv.-move:before, .main .kv.-move:after {
  transform-origin: center center;
  animation: kvBg2 0.88s cubic-bezier(0.3, 0.8, 0.3, 2) 1 forwards;
  animation-delay: 650ms;
}
@keyframes kvBg2 {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.main .kv:before, .main .kv:after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  transform: scale(0.1, 0.1);
}
.main .kv:before {
  top: 9.4791666667vw;
  left: 4.375vw;
  width: 78.28125vw;
  height: 52.1875vw;
  background: url("../img/kv_onpu.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .main .kv:before {
    top: 111.3333333333vw;
    left: 5.7333333333vw;
    width: 85.8666666667vw;
    height: 55.3333333333vw;
    background: url("../img/sp_kv_onpu.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.main .kv:after {
  top: 3.4895833333vw;
  left: 18.2291666667vw;
  width: 76.875vw;
  height: 49.7916666667vw;
  background: url("../img/kv_tri.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .main .kv:after {
    top: 83.8666666667vw;
    left: 1.7333333333vw;
    width: 90vw;
    height: 81.6vw;
    background: url("../img/sp_kv_tri.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.main .kv .inner {
  margin: 0 auto;
  width: 79.1666666667vw;
}
@media screen and (max-width: 767px) {
  .main .kv .inner {
    width: 100%;
  }
}
.main .kv .inner h1 {
  margin: 0 auto;
  padding: 13.0208333333vw 0 0;
  width: 78.0208333333vw;
  opacity: 0;
  transform: scale(0.1, 0.1);
}
@media screen and (max-width: 767px) {
  .main .kv .inner h1 {
    padding: 25.4666666667vw 0 0;
    width: 87.7333333333vw;
  }
}
.main .kv .inner h1.-move {
  transform-origin: center center;
  animation: kvTitle 0.7s cubic-bezier(0.6, 0.1, 0.7, 2.3) 1 forwards;
}
.main .kv .inner h1.-move + p {
  opacity: 1;
}
@keyframes kvTitle {
  0% {
    opacity: 0;
    transform: scale(0.6, 0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.main .kv .inner h1 + p {
  position: relative;
  z-index: 3;
  padding: 4.7395833333vw 0 0;
  font-size: 1.6666666667vw;
  line-height: 1.9090909091;
  text-align: center;
  color: #343434;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-delay: 1000ms;
}
@media screen and (max-width: 767px) {
  .main .kv .inner h1 + p {
    padding: 10.6666666667vw 0 0;
    font-size: 4vw;
    line-height: 2;
  }
}
.main .kv_movie_list_wrap {
  position: relative;
  padding: 15.625vw 0 15.625vw;
}
@media screen and (max-width: 767px) {
  .main .kv_movie_list_wrap {
    width: 100%;
    padding: 42.2666666667vw 0 23.3333333333vw;
    overflow: hidden;
  }
}
.main .kv_movie_list_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/movie_bg.svg") center 0 no-repeat;
  background-size: 100vw 100%;
}
@media screen and (max-width: 767px) {
  .main .kv_movie_list_wrap:before {
    background: url("../img/sp_movie_bg.svg") center 0 no-repeat;
    background-size: 100vw 100%;
  }
}
@media screen and (max-width: 767px) {
  .main .kv_movie_list_scroll {
    overflow: hidden;
  }
}
.main .kv_movie_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6041666667vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main .kv_movie_list {
    justify-content: flex-start;
    width: auto;
    padding: 0;
    transition: transform 0.4s ease;
    will-change: transform;
  }
}
.main .kv_movie_list_item {
  position: relative;
  z-index: 2;
  width: 22.7604166667vw;
  height: 44.53125vw;
  border: 0.15625vw solid #fff;
  border-radius: 2.8125vw;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .main .kv_movie_list_item {
    width: 47.7333333333vw;
    height: 93.3333333333vw;
    border: 0.4vw solid #fff;
    border-radius: 7.2vw;
    scroll-snap-align: center;
    flex-shrink: 0;
  }
}
.main .kv_movie_list_item:hover {
  filter: brightness(1.2);
}
.main .kv_movie_list_item:hover span:before {
  background: white;
}
.main .kv_movie_list_item span {
  position: relative;
  display: block;
  transition: opacity 0.4s ease;
  opacity: 1;
  z-index: 1;
  width: 23.0208333333vw;
  height: 44.765625vw;
}
@media screen and (max-width: 767px) {
  .main .kv_movie_list_item span {
    width: 47.7333333333vw;
    height: 93.3333333333vw;
  }
}
.main .kv_movie_list_item span:before, .main .kv_movie_list_item span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
}
.main .kv_movie_list_item span:before {
  top: 50%;
  width: 7.03125vw;
  height: 7.03125vw;
  border: 3px solid #4b1e78;
  border-radius: 7.03125vw;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .main .kv_movie_list_item span:before {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 14.6666666667vw;
  }
}
.main .kv_movie_list_item span:after {
  top: 50%;
  width: 0;
  height: 0;
  border-top: 1.1979166667vw solid transparent;
  border-left: 1.8229166667vw solid #4b1e78;
  border-right: 1px solid transparent;
  border-bottom: 1.1979166667vw solid transparent;
  transform: translate(-35%, -50%);
}
@media screen and (max-width: 767px) {
  .main .kv_movie_list_item span:after {
    border-top: 2.5333333333vw solid transparent;
    border-left: 3.7333333333vw solid #4b1e78;
    border-right: 1px solid transparent;
    border-bottom: 2.5333333333vw solid transparent;
  }
}
.main .kv_movie_list_navi {
  display: none;
}
@media screen and (max-width: 767px) {
  .main .kv_movie_list_navi {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 16.8vw;
    padding: 13vw 0 3vw;
  }
  .main .kv_movie_list_navi li {
    width: 11.2vw;
  }
  .main .kv_movie_list_navi li.swiper_next img {
    transform: scale(-1, 1);
  }
}
.main .people {
  position: relative;
}
.main .people:before {
  content: "";
  display: block;
  position: absolute;
  top: -32.5520833333vw;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 168.125vw;
  background: url("../img/people_bg.svg") center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main .people:before {
    top: -6.2vw;
    min-height: 496vw;
    background: url("../img/sp_people_bg.svg") center 0 no-repeat;
    background-size: cover;
  }
}
.main .people:after {
  content: "";
  display: block;
  position: absolute;
  top: 30.447917vw;
  left: 50%;
  width: 68.75vw;
  height: 96.9791666667vw;
  background: url("../img/people_bg_icon.svg") center 0 no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .main .people:after {
    top: -18vw;
    width: 100%;
    min-height: 476.5333333333vw;
    background: url("../img/sp_people_bg_icon.svg") center 0 no-repeat;
    background-size: cover;
  }
}
.main .people .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 0 6.5104166667vw;
  width: 79.1666666667vw;
}
@media screen and (max-width: 767px) {
  .main .people .inner {
    padding: 0 0 23.3333333333vw;
    width: 100%;
  }
}
.main .people .inner h2 {
  margin: 0 auto;
  padding: 1.4583333333vw 0 5.0520833333vw;
  width: 78.3854166667vw;
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 500ms cubic-bezier(0.09, 0.465, 0.025, 1.515);
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .main .people .inner h2 {
    padding: 0;
    width: 86vw;
  }
}
.main .people .inner h2.-move {
  opacity: 1;
  transform: scale(1, 1);
}
.main .people_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main .people_list {
    margin-top: 9.3333333333vw;
    flex-flow: column;
  }
}
.main .people_list_item.-move img {
  opacity: 1;
  transform: scale(1, 1);
}
.main .people_list_item img {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 500ms cubic-bezier(0.09, 0.465, 0.025, 1.515) 250ms;
}
.main .people_list_item:nth-child(odd) img {
  transform-origin: bottom left;
}
.main .people_list_item:nth-child(even) img {
  transform-origin: bottom right;
}
.main .people_list_item:nth-child(2) img, .main .people_list_item:nth-child(5) img, .main .people_list_item:nth-child(8) img, .main .people_list_item:nth-child(10) img {
  transition-delay: 750ms;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(2) img, .main .people_list_item:nth-child(5) img, .main .people_list_item:nth-child(8) img, .main .people_list_item:nth-child(10) img {
    transition-delay: 250ms;
  }
}
.main .people_list_item:nth-child(1) {
  padding-left: 3.28125vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(1) {
    padding: 0;
  }
}
.main .people_list_item:nth-child(1) img {
  width: 32.4739583333vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(1) img {
    width: 100%;
  }
}
.main .people_list_item:nth-child(2) {
  padding-top: 4.0625vw;
  padding-right: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(2) {
    padding: 0;
    padding-top: 9vw;
  }
}
.main .people_list_item:nth-child(2) img {
  width: 34.140625vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(2) img {
    width: 100%;
  }
}
.main .people_list_item:nth-child(3) {
  padding-top: 2.0833333333vw;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(3) {
    padding: 0;
    padding-top: 9vw;
  }
}
.main .people_list_item:nth-child(3) img {
  width: 38.9322916667vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(3) img {
    width: 100%;
  }
}
.main .people_list_item:nth-child(4) {
  padding-top: 2.1875vw;
  padding-left: 2.8125vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(4) {
    padding: 0;
    padding-top: 9vw;
  }
}
.main .people_list_item:nth-child(4) img {
  width: 34.140625vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(4) img {
    width: 100%;
  }
}
.main .people_list_item:nth-child(5) {
  padding-top: 5.78125vw;
  padding-right: 2.7604166667vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(5) {
    padding: 0;
    padding-top: 10vw;
  }
}
.main .people_list_item:nth-child(5) img {
  width: 30.8854166667vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(5) img {
    width: 100%;
  }
}
.main .people_list_item:nth-child(6) {
  padding-top: 2.5vw;
  padding-left: 5.9375vw;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(6) {
    padding: 0;
    padding-top: 8vw;
  }
}
.main .people_list_item:nth-child(6) img {
  width: 34.140625vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(6) img {
    width: 100%;
  }
}
.main .people_list_item:nth-child(7) {
  padding-top: 2.96875vw;
  padding-left: 2.4479166667vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(7) {
    padding: 0;
    padding-top: 8vw;
  }
}
.main .people_list_item:nth-child(7) img {
  width: 34.140625vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(7) img {
    width: 100%;
  }
}
.main .people_list_item:nth-child(8) {
  padding-top: 6.0416666667vw;
  padding-right: 2.34375vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(8) {
    padding: 0;
    padding-top: 8.5vw;
  }
}
.main .people_list_item:nth-child(8) img {
  width: 34.1145833333vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(8) img {
    width: 100%;
  }
}
.main .people_list_item:nth-child(9) {
  margin-top: -0.78125vw;
  padding-top: 0;
  padding-left: 5.4166666667vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(9) {
    padding: 0;
    padding-top: 9vw;
  }
}
.main .people_list_item:nth-child(9) img {
  width: 34.1145833333vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(9) img {
    width: 100%;
  }
}
.main .people_list_item:nth-child(10) {
  padding-top: 8.0208333333vw;
  padding-right: 3.59375vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(10) {
    padding: 0;
    padding-top: 9vw;
  }
}
.main .people_list_item:nth-child(10) img {
  width: 34.1145833333vw;
}
@media screen and (max-width: 767px) {
  .main .people_list_item:nth-child(10) img {
    width: 100%;
  }
}
.main .find {
  position: relative;
}
.main .find:before {
  content: "";
  display: block;
  position: absolute;
  top: -6vw;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 167.34375vw;
  background: url("../img/find_bg.svg") center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main .find:before {
    top: -9.5333333333vw;
    min-height: 503.4666666667vw;
    background: url("../img/sp_find_bg.svg") center 0 no-repeat;
    background-size: cover;
  }
}
.main .find .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 5.6770833333vw 0 0;
  width: 79.1666666667vw;
}
@media screen and (max-width: 767px) {
  .main .find .inner {
    padding: 0;
    width: 100%;
  }
}
.main .find .inner h2 {
  margin: 0 auto;
  width: 73.28125vw;
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 500ms cubic-bezier(0.09, 0.465, 0.025, 1.515);
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .main .find .inner h2 {
    width: 82.6666666667vw;
  }
}
.main .find .inner h2.-move {
  opacity: 1;
  transform: scale(1, 1);
}
.main .find_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .main .find_container {
    flex-flow: column;
  }
}
.main .find_container.-move dl dt {
  opacity: 1;
  transform: translateY(0%);
}
.main .find_container.-move dl dd {
  opacity: 1;
  transform: translateY(0%);
}
.main .find_container.-move figure {
  opacity: 1;
  transform: translateY(0%);
}
.main .find_container dl dt {
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .main .find_container dl dt {
    margin: 0 auto;
  }
}
.main .find_container dl dd {
  padding: 2.2916666667vw 0 0;
  font-size: 1.0416666667vw;
  line-height: 2.35;
  text-align: center;
  text-shadow: 0 3px 0 #fff, 2.1px 2.1px 0 #fff, 3px 0 0 #fff, 2.1px -2.1px 0 #fff, 0 -3px 0 #fff, -2.1px -2.1px 0 #fff, -3px 0 0 #fff, -2.1px 2.1px 0 #fff;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-delay: 250ms;
}
@media screen and (max-width: 767px) {
  .main .find_container dl dd {
    padding: 5.3333333333vw 0 0;
    font-size: 3.2vw;
    line-height: 1.9166666667;
  }
}
.main .find_container figure {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-delay: 500ms;
}
@media screen and (max-width: 767px) {
  .main .find_container figure {
    padding: 0 4vw;
  }
}
.main .find_container.find1 {
  padding-top: 7.2395833333vw;
}
@media screen and (max-width: 767px) {
  .main .find_container.find1 {
    padding-top: 4.6vw;
  }
}
.main .find_container.find1 dl dt {
  margin-left: 8.3333333333vw;
  width: 38.6197916667vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .main .find_container.find1 dl dt {
    margin: 0 auto;
    width: 86.2666666667vw;
  }
}
.main .find_container.find1 dl dd {
  padding-left: 7.2916666667vw;
}
@media screen and (max-width: 767px) {
  .main .find_container.find1 dl dd {
    padding-left: 0;
  }
}
.main .find_container.find1 figure {
  position: relative;
  top: -3.0729166667vw;
  margin-right: 2.0833333333vw;
  width: 26.6145833333vw;
}
@media screen and (max-width: 767px) {
  .main .find_container.find1 figure {
    top: 0;
    margin-right: auto;
    padding-top: 4vw;
    width: 100%;
  }
}
.main .find_container.find1 figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 16.8229166667vw;
  left: 22.5vw;
  width: 14.4270833333vw;
  height: 14.375vw;
  background: url("../img/find_bg_img1.png") 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .main .find_container.find1 figure:after {
    display: none;
  }
}
.main .find_container.find2 {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .main .find_container.find2 {
    flex-flow: column;
    padding-top: 5.3333333333vw;
  }
}
.main .find_container.find2 dl dt {
  margin-right: 6.9791666667vw;
  width: 33.3333333333vw;
}
@media screen and (max-width: 767px) {
  .main .find_container.find2 dl dt {
    margin-right: auto;
    width: 74.8vw;
  }
}
.main .find_container.find2 dl dd {
  padding-right: 5.6770833333vw;
}
@media screen and (max-width: 767px) {
  .main .find_container.find2 dl dd {
    padding-right: 0;
  }
}
.main .find_container.find2 figure {
  position: relative;
  top: -4.0104166667vw;
  margin-left: 0.8854166667vw;
  width: 27.4479166667vw;
}
@media screen and (max-width: 767px) {
  .main .find_container.find2 figure {
    top: 0;
    margin-left: auto;
    padding-top: 5.3333333333vw;
    width: 100%;
  }
}
.main .find_container.find2 figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 17.6041666667vw;
  right: 25.1041666667vw;
  width: 10.6770833333vw;
  height: 13.75vw;
  background: url("../img/find_bg_img2.png") 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .main .find_container.find2 figure:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main .find_container.find3 {
    padding-top: 7.6vw;
  }
}
.main .find_container.find3 dl dt {
  margin-left: 7.7083333333vw;
  width: 28.9583333333vw;
}
@media screen and (max-width: 767px) {
  .main .find_container.find3 dl dt {
    margin-left: auto;
    width: 65.4666666667vw;
  }
}
.main .find_container.find3 dl dd {
  padding-left: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .main .find_container.find3 dl dd {
    padding-left: 0;
  }
}
.main .find_container.find3 figure {
  top: -4vw;
  margin-right: -0.95vw;
  width: 38.5416666667vw;
}
@media screen and (max-width: 767px) {
  .main .find_container.find3 figure {
    top: 0;
    margin-right: auto;
    padding-top: 3.0666666667vw;
    width: 100%;
  }
}
.main .find_class {
  position: relative;
  z-index: 2;
  padding: 6vw 0 7vw;
}
@media screen and (max-width: 767px) {
  .main .find_class {
    padding: 5vw 0 8vw;
  }
}
.main .find_class.-move h3 {
  opacity: 1;
  transform: scale(1, 1);
}
.main .find_class.-move h4 {
  opacity: 1;
  transform: translateY(0%);
}
.main .find_class.-move div {
  opacity: 1;
  transform: translateY(0%);
}
.main .find_class.-move dl dt {
  opacity: 1;
  transform: translateY(0%);
}
.main .find_class.-move dl dd {
  opacity: 1;
  transform: translateY(0%);
}
.main .find_class h3 {
  margin: 0 auto;
  width: 39.0625vw;
  opacity: 0;
  transform: scale(0.1, 0.1);
  transition: all 500ms cubic-bezier(0.09, 0.465, 0.025, 1.515);
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .main .find_class h3 {
    width: 76.4vw;
  }
}
.main .find_class h4 {
  padding: 4.1666666667vw 0 2.0833333333vw;
  font-size: 2.5vw;
  line-height: 1;
  color: #4b1e78;
  text-align: center;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-delay: 250ms;
}
@media screen and (max-width: 767px) {
  .main .find_class h4 {
    padding: 5.133333vw 0 4.6vw;
    font-size: 4.8vw;
  }
}
.main .find_class div {
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-delay: 500ms;
  opacity: 0;
  transform: translateY(10%);
}
.main .find_class div .button {
  margin: 0 auto;
  padding-left: 5.2083333333vw;
  width: 21.25vw;
  height: 4.375vw;
  font-size: 1.7708333333vw;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main .find_class div .button {
    padding-left: 16vw;
    width: 66.6666666667vw;
    height: 13.3333333333vw;
    font-size: 5.6vw;
  }
}
.main .find_class div .button:after {
  right: 1.6666666667vw;
  width: 1.6666666667vw;
  height: 1.25vw;
}
@media screen and (max-width: 767px) {
  .main .find_class div .button:after {
    right: 4.2666666667vw;
    width: 4vw;
    height: 3.0666666667vw;
  }
}
.main .find_class dl {
  text-align: center;
}
.main .find_class dl dt {
  padding: 4.1666666667vw 0 1.9791666667vw;
  font-size: 1.5625vw;
  color: #4b1e78;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-delay: 750ms;
}
@media screen and (max-width: 767px) {
  .main .find_class dl dt {
    padding: 10.4vw 0 5.7333333333vw;
    font-size: 4.8vw;
  }
}
.main .find_class dl dd {
  font-size: 1.25vw;
  line-height: 2;
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  transition-delay: 1000ms;
}
@media screen and (max-width: 767px) {
  .main .find_class dl dd {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
}

.footer {
  position: relative;
  margin-top: -4.7916666667vw;
  background: url("../img/footer_bg.svg") center 0 no-repeat;
  background-size: 100% auto;
  color: #303030;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .footer {
    background: url("../img/sp_footer_bg.svg") center 0 no-repeat;
    background-size: 100% auto;
  }
}
.footer .inner {
  position: relative;
  margin: 0 auto;
  padding: 11.71875vw 0 2.0833333333vw;
  width: 79.1666666667vw;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 38.4vw 0 1.3333333333vw;
    width: 100%;
  }
}
.footer .inner > a {
  display: inline-block;
  width: 10.9375vw;
}
@media screen and (max-width: 767px) {
  .footer .inner > a {
    width: 42.4vw;
  }
}
.footer .inner ul {
  display: flex;
  justify-content: center;
  margin: 1.9270833333vw auto 0;
}
@media screen and (max-width: 767px) {
  .footer .inner ul {
    margin: 17.2vw auto 0;
  }
}
.footer .inner ul li {
  font-size: 0.7291666667vw;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .inner ul li {
    font-size: 3.7333333333vw;
  }
}
.footer .inner ul li:before {
  content: "｜　　";
}
.footer .inner ul li:first-child:after {
  content: "　　";
}
.footer .inner ul li:last-child:after {
  content: "　　｜";
}
.footer .inner ul li a {
  display: inline-block;
  color: #303030;
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.footer .inner ul li a:hover {
  color: #4b1e78;
}
.footer .inner .pagetop {
  position: absolute;
  top: 10vw;
  right: 0;
  display: block;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  transform: translateY(-50%);
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .footer .inner .pagetop {
    top: 21vw;
    right: 4.6666666667vw;
    width: 16.5333333333vw;
    height: 16.5333333333vw;
    transform: none;
  }
}
.footer .inner .pagetop:hover {
  filter: brightness(1.2);
}
.footer_copyright {
  padding: 0.78125vw 0 0;
  font-size: 0.625vw;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    padding: 3.8666666667vw 0 0;
    font-size: 3.2vw;
    font-weight: 300;
  }
}

.yt_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.yt_modal.is_open {
  display: flex;
}

.yt_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.yt_modal_inner {
  position: relative;
  z-index: 1;
}

.yt_modal_video {
  position: relative;
  width: 25.1041666667vw;
  height: 44.53125vw;
}
@media screen and (max-width: 767px) {
  .yt_modal_video {
    width: 74.6666666667vw;
    height: 132.8vw;
  }
}
.yt_modal_video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.yt_modal_close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
}

.yt_modal_close::before,
.yt_modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.yt_modal_close::before {
  transform: translateY(-50%) rotate(45deg);
}

.yt_modal_close::after {
  transform: translateY(-50%) rotate(-45deg);
}

