@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,700&display=swap");
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 736px) {
  .sp {
    display: none;
  }
}

.planeSect {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 736px) {
  .planeSect {
    margin: 0 auto;
    padding: 62px 80px;
  }
}

@media screen and (max-width: 736px) {
  .planeSect {
    padding: calc(40/ 390 * 100vw) calc(24/ 390 * 100vw);
  }
}

.planeSect__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .planeSect__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 736px) {
  .planeSect__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 736px) {
  .planeSect__inner:after {
    background-color: rgba(102, 102, 102, 0.5);
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
  }
}

@media print, screen and (min-width: 736px) {
  .planeSect__head, .planeSect__cont {
    width: 456px;
  }
}

@media print, screen and (min-width: 736px) {
  .planeSect__head .headingCombi {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .planeSect__head .headingCombi {
    margin-top: calc(26 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .planeSect__head .headingCombi .heading--medium + .txt {
    border-top: 1px solid rgba(102, 102, 102, 0.5);
    margin-top: 16px;
    padding-top: 16px;
  }
}

@media print, screen and (min-width: 736px) {
  .planeSect__cont {
    margin-top: 12px;
  }
}

@media screen and (max-width: 736px) {
  .planeSect__cont {
    margin-top: calc(40 / 390 * 100vw);
    padding-top: calc(40 / 390 * 100vw);
    position: relative;
  }
}

@media screen and (max-width: 736px) {
  .planeSect__cont:after {
    background-color: rgba(102, 102, 102, 0.5);
    content: '';
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.planeSect__cont .caption {
  text-align: left;
}

@media print, screen and (min-width: 736px) {
  .planeSect__item:not(:first-child) {
    margin-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .planeSect__item:not(:first-child) {
    margin-top: calc(40 / 390 * 100vw);
  }
}

.pointSect {
  background-color: #ffffff;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .pointSect {
    padding: 80px;
  }
}

@media screen and (max-width: 736px) {
  .pointSect {
    padding: calc(56/ 390 * 100vw) calc(16/ 390 * 100vw);
  }
}

.pointSect:before {
  color: rgba(255, 255, 255, 0.25);
  content: 'POINT';
  font-family: "Cormorant Infant", serif;
  left: 0;
  line-height: .8;
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .pointSect:before {
    font-size: 130px;
    top: -100px;
  }
}

@media screen and (max-width: 736px) {
  .pointSect:before {
    font-size: calc(60 / 390 * 100vw);
    top: calc(-45 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .pointSect__head .headingCombi .heading {
    font-size: 20px;
  }
}

.pointSect__head .headingCombi .heading .first {
  color: #8f8c75;
}

@media print, screen and (min-width: 736px) {
  .pointSect__head .headingCombi .heading .first {
    font-size: 32px;
    line-height: .5;
  }
}

@media screen and (max-width: 736px) {
  .pointSect__head .headingCombi .heading .first {
    font-size: calc(24 / 390 * 100vw);
    line-height: 1.4;
  }
}

@media print, screen and (min-width: 736px) {
  .pointSect__head .headingCombi .heading + .txt {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 736px) {
  .pointSect__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .pointSect__cont {
    margin-top: calc(60 / 390 * 100vw);
  }
}

.routeSearch {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .routeSearch {
    padding-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .routeSearch {
    padding-top: calc(40 / 390 * 100vw);
  }
}

.routeSearch__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .routeSearch__form {
    gap: 40px 0;
  }
}

@media screen and (max-width: 736px) {
  .routeSearch__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}

.routeSearch__form .inputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.routeSearch__form .inputBox__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .routeSearch__form .inputBox__ttl {
    font-size: 15px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 736px) {
  .routeSearch__form .inputBox__ttl {
    font-size: calc(12 / 390 * 100vw);
  }
}

.routeSearch__form .inputBox__field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: none;
  color: #333333;
  display: block;
  letter-spacing: .1em;
  line-height: 1;
  outline: none;
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .routeSearch__form .inputBox__field {
    font-size: 16px;
    height: 52px;
    padding: 15px 0;
    width: 180px;
  }
}

@media screen and (max-width: 736px) {
  .routeSearch__form .inputBox__field {
    font-size: calc(16 / 390 * 100vw);
    height: calc(52 / 390 * 100vw);
    margin: 0 calc(16 / 390 * 100vw);
    width: calc(180 / 390 * 100vw);
  }
}

.routeSearch__form .inputBox__station {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 736px) {
  .routeSearch__form .inputBox__station {
    font-size: 15px;
    padding-left: 16px;
  }
}

.routeSearch__form .inputBox--start .inputBox__wrap {
  cursor: pointer;
  position: relative;
}

.routeSearch__form .inputBox--start .inputBox__wrap:before {
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  content: '';
  display: block;
  height: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(45deg);
          transform: translateY(calc(-50% - 2px)) rotate(45deg);
  width: 9px;
}

@media screen and (max-width: 736px) {
  .routeSearch__form .inputBox--start .inputBox__wrap:before {
    right: calc(30 / 390 * 100vw);
  }
}

.routeSearch__form .inputBox--start .inputBox__field {
  background: #bdbbad;
}

@media print, screen and (min-width: 736px) {
  .routeSearch__form .inputBox--goal .inputBox__field {
    font-size: 13px;
  }
}

@media screen and (max-width: 736px) {
  .routeSearch__form .inputBox--goal .inputBox__field {
    font-size: calc(13 / 390 * 100vw);
  }
}

.routeSearch__form .submitButtonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .routeSearch__form .submitButtonArea + .caption {
    bottom: -30px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 736px) {
  .routeSearch__form * + .submitButtonArea {
    margin: 5.3333333333vw auto 0;
  }
}

.routeSearch__form .submitButton {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.routeSearch__form .submitButton__item {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

@media print, screen and (min-width: 736px) {
  .routeSearch__form .submitButton__item {
    font-size: 13px;
    gap: 10px;
    padding: 20px 0;
    width: 245px;
  }
}

@media screen and (max-width: 736px) {
  .routeSearch__form .submitButton__item {
    font-size: calc(13 / 390 * 100vw);
    gap: calc(8 / 390 * 100vw);
    padding: calc(14 / 390 * 100vw) 0;
    width: calc(254 / 390 * 100vw);
  }
}

.routeSearch__form .submitButton__item .svgIcon {
  aspect-ratio: 1/1;
  height: auto;
}

@media print, screen and (min-width: 736px) {
  .routeSearch__form .submitButton__item .svgIcon {
    width: 18px;
  }
}

@media screen and (max-width: 736px) {
  .routeSearch__form .submitButton__item .svgIcon {
    width: calc(15 / 390 * 100vw);
  }
}

.routeSearch__form .submitButton__item .svgIcon .cls-1 {
  fill: #8f8c75;
  fill-rule: evenodd;
  stroke-width: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

@media print, screen and (min-width: 736px) {
  .routeSearch__form .submitButton__item:hover {
    background-color: #dbd9c9;
    color: #ffffff;
  }
}

.routeSearch__form .submitButton__item:hover .svgIcon .cls-1 {
  fill: #ffffff;
}

@media print, screen and (min-width: 736px) {
  .routeSearch__arrow {
    margin: 0 40px;
    width: 140px;
  }
}

@media screen and (max-width: 736px) {
  .routeSearch__arrow {
    width: calc(6 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .routeSearch__arrow .svgIcon .cls-1 {
    opacity: .5;
  }
}

@media screen and (max-width: 736px) {
  .routeSearch__arrow .svgIcon .cls-1 {
    fill: #999999;
    stroke-width: 0;
  }
}

.routeSearch__arrow .svgIcon .cls-2 {
  fill: #666666;
  stroke-width: 0;
}

.routeSect {
  margin-left: calc(50% - 50vw);
  width: calc(100vw - var(--scrollbar));
}

.routeSect__head {
  text-align: center;
}

@media print, screen and (min-width: 736px) {
  .routeSect__heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .routeSect__heading {
    font-size: calc(20 / 390 * 100vw);
  }
}

.routeSect__ttl {
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .routeSect__ttl {
    font-size: 15px;
    margin-top: 24px;
    padding: 8px 0;
    width: calc(100vw - var(--scrollbar));
  }
}

@media screen and (max-width: 736px) {
  .routeSect__ttl {
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.4;
    margin-top: calc(16 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw) 0;
  }
}

.routeSect__ttl:before {
  background-color: #bdbbad;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.smartSect {
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .smartSect {
    width: 1200px;
  }
}

.smartSect__head {
  color: rgba(61, 87, 125, 0.15);
  font-family: "Cormorant Infant", serif;
  line-height: 1;
}

@media print, screen and (min-width: 736px) {
  .smartSect__head {
    font-size: 100px;
  }
}

@media screen and (max-width: 736px) {
  .smartSect__head {
    font-size: calc(60 / 390 * 100vw);
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .smartSect__head .secondLine {
    display: block;
    text-align: right;
  }
}

.smartSect__cont {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .smartSect__cont {
    margin-top: 80px;
    width: 885px;
  }
}

@media screen and (max-width: 736px) {
  .smartSect__cont {
    margin-right: -32px;
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .smartSect__cont .swipeFigure {
    height: calc(358 / 390 * 100vw);
  }
}

.timelineArea {
  background-color: rgba(238, 236, 215, 0.3);
  -webkit-box-shadow: inset 0 4px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .timelineArea {
    padding: 140px 80px 90px;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea {
    padding: calc(40/ 390 * 100vw) 0 calc(80/ 390 * 100vw);
  }
}

.timelineArea:before {
  color: rgba(143, 140, 117, 0.15);
  font-family: "Cormorant Infant", serif;
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .timelineArea:before {
    content: 'JR SOBU LINE';
    font-size: 100px;
    left: 24px;
    line-height: .8;
    top: 0;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea:before {
    content: 'JR SOBU LINE';
    font-size: calc(40 / 390 * 100vw);
    letter-spacing: 0;
    line-height: .8;
    right: 0;
    top: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.timelineArea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 736px) {
  .timelineArea__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 736px) {
  .timelineArea__head .photo {
    height: 168px;
    width: 423px;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea__head .photo {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .timelineArea__head .timelineArea__txt {
    width: 397px;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea__head .timelineArea__txt .headingCombi .txt {
    display: none;
  }
}

.timelineArea__txt {
  border-left: 4px solid #dbd9c9;
}

@media print, screen and (min-width: 736px) {
  .timelineArea__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 24px;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea__txt {
    margin: 0 calc(20 / 390 * 100vw);
    padding: calc(8 / 390 * 100vw) 0 calc(8 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .timelineArea__txt .caption + .headingCombi {
    margin-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea__txt .caption + .headingCombi {
    margin-top: calc(10 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .timelineArea__txt .headingCombi .heading--medium {
    font-size: calc(18 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .timelineArea__txt .headingCombi .heading--medium + .txt {
    margin-top: 14px;
  }
}

.timelineArea__txt .headingCombi .num {
  font-family: "Cormorant Infant", serif;
}

.timelineArea__txt .first {
  color: #af7b28;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: #ebe9de;
          text-decoration-color: #ebe9de;
  text-decoration-thickness: 8px;
  text-underline-offset: -3px;
}

@media print, screen and (min-width: 736px) {
  .timelineArea__txt .first {
    font-size: 40px;
    line-height: .5;
    margin: 0 12px;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea__txt .first {
    font-size: calc(32 / 390 * 100vw);
    line-height: 1.4;
  }
}

.timelineArea__txt .first:after {
  background: url("../img/icon-first-train.png") no-repeat center center;
  content: '';
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .timelineArea__txt .first:after {
    height: 31px;
    right: -45px;
    top: -18px;
    width: 40px;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea__txt .first:after {
    height: 31px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    width: 40px;
  }
}

@media print, screen and (min-width: 736px) {
  .timelineArea__spTxt {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea__spTxt {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.8;
    margin: 24px calc(25 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .timelineArea__cont {
    margin-top: 80px;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea__cont {
    margin-top: calc(80 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .timelineArea__cont .swipeFigure {
    margin-top: 32px;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea__cont .swipeFigure {
    height: calc(276 / 390 * 100vw);
    margin-left: calc(25 / 390 * 100vw);
    margin-top: calc(40 / 390 * 100vw);
  }
}

.timelineArea__cont .swipeFigure__capOut {
  text-align: right;
}

.timelineArea--tozai {
  background-color: rgba(61, 87, 125, 0.1);
}

@media screen and (max-width: 736px) {
  .timelineArea--tozai {
    padding: calc(40/ 390 * 100vw) 0 calc(80/ 390 * 100vw);
  }
}

.timelineArea--tozai:before {
  color: rgba(61, 87, 125, 0.1);
  content: 'TOZAI LINE';
}

@media print, screen and (min-width: 736px) {
  .timelineArea--tozai .timelineArea__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.timelineArea--tozai .timelineArea__txt {
  border-left: 4px solid #b7c1cf;
}

.timelineArea--tozai .timelineArea__txt .first {
  color: #008ad5;
  -webkit-text-decoration-color: #dadfe6;
          text-decoration-color: #dadfe6;
}

@media screen and (max-width: 736px) {
  .timelineArea--tozai .timelineArea__txt .first {
    margin-right: calc(10 / 390 * 100vw);
  }
}

.timelineArea--tozai .timelineArea__txt .first:after {
  background: url("../img/icon-first-train-tozai.png") no-repeat center center;
}

@media screen and (max-width: 736px) {
  .timelineArea--tozai .timelineArea__txt .first:after {
    top: calc(-10 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .timelineArea + .timelineArea {
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .timelineArea + .timelineArea {
    margin-top: calc(60 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .tozaiSect__head + .tozaiSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 736px) {
  .tozaiSect__head + .tozaiSect__cont {
    margin-top: 32px;
  }
}

.tozaiSect__cont .swipeFigure {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 736px) {
  .tozaiSect__cont .swipeFigure {
    margin-right: -32px;
  }
}

@media screen and (max-width: 736px) {
  .tozaiSect__cont .swipeFigure__inner {
    height: 259px;
  }
}

@media screen and (max-width: 736px) {
  .tozaiSect__cont .swipeFigure__capIn {
    left: 0;
    right: auto;
  }
}

.trafficList {
  margin: 0 auto;
}

@media print, screen and (min-width: 736px) {
  .trafficList {
    width: 1200px;
  }
}

.trafficList__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}

@media print, screen and (min-width: 736px) {
  .trafficList__ttl {
    font-size: 18px;
    gap: 18.5px;
    width: 885px;
  }
}

@media screen and (max-width: 736px) {
  .trafficList__ttl {
    font-size: 16px;
    gap: 11px;
  }
}

.trafficList__ttl:before, .trafficList__ttl:after {
  background: #666666;
  content: '';
  height: 1px;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .trafficList__ttl:before {
    display: none;
  }
}

.trafficList__body {
  display: grid;
}

@media print, screen and (min-width: 736px) {
  .trafficList__body {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 56px;
  }
}

@media screen and (max-width: 736px) {
  .trafficList__body {
    gap: calc(40 / 390 * 100vw) calc(10 / 390 * 100vw);
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}

.trafficList__body + .caption {
  text-align: right;
}

@media screen and (max-width: 736px) {
  .trafficList__body + .caption {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 736px) {
  .trafficList__item {
    padding: 13px 0;
    width: 374px;
  }
}

@media screen and (max-width: 736px) {
  .trafficList__item {
    width: calc(153 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .trafficList__item + .trafficList__item {
    margin-top: 0;
  }
}

.trafficCard__cont {
  border-left: 1px solid #8f8c75;
}

@media print, screen and (min-width: 736px) {
  .trafficCard__cont {
    margin-top: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 736px) {
  .trafficCard__cont {
    margin-top: calc(16 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .trafficCard__cont .txt {
    margin-top: 24px;
    width: 220px;
  }
}

@media screen and (max-width: 736px) {
  .trafficCard__cont .txt {
    line-height: 1.6;
    margin-left: calc(18 / 390 * 100vw);
    margin-top: calc(40 / 390 * 100vw);
  }
}

.trafficCard__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

@media screen and (max-width: 736px) {
  .trafficCard__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: calc(14 / 390 * 100vw);
  }
}

.trafficCard__inner:after {
  background-color: rgba(153, 153, 153, 0.4);
  content: '';
  height: 1px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media print, screen and (min-width: 736px) {
  .trafficCard__inner:after {
    margin: 0 24px 0 21px;
  }
}

@media screen and (max-width: 736px) {
  .trafficCard__inner:after {
    display: none;
  }
}

.trafficCard__station {
  letter-spacing: .05em;
  line-height: 1;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media print, screen and (min-width: 736px) {
  .trafficCard__station {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .trafficCard__station {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 736px) {
  .trafficCard__station .name {
    font-size: 24px;
  }
}

@media screen and (max-width: 736px) {
  .trafficCard__station .name {
    font-size: 22px;
    letter-spacing: 0;
  }
}

.trafficCard__minutes {
  letter-spacing: .05em;
  line-height: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .trafficCard__minutes {
    font-size: 20px;
  }
}

@media screen and (max-width: 736px) {
  .trafficCard__minutes {
    font-size: 18px;
  }
}

.trafficCard__minutes .num {
  color: #8f8c75;
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .05em;
  line-height: .9;
}

@media print, screen and (min-width: 736px) {
  .trafficCard__minutes .num {
    font-size: 40px;
  }
}

@media screen and (max-width: 736px) {
  .trafficCard__minutes .num {
    font-size: 32px;
  }
}

.trafficCard__minutes .option {
  display: block;
  letter-spacing: .05em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 100%;
}

@media print, screen and (min-width: 736px) {
  .trafficCard__minutes .option {
    font-size: 13px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 736px) {
  .trafficCard__minutes .option {
    font-size: calc(14 / 390 * 100vw);
    padding-top: calc(5 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .trafficSect {
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .trafficSect {
    margin-top: calc(100 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .trafficSect__head + .trafficSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 736px) {
  .trafficSect__head + .trafficSect__cont {
    margin-top: 80px;
  }
}

.trafficSect__head + .caption {
  font-family: "Noto Serif", serif;
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 736px) {
  .trafficSect__head + .caption {
    line-height: 1.4;
  }
}

@media print, screen and (min-width: 736px) {
  .access-smart {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 736px) {
  .access-smart {
    padding-bottom: calc(95 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 736px) {
  .access-point {
    padding: 258px 0 160px;
  }
}

@media screen and (max-width: 736px) {
  .access-point {
    padding: calc(95 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .access-route {
    padding: 80px 0 100px;
  }
}

@media screen and (max-width: 736px) {
  .access-route {
    padding: calc(56 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .access-plane {
    margin-bottom: 160px;
    padding: 160px 0;
  }
}

@media screen and (max-width: 736px) {
  .access-plane {
    margin-bottom: calc(80 / 390 * 100vw);
    padding: calc(80 / 390 * 100vw) 0;
  }
}

@media print, screen and (min-width: 736px) {
  .access-line {
    padding-top: 200px;
  }
}

@media screen and (max-width: 736px) {
  .access-line {
    padding-top: 100px;
  }
}

@media print, screen and (min-width: 736px) {
  .access-traffic {
    padding: 100px 0;
  }
}

@media screen and (max-width: 736px) {
  .access-traffic {
    padding: 80px 0;
  }
}

@media print, screen and (min-width: 736px) {
  .access-transfer {
    padding-top: 200px;
  }
}

@media screen and (max-width: 736px) {
  .access-transfer {
    padding-top: 100px;
  }
}

@media print, screen and (min-width: 736px) {
  .access-tozai {
    padding: 100px 0 200px;
  }
}

@media screen and (max-width: 736px) {
  .access-tozai {
    padding: 64px 0 100px;
  }
}

@media print, screen and (min-width: 736px) {
  .access-car {
    padding-top: 200px;
  }
}

@media screen and (max-width: 736px) {
  .access-car {
    padding-top: 100px;
  }
}

@media print, screen and (min-width: 736px) {
  .access-collages {
    padding: 200px 0;
  }
}

@media screen and (max-width: 736px) {
  .access-collages {
    padding: 100px 0;
  }
}
