/*---------------------------------------------------
mainV
---------------------------------------------------*/
.mainv {
  background: #000;
}

@media screen and (min-width: 768px) {
  .mainv {
    height: -webkit-calc(100vh - 155px);
    height: calc(100vh - 155px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .mainv {
    padding-top: 150px;
  }
}

.mainv .mainv_inr {
  max-width: 920px;
  width: 100%;
}

.btn_kindan {
  border-top: 1px solid #fff;
}

.btn_kindan a {
  display: block;
  width: 100%;
}

.btn_kindan img {
  width: 100%;
}

.btn_kindan .btn_kindan_inr {
  max-width: 1200px;
  margin: auto;
  padding: 65px 20px 65px 80px;
}

.btn_kindan .btn_kindan_inr p {
  float: left;
  margin-right: 20px;
}

.top_section .top_section_container {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px;
}

.top_section .txt {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .top_section .txt {
    width: 100%;
  }
}

.top_section .txt h2 {
  font-size: 3rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .top_section .txt h2 {
    text-align: center;
  }
}

.top_section .txt p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 20px;
}

.top_section .img {
  text-align: center;
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px);
}

@media screen and (max-width: 767px) {
  .top_section .img {
    margin-top: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_section .btn_more {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .top_section01 .top_section_container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
}

.top_section01 .top_section_container .txt {
  padding-right: 140px;
}

@media screen and (max-width: 767px) {
  .top_section01 .top_section_container .txt {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_section01 .top_section_container .img {
    float: none;
  }
}

.top_section02 {
  background: rgba(166, 147, 107, 0.2);
}

@media screen and (min-width: 768px) {
  .top_section02 .top_section_container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
}

.top_section02 .top_section_container .txt {
  padding-left: 140px;
}

@media screen and (max-width: 767px) {
  .top_section02 .top_section_container .txt {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_section02 .top_section_container .img {
    float: none;
  }
}
