.p-course__mainvisual {
  z-index: 0;
}
.p-course__mainvisual-image {
  position: relative;
  z-index: 1;
  max-width: 78.9743589744vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}
.p-course__section--bg-blue {
  padding-bottom: 5.1282051282vw;
}
.p-course__lead-sentence {
  font-size: 4.6153846154vw;
  font-weight: var(--fw-bold);
}
.p-course__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.1025641026vw 0;
  margin-top: 6.9230769231vw;
}
.p-course__anchor-list {
  border-right: 2px solid var(--color-blue-primary);
  width: 33.3333333333%;
  text-align: center;
}
.p-course__anchor-list:last-child {
  border-right: none;
}
.p-course__anchor-link {
  position: relative;
  display: block;
  padding: 1.2820512821vw 2.0512820513vw 6.1538461538vw;
}
.p-course__anchor-link::after {
  content: "";
  position: absolute;
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-mask-image: var(--icon-arrow-down);
          mask-image: var(--icon-arrow-down);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color-blue-primary);
}
.p-course__anchor-link--pattern1, .p-course__anchor-link--pattern2 {
  max-width: 14.358974359vw;
}
.p-course__anchor-text {
  font-size: 3.0769230769vw;
  font-weight: var(--fw-bold);
  margin-top: 2.5641025641vw;
}
.p-course__anchor-text span {
  font-size: 4.6153846154vw;
}
.p-course__area {
  padding: 0;
  overflow: hidden;
}
.p-course__area-info {
  padding: 5.1282051282vw;
}
.p-course__area-image {
  width: 100%;
}
.p-course__area-text {
  font-size: 4.1025641026vw;
  font-weight: var(--fw-bold);
  margin-top: 5.8974358974vw;
}
.p-course__area-text + .c-text {
  margin-top: 10.7692307692vw;
}
.p-course__details {
  margin-top: 5.1282051282vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.3333333333vw;
}
.p-course__details-text {
  margin-top: 3.3333333333vw;
}
.p-course__map {
  overflow: hidden;
  height: 153.8461538462vw;
  margin: 0;
}
.p-course__map iframe {
  width: 100%;
  height: 100%;
}
.p-course__route {
  margin-top: 10.2564102564vw;
}
.p-course__route-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 7.6923076923vw;
}
.p-course__route-time {
  font-size: 4.6153846154vw;
  font-weight: var(--fw-bold);
}
.p-course__route-time span {
  color: var(--color-red-primary);
  margin-left: 5.1282051282vw;
}
.p-course__route-spotname {
  margin-top: 2.5641025641vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 3.5897435897vw;
}
.p-course__route-spotname-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-blue-tertiary);
  min-width: 10.2564102564vw;
  min-height: 10.2564102564vw;
  border-radius: 12.8205128205vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 6.1538461538vw;
  font-weight: var(--fw-bold);
  color: var(--color-white);
}
.p-course__route-spotname-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5897435897vw;
  font-size: 4.1025641026vw;
  font-weight: var(--fw-bold);
}
.p-course__route-movetime {
  font-size: 4.1025vw;
}
.p-course__route-move img {
  margin-top: 5.1282051282vw;
}
.p-course__route-movetime {
  position: relative;
  padding: 3.8461538462vw 2.5641025641vw 3.8461538462vw 25.641025641vw;
  background-image: url(/cycy/assets/img/course/bg_grid.svg);
  background-repeat: repeat-y;
  background-position-x: 5.1282051282vw;
  margin-top: 7.6923076923vw;
}
.p-course__route-movetime::after {
  content: "";
  position: absolute;
  width: 9.4871794872vw;
  height: 9.4871794872vw;
  left: 12.8205128205vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: var(--icon-bicycle);
          mask-image: var(--icon-bicycle);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--color-blue-primary);
}
.p-course__route-move .p-grid > p.u-fs-18 {
  margin-top: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .p-course__mainvisual {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    z-index: 1;
  }
  .p-course__mainvisual .l-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1080px;
    margin-inline: auto;
  }
  .p-course__mainvisual-image {
    max-width: 525px;
    margin: 0;
  }
  .p-course__mainvisual.l-section--bg-wave::before {
    bottom: 155px;
    left: 57%;
    width: 560px;
    height: 423px;
  }
  .p-course__mainvisual.l-section--bg-wave::after {
    bottom: 90px;
    height: 190px;
  }
  .p-course__section--bg-blue {
    padding-top: 120px;
    padding-bottom: 60px;
    margin-top: -90px;
  }
  .p-course__lead-sentence {
    font-size: 1.25rem;
    padding-bottom: 84px;
  }
  .p-course__anchor {
    margin-top: 0;
  }
  .p-course__anchor-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 60px 10px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .p-course__anchor-link--pattern1, .p-course__anchor-link--pattern2 {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    max-width: 72px;
  }
  .p-course__anchor-link::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 40px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .p-course__anchor-link:hover::after {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .p-course__anchor-link:hover .p-course__anchor-link--pattern1 {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .p-course__anchor-link:hover .p-course__anchor-link--pattern2 {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  .p-course__anchor-text {
    font-size: 1.125rem;
    margin-top: 0;
  }
  .p-course__anchor-text span {
    font-size: 1.5rem;
  }
  .p-course__area-info {
    padding: 30px;
  }
  .p-course__area-text {
    font-size: 1.25rem;
    font-weight: var(--fw-bold);
    margin-top: 16px;
  }
  .p-course__area-text + .c-text {
    margin-top: 52px;
  }
  .p-course__details {
    margin-top: 60px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-course__details-text {
    margin-top: 40px;
  }
  .p-course__map {
    height: 545px;
  }
  .p-course__route {
    margin-top: 60px;
  }
  .p-course__route-title {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    line-height: 1;
  }
  .p-course__route-title:first-child {
    margin-top: 0;
  }
  .p-course__route-title:first-child .p-course__route-spotname {
    margin-top: 0;
  }
  .p-course__route-time {
    font-size: 1.625rem;
    text-align: center;
    min-width: 3.5em;
    white-space: nowrap;
  }
  .p-course__route-time span {
    font-size: 1.25rem;
    color: var(--color-red-primary);
    margin-left: 0px;
  }
  .p-course__route-spotname {
    gap: 14px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
  .p-course__route-spotname-text {
    font-size: 1.25rem;
  }
  .p-course__route-spotname-number {
    min-width: 40px;
    min-height: 40px;
    border-radius: 50px;
    font-size: 1.5rem;
  }
  .p-course__route-move {
    position: relative;
    padding: 15px 0 15px 120px;
    background-image: url(/cycy/assets/img/course/bg_grid.svg);
    background-repeat: repeat-y;
    background-position-x: 42px;
    margin-top: 30px;
  }
  .p-course__route-move img {
    margin-top: 0px;
    max-width: 408px;
    width: 100%;
  }
  .p-course__route-movetime {
    position: relative;
    padding: 0 0 0 50px;
    background-image: none;
    margin-top: 0px;
    font-size: 1.125rem;
  }
  .p-course__route-movetime::after {
    left: 0px;
    width: 36px;
    height: 36px;
  }
  .p-course__route-move .p-grid + .p-course__route-movetime {
    margin-top: 40px;
  }
  .p-course__route-move .p-grid > p.u-fs-18 {
    margin-top: 0px;
  }
  .p-course__cycy-img:after {
    content: "";
    position: absolute;
    width: 54px;
    height: 60px;
    left: 20px;
    top: 30%;
    background-image: url(/cycy/assets/img/common/cycy-character_logo.webp);
    background-size: 54px 60px;
  }
}