@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/
html, body {
  height: auto;
  position: static;
  overflow: auto;
  perspective: 1000;
}

.site-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 1;
  transition: opacity 2.6s;
}

.sp-site-header {
  position: fixed;
}

#top {
  position: fixed;
  perspective: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

#top main {
  padding-top: 0;
  background: #002f20;
  background: linear-gradient(90deg, #0f1c18 0%, #002f20 100%);
}

#top .main-visual {
  position: relative;
  width: 100%;
  margin-top: 130px;
}

#top .main-visual .bg {
  opacity: 0;
}

#top .main-visual .mv .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.8s;
}

#top .main-visual .mv .slide.on {
  opacity: 1;
}

#top .main-visual .mv .lead {
  color: #fff;
  text-align: center;
  opacity: 0;
  left: 0;
  width: 100%;
  transform: translateY(25px);
  transition: opacity 1.3s,transform 1.3s;
}

#top .main-visual .mv .lead.on {
  opacity: 1;
  transform: translateY(0px);
}

#top .main-visual .mv .t1 {
  font-size: 76px;
}

#top .main-visual .mv .t2 {
  font-size: 76px;
}

#top .main-visual .mv .t3 {
  font-size: 19px;
}

#top .main-visual .mv-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .main-visual .mv-pc .area {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #002f20;
  background: linear-gradient(90deg, #0f1c18 0%, #002f20 100%);
  transition: opacity 2s;
}

#top .main-visual .mv-pc .area img {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 65%;
  transform: translate(-50%, -50%);
}

#top .main-visual .mv-pc .in {
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 100%;
  background: url(../images/top/mv01.jpg);
  background-size: cover;
  transition: opacity 2s 1.5s;
}

#top .main-visual .mv-pc .text01 {
  position: absolute;
  top: 25%;
  left: 5%;
  width: 18%;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

#top .main-visual .mv-pc.on .area {
  opacity: 1;
}

#top .main-visual .mv-pc.on .in {
  opacity: 1;
}

#top .main-visual .mv-pc .lead {
  position: absolute;
  top: 28%;
  left: 4%;
  transition: opacity 2.6s;
}

#top .main-visual .mv-pc .lead.on {
  opacity: 1;
}

#top .main-visual .mv-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/mv01.jpg);
  background-size: cover;
}

#top .main-visual .mv-sp.on {
  transform: translateY(0%);
}

#top .main-visual .mv-sp .lead {
  position: absolute;
  top: 23%;
  left: 7%;
  width: 22.0625%;
}

#top .main-visual .mv-sp .lead.on {
  opacity: 1;
}

#top .main-visual .mv-sp .text01 {
  position: absolute;
  bottom: 5%;
  left: 8%;
  width: 38%;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 1024px) {
  #top .main-visual {
    margin-top: 55px;
  }
}

#top .parallax-box {
  position: relative;
  overflow: hidden;
  perspective: 1000;
}

#top .parallax-box .parallax-img-bg {
  opacity: 0;
  pointer-events: none;
  perspective: 1000;
}

#top .parallax-box .parallax-img {
  position: absolute;
  perspective: 1000;
  top: 0%;
  left: 0;
  width: 100%;
  transform: scale(1.1);
  transition: top .5s ease-out,transform .5s ease-out;
}

#top .parallax-box .parallax-img video {
  perspective: 1000;
}

#top .parallax-box .p-target {
  perspective: 1000;
  transform: scale(1);
  transition: margin-top .5s ease-out,transform .5s ease-out;
}

#top .apeal {
  position: relative;
  margin-bottom: 120px;
}

#top .apeal::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 80px;
  background: url(../images/top/apeal-shadow.png) no-repeat center;
  background-size: 100% 100%;
  transform: translate(-50%, 50%);
}

#top .apeal .in {
  background: url(../images/top/apeal-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 0 26px;
  position: relative;
  z-index: 2;
}

#top .apeal ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .apeal li {
  width: 33.3333%;
  position: relative;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 0 15px;
}

#top .apeal li::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 8px;
  height: 64px;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/top/apeal-mark01.svg) no-repeat center;
  background-size: cover;
}

#top .apeal li:last-child:after {
  display: none;
}

#top .apeal .text01 {
  font-size: 14px;
  line-height: 1.7;
}

#top .apeal .text02 {
  font-size: 22px;
  line-height: 1.7;
}

#top .information {
  box-sizing: border-box;
  background-color: #E5E5DF;
  padding: 44px 60px 53px;
  margin-bottom: 150px;
}

#top .information .title {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}

#top .information .title span {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

#top .information .title span::after, #top .information .title span::before {
  content: "";
  position: absolute;
  display: block;
  width: 2000px;
  height: 1px;
  top: 50%;
  background-color: #675A00;
}

#top .information .title span::after {
  left: 100%;
}

#top .information .title span::before {
  right: 100%;
}

#top .information .text03 {
  display: block;
  max-width: 630px;
  padding: 10px 14px;
  margin: 20px 0px 50px 60px;
  border: 1px solid;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}

#top .information .text03 span {
  font-weight: bold;
}

#top .information .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

#top .information .texts {
  box-sizing: border-box;
  padding-left: 30px;
  width: calc(100% - 250px);
}

#top .information .texts .text00 {
  padding-left: 30px;
  font-size: 22px;
  color: #675A00;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}

#top .information .texts .text00.top {
  padding-top: 20px;
}

#top .information .texts .text01 {
  padding-left: 30px;
  font-size: 20px;
  line-height: 1.7;
  padding-bottom: 5px;
}

#top .information .texts .text01 .big {
  font-size: 22px;
}

#top .information .texts .text01 .mini {
  font-size: 13px;
}

#top .information .texts .text06 {
  padding-left: 30px;
  font-size: 22px;
  line-height: 1.7;
  padding-bottom: 20px;
}

#top .information .texts .text02 {
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}

#top .information .texts .text04 {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #675A00;
  margin-left: 30px;
  margin-bottom: 28px;
  margin-top: 28px;
  padding: 16px 20px;
  border: 1px solid currentColor;
}

#top .information .texts .text04 span {
  display: block;
  padding-bottom: 15px;
}

#top .information .texts .text05 {
  padding-left: 30px;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#top .information .buttons {
  width: 200px;
}

#top .information .buttons a {
  display: block;
  padding: 40px 30px;
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #675A00;
}

#top .information .buttons a .in {
  position: relative;
  z-index: 2;
}

#top .information .buttons a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #675A00, #342D00);
  opacity: 1;
  transition: opacity .5s;
}

#top .information .buttons .button02 {
  margin-top: 10px;
}

#top .information .buttons .button02 a {
  background-color: #002F20;
}

#top .information .buttons .button02 a:after {
  background: linear-gradient(0deg, #002F20, #54746A);
}

#top .information .buttons .button03 {
  margin-top: 10px;
}

#top .information .buttons .button03 a {
  background-color: #2c343b;
}

#top .information .buttons .button03 a:after {
  background: linear-gradient(0deg, #2c343b, #565657);
}

#top .information .buttons .txt {
  font-size: 12px;
  line-height: 1.6;
}

#top .information .buttons .en {
  display: block;
  position: relative;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#top .information .buttons .en:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: width .5s;
}

#top .information .buttons a:hover:after {
  opacity: 0;
}

#top .information .buttons a:hover .en:after {
  width: 60px;
}

#top .video-area {
  margin: 0 auto 150px;
  max-width: 765px;
  color: #fff;
}

#top .video-area .info {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  border: 1px solid;
  padding: 20px;
  box-sizing: border-box;
}

#top .video-area .video-texts {
  margin: 0 auto;
}

#top .video-area .video-title {
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
  padding-bottom: 35px;
}

#top .video-area .video-text01 {
  font-size: 18px;
  line-height: 2.1;
  padding-bottom: 18px;
}

#top .video-area .video-annotation {
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  #top .video-area {
    margin: 0 auto 100px;
  }
  #top .video-area .video-texts {
    width: 90%;
  }
}

#top .images-box01 .image02 {
  margin-top: 20px;
}

#top .images-box01 .text {
  position: absolute;
  top: 25%;
  right: 4%;
  font-size: 68px;
  color: #E5E5DF;
  writing-mode: vertical-rl;
}

#top .images-box01 .image {
  width: 56%;
  float: left;
  margin-bottom: 150px;
}

#top .images-box01 .image.image02 {
  width: 43%;
  float: right;
  margin-top: 0;
}

#top .sections {
  color: #fff;
}

#top .sections .header {
  margin-bottom: 150px;
}

#top .sections .header .lead {
  padding-top: 152px;
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  font-size: 16px;
  line-height: 1.9;
  padding-bottom: 30px;
}

#top .sections .header .section-title {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  position: relative;
  border-bottom: 1px solid currentColor;
  font-size: 40px;
}

#top .sections .header .section-title .num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#top .sections .lead02 {
  font-size: 26px;
  line-height: 1.4;
  padding-bottom: 80px;
  text-align: center;
}

#top .sections .common-button01 {
  width: 290px;
  z-index: 3;
}

#top .sections .text01 {
  color: #fff;
  line-height: 2.5;
  font-size: 14px;
}

#top .section-location {
  padding-bottom: 200px;
}

#top .section-location .image01 {
  margin: 0 auto 200px;
  width: 90%;
  max-width: 1000px;
}

#top .section-location .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 100px;
  margin-bottom: -12%;
}

#top .section-location .box .texts {
  width: 45%;
}

#top .section-location .box .button {
  width: 45%;
  position: relative;
}

#top .section-location .box .button a {
  position: absolute;
  right: 0;
  bottom: 0;
}

#top .section-design .header .image01 {
  position: relative;
}

#top .section-design .header .image01 .text {
  position: absolute;
  width: 24%;
  top: 55%;
  right: 38%;
}

#top .section-design .header .image01 .section-title {
  position: absolute;
  top: 20%;
  left: 15%;
  width: 70%;
}

#top .section-design .header .image01 .section-title .en, #top .section-design .header .image01 .section-title .num {
  font-size: 76%;
}

#top .section-design .bg-area {
  background: url(../images/top/bg-design.jpg) no-repeat;
  background-size: cover;
  background-position: 0 300px;
  padding-bottom: 230px;
}

#top .section-design .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 100px;
}

#top .section-design .img {
  width: 38%;
}

#top .section-design .texts {
  width: 58%;
  position: relative;
}

#top .section-design .texts .button {
  position: absolute;
  right: 0;
  bottom: 0;
}

#top .section-redevelopment {
  background-color: #4F4C4B;
  padding-bottom: 250px;
}

#top .section-redevelopment .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
}

#top .section-redevelopment .img {
  width: 48%;
  order: 2;
}

#top .section-redevelopment .texts {
  order: 1;
  width: 48%;
  position: relative;
}

#top .section-redevelopment .texts .button {
  overflow: hidden;
  padding-top: 30px;
}

#top .section-redevelopment .texts .button a {
  float: right;
}

#top .section-access {
  background: url(../images/top/bg-access.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  padding-bottom: 250px;
  color: #2C343B;
  position: relative;
}

#top .section-access .caption.top {
  bottom: auto;
  top: 0;
}

#top .section-access .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 50px;
}

#top .section-access .button {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#top .section-access .button a {
  float: right;
}

#top .section-access .lists li {
  float: left;
  width: 48%;
  padding-bottom: 50px;
}

#top .section-access .lists li:nth-child(2n) {
  float: right;
}

#top .section-access .lists li:nth-child(2n+1) {
  clear: both;
}

#top .section-access .lists .image {
  margin-bottom: 10px;
}

#top .section-access .lists .texts {
  width: 100%;
  text-align: center;
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

#top .section-access .lists .text01 {
  color: #2C343B;
  font-size: 18px;
  line-height: 1.7;
}

#top .section-access .lists .text02 {
  font-size: 24px;
  line-height: 1.7;
}

#top .section-access .lists .text02 .mini {
  font-size: 60%;
}

#top .section-plan {
  padding-bottom: 250px;
}

#top .section-plan .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 50px;
}

#top .section-plan .button {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#top .section-plan .button a {
  float: right;
}

#top .section-plan .plan-box {
  padding: 66px 63px 80px;
  background-color: #AEADA3;
  text-align: center;
}

#top .section-plan .plan-box .title {
  color: #534900;
  padding-bottom: 22px;
  margin-bottom: 27px;
  border-bottom: 1px solid currentColor;
}

#top .section-plan .plan-box .title .name,
#top .section-plan .plan-box .title .width {
  display: inline-block;
  font-size: 40px;
}

#top .section-plan .plan-box .title .name .mini,
#top .section-plan .plan-box .title .width .mini {
  font-size: 60%;
}

#top .section-plan .plan-box .title .name {
  padding-right: 10px;
  border-right: 1px solid currentColor;
  margin-right: 8px;
}

#top .section-plan .plan-box .width02 {
  color: #534900;
  font-size: 14px;
  padding-bottom: 9px;
}

#top .section-plan .plan-box .width02 .num {
  font-size: 210%;
}

#top .section-plan .plan-box .width03 {
  color: #534900;
  font-size: 14px;
  padding-bottom: 50px;
}

#top .section-plan .plan-box .img {
  padding-bottom: 46px;
  width: 64%;
  margin: 0 auto;
}

#top .section-plan .plan-box .points {
  display: flex;
  justify-content: space-between;
}

#top .section-plan .plan-box .points li {
  width: 48%;
}

#top .section-plan .plan-box .points .text {
  text-align: left;
  padding-top: 20px;
  color: #2C343B;
  font-size: 14px;
  line-height: 1.9;
}

#top .section-plan .plan-box .guide {
  max-width: 320px;
  margin: 0 auto 10px;
}

#top .section-plan .plan-box .caps {
  font-size: 11px;
  line-height: 1.5;
  color: #534900;
}

#top .section-brand {
  background: linear-gradient(-90deg, #7CAAC6, #39719B);
  padding-bottom: 180px;
}

#top .section-brand .button {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}

#top .section-brand .button a {
  float: right;
}

@media screen and (max-width: 768px) {
  #top .main-visual {
    margin-top: 0;
  }
  #top .main-visual .mv-logo {
    top: 48%;
    width: 43.75%;
  }
  #top .main-visual .mv-sp {
    background-image: url(../images/top/mv01-sp.jpg);
    background-position: bottom 20% center;
  }
  #top .main-visual .mv-sp .lead {
    opacity: 1;
    top: 12.5%;
    left: 0%;
    width: 100%;
  }
  #top .main-visual .mv-sp .t1 {
    font-size: 53px;
  }
  #top .main-visual .mv-sp .t2 {
    font-size: 53px;
  }
  #top .main-visual .mv-sp .t3 {
    font-size: 12px;
  }
  #top .apeal {
    position: relative;
    margin-bottom: 80px;
  }
  #top .apeal .obi {
    width: 100%;
    margin: auto;
  }
  #top .apeal .wrap {
    width: 80%;
    padding-bottom: 30px;
  }
  #top .apeal::after {
    height: 140px;
    background-image: url(../images/top/apeal-shadow-sp.png);
  }
  #top .apeal .in {
    background-image: url(../images/top/apeal-bg-sp.jpg);
    padding: 30px 0 10px;
  }
  #top .apeal ul {
    display: block;
  }
  #top .apeal li {
    width: auto;
    margin: 0 auto 30px;
    padding: 0 0px 30px;
  }
  #top .apeal li::after {
    left: 50%;
    width: 157px;
    height: 15px;
    top: 100%;
    transform: translate(-50%, -50%);
    background-image: url(../images/top/apeal-mark01-sp.svg);
  }
  #top .apeal li:last-child:after {
    display: none;
  }
  #top .apeal .text01 {
    font-size: 14px;
    line-height: 1.7;
  }
  #top .apeal .text02 {
    font-size: 22px;
    line-height: 1.7;
  }
  #top .apeal .text01 + .text02 {
    padding-top: 9px;
  }
  #top .apeal .text02 + .text02 {
    padding-top: 19px;
  }
  #top .information {
    width: auto;
    padding: 50px 8% 63px;
    margin-bottom: 100px;
  }
  #top .information .title {
    font-size: 18px;
    margin-bottom: 48px;
  }
  #top .information .title span {
    padding: 0 15px;
  }
  #top .information .text03 {
    text-align: left;
    padding: 20px;
    margin: 20px auto;
  }
  #top .information .box {
    display: block;
    padding-bottom: 48px;
  }
  #top .information .texts {
    padding-left: 0px;
    width: auto;
    text-align: center;
  }
  #top .information .texts .text00 {
    padding-left: 0;
    font-size: 22px;
  }
  #top .information .texts .text01 {
    padding-left: 0;
    font-size: 20px;
    padding-bottom: 10px;
  }
  #top .information .texts .text01 .big {
    font-size: 21px;
  }
  #top .information .texts .text02 {
    padding-left: 0px;
    font-size: 14px;
    margin: auto;
  }
  #top .information .texts .text04 {
    font-size: 13px;
    padding: 16px;
    margin-left: auto;
  }
  #top .information .texts .text05 {
    padding-left: 0;
  }
  #top .information .texts .text06 {
    padding-left: 0;
  }
  #top .information .buttons {
    padding-top: 33px;
    width: auto;
  }
  #top .information .buttons a {
    padding: 30px 10px;
  }
  #top .information .buttons .button02 {
    margin-top: 20px;
  }
  #top .information .buttons .txt {
    font-size: 12px;
    line-height: 1.6;
  }
  #top .information .buttons .en {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    z-index: 3;
  }
  #top .images-box01 .image {
    margin-bottom: 0;
  }
  #top .images-box01 .image02 {
    margin-top: 10px;
  }
  #top .images-box01 .image02 .caption {
    display: none;
  }
  #top .images-box01 .text {
    top: 15%;
    font-size: 22px;
  }
  #top .caps {
    clear: both;
    padding-top: 10px;
    text-align: left;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    width: 94%;
    margin: auto;
  }
  #top .sections .header {
    margin-bottom: 50px;
  }
  #top .sections .header .lead {
    padding-top: 52px;
    font-size: 11px;
    padding-bottom: 25px;
  }
  #top .sections .header .section-title {
    font-size: 22px;
  }
  #top .sections .lead02 {
    font-size: 20px;
    line-height: 2;
    padding-bottom: 50px;
  }
  #top .sections .lead02 .sp-txt {
    display: block;
    padding-top: 19px;
  }
  #top .sections .lead02 .sp-txt .mini {
    display: block;
    font-size: 16px;
    padding-bottom: 8px;
  }
  #top .sections .common-button01 {
    width: 90%;
  }
  #top .sections .text01 {
    font-size: 12px;
    line-height: 2;
  }
  #top .sections .text01 br {
    display: none;
  }
  #top .sections .button a {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  #top .section-location {
    padding-bottom: 100px;
  }
  #top .section-location .image01 {
    margin: 0 auto 50px;
    width: 80%;
  }
  #top .section-location .box {
    display: block;
    padding-top: 50px;
    margin-bottom: 0;
  }
  #top .section-location .box .texts {
    width: auto;
    padding-bottom: 40px;
  }
  #top .section-location .box .button {
    width: auto;
    position: relative;
  }
  #top .section-location .box .button a {
    width: auto;
    position: relative;
  }
  #top .section-location .section-image {
    margin: 30px 0;
  }
  #top .section-location .btn {
    margin: 0 auto;
    width: 80%;
  }
  #top .section-design .bg-area {
    background-image: url(../images/top/bg-design-sp.jpg);
    background-position: 0 90px;
    padding-bottom: 100px;
  }
  #top .section-design .image02 {
    margin: 0 auto;
    width: 84%;
  }
  #top .section-design .box {
    display: block;
    padding-top: 50px;
  }
  #top .section-design .img {
    width: auto;
  }
  #top .section-design .texts {
    margin-top: 50px;
    width: auto;
    position: relative;
  }
  #top .section-design .texts .button {
    margin-top: 50px;
    position: relative;
    right: 0;
    bottom: 0;
  }
  #top .section-redevelopment {
    padding-bottom: 50px;
  }
  #top .section-redevelopment .wrap {
    width: auto;
  }
  #top .section-redevelopment .box {
    display: block;
    padding-top: 40px;
  }
  #top .section-redevelopment .img {
    width: auto;
    margin-bottom: 50px;
  }
  #top .section-redevelopment .texts {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #top .section-redevelopment .texts .button {
    overflow: hidden;
    padding-top: 30px;
  }
  #top .section-redevelopment .texts .button a {
    float: none;
  }
  #top .section-access {
    background-image: url(../images/top/bg-access-sp.jpg);
    padding-bottom: 100px;
  }
  #top .section-access .box {
    display: block;
    padding-top: 20px;
  }
  #top .section-access .texts {
    width: auto;
  }
  #top .section-access .button {
    width: auto;
    padding-top: 30px;
  }
  #top .section-access .button a {
    position: relative;
  }
  #top .section-access .lists li {
    float: none;
    width: auto;
    padding-bottom: 25px;
  }
  #top .section-access .lists li:nth-child(2n) {
    float: none;
  }
  #top .section-access .lists .image {
    margin-bottom: 10px;
  }
  #top .section-plan {
    padding-bottom: 100px;
  }
  #top .section-plan .box {
    margin: 0 auto;
    width: 90%;
    display: block;
    padding-top: 50px;
  }
  #top .section-plan .texts {
    width: auto;
  }
  #top .section-plan .button {
    width: auto;
    padding-top: 30px;
  }
  #top .section-plan .button a {
    position: relative;
  }
  #top .section-plan .wrap {
    width: auto;
  }
  #top .section-plan .plan-box {
    padding: 65px 5% 60px;
  }
  #top .section-plan .plan-box .title {
    padding-bottom: 22px;
    margin-bottom: 27px;
    border-bottom: 1px solid currentColor;
  }
  #top .section-plan .plan-box .title .name,
  #top .section-plan .plan-box .title .width {
    display: block;
    font-size: 40px;
  }
  #top .section-plan .plan-box .title .name .mini,
  #top .section-plan .plan-box .title .width .mini {
    font-size: 60%;
  }
  #top .section-plan .plan-box .title .name {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  #top .section-plan .plan-box .title .name::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: currentColor;
    left: 50%;
    transform: translateX(-50%);
  }
  #top .section-plan .plan-box .width02 {
    font-size: 14px;
    padding-bottom: 19px;
  }
  #top .section-plan .plan-box .width03 {
    font-size: 14px;
    line-height: 1.3;
  }
  #top .section-plan .plan-box .img {
    padding-bottom: 49px;
    width: 90%;
  }
  #top .section-plan .plan-box .points {
    display: block;
  }
  #top .section-plan .plan-box .points li {
    width: auto;
  }
  #top .section-plan .plan-box .points .text {
    text-align: left;
  }
  #top .section-brand {
    background: linear-gradient(-90deg, #7CAAC6, #39719B);
    padding-bottom: 100px;
  }
  #top .section-brand .image02 {
    margin: 0 auto;
    width: 90%;
  }
  #top .section-brand .button {
    width: auto;
    overflow: hidden;
    padding-top: 50px;
  }
  #top .section-brand .button a {
    margin: 0 auto;
    float: none;
  }
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  #top .parallax-box .parallax-img {
    transform: scale(1.6);
  }
}

/*# sourceMappingURL=top.css.map */
