/*====================================================
MV
====================================================*/
#mv {
  background-image: url(../img/index/mv_bg.jpg);
  height: 60.9rem;
  padding-top: 7.6rem;
  background-size: cover;
  background-position: center;
}
#mv .mv_inner {
  max-width: 154.5rem;
}
#mv .mv_txt {
  width: 50%;
  padding: 0.2% 0 1.3% 2.1%;
  flex-direction: column;
  align-items: flex-start;
}
#mv .mv_img-list-wrap {
  max-width: 75.6rem;
  margin-right: auto;
  margin-left: 0;
  width: 48.93203883%;
}
#mv .mv_txt-catch,
#mv .mv_txt-ttl {
  width: 64.5%;
}
#mv .mv_txt-catch {
  margin-bottom: 20%;
}
#mv .mv_txt-ttl {
  margin-bottom: 3%;
}
#mv .mv_txt-txt {
  color: #fff;
  font-size: 1.8rem;
  text-shadow: 0 0 1px rgba(1, 23, 46, 0.3), 0 0 1px rgba(1, 23, 46, 0.3), 0 0 1px rgba(1, 23, 46, 0.3), 0 0 1px rgba(1, 23, 46, 0.3), 0 0 1px rgba(1, 23, 46, 0.3), 0 0 1px rgba(1, 23, 46, 0.3), 0 0 1px rgba(1, 23, 46, 0.3), 0 0 1px rgba(1, 23, 46, 0.3), 0 0 1px rgba(1, 23, 46, 0.3), 0 0 1px rgba(1, 23, 46, 0.3), 0 0 1px rgba(1, 23, 46, 0.3);
}
#mv .mv_img-item-img {
  border-radius: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1545px) {
  #mv {
    height: 37.45vw;
    padding-top: 4.92%;
  }
  #mv .mv_inner {
    width: 95%;
  }
  #mv .mv_txt-txt {
    font-size: 1.11vw;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    height: 141.33vw;
    padding: 5.5vw 0 12vw;
    position: relative;
    background-image: url(../img/index/mv_bg_sp.jpg);
  }
  #mv .mv_inner {
    width: 100%;
    flex-direction: column-reverse;
  }
  #mv .mv_img-list-wrap {
    width: 84%;
    margin: 0 auto;
  }
  #mv .mv_txt {
    width: 100%;
    padding: 0;
    margin-bottom: 2vw;
  }
  #mv .mv_txt-catch {
    width: 76.67vw;
    margin-bottom: 23.75vw;
  }
  #mv .mv_txt-ttl {
    width: 75.87vw;
    margin-left: 12vw;
  }
  #mv .mv_img-item-img {
    border-radius: 2.13vw;
  }
  #mv .mv_txt-txt {
    font-size: 3.14vw;
    text-align: center;
  }
}

/*====================================================
SITE
====================================================*/
#site {
  background-image: url(../img/index/site_bg.jpg);
  padding: 6rem 0 6.8rem;
  background-size: cover;
  background-position: center top;
}
#site .site_inner {
  grid-template-columns: 48% 47.15686275%;
  max-width: 101rem;
  grid-template-rows: auto 1fr;
}
#site .site_img-wrap {
  text-align: center;
  grid-row: 1 / 3;
  padding-top: 3.3rem;
}
#site .site_img {
  width: 29.8rem;
}
#site .site-desc {
  margin-bottom: 2.5rem;
  padding-top: 3rem;
}
#site .site-desc_ttl {
  width: 118.5%;
  left: -8.5%;
  position: relative;
  margin: -2.2rem 0 -1.9rem;
}
#site .site-desc_txt {
  font-size: 1.8rem;
}
#site .site-links_link {
  display: block;
  text-align: left;
  font-size: 2rem;
  background-color: #fff;
  padding: 0.6em 1.3em;
  border: 2px solid #000;
  border-radius: 10px;
  position: relative;
  margin-top: 9.25rem;
  font-weight: bold;
}
#site .site-links_link::before {
  content: '';
  position: absolute;
  width: 33.25rem;
  height: 8.651rem;
  background-image: url(../img/index/site_links_link_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 1rem);
}
#site .site-links_link::after {
  content: '';
  width: 0.75em;
  height: 0.75em;
  background-image: url(../img/common/triangle_right.svg);
  position: absolute;
  filter: invert(83%) sepia(28%) saturate(4836%) hue-rotate(45deg) brightness(91%) contrast(82%);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #site .site_inner {
    width: 95%;
    padding-right: 2%;
    grid-template-columns: 52% 47.5%;
  }
  #site .site-desc_ttl {
    width: 116%;
  }
  #site .site-links_link {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #site {
    padding: 9vw 0 15.5vw;
    background-image: url(../img/index/site_bg_sp.jpg);
  }
  #site .site-desc_ttl {
    width: 95vw;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 -4vw;
  }
  #site .site_inner {
    grid-template-columns: 100%;
    justify-items: center;
    grid-template-rows: auto;
    width: 90%;
  }
  #site .site-desc_txt {
    font-size: 4.27vw;
    line-height: 2;
    width: 82vw;
    margin: 0 auto 2vw;
  }
  #site .site-desc {
    order: 1;
    margin-bottom: 6vw;
    padding-top: 0;
  }
  #site .site_img-wrap {
    order: 2;
    grid-row: inherit;
    margin-bottom: 10vw;
    transform: translateX(1vw);
    padding-top: 0;
  }
  #site .site_img {
    width: 79vw;
  }
  #site .site-links {
    order: 3;
    width: 100%;
  }
  #site .site-links_link {
    font-size: 5vw;
    padding: 0.45em 0;
    border-radius: 2.4vw;
    border-width: 2px;
    text-align: center;
    line-height: 1.4;
    margin-top: 19.5vw;
  }
  #site .site-links_link::before {
    width: 75vw;
    height: 19.513vw;
  }
  #site .site-links_link::after {
    right: 2%;
    width: 0.65em;
    height: 0.65em;
  }
}

/*====================================================
APP
====================================================*/
#app {
  background-color: #f1fde8;
  padding: 4.5rem 0 8.5rem;
  overflow: hidden;
}
#app .app-about {
  font-size: 2.4rem;
  line-height: 2;
  margin: 9rem 0;
}
#app .app-about_ttl {
  text-align: center;
  margin-bottom: 4.4rem;
}
#app .app-about_ttl-img {
  width: 38.7rem;
}
#app .app-about_inner {
  align-items: center;
  max-width: 102rem;
}
#app .app-about_img {
  width: 47%;
}
#app .app-about_txt {
  width: 47%;
}
#app .app-content {
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  margin-top: 8rem;
}
#app .app-content + .app-content {
  margin-top: 8rem;
}
#app .app-content.--1 .app-content_desc-wrap {
  margin-right: auto;
}
#app .app-content.--1 .app-content_desc {
  margin-left: auto;
}
#app .app-content.--2 .app-content_desc-wrap {
  margin-left: auto;
}
#app .app-content_item {
  width: 290px !important;
}
#app .app-content_desc {
  width: 54rem;
  max-width: 100%;
  text-align: center;
}
#app .app-content_desc-wrap {
  width: 50%;
}
#app .app-content_ttl {
  margin-bottom: 3rem;
}
#app .app-content_ttl-img {
  height: 19.5rem;
}
#app .app-content_img {
  margin-bottom: 1.5rem;
}
#app .app-content_txt {
  font-size: 2rem;
  padding: 0 3.5rem;
  text-align: left;
  line-height: 1.8;
}
#app .app-content_list-wrap {
  position: absolute;
  width: 93rem;
  overflow: hidden;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
#app .app-content.--1 .app-content_list-wrap {
  left: calc(50% + 12rem);
}
#app .app-content.--2 .app-content_list-wrap {
  right: calc(50% + 12rem);
}
#app .swiper-pagination {
  bottom: 0;
  display: flex;
}
#app .app-content.--1 .swiper-pagination {
  justify-content: flex-start;
  padding-left: 12rem;
}
#app .app-content.--2 .swiper-pagination {
  padding-right: 12rem;
  justify-content: flex-end;
}
#app .app-content.--2 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  order: 1;
}
#app .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
#app .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #70c332;
}
#app .app-use-link {
  text-align: center;
  background-color: #fff;
  padding: 8rem 0;
  margin-top: 10rem;
}
#app .app-use-link_txt {
  font-size: 3rem;
  margin-bottom: 3.5rem;
}
#app .app-use-link_btn-img {
  width: 42.3rem;
}
#app .movie-wrap {
  max-width: 72.2rem;
  margin: 0 auto;
  transition: opacity 0.3s;
}
#app .movie-wrap.hover-fade:hover {
  opacity: 0.7;
}
#app .movie-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
}
#app .movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#app .movie-wrap_img {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 16/9;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}
#app .movie-wrap_img--close {
  animation-name: disappear;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes disappear {
  from {
    opacity: 0.7;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #app .app-about_inner {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #app .app-content_txt {
    padding: 0;
  }
  #app .app-content_ttl-img {
    height: 19.4vw;
  }
  #app .app-content_item {
    width: 27.62vw !important;
  }
  #app .app-content.--1 .app-content_desc-wrap {
    margin-left: 2.5vw;
  }
  #app .app-content.--2 .app-content_desc-wrap {
    margin-right: 2.5vw;
  }
  #app .app-content_list-wrap {
    width: calc(82.85714286vw + 60px) !important;
  }
  #app .app-content.--1 .app-content_list-wrap {
    left: calc(50% + 11.42vw);
  }
  #app .app-content.--2 .app-content_list-wrap {
    right: calc(50% + 11.42vw);
  }
  #app .app-content.--1 .swiper-pagination {
    padding-left: 12%;
  }
  #app .app-content.--2 .swiper-pagination {
    padding-right: 12%;
  }
  #app .swiper-pagination-bullet {
    width: 0.95238095vw;
    height: 0.95238095vw;
    margin: 0 0.47619048vw;
  }
}
@media screen and (max-width: 767px) {
  #app {
    padding: 10vw 0 16vw;
  }
  #app .app-about {
    font-size: 4vw;
    margin: 15vw 0 7vw;
  }
  #app .app-about_ttl-img {
    width: 64vw;
  }
  #app .app-about_inner {
    flex-direction: column;
    gap: 10vw;
  }
  #app .app-about_ttl {
    margin-bottom: 7.5vw;
  }
  #app .app-about_img {
    width: 100%;
  }
  #app .app-about_txt {
    width: 100%;
  }
  #app .app-content {
    flex-direction: column;
    gap: 5vw 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  #app .app-content.--1 .app-content_list-wrap,
  #app .app-content.--2 .app-content_list-wrap {
    width: 77.07vw;
  }
  #app .app-content_list-wrap {
    position: static;
    width: auto;
    padding-bottom: 9vw;
    padding-top: 0;
  }
  #app .app-content_item {
    width: 100% !important;
  }
  #app .app-content_desc-wrap {
    width: 83.2%;
    margin: 0 auto;
  }
  #app .app-content_ttl {
    margin: 0 auto 5vw;
  }
  #app .app-content_img {
    margin-bottom: 4vw;
  }
  #app .app-content_txt {
    padding: 0;
    font-size: 4vw;
    line-height: 2;
  }
  #app .app-content + .app-content {
    padding-top: 23vw;
    margin-top: 0;
  }
  #app .app-content.--2 {
    flex-direction: column-reverse;
    background-color: #f1fde8;
  }
  #app .app-content_ttl-img {
    height: 33.33vw;
    width: auto;
  }
  #app .swiper-pagination-bullet {
    width: 2.8vw;
    height: 2.8vw;
    margin: 0 1.4vw;
  }
  #app .swiper-pagination {
    justify-content: center !important;
    padding: 0 !important;
  }
  #app .app-content.--2 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    order: inherit;
  }
  #app .app-use-link {
    margin-top: 26vw;
    padding: 13vw 0 17vw;
  }
  #app .app-use-link_txt {
    font-size: 5.07vw;
    line-height: 1.79;
    margin-bottom: 5vw;
  }
  #app .app-use-link_btn-img {
    width: 69vw;
  }
  #app .movie-wrap {
    width: 89.5%;
  }
}

/*====================================================
APP LINKS
====================================================*/
#app-links {
  text-align: center;
  padding: 9rem 0 13rem;
}
#app-links .app-links_ttl {
  margin-bottom: 3.5rem;
}
#app-links .app-links_ttl-img {
  width: 32.3rem;
}
#app-links .app-links_link-wrap {
  text-align: center;
}
#app-links .app-links_link-wrap:nth-of-type(1) .app-links_link-img {
  width: 54rem;
}
#app-links .app-links_link-wrap:nth-of-type(2) .app-links_link-img {
  width: 40rem;
}
#app-links .site-btns {
  justify-content: center;
  gap: 2%;
  flex-wrap: nowrap;
  margin-top: 8.5rem;
}
#app-links .site-btn:nth-child(1) {
  max-width: 19.3rem;
}
#app-links .site-btn:nth-child(2) {
  max-width: 21.7rem;
}
@media screen and (max-width: 767px) {
  #app-links {
    padding: 16vw 0 30vw;
  }
  #app-links .app-links_ttl-img {
    width: 69vw;
  }
  #app-links .app-links_link-img {
    height: 14.66666667vw !important;
    width: auto !important;
    margin: 0 auto;
  }
  #app-links .app-links_ttl {
    margin-bottom: 8vw;
  }
  #app-links .site-btns {
    padding: 0 7%;
    margin-top: 10vw;
    gap: 6%;
  }
}
