@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;
  }
}

@media print, screen and (min-width: 736px) {
  .carGuideArea {
    margin-left: calc((((100vw - var(--scrollbar)) - 1320px) / -2) - 60px);
    width: calc(100vw - var(--scrollbar));
  }
}

@media only screen and (min-width: 736px) and (max-width: 1320px) {
  .carGuideArea {
    margin-left: 0;
    width: 100%;
  }
}

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

@media screen and (max-width: 736px) {
  .carGuideArea {
    margin-top: 100px;
  }
}

@media print, screen and (min-width: 736px) {
  .carGuideArea__body {
    display: grid;
    gap: 8px 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.carGuideArea__group {
  display: grid;
}

@media print, screen and (min-width: 736px) {
  .carGuideArea__group {
    gap: 6px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 736px) {
  .carGuideArea__group {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.carGuideArea__group:nth-child(1) .carGuideArea__ttl {
  background-color: #747f67;
}

@media print, screen and (min-width: 736px) {
  .carGuideArea__group:nth-child(1) .carGuideArea__item:nth-child(3) {
    grid-column: auto / span 2;
  }
}

@media screen and (max-width: 736px) {
  .carGuideArea__group:nth-child(1) .carGuideArea__item:nth-child(3) {
    grid-column: 1 / 3;
  }
}

.carGuideArea__group:nth-child(2) .carGuideArea__ttl {
  background-color: #764b79;
}

.carGuideArea__group:nth-child(3) .carGuideArea__ttl {
  background-color: #3c648a;
}

@media print, screen and (min-width: 736px) {
  .carGuideArea__group:nth-child(3) .carGuideArea__item:nth-child(2) {
    grid-column: auto / span 2;
  }
}

@media screen and (max-width: 736px) {
  .carGuideArea__group:nth-child(3) .carGuideArea__item:nth-child(2) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
}

.carGuideArea__group:nth-child(4) .carGuideArea__ttl {
  background-color: #a86d53;
}

@media print, screen and (min-width: 736px) {
  .carGuideArea__group:nth-child(even) .carGuideArea__item:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 2 / 2;
  }
}

@media print, screen and (min-width: 736px) {
  .carGuideArea__item:nth-child(1) {
    grid-column: auto / span 3;
  }
}

.carGuideArea__ttl {
  color: #ffffff;
  letter-spacing: .05em;
  text-align: center;
}

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

@media screen and (max-width: 736px) {
  .carGuideArea__ttl {
    padding: 8px;
  }
}

@media screen and (max-width: 736px) {
  .carGuideArea__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.carGuideArea__ttl .en {
  font-family: "Cormorant Infant", serif;
}

@media print, screen and (min-width: 736px) {
  .carGuideArea__ttl .en {
    font-size: 16px;
    line-height: .7;
  }
}

@media screen and (max-width: 736px) {
  .carGuideArea__ttl .en {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media print, screen and (min-width: 736px) {
  .carGuideArea__ttl .jp {
    font-size: 12px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 736px) {
  .carGuideArea__ttl .jp {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
}

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

.carGuideArea__note {
  padding: 8px;
  text-align: right;
}

.carGuideCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}

.carGuideCard__head {
  height: 100%;
  position: relative;
}

.carGuideCard__head .photo__capIn {
  left: 0;
  right: unset;
}

.carGuideCard__label {
  background-color: rgba(61, 87, 125, 0.9);
  bottom: 0;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media print, screen and (min-width: 736px) {
  .carGuideCard__label {
    padding: 15px 4px;
  }
}

@media screen and (max-width: 736px) {
  .carGuideCard__label {
    padding: 15px 4px;
  }
}

.carGuideCard__icon {
  aspect-ratio: 23 / 12;
  position: absolute;
}

@media print, screen and (min-width: 736px) {
  .carGuideCard__icon {
    right: 4px;
    top: 15px;
    width: 23px;
  }
}

@media screen and (max-width: 736px) {
  .carGuideCard__icon {
    right: 4px;
    top: 15px;
    width: 23px;
  }
}

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

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

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

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

@media print, screen and (min-width: 736px) {
  .carGuideCard__dist {
    font-size: 10px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 736px) {
  .carGuideCard__dist {
    font-size: 10px;
    margin-top: 8px;
  }
}

.carGuideCard__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

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

@media screen and (max-width: 736px) {
  .carGuideCard__cont {
    padding: 16px;
  }
}

.carGuideCard__name {
  line-height: 1.8;
  letter-spacing: .05em;
}

.carGuideCard__name:before {
  content: '';
  display: block;
  height: 0;
  margin-top: calc((1 - 1.8) * .5em);
  width: 0;
}

.carGuideCard__name:after {
  content: '';
  display: block;
  height: 0;
  margin-bottom: calc((1 - 1.8) * .5em);
  width: 0;
}

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

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

.carSect {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .carSect {
    display: grid;
    gap: 80px 60px;
    grid-template-columns: 1fr .80952380952fr;
  }
}

@media screen and (max-width: 736px) {
  .carSect__head .headingCombi .heading + .txt {
    letter-spacing: .03em;
  }
}

@media screen and (max-width: 736px) {
  .carSect__head + .carSect__cont {
    margin-top: 56px;
  }
}

@media print, screen and (min-width: 736px) {
  .carSect__cont {
    grid-row: auto / span 2;
  }
}

.carSect__cont .photo {
  -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);
}

.carSect__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (max-width: 736px) {
  .carSect__bottom {
    margin-top: 48px;
  }
}

.carSect__ttl {
  color: rgba(143, 140, 117, 0.1);
  font-family: "Cormorant Infant", serif;
  margin-left: auto;
}

@media print, screen and (min-width: 736px) {
  .carSect__ttl {
    font-size: 90px;
    line-height: 85px;
    text-indent: -59px;
  }
}

@media screen and (max-width: 736px) {
  .carSect__ttl {
    font-size: 40px;
    line-height: 45px;
    text-indent: -48px;
  }
}

@media print, screen and (min-width: 736px) {
  .carSect__bg {
    margin-right: auto;
    width: 500px;
  }
}

@media screen and (max-width: 736px) {
  .carSect__bg {
    left: -32px;
    position: absolute;
    top: -48px;
    width: 200px;
  }
}

@media print, screen and (min-width: 736px) {
  .carSect__bg .photo__capIn {
    bottom: 80px;
    left: 0;
    right: auto;
  }
}

.directSect {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .directSect__top {
    margin-right: auto;
    width: 885px;
  }
}

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

@media screen and (max-width: 736px) {
  .directSect__head + .directSect__cont {
    margin-top: 56px;
  }
}

.directSect__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) {
  .directSect__cont .swipeFigure {
    margin: 0 -32px;
  }
}

@media screen and (max-width: 736px) {
  .directSect__cont .swipeFigure__inner {
    height: calc(500 / 390 * 100vw);
  }
}

@media screen and (max-width: 736px) {
  .directSect__cont .swipeFigure .figurePlot {
    left: unset;
    right: 16px;
  }
}

.directSect__bottom {
  position: relative;
}

@media print, screen and (min-width: 736px) {
  .directSect__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 736px) {
  .directSect__bottom {
    margin-top: 48px;
  }
}

.directSect__ttl {
  color: rgba(143, 140, 117, 0.1);
  font-family: "Cormorant Infant", serif;
}

@media print, screen and (min-width: 736px) {
  .directSect__ttl {
    font-size: 90px;
    line-height: 85px;
    text-indent: -59px;
  }
}

@media screen and (max-width: 736px) {
  .directSect__ttl {
    font-size: 40px;
    line-height: 45px;
    margin-left: 48px;
    text-indent: -48px;
  }
}

@media print, screen and (min-width: 736px) {
  .directSect__bg {
    margin-right: calc((100vw - 1200px - var(--scrollbar)) / -2);
    width: calc(315px + ((100vw - 1200px - var(--scrollbar)) / 2));
  }
}

@media screen and (max-width: 736px) {
  .directSect__bg {
    position: absolute;
    right: -32px;
    top: -48px;
    width: 180px;
  }
}

.especialSect__ttl {
  color: rgba(61, 87, 125, 0.1);
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0;
  line-height: .7;
  text-align: right;
}

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

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

.especialSect__figure {
  position: relative;
}

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

.especialSect__figure:before, .especialSect__figure:after {
  background: no-repeat center / cover;
  content: '';
  inset: 0;
  position: absolute;
  z-index: 1;
}

.especialSect__figure:before {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 5s ease;
  transition: -webkit-clip-path 5s ease;
  transition: clip-path 5s ease;
  transition: clip-path 5s ease, -webkit-clip-path 5s ease;
}

@media print, screen and (min-width: 736px) {
  .especialSect__figure:before {
    background-image: url("../img/pc/img-especial-01-plot-01.png");
  }
}

@media screen and (max-width: 736px) {
  .especialSect__figure:before {
    background-image: url("../img/sp/img-especial-01-plot-01.png");
  }
}

.especialSect__figure:after {
  opacity: 0;
  -webkit-transition: opacity 2s ease .6s;
  transition: opacity 2s ease .6s;
}

@media print, screen and (min-width: 736px) {
  .especialSect__figure:after {
    background-image: url("../img/pc/img-especial-01-plot-02.png");
  }
}

@media screen and (max-width: 736px) {
  .especialSect__figure:after {
    background-image: url("../img/sp/img-especial-01-plot-02.png");
  }
}

.especialSect__figure .photo:after {
  background: no-repeat center / cover;
  content: '';
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(0, 2%);
          transform: translate(0, 2%);
  -webkit-transition: 2s ease 1s;
  transition: 2s ease 1s;
  z-index: 3;
}

@media print, screen and (min-width: 736px) {
  .especialSect__figure .photo:after {
    background-image: url("../img/pc/img-especial-01-plot-03.png");
  }
}

@media screen and (max-width: 736px) {
  .especialSect__figure .photo:after {
    background-image: url("../img/sp/img-especial-01-plot-03.png");
  }
}

.especialSect__figure.is-animate:before {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%);
}

.especialSect__figure.is-animate:after {
  opacity: 1;
}

.especialSect__figure.is-animate .photo:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

@media screen and (max-width: 736px) {
  .transportCard__visual + .transportCard__desc {
    margin-top: 16px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .transportCard__desc {
    gap: 16px;
  }
}

@media screen and (max-width: 736px) {
  .transportCard__desc {
    gap: 16px;
  }
}

.transportCard__desc:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
  height: 1px;
  width: 100%;
}

.transportGroup {
  background-color: #2c2c2c;
  color: #ffffff;
  position: relative;
}

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

@media screen and (max-width: 736px) {
  .transportGroup {
    padding: 56px 24px;
  }
}

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

@media print, screen and (min-width: 736px) {
  .transportSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

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

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

@media print, screen and (min-width: 736px) {
  .transportSect:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 736px) {
  .transportSect__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

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

@media screen and (max-width: 736px) {
  .transportSect__item {
    width: 200px;
  }
  .transportSect__item:nth-child(odd) {
    margin-left: auto;
  }
  .transportSect__item:nth-child(even) {
    margin-right: auto;
  }
  .transportSect__item + .transportSect__item {
    margin-top: 30px;
  }
}

.transportSect + .caption {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

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

@media screen and (max-width: 736px) {
  .position-especial {
    padding-bottom: 80px;
  }
}

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

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

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

@media screen and (max-width: 736px) {
  .position-transport {
    padding: 100px 0 80px;
  }
}

@media print, screen and (min-width: 736px) {
  .position-car {
    padding: 160px 0 224px;
  }
}

@media screen and (max-width: 736px) {
  .position-car {
    padding: 80px 0 100px;
  }
}
