
main {
  padding-top: 160px;
  position: relative;
}

.main_top {
  background-image: url('../img/top/header_background.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1100px;
  margin-top: -160px;
  padding-bottom: 680px;
  position: relative;
  z-index: 99;
}

.innner {
  margin: 0 auto;
  width: 1200px;
}

.main_top_text {
  color: #fff;
  display: flex;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 6rem;
  font-weight: 900;
  justify-content: flex-end;
  padding-top: 240px;
  text-align: right;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }

  .main_top {
    height: 68vw;
    margin-top: 0;
    padding-bottom: 0;
  }

  .innner {
    width: 100%;
  }

  .main_top_text {
    color: #fff;
    display: flex;
    font-family: 'M PLUS 1', sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    font-weight: 900;
    justify-content: flex-end;
    padding-right: 20px;
    padding-top: 60px;
    text-align: right;
  }
}

/* ------------------------------------------
  main_second
------------------------------------------ */
.main_second {
  background-color: #e1e1e1;
  background-image: url('../img/top/top_text.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-top: -100px;
  padding-bottom: 60px;
  position: relative;
  z-index: 9;
}

.second_container {
  display: flex;
  margin: 0 auto;
  width: 1000px;
}

.main_second_text {
  margin-right: 50px;
  margin-top: 70px;
  width: calc(100% - 550px);
}

.main_second_text_top {
  font-family: 'M PLUS 1', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
}

.main_second_text_contents {
  font-size: 1.5rem;
  margin-top: 20px;
}

.main_second_img {
  width: 500px;
}

.main_second_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main_second {
    background-position: top 380px left;
    background-size: 100% auto;
    margin-top: 0;
  }

  .second_container {
    display: block;
    padding: 0 20px;
    width: 100%;
  }

  .main_second_text {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }

  .main_second_text_top {
    font-size: 1.8rem;
  }

  .main_second_text_contents {
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .main_second_img {
    margin-top: 10px;
    width: 100%;
  }
}

/* ------------------------------------------
  main_third
------------------------------------------ */
.main_third {
  margin-top: -230px;
  overflow: hidden;
  padding-top: 20.285714vw;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1240px) {
  .main_third {
    padding-top: 251px;
  }
}

@media screen and (max-width: 767px) {
  .main_third {
    padding-top: 20.285714vw;
  }
}

.main_third::before {
  background-image: url(../img/top/second_background_top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20.285714vw;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  .main_third::before {
    height: 251px;
  }
}

@media screen and (max-width: 767px) {
  .main_third::before {
    height: 20.285714vw;
  }
}

.main_third_inner {
  background: rgb(255,0,0);
  background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(190,0,0,1) 100%);
  padding-bottom: 40px;
  position: relative;
}

.main_third_title {
  margin-left: auto;
  position: relative;
  width: 250px;
  z-index: 0;
}

.main_third_title_text {
  background-color: #000;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  padding-left: 40px;
}

.main_third_title::after {
  background-color: #000;
  content: '';
  display: block;
  height: 55px;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.main_force.price .main_third_title_text {
  background-color: #e10000;
}

.main_force.price .main_third_title::after {
  background-color: #e10000;
}

.main_third_contents {
  display: flex;
  justify-content: space-evenly;
  margin-top: 40px;
}

.main_third_contents_img_mask {
  height: 108px;
  margin: 0 auto;
  width: 75px;
}

.main_third_contents_img_mist {
  height: 120px;
  margin: 0 auto;
  width: 100px;
}

.main_third_contents_img_heat {
  height: 98px;
  margin: 0 auto;
  width: 108px;
}

.main_third_contents_img_window {
  height: 91px;
  margin: 0 auto;
  width: 140px;
}

.main_third_contents_img img {
  height: 100%;
  margin: 0 auto;
}

.main_third_contents_inner_mask {
  background-color: #fff;
  height: 200px;
  padding: 20px 10px 10px;
  width: 200px;
}

.main_third_contents_inner_mist {
  background-color: #fff;
  height: 200px;
  padding: 15px 50px 10px;
  width: 200px;
}

.main_third_contents_inner_heat {
  background-color: #fff;
  height: 200px;
  padding: 30px 50px 20px;
  width: 200px;
}

.main_third_contents_inner_window {
  background-color: #fff;
  height: 200px;
  padding: 20px 30px;
  width: 200px;
}

.main_third_contents_text_mask {
  font-family: 'M PLUS 1', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 15px;
  text-align: center;
}

.main_third_contents_text_mist {
  font-family: 'M PLUS 1', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 10px;
  text-align: center;
}

.main_third_contents_text_heat {
  font-family: 'M PLUS 1', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  margin-top: 30px;
  text-align: center;
}

.main_third_contents_text_window {
  font-family: 'M PLUS 1', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main_third {
    margin-top: 0;
    padding-top: 20.285714vw;
  }

  .main_third::before {
    background-image: url(../img/top/second_background_top.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 20.285714vw;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 0;
  }

  .main_third_inner {
    background: rgb(255,0,0);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(190,0,0,1) 100%);
    padding-bottom: 40px;
    position: relative;
  }

  .main_third_title_text {
    font-size: 2.2rem;
    padding-left: 20px;
  }

  .main_third_title::after {
    background-color: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }

  .main_third_contents {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .main_third_contents_img_mask {
    height: 75px;
    margin: 0 auto;
    width: 52px;
  }

  .main_third_contents_img_mist {
    height: 84px;
    margin: 0 auto;
    width: 70px;
  }

  .main_third_contents_img_heat {
    height: 68px;
    width: 75px;
  }

  .main_third_contents_img_window {
    height: 63px;
    width: 98px;
  }

  .main_third_contents_img img {
    height: 100%;
    margin: 0 auto;
  }

  .main_third_contents_inner_mask {
    background-color: #fff;
    height: auto;
    padding: 20px 10px 10px;
    width: calc(50% - 10px);
  }

  .main_third_contents_inner_mist {
    background-color: #fff;
    height: auto;
    margin-left: 20px;
    padding: 15px 10px 10px;
    width: calc(50% - 10px);
  }

  .main_third_contents_inner_heat {
    background-color: #fff;
    height: auto;
    margin-top: 20px;
    padding: 30px 10px 20px;
    width: calc(50% - 10px);
  }

  .main_third_contents_inner_window {
    background-color: #fff;
    height: auto;
    margin-left: 20px;
    margin-top: 20px;
    padding: 20px 10px;
    width: calc(50% - 10px);
  }

  .main_third_contents_text_mask {
    font-family: 'M PLUS 1', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 15px;
    text-align: center;
  }

  .main_third_contents_text_mist {
    font-family: 'M PLUS 1', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 10px;
    text-align: center;
  }

  .main_third_contents_text_heat {
    font-family: 'M PLUS 1', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
  }

  .main_third_contents_text_window {
    font-family: 'M PLUS 1', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
  }
}

/* ------------------------------------------
  main_force
------------------------------------------ */
.main_force {
  margin-top: -20px;
  overflow: hidden;
  padding-top: 20.285714vw;
  position: relative;
  z-index: 99;
}

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

@media screen and (max-width: 1240px) {
  .main_force {
    padding-top: 20.285714vw;
  }
}
.main_force_inner {
  background: rgb(77,77,77);
  background: linear-gradient(90deg, rgba(77,77,77,1) 0%, rgba(26,26,26,1) 100%);
  padding-bottom: 40px;
}

.main_force_inner::before {
  background-image: url(../img/top/main_force_top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20.285714vw;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  .main_force_inner::before {
    height: 251px;
  }
}

@media screen and (max-width: 767px) {
  .main_force_inner::before {
    height: 20.285714vw;
  }
}

.main_force_flame {
  display: flex;
}

.main_force_left {
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  top: 24vw;
  width: 252px;
  z-index: 0;
}

.main_force_title_text {
  background-color: #e10000;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-top: 10px;
  z-index: 0;
}

.main_force_title_text::after {
  background-color: #e10000;
  content: '';
  display: block;
  height: 97px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 100vw;
  z-index: -1;
}

.main_force_title_explain {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 20px;
}

.main_force_title_button {
  background-color: #e10000;
  display: block;
  margin-top: 25px;
  text-align: center;
  width: 180px;
}

.main_force_title_button_text {
  color: #fff;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
}

.main_force_title_button_text::after {
  border: 7px solid transparent;
  border-left: 12px solid #fff;
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.main_force_right_trainer {
  display: flex;
  flex-wrap: wrap;
}

.main_force_right {
  margin-left: 200px;
}

.main_force_right_trainer li:first-child {
  margin-left: 150px;
}

.main_force_right_trainer li:nth-child(2n+1) {
  margin-right: 50px;
}

.main_force_right_trainer li:nth-child(n+3) {
  margin-top: 50px;
}

.main_force_right_trainer_each {
  position: relative;
  width: 300px;
}

.main_force_right_trainer_name {
  background-color: rgba(225, 0, 0, .5);
  bottom: 0;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  padding: 15px 85px;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main_force_flame {
    display: block;
    padding-top: 50px;
  }

  .main_force_left {
    position: static;
    width: auto;
  }

  .main_force_title_text {
    background-color: #e10000;
    color: #fff;
    display: table;
    font-size: 2.2rem;
    line-height: 1.2;
    padding-bottom: 7px;
    padding-right: 20px;
    padding-top: 7px;
    position: relative;
  }

  .main_force_title_text::after {
    background-color: #e10000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
  }

  .main_force_title_explain {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 20px;
  }

  .main_force_title_button {
    background-color: #e10000;
    display: block;
    margin-top: 25px;
    text-align: center;
    width: 180px;
  }

  .main_force_title_button_text {
    color: #fff;
    display: block;
    font-size: 1.7rem;
    position: relative;
  }

  .main_force_title_button_text::after {
    border: 7px solid transparent;
    border-left: 12px solid #fff;
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .main_force_right_trainer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .main_force_right {
    margin-left: 0;
  }

  .main_force_right_trainer li:first-child {
    margin-left: 0;
  }

  .main_force_right_trainer li:nth-child(2n+1) {
    margin-left: 0;
    margin-right: 0;
  }

  .main_force_right_trainer li:not(:nth-child(1)) {
    margin-top: 0;
  }

  .main_force_right_trainer li:not(:nth-child(2)) {
    margin-top: 0;
  }

  .main_force_right_trainer li:nth-child(n + 3) {
    margin-top: 20px;
  }

  .main_force_right_trainer_each {
    margin-left: 20px;
    position: relative;
    width: calc(50% - 10px);
  }

  .main_force_right_trainer_each:nth-child(2n+1) {
    margin-left: 0;
  }

  .main_force_right_trainer_each:nth-child(n+3) {
    margin-top: 20px;
  }

  .main_force_right_trainer_name {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}

/* ------------------------------------------
  main_fifth
------------------------------------------ */
.main_fifth {
  margin-top: -20px;
  overflow: hidden;
  padding-bottom: 20.285714vw;
  padding-top: 23.385714vw;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1240px) {
  .main_fifth {
    padding-bottom: 251px;
    padding-top: 289px;
  }
}

@media screen and (max-width: 767px) {
  .main_fifth {
    padding-bottom: 20.285714vw;
    padding-top: 23.385714vw;
  }
}

.main_fifth_inner {
  background: rgb(255,0,0);
  background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(190,0,0,1) 100%);
  padding-bottom: 40px;
}

.main_fifth_inner::before {
  background-image: url(../img/top/fifth_background_top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 23.385714vw;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  .main_fifth_inner::before {
    height: 289px;
  }
}

@media screen and (max-width: 767px) {
  .main_fifth_inner::before {
    height: 23.385714vw;
  }
}

.main_fifth_inner::after {
  background-image: url(../img/top/fifth_background_bottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: .8vw;
  content: '';
  height: 20.685714vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  .main_fifth_inner::after {
    height: 256px;
  }
}

@media screen and (max-width: 767px) {
  .main_fifth_inner::after {
    bottom: .8vw;
    height: 20.685714vw;
  }
}


.main_fifth_flame {
  display: flex;
  position: relative;
  z-index: 0;
}

.main_fifth_left {
  bottom: 25px;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  right: 0;
  width: 302px;
  z-index: 0;
}

.main_fifth_title_text {
  background-color: #000;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-right: 12px;
  padding-top: 10px;
  position: relative;
  text-align: right;
  z-index: 0;
}

.main_fifth_title_text::after {
  background-color: #000;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100vw;
  z-index: -1;
}

.main_fifth_title_explain {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
}

.main_fifth_title_button {
  background-color: #000;
  display: block;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
  width: 180px;
}

.main_force.price .main_fifth_title_button {
  background-color: #e10000;
}

.main_fifth_title_button_text {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
}

.main_fifth_title_button_text::after {
  border: 7px solid transparent;
  border-left: 12px solid #fff;
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.main_fifth_right {
  margin-right: 200px;
}

.main_fifth_right_trainer {
  display: flex;
  flex-wrap: wrap;
}

.main_fifth_right_trainer li:nth-child(2n+1) {
  margin-right: 50px;
}

.main_fifth_right_trainer li:first-child {
  margin-left: 150px;
}

.main_fifth_right_trainer_each {
  position: relative;
  width: 300px;
}

.main_fifth_right_trainer li:not(:nth-child(1)) {
  margin-top: 50px;
}

.main_fifth_right_trainer li:not(:nth-child(2)) {
  margin-top: 50px;
}

.main_fifth_right_trainer_each {
  position: relative;
  width: 300px;
}

.main_fifth_right_trainer_name {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  padding: 15px 85px;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main_fifth {
    margin-top: -20px;
    overflow: hidden;
    padding-bottom: 20.285714vw;
    padding-top: 23.385714vw;
    position: relative;
    z-index: 99;
  }

  .main_fifth_inner {
    background: rgb(255,0,0);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(190,0,0,1) 100%);
    padding-bottom: 40px;
  }

  .main_fifth_inner::before {
    background-image: url(../img/top/fifth_background_top.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 23.385714vw;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 0;
  }

  .main_fifth_inner::after {
    background-image: url(../img/top/fifth_background_bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: .8vw;
    content: '';
    height: 20.685714vw;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
  }

  .main_fifth_flame {
    display: block;
    padding-top: 20px;
  }

  .main_fifth_left {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: static;
    width: auto;
  }

  .main_fifth_title_text {
    display: table;
    font-size: 2.2rem;
    padding-bottom: 7px;
    padding-right: 20px;
    padding-top: 7px;
    position: relative;
  }

  .main_fifth_title_text::after {
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100vw;
  }

  .main_fifth_title_explain {
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
  }

  .main_fifth_title_button {
    background-color: #000;
    display: block;
    line-height: 30px;
    margin-top: 25px;
    text-align: center;
    width: 180px;
  }

  .main_fifth_title_button_text {
    color: #fff;
    font-size: 1.7rem;
    position: relative;
  }

  .main_fifth_title_button_text::after {
    border: 7px solid transparent;
    border-left: 12px solid #fff;
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .main_fifth_right {
    margin-right: 0;
    margin-top: 20px;
  }

  .main_fifth_right_trainer {
    display: flex;
    flex-wrap: wrap;
  }

  .main_fifth_right_trainer li:not(:nth-child(1)) {
    margin-top: 0;
  }

  .main_fifth_right_trainer li:not(:nth-child(2)) {
    margin-top: 0;
  }

  .main_fifth_right_trainer li:nth-child(2n+1) {
    margin-left: 0;
    margin-right: 0;
  }

  .main_fifth_right_trainer li:nth-child(n+3) {
    margin-top: 20px;
  }

  .main_fifth_right_trainer li:first-child {
    margin-left: 0;
  }

  .main_fifth_right_trainer_each {
    margin-left: 20px;
    width: calc(50% - 10px);
  }

  .main_fifth_right_trainer_name {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}

/* ------------------------------------------
  main_sixth
------------------------------------------ */
.main_sixth {
  margin-top: -60px;
  position: relative;
  z-index: 100;
}

.main_sisxth_flame {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.main_sixth_left {
  bottom: 0;
  left: 0;
  margin-right: 45px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  width: 200px;
}

.main_sixth_title_text {
  background-color: #000;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-top: 10px;
}

.main_sixth_title_text::after {
  background-color: #000;
  content: '';
  display: block;
  height: 59px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 100vw;
  z-index: -1;
}

.main_sixth_right {
  bottom: 0;
  left: 245;
  position: relative;
}

.main_sixth_right_each a {
  display: flex;
}

.main_sixth_right_deta {
  font-size: 18px;
  margin-right: 20px;
}

.main_sixth_right_text {
  font-size: 18px;
}

.main_sixth_right_contents li + li {
  margin-bottom: 25px;
}

.main_sixth_right_contents li:first-child {
  margin-bottom: 30px;
}

.main_sixth_right_contents li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .main_sixth {
    margin-top: 0;
    position: relative;
    z-index: 100;
  }

  .main_sisxth_flame {
    display: block;
    position: relative;
  }

  .main_sixth_left {
    bottom: 0;
    display: table;
    padding-bottom: 7px;
    padding-top: 7px;
    position: static;
    width: auto;
  }

  .main_sixth_title_text {
    font-size: 2.2rem;
    padding-bottom: 7px;
    padding-right: 20px;
    padding-top: 7px;
    position: relative;
  }

  .main_sixth_title_text::after {
    height: 100%;
    right: 0;
    top: 0;
    width: 100vw;
  }

  .main_sixth_right {
    bottom: 0;
    left: 0;
    margin-top: 20px;
    position: relative;
  }

  .main_sixth_right_each a {
    display: block;
  }

  .main_sixth_right_deta {
    font-size: 1.4rem;
    margin-right: 0;
  }

  .main_sixth_right_text {
    font-size: 1.4rem;
  }

  .main_sixth_right_contents li + li {
    margin-bottom: 10px;
  }

  .main_sixth_right_contents li:first-child {
    margin-bottom: 10px;
  }

  .main_sixth_right_contents li:last-child {
    margin-bottom: 0;
  }
}

/* ------------------------------------------
  main_seventh
------------------------------------------ */
.main_seventh {
  margin-top: -100px;
  overflow: hidden;
  padding-bottom: 23.585714vw;
  padding-top: 22.385714vw;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1240px) {
  .main_seventh {
    padding-bottom: 292px;
    padding-top: 277px;
  }
}

@media screen and (max-width: 767px) {
  .main_seventh {
    padding-bottom: 23.585714vw;
    padding-top: 22.385714vw;
  }
}

.main_seventh::before {
  background-image: url(../img/top/seventh_background_top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 22.385714vw;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: 0;;
}

@media screen and (max-width: 1240px) {
  .main_seventh::before {
    height: 279px;
  }
}

@media screen and (max-width: 767px) {
  .main_seventh::before {
    height: 22.385714vw;
  }
}

.main_seventh::after {
  background-image: url(../img/top/seventh_background_bottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 40px;
  content: '';
  height: 22.385714vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  .main_seventh::after {
    height: 292px;
  }
}

@media screen and (max-width: 767px) {
  .main_seventh::after {
    height: 22.385714vw;
  }
}

.main_seventh_inner {
  background: rgb(77,77,77);
  background: linear-gradient(90deg, rgba(77,77,77,1) 0%, rgba(26,26,26,1) 100%);
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}

.main_sevenxth_flame {
  position: relative;
  z-index: 0;
}

.main_sevenxth_left {
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: -90px;
  width: 250px;
  z-index: 0;
}

.main_sevenxth_title_text {
  /* background-color: #e10000; */
  background-color: #000;
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: right;
}

.main_sevenxth_title_text:after {
  /* background-color: #e10000; */
  background-color: #000;
  content: '';
  display: block;
  height: 59px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100vw;
  z-index: -1;
}

.main_sevenxth_right_contents {
  display: flex;
  flex-wrap: wrap;
}

.main_sevenxth_right_each {
  display: flex;
}

.main_seventh_img {
  height: 240px;
  width: 240px;
}

.main_seventh_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.main_seventh_textcontents {
  background-color: #e1e1e1;
  padding: 30px;
  position: relative;
  width: 240px;
}

.main_sevenxth_right_contents li:nth-child(2n+1) {
  margin-right: 40px;
}

.main_sevenxth_right_contents li:not(:nth-child(1)) {
  margin-top: 40px;
}

.main_sevenxth_right_contents li:not(:nth-child(2)) {
  margin-top: 40px;
}

.main_sevenxth_right_deta {
  font-size: 1.8rem;
}

.main_seventh_textcontents a {
  background-color: #000;
  bottom: 30px;
  display: block;
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: 180px;
}

.main_sevenxth_right_text {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
}

.main_sevenxth_right_text::after {
  border: 7px solid transparent;
  border-left: 12px solid #fff;
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .main_seventh {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 23.585714vw;
    padding-top: 22.385714vw;
    position: relative;
    z-index: 99;
  }

  .main_seventh::before {
    background-image: url(../img/top/seventh_background_top.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 22.385714vw;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 0;;
  }

  .main_seventh::after {
    background-image: url(../img/top/seventh_background_bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 30px;
    content: '';
    height: 22.385714vw;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
  }

  .main_seventh_inner {
    background: rgb(77,77,77);
    background: linear-gradient(90deg, rgba(77,77,77,1) 0%, rgba(26,26,26,1) 100%);
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
  }

  .main_sevenxth_left {
    display: table;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: static;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
  }

  .main_sevenxth_title_text {
    font-size: 2.2rem;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-top: 7px;
    position: relative;
  }

  .main_sevenxth_title_text:after {
    height: 100%;
    left: 0;
    top: 0;
  }

  .main_sevenxth_right_contents {
    display: block;
  }

  .main_seventh_img {
    height: auto;
    width: 40%;
  }

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

  .main_seventh_textcontents {
    padding: 20px;
    width: 60%;
  }

  .main_sevenxth_right_contents li:nth-child(2n+1) {
    margin-right: 0;
  }

  .main_sevenxth_right_contents li:not(:nth-child(1)) {
    margin-top: 20px;
  }

  .main_sevenxth_right_contents li:not(:nth-child(2)) {
    margin-top: 20px;
  }

  .main_sevenxth_right_deta {
    font-size: 1.4rem;
  }

  .main_seventh_textcontents a {
    bottom: 20px;
    line-height: 30px;
    width: 180px;
  }

  .main_sevenxth_right_text {
    color: #fff;
    font-size: 1.4rem;
    position: relative;
  }

  .main_sevenxth_right_text::after {
    border: 7px solid transparent;
    border-left: 10px solid #fff;
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ------------------------------------------
  main_eighth
------------------------------------------ */
.main_eighth {
  margin-top: -60px;
  position: relative;
  z-index: 110;
}

.main_eighth .container2 {
  padding-bottom: 100px;
  position: relative;
}

.main_eighth_title {
  background-color: #1a1a1a;
  bottom: 0;
  color: #fff;
  font-size: 3.2rem;
  left: 0;
  line-height: 50px;
  padding-right: 15px;
  position: absolute;
  z-index: 0;
}

.main_eighth_title::after {
  background-color: #1a1a1a;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.main_eighth_main {
  display: flex;
  flex-wrap: wrap;
}

.main_eighth_main_item {
  margin-left: 25px;
  width: calc(20% - 20px);
}

.main_eighth_main_item:nth-child(5n + 1) {
  margin-left: 0;
}

.main_eighth_main_item:nth-child(n + 6) {
  margin-top: 25px;
}

.main_eighth_main_item a {
  display: block;
}

.main_eighth_main_item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main_eighth {
    margin-top: 0;
    position: relative;
    z-index: 110;
  }

  .main_eighth .container2 {
    padding-bottom: 60px;
    position: relative;
  }

  .main_eighth_title {
    display: table;
    font-size: 2.2rem;
    line-height: 40px;
    padding-right: 20px;
    position: relative;
    z-index: 0;
  }

  .main_eighth_title::after {
    background-color: #1a1a1a;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
  }

  .main_eighth_main {
    margin-top: 20px;
  }

  .main_eighth_main_item {
    margin-left: 20px;
    width: calc(50% - 10px);
  }

  .main_eighth_main_item:nth-child(5n + 1) {
    margin-left: 20px;
  }

  .main_eighth_main_item:nth-child(n + 6) {
    margin-top: 20px;
  }

  .main_eighth_main_item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .main_eighth_main_item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

/* ------------------------------------------
  main_ninth
------------------------------------------ */
.main_ninth {
  margin-top: -170px;
  overflow: hidden;
  padding-bottom: 23.385714vw;
  padding-top: 23.385714vw;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1240px) {
  .main_ninth {
    padding-bottom: 289px;
    padding-top: 289px;
  }
}

@media screen and (max-width: 767px) {
  .main_ninth {
    padding-bottom: 23.385714vw;
    padding-top: 23.385714vw;
  }
}

.main_ninth::before {
  background-image: url(../img/top/ninth_background_top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 23.385714vw;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  .main_ninth::before {
    height: 292px;
  }
}

@media screen and (max-width: 767px) {
  .main_ninth::before {
    height: 23.385714vw;
  }
}

.main_ninth::after {
  background-image: url(../img/top/ninth_background_bottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 30px;
  content: '';
  height: 23.385714vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  .main_ninth::after {
    height: 292px;
  }
}

@media screen and (max-width: 767px) {
  .main_ninth::after {
    height: 23.385714vw;
  }
}

.main_ninth.access {
  margin-top: -20px;
  padding-top: 23.385714vw;
}

.main_ninth.access::before {
  background-image: url(../img/top/fifth_background_top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 23.385714vw;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  .main_ninth.access {
    padding-top: 301px;
  }

  .main_ninth.access::before {
    height: 301px;
  }
}

@media screen and (max-width: 767px) {
  .main_ninth.access {
    padding-top: 23.385714vw;
  }

  .main_ninth.access::before {
    height: 23.385714vw;
  }
}

.main_ninth_inner {
  background: rgb(255,0,0);
  background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(190,0,0,1) 100%);
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}

.main_ninth .container2 {
  position: relative;
  z-index: 0;
}

.main_ninth_main {
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 0;
}

.main_ninth_main_title_main {
  background-color: #e10000;
  color: #fff;
  font-size: 3.2rem;
  line-height: 50px;
  padding-left: 11px;
  position: relative;
  text-align: right;
  z-index: 0;
}

.main_ninth_main_title_main::after {
  background-color: #e10000;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.main_ninth_main_title_link {
  background-color: #e10000;
  display: block;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
  width: 180px;
}

.main_ninth_main_title_link span {
  color: #fff;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
}

.main_ninth_main_title_link span::after {
  border: 7px solid transparent;
  border-left: 12px solid #fff;
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.main_ninth.access .main_ninth_main_title_main {
  background-color: #000;
}

.main_ninth.access .main_ninth_main_title_main::after {
  background-color: #000;
}

.main_ninth.access .main_ninth_main_title_link {
  background-color: #000;
}

.main_ninth_main_links {
  display: flex;
}

.main_ninth_main_links_item {
  display: block;
  position: relative;
  width: 300px;
}

.main_ninth_main_links_item + .main_ninth_main_links_item {
  margin-left: 50px;
}

.main_ninth_main_links_item_img img {
  width: 100%;
}

.main_ninth_main_links_item_name {
  align-items: center;
  background-color: rgba(225,0,0,.5);
  bottom: 0;
  color: #fff;
  display: flex;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  height: 73px;
  justify-content: center;
  left: 0;
  line-height: 1.25;
  position: absolute;
  text-align: center;
  width: 100%;
}

.sub_contact.top_page {
  margin-top: -120px;
  position: relative;
  z-index: 120;
}

main {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .main_ninth {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 23.385714vw;
    padding-top: 23.385714vw;
    position: relative;
    z-index: 99;
  }

  .main_ninth::before {
    background-image: url(../img/top/ninth_background_top.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 23.385714vw;
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 0;
  }

  .main_ninth::after {
    background-image: url(../img/top/ninth_background_bottom.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 30px;
    content: '';
    height: 23.385714vw;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
  }

  .main_ninth_inner {
    background: rgb(255,0,0);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(190,0,0,1) 100%);
    padding-bottom: 40px;
    position: relative;
    z-index: 0;
  }

  .main_ninth .container2 {
    position: relative;
    z-index: 0;
  }

  .main_ninth_main {
    display: table;
    margin-left: auto;
    position: relative;
  }

  .main_ninth_main_title_main {
    font-size: 2.2rem;
    line-height: 40px;
    padding-left: 20px;
  }

  .main_ninth_main_title_main::after {
    background-color: #000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }

  .main_ninth_main_title_link {
    background-color: #000;
    display: block;
    line-height: 30px;
    margin-top: 25px;
    text-align: center;
    width: 180px;
  }

  .main_ninth_main_title_link span {
    color: #fff;
    display: block;
    font-size: 1.7rem;
    position: relative;
  }

  .main_ninth_main_title_link span::after {
    border: 7px solid transparent;
    border-left: 12px solid #fff;
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .main_ninth_main_links {
    display: block;
    margin-top: 20px;
  }

  .main_ninth_main_links_item {
    width: 100%;
  }

  .main_ninth_main_links_item + .main_ninth_main_links_item {
    margin-left: 0;
    margin-top: 20px;
  }

  .main_ninth_main_links_item_img img {
    width: 100%;
  }

  .main_ninth_main_links_item_name {
    font-family: 'M PLUS 1', sans-serif;
    font-size: 1.7rem;
    font-weight: 900;
    height: 60px;
  }

  .sub_contact.top_page {
    margin-top: -20px;
  }

  main {
    padding-bottom: 60px;
  }
}

/* ------------------------------------------
  main_third.price
------------------------------------------ */
.main_third.price {
  margin-top: -120px;
}

.main_third.price.before {
  margin-top: -20px;
  padding-top: 23.385714vw;
}

.main_third.price .main_third_title_text {
  text-align: right;
}

.main_third.price.before::before {
  background-image: url(../img/top/fifth_background_top.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 23.385714vw;
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1240px) {
  .main_third.price.before {
    padding-top: 301px;
  }

  .main_third.price.before::before {
    height: 301px;
  }
}

@media screen and (max-width: 767px) {
  .main_third.price.before {
    padding-top: 23.385714vw;
  }

  .main_third.price.before::before {
    height: 23.385714vw;
  }
}

.price_main .main_fifth_title_button {
  margin-left: auto;
  margin-top: 40px;
}

.main_force.access {
  padding-bottom: 23.585714vw;
}

.main_force.access .main_force_inner .container2 {
  padding-top: 40px;
  position: relative;
}

.main_force.access .main_force_inner::after {
  background-image: url(../img/top/seventh_background_bottom.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 40px;
  content: '';
  height: 23.385714vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .main_third.price {
    margin-top: -60px;
  }

  .main_third.price .main_third_title {
    display: table;
    width: auto;
  }

  .main_third.price .main_third_title_text {
    text-align: right;
  }

  .price_main .main_fifth_title_button {
    margin-left: auto;
    margin-top: 20px;
  }

  .main_force.access {
    padding-bottom: 23.585714vw;
  }

  .main_force.access .main_force_inner .container2 {
    padding-top: 40px;
    position: relative;
  }
}
