@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

.access_wrapp {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.access_wrapp img {
  max-width: inherit;
  width: 100%;
}

.access_wrapp_in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 220px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .access_wrapp_in {
    padding-bottom: 28.5714285714vw;
  }
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.mv_wrapp {
  position: relative;
  z-index: 1;
}

.intro {
  position: relative;
  z-index: 0;
  margin-inline: calc(50% - 50vw);
  padding: min(14.0909090909vw, 155px) calc(50vw - 50%) min(11.8181818182vw, 130px);
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 28.5714285714vw;
    padding-bottom: 14.2857142857vw;
  }
}
.intro_text {
  font-size: min(2.7272727273vw, 30px);
  font-weight: 500;
  line-height: 2.1428571429;
  text-align: center;
  color: #003b80;
}
@media screen and (max-width: 768px) {
  .intro_text {
    font-size: 5.2857142857vw;
  }
}

.page-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .page-nav {
    flex-direction: column;
    align-items: center;
    gap: 4.2857142857vw;
    margin-top: 11.4285714286vw;
  }
}
.page-nav li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .page-nav li {
    width: 100%;
    max-width: 560px;
  }
}
.page-nav li:nth-of-type(1) {
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .page-nav li:nth-of-type(1) {
    transition-delay: 0s;
  }
}
.page-nav li:nth-of-type(2) {
  transition-delay: 0.25s;
}
@media screen and (max-width: 768px) {
  .page-nav li:nth-of-type(2) {
    transition-delay: 0s;
  }
}
.page-nav li:nth-of-type(3) {
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .page-nav li:nth-of-type(3) {
    transition-delay: 0s;
  }
}

.link-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
}
.link-card_bg img {
  transition: transform 0.8s ease, filter 0.8s ease;
}
.link-card_text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  font-family: "Montserrat", sans-serif;
  font-size: min(1.4545454545vw, 16px);
  font-feature-settings: "palt";
  letter-spacing: 0.37em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .link-card_text {
    font-size: min(4vw, 20px);
  }
}
.link-card_text::after {
  content: "";
  width: min(2.7272727273vw, 30px);
  height: min(2.7272727273vw, 30px);
  background: url(../img/icon_chevron_down.svg) center/contain no-repeat;
  transition: transform 0.8s ease;
}
@media screen and (max-width: 768px) {
  .link-card_text::after {
    width: 5.7142857143vw;
    height: 5.7142857143vw;
  }
}
.link-card_cap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}

.link-card:hover .link-card_bg img {
  transform: scale(1.2);
  filter: brightness(1.2);
}
.link-card:hover .link-card_text::after {
  transform: scale(1.2);
}

.bg-area {
  pointer-events: none;
  user-select: none;
  margin-top: -10vw;
  padding-top: 10vw;
  overflow: hidden;
  position: relative;
  z-index: 0;
  scroll-margin-top: 80px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .bg-area {
    margin-top: -20%;
    padding-top: 20%;
  }
}
.bg-area_bg img {
  width: 100%;
}
.bg-area_cap {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  color: #fff;
}

.image_cap_sp {
  text-align: right;
  position: relative;
  font-size: 10px;
  color: #000;
  display: none;
}
@media screen and (max-width: 768px) {
  .image_cap_sp {
    display: block;
  }
}

.heading-block {
  margin-top: min(7.2727272727vw, 80px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading-block {
    margin-top: 14.2857142857vw;
  }
}
.heading-block h3 {
  font-family: "Montserrat", sans-serif;
  font-size: min(1.6363636364vw, 18px);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.37em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .heading-block h3 {
    font-size: min(4.2857142857vw, 20px);
  }
}
.heading-block p {
  margin-top: 1em;
  font-size: min(2.2727272727vw, 25px);
  font-weight: 500;
  line-height: 1.6;
  color: #003b80;
}
@media screen and (max-width: 768px) {
  .heading-block p {
    font-size: min(5.7142857143vw, 30px);
  }
}

.train {
  position: relative;
  padding-bottom: min(13.1818181818vw, 145px);
}
@media screen and (max-width: 768px) {
  .train {
    padding-bottom: 15.7142857143vw;
  }
}
.train_text {
  font-size: 14px;
  line-height: 2.1666666667;
}
@media screen and (max-width: 768px) {
  .train_text {
    font-size: 13px;
  }
}

.train_block01 {
  margin-top: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(4.5454545455vw, 50px);
}
@media screen and (max-width: 768px) {
  .train_block01 {
    margin-top: 11.4285714286vw;
    flex-direction: column;
    gap: 8.5714285714vw;
    max-width: 560px;
    margin-inline: auto;
  }
}
.train_block01 .map {
  width: min(42.5454545455vw, 468px);
}
@media screen and (max-width: 768px) {
  .train_block01 .map {
    width: 100%;
  }
}
.train_block01 .text-block {
  width: min(34.0909090909vw, 375px);
}
@media screen and (max-width: 768px) {
  .train_block01 .text-block {
    width: 100%;
  }
}
.train_block01 .copy + * {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .train_block01 .copy + * {
    margin-top: 2em;
  }
}

.train_img01 {
  margin: min(7.2727272727vw, 80px) calc(50% - 50vw) 0;
}
@media screen and (max-width: 768px) {
  .train_img01 {
    margin: 5.4545454545vw 0 0;
  }
}

.train_block02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: min(3.6363636364vw, 40px);
  margin-top: min(2.7272727273vw, 30px);
}
@media screen and (max-width: 768px) {
  .train_block02 {
    flex-direction: column;
    gap: 8.5714285714vw;
    margin-top: 5.7142857143vw;
  }
}
.train_block02 .text01 {
  width: min(44.9090909091vw, 494px);
}
@media screen and (max-width: 768px) {
  .train_block02 .text01 {
    width: 100%;
  }
}
.train_block02 .text02 {
  width: min(46.5454545455vw, 512px);
}
@media screen and (max-width: 768px) {
  .train_block02 .text02 {
    width: 100%;
  }
}

.train_block03 {
  position: relative;
  margin-top: min(13.6363636364vw, 150px);
}
@media screen and (max-width: 768px) {
  .train_block03 {
    margin-top: 28.5714285714vw;
  }
}
.train_block03 .map {
  width: min(78.1818181818vw, 860px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .train_block03 .map {
    width: 100%;
    margin-top: 7.1428571429vw;
  }
}
.train_block03 .map figcaption {
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .train_block03 .map figcaption {
    margin-top: 4.2857142857vw;
    font-size: 10px;
  }
}

.train_block04 {
  margin-top: min(11.8181818182vw, 130px);
}
@media screen and (max-width: 768px) {
  .train_block04 {
    margin-top: 35.7142857143vw;
  }
}
.train_block04 .img-wrapp {
  display: flex;
  justify-content: space-between;
  margin-top: min(4.5454545455vw, 50px);
}
@media screen and (max-width: 768px) {
  .train_block04 .img-wrapp {
    flex-direction: column;
    gap: 7.1428571429vw;
    margin-top: 7.1428571429vw;
  }
}
.train_block04 .img-wrapp .img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .train_block04 .img-wrapp .img {
    width: 100%;
    text-align: center;
  }
}

.train_cap {
  margin-top: 10px;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .train_cap {
    font-size: 10px;
  }
}

.kyoto {
  display: grid;
  grid-template-columns: auto 50%;
  align-items: end;
  gap: min(1.8181818182vw, 20px) min(4.0909090909vw, 45px);
  margin: min(8.1818181818vw, 90px) calc(50% - 50vw) 0;
  padding: min(5.9090909091vw, 65px) calc(50vw - 50%);
  background: rgba(222, 236, 243, 0.4);
}
@media screen and (max-width: 768px) {
  .kyoto {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.7142857143vw;
    margin-top: 11.4285714286vw;
    padding: 11.4285714286vw calc(50vw - 50%);
  }
}
.kyoto_textbox {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .kyoto_textbox {
    text-align: center;
  }
}
.kyoto_img_wrapp {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  justify-content: space-between;
}
.kyoto_img_wrapp .kyoto_img {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .kyoto_img_wrapp {
    order: 1;
    max-width: 560px;
  }
}
.kyoto_img_wide {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .kyoto_img_wide {
    max-width: 560px;
  }
}
.kyoto_copy {
  font-size: min(2.2727272727vw, 25px);
  font-weight: 500;
  line-height: 1.6;
  color: #003b80;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .kyoto_copy {
    font-size: min(5.7142857143vw, 30px);
    transition-delay: 0s;
  }
}
.kyoto_copy + * {
  margin-top: 1em;
  transition-delay: 0.75s;
}
@media screen and (max-width: 768px) {
  .kyoto_copy + * {
    transition-delay: 0s;
  }
}
.kyoto_img {
  position: relative;
}
.kyoto .cap {
  position: absolute;
  right: 0;
  bottom: 0;
  translate: 0 100%;
  font-size: 10px;
}

.shinkansen {
  padding-bottom: min(11.3636363636vw, 125px);
}
@media screen and (max-width: 768px) {
  .shinkansen {
    padding-bottom: 11.4285714286vw;
  }
}
.shinkansen_image {
  margin: 0 auto;
  margin-top: min(7.2727272727vw, 80px);
  width: 90%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .shinkansen_image {
    width: 100%;
  }
}
.shinkansen_image .cap {
  display: block;
  text-align: right;
  font-size: 11px;
  margin-top: 5px;
}
.shinkansen_list {
  margin-top: min(7.2727272727vw, 80px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .shinkansen_list {
    flex-direction: column;
    align-items: center;
    gap: 5.7142857143vw;
  }
}
.shinkansen_list li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .shinkansen_list li {
    width: 100%;
    max-width: 560px;
  }
}
.shinkansen_list li:nth-of-type(1) {
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .shinkansen_list li:nth-of-type(1) {
    transition-delay: 0s;
  }
}
.shinkansen_list li:nth-of-type(2) {
  transition-delay: 0.25s;
}
@media screen and (max-width: 768px) {
  .shinkansen_list li:nth-of-type(2) {
    transition-delay: 0s;
  }
}
.shinkansen_list li:nth-of-type(3) {
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .shinkansen_list li:nth-of-type(3) {
    transition-delay: 0s;
  }
}
.shinkansen .one_station {
  width: 80%;
  max-width: 400px;
  margin: 50px auto;
}

.taxi {
  position: relative;
}
.taxi_table {
  width: 95%;
  margin: min(4.5454545455vw, 50px) auto 0;
}
@media screen and (max-width: 768px) {
  .taxi_table {
    width: 100%;
    margin: 8.5714285714vw 0 0;
  }
}
.taxi_table figcaption {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .taxi_table figcaption {
    margin-top: 10px;
    font-size: 10px;
  }
}

.ornament {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

.intro_bg01_01,
.intro_bg01_02 {
  width: 48vw;
  max-width: 574px;
  aspect-ratio: 574/250;
  margin: auto;
  transition-delay: 0.75s;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.intro_bg01_01 {
  left: 0;
  top: 0;
  background: url("../img/intro_bg01.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .intro_bg01_01 {
    width: 61.7142857143vw;
  }
}

.intro_bg01_02 {
  right: 0;
  top: 0;
  background: url("../img/intro_bg02.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .intro_bg01_02 {
    width: 52.4285714286vw;
  }
}

.train_bg01_01, .train_bg01_02 {
  transition-delay: 0.75s;
  filter: none !important;
  mix-blend-mode: multiply;
}
.train_bg01_01 {
  top: max(-15vw, -165px);
  left: 0;
  translate: -50% 0;
  aspect-ratio: 191/206;
  width: min(19.0909090909vw, 210px);
  background: url(../img/train_bg01.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .train_bg01_01 {
    top: -24.2857142857vw;
    translate: -20% 0;
    width: 28.5714285714vw;
  }
}
.train_bg01_02 {
  top: min(4.5454545455vw, 50px);
  right: 0;
  translate: 50% 0;
  aspect-ratio: 196/157;
  width: min(19.5454545455vw, 215px);
  background: url(../img/train_bg02.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .train_bg01_02 {
    top: 35.7142857143vw;
    width: 28.5714285714vw;
    translate: 20% 0;
  }
}

.train_bg02_01, .train_bg02_02 {
  transition-delay: 0.75s;
  filter: none !important;
  mix-blend-mode: multiply;
}
.train_bg02_01 {
  top: max(-5.4545454545vw, -60px);
  left: 0;
  translate: -50% 0;
  aspect-ratio: 243/195;
  width: min(24.5454545455vw, 270px);
  background: url(../img/train_bg03.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .train_bg02_01 {
    top: -21.4285714286vw;
    translate: -20% 0;
    width: 36vw;
  }
}
.train_bg02_02 {
  bottom: max(-17.2727272727vw, -190px);
  right: 0;
  translate: 50% 0;
  aspect-ratio: 271/225;
  width: min(27.2727272727vw, 300px);
  background: url(../img/train_bg04.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .train_bg02_02 {
    bottom: -32.1428571429vw;
    translate: 20% 0;
    width: 42.8571428571vw;
  }
}

.taxi_bg01_01, .taxi_bg01_02 {
  transition-delay: 0.75s;
  filter: none !important;
  mix-blend-mode: multiply;
}
.taxi_bg01_02 {
  top: max(-4.5454545455vw, -50px);
  left: 0;
  translate: -50% 0;
  aspect-ratio: 196/157;
  width: min(19.5454545455vw, 215px);
  background: url(../img/train_bg02.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .taxi_bg01_02 {
    top: -14.2857142857vw;
    translate: -20% 0;
    width: 28.5714285714vw;
  }
}
.taxi_bg01_01 {
  bottom: max(-20vw, -220px);
  right: 0;
  translate: 50% 0;
  aspect-ratio: 191/206;
  width: min(19.0909090909vw, 210px);
  background: url(../img/train_bg01.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .taxi_bg01_01 {
    bottom: -28.5714285714vw;
    translate: 20% 0;
    width: 32.1428571429vw;
  }
}

.ribbon {
  position: absolute;
  z-index: -1;
  margin: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left;
  filter: blur(10px);
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 1.75s ease-in-out;
  transform-origin: center;
}
.ribbon.on {
  filter: blur(0);
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: floating 5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .ribbon {
    transition: all 1.25s ease-in-out;
  }
}

@keyframes floating {
  0% {
    transform: translateY(0);
    filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  }
  50% {
    transform: translateY(15px);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  }
  100% {
    transform: translateY(0);
    filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  }
}
.ribbon-reverse {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.train_ribbon {
  z-index: 1;
  bottom: 0;
  aspect-ratio: 1280/400;
  background: url(../img/ribbon_train_pc.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .train_ribbon {
    aspect-ratio: 700/500;
    background-image: url(../img/ribbon_taxi_sp.webp);
  }
}

.shinkansen_ribbon {
  z-index: 1;
  bottom: 0;
  aspect-ratio: 1280/400;
  background: url(../img/ribbon_shinkansen_pc.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shinkansen_ribbon {
    aspect-ratio: 700/500;
    background-image: url(../img/ribbon_shinkansen_sp.webp);
  }
}

.taxi_ribbon {
  z-index: 1;
  bottom: 0;
  aspect-ratio: 1280/400;
  background: url(../img/ribbon_taxi_pc.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .taxi_ribbon {
    aspect-ratio: 700/500;
    background-image: url(../img/ribbon_taxi_sp.webp);
  }
}/*# sourceMappingURL=access.css.map */