@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit;
}

*, *::before, *::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  height: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic;
  font-size: 16px;
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/*------------
Common parts
--------------*/
a[href^=tel] {
  cursor: default;
}

.bold {
  font-weight: 700;
}

.mb-30 {
  margin-bottom: 30px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.bre::before {
  content: "\a";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.btn-more {
  display: block;
  width: 267px;
  border-radius: 40px;
  transition: 0.3s ease;
}
.btn-more:hover {
  transform: translateY(5px);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

/*------------
Contents
--------------*/
.top-contents {
  position: relative;
}
.top-contents__mv {
  position: relative;
}
.top-contents__mv img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: scale(1.005);
}
.top-contents .container {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-contents {
    background: url(../images/first-bg-sp.png) no-repeat top/100%;
  }
  .top-contents__mv {
    display: none;
  }
  .top-contents .container {
    display: block;
    position: relative;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) and (max-width: 479px) {
  .top-contents .container {
    max-width: 375px;
    margin: 0 auto;
    height: 750px;
  }
}
@media screen and (max-width: 768px) {
  .top-contents .container__item {
    /* position: absolute;
    display: block; */
    max-width: 540px;
    margin: 0 auto;
    img {
      margin-top: 110px;
    }
  }
  /* .top-contents .container__item a {
    display: block;
    position: relative;
  } */
  .top-contents .container .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 10px;
    width: 160px;
  }
}
@media screen and (max-width: 479px) {
  .top-contents .container__item {
    max-width: 500px;
    img {
      margin-top: 80px;
    }
  }
}
@media screen and (max-width: 768px) and (max-width: 479px) {
  .top-contents .container .logo {
    top: 10px;
    width: 102px;
  }
}
/* @media screen and (max-width: 768px) {
  .top-contents .container .item01 {
    left: 20px;
    top: 12%;
    width: 33%;
  }
}
@media screen and (max-width: 768px) and (max-width: 479px) {
  .top-contents .container .item01 {
    left: 5px;
    top: 90px;
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .top-contents .container .item02 {
    top: 12%;
    right: 20px;
    width: 34%;
  }
}
@media screen and (max-width: 768px) and (max-width: 479px) {
  .top-contents .container .item02 {
    transform: none;
    left: initial;
    right: 5px;
    top: 150px;
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .top-contents .container .item03 {
    left: 70px;
    bottom: 3%;
    width: 39%;
  }
}
@media screen and (max-width: 768px) and (max-width: 479px) {
  .top-contents .container .item03 {
    right: initial;
    top: 370px;
    left: 5px;
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .top-contents .container .item04 {
    right: 70px;
    bottom: 6%;
    width: 42%;
  }
}
@media screen and (max-width: 768px) and (max-width: 479px) {
  .top-contents .container .item04 {
    transform: none;
    left: initial;
    top: 470px;
    right: 5px;
    width: 170px;
  }
} */
.catch {
  overflow: hidden;
  position: relative;
  padding: 80px 0 90px;
  text-align: center;
  background: #fff;
}
.catch__txt {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 2.5;
  max-width: 400px;
  margin: 0 auto 50px;
  z-index: 3;
}
.catch__ttl {
  position: relative;
  font-family: "vdl-logojrblack", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  color: #77449D;
  z-index: 3;
  margin: 0 auto;
  display: inline;
  padding: 3px 0px;
  border-bottom: solid 5px;
}
.catch__ttl.black {
  margin: 0 auto 30px;
  display: block;
  padding: 0;
  border-bottom: none;
  font-size: 34px;
  color: #191919;
}
.catch .deco {
  object-fit: contain;
  width: 100%;
  height: auto;
  position: absolute;
}
.catch .deco--01 {
  width: 751px;
  right: -40px;
  top: 10px;
}
.catch .deco--02 {
  width: 127px;
  right: 280px;
  bottom: 160px;
}
.catch .deco--03 {
  width: 325px;
  right: -120px;
  bottom: 0px;
}
.catch .deco--04 {
  width: 166px;
  left: 150px;
  top: 90px;
}
.catch .deco--05 {
  width: 512px;
  left: -190px;
  top: 210px;
}
.catch .deco--06 {
  width: 391px;
  bottom: 70px;
  left: 50px;
}

@media screen and (max-width: 768px) {
  .catch {
    padding: 70px 5% 30px;
  }
  .catch__txt {
    font-size: 16px;
    line-height: 2;
    margin: 0 auto 30px;
  }
  .catch__ttl {
    font-size: 27px;
  }
  .catch__ttl.black {
    font-size: 24px;
  }
  .catch .deco--01 {
    width: 300px;
    right: -20px;
    top: 10px;
  }
  .catch .deco--02 {
    width: 70px;
    right: 30px;
    bottom: 267px;
  }
  .catch .deco--03 {
    display: none;
  }
  .catch .deco--04 {
    width: 120px;
    left: 10px;
    top: 0;
  }
  .catch .deco--05 {
    display: none;
  }
  .catch .deco--06 {
    width: 172px;
    bottom: 250px;
    left: -30px;
  }
}
.bg-wrapper {
  position: relative;
  background: linear-gradient(180deg, rgb(240, 200, 240) 0%, rgb(223, 200, 242) 25%, rgb(90, 200, 255) 50%, rgb(26, 76, 190) 75%, rgb(0, 20, 65) 100%);
}
.bg-wrapper::before {
  content: "";
  position: absolute;
  mix-blend-mode: overlay;
  background: url(../images/bg-stars.png) no-repeat center/contain;
  width: 96.2vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-contents {
  position: relative;
  padding: 320px 0 72px;
  z-index: 2;
}
.main-contents::before {
  content: "";
  position: absolute;
  background: url(../images/main-bg-cloud-top.png) no-repeat center top/cover;
  height: 378px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main-contents .container {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.main-contents__ttl {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 40px;
}
.main-contents__ttl img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-contents__layout {
  position: relative;
  display: flex;
  align-items: center;
}
.main-contents__layout.reverse {
  flex-direction: row-reverse;
}
.main-contents__layout.reverse .l-img {
  margin-right: 0;
  margin-left: 78px;
}
.main-contents__layout:nth-child(1) {
  margin-bottom: 80px;
}
.main-contents__layout:nth-child(1) .l-num {
  left: -409px;
  top: 0;
  width: 716px;
}
.main-contents__layout:nth-child(n+2) {
  margin-bottom: 115px;
}
.main-contents__layout:nth-child(2) .l-num {
  right: -280px;
  top: 50px;
  width: 732px;
}
.main-contents__layout:nth-child(3) .l-num {
  left: -405px;
  top: 0;
  width: 732px;
}
.main-contents__layout:nth-child(4) .l-num {
  right: -280px;
  top: 50px;
  width: 732px;
}
.main-contents__layout .l-num {
  position: absolute;
  height: auto;
}
.main-contents__layout .l-ttl {
  font-size: 28px;
  margin-bottom: 25px;
  font-family: "vdl-logojrblack", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.main-contents__layout .l-img {
  position: relative;
  width: 100%;
  margin-right: 78px;
  z-index: 2;
}
.main-contents__layout .l-img.tre{
  max-width: 370px;
}
.main-contents__layout .l-img.gyoda {
  min-width: 460px;
}
.main-contents__layout .l-img.honten{
  max-width: 370px;
}
.main-contents__layout .l-img.tama{
  max-width: 390px;
}
.main-contents__layout .l-desc {
  position: relative;
  font-size: 20px;
  max-width: 410px;
  width: 100%;
  z-index: 2;
}
.main-contents__layout .btn-more {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .main-contents {
    padding: 110px 0 50px;
  }
  .main-contents::before {
    height: 17vw;
  }
  .main-contents__ttl {
    max-width: 80%;
    margin: 0 auto 30px;
  }
  .main-contents__layout {
    display: block;
  }
  .main-contents__layout.reverse {
    flex-direction: row-reverse;
  }
  .main-contents__layout.reverse .l-img {
    margin: 0 auto 20px;
  }
  .main-contents__layout:nth-child(1) {
    margin-bottom: 60px;
  }
  .main-contents__layout:nth-child(1) .l-num {
    left: 0;
    top: 0;
    width: 166px;
  }
  .main-contents__layout:nth-child(2) {
    margin-bottom: 60px;
  }
  .main-contents__layout:nth-child(2) .l-num {
    right: initial;
    left: 0;
    top: 0;
    width: 175px;
  }
  .main-contents__layout:nth-child(3) .l-num {
    left: 0;
    top: 0;
    width: 175px;
  }
  .main-contents__layout:nth-child(4) .l-num {
    left: 0;
    top: 0;
    width: 175px;
  }
  .main-contents__layout .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .main-contents__layout .l-img {
    max-width: 100%;
    margin: 0 auto 20px;
    padding-left: 10%;
  }
  .main-contents__layout .l-img.tre{
    max-width: 370px;
  }
  .main-contents__layout .l-img.gyoda {
    max-width: 370px;
  }
  .main-contents__layout .l-desc {
    font-size: 16px;
    max-width: 100%;
  }
  .main-contents__layout .btn-more {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 479px) {
  .main-contents__layout .l-img.tre{
    margin-left: 30px;
  }
  .main-contents__layout .l-img.gyoda {
    min-width: 355px;
  }
}
.relate-contents {
  position: relative;
  z-index: 2;
}
.relate-contents__ttl {
  max-width: 582px;
  width: 100%;
  margin: 0 auto 50px;
}
.relate-contents__slide__img {
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.relate-contents__slide__img img {
  transition: 0.3s ease;
}
.relate-contents__slide__img:hover img {
  opacity: 0.6;
}
.relate-contents__btm {
  position: relative;
  padding: 270px 0 190px;
}
.relate-contents__btm .deco {
  position: absolute;
}
.relate-contents__btm .deco--01 {
  left: calc(50% - 105px);
  top: 80px;
  width: 211px;
}
.relate-contents__btm .deco--02 {
  width: 177px;
  left: calc(50% - 88.5px);
  bottom: -32px;
}
.relate-contents__btm .container {
  position: relative;
  max-width: 705px;
  width: 92%;
  height: 950px;
  margin: 0 auto;
}
.relate-contents__btm .container .planet {
  position: absolute;
  height: auto;
}
.relate-contents__btm .container .planet--01 {
  width: 93.5px;
  left: -240px;
  top: 160px;
}
.relate-contents__btm .container .planet--02 {
  width: 67px;
  left: -140px;
  top: 400px;
}
.relate-contents__btm .container .planet--03 {
  width: 63px;
  left: -300px;
  bottom: 210px;
}
.relate-contents__btm .container .planet--04 {
  width: 64px;
  right: -240px;
  top: 0;
}
.relate-contents__btm .container .planet--05 {
  width: 38px;
  right: -40px;
  top: 296px;
}
.relate-contents__btm .container .planet--06 {
  width: 93.5px;
  right: -250px;
  bottom: 240px;
}
.relate-contents__img {
  position: relative;
  z-index: 2;
  margin: 0 auto 80px;
  width: 370px;
}
.relate-contents__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.relate-contents__txt {
  position: relative;
  z-index: 2;
  font-size: 33px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}
.relate-contents__bnr {
  position: relative;
  z-index: 2;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.relate-contents__bnr li a {
  display: block;
  transition: 0.3s ease;
}
.relate-contents__bnr li a:hover {
  opacity: 0.7;
}
.relate-contents__bnr li:not(:last-child) {
  margin-right: 55px;
}

@media screen and (max-width: 768px) {
  .relate-contents {
    overflow: hidden;
  }
  .relate-contents__ttl {
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .relate-contents__btm {
    padding: 135px 0 120px;
  }
  .relate-contents__btm .deco--01 {
    top: 30px;
    width: 130px;
    left: calc(50% - 65px);
  }
  .relate-contents__btm .deco--02 {
    width: 120px;
    left: calc(50% - 60px);
    bottom: 0;
  }
  .relate-contents__btm .container {
    height: 930px;
  }
  .relate-contents__btm .container .planet--01 {
    width: 53.5px;
    left: -24px;
    top: 90px;
  }
  .relate-contents__btm .container .planet--02 {
    width: 40px;
    left: 0;
    top: 380px;
  }
  .relate-contents__btm .container .planet--03 {
    width: 23px;
    left: 0;
    bottom: 150px;
  }
  .relate-contents__btm .container .planet--04 {
    width: 44px;
    right: 0;
    top: -20px;
  }
  .relate-contents__btm .container .planet--05 {
    width: 28px;
    right: 0;
    top: 316px;
  }
  .relate-contents__btm .container .planet--06 {
    width: 73.5px;
    right: -20px;
    bottom: 280px;
  }
  .relate-contents__img {
    margin: 0 auto 40px;
    width: 90%;
  }
  .relate-contents__txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .relate-contents__bnr {
    max-width: 45%;
    width: 100%;
    display: block;
  }
  .relate-contents__bnr li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer {
  position: relative;
  padding: 115px 0 55px;
}
.footer::before {
  content: "";
  position: absolute;
  height: 299px;
  width: 100%;
  background: url(../images/btm-earth.png) no-repeat center top/cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.footer__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 836px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer__inner__left {
  max-width: 317px;
  width: 100%;
}
.footer__inner__left dl {
  display: grid;
  gap: 25px;
  grid-template-columns: 106px 1fr;
}
.footer__inner__right {
  max-width: 400px;
  width: 100%;
  display: grid;
  gap: 65px;
  grid-template-columns: 200px 1fr;
}
.footer__inner__right .list-ttl {
  margin-bottom: 12px;
}
.footer__inner__list li {
  position: relative;
  padding-left: 12px;
}
.footer__inner__list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__inner__list li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background: #333333;
  left: 0;
  top: 13px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0;
  }
  .footer::before {
    height: 40vw;
  }
  .footer__inner {
    font-size: 14px;
    max-width: 90%;
  }
  .footer__inner__left {
    max-width: 100%;
  }
  .footer__inner__left dl {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .footer__inner__right {
    max-width: 100%;
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .footer__inner__right .list-ttl {
    margin-bottom: 10px;
  }
  .footer__inner__list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer__inner__list li::before {
    width: 5px;
    top: 12px;
  }
}

@media screen and (max-width: 479px) {
  .relate-contents__btm .container {
    height: 600px;
  }
  .relate-contents__btm .container .planet--03 {
    bottom: -110px;
  }
  .relate-contents__btm .container .planet--06 {
    bottom: -30px;
  }
  .footer::before {
    height: 65vw;
  }
}
/*------------
アニメーション
-------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateX(120px);
}
.js-fadein.reverse {
  transform: translateX(-120px);
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateX(0);
}

.delay-1 {
  transition-delay: 0.1s !important;
}

.delay-2 {
  transition-delay: 0.2s !important;
}

.delay-3 {
  transition-delay: 0.3s !important;
}

.delay-4 {
  transition-delay: 0.4s !important;
}

.delay-5 {
  transition-delay: 0.5s !important;
}

.delay-6 {
  transition-delay: 0.6s !important;
}

.delay-7 {
  transition-delay: 0.7s !important;
}

.delay-8 {
  transition-delay: 0.8s !important;
}

.delay-9 {
  transition-delay: 0.9s !important;
}

.delay-10 {
  transition-delay: 1s !important;
}

.delay-11 {
  transition-delay: 1.1s !important;
}

.delay-12 {
  transition-delay: 1.2s !important;
}

.delay-13 {
  transition-delay: 1.3s !important;
}

.delay-14 {
  transition-delay: 1.4s !important;
}

.delay-15 {
  transition-delay: 1.5s !important;
}

.delay-16 {
  transition-delay: 1.6s !important;
}

.delay-17 {
  transition-delay: 1.7s !important;
}

.delay-18 {
  transition-delay: 1.8s !important;
}

.delay-19 {
  transition-delay: 1.9s !important;
}

.delay-20 {
  transition-delay: 2s !important;
}

.delay-21 {
  transition-delay: 2.1s !important;
}

.delay-22 {
  transition-delay: 2.2s !important;
}

.delay-23 {
  transition-delay: 2.3s !important;
}

.delay-24 {
  transition-delay: 2.4s !important;
}

.delay-25 {
  transition-delay: 2.5s !important;
}

.delay-26 {
  transition-delay: 2.6s !important;
}

.delay-27 {
  transition-delay: 2.7s !important;
}

.delay-28 {
  transition-delay: 2.8s !important;
}

.delay-29 {
  transition-delay: 2.9s !important;
}

.delay-30 {
  transition-delay: 3s !important;
}

.delay-31 {
  transition-delay: 3.1s !important;
}

.delay-32 {
  transition-delay: 3.2s !important;
}

.delay-33 {
  transition-delay: 3.3s !important;
}

.delay-34 {
  transition-delay: 3.4s !important;
}

.delay-35 {
  transition-delay: 3.5s !important;
}

.delay-36 {
  transition-delay: 3.6s !important;
}

.delay-37 {
  transition-delay: 3.7s !important;
}

.delay-38 {
  transition-delay: 3.8s !important;
}

.delay-39 {
  transition-delay: 3.9s !important;
}

.delay-40 {
  transition-delay: 4s !important;
}

.delay-41 {
  transition-delay: 4.1s !important;
}

.delay-42 {
  transition-delay: 4.2s !important;
}

.delay-43 {
  transition-delay: 4.3s !important;
}

.delay-44 {
  transition-delay: 4.4s !important;
}

.delay-45 {
  transition-delay: 4.5s !important;
}

.delay-46 {
  transition-delay: 4.6s !important;
}

.delay-47 {
  transition-delay: 4.7s !important;
}

.delay-48 {
  transition-delay: 4.8s !important;
}

.delay-49 {
  transition-delay: 4.9s !important;
}

.delay-50 {
  transition-delay: 5s !important;
}

.delay-51 {
  transition-delay: 5.1s !important;
}

.delay-52 {
  transition-delay: 5.2s !important;
}

.delay-53 {
  transition-delay: 5.3s !important;
}

.delay-54 {
  transition-delay: 5.4s !important;
}

.delay-55 {
  transition-delay: 5.5s !important;
}

.delay-56 {
  transition-delay: 5.6s !important;
}

.delay-57 {
  transition-delay: 5.7s !important;
}

.delay-58 {
  transition-delay: 5.8s !important;
}

.delay-59 {
  transition-delay: 5.9s !important;
}

.delay-60 {
  transition-delay: 6s !important;
}

.delay-61 {
  transition-delay: 6.1s !important;
}

.delay-62 {
  transition-delay: 6.2s !important;
}

.delay-63 {
  transition-delay: 6.3s !important;
}

.delay-64 {
  transition-delay: 6.4s !important;
}

.delay-65 {
  transition-delay: 6.5s !important;
}

.delay-66 {
  transition-delay: 6.6s !important;
}

.delay-67 {
  transition-delay: 6.7s !important;
}

.delay-68 {
  transition-delay: 6.8s !important;
}

.delay-69 {
  transition-delay: 6.9s !important;
}

.delay-70 {
  transition-delay: 7s !important;
}

.delay-71 {
  transition-delay: 7.1s !important;
}

.delay-72 {
  transition-delay: 7.2s !important;
}

.delay-73 {
  transition-delay: 7.3s !important;
}

.delay-74 {
  transition-delay: 7.4s !important;
}

.delay-75 {
  transition-delay: 7.5s !important;
}

.delay-76 {
  transition-delay: 7.6s !important;
}

.delay-77 {
  transition-delay: 7.7s !important;
}

.delay-78 {
  transition-delay: 7.8s !important;
}

.delay-79 {
  transition-delay: 7.9s !important;
}

.delay-80 {
  transition-delay: 8s !important;
}

.delay-81 {
  transition-delay: 8.1s !important;
}

.delay-82 {
  transition-delay: 8.2s !important;
}

.delay-83 {
  transition-delay: 8.3s !important;
}

.delay-84 {
  transition-delay: 8.4s !important;
}

.delay-85 {
  transition-delay: 8.5s !important;
}

.delay-86 {
  transition-delay: 8.6s !important;
}

.delay-87 {
  transition-delay: 8.7s !important;
}

.delay-88 {
  transition-delay: 8.8s !important;
}

.delay-89 {
  transition-delay: 8.9s !important;
}

.delay-90 {
  transition-delay: 9s !important;
}

.delay-91 {
  transition-delay: 9.1s !important;
}

.delay-92 {
  transition-delay: 9.2s !important;
}

.delay-93 {
  transition-delay: 9.3s !important;
}

.delay-94 {
  transition-delay: 9.4s !important;
}

.delay-95 {
  transition-delay: 9.5s !important;
}

.delay-96 {
  transition-delay: 9.6s !important;
}

.delay-97 {
  transition-delay: 9.7s !important;
}

.delay-98 {
  transition-delay: 9.8s !important;
}

.delay-99 {
  transition-delay: 9.9s !important;
}

@keyframes bulbul {
  0% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(-6px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bulbul {
  animation: bulbul 0.8s infinite;
}

.kaiten {
  animation: rotate 12s linear infinite;
}

.kaiten2 {
  animation: rotate 24s linear infinite;
}

.kaiten3 {
  animation: rotate 36s linear infinite;
}

/*------------
モーダル
-------------*/
body.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 30; /* オーバーレイより上に配置 */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFDB00;
  border-radius: 18px;
  max-width: 1090px;
  max-height: 635px;
  width: 90%;
  height: 100%;
  padding: 20px 20px 85px;
}
.modal .deco {
  position: absolute;
  height: auto;
  z-index: 4;
}
.modal .deco.arrow-t, .modal .deco.arrow-r {
  width: 67px;
  right: 65px;
  bottom: 11.5px;
}
.modal .deco.arrow-t {
  right: 163px;
}
.modal .deco.stick {
  left: 75px;
  bottom: 20px;
  width: 103px;
}
.modal .deco.logo {
  width: 80px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* オーバーレイのスタイル */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  z-index: 20; /* モーダルよりも下に配置 */
}

/* モーダルコンテンツのスタイル */
.modal-content {
  position: relative;
  padding: 60px 40px;
  min-height: 520px;
  border-radius: 10px;
  border: 2px solid #000000;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fefefe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-content.tama {
  background-image: url(../images/modal-bg-tama.png);
}
.modal-content.tokyo {
  background-image: url(../images/modal-bg-tokyo.png);
}
.modal-content.gyoda {
  background-image: url(../images/modal-bg-gyoda.png);
}
.modal-content.okegawa {
  background-image: url(../images/modal-bg-okegawa.png);
}
.modal-content__image {
  max-width: 345px;
  width: 100%;
  margin-right: 24px;
}
.modal-content__image img {
  object-fit: contain;
  width: 100%;
  max-height: 400px;
  height: 100%;
}
.modal-content__image.eburi img {
  max-width: 330px;
  max-height: 250px;
}
.modal-content__desc {
  max-width: 580px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
  padding: 60px 40px;
  font-size: 20px;
}
.modal-content__ttl {
  font-size: 38px;
  font-family: "vdl-logojrblack", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.modal-content .logo-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 127px 1fr;
  gap: 15px;
  margin-bottom: 35px;
}

/* 閉じるボタンのスタイル */
.close {
  position: absolute;
  width: 54px;
  right: -70px;
  top: 0;
  z-index: 2;
}
.close img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal {
    max-height: 640px;
    padding: 12px 12px 65px;
  }
  .modal .deco.arrow-t, .modal .deco.arrow-r {
    width: 45px;
    right: 15px;
    bottom: 10px;
  }
  .modal .deco.arrow-t {
    right: 70px;
  }
  .modal .deco.stick {
    left: 20px;
    bottom: 10px;
    width: 72px;
  }
  .modal .deco.logo {
    width: 50px;
    bottom: 10px;
  }
  /* モーダルコンテンツのスタイル */
  .modal-content {
    padding: 20px;
    display: block;
    height: 100%;
    overflow-y: auto;
  }
  .modal-content__image {
    max-width: 70%;
    margin-right: 0;
    margin: 0 auto 20px;
  }
  .modal-content__image img {
    max-height: 290px;
  }
  .modal-content__image.eburi img {
    max-width: 460px;
    max-height: 180px;
  }
  .modal-content__desc {
    max-width: 580px;
    padding: 20px;
    font-size: 14px;
  }
  .modal-content__ttl {
    font-size: 25px;
  }
  .modal-content .logo-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }
  .modal-content .logo-wrap-img {
    height: 50px;
  }
  /* 閉じるボタンのスタイル */
  .close {
    width: 35px;
    right: 20px;
    top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .modal-content__image.eburi img {
    max-width: 190px;
    max-height: 140px;
  }
}

/*------------
splide
-------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0 2px;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 4px solid #1A3565;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  width: 80px;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .splide__arrow {
    border: 2px solid #1A3565;
    width: 50px;
    height: 50px;
  }
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  position: relative;
  width: 1rem;
  height: 1rem;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #1A3565;
  border-left: 0;
  right: 5px;
}
.splide__arrow--next::after {
  margin-right: 0.4rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #1A3565;
  border-right: 0;
  left: 5px;
}
.splide__arrow svg {
  display: none;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: calc((100% - 486px) / 2);
}
@media screen and (max-width: 768px) {
  .splide__arrow--prev {
    left: 10px;
  }
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: calc((100% - 486px) / 2);
}
@media screen and (max-width: 768px) {
  .splide__arrow--next {
    right: 10px;
  }
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #fff;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.3;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  opacity: 1;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}