@charset "UTF-8";
#container {
  padding-top: 0;
}

/* TOP中身 */
.mainimage {
  padding-top: 75px;
}
@media screen and (max-width: 1160px) {
  .mainimage {
    padding-top: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimage {
    padding-top: 13vw;
  }
}
.mainimage .mv_content {
  position: relative;
}
.mainimage .mv_content .mv_base,
.mainimage .mv_content .mv_slide01,
.mainimage .mv_content .mv_slide02,
.mainimage .mv_content .mv_slide03,
.mainimage .mv_content .mv_slide04,
.mainimage .mv_content .mv_txt01,
.mainimage .mv_content .mv_base img,
.mainimage .mv_content .mv_slide01 img,
.mainimage .mv_content .mv_slide02 img,
.mainimage .mv_content .mv_slide03 img,
.mainimage .mv_content .mv_slide04 img,
.mainimage .mv_content .mv_txt01 img {
  width: 100%;
  height: 55.4vw;
}
@media screen and (max-width: 768px) {
  .mainimage .mv_content .mv_base,
  .mainimage .mv_content .mv_slide01,
  .mainimage .mv_content .mv_slide02,
  .mainimage .mv_content .mv_slide03,
  .mainimage .mv_content .mv_slide04,
  .mainimage .mv_content .mv_txt01,
  .mainimage .mv_content .mv_base img,
  .mainimage .mv_content .mv_slide01 img,
  .mainimage .mv_content .mv_slide02 img,
  .mainimage .mv_content .mv_slide03 img,
  .mainimage .mv_content .mv_slide04 img,
  .mainimage .mv_content .mv_txt01 img {
    height: 68vw;
  }
}
.mainimage .mv_content .mv_slide01,
.mainimage .mv_content .mv_slide02,
.mainimage .mv_content .mv_slide03,
.mainimage .mv_content .mv_slide04 {
  overflow: hidden;
}
.mainimage .mv_content .mv_base {
  position: relative;
  z-index: 1;
}
.mainimage .mv_content .mv_slide01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mainimage .mv_content .mv_slide01 img {
  position: absolute;
  top: 0;
  left: 0;
}
.mainimage .mv_content .mv_slide02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.mainimage .mv_content .mv_slide02 img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mainimage .mv_content .mv_slide03 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.mainimage .mv_content .mv_slide03 img {
  position: absolute;
  left: 0;
  top: 0;
}
.mainimage .mv_content .mv_slide04 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.mainimage .mv_content .mv_slide04 img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mainimage .mv_content .mv_txt01 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.mainimage .mv_content .mv_txt01 img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mainimage .mv_content .mv_title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.mainimage .mv_content .mv_title img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ctr_box {
  background: #f9f8f4;
  padding-top: 28px;
  padding-bottom: 34px;
}
@media screen and (max-width: 1310px) {
  .ctr_box {
    padding-top: 2.3vw;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .ctr_box {
    padding-top: 2.8vw;
    padding-bottom: 3.8vw;
  }
}
.ctr_box .ctr_box_title {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 1310px) {
  .ctr_box .ctr_box_title {
    font-size: 2.1vw;
    margin-top: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .ctr_box .ctr_box_title {
    font-size: 4.6vw;
    margin-top: 3.2vw;
  }
}
.ctr_box .ctr_box_title a {
  background-color: #000;
  color: #fff;
  font-size: 28px;
  padding: 0.3em 1em 0.4em;
  display: inline-block;
}
@media screen and (max-width: 1310px) {
  .ctr_box .ctr_box_title a {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .ctr_box .ctr_box_title a {
    font-size: 4.6vw;
  }
}
.ctr_box .ctr_box_text {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media screen and (max-width: 1310px) {
  .ctr_box .ctr_box_text {
    font-size: 1.2vw;
    margin-top: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  .ctr_box .ctr_box_text {
    font-size: 2.3vw;
  }
}

.yokoku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1160px) {
  .yokoku {
    max-width: none;
    width: 94vw;
  }
}
@media screen and (max-width: 768px) {
  .yokoku {
    max-width: none;
    width: 91.6%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}
.yokoku .y_txt01 {
  display: block;
  width: 87px;
  font-size: 17px;
  border: 1px solid #231815;
  line-height: 1em;
  text-align: center;
  padding: 0.3em 0 0.4em;
}
@media screen and (max-width: 1160px) {
  .yokoku .y_txt01 {
    width: 7.4vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .yokoku .y_txt01 {
    width: 14.6%;
    font-size: 2.8vw;
    padding: 4.8vw 0 4.8vw;
  }
}
.yokoku .y_txt02 {
  font-size: 10px;
  line-height: 1.5em;
  margin-left: 1.8em;
  width: calc(100% - 90px);
}
@media screen and (max-width: 1160px) {
  .yokoku .y_txt02 {
    width: calc(100% - 7.8vw);
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .yokoku .y_txt02 {
    width: 83.3%;
    font-size: 2.3vw;
    line-height: 1.5em;
    margin-left: 0;
  }
}

.head_copybox1 {
  text-align: center;
  padding-top: 158px;
  padding-bottom: 194px;
}
@media screen and (max-width: 1310px) {
  .head_copybox1 {
    padding-top: 11.9vw;
    padding-bottom: 14.6vw;
  }
}
@media screen and (max-width: 768px) {
  .head_copybox1 {
    padding-top: 13.2vw;
    padding-bottom: 12vw;
  }
}
.head_copybox1 .head_copybox1_title {
  font-size: 21px;
  text-align: center;
  margin-bottom: 58px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1310px) {
  .head_copybox1 .head_copybox1_title {
    font-size: 1.6vw;
    margin-bottom: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  .head_copybox1 .head_copybox1_title {
    font-size: 3vw;
    margin-bottom: 6.3vw;
  }
}
.head_copybox1 .head_copybox1_img {
  width: 100%;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1310px) {
  .head_copybox1 .head_copybox1_img {
    max-width: 40vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .head_copybox1 .head_copybox1_img {
    max-width: 71.4vw;
    margin-bottom: 5.6vw;
  }
}
.head_copybox1 .head_copybox1_text {
  font-size: 16px;
  line-height: 2.43;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1310px) {
  .head_copybox1 .head_copybox1_text {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .head_copybox1 .head_copybox1_text {
    font-size: 2.3vw;
    line-height: 2.31;
  }
}

.txt_box01 .txt01 {
  font-size: 47px;
  text-align: center;
}
@media screen and (max-width: 1310px) {
  .txt_box01 .txt01 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .txt_box01 .txt01 {
    font-size: 7.2vw;
  }
}
.txt_box01 .txt01 .t01 span, .txt_box01 .txt01 .t02 span {
  opacity: 0;
  display: inline-block;
}
.txt_box01 .txt02 {
  font-size: 17px;
  line-height: 2em;
  text-align: center;
  margin-top: 1.2em;
}
@media screen and (max-width: 1310px) {
  .txt_box01 .txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .txt_box01 .txt02 {
    font-size: 2.8vw;
  }
}

.head_copybox2 {
  text-align: center;
  padding-bottom: 122px;
}
@media screen and (max-width: 1310px) {
  .head_copybox2 {
    padding-bottom: 9.2vw;
  }
}
@media screen and (max-width: 768px) {
  .head_copybox2 {
    padding-bottom: 10.3vw;
  }
}
.head_copybox2 .head_copybox2_text {
  font-size: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .head_copybox2 .head_copybox2_text {
    font-size: 3.3vw;
    margin-bottom: 7.7vw;
    line-height: 2.03;
  }
}
.head_copybox2 .head_copybox2_img1 {
  width: 100%;
  max-width: 537px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 78px;
}
@media screen and (max-width: 1310px) {
  .head_copybox2 .head_copybox2_img1 {
    max-width: 44.75vw;
  }
}
@media screen and (max-width: 768px) {
  .head_copybox2 .head_copybox2_img1 {
    max-width: 70.2vw;
    margin-bottom: 10.6vw;
  }
}
.head_copybox2 .head_copybox2_img2 {
  width: 100%;
  max-width: 102px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1310px) {
  .head_copybox2 .head_copybox2_img2 {
    max-width: 7.6vw;
  }
}
@media screen and (max-width: 768px) {
  .head_copybox2 .head_copybox2_img2 {
    max-width: 13.3vw;
  }
}

.big_txt02 {
  width: 84.4%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .big_txt02 {
    width: 68.9vw;
  }
}

.big_txt01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}
@media screen and (max-width: 1310px) {
  .big_txt01 {
    margin-top: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .big_txt01 {
    width: 100%;
    margin-top: 7.8vw;
  }
}

.spec01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 62px;
}
@media screen and (max-width: 1310px) {
  .spec01 {
    margin-top: 4.7vw;
  }
}
@media screen and (max-width: 768px) {
  .spec01 {
    margin-top: 10.6vw;
  }
}

.senkou {
  margin-top: 70px;
}
@media screen and (max-width: 1310px) {
  .senkou {
    margin-top: 5.3vw;
  }
}
@media screen and (max-width: 768px) {
  .senkou {
    margin-top: 7.3vw;
  }
}
.senkou .senkou_txt {
  width: 652px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1310px) {
  .senkou .senkou_txt {
    width: 49.8vw;
  }
}
@media screen and (max-width: 768px) {
  .senkou .senkou_txt {
    width: 68.8vw;
  }
}
.senkou .inq_txt {
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
}
@media screen and (max-width: 1310px) {
  .senkou .inq_txt {
    width: 43.5vw;
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .senkou .inq_txt {
    width: 93%;
    margin-top: 6vw;
  }
}
.senkou .inq_txt a {
  display: block;
  font-size: 29px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1em;
  padding: 0.2em 0 0.3em;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed6c00+0,ed6c00+15,ed6c00+85,ed6c00+100&0+0,1+15,1+85,0+100 */
  background: linear-gradient(to right, rgba(237, 108, 0, 0) 0%, rgb(237, 108, 0) 15%, rgb(237, 108, 0) 85%, rgba(237, 108, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1310px) {
  .senkou .inq_txt a {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .senkou .inq_txt a {
    font-size: 6.3vw;
    padding: 0.5em 0 0.6em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed6c00+0,ed6c00+8,ed6c00+92,ed6c00+100&0+0,1+8,1+92,0+100 */
    background: linear-gradient(to right, rgba(237, 108, 0, 0) 0%, rgb(237, 108, 0) 8%, rgb(237, 108, 0) 92%, rgba(237, 108, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

#concept {
  position: relative;
  background-color: #7F8082;
  padding-top: 120px;
}
@media screen and (max-width: 1310px) {
  #concept {
    padding-top: 9.2vw;
  }
}
@media screen and (max-width: 768px) {
  #concept {
    padding-top: 11.7vw;
  }
}
#concept .leaf_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 560px;
}
@media screen and (max-width: 1310px) {
  #concept .leaf_img {
    width: 42.7vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .leaf_img {
    width: 54.7vw;
  }
}
#concept h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #bddfbd;
}
@media screen and (max-width: 1310px) {
  #concept h2 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #concept h2 {
    font-size: 3.8vw;
  }
}
#concept .txt01 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
  margin-top: 80px;
}
@media screen and (max-width: 1310px) {
  #concept .txt01 {
    font-size: 3.1vw;
    margin-top: 6.1vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .txt01 {
    font-size: 6.3vw;
    margin-top: 10.6vw;
    letter-spacing: 0.1em;
  }
}
#concept .txt02 {
  font-size: 26px;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
}
@media screen and (max-width: 1310px) {
  #concept .txt02 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .txt02 {
    font-size: 4.2vw;
  }
}
#concept .txt03 {
  font-size: 17px;
  line-height: 2.1em;
  text-align: center;
  color: #fff;
  margin-top: 32px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1310px) {
  #concept .txt03 {
    font-size: 1.3vw;
    margin-top: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .txt03 {
    font-size: 2.8vw;
    margin-top: 6.3vw;
    letter-spacing: 0.05em;
  }
}
#concept .img_box {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 1310px) {
  #concept .img_box {
    margin-top: 6.1vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .img_box {
    margin-top: 7vw;
  }
}
#concept .img_box .img01 {
  width: 75.8%;
}
@media screen and (max-width: 768px) {
  #concept .img_box .img01 {
    width: 79.7%;
  }
}
#concept .img_box .sub_txt01 {
  font-size: 11px;
  color: #fff;
  padding-bottom: 0.7em;
  margin-left: 145px;
}
@media screen and (max-width: 1310px) {
  #concept .img_box .sub_txt01 {
    font-size: 0.8vw;
    margin-left: 11.1vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .img_box .sub_txt01 {
    font-size: 1.9vw;
    margin-left: 1vw;
    text-shadow: -1px -1px 2px rgb(0, 0, 0), 1px 1px 2px rgb(0, 0, 0), -1px 1px 2px rgb(0, 0, 0), 1px -1px 2px rgb(0, 0, 0);
  }
}

/* 休業2 */
.holiday_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1310px) {
  .holiday_box {
    margin-top: 6.1vw;
  }
}
@media screen and (max-width: 768px) {
  .holiday_box {
    margin-top: 7.8vw;
  }
}
.holiday_box .h_title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #f00;
}
@media screen and (max-width: 1310px) {
  .holiday_box .h_title {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .holiday_box .h_title {
    font-size: 3.5vw;
  }
}
.holiday_box .h_txt {
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 0.3em;
  color: #f00;
}
@media screen and (max-width: 1310px) {
  .holiday_box .h_txt {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .holiday_box .h_txt {
    margin-top: 0.4em;
    font-size: 3vw;
    text-align: justify;
  }
}

/* 新春イベントバナー */
#event_ban_box01 {
  max-width: 1016px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1310px) {
  #event_ban_box01 {
    max-width: none;
    width: 77.6vw;
    margin-top: 7.6vw;
  }
}
@media screen and (max-width: 768px) {
  #event_ban_box01 {
    width: 100%;
    margin-top: 7.8vw;
  }
}

/*---------------------------
アニメーション用CSS
-----------------------------*/
.mainimage .mv_content .mv_slide01,
.mainimage .mv_content .mv_slide02,
.mainimage .mv_content .mv_slide03,
.mainimage .mv_content .mv_slide04 {
  height: 0;
}
.mainimage .mv_content .mv_slide01.act,
.mainimage .mv_content .mv_slide02.act,
.mainimage .mv_content .mv_slide03.act,
.mainimage .mv_content .mv_slide04.act {
  height: 55.4vw;
}
@media screen and (max-width: 768px) {
  .mainimage .mv_content .mv_slide01.act,
  .mainimage .mv_content .mv_slide02.act,
  .mainimage .mv_content .mv_slide03.act,
  .mainimage .mv_content .mv_slide04.act {
    height: 68vw;
  }
}
.mainimage .mv_content .mv_slide01 {
  transition-property: height;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_slide02 {
  transition-property: height;
  transition-duration: 1.2s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_slide03 {
  transition-property: height;
  transition-duration: 3.9s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_slide04 {
  transition-property: height;
  transition-duration: 2.5s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_txt01 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.8s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_txt01.act {
  opacity: 1;
}
.mainimage .mv_content .mv_title {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1.8s;
  transition-timing-function: ease-in-out;
}
.mainimage .mv_content .mv_title.act {
  opacity: 1;
}

.txt_box01 .txt02 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
.txt_box01 .txt02.act {
  opacity: 1;
  transform: translateY(0);
}

.info_box_title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 35px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #231815;
}
@media screen and (max-width: 1310px) {
  .info_box_title {
    font-size: 1.5vw;
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .info_box_title {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
}

.info_box {
  margin-bottom: 90px;
}
.info_box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #231815;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
@media screen and (max-width: 1310px) {
  .info_box dl {
    padding-bottom: 0.8vw;
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .info_box dl {
    padding-bottom: 2.6vw;
    margin-bottom: 2.6vw;
  }
}
.info_box dl dt {
  padding-left: 90px;
  width: 90px;
  font-size: 12px;
}
@media screen and (max-width: 1310px) {
  .info_box dl dt {
    font-size: 0.9vw;
    padding-left: 7.2vw;
  }
}
@media screen and (max-width: 768px) {
  .info_box dl dt {
    font-size: 2.4vw;
    padding-left: 0;
    width: 11vw;
  }
}
.info_box dl dd {
  width: calc(100% - 180px);
  font-size: 12px;
}
@media screen and (max-width: 1310px) {
  .info_box dl dd {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .info_box dl dd {
    font-size: 2.4vw;
    width: calc(100% - 12vw);
  }
}

.shita {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 20px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media screen and (max-width: 1310px) {
  .shita {
    width: 1.5vw;
    margin-top: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .shita {
    width: 4.2vw;
    margin-top: 5.3vw;
  }
}
.shita img {
  width: 100%;
}

.center-movie {
  width: 100%;
  height: 400px;
  position: relative;
}
.center-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 10%;
     object-position: center 10%;
}
@media screen and (max-width: 1310px) {
  .center-movie {
    height: 30.1vw;
  }
}
@media screen and (max-width: 768px) {
  .center-movie {
    height: 22.8vw;
  }
}

.mainimage-box {
  position: relative;
  height: 650px;
  margin-top: 125px;
}
@media screen and (max-width: 1310px) {
  .mainimage-box {
    margin-top: 10.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimage-box {
    margin-top: 12.3vw;
    height: 57vw;
  }
}
.mainimage-box .main-img {
  opacity: 0;
  transition: opacity 0.8s ease;
  background: url(../images/top/main-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mainimage-box .main-img.is-visible {
  opacity: 1;
}
.mainimage-box .main-img .mv_logo {
  width: 80px;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media screen and (max-width: 1310px) {
  .mainimage-box .main-img .mv_logo {
    top: 5.6vw;
    width: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimage-box .main-img .mv_logo {
    top: 6.6vw;
    width: 11.7vw;
  }
}
.mainimage-box .main-img .mv_logo img {
  width: 100%;
}
.mainimage-box .main-img .mv_title {
  font-size: 23px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 140px;
  letter-spacing: 0.1em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  font-weight: 500;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.7), 1px 1px 12px rgba(0, 0, 0, 0.7), -1px 1px 12px rgba(0, 0, 0, 0.7), 1px -1px 12px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1310px) {
  .mainimage-box .main-img .mv_title {
    bottom: 10.8vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimage-box .main-img .mv_title {
    bottom: 13.4vw;
    font-size: 2.8vw;
  }
}
.mainimage-box .main-img .mv_txt01 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 1310px) {
  .mainimage-box .main-img .mv_txt01 {
    bottom: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimage-box .main-img .mv_txt01 {
    bottom: 7.4vw;
    font-size: 2.8vw;
  }
}
.mainimage-box .main-img .mv_shita {
  width: 8px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
@media screen and (max-width: 1310px) {
  .mainimage-box .main-img .mv_shita {
    width: 0.6vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimage-box .main-img .mv_shita {
    width: 3.2vw;
    bottom: 0.5vw;
  }
}
.mainimage-box .main-img .mv_caption {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 20px;
  z-index: 6;
}
@media screen and (max-width: 1310px) {
  .mainimage-box .main-img .mv_caption {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimage-box .main-img .mv_caption {
    font-size: 2.4vw;
  }
}
.mainimage-box .main-video {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.8s ease;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mainimage-box .main-video.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mainimage-box .main-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.mainimage-box .main-video .video-copy {
  font-size: 32px;
  color: #231815;
  text-align: center;
  position: absolute;
  top: 110px;
  left: 10%;
  letter-spacing: 0.1em;
  z-index: 3;
}
@media screen and (max-width: 1310px) {
  .mainimage-box .main-video .video-copy {
    top: 8.8vw;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimage-box .main-video .video-copy {
    top: 7.3vw;
    font-size: 3.9vw;
  }
}/*# sourceMappingURL=style_top.css.map */