.head .head_bottom_box .menu_lsit a.top {
  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;
  }
}

#top_contents01 {
  background-color: #fff;
}
#top_contents01 .head_box {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  #top_contents01 .head_box {
    padding-top: 13.6vw;
    padding-bottom: 9.1vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents01 .head_box {
    padding-top: 13.3vw;
    padding-bottom: 9.3vw;
  }
}
#top_contents01 .head_box .txt01 {
  font-size: 24px;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  #top_contents01 .head_box .txt01 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents01 .head_box .txt01 {
    font-size: 4vw;
  }
}
#top_contents01 .head_box .txt02 {
  font-size: 45px;
  color: #967a53;
  text-align: center;
  letter-spacing: 0.3em;
  margin-top: 0.5em;
}
@media screen and (max-width: 1100px) {
  #top_contents01 .head_box .txt02 {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents01 .head_box .txt02 {
    font-size: 7.2vw;
  }
}
#top_contents01 #space {
  background-image: url(../images/index/spec_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 1400px auto;
  background-position: center top;
}
@media screen and (max-width: 1100px) {
  #top_contents01 #space {
    background-size: 127.3vw auto;
  }
}
@media screen and (max-width: 768px) {
  #top_contents01 #space {
    background-image: url(../images/index/spec_bg_sp.png);
    background-size: 100% auto;
  }
}
#top_contents01 #space .wrap01 {
  padding-top: 150px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1100px) {
  #top_contents01 #space .wrap01 {
    padding-top: 13.6vw;
    padding-bottom: 18.2vw;
  }
}
#top_contents01 #space .catch {
  font-size: 29px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  #top_contents01 #space .catch {
    font-size: 2.6vw;
    margin-bottom: 7.3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents01 #space .catch {
    font-size: 4.7vw;
    letter-spacing: 0.15em;
    margin-bottom: 6.4vw;
  }
}
#top_contents01 #space .txt_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top_contents01 #space .txt_list {
    display: block;
    border-top: 1px solid #9FA0A0;
  }
}
#top_contents01 #space .txt_list li {
  width: 32.2%;
  font-size: 18px;
  line-height: 1.5em;
  border-bottom: 1px solid #9FA0A0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.7em 0 0.8em;
}
@media screen and (max-width: 1100px) {
  #top_contents01 #space .txt_list li {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents01 #space .txt_list li {
    width: 100%;
    font-size: 3.6vw;
  }
  #top_contents01 #space .txt_list li.one_line {
    line-height: 3em;
  }
  #top_contents01 #space .txt_list li .s-txt {
    font-size: 3.2vw;
  }
}
#top_contents01 #space .txt_list li sup {
  font-size: 0.7em;
  position: relative;
  top: -0.5em;
}
#top_contents01 #space .txt_list li:nth-child(1), #top_contents01 #space .txt_list li:nth-child(2), #top_contents01 #space .txt_list li:nth-child(3) {
  border-top: 1px solid #9FA0A0;
}
@media screen and (max-width: 768px) {
  #top_contents01 #space .txt_list li:nth-child(1), #top_contents01 #space .txt_list li:nth-child(2), #top_contents01 #space .txt_list li:nth-child(3) {
    border-top: none;
  }
}

#video02 .main_txt {
  font-size: 30px;
  writing-mode: vertical-rl;
  line-height: 2em;
  letter-spacing: 0.2em;
  position: absolute;
  left: 285px;
  top: 100px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #video02 .main_txt {
    font-size: 2.7vw;
    left: 25.9vw;
    top: 9vw;
  }
}
@media screen and (max-width: 768px) {
  #video02 .main_txt {
    font-size: 3.3vw;
    left: 20vw;
    top: 7.3vw;
  }
}
#video02 .sub_txt {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #video02 .sub_txt {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  #video02 .sub_txt {
    font-size: 3.3vw;
  }
}
#video02 .scroll {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  z-index: 5;
  width: 38px;
}
@media screen and (max-width: 1100px) {
  #video02 .scroll {
    bottom: -4.5vw;
    width: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #video02 .scroll {
    bottom: -3vw;
    width: 9.8vw;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  display: none;
}
.overlay.open {
  display: block;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 1000px;
  width: 90%;
  max-height: 90vh;
  background: #fff;
  display: none;
  overflow-y: scroll;
}
.modal.open {
  display: block;
}
.modal .plan_img {
  position: relative;
  width: auto;
}
.modal .plan_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.plan_close {
  width: 3%;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0);
  cursor: pointer;
}

#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;
}

#video02_box {
  overflow: hidden;
}

#video02 .main_txt {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#video02.deactive .main_txt {
  opacity: 0;
  transition: 0s;
  transform: translateY(20px);
  transition-delay: 0s;
}/*# sourceMappingURL=style_top.css.map */