@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- section_border
- direction_mark
- page_ttl
- intro_sec
- future_sec
-------------------------*/
/*============================
section_border
============================*/
.section_border {
  margin-bottom: 36.2px;
}
@media screen and (max-width: 768px) {
  .section_border {
    margin-bottom: 29.1px;
  }
}

/*============================
direction_mark
============================*/
.direction_mark {
  position: absolute;
  bottom: 28.5px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .direction_mark {
    width: 24.835px;
    right: 11%;
    bottom: 6%;
  }
}

.caption01 {
  color: var(--color_white);
  font-size: 1.2rem;
  right: 11px;
}
@media screen and (max-width: 768px) {
  .caption01 {
    font-size: 0.9rem;
    right: 7px;
  }
}

/*============================
#page_ttl
============================*/
#page_ttl {
  background: url(../redeveropment/img/kv.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page_ttl {
    background: url(../redeveropment/img/kv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
#page_ttl .caption01 {
  text-align: right;
  right: 26px;
}
@media screen and (max-width: 768px) {
  #page_ttl .caption01 {
    right: 12px;
  }
}

/*============================
#intro_sec
============================*/
#intro_sec {
  margin-bottom: 226px;
}
@media screen and (max-width: 768px) {
  #intro_sec {
    margin-bottom: 94.4px;
  }
}
#intro_sec .intro {
  margin-bottom: 56.5px;
}
@media screen and (max-width: 768px) {
  #intro_sec .intro {
    margin-bottom: 28.5px;
  }
}
#intro_sec .section_border {
  height: 223px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #intro_sec .section_border {
    height: 111.5px;
    margin-bottom: 20px;
  }
}
#intro_sec .inner .st01 {
  margin-bottom: 82px;
  color: #484646;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .st01 {
    margin-bottom: 39.1px;
  }
}
#intro_sec .inner .lead_copy {
  line-height: 1.786;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .lead_copy {
    line-height: 1.75;
    margin-bottom: 22.9px;
  }
}
#intro_sec .inner p {
  line-height: 2.222;
  margin-bottom: 60.1px;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner p {
    margin-bottom: 19.9px;
  }
}
#intro_sec .inner .intro2 .lead_copy {
  font-size: 3.5rem;
  line-height: 1.571;
  letter-spacing: 0;
  margin-bottom: 14.6px;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .intro2 .lead_copy {
    font-size: 1.8rem;
    line-height: 1.528;
    margin-bottom: 23.4px;
  }
}
#intro_sec .inner .img {
  position: relative;
}
#intro_sec .inner .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .img_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#intro_sec .inner .img_area .img:nth-child(1) {
  width: 100%;
  margin-bottom: 21.3px;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .img_area .img:nth-child(1) {
    margin-bottom: 15.9px;
  }
}
#intro_sec .inner .img_area .img:nth-child(2) {
  width: 49.0740740741%;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .img_area .img:nth-child(2) {
    width: 100%;
    margin-bottom: 15.9px;
  }
}
#intro_sec .inner .img_area .img:nth-child(3) {
  width: 49.0740740741%;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .img_area .img:nth-child(3) {
    width: 100%;
    margin-bottom: 15.9px;
  }
}
#intro_sec .inner .img_area .img:nth-child(4) {
  width: 65.3703703704%;
  margin: 59.9px auto 0;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .img_area .img:nth-child(4) {
    width: 100%;
    margin: 0;
  }
}
#intro_sec .inner .img_area .img:nth-child(4) .caption01 {
  color: #000;
  right: 40px;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .img_area .img:nth-child(4) .caption01 {
    right: 7px;
  }
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .img_area p {
    margin-bottom: 0;
  }
}
#intro_sec .inner .img_area .note {
  font-size: 1.2rem;
  line-height: 1.667;
  width: 65.3703703704%;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .img_area .note {
    font-size: 0.9rem;
    line-height: 1.667;
    width: 100%;
    margin: 11.25px 0 0;
  }
}

/*============================
#future_sec
============================*/
#future_sec {
  background-color: #000;
  position: relative;
}
#future_sec .parallax_wrap {
  background-image: url(../redeveropment/img/future_img.jpg);
  background-size: cover;
  margin-bottom: 139px;
}
@media screen and (max-width: 768px) {
  #future_sec .parallax_wrap {
    height: 150vw;
    background-image: url(../redeveropment/img/future_img_sp.png);
    margin-bottom: 0;
  }
}
#future_sec .contents_on {
  color: var(--color_white);
}
#future_sec .contents_on .caption01 {
  text-align: right;
  right: 26px;
}
@media screen and (max-width: 768px) {
  #future_sec .contents_on .caption01 {
    right: 12px;
  }
}
#future_sec .contents_on .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #future_sec .contents_on .inner {
    gap: 0;
  }
}
#future_sec .contents_on .inner .st01 {
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  #future_sec .contents_on .inner .st01 {
    font-size: 1.4rem;
    margin-bottom: 28.1px;
  }
}
#future_sec .read {
  color: var(--color_white);
  /* margin-bottom: 49.5px; */
  position: relative;
  top: -67px;
}
#future_sec .read h3 {
  line-height: 1.571;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #future_sec .read h3 {
    margin-bottom: 16.4px;
  }
}
#future_sec .read p {
  line-height: 2.222;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #future_sec .read p {
    margin-bottom: 21.9px;
  }
}
#future_sec .read .modal {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#future_sec .read .modal p {
  margin-bottom: 0;
}
#future_sec .read .modal .caption01 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #future_sec .read .modal .caption01 {
    font-size: 0.9rem;
  }
}
#future_sec .station_area {
  color: var(--color_white);
  max-width: 1028px;
  margin: 0 auto;
  padding-bottom: 166.9px;
}
@media screen and (max-width: 768px) {
  #future_sec .station_area {
    padding-bottom: 86.85px;
  }
}
#future_sec .station_area h4 {
  font-size: 2.5rem;
  margin-bottom: 27.7px;
}
@media screen and (max-width: 768px) {
  #future_sec .station_area h4 {
    font-size: 1.5rem;
    margin-bottom: 13px;
    text-indent: -1rem;
    margin-left: 1rem;
  }
}
#future_sec .station_area .station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27.7px 24px;
  margin-bottom: 41.7px;
}
@media screen and (max-width: 768px) {
  #future_sec .station_area .station {
    margin-bottom: 0;
    gap: 15px 0;
  }
}
#future_sec .station_area .station dl {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  #future_sec .station_area .station dl {
    width: 100%;
  }
}
#future_sec .station_area .station dl dt {
  margin-bottom: 22.8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #future_sec .station_area .station dl dt {
    margin-bottom: 11.5px;
  }
}
#future_sec .station_area .station dl dd {
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #future_sec .station_area .station dl dd {
    font-size: 1.25rem;
  }
}
#future_sec .station_area .note {
  position: static;
  line-height: 1.733;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #484646;
}

@media screen and (max-width: 768px) {
  .modaal-wrapper.modaal-image .modaal-container {
    width: 150%;
    max-width: inherit;
    overflow-x: scroll;
    margin-right: 20px;
  }
}

.modaal-close:after, .modaal-close:before {
  width: 2px !important;
}

.modaal-wrapper .modaal-close:hover {
  background: none;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff;
}

.modaal-gallery-item {
  padding: 20px;
  background: #000;
}/*# sourceMappingURL=redeveropment.css.map */