.head .head_bottom_box .menu_lsit a.concept {
  color: #967a53;
}

#video01 {
  position: relative;
  background-color: #fff;
}
#video01 .video01 {
  overflow: hidden;
}
#video01 .video01 video {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#video01 .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/mv_cover_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top 41vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #video01 .cover {
    background-image: url(../images/common/mv_cover_sp.png);
    background-position: center top 138vw;
  }
}
#video01 .sub_txt {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 10px;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #video01 .sub_txt {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #video01 .sub_txt {
    font-size: 2vw;
    bottom: 2em;
  }
}

#concept {
  background-color: #fff;
  margin-top: -2px;
}
#concept .wrap01 {
  padding-top: 135px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  #concept .wrap01 {
    padding-top: 12.3vw;
    padding-bottom: 13.6vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .wrap01 {
    width: 100%;
    padding-top: 20.7vw;
    padding-bottom: 25.6vw;
  }
}
#concept .txt_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#concept .txt_box .txt01 {
  writing-mode: vertical-rl;
  font-size: 30px;
  line-height: 2em;
  letter-spacing: 0.4em;
  order: 2;
  margin-left: 140px;
}
@media screen and (max-width: 1100px) {
  #concept .txt_box .txt01 {
    font-size: 2.7vw;
    margin-left: 12.7vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .txt_box .txt01 {
    font-size: 4.7vw;
    margin-left: 8.9vw;
  }
}
#concept .txt_box .txt02 {
  writing-mode: vertical-rl;
  font-size: 15px;
  line-height: 3.2em;
  letter-spacing: 0.3em;
  order: 1;
}
@media screen and (max-width: 1100px) {
  #concept .txt_box .txt02 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .txt_box .txt02 {
    font-size: 2.7vw;
    line-height: 2.2em;
  }
}

#maparea .wrap01 {
  padding-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  #maparea .wrap01 {
    padding-bottom: 13.6vw;
  }
}
@media screen and (max-width: 768px) {
  #maparea .wrap01 {
    width: 100%;
    padding-top: 20vw;
    padding-bottom: 25.6vw;
  }
}
#maparea .map_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#maparea .map_box .map, #maparea .map_box .map_base {
  background-color: #fff;
}
#maparea .map_box .map_base {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#maparea .map_txt_box {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1100px) {
  #maparea .map_txt_box {
    max-width: none;
    width: 45.5vw;
    margin-top: 4.1vw;
  }
}
@media screen and (max-width: 768px) {
  #maparea .map_txt_box {
    width: 80%;
    margin-top: 7.3vw;
  }
}
#maparea .map_txt_box .map_txt01 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  #maparea .map_txt_box .map_txt01 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #maparea .map_txt_box .map_txt01 {
    font-size: 3.7vw;
  }
}
#maparea .map_txt_box .map_txt01 sup {
  font-size: 0.7em;
  position: relative;
  top: -0.5em;
}
#maparea .map_txt_box .map_txt02 {
  font-size: 15px;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.15em;
  margin-top: 1em;
}
@media screen and (max-width: 1100px) {
  #maparea .map_txt_box .map_txt02 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #maparea .map_txt_box .map_txt02 {
    font-size: 2.7vw;
    line-height: 1.7em;
  }
}
#maparea .map_pho_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 140px;
}
@media screen and (max-width: 1100px) {
  #maparea .map_pho_box {
    margin-top: 12.7vw;
  }
}
@media screen and (max-width: 768px) {
  #maparea .map_pho_box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13.3vw;
  }
}
#maparea .map_pho_box .pho_block {
  width: 22.7%;
}
@media screen and (max-width: 768px) {
  #maparea .map_pho_box .pho_block {
    width: 46.8%;
  }
  #maparea .map_pho_box .pho_block:nth-child(n+3) {
    margin-top: 6.7vw;
  }
}
#maparea .map_pho_box .pho_block .pho_txt {
  font-size: 15px;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 1100px) {
  #maparea .map_pho_box .pho_block .pho_txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #maparea .map_pho_box .pho_block .pho_txt {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    font-size: 2.7vw;
  }
}

#bigimg03 {
  position: relative;
  overflow: hidden;
}
#bigimg03 .bigimg03_box {
  position: relative;
}
#bigimg03 .sub_txt {
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 1em;
  bottom: calc(0px + 1em);
}
@media screen and (max-width: 1100px) {
  #bigimg03 .sub_txt {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #bigimg03 .sub_txt {
    font-size: 2vw;
    bottom: 1em;
  }
}

#bigimg03 {
  position: relative;
  width: 100%;
}

.bigimg03_box {
  position: relative;
}

.bigimg03_content {
  width: 100%;
  position: relative;
}
.bigimg03_content .txt01 {
  font-size: 30px;
  line-height: 2em;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  position: absolute;
  top: 130px;
  left: 26vw;
  z-index: 1;
  color: #fff;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1100px) {
  .bigimg03_content .txt01 {
    font-size: 2.7vw;
    top: 11.8vw;
  }
}
@media screen and (max-width: 768px) {
  .bigimg03_content .txt01 {
    font-size: 3.8vw;
    left: 45vw;
    top: 30.8vw;
  }
}
@media screen and (max-width: 768px) {
  .bigimg03_content .img01 {
    width: 100%;
    height: calc(100vh - 16.7vw);
  }
}
@media screen and (max-width: 768px) {
  .bigimg03_content .img01 img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: 25% 50% !important;
       object-position: 25% 50% !important;
  }
}

#video01 .cover {
  transition-property: background-position;
  transition-duration: 1.5s;
  transition-timing-function: ease-in-out;
  background-position: center top -25vw;
}
@media screen and (max-width: 768px) {
  #video01 .cover {
    transition-duration: 2s;
    background-position: center top -40vw;
  }
}
#video01 .cover.act {
  background-position: center top 155vw;
}
@media screen and (max-width: 768px) {
  #video01 .cover.act {
    background-position: center top 340vw;
  }
}
#video01 .cover.none {
  display: none;
}
#video01 .sub_txt {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#video01 .sub_txt.act {
  opacity: 1;
}
#video01 .loader {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#video01 .loader.act {
  opacity: 0;
}
#video01 .scroll {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#video01 .scroll.act {
  opacity: 1;
}

#maparea .map_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#maparea .map_box .map_base {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 3s;
}
#maparea .map_txt_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 5s;
}
#maparea .map_pho_box {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transition-delay: 7s;
}
#maparea.deactive .map_box {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#maparea.deactive .map_box .map_base {
  opacity: 1;
  transition: 0s;
  transition-delay: 0s;
}
#maparea.deactive .map_txt_box {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#maparea.deactive .map_pho_box {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}/*# sourceMappingURL=style_concept.css.map */