@charset "UTF-8";
.busSect .sectTtl {
  color: #000000;
  letter-spacing: .08em;
}

@media print, screen and (min-width: 768px) {
  .busSect .sectTtl {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .busSect .sectTtl {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

.busSect .sectTtl sup {
  font-size: 10px;
}

.busSect__head {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .busSect__head {
    margin: 0 auto;
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__head {
    margin: 0 -20px;
  }
}

.busSect__head img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .busSect__info {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__info {
    margin: calc(20 / 750 * 100vw) 20px 0;
  }
}

.busSect__info + .busSect__cap {
  margin-top: 14px;
}

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

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

@media screen and (max-width: 768px) {
  .busSect__detail {
    gap: calc(30 / 750 * 100vw);
  }
}

.busSect__detail--arrival {
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.busSect__detail--arrival .busSect__data {
  letter-spacing: .06em;
}

@media print, screen and (min-width: 768px) {
  .busSect__detail--arrival .busSect__data {
    margin-top: 16px;
  }
}

.busSect__detail--arrival .busSect__data .caption {
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .busSect__detail--arrival .busSect__data .caption:first-child {
    margin-top: calc(8 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .busSect__detail--arrival .busSect__data .caption + .caption {
    margin-top: 1px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__detail--arrival .busSect__data .caption + .caption {
    margin-top: calc(4 / 750 * 100vw);
    padding-left: calc(45 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .busSect__detail + .busSect__detail {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__detail + .busSect__detail {
    margin-top: calc(20 / 750 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .busSect__flight {
    font-size: 28px;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__flight {
    font-size: calc(28 / 750 * 100vw);
    gap: calc(6 / 750 * 100vw);
  }
}

.busSect__flight:before {
  background-color: #000000;
  content: '';
  height: 1px;
  position: absolute;
  -webkit-transform: rotate(-48deg);
          transform: rotate(-48deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}

@media print, screen and (min-width: 768px) {
  .busSect__flight:before {
    bottom: 28px;
    right: 16px;
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__flight:before {
    bottom: calc(28 / 750 * 100vw);
    right: calc(16 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
  }
}

.busSect__flight .large {
  letter-spacing: .1em;
  line-height: .7;
}

@media print, screen and (min-width: 768px) {
  .busSect__flight .large {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__flight .large {
    font-size: calc(50 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .busSect__flight .day {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__flight .day {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.busSect__min {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .busSect__min {
    font-size: 28px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__min {
    font-size: calc(20 / 750 * 100vw);
    padding-left: calc(10 / 750 * 100vw);
  }
}

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

.busSect__min .num {
  line-height: .9;
}

@media print, screen and (min-width: 768px) {
  .busSect__min .num {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__min .num {
    font-size: calc(50 / 750 * 100vw);
  }
}

.busSect__data {
  letter-spacing: .1em;
}

@media print, screen and (min-width: 768px) {
  .busSect__data {
    font-size: 22px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__data {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    text-align: left;
  }
}

.busSect__data .caption {
  color: #000000;
  letter-spacing: 0;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .busSect__data .caption {
    font-size: 14px;
    margin-top: 6px;
  }
}

.busSect__cap {
  color: #000000;
  font-size: 10px;
  letter-spacing: .06em;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .busSect__cap {
    margin: 0 20px;
  }
}

.busSect__cap:nth-of-type(1) {
  margin-bottom: 6px;
}

.busSect__items {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .busSect__items {
    gap: 0 50px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__items {
    gap: 32px 0;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
}

.busSect__items + .caption {
  color: #333333;
  letter-spacing: 0;
  margin-top: 14px;
  text-align: right;
}

.busSect__item .photo img {
  display: block;
  height: auto;
  width: 100%;
}

.busSect__item .txt {
  color: #766629;
  line-height: 1.6;
  margin-top: 12px;
}

@media print, screen and (min-width: 768px) {
  .busSect__item .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .busSect__item .txt {
    font-size: 12px;
  }
}

.commuteSim .sectTtl {
  background-color: #528a90;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  .commuteSim__inner {
    margin-inline: auto;
    margin-top: 30px;
    max-width: 1008px;
  }
}

@media screen and (max-width: 768px) {
  .commuteSim__inner {
    margin-top: 32px;
  }
}

.commuteSim .photo img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .commuteSim .swipeFigure__inner {
    height: calc(700 / 750 * 100vw);
  }
}

.commuteSim .caption {
  color: #333333;
  font-size: 10px;
  letter-spacing: .06em;
  line-height: 1.6;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .commuteSim .caption {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .commuteSim .caption {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .commuteSim + .commuteSim {
    margin-top: 30px;
  }
}

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

.durationLists {
  display: grid;
  grid-template-columns: 1fr;
}

@media print, screen and (min-width: 768px) {
  .durationLists {
    gap: 60px 0;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .durationLists {
    gap: 40px 0;
    margin-top: 50px;
  }
}

.durationLists .durationList {
  margin-top: 0;
}

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

@media screen and (max-width: 768px) {
  .durationList {
    margin-top: 50px;
  }
}

.durationList .sectTtl {
  background-color: #5f9994;
  -webkit-box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
          box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
  color: #ffffff;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .04em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .durationList .sectTtl {
    font-size: 22px;
    line-height: 1.2;
    padding: 22px 0;
  }
}

@media screen and (max-width: 768px) {
  .durationList .sectTtl {
    font-size: 16px;
    line-height: 1.4;
    padding: 16px 0;
  }
}

.durationList__items {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .durationList__items {
    gap: 30px 60px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .durationList__items {
    gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}

.durationList .item {
  color: #000000;
  position: relative;
}

.durationList .item .title {
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .durationList .item .title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .durationList .item .title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 8px;
  }
}

.durationList .item .title .main {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .durationList .item .title .main {
    font-size: 28px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 768px) {
  .durationList .item .title .main {
    font-size: 22px;
    padding-top: 3px;
  }
}

.durationList .item .title .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .durationList .item .title .sub {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .durationList .item .title .sub {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 28px;
  }
}

.durationList .item .title .sub .font-en {
  font-family: "Cinzel", serif;
  line-height: 1;
}

.durationList .item .title .sub .text-beige {
  color: #cc5277;
}

.durationList .item .title .self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media print, screen and (min-width: 768px) {
  .durationList .item .title .text-lm {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .durationList .item .title .text-lm {
    font-size: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .durationList .item .title .text-sm {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .durationList .item .title .text-sm {
    font-size: 18px;
  }
}

.durationList .item .title .text-xs {
  font-size: 12px;
  letter-spacing: 0;
}

.durationList .item .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  letter-spacing: 0;
  line-height: 1.4;
  list-style: none;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .durationList .item .note {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .durationList .item .note {
    font-size: 10px;
    margin-top: 6px;
  }
}

.durationCaption {
  color: #000000;
  letter-spacing: 0;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .durationCaption {
    font-size: 12px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .durationCaption {
    font-size: 10px;
    margin-top: 32px;
  }
}

.durationCaption p + p {
  margin-top: 12px;
}

.durationCaption .strong {
  font-weight: 700;
}

.introductionSect {
  position: relative;
}

.introductionSect__head {
  position: relative;
}

.introductionSect__head .heading {
  color: #000000;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .introductionSect__head .heading {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head .heading {
    font-size: 20px;
  }
}

.introductionSect__lead {
  color: #000000;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .introductionSect__lead {
    font-size: 14px;
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__lead {
    font-size: 12px;
    letter-spacing: .06em;
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .introductionSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont {
    margin-top: 40px;
  }
}

.introductionSect .caption {
  color: #766629;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .introductionSect .caption {
    font-size: 12px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect .caption {
    font-size: 10px;
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .railwayMap {
    margin-inline: auto;
    margin-top: 60px;
    max-width: 1008px;
  }
}

@media screen and (max-width: 768px) {
  .railwayMap {
    margin-inline: -30px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .railwayMap .swipeFigure__inner {
    height: calc(520 / 750 * 100vw);
  }
}

.stationGallery {
  display: grid;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .stationGallery {
    grid-template-columns: repeat(5, 1fr);
    margin: 0 -100px;
  }
}

@media screen and (max-width: 768px) {
  .stationGallery {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: calc(-50vw + 50%);
    width: 100vw;
  }
}

.stationGallery__item {
  display: grid;
  grid-template-areas: 'stack';
  letter-spacing: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .stationGallery__item--wide {
    grid-column: 1 / -1;
  }
}

.stationGallery__item .txt {
  align-self: center;
  color: #ffffff;
  grid-area: stack;
  line-height: 1;
  position: relative;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.stationGallery__item .txt .title {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .stationGallery__item .txt .title {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .stationGallery__item .txt .title {
    font-size: calc(43 / 750 * 100vw);
  }
}

.stationGallery__item .txt .duration {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .stationGallery__item .txt .duration {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .stationGallery__item .txt .duration {
    margin-top: 8px;
  }
}

.stationGallery__item .txt .duration__time {
  font-family: "Cinzel", serif;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .stationGallery__item .txt .duration__time {
    font-size: 72px;
  }
}

@media screen and (max-width: 768px) {
  .stationGallery__item .txt .duration__time {
    font-size: calc(86 / 750 * 100vw);
  }
}

.stationGallery__item .txt .duration__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 6px;
  text-align: left;
}

.stationGallery__item .txt .duration__min {
  font-family: "Cinzel", serif;
}

@media print, screen and (min-width: 768px) {
  .stationGallery__item .txt .duration__min {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .stationGallery__item .txt .duration__min {
    font-size: calc(43 / 750 * 100vw);
  }
}

.stationGallery__item .txt .duration__note {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .stationGallery__item .txt .duration__note {
    font-size: 14px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 768px) {
  .stationGallery__item .txt .duration__note {
    font-size: calc(16 / 750 * 100vw);
    letter-spacing: 0;
  }
}

.stationGallery__item .photo {
  grid-area: stack;
  overflow: hidden;
  position: relative;
}

.stationGallery__item .photo:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.55) 100%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.stationGallery__item .photo__capIn {
  z-index: 2;
}

.stationGallery__item .photo img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.trainSchedule__head {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .trainSchedule__head {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .trainSchedule__head {
    margin-bottom: 32px;
  }
}

.trainSchedule__lead {
  color: #000000;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .06em;
  line-height: 1.6;
}

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

@media screen and (max-width: 768px) {
  .trainSchedule__lead {
    font-size: 20px;
  }
}

.trainSchedule__lead .num {
  color: #cc5277;
  font-family: "Cinzel", serif;
}

@media print, screen and (min-width: 768px) {
  .trainSchedule__lead .num {
    font-size: 30px;
    margin-inline: 4px;
  }
}

@media screen and (max-width: 768px) {
  .trainSchedule__lead .num {
    font-size: 28px;
    margin-inline: 2px;
  }
}

.trainSchedule__inner {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .trainSchedule__inner {
    gap: 0 48px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .trainSchedule__inner {
    gap: 32px 0;
    grid-template-columns: 1fr;
  }
}

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

.trainSchedule__block .photo {
  margin: 0 auto;
  max-width: 491px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .trainSchedule__block .photo {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .trainSchedule__block .photo {
    margin-bottom: 20px;
  }
}

.trainSchedule__block .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.trainSchedule__block .photo__capOut {
  letter-spacing: .06em;
}

.trainSchedule__heading {
  color: #000000;
  letter-spacing: 0;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .trainSchedule__heading {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .trainSchedule__heading {
    font-size: 12px;
    margin-bottom: 12px;
  }
}

.trainSchedule .caption {
  color: #766629;
  line-height: 1.6;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .trainSchedule .caption {
    font-size: 12px;
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .trainSchedule .caption {
    font-size: 10px;
    margin-top: 24px;
  }
}

/* === wrap === */
@media print, screen and (min-width: 768px) {
  .wrap {
    margin-inline: auto;
    max-width: 1008px;
  }
  .wrap:has(.keyVisual) {
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
    padding-inline: 30px;
  }
}

/* === ページ局所ブロック === */
.access-introduction {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .access-introduction {
    padding: 64px 0;
  }
}

.access-schedule {
  background: #f5f8f7;
}

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

@media screen and (max-width: 768px) {
  .access-schedule {
    padding: 64px 0 0;
  }
}

.access-commuteSim {
  background: #f5f8f7;
}

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

@media screen and (max-width: 768px) {
  .access-commuteSim {
    padding: 64px 0;
  }
}

.access-bus {
  background: #fafafb;
}

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

@media screen and (max-width: 768px) {
  .access-bus {
    padding: 64px 0;
  }
}

/* === ローカル keyVisual (Phase 1 / shukugawara2 抜粋ベース、Phase 2 で共通化候補) === */
.keyVisual {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .keyVisual {
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 63px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual {
    margin: 0 -30px;
  }
}

.keyVisual__bg {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__bg {
    -webkit-box-shadow: 0 0 16px rgba(102, 102, 102, 0.2);
            box-shadow: 0 0 16px rgba(102, 102, 102, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__bg {
    -webkit-box-shadow: 0 0 16px rgba(102, 102, 102, 0.1);
            box-shadow: 0 0 16px rgba(102, 102, 102, 0.1);
  }
}

.keyVisual__picture {
  display: block;
  width: 100%;
}

.keyVisual__image {
  display: block;
  height: auto;
  width: 100%;
}

.keyVisual__ttl {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #ffffff;
  display: block;
  font-family: "Cinzel", serif;
  left: 0;
  letter-spacing: .06em;
  line-height: .7;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl {
    bottom: 0;
    font-size: 80px;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl {
    bottom: 0;
    font-size: 44px;
    padding: 10px;
    text-align: center;
  }
}

.keyVisual__ttl:after {
  background-color: rgba(102, 102, 102, 0.2);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.keyVisual__capIn {
  bottom: 5px;
  position: absolute;
  right: 5px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .keyVisual__capIn {
    bottom: 55px;
  }
}

.keyVisual__capIn[data-color='sdw-wh'] {
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.keyVisual__capIn[data-color='white'] {
  color: #ffffff;
}

/* === ローカル sectTtl (Phase 1) === */
.sectTtl {
  color: #766629;
  font-family: "Cinzel", serif;
  letter-spacing: 0;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .sectTtl {
    font-size: 22px;
    line-height: .8;
    margin: 0 auto;
    max-width: 1008px;
    padding: 22px 0;
  }
}

@media screen and (max-width: 768px) {
  .sectTtl {
    font-size: 18px;
    line-height: 1.2;
    padding: 18px 0;
  }
}

/* === ヘディングモディファイア (Phase 1 ローカル) === */
.heading--center {
  text-align: center;
}

.txt--center {
  text-align: center;
}
