@charset "UTF-8";
.p-mv {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto 10rem;
}

.p-mv__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-mv__frame::before {
  content: "";
  position: absolute;
  top: 5.5%;
  left: 50%;
  width: 90.2%;
  height: 89%;
  border-radius: 7vw 7vw 0 0;
  background: #ccc;
  transform: translateX(-50%);
  animation: slide 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slide {
  0% {
    height: 89%;
  }
  100% {
    height: 0;
  }
}

.p-mv__frame img {
  position: relative;
  z-index: 1;
}

.p-movie {
  position: relative;
  width: 130rem;
  margin: 0 auto;
}

.p-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(100vw - 60px);
  box-sizing: border-box;
  margin: 9rem auto 0;
}

.p-block:first-of-type {
  margin-top: 0;
}

.p-block__ttl {
  position: relative;
  width: 29.6rem;
  text-align: center;
  padding: 9rem 1rem 0 0;
}

.p-block:not(#message):not(.p-block3) .p-block__ttl {
  padding-top: 6rem;
}

.p-block.p-block3 .p-block__ttl {
  padding-top: 4rem;
}

.p-block__ttl::before {
  content: "";
  position: absolute;
  bottom: 7rem;
  left: calc(50% - 1.05rem);
  width: 1.1rem;
  height: 20.3rem;
  background: url(../img/home/icn_dots.png) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}

.p-block:not(#message):not(.p-block3) .p-block__ttl::before {
  bottom: 5rem;
}

.p-block.p-block3 .p-block__ttl::before {
  bottom: 2rem;
}

.p-block__ttl img {
  width: 275px
}

.p-block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 81.4rem;
  height: 46rem;
  padding: 1.2rem;
  max-width: 814px;
}

.p-block-content--01 {
  background: url(../img/home/bg_01.png) 0 0/contain no-repeat;
}

.p-block-content--02 {
  position: relative;
}

.p-block-content--02:before {
  position: absolute;
  content: "";
  pointer-events: none;
  background: url(../img/home/frame.png) no-repeat center center / contain;
  width: 100%;
  aspect-ratio: 880 / 497;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-block-content--02::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/home/bg_02.png) no-repeat center center / 104%;
  width: 98%;
  height: 100%;
  overflow: hidden;
  background-size: contain;
}

.p-block-content__txt {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.7;
}

.p-block .youtube-container {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  padding: 2rem 5rem;
}

.p-block .youtube-container iframe {
  position: relative;
  z-index: 3;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.p-block .youtube-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 9rem;
}

.p-block .youtube-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-block .youtube-play-button {
  position: absolute;
  width: 80px;
  height: 80px;
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.3s;
}

.p-block .youtube-play-button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  body {
    background: url(../img/common/bg.jpg) no-repeat 0 0 / 100% 100%;
  }
  .l-header__wrap {
    max-width: 100%;
  }
  .l-header-head {
    height: 22.22vw;
  }
  .l-header-head__logo {
    padding-left: 5vw;
    font-size: 2.3rem;
  }
  .l-header-nav {
    display: none;
  }
  .l-header-menu {
    display: none;
  }
  .f-main {
    padding: 5vw 5vw 0;
  }
  .p-mv {
    margin-bottom: 14vw;
    max-width: inherit;
    width: 96vw;
    margin: 0 -3vw 10rem;
  }
  .p-mv__frame::before {
    border-radius: 7vw 7vw 0vw 0vw;
    height: 90.3vw;
    top: 2.5vw;
    width: 90.1%;
  }
  .p-movie {
    width: 100%;
  }
  .p-movie::before {
    display: none;
  }
  .p-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 24.5vw;
    padding-top: 24.5vw;
  }
  #section2 .p-block {
    padding-top: 0;
  }
  .p-block-content {
    width: 100%;
  }
  .p-block-content--01 {
    padding: 0;
    background: url(../img/home/bg_01_sp.png) no-repeat center top / contain;
    height: 113vw;
    padding: 8vw;
  }
  .p-block-content--02 {
    height: auto;
    padding: 1vw;
  }
  .p-block-content--02:before {
    width: 100%;
    height: 52vw;
  }
  .p-block__ttl,
  .p-block:not(#message):not(.p-block3) .p-block__ttl {
    width: auto;
    padding: 0;
    margin-bottom: 5vw;
  }
  .p-block.p-block3 .p-block__ttl {
    padding-top: 0;
  }
  .p-block__ttl::before,
  .p-block:not(#message):not(.p-block3) .p-block__ttl::before {
    width: 1.2vw;
    height: 11.2vw;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: inherit;
    top: -19vw;
    background-position: center top;
  }
  .p-block#message .p-block__ttl::before {
    display: none;
  }
  .p-block.p-block3 .p-block__ttl::before {
    bottom: inherit;
  }
  .p-block .youtube-thumbnail {
    border-radius: 10vw;
  }
  .p-block__ttl img {
    width: 45%;
  }
  .p-block-content__txt {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
    line-height: 1.7;
  }
  .p-block .youtube-container {
    max-width: 100%;
    width: 88vw;
    padding: 3vw 6vw;
  }
  .p-block-content--02::after {
    border-radius: 11vw;
    width: 98%;
    height: 97%;
  }
  .p-block .youtube-play-button {
    width: 10vw;
    height: 10vw;
  }
  .l-footer {
    margin: 22vw 0 0 0;
    padding: 8vw 5vw;
    flex-direction: column;
  }
  .l-footer-list {
    flex-direction: column;
  }
  .l-footer-list__item {
    font-size: 1.5rem;
  }
  .l-footer-list__item a {
    padding: 2vw 0;
    display: inline-block;
  }
  .l-footer__copy {
    font-size: 1.2rem;
    margin-top: 9vw;
  }
  #menu {
    display: none;
  }
}

@media screen and (max-width: 1150px) and (min-width: 767.1px) {
  body {
    min-width: inherit;
  }
  .l-header__wrap {
    max-width: calc(100% - 60px);
  }
  .p-movie {
    margin: 0 30px;
    width: calc(100% - 60px);
  }
  .p-movie::before {
    left: 26%;
  }
  .p-block {
    padding: 0;
  }
  .p-block-content__txt {
    font-size: 2vw;
  }
  .p-block__ttl {
    width: 23%;
    padding-top: 9vw;
  }
  .p-block:not(#message):not(.p-block3) .p-block__ttl {
    padding-top: 8vw;
  }
  .p-block.p-block3 .p-block__ttl {
    padding-top: 7vw !important;
  }
  .p-block__ttl::before {
    height: 15vw;
    background-size: contain;
    bottom: 9vw;
    width: 1vw;
  }
  .p-block:not(#message):not(.p-block3) .p-block__ttl::before {
    bottom: 6vw;
  }
  .p-block.p-block3 .p-block__ttl::before {
    bottom: 3rem;
  }
  .p-block.p-block3 .p-block__ttl::before {
    bottom: 4vw;
  }
  .p-block__ttl img {
    width: 100%;
    max-width: 275px;
  }
  .p-block-content {
    width: 77%;
    height: auto;
    aspect-ratio: 875 / 495;
    padding: 1%;
  }
  .p-block .youtube-container {
    padding: 3.4% 6%;
  }
  .p-block .youtube-thumbnail {
    border-radius: 9vw;
  }
  .f_in {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .p-mv {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
  .p-mv__frame::before {
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
  }
  .section {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/common/bg.png) center center / cover no-repeat;
  }
  .l-header,
  .l-footer {
    width: 100%;
    position: fixed;
    z-index: 100;
  }
  .l-footer {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    height: 68px;
    padding: 0;
  }
  .f_in {
    width: 100%;
    max-width: 106rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  .fp-bg {
    background-size: cover;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url(../img/common/bg.png) center center / cover no-repeat;
  }
  .p-mv {
    max-width: 100.7rem;
    margin: 0 auto;
    position: relative;
  }
  .p-block {
    max-width: 111rem;
    position: relative;
  }
  #menu {
    position: fixed;
    z-index: 101;
    right: 15px;
    top: calc(50vh - 80px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 6px;
    gap: 15px 0;
  }
  #menu a {
    font-size: 0;
    width: 8px;
    height: 8px;
    display: block;
    border: solid 1px #7a7a7a;
    border-radius: 4px;
  }
  #menu .active a {
    background: #7a7a7a;
  }
}

@media screen and (max-width: 1260px) and (min-width: 767.1px) {
  .p-mv__frame::before {
    border-radius: 7vw 7vw 0 0;
  }
}