.areaSect {
  background-color: rgba(255, 255, 255, 0.6);
}

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

@media screen and (max-width: 768px) {
  .areaSect {
    margin: 0 calc(-5 / 390 * 100vw);
    padding-bottom: calc(48 / 390 * 100vw);
  }
}

.areaSect__head {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .areaSect__head {
    height: 240px;
  }
}

@media screen and (max-width: 768px) {
  .areaSect__head {
    background: url("../imgs/sp/bg-location.png") repeat center center/100% auto;
  }
}

@media print, screen and (min-width: 768px) {
  .areaSect__head:before {
    background: #e0dcdc;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    content: '';
    height: calc(100% + 6px);
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: -4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: -webkit-clip-path 1s ease;
    transition: -webkit-clip-path 1s ease;
    transition: clip-path 1s ease;
    transition: clip-path 1s ease, -webkit-clip-path 1s ease;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .areaSect__head:before {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .areaSect__head:before {
    width: calc(100% + 2px);
  }
}

@media print, screen and (min-width: 768px) {
  .areaSect__head[data-sai='target'].sai-animate:before {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}

@media screen and (max-width: 768px) {
  .areaSect__head[data-sai='target'].sai-animate:before {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@media screen and (max-width: 768px) {
  .areaSect__head[data-sai='target'].sai-animate .areaSect__bg {
    opacity: 1;
  }
}

.areaSect__head[data-sai='target'].sai-animate .headingCombi {
  opacity: 1;
}

.areaSect__head .headingCombi {
  opacity: 0;
}

@media print, screen and (min-width: 768px) {
  .areaSect__head .headingCombi {
    margin: 0 100px 0 auto;
    padding-top: 50px;
    -webkit-transition: opacity 1s 1s ease;
    transition: opacity 1s 1s ease;
    width: 531px;
  }
}

@media screen and (max-width: 768px) {
  .areaSect__head .headingCombi {
    padding: calc(32 / 390 * 100vw) calc(25 / 390 * 100vw);
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
}

@media print, screen and (min-width: 768px) {
  .areaSect__head .headingCombi .heading {
    font-size: 22px;
    letter-spacing: .05em;
    line-height: 1;
  }
}

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

@media print, screen and (min-width: 768px) {
  .areaSect__head .headingCombi .heading + .txt {
    font-size: 14px;
    margin-top: 24px;
  }
}

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

@media screen and (max-width: 768px) {
  .areaSect__head + .areaSect__cont {
    margin-top: calc(48 / 390 * 100vw);
  }
}

.areaSect__bg {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .areaSect__bg {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .areaSect__bg {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
}

.areaSect__bg:before {
  background-color: #581926;
  content: '';
  height: 3px;
  left: 50%;
  position: absolute;
  top: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.areaSect__cont {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .areaSect__cont .usableList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .areaSect__cont .usableList {
    gap: calc(40 / 390 * 100vw) calc(8 / 390 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 calc(15 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .areaSect__cont .usableList--stationary {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

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

@media screen and (max-width: 768px) {
  .areaSect__cont .usableList + .usableList {
    margin-top: calc(40 / 390 * 100vw);
  }
}

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

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

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

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

.areaSect--kuramae .areaSect__head[data-sai='target'].sai-animate:before {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

@media print, screen and (min-width: 768px) {
  .areaSect--kuramae .areaSect__head .headingCombi {
    margin: 0 auto 0 100px;
  }
}

.areaSect--kuramae .areaSect__head .headingCombi__ttl {
  color: #278581;
}

.areaSect--kuramae .areaSect__bg:before {
  background-color: #278581;
}

@media print, screen and (min-width: 768px) {
  .areaSect--sumida .areaSect__head .headingCombi {
    width: 563px;
  }
}

.areaSect--sumida .areaSect__head .headingCombi__ttl {
  color: #2f4fa1;
}

@media screen and (max-width: 768px) {
  .areaSect--sumida .areaSect__head .headingCombi__ttl {
    letter-spacing: .1em;
  }
}

.areaSect--sumida .areaSect__bg:before {
  background-color: #2f4fa1;
}

.eventBox {
  background: url("../imgs/bg-texture-01_2x.jpg") repeat-y center center;
  background-size: 100% auto;
  -webkit-box-shadow: 0 3px 35px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 35px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .eventBox {
    padding: 20px 56px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .eventBox {
    margin: calc(48 / 390 * 100vw) calc(15 / 390 * 100vw) 0;
    padding: calc(20 / 390 * 100vw) calc(20 / 390 * 100vw) calc(54 / 390 * 100vw);
  }
}

.eventBox__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(88, 25, 38, 0)), color-stop(30%, #581926), color-stop(70%, #581926), to(rgba(88, 25, 38, 0)));
  background: linear-gradient(to right, rgba(88, 25, 38, 0) 0%, #581926 30%, #581926 70%, rgba(88, 25, 38, 0) 100%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

@media screen and (max-width: 768px) {
  .eventBox__head {
    font-size: calc(16 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
  }
}

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

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

@media print, screen and (min-width: 768px) {
  .eventBox__cont .headingCombi {
    text-align: center;
  }
}

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

@media screen and (max-width: 768px) {
  .eventBox__cont .headingCombi .heading {
    font-size: calc(16 / 390 * 100vw);
    line-height: 1.375;
  }
  .eventBox__cont .headingCombi .heading:before {
    content: '';
    margin-top: calc((1 - 1.375) * .5em);
  }
  .eventBox__cont .headingCombi .heading:after {
    margin-bottom: calc((1 - 1.375) * .5em);
  }
  .eventBox__cont .headingCombi .heading:before, .eventBox__cont .headingCombi .heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .eventBox__cont .headingCombi .heading + .txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .eventBox__cont .headingCombi .heading + .txt {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: .05em;
    margin-top: calc(26 / 390 * 100vw);
    line-height: 2;
  }
  .eventBox__cont .headingCombi .heading + .txt:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .eventBox__cont .headingCombi .heading + .txt:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .eventBox__cont .headingCombi .heading + .txt:before, .eventBox__cont .headingCombi .heading + .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .eventBox__bottom {
    display: grid;
    gap: 16px;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    margin-top: 54px;
  }
}

@media screen and (max-width: 768px) {
  .eventBox__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(20 / 390 * 100vw) calc(8 / 390 * 100vw);
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .eventBox__item {
    width: 269px;
  }
}

@media screen and (max-width: 768px) {
  .eventBox__item {
    width: calc(140 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .eventBox__item:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    width: 595px;
  }
}

@media screen and (max-width: 768px) {
  .eventBox__item:first-child {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .eventBox__item:nth-child(2) {
    grid-column: 3 / 3;
    grid-row: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .eventBox__item:nth-child(3) {
    grid-column: 3 / 3;
    grid-row: 2;
  }
}

.eventBox__txt {
  color: #999999;
  font-family: "Noto Serif JP", serif;
}

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

@media screen and (max-width: 768px) {
  .eventBox__txt {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: 0;
    margin-top: calc(10 / 390 * 100vw);
  }
}

.eventDetail {
  border-top: 1px solid #581926;
}

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

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

@media print, screen and (min-width: 768px) {
  .eventDetail__inner {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.eventDetail__inner + .caption {
  letter-spacing: .05em;
}

@media print, screen and (min-width: 768px) {
  .eventDetail__inner + .caption {
    font-size: 10px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .eventDetail__inner + .caption {
    font-size: 10px;
    line-height: 1.6;
    margin-top: calc(6 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .eventDetail__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .eventDetail__head {
    font-size: calc(14 / 390 * 100vw);
    padding-top: calc(26 / 390 * 100vw);
  }
}

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

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

@media screen and (max-width: 768px) {
  .eventDetail__head .photo__image {
    max-width: unset;
    width: 100%;
  }
}

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

@media screen and (max-width: 768px) {
  .eventDetail__head + .eventDetail__cont {
    margin-top: calc(24 / 390 * 100vw);
  }
}

.eventDetail__ttl {
  letter-spacing: .05em;
}

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

@media screen and (max-width: 768px) {
  .eventDetail__ttl {
    font-size: calc(14 / 390 * 100vw);
    line-height: 2;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .eventDetail__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0;
    width: 800px;
  }
}

@media print, screen and (min-width: 768px) {
  .eventDetail__cont .eventDetail__item .photo {
    width: 800px;
  }
}

.eventDetail__cont .eventDetail__item .photo + .caption {
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .introSect__head .headingCombi .heading {
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head .headingCombi .heading {
    letter-spacing: .12em;
  }
}

.introSect__head .headingCombi .heading .line {
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .introSect__head .headingCombi .heading .line {
    height: 20px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head .headingCombi .heading .line {
    height: calc(12 / 390 * 100vw);
    width: calc(28 / 390 * 100vw);
  }
}

.introSect__head .headingCombi .heading .line:before {
  background-color: #333333;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 768px) {
  .introSect__head .headingCombi .heading .line:before {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head .headingCombi .heading .line:before {
    width: calc(16 / 390 * 100vw);
  }
}

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

@media print, screen and (min-width: 768px) {
  .introSect__head .headingCombi .heading + .txt {
    margin-top: 40px;
  }
}

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

@media screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

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

.introSect__cont .zoomFigure:after {
  content: none;
}

.lifeInfoData {
  width: 100%;
}

.lifeInfoData__ttl {
  background-color: #581926;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoData__ttl {
    font-size: 22px;
    margin-bottom: 35px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoData__ttl {
    font-size: calc(16 / 390 * 100vw);
    margin-bottom: calc(30 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) 0;
  }
}

.lifeInfoData__item {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoData__item {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoData__item {
    padding-bottom: calc(20 / 390 * 100vw);
  }
}

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

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

.lifeInfoData__name {
  -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;
  letter-spacing: .05em;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoData__name {
    font-size: 16px;
    gap: 6px;
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoData__name {
    font-size: calc(14 / 390 * 100vw);
    gap: calc(6 / 390 * 100vw);
    width: calc(242 / 390 * 100vw);
  }
}

.lifeInfoData__category {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoData__category {
    font-size: 12px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoData__category {
    font-size: calc(12 / 390 * 100vw);
    line-height: 1.2;
  }
}

.lifeInfoData__txt {
  letter-spacing: 0;
}

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

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

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

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

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

.lifeInfoSect__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../imgs/bg-lifeinfo.jpg") repeat center center/cover;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoSect__head {
    font-size: 30px;
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoSect__head {
    font-size: calc(16 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    margin: 0 calc(-20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lifeInfoSect__cont {
    margin: 80px auto 0;
    width: 800px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .lifeInfoSect__bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 80px auto 0;
    width: 1000px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .lifeInfoSect__inner {
    width: 480px;
  }
}

.locationHeading {
  margin-left: calc(50% - 50vw);
  position: relative;
  width: 100vw;
}

.locationHeading__ttl {
  color: #ffffff;
  font-family: "EB Garamond", serif;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 1s 1s ease;
  transition: opacity 1s 1s ease;
}

@media print, screen and (min-width: 768px) {
  .locationHeading__ttl {
    font-size: calc(40 / 1440 * 100vw);
    left: calc(200 / 1440 * 100vw);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .locationHeading__ttl {
    font-size: calc(28 / 390 * 100vw);
    left: 50%;
    text-shadow: 0 0 20px #581926;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.locationHeading:before {
  background: #e0dcdc;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  content: '';
  height: calc(100% + 2px);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-clip-path 1s ease;
  transition: -webkit-clip-path 1s ease;
  transition: clip-path 1s ease;
  transition: clip-path 1s ease, -webkit-clip-path 1s ease;
  width: 100%;
  z-index: 1;
}

.locationHeading[data-sai='target'].sai-animate:before {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

.locationHeading[data-sai='target'].sai-animate .locationHeading__ttl {
  opacity: 1;
}

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

@media screen and (max-width: 768px) {
  .locationHeading + .locationSect {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__head .headingCombi .heading {
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__head .headingCombi .heading {
    font-size: calc(24 / 390 * 100vw);
    letter-spacing: .12em;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__head .headingCombi .heading + .txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__head .headingCombi .heading + .txt {
    font-size: calc(14 / 390 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .locationSect__head + .locationSect__cont {
    margin-top: calc(40 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .stationSect__head .headingCombi .heading {
    font-size: calc(24 / 390 * 100vw);
  }
}

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

@media screen and (max-width: 768px) {
  .stationSect__head + .stationSect__cont {
    margin-top: calc(32 / 390 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .stationSect__cont .usableList {
    gap: calc(28 / 390 * 100vw) 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__cont .usableList__item {
    width: calc(170 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .stationSect__cont .usableList + .caption {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .stationSect__cont .usableList + .caption {
    margin-top: calc(40 / 390 * 100vw);
  }
}

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

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

.trainBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../imgs/bg-texture-01_2x.jpg") repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.trainBox__head {
  -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;
}

@media print, screen and (min-width: 768px) {
  .trainBox__head {
    padding: 0 40px;
    width: 625px;
  }
}

@media screen and (max-width: 768px) {
  .trainBox__head {
    padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .trainBox__cont {
    width: 375px;
  }
}

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

@media screen and (max-width: 768px) {
  .access-intro {
    padding-top: 48px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .access-location {
    margin-top: calc(56 / 390 * 100vw);
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .access-lifeInfo {
    margin-top: calc(56 / 390 * 100vw);
  }
}
