@media screen and (min-width: 769px) {
  .accessCardGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .accessCardGroup {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .accessCard {
    width: 250px;
  }
}

.accessCard__head {
  position: relative;
}

.accessCard__head .photo + .caption {
  letter-spacing: 0;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 769px) {
  .accessCard__head .photo + .caption {
    bottom: -25px;
  }
}

@media (max-width: 768px) {
  .accessCard__head .photo + .caption {
    bottom: -20px;
  }
}

@media (max-width: 768px) {
  .accessCard + .accessCard {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .accessCard .trainDetail {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .accessCard .trainDetail {
    margin-top: 15px;
  }
}

.activestyleCard__ttl {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .activestyleCard__ttl {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .activestyleCard__ttl {
    font-size: 16px;
  }
}

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

@media screen and (min-width: 769px) {
  .activestyleCard__txtArea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .activestyleCard__txtArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(37 / 750 * 100vw);
  }
}

.activestyleCard__txtArea .name {
  letter-spacing: .08em;
  line-height: 1.66667;
}

.activestyleCard__txtArea .name:before {
  content: '';
  margin-top: calc((1 - 1.66667) * .5em);
}

.activestyleCard__txtArea .name:after {
  margin-bottom: calc((1 - 1.66667) * .5em);
}

.activestyleCard__txtArea .name:before, .activestyleCard__txtArea .name:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .activestyleCard__txtArea .name {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 165px);
            flex: 0 0 calc(100% - 165px);
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .activestyleCard__txtArea .name {
    font-size: calc(28 / 750 * 100vw);
  }
}

.activestyleCard__txtArea .distance {
  letter-spacing: .14em;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .activestyleCard__txtArea .distance {
    font-size: 18px;
    text-align: right;
    width: 150px;
  }
}

@media (max-width: 768px) {
  .activestyleCard__txtArea .distance {
    font-size: calc(24 / 750 * 100vw);
  }
}

.activestyleCard__txtArea .distance .num {
  color: #880114;
  font-family: "Libre Caslon Display", serif;
}

@media screen and (min-width: 769px) {
  .activestyleCard__txtArea .distance .num {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .activestyleCard__txtArea .distance .num {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .activestyleCard__txtArea .distance .small {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .activestyleCard__txtArea .distance .small {
    font-size: calc(20 / 750 * 100vw);
  }
}

.activestyleCard__txtArea .time,
.activestyleCard__txtArea .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .08em;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .activestyleCard__txtArea .time,
  .activestyleCard__txtArea .close {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .activestyleCard__txtArea .time,
  .activestyleCard__txtArea .close {
    font-size: calc(20 / 750 * 100vw);
  }
}

.activestyleCard__txtArea .time .ttl,
.activestyleCard__txtArea .close .ttl {
  line-height: 2;
  width: 5em;
}

.activestyleCard__txtArea .time .txt,
.activestyleCard__txtArea .close .txt {
  line-height: 2;
  width: calc(100% - 5em);
}

@media screen and (min-width: 769px) {
  .activestyleCard__txtArea .time .txt,
  .activestyleCard__txtArea .close .txt {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .activestyleCard__txtArea .time .txt,
  .activestyleCard__txtArea .close .txt {
    font-size: calc(20 / 750 * 100vw);
  }
}

.activestyleCard__txtArea .close .ttl {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

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

@media screen and (min-width: 769px) {
  .activestyleSlider {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  .activestyleSlider {
    margin-right: calc(50% - 50vw);
    margin-top: 40px;
  }
}

.activestyleSlider__ttl {
  border-bottom: 1px solid #d0cdcd;
}

@media screen and (min-width: 769px) {
  .activestyleSlider__ttl {
    font-size: 20px;
    margin-bottom: 40px;
    padding-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .activestyleSlider__ttl {
    margin-bottom: 20px;
    margin-right: 40px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .activestyleSlider__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (min-width: 769px) {
  .activestyleSlider__item {
    width: 320px;
  }
}

@media screen and (min-width: 769px) {
  .activestyleTitle + .activestyleSlider {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .activestyleTitle + .activestyleSlider {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.activestyleSlider .swiper-button-prev,
.activestyleSlider .swiper-button-next {
  background: none;
  height: 100%;
  outline: none;
  top: 0;
}

@media screen and (min-width: 769px) {
  .activestyleSlider .swiper-button-prev,
  .activestyleSlider .swiper-button-next {
    display: none;
    width: 50vw;
  }
}

@media (max-width: 768px) {
  .activestyleSlider .swiper-button-prev,
  .activestyleSlider .swiper-button-next {
    width: 50%;
  }
}

.activestyleSlider .swiper-button-prev {
  cursor: url("../../common/imgs/icon-arrow-prev.png"), pointer;
}

@media screen and (min-width: 769px) {
  .activestyleSlider .swiper-button-prev {
    left: calc((100vw - 1040px) / -2);
  }
}

@media (max-width: 768px) {
  .activestyleSlider .swiper-button-prev {
    left: 0;
  }
}

.activestyleSlider .swiper-button-next {
  cursor: url("../../common/imgs/icon-arrow-next.png"), pointer;
}

@media screen and (min-width: 769px) {
  .activestyleSlider .swiper-button-next {
    right: calc((100vw - 1040px) / -2);
  }
}

@media (max-width: 768px) {
  .activestyleSlider .swiper-button-next {
    right: 0;
  }
}

@media screen and (min-width: 769px) {
  .directFeature .generalColumn__item {
    width: 480px;
  }
}

@media (max-width: 768px) {
  .directFeature .generalColumn__item:first-child {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (min-width: 769px) {
  .directFeature .generalColumn__item:not(:first-child) {
    width: 520px;
  }
}

@media (max-width: 768px) {
  .directFeature .generalColumn__item:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .domaFeature .generalColumn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
}

@media screen and (min-width: 769px) {
  .domaFeature .generalColumn__item {
    width: 480px;
  }
}

@media screen and (min-width: 769px) {
  .domaFeature .generalColumn__item:first-child {
    margin-left: calc(50% - 50vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 768px) {
  .domaFeature .generalColumn__item:first-child {
    margin-left: calc(50% - 50vw);
    margin-top: 40px;
    width: 100vw;
  }
}

@media screen and (min-width: 769px) {
  .domaFeature .generalColumn__item:first-child .photo__image {
    width: 1240px;
  }
}

@media screen and (min-width: 769px) {
  .domaFeature .generalColumn__item:not(:first-child) {
    width: 780px;
  }
}

@media screen and (min-width: 769px) {
  .domaFeature .activestyleSlider {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .domaItemFeature {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .domaItemFeature {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .domaItemFeature .generalColumn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 70px;
  }
}

@media screen and (min-width: 769px) {
  .domaItemFeature .generalColumn__item:first-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .domaItemFeature .generalColumn__item:first-child {
    margin-left: calc(50% - 50vw);
    margin-top: 40px;
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .domaItemFeature .generalColumn__item .touchFigure {
    height: calc(600 / 750 * 100vw);
    margin: 0;
  }
}

@media (max-width: 768px) {
  .domaItemFeature .generalColumn__item .touchFigure__spIcon {
    left: calc(20 / 750 * 100vw);
    position: absolute;
    top: calc(-40 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .leadSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: calc(50% - 50vw);
    margin-top: 200px;
  }
}

@media (max-width: 768px) {
  .leadSection {
    margin-left: calc(50% - 50vw);
    margin-top: 100px;
    width: 100vw;
  }
}

@media screen and (min-width: 769px) {
  .leadSection .photo {
    width: 620px;
  }
}

@media (max-width: 768px) {
  .sharingFeature .sectTitle .en {
    letter-spacing: -.005em;
  }
}

@media screen and (min-width: 769px) {
  .sharingFeature .generalColumn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}

@media screen and (min-width: 769px) {
  .sharingFeature .generalColumn__item {
    width: 480px;
  }
}

@media screen and (min-width: 769px) {
  .sharingFeature .generalColumn__item:first-child {
    width: 780px;
  }
}

@media screen and (min-width: 769px) {
  .sharingFeature .generalColumn__item:not(:first-child) {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sharingFeature .generalColumn__item:not(:first-child) {
    margin-left: calc(50% - 50vw);
    margin-top: 40px;
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .sharingFeature .generalColumn__item:not(:first-child) .touchFigure {
    height: calc(600 / 750 * 100vw);
    margin: 0;
  }
}

@media (max-width: 768px) {
  .sharingFeature .generalColumn__item:not(:first-child) .touchFigure__spIcon {
    left: unset;
    position: absolute;
    right: calc(20 / 750 * 100vw);
    top: calc(-40 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .showerFeature {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  .showerFeature {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .showerFeature .generalColumn {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 80px;
  }
}

@media screen and (min-width: 769px) {
  .showerFeature .generalColumn__item {
    width: 480px;
  }
}

@media screen and (min-width: 769px) {
  .showerFeature .generalColumn__item:first-child {
    width: 780px;
  }
}

@media screen and (min-width: 769px) {
  .showerFeature .generalColumn__item:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .showerFeature .generalColumn__item:nth-of-type(2) .photo {
    width: 480px;
  }
}

@media (max-width: 768px) {
  .showerFeature .generalColumn__item:nth-of-type(2) .photo + .photo {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .trainDetail__route {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .trainDetail__route {
    font-size: 12px;
  }
}

.trainDetail__info {
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .trainDetail__info {
    font-size: 16px;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  .trainDetail__info {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .trainDetail__info .large {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .trainDetail__info .large {
    font-size: 22px;
  }
}

.trainDetail__info .num {
  color: #880114;
  font-family: "Libre Caslon Display", serif;
}

@media screen and (min-width: 769px) {
  .trainDetail__info .num {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .trainDetail__info .num {
    font-size: 26px;
  }
}

@media screen and (min-width: 769px) {
  .trainDetail--large .trainDetail__route {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .trainDetail--large .trainDetail__route {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .trainDetail--large .trainDetail__info {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .trainDetail--large .trainDetail__info {
    font-size: 22px;
  }
}

@media screen and (min-width: 769px) {
  .trainDetail--large .trainDetail__info .large {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .trainDetail--large .trainDetail__info .large {
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  .trainDetail--large .trainDetail__info .num {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .trainDetail--large .trainDetail__info .num {
    font-size: 36px;
  }
}

.trainDetail--large .trainDetail__info .meter {
  font-family: "Libre Caslon Display", serif;
}

@media screen and (min-width: 769px) {
  .trainDetail--large .trainDetail__info .meter {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .trainDetail--large .trainDetail__info .meter {
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  .trainDetail + .txt {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .trainDetail + .txt {
    margin-top: 35px;
  }
}

@media screen and (min-width: 769px) {
  .activestyle-direct {
    margin-top: 160px;
  }
}

@media (max-width: 768px) {
  .activestyle-direct {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .activestyle-sharing {
    margin-top: 160px;
  }
}

@media (max-width: 768px) {
  .activestyle-sharing {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  .activestyle-doma {
    margin: 160px auto;
  }
}

@media (max-width: 768px) {
  .activestyle-doma {
    margin: 80px auto;
  }
}
