@charset "utf-8";

/* ====================================================
ローディング画面
==================================================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: visible;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1s;
  opacity: 1;
}
.loading.is-active {
  visibility: hidden;
  opacity: 0;
}
.loading-animation {
  z-index: 9999;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(127, 191, 204, 1), rgba(116, 191, 205, 1) 19%, rgba(158, 213, 221, 1) 43%, rgba(193, 229, 230, 1) 59%, rgba(219, 240, 237, 1) 77%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 1s;
  opacity: 0;
}
.loading-animation.is-active {
  visibility: visible;
  opacity: 1;
}
/* ロゴ画像のフェードイン */
.loading-animation figure {
  width: 209.26px;
  margin: auto;
}
.loading-animation figure img {
  animation: logoFadeIn 0.8s ease-in forwards;
  opacity: 0;
}
@keyframes logoFadeIn {
  to {
    opacity: 1;
  }
}
/* フェードインのアニメーション */
.fade-in {
  animation: fadeIn 1s ease-in forwards;
  opacity: 0;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* ====================================================
top-mainvisual
==================================================== */
.play-pause {
  z-index: 819 !important;
}
.top-mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top-mainvisual:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 191px;
  background: linear-gradient(180deg, rgba(0, 120, 149, 1), rgba(2, 23, 28, 0));
  content: "";
}
.top-mainvisual:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 287px;
  background: linear-gradient(180deg, rgba(83, 141, 152, 0), rgba(24, 171, 178, 1) 85%, rgba(17, 175, 181, 1) 97%);
  content: "";
}
.top-mainvisual .mainvisual-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-mainvisual .mainvisual-txt figure {
  width: 32vw;
  min-width: 350px;
}
.top-mainvisual .mainvisual-movie {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
}
.top-mainvisual .mainvisual-movie video {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/*スクロールバー*/
.top-mainvisual .mainvisual-scrollbar {
  position: absolute;
  right: 3.9vw;
  bottom: 32px;
  z-index: 40;
  display: inline-block;
  padding: 0 0 110px;
  line-height: 1;
  color: #fff;

  writing-mode: vertical-lr;
}
.top-mainvisual .mainvisual-scrollbar .scrollbar {
  position: absolute;
  bottom: 1px;
  left: 50%;
  z-index: 41;
  transform: translateX(-50%);
}
.top-mainvisual .mainvisual-scrollbar .scrollbar::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
  content: "";
  animation: liner 2.5s ease-in-out infinite;
}
@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.top-mainvisual .mainvisual-scrollbar .scrollbar-txt span {
  font-size: var(--font-size16);
}
@media (max-width: 767px) {
  .top-mainvisual .mainvisual-txt {
    width: 100%;
  }
  .top-mainvisual .mainvisual-txt figure {
    width: 80.5%;
    min-width: auto;
    max-width: 400px;
    margin: auto;
  }
  .top-mainvisual .mainvisual-scrollbar {
    right: 7vw;
    padding: 0 0 140px;
  }
  .top-mainvisual .mainvisual-scrollbar .scrollbar::after {
    height: 133px;
  }
  .top-mainvisual .mainvisual-scrollbar .scrollbar-txt span {
    font-size: var(--font-size13);
  }
}

/* ====================================================
top-about
==================================================== */
.top-about {
  position: relative;
  background: url(../img/home/about_bg.webp) no-repeat center/cover;
}
.top-about:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(17, 175, 181, 1) 3%, rgba(17, 175, 181, 0) 34%, rgba(59, 112, 173, 0) 43%, rgba(80, 119, 162, 1) 95%);
  content: "";
}
.top-about .max-inner {
  position: relative;
  z-index: 3;
}
.top-about .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-about .flex .about-txt {
  width: 41%;
  margin-left: 11.8vw;
}
.top-about .flex .about-txt .f-time {
  font-size: var(--font-size89);
  line-height: 1;
  color: #fff;
  opacity: 0.4;
}
.top-about .flex .about-txt figure {
  width: 63%;
  margin: -30px 0 38px 43px;
}
.top-about .flex .about-txt h2 {
  margin-bottom: 26px;
  font-size: var(--font-size25);
  line-height: 1.9;
  text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  color: #fff;
}
.top-about .flex .about-txt .txt-box {
  color: #fff;
}
.top-about .flex .about-txt .txt-box p {
  margin-bottom: 35px;
  font-size: var(--font-size16);
  line-height: 2.1;
  text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}
.top-about .flex .about-txt .txt-box p:last-child {
  margin-bottom: 0;
}
.top-about .flex .about-img {
  width: 44.7%;
  margin-top: 144px;
}
.top-about .flex .about-img.fade-up.active {
  animation-delay: 0.4s;
}
.top-about .flex .about-img figure {
  width: 100%;
}
.top-about .flex .about-img figure:last-child {
  width: 70%;
  margin: 96px 0 0 auto;
}
.top-about .long-img {
  width: 91%;
  margin: 97px 0 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-about .flex .about-txt {
    margin-left: 5vw;
  }
}
@media (max-width: 767px) {
  .top-about .flex {
    display: block;
  }
  .top-about .flex .about-txt {
    width: 100%;
    margin: auto;
    padding: 0 9.2%;
  }
  .top-about .flex .about-txt .f-time {
    font-size: var(--font-size51);
  }
  .top-about .flex .about-txt figure.about-img {
    width: 78%;
    max-width: 300px;
    margin: -18px auto 39px -14px;
  }
  .top-about .flex .about-txt h2 {
    font-size: var(--font-size18);
    letter-spacing: normal;
  }
  .top-about .flex .about-txt .txt-box p {
    margin-bottom: 29px;
    font-size: var(--font-size14);
    line-height: 1.7;
  }
  .top-about .flex .about-img {
    width: 100vw;
    max-width: none;
    margin-top: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .top-about .flex .about-img figure:last-child {
    width: 59.73333%;
    max-width: 400px;
    margin-top: 33px;
  }
  .top-about .flex .about-img.c-sp-only figure {
    display: block !important;
    width: 84.8%;
    margin: 0 0 30px auto;
  }
  .top-about .long-img {
    width: 100%;
    margin-top: 57px;
  }
}
/* ====================================================
top-cafe
==================================================== */
.top-cafe {
  position: relative;
  padding: 85px 0 0;
}
.top-cafe:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(80, 119, 162, 1), rgba(11, 50, 90, 1) 25%, rgba(17, 83, 113, 1) 75%, rgba(19, 91, 119, 1));
  content: "";
}
.top-cafe .max-inner {
  position: relative;
  z-index: 3;
}
.top-cafe .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-cafe .flex .cafe-img {
  width: 39.4%;
}
.top-cafe .flex .cafe-img h2 {
  margin: 0 0 90px 11.8vw;
  font-size: var(--font-size89);
  line-height: 1;
  color: #fff;
}
.top-cafe .flex .cafe-img h2 span {
  display: block;
  padding: 10px 0 0 10px;
  font-size: var(--font-size18);
}
.top-cafe .flex .cafe-img figure {
  width: 100%;
}
.top-cafe .flex .cafe-txt {
  width: 46.64%;
  margin-top: 20px;
  margin-right: 8.5vw;
  color: #fff;
}
/*遅延のアニメーション */
.top-cafe .flex .cafe-txt.fade-up.active {
  animation-delay: 0.4s;
}
.top-cafe .flex .cafe-txt h3 {
  margin-bottom: 47px;
  font-size: var(--font-size26);
  line-height: 1.75;
  text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  color: #fff;
}
.top-cafe .flex .cafe-txt .txt-box {
  color: #fff;
}
.top-cafe .flex .cafe-txt .txt-box .c-btn2 {
  margin-top: 78px;
}
.top-cafe .flex .cafe-txt .txt-box p {
  margin-bottom: 32px;
  font-size: var(--font-size16);
  line-height: 2.07;
  letter-spacing: normal;
  text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}
.top-cafe .flex .cafe-txt .txt-box p:last-of-type {
  margin-bottom: 50px;
}
.top-cafe .flex .cafe-txt .txt-box .txt-r {
  margin-top: 26px;
  font-size: var(--font-size14);
  text-align: right;
}
.top-cafe .flex .cafe-txt .txt-box .txt-r span {
  padding: 20px 35px 20px 0;
  background: url(../img/common/icon_instagram.svg) no-repeat right center;
  background-size: 23.94px 23.94px;
}
.top-cafe .flex .img-l {
  width: 43.77%;
  margin-top: 26.5px;
}
.top-cafe .flex .img-l figure {
  display: block !important;
  width: 91%;
  margin-left: auto;
}
.top-cafe .flex .img-r {
  width: 45.6%;
  margin-top: 115px;
  margin-right: 2.9vw;
}
.top-cafe .flex .img-r figure {
  display: block !important;
  width: 100%;
}
.top-cafe .cafe-list {
  position: relative;
  z-index: 4;
  margin-top: 92px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.top-cafe .cafe-list .list-item {
  position: relative;
  width: 33.3333333%;
}
.top-cafe .cafe-list .list-item a {
  display: block;
  opacity: 1;
}
.top-cafe .cafe-list .list-item .list-txt {
  position: absolute;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
}
.top-cafe .cafe-list .list-item .list-txt p {
  width: 100%;
  font-size: var(--font-size17);
  text-align: center;
  letter-spacing: normal;
}
.top-cafe .cafe-list .list-item .list-txt p span {
  display: block;
  font-size: var(--font-size45);
  line-height: 1.4;
}
.top-cafe .cafe-list .list-item .list-txt p span span.fs-small {
  display: inline-block;
  font-size: var(--font-size27);
}
.top-cafe .cafe-list .list-item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.top-cafe .cafe-list .list-item figure:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(6 6 38 / 57%);
  content: "";
}
.top-cafe .cafe-list .list-item figure img {
  transition: all 1s cubic-bezier(0, 0.03, 0.02, 1);
}
.top-cafe .cafe-list .list-item:hover figure img {
  transform: scale(1.1, 1.1);
}

/* View more */
.top-cafe .cafe-list .list-item .c-btn2 {
  position: absolute;
  right: 37px;
  bottom: 28.5px;
  display: inline-block;
  padding: 0 60px 13px 0;
  line-height: 1;
}
.top-cafe .cafe-list .list-item .c-btn2:before {
  -webkit-transition: transform 0.3s ease 0.3s;
          transition: transform 0.3s ease 0.3s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transform-origin: 100% 100%;
}
.top-cafe .cafe-list .list-item .c-btn2:before {
  -webkit-transition: transform 0.3s ease 0.3s;
          transition: transform 0.3s ease 0.3s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  transform-origin: 100% 100%;
}
.top-cafe .cafe-list .list-item .c-btn2:before,
.top-cafe .cafe-list .list-item .c-btn2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  content: "";
}
.top-cafe .cafe-list .list-item .c-btn2:after {
  -webkit-transition: transform 0.3s ease;
          transition: transform 0.3s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transform-origin: 0 0;
}
.top-cafe .cafe-list .list-item .c-btn2 span {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #fff;
}
.top-cafe .cafe-list .list-item .c-btn2 .m-circle {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border: solid 1px #fff;
  border-radius: 50%;
}
.top-cafe .cafe-list .list-item .c-btn2 .m-circle > span {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: transform 0.3s ease;
          transition: transform 0.3s ease;
}
/*hover*/
.top-cafe .cafe-list .list-item:hover .c-btn2 {
  text-decoration: none;
  opacity: 1;

  -ms-filter: "alpha(opacity=100)";
      filter: alpha(opacity=100);
}
.top-cafe .cafe-list .list-item:hover .c-btn2:before {
  -webkit-transition: transform 0.3s ease;
          transition: transform 0.3s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.top-cafe .cafe-list .list-item:hover .c-btn2:after {
  -webkit-transition: transform 0.3s ease 0.3s;
          transition: transform 0.3s ease 0.3s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.top-cafe .cafe-list .list-item:hover .c-btn2 .m-circle > span {
  transform: scale(2, 2);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-cafe .flex .cafe-txt {
    width: 50%;
    margin-right: 5vw;
  }
}
@media (max-width: 767px) {
  .top-cafe {
    margin-top: -30px;
    padding: 0;
  }
  .top-cafe .flex {
    display: block;
    padding: 0 9.2%;
  }
  .top-cafe .flex .cafe-img {
    width: 100%;
  }
  .top-cafe .flex .cafe-img h2 {
    margin: 0 0 50px 0;
    font-size: var(--font-size62);
    line-height: 1.3;
  }
  .top-cafe .flex .cafe-img h2 span {
    padding: 0;
    font-size: var(--font-size14);
  }
  .top-cafe .flex .cafe-txt {
    width: 100%;
    margin: auto;
  }
  .top-cafe .flex .cafe-txt h3 {
    margin-bottom: 35px;
    font-size: var(--font-size18);
  }
  .top-cafe .flex .cafe-txt .txt-box p {
    font-size: var(--font-size14);
    line-height: 1.55;
    letter-spacing: normal;
  }
  .top-cafe .flex .cafe-txt .spimg-01 {
    display: block !important;
    width: 107.6%;
    max-width: 500px;
    margin: 59px auto 37px calc(50% - 50vw);
  }
  .top-cafe .flex .cafe-txt .spimg-02 {
    display: block !important;
    width: 99%;
    max-width: 400px;
    margin: 48px auto 40px;
  }
  .top-cafe .flex .cafe-txt .txt-box .c-btn2 {
    margin-top: 44px;
  }
  .top-cafe .flex .cafe-txt .txt-box .txt-r {
    margin-top: 35px;
    font-size: var(--font-size13);
  }
  .top-cafe .flex .cafe-txt .txt-box .txt-r span {
    padding: 20px 35px 20px 0;
  }
  .top-cafe .flex .img-l {
    display: none !important;
  }
  .top-cafe .flex .img-r {
    width: 100%;
    margin: 0;
    margin-top: 55px;
  }
  .top-cafe .cafe-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 54px;
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
  .top-cafe .cafe-list .list-item .list-txt p span {
    display: none;
  }
  .top-cafe .cafe-list .list-item .list-txt p {
    font-size: var(--font-size13);
  }
  .top-cafe .cafe-list .list-item .c-btn2 {
    right: 0;
    bottom: 14px;
    left: 0;
    width: 76.666%;
    margin: auto;
    padding: 0 0 5px 0;
  }
  .top-cafe .cafe-list .list-item .c-btn2 span {
    font-size: var(--font-size10);
  }
  .top-cafe .cafe-list .list-item .c-btn2 .m-circle {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: solid 1px #fff;
    border-radius: 50%;
  }
  .top-cafe .cafe-list .list-item .c-btn2 .m-circle > span {
    top: 4px;
    width: 2px;
    height: 2px;
  }
}

/* ====================================================
top-ferrari
==================================================== */
.top-ferrari {
  padding: 130px 0 94px;
  background-color: #e2f7f4;
}
.top-ferrari .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-ferrari .flex .ferrari-l {
  width: 44.6%;
  margin-left: 6.3vw;
}
.top-ferrari .flex .ferrari-l .tlt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 96px 4.36%;
}
.top-ferrari .flex .ferrari-l .tlt figure {
  width: 74px;
  margin: 13px 34px 0 0;
}
.top-ferrari .flex .ferrari-l .tlt h2 {
  font-size: var(--font-size78);
  line-height: 1;
}
.top-ferrari .flex .ferrari-l .tlt h2 span {
  display: block;
  padding-top: 25px;
  font-size: var(--font-size18);
}
.top-ferrari .flex .ferrari-l .txt {
  margin: 0 0 84px 23.4%;
}
.top-ferrari .flex .ferrari-l .txt .c-btn2 {
  margin-top: 55px;
}
.top-ferrari .flex .ferrari-l .txt h3 {
  margin-bottom: 41px;
  font-size: var(--font-size25);
  line-height: 1.85;
  letter-spacing: normal;
}
.top-ferrari .flex .ferrari-l .txt p {
  margin-bottom: 35px;
  font-size: var(--font-size16);
  line-height: 2.1;
}
.top-ferrari .flex .ferrari-l .txt p:last-of-type {
  margin-bottom: 40px;
}
.top-ferrari .flex .ferrari-l figure {
  width: 83.8%;
  margin-bottom: 41px;
}
.top-ferrari .flex .ferrari-r {
  width: 47.2%;
}
.top-ferrari .flex .ferrari-r.fade-up.active {
  animation-delay: 0.4s;
}
.top-ferrari .flex .ferrari-r figure {
  display: block !important;
  width: 90%;
  margin: 74px 0 74px auto;
}
.top-ferrari .flex .ferrari-r figure:last-child {
  width: 57.5%;
  margin: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .top-ferrari .flex .ferrari-l .txt {
    margin: 0 0 68px 4.36%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-ferrari .flex .ferrari-l {
    margin-left: 5vw;
  }
  .top-ferrari .flex .ferrari-l .tlt figure {
    width: 50px;
  }
  .top-ferrari .flex .ferrari-l .txt {
    margin-left: 0;
  }
  .top-ferrari .flex .ferrari-r {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .top-ferrari {
    padding: 54px 0 70px;
  }
  .top-ferrari .flex {
    display: block;
    padding: 0 9.2%;
  }
  .top-ferrari .flex .ferrari-l {
    width: 100%;
    margin-left: 0;
  }
  .top-ferrari .flex .ferrari-l .tlt {
    margin: 0 auto 30px;
  }
  .top-ferrari .flex .ferrari-l .tlt figure {
    width: 37.68px;
    margin: 0 17.3px 0 0;
  }
  .top-ferrari .flex .ferrari-l .tlt h2 {
    font-size: var(--font-size39);
    line-height: 1.1;
  }
  .top-ferrari .flex .ferrari-l .tlt h2 span {
    padding-top: 7px;
    font-size: var(--font-size14);
    letter-spacing: normal;
  }
  .top-ferrari .flex .ferrari-l .txt {
    margin: 0;
  }
  .top-ferrari .flex .ferrari-l .txt h3 {
    margin-bottom: 23px;
    font-size: var(--font-size17);
    line-height: 2;
    white-space: nowrap;
    letter-spacing: normal;
  }
  .top-ferrari .flex .ferrari-l .txt p {
    font-size: var(--font-size14);
    line-height: 1.7;
  }
  .top-ferrari .flex .ferrari-l figure {
    display: none;
  }
  .top-ferrari .flex .ferrari-l .sp-img {
    width: 100%;
    margin-bottom: 45px;
  }
  .top-ferrari .flex .ferrari-l .sp-img figure {
    display: block;
    width: 100%;
    margin: 0;
  }
  .top-ferrari .flex .ferrari-r {
    display: none;
  }
  .top-ferrari .flex .ferrari-l .spimg-01 {
    display: block !important;
    width: 97.3333%;
    max-width: 500px;
    margin: 0 calc(50% - 50vw) 32px auto;
  }
  .top-ferrari .flex .ferrari-r figure.c-tab-over {
    display: none !important;
  }
}

/* ====================================================
top-VL
==================================================== */
.top-VL {
  padding-bottom: 120px;
  background-color: #040601;
}
.top-VL .bg {
  width: 100%;
  height: 37.6vw;
  background: url(../img/home/VL_01.webp) no-repeat center;
  background-size: cover;
}
.top-VL .flex {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-VL .flex .VL-txt {
  width: 40.1%;
  margin: -27px 0 0 11.8vw;
  color: #fff;
}
.top-VL .flex .VL-txt h2 {
  margin-bottom: 74px;
  font-size: var(--font-size70);
  line-height: 1;
}
.top-VL .flex .VL-txt h2 span {
  display: block;
  padding: 20px 0 0 10px;
  font-size: var(--font-size18);
}
.top-VL .flex .VL-txt h3 {
  margin-bottom: 40px;
  font-size: var(--font-size25);
  line-height: 1.9;
}
.top-VL .flex .VL-txt .txt-box {
  margin-bottom: 65px;
}
.top-VL .flex .VL-txt .txt-box p {
  margin-bottom: 38px;
  font-size: var(--font-size16);
  line-height: 2;
  letter-spacing: normal;
}
.top-VL .flex .VL-txt .txt-box p:last-child {
  margin-bottom: 0;
}
.top-VL .flex .VL-img {
  width: 41.5%;
  margin-top: 74px;
}
.top-VL .flex .VL-img figure:first-child {
  width: 35%;
}
.top-VL .flex .VL-img figure:nth-child(2) {
  width: 52%;
  margin-top: -19px;
  margin-right: 4.8%;
  margin-bottom: 50px;
  margin-left: auto;
}
.top-VL .flex .VL-img figure:last-child {
  width: 93%;
  margin-left: auto;
}
.top-VL .flex .VL-img.fade-up.active {
  animation-delay: 0.4s;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .top-VL .flex .VL-txt {
    width: 43%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-VL {
    padding-bottom: 70px;
  }
  .top-VL .flex {
    padding: 0 5vw;
  }
  .top-VL .flex .VL-txt {
    width: 50%;
  }
  .top-VL .flex .VL-txt {
    margin-bottom: 70px;
    margin-left: 0;
  }
  .top-VL .flex .VL-txt h2 {
    white-space: nowrap;
  }
  .top-VL .flex .VL-img {
    width: 46%;
    max-width: 500px;
    margin: 40px 0 0 auto;
  }
}
@media (max-width: 767px) {
  .top-VL {
    padding-bottom: 80px;
  }
  .top-VL .bg {
    height: 64.1vw;
    background: url(../img/home/VL_01_sp.webp) no-repeat center;
    background-size: cover;
  }
  .top-VL .flex {
    display: block;
    padding: 0 9.2%;
  }
  .top-VL .flex .VL-txt {
    width: 100%;
    margin: -18px auto 0;
  }
  .top-VL .flex .VL-txt h2 {
    margin-bottom: 53px;
    font-size: var(--font-size39);
  }
  .top-VL .flex .VL-txt h2 span {
    padding: 11px 0 0 10px;
    font-size: var(--font-size14);
  }
  .top-VL .flex .VL-txt h3 {
    margin-bottom: 28px;
    font-size: var(--font-size18);
    line-height: 1.9;
  }
  .top-VL .flex .VL-txt .txt-box {
    margin-bottom: 54px;
  }
  .top-VL .flex .VL-txt .txt-box p {
    margin-bottom: 25px;
    font-size: var(--font-size14);
    line-height: 1.65;
  }
  .top-VL .flex .VL-img {
    width: 100%;
    margin: 39px auto 0;
  }
  .top-VL .flex .VL-img figure:first-child {
    width: 38%;
  }
  .top-VL .flex .VL-img figure:nth-child(2) {
    width: 56%;
    margin: -28px 0 39px auto;
  }
  .top-VL .flex .VL-img figure:last-child {
    width: 100%;
  }
}
/* ====================================================
top-news
==================================================== */
.top-news {
  position: relative;
  z-index: 4;
  margin-top: 187px;
  background-image: url(../img/home/news_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.top-news:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 368px;
  background-image: linear-gradient(0deg, rgba(10, 89, 159, 1), rgba(25, 189, 219, 0));
  content: "";
}
.top-news {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-news .news-txt {
  margin: -26px 0 0 11.8vw;
}
.top-news .news-txt h2 {
  margin-bottom: 73px;
  font-size: var(--font-size60);
  line-height: 1;
}
.top-news .news-txt h2 span {
  display: block;
  padding: 20px 0 0 10px;
  font-size: var(--font-size18);
}
.top-news .news-txt .txt-box {
  width: 36vw;
  margin-bottom: 30px;
  font-size: var(--font-size16);
  line-height: 2.1;
}
.top-news .news-txt figure {
  width: 350px;
  margin-bottom: 20px;
}
.top-news .news-txt .c-btn1 {
  width: 329.71px;
  height: 75.64px;
  line-height: 75.64px;
}
.top-news .news-txt .c-btn1 a {
  border: solid 1px #000;
  background-color: #fff;
}
.top-news .news-txt .c-btn1 a:before {
  background-color: #000;
}
.top-news .news-txt .c-btn1 a .btn-animation_text {
  position: relative;
  font-size: var(--font-size15);
  color: #000;
}
.top-news .news-txt .c-btn1 a .btn-animation_text:after {
  position: absolute;
  top: -2px;
  left: -31px;
  z-index: 6;
  display: block;
  width: 19.7px;
  height: 19.7px;
  background-image: url(../img/common/icon_instagram_B.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
/* hover */
.top-news .news-txt .c-btn1 a:hover .btn-animation_text {
  color: #fff;
}
.top-news .news-txt .c-btn1 a:hover .btn-animation_text:after {
  background-image: url(../img/common/icon_instagram.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.top-news .img-list {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16vw;
  padding-bottom: 253px;

  gap: 40px;
}
.top-news .img-list.fade-up.active {
  animation-delay: 0.8s;
}
.top-news .img-list li {
  width: 18.6%;
}
.top-news .img-list li img {
  box-shadow: 0 -6px 8px 0 rgba(0, 0, 0, 0.36);
}
.top-news .img-list li p {
  margin-top: 10px;
  font-size: var(--font-size16);
  text-align: right;
  text-shadow: 0 3px 3px rgb(0 0 0 / 100%);
  color: #fff;
}
@media (max-width: 1024px) {
  .top-news {
    margin-top: 100px;
  }
  .top-news .news-txt {
    margin: 0 5vw;
  }
  .top-news .news-txt .c-btn1 {
    width: 100%;
    max-width: 500px;
    height: 69px;
    margin: auto;
    line-height: 69px;
  }
  .top-news .news-txt .txt-box {
    width: 100%;
  }
  .top-news .news-txt .c-btn1 a .btn-animation_text {
    padding-left: 12px;
    font-size: var(--font-size14);
  }
  .top-news .news-txt .c-btn1 a .btn-animation_text:after {
    left: -21px;
  }
  /* hover */
  .top-news .news-txt .c-btn1 a:hover .btn-animation_text {
    color: #000;
  }
  .top-news .news-txt .c-btn1 a:hover .btn-animation_text:after {
    background-image: url(../img/common/icon_instagram_b.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
  }
}
@media (max-width: 767px) {
  .top-news {
    margin-top: 53px;
  }
  .top-news .news-txt {
    width: 100%;
    margin: auto;
    padding: 0 9.2%;
  }
  .top-news .news-txt h2 {
    margin-bottom: 35px;
    font-size: var(--font-size39);
  }
  .top-news .news-txt h2 span {
    padding: 27px 0 0 0;
    font-size: var(--font-size14);
  }
  .top-news .news-txt .txt-box {
    margin-bottom: 25px;
    font-size: var(--font-size14);
    line-height: 1.7;
    letter-spacing: normal;
  }
  .top-news .news-txt figure {
    width: 80%;
  }
  .top-news .img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 141px;
    padding-bottom: 112px;

    gap: 20px 27px;
  }
  .top-news .img-list li {
    width: 36.2%;
  }
  .top-news .img-list li p {
    font-size: var(--font-size13);
  }
}

/* スライド */
.overflow-right__sliderWrap {
  position: absolute;
  top: 50px;
  right: 0;
  width: 50vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.overflow-right__sliderWrap.fade-up.active {
  animation-delay: 0.4s;
}
.splide__slide {
  display: grid;
  width: 26.1vw !important;
  padding-top: 26.1vw;

  place-content: center;
}
.splide__slide1 {
  background-image: url(../img/home/splide_01.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.splide__slide2 {
  background-image: url(../img/home/splide_02.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.splide__slide3 {
  background-image: url(../img/home/splide_03.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.splide__slide4 {
  background-image: url(../img/home/splide_04.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.splide__slide5 {
  background-image: url(../img/home/splide_05.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.splide__slide6 {
  background-image: url(../img/home/splide_06.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.splide__slide7 {
  background-image: url(../img/home/splide_07.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.splide__slide8 {
  background-image: url(../img/home/splide_08.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.splide__slide9 {
  background-image: url(../img/home/splide_09.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.splide-pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 29px;
}
.splide-pagenav span {
  font-size: max(1.09vw, 1.5rem);
}
.splide-pagenav .my-carousel-progress {
  width: 227.91px;
  margin: 0 15px;
  background: #eaeaea;
}
.splide-pagenav .my-carousel-progress-bar {
  width: 0;
  height: 2px;
  background: #000;
  transition: width 400ms ease;
}
.splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;

  gap: 15px;
}
.splide__arrow {
  position: static;
  display: block;
  width: 1.8vw;
  height: 0.198vw;
  border-radius: 0;
  background: url(../img/home/splide_l.svg) no-repeat right center;
  background-size: contain;
  transform: none;
  opacity: 1;
}
.splide__arrow--next {
  background: url(../img/home/splide_r.svg) no-repeat right center;
  background-size: contain;
}
.splide__arrow svg {
  display: none;
}
@media (max-width: 1024px) {
  .overflow-right__sliderWrap {
    position: static;
    width: 93.3333vw;
    margin-top: 77px;
    margin-left: auto;
  }
  .splide__slide {
    width: 48.5% !important;
    height: auto;
    padding-top: 48.5%;
  }
  .splide-pagenav span {
    font-size: var(--font-size20);
  }
  .splide__arrow {
    width: 35px;
    height: 21px;
  }
}
@media (max-width: 767px) {
  .splide-pagenav {
    margin-top: 13px;
  }
  .splide-pagenav span {
    font-size: 1.3rem;
  }
  .splide-pagenav .my-carousel-progress {
    width: 55.9%;
    margin: 0 7px;
  }
  .splide__arrow {
    width: 24px;
    height: 9px;
  }
}
/* ====================================================
top-access
==================================================== */
.top-access {
  position: relative;
  margin-top: -71px;
  padding-bottom: 124px;
  background-color: #09599f;
}
.top-access .inner {
  position: relative;
  z-index: 10;
}
.top-access .map-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 125px;
}
.top-access .map-flex .access-txt {
  width: 329.71px;
  color: #fff;
}
.top-access .map-flex .access-txt h2 {
  margin-bottom: 45px;
  font-size: var(--font-size60);
  line-height: 1;
}
.top-access .map-flex .access-txt h3 {
  margin-bottom: 44px;
  font-size: var(--font-size16);
}
.top-access .map-flex .access-txt .access-box p {
  font-size: var(--font-size17);
  line-height: 2;
}
.top-access .map-flex .access-txt .access-box p span {
  display: inline-block;
  padding-left: 10px;
  font-size: var(--font-size14);
}
.top-access .map-flex .access-txt .access-box p:last-child {
  font-size: var(--font-size16);
}
.top-access .map-flex .access-txt .c-btn1 {
  width: 100%;
  height: 75.64px;
  margin-top: 34px;
  line-height: 75.64px;
}
.top-access .map-flex .access-txt .c-btn1 a {
  border: solid 1px #000;
  background-color: #fff;
}
.top-access .map-flex .access-txt .c-btn1 a:before {
  background-color: #000;
}
.top-access .map-flex .access-txt .c-btn1 a .btn-animation_text {
  position: relative;
  font-size: var(--font-size15);
  color: #000;
}
.top-access .map-flex .access-txt .c-btn1 a .btn-animation_text:after {
  position: absolute;
  top: -2px;
  left: -31px;
  z-index: 6;
  display: block;
  width: 13px;
  height: 19.23px;
  background-image: url(../img/common/icon_map_B.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
/* hover */
.top-access .map-flex .access-txt .c-btn1 a:hover .btn-animation_text {
  color: #fff;
}
.top-access .map-flex .access-txt .c-btn1 a:hover .btn-animation_text:after {
  background-image: url(../img/common/icon_map.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.top-access .map-flex .map-area {
  position: relative;
  width: 58.6%;
  margin-top: 30px;
  padding-top: 35.6%;
}
.top-access .map-flex .map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;

  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
       -o-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
          filter: grayscale(100%);
}
.top-access .access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.top-access .access-flex .choices-box {
  position: relative;
  width: 40.6%;
  padding-left: 36px;
}
.top-access .access-flex .choices-box h4 {
  margin-bottom: 20px;
  font-size: var(--font-size18);
}
.top-access .access-flex .choices-box h4::before {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 7;
  width: 24px;
  height: 1px;
  background-color: #fff;
  content: "";
}
.top-access .access-flex .choices-box p {
  margin-bottom: 40px;
  font-size: var(--font-size16);
  line-height: 2;
  letter-spacing: normal;
}
.top-access .access-flex .choices-box p span {
  display: block;
  margin-top: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
.top-access .access-flex .choices-box figure {
  width: 100%;
}
.top-access .access-flex .choices-box:last-child {
  width: 55.1%;
}
.top-access .access-flex .choices-box:last-child figure {
  width: 100%;
}
@media (max-width: 767px) {
  .top-access {
    margin-top: 0;
    padding-bottom: 50px;
  }
  .top-access .map-flex {
    display: block;
    margin-bottom: 33px;
  }
  .top-access .map-flex .access-txt {
    width: 100%;
  }
  .top-access .map-flex .access-txt h2 {
    margin-bottom: 34px;
    font-size: var(--font-size39);
  }
  .top-access .map-flex .access-txt h3 {
    margin-bottom: 30px;
    font-size: var(--font-size14);
  }
  .top-access .map-flex .access-txt .access-box p {
    font-size: var(--font-size18);
    letter-spacing: normal;
  }
  .top-access .map-flex .access-txt .access-box p span {
    font-size: var(--font-size12);
  }
  .top-access .map-flex .access-txt .access-box p:last-child {
    font-size: var(--font-size14);
    line-height: 1.5;
  }
  .top-access .map-flex .access-txt .c-btn1 {
    max-width: 500px;
    height: 68px;
    margin: auto;
    margin-top: 22px;
    line-height: 68px;
  }
  .top-access .map-flex .access-txt .c-btn1 a .btn-animation_text {
    padding-left: 12px;
    font-size: var(--font-size14);
  }
  .top-access .map-flex .access-txt .c-btn1 a .btn-animation_text:after {
    left: -12px;
  }
  .top-access .map-flex .map-area {
    width: 100%;
    margin-top: 22px;
    padding-top: 60.7%;
  }
  .top-access .access-flex {
    display: block;
  }
  .top-access .access-flex .choices-box,
  .top-access .access-flex .choices-box {
    width: 100%;
    margin-bottom: 49px;
    padding: 0;
  }
  .top-access .access-flex .choices-box figure {
    max-width: 500px;
    margin: auto;
  }
  .top-access .access-flex .choices-box:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .top-access .access-flex .choices-box h4 {
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: var(--font-size15);
  }
  .top-access .access-flex .choices-box h4::before {
    top: 11px;
  }
  .top-access .access-flex .choices-box p {
    margin-bottom: 22px;
    font-size: var(--font-size14);
    line-height: 1.65;
  }
  .top-access .access-flex .choices-box p span {
    margin-top: 19px;
  }
  /* hover */
  .top-access .map-flex .access-txt .c-btn1 a:hover .btn-animation_text {
    color: #000;
  }
  .top-access .map-flex .access-txt .c-btn1 a:hover .btn-animation_text:after {
    background-image: url(../img/common/icon_map_b.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
  }
}

/* ====================================================
top-spot
==================================================== */
.top-spot {
  position: relative;
  padding-bottom: 100px;
  background-color: #09599f;
}
.top-spot .inner {
  position: relative;
  z-index: 5;
}
.top-spot:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 736px;
  background-image: linear-gradient(180deg, rgba(83, 141, 152, 0), rgba(17, 175, 181, 1));
  content: "";
}
.top-spot h2 {
  margin-bottom: 42px;
  font-size: var(--font-size28);
  text-align: center;
  color: #fff;
}
.top-spot .spot-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-spot .spot-flex figure {
  width: 43.9%;
}
.top-spot .spot-flex figure {
  width: 43.9%;
}
.top-spot .spot-flex figure.fade-up.active {
  animation-delay: 0.4s;
}
.top-spot .spot-flex .spot-list {
  width: 50.8%;
  margin-top: 45px;
}
.top-spot .spot-flex .spot-list.fade-up.active {
  animation-delay: 0.8s;
}
.top-spot .spot-flex .spot-list .list-box {
  margin-bottom: 30px;
}
.top-spot .spot-flex .spot-list .list-box .flex h3 {
  position: relative;
  padding-left: 30px;
  font-size: var(--font-size18);
  font-weight: bold;
  color: #fff;
}
.top-spot .spot-flex .spot-list .list-box .flex h3:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16.72px;
  height: 24.16px;
  background-image: url(../img/common/icon_map.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.top-spot .spot-flex .spot-list .list-box .flex span {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  padding: 3px 15.5px;
  border-radius: 15px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  color: #1e7da4;
}
.top-spot .spot-flex .spot-list .list-box .flex span:before {
  display: inline-block;
  width: 20.91px;
  height: 15px;
  margin: 0 8px 2px 0;
  background-image: url(../img/common/icon_car.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.top-spot .spot-flex .spot-list .list-box p {
  margin-top: 15px;
  font-size: var(--font-size16);
  color: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .top-spot .spot-flex .spot-list {
    min-width: 495px;
  }
}
@media (max-width: 1024px) {
  .top-spot .spot-flex {
    display: block;
  }
  .top-spot .spot-flex figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 27px;
  }
  .top-spot .spot-flex .spot-list {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .top-spot {
    padding-bottom: 25px;
  }
  .top-spot h2 {
    margin-bottom: 32px;
    font-size: var(--font-size20);
  }
  .top-spot .spot-flex figure {
    max-width: 500px;
  }
  .top-sp .top-spot .spot-flex .spot-list .list-box {
    margin-bottom: 13px;
  }
  .top-spot .spot-flex .spot-list .list-box > .flex {
    display: block;
  }
  .top-spot .spot-flex .spot-list .list-box .flex h3 {
    padding-left: 22px;
    font-size: var(--font-size15);
    letter-spacing: normal;
  }
  .top-spot .spot-flex .spot-list .list-box .flex h3:before {
    width: 13.58px;
    height: 19.62px;
    margin: 0 4px 2px 0;
  }
  .top-spot .spot-flex .spot-list .list-box .flex span {
    margin: 5px 0 0 20px;
    padding: 1px 9px;
    font-size: var(--font-size12);
  }
  .top-spot .spot-flex .spot-list .list-box .flex span:before {
    width: 18.12px;
    height: 13px;
  }
  .top-spot .spot-flex .spot-list .list-box p {
    margin-top: 7px;
    padding-left: 18px;
    font-size: var(--font-size14);
    line-height: 1.5;
  }
}
