.page_full img {
  width: 100%;
  height: auto;
}

.mainVisual {
  position: relative;
  display: flex;
  overflow: hidden;
}

.mv_center {
  position: relative;
  width: 52%;
}
.mv_left {
  position: relative;
  width: 27%;
  margin-right: -2%;
  padding: 1% 0 0;
  z-index: 2;
}
.mv_left img {
  display: block;
  width: 96%;
}
.mv_right {
  position: relative;
  width: 27%;
  margin-left: -2%;
  padding: 1% 0 0;
  z-index: 2;
}
.mv_right img {
  display: block;
  width: 97%;
  margin-left: 3%;
}
.mv_title {
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 96%;
}
.mv_catch {
  position: absolute;
  top: 6%;
  right: 6%;
  width: 5%;
}
.mv_lead {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 5.5%;
}
.mv_mainimg2_sp {
  display: none;
}
.mv_roadshow {
  /* position: absolute;
  bottom: 0.25%;
  right: 3%;
  width: 8.5%; */
  display: none;
}
.mv_bddvd_pc {
  position: relative;
  display: block;
  width: 13vw;
  margin: -9vw 0 0 84vw;
  z-index: 15;
  transition: .25s;
}
.mv_bddvd_pc:hover {
  transform: rotate(15deg) scale(1.05);
}

.menu {
  padding: 50px 0 40px;
  background: #fff;
}
.menu_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 710px;
  margin: 0 auto;
}
.menu_item {
  display: block;
  width: 24%;
  margin: 0 0 2%;
  text-align: center;
  color: #13378A;
  font-family: 'Bebas Neue', cursive;
  font-size: 25px;
  font-weight: 700;
  border: 1px solid #13378A;
  border-radius: 3px;
  transition: .25s;
}
.menu_item_l {
  width: 100%;
  font-size: 30px;
}
.menu_item:hover {
  color: #fff;
  background: #13378A;
}

.js-anime__01,
.js-anime__02,
.js-anime__03,
.js-anime__04,
.js-anime__05 {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .mv_left,
  .mv_right {
    display: none;
  }
  .mv_center {
    width: 100%;
  }
  .mv_title {
    bottom: 0;
    top: 55%;
    left: 3%;
    width: 94%;
  }
  .mv_catch {
    top: 2%;
    right: 3%;
    width: 8.9%;
  }
  .mv_lead {
    position: absolute;
    top: 2%;
    left: 3.75%;
    width: 8.9%;
  }
  .mv_mainimg2_sp {
    position: absolute;
    top: 66%;
    left: 0;
    display: block;
    width: 100%;
  }
  .mv_roadshow {
    position: absolute;
    bottom: 1%;
    right: 5%;
    display: block;
    width: 90%;
  }
  .mv_bddvd_pc {
    display: none;
  }
  .menu_item {
    width: 100%;
  }
}


/* sns */
.sns_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 40px;
}
.sns_item {
  width: 47px;
  height: 47px;
  margin: 10px;
}

@media screen and (max-width: 768px) {
  .sns_wrap {
    margin: 0 0 30px;
  }
}

/* cpn_bn */
.cpn_bn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 40px;
}
.cpn_bn_item {
  display: block;
  max-width: 320px;
  height: 80px;
  margin: 10px;
}
.cpn_bn_item_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .cpn_bn_wrap {
    padding: 0 0 50px;
  }
  .cpn_bn_item {
    width: 296px;
  }
  .cpn_bn_item_sp {
    display: block;
  }
}

/* barrier free banner */
.bf_bn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 70px;
}
.bf_bn_item {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 5px;
}