/*clearfix*/
/*flex*/
/*flex*/
.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.pc_inline {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .pc_inline {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .none_pad section:nth-child(n+2) {
    padding: 40px 6vw;
  }
}

.tpl-cover--hero .main_com {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 3s ease;
}
.tpl-cover--hero .main_com img {
  width: 100%;
}
.tpl-cover--hero .main_com .main_bg {
  height: 100%;
  width: 100%;
}
.tpl-cover--hero .main_com .main_bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.tpl-cover--hero .main_com .main_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tpl-cover--hero .main_com.on {
  opacity: 1;
}
.tpl-cover--hero .mv01 {
  background: #030206;
}
.tpl-cover--hero .mv01 .mv01_img {
  width: auto;
  height: 165%;
  left: 0px;
  bottom: 0px;
  transition: transform 9s linear;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .tpl-cover--hero .mv01 .mv01_img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.tpl-cover--hero .mv01 .mv01_img img {
  width: auto;
  height: 100%;
}
.tpl-cover--hero .mv01 .mv01_txt {
  width: 35.74%;
  transition: opacity 1s ease-in-out 3s;
}
@media screen and (max-width: 768px) {
  .tpl-cover--hero .mv01 .mv01_txt {
    width: 80%;
  }
}
.tpl-cover--hero .mv01.on .mv01_img {
  transform: translateY(calc(100% - 100vh));
}
@media screen and (max-width: 768px) {
  .tpl-cover--hero .mv01.on .mv01_img {
    transform: translateX(-50%) translateY(calc(100% - 100vh));
  }
}
.tpl-cover--hero .mv01.on .mv01_txt {
  opacity: 0;
}
.tpl-cover--hero .mv03 .mv03_img {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: transform 9s linear;
}
.tpl-cover--hero .mv03 .mv03_img img {
  height: 100%;
  width: auto;
}
.tpl-cover--hero .mv03.on .mv03_img {
  transform: translateX(calc(100% - 100vw));
}
.tpl-cover--hero .mv04 {
  background: #f8f7f6;
}
.tpl-cover--hero .mv04 .mv04_txt {
  width: 52.53%;
}
@media screen and (max-width: 768px) {
  .tpl-cover--hero .mv04 .mv04_txt {
    width: 90%;
  }
}
.tpl-cover--hero .mv05 {
  background: #f8f7f6;
}
.tpl-cover--hero .mv05 .mv05_txt {
  width: 39.64%;
}
@media screen and (max-width: 768px) {
  .tpl-cover--hero .mv05 .mv05_txt {
    width: 80%;
  }
}
.tpl-cover--hero .mv08 .main_bg img {
  -o-object-position: left center;
  object-position: left center;
}

.top_merit_area {
  padding-top: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .top_merit_area {
    padding-top: 20px;
  }
}
.top_merit_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top_merit_area ul {
    display: block;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
.top_merit_area ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 0.97vw;
  box-sizing: border-box;
  padding: 0px 1.17vw;
  border-left: solid 1px #3f2021;
}
@media screen and (max-width: 768px) {
  .top_merit_area ul li {
    justify-content: center;
    border-left: none;
    border-bottom: solid 1px #3f2021;
    padding: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .top_merit_area ul li {
    width: 100%;
  }
}
.top_merit_area ul li .txt01 {
  font-size: 2.16vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top_merit_area ul li .txt01 {
    text-align: center;
    font-size: 5.5vw;
  }
}
.top_merit_area ul li .txt01 strong {
  font-size: 1.43em;
  font-weight: 400;
}
.top_merit_area ul li .txt01 small {
  display: block;
  text-align: center;
  font-size: max(0.39em, 10px);
}
.top_merit_area ul li .txt02 {
  font-size: max(1.07vw, 11px);
}
@media screen and (max-width: 768px) {
  .top_merit_area ul li .txt02 {
    font-size: 2.9vw;
  }
}
.top_merit_area ul li .txt02 strong {
  font-size: 1.43em;
  font-weight: 400;
}
.top_merit_area ul li .txt02 b {
  font-size: 1.19em;
  font-weight: 400;
}
.top_merit_area ul li.merit01 {
  border-left: none;
}