/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--02 a {
  color: #0B8943;
}

.page-access .l-page-wrapper {
  overflow: hidden;
}

.c-contents {
  background: none;
}
.m-page-mv__body .mv-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.6))
  drop-shadow(0 0 4px rgba(0,0,0,0.6))
  drop-shadow(0 0 4px rgba(0,0,0,0.6));
}
@media only screen and (max-width: 767px) {
  .m-page-mv__body .mv-txt p {
    width: 90%;
    margin: 0 auto;
  }
  .m-page-mv__body .mv-txt img {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/

/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-intro
---------------------------------------------------------------------------*/
.m-intro {
  padding: 0;
  background: #fff;
}
.m-intro__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 120px 10px 100px;
}
.m-intro__body {
  text-align: center;
}
.m-intro__lead {
  display: none;
}
.m-intro__txt {
  margin-top: 0;
  font-size: 20px;
}
.m-intro__logo {
  width: 35%;
  margin: 0 0 60px;
}
.m-intro__logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .m-intro {
    margin-top: calc(var(--vh) * -100);
    background: none;
  }
  .m-intro.active .m-intro__body-img::before {
    opacity: 0.55;
  }
  .m-intro.active .m-intro__txt {
    opacity: 1;
  }
  .m-intro__inner {
    display: block;
    padding: 0;
  }
  .m-intro__body-img {
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100vh;
    background: #000;
  }
  @keyframes concept-bg {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(calc(-90% + 100vw));
    }
  }
  .m-intro__body-img::before {
    content: '';
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: -20;
    width: 100%;
    width: 130vh;
    min-width: 200%;
    height: 100vh;
    background: url(../../img/concept/img_mv.webp) center center no-repeat;
    background-size: cover;
    animation: concept-bg 8s ease-in-out;
    animation-fill-mode: forwards;
    transform: translateX(calc(-100% + 100vw));
    transition: opacity 1s;
  }
  .m-intro__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .m-intro__lead {
    display: block;
    margin-bottom: 50vh;
    color: #fff;
    font-size: 20px;
  }
  .m-intro__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: #fff;
    font-size: 15px;
    line-height: 2.5;
    opacity: 0;
    transition: opacity 1s;
  }
  .m-intro__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    width: 100%;
    /* height: 100vh; */
    margin: 0;
    padding: 200px 0 100px;
    background: #fff;
  }
  .m-intro__logo-txt {
    width: 80%;
    margin: 0 auto;
  }
}

.m-content {
  position: relative;
  z-index: -1;
}
.m-content__txt {
  position: sticky;
  top: 100px;
  z-index: calc(var(--indent) + 10);
  width: 100%;
  height: 0;
  padding: 0 10%;
  color: #fff;
  font-size: 18px;
  line-height: 2;
}
.m-content__txt.__item_1 .m-content__txt_1 {
  width: 444px;
}
.m-content__txt.__item_2 > div {
  align-items: flex-end;
}
.m-content__txt.__item_2 .m-content__txt_1,
.m-content__txt.__item_2 .m-content__txt_2 {
  width: 440px;
}
.m-content__txt.__item_2 .m-content__txt_2 {
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.4));
}
.m-content__txt.__item_3 .m-content__txt_1 {
  width: 465px;
}
.m-content__txt img {
  width: 100%;
  height: auto;
}
.m-content__txt > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: calc(66vw - 100px);
  max-height: calc(100vh - 100px);
  padding: 6vw 0;
}
.m-content__txt_1 {
  margin: 0 0 20px;
}
.m-content__txt_2 {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 20px;
  line-height: 2.22;
}

@media only screen and (min-width: 768px) {
.m-content__txt.__item_3 .m-content__txt_2 {
  color: #000;
}
}
.m-content__txt_2 span {
  display: inline-block;
}
.m-content__img {
  position: relative;
  display: flex;
  position: sticky;
  top: 0px;
  z-index: calc(var(--indent) + 5);
}
.m-content__img figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.m-content__img.l_bg figure::before {
  background: linear-gradient(111deg, rgba(0, 0, 0, 0.60) 4.5%, rgba(0, 0, 0, 0.00) 63.53%);
}
.m-content__img.r_bg figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: linear-gradient(257deg, rgba(0, 0, 0, 0.60) 4.5%, rgba(0, 0, 0, 0.00) 63.53%);
}
.m-content__img.img_1._bktxt figure::before {
  background: linear-gradient(111deg, rgba(0, 0, 0, 0.60) 4.5%, rgba(0, 0, 0, 0.00) 63.53%);
}
.m-content__img.img_3.l_bg._bktxt figure::before {
  background: linear-gradient(111deg, rgba(255, 255, 255, 0.40) 4.5%, rgba(255, 255, 255, 0.00) 83.53%);
}

@media only screen and (max-width: 767px) {
  .m-content__img._bktxt figure::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 4.5%, rgba(255, 255, 255, 0.00) 83.53%);
  }
  .m-content__img.l_bg figure::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 4.5%, rgba(0, 0, 0, 0.00) 83.53%);
  }
  .m-content__img.r_bg figure::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 4.5%, rgba(0, 0, 0, 0.00) 83.53%);
  }
  .m-content__img._bktxt figure::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 4.5%, rgba(255, 255, 255, 0.00) 83.53%);
  }
  .m-content__img.img_3 figure::before,
  .m-content__img.img_3.l_bg._bktxt figure::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 4.5%, rgba(0, 0, 0, 0.00) 83.53%);
  }
  .m-content__img.img_1._bktxt figure::before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 4.5%, rgba(255, 255, 255, 0.00) 83.53%);
  }

}



.m-content__img figure {
  flex: 1;
  position: relative;
}
.m-content__img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.m-content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media only screen and (max-width: 960px) {
  .m-content__txt {
    padding: 0 5%;
    font-size: 15px;
  }
  .m-content__txt.__item_1 .m-content__txt_1 {
    width: 372px;
  }
  .m-content__txt.__item_2 .m-content__txt_1,
  .m-content__txt.__item_2 .m-content__txt_2 {
    width: 375px;
  }
  .m-content__txt.__item_3 .m-content__txt_1 {
    width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .m-content {
    opacity: 0;
    height: calc(1000px * 6);
    transition: opacity 0.5s;
  }
  .m-content._fix {
    opacity: 1;
  }
  .m-content__inner {
    overflow: auto;
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100vh;
    font-size: 0;
  }
  .m-content__list {
    display: inline-flex;
    justify-content: flex-start;
    height: 100vh;
  }
  .m-content__txt {
    top: 0;
    left: 0;
    width: 0;
    padding: 0;
    font-size: 13px;
    filter: brightness(0);
    transition: filter 0.2s;
  }
  .m-content__txt._rev {
    filter: brightness(1);
  }
  .m-content__txt.__item_1 .m-content__txt_1,
  .m-content__txt.__item_1 .m-content__txt_2,
  .m-content__txt.__item_2 .m-content__txt_1,
  .m-content__txt.__item_2 .m-content__txt_2,
  .m-content__txt.__item_3 .m-content__txt_1,
  .m-content__txt.__item_3 .m-content__txt_2 {
    width: 88%;
    max-width: 88%;
  }
  .m-content__txt.__item_2 .m-content__txt_2 {
    filter: none;
  }
  .m-content__txt > div {
    align-items: center;
    justify-content: flex-end;
    width: 100vw;
    height: 100vh;
    max-height: none;
    padding: 24vw 0;
  }
  .m-content__txt_1,
  .m-content__txt_2 {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
  }
  .m-content__txt_1 {
    margin-bottom: 15px;
  }
  .m-content__txt_2 {
    font-size: 14.5px;
  }
  .m-content__img {
    display: block;
    position: relative;
    top: 0;
    height: 100vh;
    min-height: auto;
    white-space: nowrap;
  }
  .m-content__img figure {
    display: inline-block;
    height: 100%;
  }
  .m-content__img img {
    width: auto;
    height: 100%;
    object-fit: initial;
  }
}

.m-illustration {
  padding: 55px 0 0;
  background: #fff;
}
.m-illustration__box {
  display: flex;
  justify-content: center;
  width: 92%;
  max-width: 1000px;
  border: 1px solid #000;
  margin: 0 auto;
  padding: 40px 0;
}
.m-illustration__img {
  width: 21%;
}
.m-illustration__img img {
  width: 100%;
  height: auto;
}
.m-illustration__txt {
  width: 63%;
  margin-left: 3.5%;
  font-family: "Noto Serif JP", serif, sans-serif;
}
.m-illustration__txt-name {
  margin: 0 0 10px;
}
.m-illustration__txt-name ._name_1 {
  font-size: 14px;
  letter-spacing: 0.2em;
}
.m-illustration__txt-name ._name_2 {
  display: flex;
  font-size: 24px;
  letter-spacing: 0.3em;
}
.m-illustration__txt-name ._name_2 > span + span {
  position: relative;
  margin-left: 15px;
  padding-left: 18px;
}
.m-illustration__txt-name ._name_2 > span + span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  background: #000;
  transform: translateY(-50%);
}
.m-illustration__txt-prf {
  margin-bottom: -5px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .m-illustration__box {
    display: block;
    width: calc(100% - 40px);
    padding: 40px 0;
  }
  .m-illustration__img, 
  .m-illustration__txt {
    width: 83%;
    margin: 0 auto;
  }
  .m-illustration__img {
    margin-bottom: 30px;
  }
  .m-illustration__txt-name {
    margin-bottom: 20px;
  }
  .m-illustration__txt-name ._name_1 {
    margin-bottom: 5px;
  }
  .m-illustration__txt-prf {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sec-walk__hdg {
    font-size: 3.02vw;
  }
}

@media only screen and (max-width: 767px) {
  .m-page-mv__hdg {
    color: #00375A;
  }
  
  .m-page-mv {
    z-index: 20;
  }
  .m-page-mv__img {
    position: fixed;
    position: sticky;
    top: 0;
    opacity: 0;
  }
  .m-page-mv__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
  }

  .sec-walk__hdg {
    padding: 0 10px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .sec-walk__time img {
    max-width: none;
    width: 100%;
  }
  .sec-walk__station {
    display: block;
  }
  .sec-walk__img {
    max-width: none;
    width: auto;
    margin-bottom: 10px;
  }
  .sec-train {
    margin-top: 80px;
  }
  .sec-train__content {
    padding: 100px 20px 50px;
  }
  .sec-train__catch {
    font-size: 70px;
    left: 18px;
    -webkit-transform: none;
            transform: none;
  }
  .sec-train__lead {
    font-size: 20px;
    text-align: left;
    line-height: 1.8;
  }
  .sec-train__txt {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }
  .sec-train__body {
    display: block;
    margin-top: 48px;
  }
  .sec-train__trainmap {
    max-width: none;
  }
  .sec-train__info {
    margin-top: 90px;
  }
  .sec-train__hdg {
    padding: 0 10px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .sec-train__time img {
    max-width: none;
    width: 100%;
  }
  .sec-train__place-list {
    display: block;
  }
  .sec-train__place-item .name {
    top: 25px;
    left: 20px;
  }
  .sec-train__place-list--main .sec-train__place-item {
    width: 100%;
  }
  .sec-train__place-list--main .name {
    display: block;
  }
  .sec-train__place-list--main .name__hdg {
    font-size: 36px;
  }
  .sec-train__place-list--main .name__time {
    top: -10px;
    left: 0;
    font-size: 36px;
  }
  .sec-train__place-list--main .name__time span {
    font-size: 48px;
  }
  .sec-train__place-list--sub .sec-train__place-item {
    width: 100%;
  }
  .sec-train__place-list--sub .name__hdg {
    font-size: 36px;
  }
  .sec-train__place-list--sub .name__time {
    font-size: 36px;
  }
  .sec-train__place-list--sub .name__time span {
    font-size: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .sec-train__content {
    padding: 9.72vw 1.38vw 7.36vw;
  }
  .sec-train__catch {
    font-size: 10.4vw;
  }
  .sec-train__place-list--main .name__hdg {
    font-size: 4.44vw;
  }
  .sec-train__place-list--main .name__time {
    top: -2.63vw;
    font-size: 4.44vw;
  }
  .sec-train__place-list--main .name__time span {
    font-size: 6.66vw;
  }
  .sec-train__place-list--sub .name__hdg {
    font-size: 3.33vw;
  }
  .sec-train__place-list--sub .name__time {
    font-size: 3.33vw;
  }
  .sec-train__place-list--sub .name__time span {
    font-size: 4.44vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .sec-train__trainmap {
    width: 39vw;
  }
  .sec-train__info {
    width: 53.68vw;
  }
  .sec-train__hdg {
    font-size: 3.15vw;
  }
  .sec-train__place-item .name {
    left: 3.15vw;
  }
}
/*# sourceMappingURL=../maps/access/style.css.map */


@media screen and (min-width: 768px) and (max-width: 950px) {
.m-content__txt.__item_1 .m-content__txt_2 {
    filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 0px 2px);
}	
}

.m-intro__gaikan{
	text-align: center;
	padding-bottom: 80px;
}
.m-intro__gaikan img{
	max-width: 100%;
}

.m-intro__inner {
    padding-bottom:10px;
}
@media only screen and (max-width: 767px) {
.m-intro__gaikan{
	padding-bottom: 0px
	}
}
@media only screen and (max-width: 767px) {
    .m-intro__logo {
        display: flex
;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 100;
        width: 100%;
        /* height: 100vh; */
        margin: 0;
        padding: 200px 0 20px;
        background: #fff;
    }
}
