.sub_txt_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 77px;
}
@media screen and (max-width: 1400px) {
  .sub_txt_box {
    height: 5.5vw;
  }
}
@media screen and (max-width: 736px) {
  .sub_txt_box {
    height: 10.1vw;
  }
}

#mv {
  position: relative;
}
#mv .img_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#mv .img_box .mv_txt01,
#mv .img_box .mv_txt02,
#mv .img_box .mv_txt03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mv .sub_txt {
  position: absolute;
  bottom: 1em;
  left: 1em;
  font-size: 12px;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  #mv .sub_txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 736px) {
  #mv .sub_txt {
    font-size: 1.9vw;
  }
}
#mv .sub_txt .s-txt {
  font-size: 10px;
}
@media screen and (max-width: 1400px) {
  #mv .sub_txt .s-txt {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 736px) {
  #mv .sub_txt .s-txt {
    display: inline-block;
    font-size: 1.8vw;
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 0.5em;
  }
}
#mv .scroll {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: 52px;
}
@media screen and (max-width: 1400px) {
  #mv .scroll {
    bottom: 0.9vw;
    width: 3.7vw;
  }
}
@media screen and (max-width: 736px) {
  #mv .scroll {
    bottom: 0;
    width: 10.5vw;
  }
}
#mv .shadow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1400px) {
  #mv .shadow {
    height: 8.6vw;
  }
}
@media screen and (max-width: 736px) {
  #mv .shadow {
    height: 32.5vw;
  }
}

#entry .bg01 {
  background-image: url(../images/entry_bg_top_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 736px) {
  #entry .bg01 {
    background-image: url(../images/entry_bg_top_sp.jpg);
  }
}
#entry .bg02 {
  background-image: url(../images/entry_bg_bottom_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media screen and (max-width: 736px) {
  #entry .bg02 {
    background-image: url(../images/entry_bg_bottom_sp.jpg);
  }
}
#entry .wrap01 {
  padding-top: 150px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1400px) {
  #entry .wrap01 {
    padding-top: 10.7vw;
    padding-bottom: 14.3vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .wrap01 {
    padding-top: 12vw;
    padding-bottom: 14.3vw;
  }
}
#entry .about .txt01 {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #entry .about .txt01 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .about .txt01 {
    font-size: 4.7vw;
  }
}
#entry .about h3 {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  color: #958f7e;
  letter-spacing: 0.2em;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  #entry .about h3 {
    font-size: 3.2vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .about h3 {
    font-size: 6.7vw;
    margin-top: 3.8vw;
  }
}
#entry .about .txt02 {
  font-size: 24px;
  line-height: 1.9em;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  #entry .about .txt02 {
    font-size: 1.7vw;
    margin-top: 4.3vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .about .txt02 {
    font-size: 3.6vw;
    margin-top: 6vw;
  }
}
#entry .about .txt02 sup {
  font-size: 0.6em;
}
#entry .about .spec_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 46px;
}
@media screen and (max-width: 1400px) {
  #entry .about .spec_list {
    margin-top: 3.3vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .about .spec_list {
    margin-top: 7.5vw;
  }
}
#entry .about .spec_list li {
  width: 31.1%;
}
@media screen and (max-width: 736px) {
  #entry .about .spec_list li {
    width: 100%;
  }
  #entry .about .spec_list li + li {
    margin-top: 2.7vw;
  }
}
#entry .info {
  margin-top: 180px;
}
@media screen and (max-width: 1400px) {
  #entry .info {
    margin-top: 12.9vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .info {
    margin-top: 20.4vw;
  }
}
#entry .info h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-family: "trajan-pro-3", serif;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1400px) {
  #entry .info h3 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .info h3 {
    font-size: 4.7vw;
  }
}
#entry .info .txt01 {
  font-size: 30px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  #entry .info .txt01 {
    font-size: 2.1vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .info .txt01 {
    font-size: 6vw;
    margin-top: 5.5vw;
  }
}
#entry .info .txt02 {
  font-size: 15px;
  line-height: 1.9em;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  #entry .info .txt02 {
    font-size: 1.1vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .info .txt02 {
    font-size: 3.3vw;
    line-height: 1.9em;
    margin-top: 5.3vw;
  }
}
#entry .info .btn01 {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  #entry .info .btn01 {
    max-width: none;
    width: 50vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .info .btn01 {
    width: 100%;
    margin-top: 5.3vw;
  }
}
#entry .hr01 {
  border: none;
  background-color: #9fa0a0;
  width: 1px;
  height: 100px;
  margin: 50px auto;
}
@media screen and (max-width: 1400px) {
  #entry .hr01 {
    height: 7.1vw;
    margin: 3.6vw auto;
  }
}
@media screen and (max-width: 736px) {
  #entry .hr01 {
    height: 13.3vw;
    margin: 6.7vw auto;
  }
}
#entry .guide h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-family: "trajan-pro-3", serif;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1400px) {
  #entry .guide h3 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide h3 {
    font-size: 4.7vw;
  }
}
#entry .guide .txt01 {
  font-size: 15px;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 1400px) {
  #entry .guide .txt01 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide .txt01 {
    font-size: 3.3vw;
  }
}
#entry .guide .guide_box {
  margin-top: 50px;
}
@media screen and (max-width: 1400px) {
  #entry .guide .guide_box {
    margin-top: 3.6vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box {
    margin-top: 5.2vw;
  }
}
#entry .guide .guide_box .guide_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f3f0ed;
  padding: 30px 0;
}
@media screen and (max-width: 1400px) {
  #entry .guide .guide_box .guide_block {
    padding: 2.1vw 0;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box .guide_block {
    display: block;
    padding: 6vw 7.3vw 5.3vw;
  }
}
#entry .guide .guide_box .guide_block + .guide_block {
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  #entry .guide .guide_box .guide_block + .guide_block {
    margin-top: 0.7vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box .guide_block + .guide_block {
    margin-top: 1.3vw;
  }
}
#entry .guide .guide_box .guide_block .title_box {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box .guide_block .title_box {
    width: 100%;
    padding-bottom: 4vw;
  }
}
#entry .guide .guide_box .guide_block .title_box .no {
  font-size: 35px;
  font-weight: normal;
  color: #ada692;
  font-family: "trajan-pro-3", serif;
  padding-left: 50px;
  padding-right: 40px;
}
@media screen and (max-width: 1400px) {
  #entry .guide .guide_box .guide_block .title_box .no {
    font-size: 2.5vw;
    padding-left: 3.6vw;
    padding-right: 2.9vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box .guide_block .title_box .no {
    font-size: 5.6vw;
    padding-left: 0;
    padding-right: 7.7vw;
  }
}
#entry .guide .guide_box .guide_block .title_box h4 {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  #entry .guide .guide_box .guide_block .title_box h4 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box .guide_block .title_box h4 {
    font-size: 4vw;
  }
}
#entry .guide .guide_box .guide_block .content {
  min-height: 80px;
  width: 60%;
  border-left: 1px solid #333;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  #entry .guide .guide_box .guide_block .content {
    min-height: 5.7vw;
    padding-left: 2.9vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box .guide_block .content {
    min-height: 1px;
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #000;
    padding-top: 2vw;
  }
}
#entry .guide .guide_box .guide_block .content .txt02 {
  font-size: 15px;
  line-height: 1.8em;
}
@media screen and (max-width: 1400px) {
  #entry .guide .guide_box .guide_block .content .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box .guide_block .content .txt02 {
    font-size: 3.1vw;
  }
}
#entry .guide .guide_box .guide_block .content .btn01 {
  width: 353px;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  #entry .guide .guide_box .guide_block .content .btn01 {
    width: 25.2vw;
    margin-top: 0.7vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box .guide_block .content .btn01 {
    width: 100%;
    margin-top: 2vw;
  }
}
#entry .guide .guide_box .guide_block .content.content02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box .guide_block .content.content02 {
    display: block;
  }
}
#entry .guide .guide_box .guide_block .content.content02 .img01 {
  width: 82px;
  margin-left: 5px;
}
@media screen and (max-width: 1400px) {
  #entry .guide .guide_box .guide_block .content.content02 .img01 {
    width: 5.9vw;
    margin-left: 0.3vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .guide .guide_box .guide_block .content.content02 .img01 {
    width: 22.8vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.3vw;
  }
}
#entry .limited {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #9fa0a0;
}
@media screen and (max-width: 1400px) {
  #entry .limited {
    max-width: none;
    width: 55.7vw;
    margin-top: 5vw;
    padding-top: 3.6vw;
    border-top: none;
    border-left: 1px solid #9fa0a0;
    border-right: 1px solid #9fa0a0;
  }
}
@media screen and (max-width: 736px) {
  #entry .limited {
    display: none;
    width: 100%;
    margin-top: 6.7vw;
    padding-top: 6vw;
  }
}
#entry .limited h3 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  font-family: "trajan-pro-3", serif;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1400px) {
  #entry .limited h3 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .limited h3 {
    font-size: 4vw;
  }
}
#entry .limited .limited_list {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  #entry .limited .limited_list {
    max-width: none;
    width: 51.4vw;
    margin-top: 2.1vw;
  }
}
@media screen and (max-width: 736px) {
  #entry .limited .limited_list {
    width: 83.6%;
    margin-top: 5.3vw;
  }
}
#entry .limited .limited_list li {
  width: 31.9%;
}
@media screen and (max-width: 736px) {
  #entry .limited .limited_list li {
    width: 100%;
  }
  #entry .limited .limited_list li + li {
    margin-top: 2.7vw;
  }
}

#concept {
  position: relative;
  padding-top: 120px;
  /* padding-bottom: 1050px; */
  padding-bottom: 75vw;
  background-image: url(../images/concept_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media screen and (max-width: 1400px) {
  #concept {
    padding-top: 8.6vw;
    padding-bottom: 75vw;
  }
}
@media screen and (max-width: 736px) {
  #concept {
    background-image: url(../images/concept_bg_sp.jpg);
    padding-top: 20vw;
    padding-bottom: 51.1vw;
  }
}
#concept h2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-family: "trajan-pro-3", serif;
  letter-spacing: 0.3em;
  color: #ada692;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  #concept h2 {
    font-size: 1.7vw;
    margin-bottom: 7.1vw;
  }
}
@media screen and (max-width: 736px) {
  #concept h2 {
    font-size: 4.7vw;
    margin-bottom: 12vw;
  }
}
#concept .txt_box01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
}
#concept .txt_box01 .txt01 {
  font-size: 30px;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  margin-left: 120px;
}
@media screen and (max-width: 1400px) {
  #concept .txt_box01 .txt01 {
    font-size: 2.1vw;
    margin-left: 8.6vw;
  }
}
@media screen and (max-width: 736px) {
  #concept .txt_box01 .txt01 {
    font-size: 5.3vw;
    margin-left: 8vw;
  }
}
#concept .txt_box01 .txt02 {
  font-size: 18px;
  line-height: 3em;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1400px) {
  #concept .txt_box01 .txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  #concept .txt_box01 .txt02 {
    font-size: 3.3vw;
    line-height: 2.5em;
  }
}

#message {
  padding-top: 140px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1400px) {
  #message {
    padding-top: 10vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 736px) {
  #message {
    padding-top: 18.7vw;
    padding-bottom: 13.3vw;
  }
}
#message p {
  font-size: 24px;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #message p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  #message p {
    font-size: 4.7vw;
    letter-spacing: 0.1em;
  }
}

.page_box {
  overflow: hidden;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .page_box {
    padding-bottom: 7.1vw;
  }
}
.page_box .page_block {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* &#plan {
  	.pho_box {
  		height: 600px;
  		@include mq(tab){
  			height: 42.9vw;
  		}
  		@include mq(sp){
  			height: 44vw;
  		}
  		.pho01 {
  			height: 600px;
  			margin-left: calc(50% - 50vw);
  			background-image: url(../images/plan_img01_pc.jpg);
  			background-repeat: no-repeat;
  			background-size: cover;
  			background-position: left center;
  			@include mq(tab){
  				height: 42.9vw;
  			}
  			@include mq(sp){
  				height: 44vw;
  			}
  		}
  	}
  } */
}
@media screen and (max-width: 1400px) {
  .page_box .page_block {
    max-width: none;
    width: 85.7vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block {
    width: 81.3%;
  }
}
.page_box .page_block .pho_box {
  width: 100%;
}
.page_box .page_block .pho_box .pho01 {
  position: relative;
}
.page_box .page_block .txt_box01 {
  width: 560px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block .txt_box01 {
    width: 40vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block .txt_box01 {
    width: 100%;
    margin-top: 4.5vw;
  }
}
.page_box .page_block .txt_box01 h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #9fa0a0;
  padding-bottom: 8px;
  color: #ada692;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block .txt_box01 h3 {
    padding-bottom: 0.6vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block .txt_box01 h3 {
    padding-bottom: 1.3vw;
  }
}
.page_box .page_block .txt_box01 h3 .en {
  font-size: 20px;
  font-weight: 400;
  font-family: "trajan-pro-3", serif;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block .txt_box01 h3 .en {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block .txt_box01 h3 .en {
    font-size: 3.5vw;
    letter-spacing: 0.2em;
  }
}
.page_box .page_block .txt_box01 h3 .jp {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block .txt_box01 h3 .jp {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block .txt_box01 h3 .jp {
    font-size: 2.7vw;
  }
}
.page_box .page_block .txt_box01 .txt01 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-top: 0.6em;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block .txt_box01 .txt01 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block .txt_box01 .txt01 {
    font-size: 4.1vw;
    letter-spacing: 0.05em;
  }
}
.page_box .page_block .txt_box01 .txt02 {
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 0.8em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block .txt_box01 .txt02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block .txt_box01 .txt02 {
    font-size: 3.1vw;
    letter-spacing: 0em;
  }
}
.page_box .page_block .txt_box01 .more {
  width: 170px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block .txt_box01 .more {
    width: 12.1vw;
    margin-top: 2.9vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block .txt_box01 .more {
    width: 34.7vw;
    margin-top: 6.5vw;
  }
}
.page_box .page_block + .page_block {
  margin-top: 100px;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block + .page_block {
    margin-top: 7.1vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block + .page_block {
    margin-top: 13.3vw;
  }
}
.page_box .page_block#shirakabe .pho_box {
  height: 750px;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#shirakabe .pho_box {
    height: 53.6vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#shirakabe .pho_box {
    height: 53.3vw;
  }
}
.page_box .page_block#shirakabe .pho_box .pho01 {
  height: 750px;
  margin-right: calc(50% - 50vw);
  background-image: url(../images/shrakabe_img01_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#shirakabe .pho_box .pho01 {
    height: 53.6vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#shirakabe .pho_box .pho01 {
    height: 53.3vw;
  }
}
.page_box .page_block#location {
  max-width: none;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#location {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#location {
    width: 100%;
  }
}
.page_box .page_block#location .pho_box {
  width: 100%;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#location .pho_box {
    height: 42.9vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#location .pho_box {
    width: 100%;
    height: 42.7vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page_box .page_block#location .pho_box .pho01 {
  height: 600px;
  background-image: url(../images/location_img01_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#location .pho_box .pho01 {
    height: 42.9vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#location .pho_box .pho01 {
    height: 42.7vw;
  }
}
.page_box .page_block#location .content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#location .content {
    max-width: none;
    width: 85.7vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#location .content {
    width: 81.3%;
  }
}
.page_box .page_block#location .content .txt_box01 {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 736px) {
  .page_box .page_block#location .content .txt_box01 {
    margin-right: auto;
  }
}
.page_box .page_block#access .pho_box {
  height: 600px;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#access .pho_box {
    height: 42.9vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#access .pho_box {
    height: 53.3vw;
  }
}
.page_box .page_block#access .pho_box .pho01 {
  height: 600px;
  margin-left: calc(50% - 50vw);
  background-image: url(../images/access_img01_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#access .pho_box .pho01 {
    height: 42.9vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#access .pho_box .pho01 {
    height: 53.3vw;
  }
}
.page_box .page_block#design .pho_box {
  height: 750px;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#design .pho_box {
    height: 53.6vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#design .pho_box {
    height: 46.7vw;
  }
}
.page_box .page_block#design .pho_box .pho01 {
  height: 750px;
  margin-right: calc(50% - 50vw);
  background-image: url(../images/design_img01_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#design .pho_box .pho01 {
    height: 53.6vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#design .pho_box .pho01 {
    height: 46.7vw;
  }
}
.page_box .page_block#design .txt_box01 {
  margin-left: auto;
  margin-right: 0;
}
.page_box .page_block#plan .pho_box {
  height: 600px;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#plan .pho_box {
    height: 42.9vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#plan .pho_box {
    height: 44vw;
  }
}
.page_box .page_block#plan .pho_box .pho01 {
  height: 600px;
  margin-right: calc(50% - 50vw);
  background-image: url(../images/plan_img01_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
@media screen and (max-width: 1400px) {
  .page_box .page_block#plan .pho_box .pho01 {
    height: 42.9vw;
  }
}
@media screen and (max-width: 736px) {
  .page_box .page_block#plan .pho_box .pho01 {
    height: 44vw;
  }
}
.page_box .page_block#plan .txt_box01 {
  margin-left: auto;
  margin-right: 0;
}

#mv .img_box .mv_img01 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
#mv .img_box .mv_img01.active {
  opacity: 1;
}
#mv .img_box .mv_txt01,
#mv .img_box .mv_txt02,
#mv .img_box .mv_txt03 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  transform: translateY(2%);
}
#mv .img_box .mv_txt01.active,
#mv .img_box .mv_txt02.active,
#mv .img_box .mv_txt03.active {
  opacity: 1;
  transform: translateY(0);
}
#mv .sub_txt,
#mv .scroll,
#mv .shadow {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
#mv .sub_txt.active,
#mv .scroll.active,
#mv .shadow.active {
  opacity: 1;
}/*# sourceMappingURL=style-top.css.map */