@charset "UTF-8";
.p-kv {
  background-color: var(--c-bg-gray);
  position: relative;
}
@media (max-width: 767px) {
  .p-kv {
    margin-top: var(--hHeader, 0);
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-kv {
    padding-top: 0px;
    position: relative;
  }
}
.p-emergencyInfo + .p-kv {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .p-emergencyInfo + .p-kv {
    padding-top: var(--topHeight, 0);
  }
}
.p-kv__sche {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #fff;
  border: 2px solid var(--keycolor);
  padding: 5px;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-kv__sche {
    display: flex;
    align-items: center;
    top: 20px;
    left: 20px;
  }
}
@media (min-width: 1024px) {
  .p-kv__sche {
    left: 40px;
  }
}
.p-kv__sche__date {
  display: flex;
  align-items: center;
  font-size: 6vw;
  font-weight: 700;
  color: var(--keycolor);
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .p-kv__sche__date {
    font-size: 36px;
  }
}
.p-kv__sche__date em {
  display: flex;
  align-items: center;
}
.p-kv__sche__date small {
  font-weight: lighter;
}
.p-kv__sche__date span {
  font-size: 0.5em;
  margin-left: -0.5em;
  margin-top: 0.5em;
  font-weight: lighter;
}
.p-kv__sche__date i::before {
  color: var(--keycolor);
  font-size: 4vw;
  line-height: 1.5;
  margin: 0 5px 3px -3px;
}
@media (min-width: 768px) {
  .p-kv__sche__date i::before {
    font-size: 24px;
  }
}
.p-kv__sche__com {
  font-size: 10px;
  color: var(--keycolor);
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.3;
}
.p-kv__sche__com br {
  display: none;
}
@media (min-width: 768px) {
  .p-kv__sche__com br {
    display: block;
  }
}
.p-kv__map {
  --defaultColor: #003f8f;
  height: 87.4666666667vw;
}
@media (min-width: 768px) {
  .p-kv__map {
    height: 600px;
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .p-kv__map .zoomist-map {
    image-rendering: optimizeQuality;
    width: 100% !important;
  }
}
.p-kv__map .zoomist-container {
  overflow: hidden;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}
@media (max-width: 767px) {
  .p-kv__map .zoomist-container {
    display: none !important;
  }
}
.p-kv__anchor {
  background-color: #fff;
  border: 2px solid var(--defaultColor);
  color: var(--defaultColor);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0666666667vw;
  font-size: 2.1333333333vw;
  font-weight: bold;
  letter-spacing: 0.06em;
  height: 5.3333333333vw;
  min-width: 26.6666666667vw;
  padding: 0 1.6vw;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-kv__anchor {
    border-width: 4px;
    font-size: 16px;
    gap: 5px;
    height: 40px;
    min-width: 195px;
    padding: 0 10px;
  }
}
.p-kv__anchor.p-kv__anchor--default {
  --defaultColor: #e5004f;
}
.p-kv__anchor.is-active {
  background-color: var(--defaultColor);
  color: #fff;
}
.p-kv__anchor.anchor-01 {
  left: 29.3333333333vw;
  top: 17.6vw;
}
@media (min-width: 768px) {
  .p-kv__anchor.anchor-01 {
    left: 33.3%;
    top: 19%;
  }
  .p-kv__anchor.anchor-01::after {
    height: 85px;
    transform: rotate(39deg);
    transform-origin: top left;
    top: 100%;
    left: 84px;
  }
}
.p-kv__anchor.anchor-02 {
  left: 29.3333333333vw;
  top: 24.8vw;
}
@media (min-width: 768px) {
  .p-kv__anchor.anchor-02 {
    left: 38%;
    top: 23.5%;
  }
  .p-kv__anchor.anchor-02::after {
    height: 62px;
    transform: rotate(53deg);
    transform-origin: top left;
    top: 107%;
    left: 11px;
  }
}
.p-kv__anchor.anchor-03 {
  left: 44.2666666667vw;
  top: 32vw;
}
@media (min-width: 768px) {
  .p-kv__anchor.anchor-03 {
    left: 45.5%;
    top: 30%;
  }
  .p-kv__anchor.anchor-03::after {
    height: 131px;
    transform: rotate(76deg);
    transform-origin: top left;
    top: 86%;
    left: -1px;
  }
}
.p-kv__anchor.anchor-07 {
  left: 50.6666666667vw;
  top: 38.6666666667vw;
}
@media (min-width: 768px) {
  .p-kv__anchor.anchor-07 {
    left: 48.8%;
    top: 37%;
  }
  .p-kv__anchor.anchor-07::after {
    height: 131px;
    transform: rotate(76deg);
    transform-origin: top left;
    top: 86%;
    left: -1px;
  }
}
.p-kv__anchor.anchor-04 {
  left: 64vw;
  top: 68vw;
}
@media (min-width: 768px) {
  .p-kv__anchor.anchor-04 {
    left: 59%;
    top: 31.5%;
  }
  .p-kv__anchor.anchor-04::after {
    height: 129px;
    transform: rotate(0deg);
    transform-origin: top left;
    top: 105%;
    left: 46%;
  }
}
.p-kv__anchor.anchor-05 {
  left: 53.3333333333vw;
  top: 45.3333333333vw;
}
@media (min-width: 768px) {
  .p-kv__anchor.anchor-05 {
    left: 52.5%;
    top: 41.5%;
  }
  .p-kv__anchor.anchor-05::after {
    height: 22px;
    transform: rotate(0deg);
    transform-origin: top left;
    top: 105%;
    left: 85%;
  }
}
.p-kv__anchor.anchor-06 {
  left: 4.2666666667vw;
  top: 8.8vw;
}
@media (min-width: 768px) {
  .p-kv__anchor.anchor-06 {
    left: 22.3%;
    top: 31.11%;
  }
  .p-kv__anchor.anchor-06::after {
    height: 65px;
    transform: rotate(-90deg);
    transform-origin: top left;
    top: 56%;
    left: 101%;
  }
}
@media (min-width: 768px) {
  .p-kv__anchor::after {
    content: "";
    background-color: var(--defaultColor);
    position: absolute;
    width: 2px;
  }
}
.p-kv__anchor .c-icon {
  color: currentColor;
  font-size: 2.1333333333vw;
}
@media (min-width: 768px) {
  .p-kv__anchor .c-icon {
    font-size: 15px;
  }
}
.p-kv__anchor > span {
  position: relative;
}
.p-kv__anchor-small {
  font-size: 1.8666666667vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-kv__anchor-small {
    font-size: 8px;
  }
}
.p-kv__route {
  display: none;
  position: absolute;
  z-index: 5;
}
@media (min-width: 768px) {
  .p-kv__route {
    left: 40px;
    top: calc(var(--topHeader, 0) + 20px);
    width: 320px;
  }
}
@media (max-width: 767px) {
  .p-kv__route {
    display: none !important;
    left: 50%;
    top: 13.3333333333vw;
    transform: translateX(-50%);
    width: 85.3333333333vw;
  }
}
.p-kv__route .close {
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  height: 27px;
  width: 27px;
  position: absolute;
  left: -13px;
  top: -14px;
  z-index: 1;
}
.p-kv__route .route-item {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv__route .route-item.is-active {
  opacity: 1;
  visibility: visible;
}
.p-kv__link {
  --linkColor: #008cd6;
  background-color: var(--linkColor);
  border: 2px solid var(--linkColor);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: min(3vh, 24px);
  font-weight: bold;
  letter-spacing: 0.16em;
  height: min(7.865%, 56px);
  padding: 0 min(3vh, 20px);
  position: absolute;
  z-index: 5;
}
@media (max-width: 767px) {
  .p-kv__link {
    display: none;
  }
}
.p-kv__link:hover {
  background-color: #fff;
  border-color: var(--linkColor);
  color: var(--linkColor);
}
.p-kv__link.link--01 {
  bottom: 35px;
  left: 62.54%;
}
.p-kv__link.link--02 {
  --linkColor: #a50319;
  left: 9.3229166667vw;
  bottom: 150px;
}
.p-kv__link.link--03 {
  --linkColor: #14b55a;
  left: 9.3229166667vw;
  bottom: 70px;
}
.p-kv__link.link--04 {
  --linkColor: #fff;
  border: 2px solid #e5004f;
  left: 68%;
  bottom: 100px;
  font-size: 12px;
  color: #111;
  letter-spacing: 0;
  height: 46px;
  padding-right: 25px;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .p-kv__link.link--04 {
    display: flex;
    left: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
    align-items: center;
    justify-content: center;
    font-size: 3.4666666667vw;
    height: 40px;
    border-radius: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1700px) {
  .p-kv__link.link--04 {
    left: 71%;
  }
}
@media (min-width: 768px) and (max-width: 1450px) {
  .p-kv__link.link--04 {
    left: 76%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1250px) {
  .p-kv__link.link--04 {
    left: 79%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .p-kv__link.link--04 {
    left: 82%;
    text-align: center;
  }
}
.p-kv__link.link--04:hover {
  color: #e5004f;
}
.p-kv__link.link--04 .c-icon-play_arrow_2 {
  position: absolute;
  content: "";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../img/common/ic_pink.svg) no-repeat center center;
}
.p-kv__backdrop {
  display: none !important;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 4;
}

@media (min-width: 768px) {
  .c-bnr-mv {
    position: absolute;
    left: 40px;
    bottom: 20px;
    z-index: 10;
    display: flex;
    gap: 10px;
  }
}
.c-bnr-mv__item {
  display: block;
}
.c-bnr-mv__item:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .c-bnr-mv__item {
    height: 82px;
  }
}
@media (min-width: 1024px) {
  .c-bnr-mv__item {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .c-bnr-mv__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .c-bnr-mv__item img {
    height: 100%;
    width: inherit;
  }
}
.c-bnr-mv.--sp {
  display: block;
  margin-top: 20px;
}

/* kvrealtime */
@media (min-width: 768px) {
  .emergency-ticker + * + * + * + * + .p-kvrealtime {
    top: 110px;
  }
}
@media (min-width: 1024px) {
  .emergency-ticker + * + * + * + * + .p-kvrealtime {
    top: 180px;
  }
}

@media (min-width: 768px) {
  .p-kvrealtime {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 70px;
    width: 380px;
    max-height: 435px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .p-kvrealtime {
    top: 120px;
  }
}
@media (min-width: 1280px) {
  .p-kvrealtime {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .p-kvrealtime {
    padding: 22px 15px;
    background: #f5f5f5;
  }
}
.p-kvrealtime-rt {
  position: relative;
  background: #fff;
  width: 100%;
}
.p-kvrealtime-rt__title {
  width: 100%;
  background: #e6004f;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 1em;
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-kvrealtime-rt__title {
    border: 2px solid #fff;
  }
}
@media (max-width: 359px) {
  .p-kvrealtime-rt__title {
    font-size: 18px;
    padding: 20px 0.75em;
  }
}
.p-kvrealtime-rt__title .icon-realtime {
  font-size: 40px;
  margin-right: 15px;
}
@media (max-width: 359px) {
  .p-kvrealtime-rt__title .icon-realtime {
    font-size: 36px;
  }
}
.p-kvrealtime-rt__time {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 1em;
}
@media (max-width: 359px) {
  .p-kvrealtime-rt__time {
    font-size: 28px;
  }
}
.p-kvrealtime-rt__time small {
  font-size: 50%;
  font-weight: normal;
  margin-right: 1em;
}
.p-kvrealtime-rt__route {
  padding: 15px 1em;
  font-size: 20px;
  border-top: 1px solid #dddddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 359px) {
  .p-kvrealtime-rt__route {
    font-size: 16px;
    padding: 15px 0.75em;
  }
}
.p-kvrealtime-rt__routeL {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-left: 5px solid #000;
  padding-left: 10px;
}
@media (max-width: 359px) {
  .p-kvrealtime-rt__routeL {
    padding-right: 0.5em;
    padding-left: 5px;
  }
}
a.p-kvrealtime-rt__routeL {
  cursor: pointer;
}
a.p-kvrealtime-rt__routeL:hover {
  opacity: 0.8;
}

.p-kvrealtime-rt__routeL.chuo1 {
  border-color: #e6004f;
}
.p-kvrealtime-rt__routeL.chuo2 {
  border-color: rgb(255, 0, 0);
}
.p-kvrealtime-rt__routeL.nagano {
  border-color: rgb(29, 69, 145);
}
.p-kvrealtime-rt__routeL__road {
  font-weight: bold;
  font-size: 11px;
}
.p-kvrealtime-rt__routeL__road > span {
  display: inline-block;
  background: #008765;
  color: #fff;
  padding: 0.25em 0.5em;
}
.p-kvrealtime-rt__routeL__route {
  font-weight: bold;
  margin-top: 0.2em;
}
.p-kvrealtime-rt__routeR {
  width: 159px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 359px) {
  .p-kvrealtime-rt__routeR {
    width: 50%;
  }
}
.p-kvrealtime-rt__routeR__lower {
  margin-left: 5px;
}
.p-kvrealtime-rt__link {
  background: #f5f5f5;
  padding: 0.5em 0.5em;
  font-size: 12px;
  text-align: right;
}
@media (max-width: 767px) {
  .p-kvrealtime-rt__link {
    border: 2px solid #fff;
    font-size: 12px;
  }
}
.p-kvrealtime-rt__link a {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  padding-right: 1.2em;
  transition: 0.3s ease;
}
.p-kvrealtime-rt__link a::after {
  color: #e6004f;
  content: "\e904";
  font-family: icomoon !important;
  font-feature-settings: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 0;
  speak: never;
  text-transform: none;
}
.p-kvrealtime-rt__link a:hover {
  color: #e6004f;
  transition: 0.3s ease;
}
.p-kvrealtime-rt-mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 6vw;
}
@media (min-width: 768px) {
  .p-kvrealtime-rt-mask {
    font-size: 28px;
  }
}
.p-kvrealtime-bnr {
  margin-top: 20px;
  background: #fff;
}
.p-kvrealtime-bnr a {
  display: block;
  transition: opacity 0.3s ease;
}
.p-kvrealtime-bnr a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.p-kvrealtime-bnr a img {
  height: auto;
}

/*
================================================
p-routeSlider
================================================
*/
.p-routeSlider {
  position: relative;
  background-color: var(--keycolor);
  padding: 20px 0px 40px;
  /* slider */
}
.p-routeSlider__inner {
  margin: 0 40px;
}
.p-routeSlider .swiper-container {
  padding-top: 10px;
}
.p-routeSlider .swiper-route-button-next,
.p-routeSlider .swiper-route-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}
.p-routeSlider .swiper-route-button-next {
  right: 0;
  left: auto;
}
.p-routeSlider .swiper-route-button-prev::before {
  -webkit-font-feature-settings: normal;
  -webkit-transform: rotate(-180deg);
  bottom: 0;
  color: var(--keycolor);
  content: "\e904";
  font-family: icomoon !important;
  font-feature-settings: normal;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 12px;
  left: 10px;
  line-height: 1;
  margin: auto;
  position: absolute;
  speak: never;
  text-transform: none;
  top: 0;
  transform: rotate(-180deg);
  background-color: #fff;
  padding: 5px;
}
.p-routeSlider .swiper-route-button-next::before {
  bottom: 0;
  color: var(--keycolor);
  content: "\e904";
  font-family: icomoon !important;
  font-feature-settings: normal;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 12px;
  right: 10px;
  line-height: 1;
  margin: auto;
  position: absolute;
  speak: never;
  text-transform: none;
  top: 0;
  background-color: #fff;
  padding: 5px;
}
.p-routeSlider .swiper-route-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
}
.p-routeSlider .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
}
.p-routeSlider .swiper-pagination-bullet-active {
  background: var(--c-red);
}
.p-routeSlider .swiper-slide.is-active .p-routeSlider__info {
  transform: translateY(-10px);
  opacity: 0.8;
}
.p-routeSlider .swiper-slide {
  height: auto;
}
.p-routeSlider__info {
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
  height: 100%;
}
.p-routeSlider__info-ttl {
  background-color: var(--c-bg-gray);
  display: flex;
  align-items: center;
  padding-left: 10px;
  height: 27px;
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .p-routeSlider__info-ttl {
    margin-bottom: 8px;
  }
}
.p-routeSlider__info-ttl span {
  background-color: var(--c-green);
  color: #fff;
  border-radius: 2px;
  line-height: 1;
  font-size: 10px;
  border: 1px solid #fff;
  margin-right: 5px;
  padding: 2px;
}
.p-routeSlider__info-ttl em {
  font-size: 14px;
  font-weight: 700;
}
.p-routeSlider__info-route {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6.4vw;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 14px;
  width: 85%;
  background-color: var(--c-red);
  padding: 8px 0 8px;
}
@media (min-width: 768px) {
  .p-routeSlider__info-route {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .p-routeSlider__info-route {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.p-routeSlider__info-route i::before {
  color: #fff;
  font-size: 2vw;
  line-height: 1.5;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .p-routeSlider__info-route i::before {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .p-routeSlider__info-route i::before {
    font-size: 18px;
  }
}
.p-routeSlider__info-tag {
  /*background-color: var(--c-red);*/
  color: var(--keycolor);
  text-align: center;
  font-size: 4.3vw;
  font-weight: 500;
  width: 85%;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .p-routeSlider__info-tag {
    font-size: 24px;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .p-routeSlider__info-tag {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.p-routeSlider__info-date {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6.5vw;
  font-weight: 700;
  color: var(--keycolor);
  margin-bottom: 10px;
  margin-left: 0.35em;
}
@media (min-width: 768px) {
  .p-routeSlider__info-date {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  .p-routeSlider__info-date {
    font-size: 21px;
    margin-bottom: 8px;
  }
}
.p-routeSlider__info-date em {
  display: flex;
  align-items: center;
}
.p-routeSlider__info-date small {
  font-weight: lighter;
}
.p-routeSlider__info-date span {
  font-size: 0.5em;
  margin-left: -0.5em;
  margin-top: 0.5em;
  font-weight: lighter;
}
.p-routeSlider__info-date i::before {
  color: var(--keycolor);
  font-size: 4vw;
  line-height: 1.5;
  margin: 0 5px 3px -5px;
}
@media (min-width: 768px) {
  .p-routeSlider__info-date i::before {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .p-routeSlider__info-date i::before {
    font-size: 16px;
    margin: 0 5px 1px -2px;
  }
}
.p-routeSlider__info-date.-has-year {
  font-size: 16px;
}
.p-routeSlider__info-time {
  text-align: center;
  font-size: 3vw;
  color: var(--keycolor);
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-routeSlider__info-time {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .p-routeSlider__info-time {
    font-size: 10px;
  }
}

/*
  ================================================
  p-information
  ================================================
  */
.p-information .c-wrap {
  box-sizing: content-box;
  width: 90.6666666667%;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-information .c-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .p-information .c-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-information__ticker {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-information__ticker {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .p-information__ticker {
    width: 55%;
  }
}
.p-information__bnr {
  margin: 0 auto;
  position: relative;
  padding: 0 0;
}
@media (min-width: 768px) {
  .p-information__bnr {
    width: 50%;
    padding: 0 38px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .p-information__bnr {
    width: 410px;
    flex: none;
  }
}
@media (max-width: 767px) {
  .p-information__bnr .swiper-wrapper {
    display: grid;
    gap: 17px;
  }
  .p-information__bnr .swiper-button-prev,
  .p-information__bnr .swiper-button-next {
    display: none !important;
  }
}
.p-information__bnr .swiper-slide {
  padding: 0 2px;
}
.p-information__bnr .swiper-button-prev,
.p-information__bnr .swiper-button-next {
  width: 20px;
  text-align: center;
}
.p-information__bnr .swiper-button-prev:before,
.p-information__bnr .swiper-button-next:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e904";
  color: var(--keycolor);
  font-size: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-information__bnr .swiper-button-prev {
  background: none;
  left: -20px;
}
@media (min-width: 768px) {
  .p-information__bnr .swiper-button-prev {
    left: 10px;
  }
}
.p-information__bnr .swiper-button-prev:before {
  transform: rotate(-180deg);
}
.p-information__bnr .swiper-button-next {
  background: none;
  right: -20px;
}
@media (min-width: 768px) {
  .p-information__bnr .swiper-button-next {
    right: 10px;
  }
}

/*
  ================================================
  nx-neighbor-information
  ================================================
  */
.nx-neighbor-information {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: var(--c-bg-gray);
}
@media (min-width: 768px) {
  .nx-neighbor-information {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.nx-neighbor-information a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 14.6666666667vw;
  margin: 0 auto;
  border: solid 1px var(--keycolor);
  border-radius: 5px;
  background: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: var(--keycolor);
  text-align: center;
  transition: background 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .nx-neighbor-information a {
    font-size: 18px;
    width: 330px;
    height: 72px;
  }
}
.nx-neighbor-information a i {
  font-size: 3.7333333333vw;
  position: absolute;
  right: 2.6666666667vw;
  transition: transform 0.3s, color 0.1s;
}
@media (min-width: 768px) {
  .nx-neighbor-information a i {
    font-size: 14px;
    right: 10px;
  }
}
@media (hover: hover) {
  .nx-neighbor-information a:hover {
    color: #fff;
    background: var(--keycolor);
  }
  .nx-neighbor-information a:hover i {
    color: #fff;
    transform: translate3d(3px, 0, 0);
    transition: transform 0.3s, color 0.2s;
  }
}
.nx-neighbor-information a span {
  text-align: center;
  letter-spacing: 0.04em;
}

/*
================================================
p-mes
================================================
*/
.p-mes {
  background-color: var(--c-bg-gray);
}
.p-mes__inner {
  padding: 20px 0;
  margin: 0 auto;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.83;
  position: relative;
  padding: 1em 6em 1em 0;
  min-height: 140px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-mes__inner {
    max-width: initial;
    min-height: 200px;
    padding: 0 120px 0 60px;
    font-size: 14px;
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  .p-mes__inner {
    font-size: 18px;
    padding: 0 120px 0 0;
  }
}
.p-mes__inner-woman {
  position: absolute;
  width: 20vw;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .p-mes__inner-woman {
    width: 108px;
    right: 12px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .p-mes__inner {
    padding-top: 50px;
  }
  /* IE11 */
}
/*
  ================================================
  nx-checker
  ================================================
  */
.nx-checker {
  background-color: var(--c-bg-gray);
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .nx-checker {
    padding-bottom: 25px;
  }
}
.nx-checker__inner {
  display: block;
  position: relative;
  padding: 4vw;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .nx-checker__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }
}
@media (min-width: 1280px) {
  .nx-checker__inner {
    padding: 15px 32px 15px 15px;
  }
}
.nx-checker__inner__image {
  width: 100%;
}
@media (min-width: 768px) {
  .nx-checker__inner__image {
    width: 50.5263157895%;
  }
}
.nx-checker__inner__image p {
  position: relative;
  padding-top: 18.75%;
}
.nx-checker__inner__image p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nx-checker__inner__text {
  font-size: 2.9333333333vw;
  font-weight: bold;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 1em 0 0 0;
}
@media (min-width: 768px) {
  .nx-checker__inner__text {
    font-size: 12px;
    padding: 0 1em 0 1em;
  }
}
@media (min-width: 1024px) {
  .nx-checker__inner__text {
    font-size: 13px;
    padding: 0 1em 0 1em;
  }
}
@media (min-width: 1280px) {
  .nx-checker__inner__text {
    font-size: 14px;
    padding: 0 1em 0 3em;
  }
}
.nx-checker__inner span {
  display: none;
  color: #fff;
  font-size: 10px;
  line-height: 1.9;
  text-align: center;
  width: 1.9em;
  height: 1.9em;
  background: var(--keycolor);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .nx-checker__inner span {
    display: block;
  }
}
.nx-checker__inner span:before {
  margin-left: 0.2em;
}

/*
================================================
p-mainBtnList
================================================
*/
.p-mainBtnList {
  background-color: var(--c-bg-gray);
}
@media (min-width: 768px) {
  .p-mainBtnList__inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-mainBtnList__box {
  background-color: var(--keycolor);
  color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 4vw;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .p-mainBtnList__box {
    width: 32%;
    padding: 40px 20px 20px;
    margin-bottom: 2%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
  }
  .p-mainBtnList__box:nth-child(3n) {
    margin-right: 0%;
  }
}
.p-mainBtnList__box-ttl {
  font-size: 4.8vw;
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667em;
}
@media (min-width: 768px) {
  .p-mainBtnList__box-ttl {
    font-size: 28px;
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
}
.p-mainBtnList__box-ttl i::before {
  color: #fff;
  font-size: 7.4666666667vw;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .p-mainBtnList__box-ttl i::before {
    display: block;
    margin-bottom: 24px;
    font-size: 40px;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .p-mainBtnList__box-ttl i::before {
    font-size: 52px;
  }
}
.p-mainBtnList__box-ttl span {
  display: block;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .p-mainBtnList__box-ttl.simple {
    margin-bottom: 55px;
  }
  .p-mainBtnList__box-ttl.simple span {
    height: 2.2857142857em;
  }
}
.p-mainBtnList__box-subttl {
  font-size: 2.9333333333vw;
  font-weight: 500;
  margin-bottom: 1.3636363636em;
}
@media (min-width: 768px) {
  .p-mainBtnList__box-subttl {
    font-size: 14px;
    min-height: 55px;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
.p-mainBtnList__box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-mainBtnList__box ul {
    display: block;
    margin-top: auto;
  }
}
.p-mainBtnList__box li {
  flex: 1;
}
@media (min-width: 768px) {
  .p-mainBtnList__box li {
    width: 100%;
  }
}
.p-mainBtnList__box li:not(:last-child) {
  margin-right: 2%;
}
@media (min-width: 768px) {
  .p-mainBtnList__box li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.p-mainBtnList__box-longBtn {
  width: 100% !important;
}
.p-mainBtnList__box a {
  display: block;
  background-color: #fff;
  color: var(--c-txtcolor);
  height: 100%;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 3.2vw;
  font-weight: 900;
  height: 14.6666666667vw;
  max-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  line-height: 1.5;
  position: relative;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .p-mainBtnList__box a {
    font-size: 15px;
    line-height: 1.3;
    height: 55px;
  }
}
@media (hover: hover) {
  .p-mainBtnList__box a:hover {
    opacity: 0.8;
  }
  .p-mainBtnList__box a:hover::after {
    transform: translate3d(3px, 0, 0);
  }
}
.p-mainBtnList__box a span {
  text-align: center;
}
.p-mainBtnList__box a::after {
  font-family: "icomoon" !important;
  speak: never;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e904";
  color: var(--keycolor);
  position: absolute;
  right: 2.6666666667vw;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .p-mainBtnList__box a::after {
    font-size: 14px;
    right: 10px;
  }
}
.p-mainBtnList__box a i::before {
  color: var(--keycolor);
  font-size: 18px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .p-mainBtnList__box a i::before {
    font-size: 24px;
  }
}

.c-bannerTop {
  padding-bottom: 2%;
  padding-top: 50px;
  text-align: center;
}

/*
  ================================================
  p-information-search
  ================================================
  */
.p-information-search {
  background-color: var(--c-bg-gray);
  padding: 25px 0 40px;
}
@media (min-width: 768px) {
  .p-information-search {
    padding: 0px 0 70px;
  }
}
.p-information-search__box {
  position: relative;
  padding: 5.3333333333vw;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .p-information-search__box {
    padding: 30px;
  }
}
.p-information-search__box:after {
  display: none;
  content: "";
  width: 13.6734693878%;
  height: 100%;
  position: absolute;
  right: 5.5102040816%;
  bottom: -2px;
  background: url("../img/top/woman.png?t=20240404") bottom center/100% auto no-repeat;
}
@media (min-width: 1024px) {
  .p-information-search__box:after {
    display: block;
  }
}
.p-information-search__ttl {
  font-size: 3.7333333333vw;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .p-information-search__ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2222222222;
    margin-bottom: 1.4444444444em;
  }
}
.p-information-search__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-information-search__btns {
    width: 76.0869565217%;
  }
}
.p-information-search__btns li {
  width: 100%;
}
@media (min-width: 768px) {
  .p-information-search__btns li {
    width: 48.5714285714%;
  }
}
.p-information-search__btns li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-information-search__btns li:not(:last-child) {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .p-information-search__btns li:first-child {
    margin-bottom: 20px;
  }
}
.p-information-search__btns li button {
  position: relative;
  font-size: 3.4666666667vw;
  font-weight: 700;
  width: 100%;
  height: 4.2307692308em;
  max-height: 75px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-information-search__btns li button {
    font-size: 15px;
    height: 60px;
  }
}
.p-information-search__btns li button::after {
  font-family: "icomoon" !important;
  speak: never;
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e904";
  color: var(--keycolor);
  height: 3.7333333333vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.6666666667vw;
  margin: auto;
  transition: color 0.3s, transform 0.3s;
}
@media (min-width: 768px) {
  .p-information-search__btns li button::after {
    font-size: 14px;
    height: 14px;
    right: 10px;
  }
}
@media (hover: hover) {
  .p-information-search__btns li button:hover {
    color: #fff;
    background: var(--keycolor);
  }
  .p-information-search__btns li button:hover:after {
    color: #fff;
    transform: translate3d(3px, 0, 0);
  }
}

/*
  ================================================
  modal-top
  ================================================
  */
.modal-top {
  width: 100%;
  padding: 4vw;
}
@media (min-width: 768px) {
  .modal-top {
    max-width: 980px;
    padding: 30px;
  }
}
.modal-top__ttl {
  display: flex;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .modal-top__ttl {
    font-size: 24px;
  }
}
.modal-top__ttl i {
  display: block;
  border-radius: 50%;
  font-size: 8.5333333333vw;
  width: 1em;
  height: 1em;
  line-height: 1;
  color: var(--keycolor);
  text-align: center;
  margin-right: 0.375em;
}
@media (min-width: 768px) {
  .modal-top__ttl i {
    font-size: 47px;
    margin-right: 15px;
  }
}
.modal-top__text {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  padding-left: 3.6666666667em;
}
@media (min-width: 768px) {
  .modal-top__text {
    font-size: 14px;
    line-height: 24px;
    padding-left: 62px;
  }
}
.modal-top__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .modal-top__box {
    margin-top: 30px;
  }
}
.modal-top__box li {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 15px;
  background: #f5f5f5;
}
.modal-top__box li:not(:last-child) {
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .modal-top__box li:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .modal-top__box li {
    width: 48.3695652174%;
    padding: 20px 20px;
  }
}
@media (min-width: 1024px) {
  .modal-top__box li {
    padding: 25px 33px;
  }
}
.modal-top__box-ttl {
  color: var(--keycolor);
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .modal-top__box-ttl {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .modal-top__box-ttl {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.modal-top__box-text {
  flex-grow: 1;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .modal-top__box-text {
    font-size: 12px;
    margin-bottom: 27px;
  }
}
@media (min-width: 1024px) {
  .modal-top__box-text {
    font-size: 14px;
    line-height: 24px;
  }
}
.modal-top__box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.5;
  width: 80%;
  height: 4.2307692308em;
  max-height: 75px;
  background: #fff;
  border-radius: 3px;
  padding: 0 20px 0 15px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3/span 1;
}
@media (min-width: 768px) {
  .modal-top__box a {
    font-size: 13px;
    width: 100%;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .modal-top__box a {
    font-size: 15px;
    width: auto;
    min-width: 71.0526315789%;
  }
}
.modal-top__box a::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e904";
  color: var(--keycolor);
  font-size: 3.7333333333vw;
  height: 3.7333333333vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.6666666667vw;
  margin: auto;
  transition: color 0.3s, transform 0.3s;
}
@media (min-width: 768px) {
  .modal-top__box a::after {
    font-size: 14px;
    height: 14px;
    right: 10px;
  }
}
@media (hover: hover) {
  .modal-top__box a:hover {
    color: #fff;
    background: var(--keycolor);
  }
  .modal-top__box a:hover:after {
    color: #fff;
    transform: translate3d(3px, 0, 0);
  }
}
.modal-top__box a.unactive {
  overflow: hidden;
  pointer-events: none;
}
.modal-top__box a.unactive:before {
  content: "準備中";
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1;
}

.cm-section {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .cm-section {
    padding-top: 35px;
  }
}
.cm-section .c-section__bgtitle {
  background: var(--keycolor);
  color: #fff;
  padding: 0.5em 1em;
}
@media (min-width: 768px) {
  .cm-section .c-section__bgtitle {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cm-section .c-section__bgtitle {
    font-size: 1pc;
    margin-bottom: 20px;
  }
}
.cm-section .regulatoryBlock__thumb img {
  margin: 0;
}
.cm-section .nx-topCmSection__btn {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  .cm-section .nx-topCmSection__btn {
    font-size: 9pt;
    margin-top: 15px;
    text-align: center;
  }
}
.cm-section .nx-topCmSection__btn > p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cm-section .nx-topCmSection__btn > p {
    margin-bottom: 15px;
    text-align: left;
  }
}
.cm-section .nx-topCmSection__btn > a {
  min-width: 280px;
}
.cm-section .nx-topCmSection__btn .btn--radius,
.cm-section .nx-topCmSection__btn .btn--radiusib,
.cm-section .nx-topCmSection__btn a.btn--radius,
.cm-section .nx-topCmSection__btn a.btn--radiusib {
  border-color: var(--keycolor);
  color: var(--keycolor);
}
.cm-section .nx-topCmSection__btn .btn--radiusib,
.cm-section .nx-topCmSection__btn a.btn--radiusib {
  padding: 0.75em 1.5em 0.75em 1em;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.cm-section .nx-topCmSection__btn .btn,
.cm-section .nx-topCmSection__btn a.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.remodal.c-remodal.c-remodal__cm {
  min-height: 80vh;
  width: 100%;
}
.remodal.c-remodal.c-remodal__cm iframe {
  height: 45vw;
  width: 100%;
}

.p-writer {
  border: 2px solid var(--keycolor);
  border-radius: 3.3333333333vw;
  position: relative;
  margin-top: 10.6666666667vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-writer {
    border-radius: 25px;
    border: 3px solid var(--keycolor);
    margin-top: 64px;
    padding: 53px 0 53px 0;
  }
}
@media (min-width: 1024px) {
  .p-writer {
    padding-left: 40px;
  }
}
.p-writer__des {
  font-weight: bold;
  font-size: 3.2vw;
  color: #2e2e2e;
  text-align: center;
}
@media (max-width: 767px) {
  .p-writer__des {
    padding: 4vw 1.3333333333vw;
    line-height: 2;
  }
  .p-writer__des .mb {
    display: block;
    padding-right: 54px;
  }
}
@media (min-width: 768px) {
  .p-writer__des {
    line-height: 2.1;
    font-size: 15px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .p-writer__des {
    font-size: 18px;
  }
}
.p-writer__des .note {
  font-size: 2.1333333333vw;
  font-weight: 300;
  margin-top: 10px;
  color: #b0b0b0;
}
@media (min-width: 768px) {
  .p-writer__des .note {
    font-size: 16px;
    margin-top: 0;
  }
}
.p-writer__img {
  position: absolute;
}
@media (max-width: 767px) {
  .p-writer__img {
    right: -100px;
    bottom: -9px;
  }
}
@media (min-width: 768px) {
  .p-writer__img {
    right: 30px;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-writer__img {
    bottom: -40px;
    right: 20px;
    width: 140px;
  }
}
.p-writer__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-writer__img img {
    max-width: 50%;
  }
}

.p-api {
  padding: 10.6666666667vw 0;
}
@media (min-width: 768px) {
  .p-api {
    padding: 80px 0;
  }
}
@media (min-width: 1366px) {
  .p-api .container {
    max-width: 67.03125vw;
  }
}
.p-api .container.content2 {
  max-width: 100%;
}
@media (min-width: 1366px) {
  .p-api .container.content2 {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .p-api-content {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.p-api-content.--grid04 {
  margin-top: 7.4666666667vw;
}
@media (min-width: 768px) {
  .p-api-content.--grid04 {
    margin-top: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .p-api-content.top.--col-02 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 66%;
  }
}
.p-api-content.top.mrg-top {
  margin-top: 24px;
}
.p-api .route-item__top {
  padding: 5.3333333333vw 5.3333333333vw 7.4666666667vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top {
    padding: 0.78125vw 0.78125vw 1.25vw;
  }
}
@media (max-width: 767px) {
  .p-api .route-item__top:not(:last-child) {
    margin-bottom: 7.4666666667vw;
  }
}
.p-api .route-item__top__head {
  font-size: 3.7333333333vw;
  margin-bottom: 4.9333333333vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__head {
    margin-bottom: 12px;
    font-size: 1.4583333333vw;
  }
}
.p-api .route-item__top__head .txt-ed {
  width: 30px;
  margin-top: 4px;
  height: 17px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-api .route-item__top__head .txt-ed {
    width: 1.875vw;
    height: 1.25vw;
    font-size: 0.8333333333vw;
  }
}
.p-api .route-item__top__ttl {
  margin-bottom: 4.8vw;
  gap: 9.3333333333vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__ttl {
    margin-bottom: 22px;
    gap: 1.3020833333vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-api .route-item__top__ttl {
    gap: 15px;
  }
}
@media (min-width: 1366px) {
  .p-api .route-item__top__ttl {
    gap: 2.34375vw;
  }
}
.p-api .route-item__top__ttl.--gap {
  gap: 1.0416666667vw;
}
.p-api .route-item__top__ttl .ttl-main {
  font-size: 7.4666666667vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__ttl .ttl-main {
    font-size: 1.6666666667vw;
  }
}
.p-api .route-item__top__ttl .line {
  font-size: 1.7333333333vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__ttl .line {
    font-size: 0.6770833333vw;
  }
}
.p-api .route-item__top__ttl .line {
  width: 7.6vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__ttl .line {
    width: 2.96875vw;
  }
}
.p-api .route-item__top__ttl .line .c-icon {
  font-size: 4vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__ttl .line .c-icon {
    font-size: 1.5625vw;
  }
}
.p-api .route-item__top__year__small {
  font-size: 3.2vw;
  height: 6.1333333333vw;
  margin-bottom: 2.1333333333vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year__small {
    height: 2.3958333333vw;
    font-size: 1.0416666667vw;
    margin-bottom: 8px;
  }
}
.p-api .route-item__top__inner {
  padding: 4vw 0 12.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 5.3333333333vw;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-api .route-item__top__inner {
    height: 6.25vw;
    margin-bottom: 1.25vw;
    padding: 0.8854166667vw 0 2.2916666667vw;
  }
}
.p-api .route-item__top__inner.--auto {
  height: auto;
}
@media (max-width: 767px) {
  .p-api .route-item__top__inner.--pad {
    padding: 4vw 0 6.6666666667vw;
  }
}
.p-api .route-item__top__pad {
  width: 100%;
  margin: 0 24px 0;
}
@media (min-width: 1366px) {
  .p-api .route-item__top__pad {
    margin: -5px 24px 0;
  }
}
.p-api .route-item__top__year-detail {
  padding: 0;
}
.p-api .route-item__top__year-detail.--first {
  padding-bottom: 9.2vw;
  border-bottom: 2px solid #003f8f;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year-detail.--first {
    padding-bottom: 1.7708333333vw;
  }
}
.p-api .route-item__top__year-detail.--first.c-disabled {
  margin-left: -4.8vw;
  margin-right: -4.8vw;
  margin-top: -4vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year-detail.--first.c-disabled {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -2.0833333333vw;
  }
}
@media (min-width: 1366px) {
  .p-api .route-item__top__year-detail.--first.c-disabled {
    margin-top: -0.9375vw;
  }
}
.p-api .route-item__top__year-detail .year-option {
  display: flex;
  align-items: flex-end;
}
.p-api .route-item__top__year-detail .year-option__month {
  font-size: 8.5333333333vw;
  margin-right: 0.6666666667vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year-detail .year-option__month {
    margin-right: 0.2604166667vw;
    font-size: 2.0833333333vw;
  }
}
.p-api .route-item__top__year-detail .year-option__month .ic_xec {
  top: -1.2vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year-detail .year-option__month .ic_xec {
    top: -0.3125vw;
  }
}
.p-api .route-item__top__year-detail .year-option__month .ic_xec:after {
  font-size: 6.2666666667vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year-detail .year-option__month .ic_xec:after {
    font-size: 1.5625vw;
  }
}
.p-api .route-item__top__year-detail .year-option__month .des {
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year-detail .year-option__month .des {
    font-size: 1.25vw;
  }
}
.p-api .route-item__top__year-detail .year-option__unit {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  line-height: 1.4;
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year-detail .year-option__unit {
    line-height: 1.777;
    width: 1.25vw;
    height: 1.25vw;
    font-size: 0.6770833333vw;
  }
}
.p-api .route-item__top__year-detail .year-option__lower {
  position: absolute;
  right: 5px;
  font-size: 4.2666666667vw;
  bottom: -6vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year-detail .year-option__lower {
    font-size: 0.7291666667vw;
    bottom: -0.9375vw;
  }
}
.p-api .route-item__top__year-detail .year-option__year {
  font-size: 2.6666666667vw;
  font-weight: bold;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year-detail .year-option__year {
    margin-right: 0.2604166667vw;
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-api .route-item__top__year-detail .year-option__year {
    font-size: 0.7291666667vw;
  }
}
.p-api .route-item__top__year-detail .year-option__year .y-small {
  font-size: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-api .route-item__top__year-detail .year-option__year .y-small {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-api .route-item__top__year-detail .year-option__year .y-small {
    font-size: 11px;
  }
}
.p-api .route-item__top__btn {
  background: #fff;
  border-radius: 2.1333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17.0666666667vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  .p-api .route-item__top__btn {
    height: 2.9166666667vw;
    font-size: 1.25vw;
    border-radius: 0.4166666667vw;
  }
}
.p-api .route-item__top__btn.--blue:after {
  background-color: #003f8f;
}
.p-api .route-item__top__btn:after {
  position: absolute;
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #e70050;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 3.2vw;
  top: 50%;
  right: 6.2666666667vw;
  transform: translateY(-50%) rotate(90deg);
  background-position: center 1.4666666667vw;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-api .route-item__top__btn:after {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    right: 1.25vw;
    background-size: 0.7291666667vw;
    background-position: center 0.3645833333vw;
  }
}
.p-api .route-item__top__btn:hover:after {
  right: 20px;
}

.p-new {
  border-top: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  padding: 11px 0 18px;
}
@media (min-width: 768px) {
  .p-new {
    padding: 22px 0;
  }
}
.p-new .date {
  display: block;
  line-height: 1;
  font-size: 8px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .p-new .date {
    font-size: 13px;
  }
}
.p-new .name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-new .name {
    font-size: 11px;
  }
}
.p-new .name:hover {
  border-bottom: 1px solid #2e2e2e;
}
.p-new .new-top {
  position: relative;
  display: flex;
  align-items: center;
}
.p-new .new-top .ic_down {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/top/ic_down.png) no-repeat top center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .p-new .new-top .ic_down {
    width: 26px;
    height: 26px;
  }
}
.p-new .new-top .ic_down.is-active {
  transform: translateY(-50%) rotate(-180deg);
}
.p-new .new-top__ttl {
  color: var(--keycolor);
  font-weight: 500;
  padding-right: 22px;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-new .new-top__ttl {
    font-size: 11px;
  }
}
.p-new .new-top__sub {
  padding-right: 35px;
}
@media (min-width: 768px) {
  .p-new .new-top__sub {
    border-left: 1px solid #a0a0a0;
    padding-left: 22px;
  }
}
.p-new .new-top__content {
  padding-top: 22px;
  display: none;
}
@media (min-width: 768px) {
  .p-new .new-top__lst {
    padding-left: 108px;
  }
}
.p-new .new-top__lst li {
  border-bottom: 1px solid #a0a0a0;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .p-new .new-top__lst li {
    padding: 25px 0;
  }
}
.p-new .new-top__lst li:first-child {
  border-top: 1px solid #a0a0a0;
}
.p-new .new-top__more {
  text-align: right;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .p-new .new-top__more {
    margin-top: 40px;
    margin-bottom: 18px;
  }
}
.p-new .new-top__more .tlink {
  display: inline-block;
  border: 1px solid var(--keycolor);
  color: var(--keycolor);
  font-weight: 500;
  font-size: 11px;
  border-radius: 4px;
  padding: 4px 10px;
  transition: all 0.3s;
}
.p-new .new-top__more .tlink:hover {
  color: #fff;
  background: var(--keycolor);
}
@media (min-width: 768px) {
  .p-new .new-top__more .tlink {
    font-size: 13px;
    padding: 12px 20px;
  }
}

.route-item__top {
  text-align: center;
  background: #e70050;
  padding: 15px 15px 15px;
}
.route-item__top.--blue {
  background: #003f8f;
}
.route-item__top-txt {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  margin: 16px -7px 0;
  text-align: center;
}
.route-item__top__head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  gap: 8px;
  margin-bottom: 7px;
}
.route-item__top__head .txt-ed {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  background: #008765;
  width: 33px;
  height: 23px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.route-item__top__ttl {
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.route-item__top__ttl .ttl-main {
  font-size: 26px;
  font-weight: bold;
}
.route-item__top__ttl .line {
  display: flex;
  flex-direction: column;
  font-size: 8px;
  width: 38px;
  gap: 1px;
}
.route-item__top__ttl .line .c-icon {
  font-size: 16px;
}
.route-item__top__year {
  background: #fff;
  font-weight: 600;
  font-size: 24px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.route-item__top__year .des {
  font-size: 32px;
}
@media (min-width: 768px) {
  .route-item__top__year .des {
    font-size: 16px;
    margin-top: 6px;
  }
}
.route-item__top__year__small {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
  background: #f2c921;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.route-item__top__inner {
  background: #fff;
  padding: 0 10px 29px;
}
.route-item__top__year-detail {
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 8px 10px;
  gap: 3.4666666667vw;
}
@media (min-width: 768px) {
  .route-item__top__year-detail {
    gap: 0.625vw;
  }
}
.route-item__top__year-detail.--first {
  border-bottom: 2px solid #003f8f;
  padding-bottom: 34px;
}
.route-item__top__year-detail.--first.c-disabled {
  margin-left: -4.8vw;
  margin-right: -4.8vw;
}
@media (min-width: 768px) {
  .route-item__top__year-detail.--first.c-disabled {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.route-item__top__year-detail:last-child {
  margin-bottom: 0;
}
.route-item__top__year-detail.flex-wrap {
  padding-bottom: 20px;
}
.route-item__top__year-detail img {
  width: 8.5333333333vw;
  height: 6.6666666667vw;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .route-item__top__year-detail img {
    width: 1.25vw;
    height: 0.9895833333vw;
    margin-top: 1.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .route-item__top__year-detail img {
    margin-top: 2.0833333333vw;
  }
}
.route-item__top__year-detail .year-note {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.route-item__top__year-detail .year-option {
  position: relative;
  text-align: left;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-top: 9px;
}
@media (min-width: 768px) {
  .route-item__top__year-detail .year-option {
    padding-top: 0.46875vw;
  }
}
.route-item__top__year-detail .year-option__small {
  font-size: 12px;
  font-weight: bold;
  margin-top: 16px;
}
.route-item__top__year-detail .year-option__lower {
  position: absolute;
  right: 5px;
  font-size: 4.2666666667vw;
  bottom: -6vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .route-item__top__year-detail .year-option__lower {
    font-size: 14px;
    bottom: -18px;
  }
}
.route-item__top__year-detail .year-option__month {
  font-size: 32px;
  font-weight: bold;
  margin-right: 2px;
  display: flex;
  align-items: flex-end;
}
.route-item__top__year-detail .year-option__month .ic_xec {
  display: inline-block;
  margin: 0 2px;
  position: relative;
  top: -4px;
}
.route-item__top__year-detail .year-option__month .ic_xec:after {
  content: "/";
  color: #000;
  font-size: 25px;
  display: block;
}
.route-item__top__year-detail .year-option__month small {
  font-size: 18px;
}
.route-item__top__year-detail .year-option__unit {
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
}
.route-item__top__btn {
  background: #fff;
  border-radius: 2.1333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17.0666666667vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  .route-item__top__btn {
    height: 45px;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .route-item__top__btn {
    height: 50px;
    font-size: 20px;
  }
}
.route-item__top__btn.--blue:after {
  background-color: #003f8f;
}
.route-item__top__btn:after {
  position: absolute;
  content: "";
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-color: #e70050;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 3.2vw;
  top: 50%;
  right: 6.2666666667vw;
  transform: translateY(-50%) rotate(90deg);
  background-position: center 1.4666666667vw;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .route-item__top__btn:after {
    width: 22px;
    height: 22px;
    right: 15px;
    background-size: 12px;
    background-position: center 7px;
  }
}
.route-item__top__btn:hover:after {
  right: 20px;
}

.route-item__sub {
  background: #e5004f;
  padding: 15px;
}
.route-item__sub.--blue {
  background: #003f8f;
}
.route-item__sub.hide-time-box .timeBox__info__btn {
  margin-top: 0;
}

.timeBox {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.timeBox .control_time {
  position: relative;
  z-index: 3;
}
.timeBox__info {
  flex: 1;
  padding: 15px 0 8px;
  text-align: center;
}
.timeBox__info-label {
  margin-bottom: 15px;
  text-align: center;
}
.timeBox__info-label span {
  border: 2px solid #2e2e2e;
  border-radius: 30px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 16px;
  padding: 8px 26px;
}
.timeBox__info-txt {
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 13px;
  margin-bottom: 49px;
}
.timeBox__info__btn {
  display: flex;
  gap: 8px;
  margin: 15px 8px 0;
}
.timeBox__info__btn .time-link {
  color: #fff;
  font-size: 13px;
  position: relative;
  background: #e5004f;
  height: 48px;
  border-radius: 5px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeBox__info__btn .time-link:after {
  width: 16px;
  height: 16px;
  background: url(../img/top/ic_right.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  content: "";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.timeBox .routeTime {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 3px;
}
.timeBox .routeTime__label {
  font-weight: bold;
  text-align: center;
  width: 40%;
  font-size: 28px;
  letter-spacing: -0.05em;
}
.timeBox .routeTime__main {
  width: 40%;
}
.timeBox .routeTime__box {
  display: grid;
  gap: 12px;
  margin-bottom: 10px;
  position: relative;
}
.timeBox .routeTime__box.black {
  --timeColor: #000000;
}
.timeBox .routeTime__box.black .control_time {
  color: #000;
}
.timeBox .routeTime__box.red {
  --timeColor: #e70415;
}
.timeBox .routeTime__box.red .control_time {
  color: #e70415;
}
.timeBox .routeTime__box:last-child {
  margin-bottom: 0;
}
.timeBox .routeTime__box.left .time_wrap {
  padding-left: 10px;
}
.timeBox .routeTime__box.right .time_wrap {
  padding-right: 14px;
}
.timeBox .routeTime__box.right .time_wrap::before {
  mask-image: url("../img/top/bg_right.png");
}
.timeBox .routeTime__box.right .time_wrap::after {
  mask-image: url("../img/top/bg_right_full.png");
}
.timeBox .routeTime__box .direction {
  display: block;
}
.timeBox .routeTime__box .direction span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
}
.timeBox .routeTime__box .time_wrap {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  position: relative;
  height: 40px;
  width: 96px;
  font-size: 20px;
}
.timeBox .routeTime__box .time_wrap::before {
  content: "";
  background-color: var(--timeColor, #000);
  mask: url("../img/top/bg_left.png") no-repeat center;
  mask-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.timeBox .routeTime__box .time_wrap::after {
  content: "";
  background-color: var(--trafficColor, #fff);
  mask: url("../img/top/bg_left_full.png") no-repeat center;
  mask-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.timeBox .routeTime__box .time_wrap.over3 {
  --trafficColor: #e70415;
  --timeColor: #e70415;
}
.timeBox .routeTime__box .time_wrap.over3 .control_time {
  color: #fff;
}
.timeBox .routeTime__box .time_wrap.over3:before {
  background-color: var(--timeColor);
}
.timeBox .routeTime__box .time_wrap.over2 {
  --timeColor: #e70415;
}
.timeBox .routeTime__box .time_wrap.over2:after {
  display: none;
  z-index: 2;
}
.timeBox .routeTime__box .time_wrap.over2 .control_time {
  color: var(--timeColor);
}
.timeBox .routeTime__box .time_wrap.over1 {
  --timeColor: #000000;
}
.timeBox .routeTime__box .time_wrap.over1:after {
  display: none;
}
.timeBox .routeTime__box .time_wrap.stop {
  background: none;
}
.timeBox .routeTime__box .time_wrap.stop::before {
  content: "";
  background: url("../img/common/icon_warning.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  top: 10px;
}
.timeBox .routeTime__box .time_wrap.stop * {
  display: none;
  opacity: 0;
}/*# sourceMappingURL=top.css.map */