@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@300;400;500;700;900&display=swap');
/* ------------------------------------------
  Utility Class
------------------------------------------ */
/* clearfix */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------
  Common
------------------------------------------ */
* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  color: #000;
  font-family: 'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  min-width: 1240px;
  position: relative;
  -webkit-text-size-adjust: none;
}

body.active {
  height: 100%;
  overflow: hidden;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75!important;
  transition: color .3s ease, background .3s ease, opacity .3s ease!important;
}

a:focus {
  outline: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

ul, ol {
  list-style: none;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: 'M PLUS 1', sans-serif;
}

input[type=checkbox], input[type=radio] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

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

.container2 {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  .container {
    margin: 0 20px;
    width: auto;
  }

  .container2 {
    margin: 0 20px;
    width: auto;
  }

  .container .container2 {
    margin: 0;
  }

  .only_pc {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }
}

/* ------------------------------------------
  header
------------------------------------------ */
body {
  background-color: #e1e1e1;
}

.header {
  background-image: url('../img/top/headerleft.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 181px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.header_inner {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
}

.container {
  position: relative;
}

.header_icon {
  left: 20px;
  padding-top: 20px;
  position: absolute;
  width: 350px;
  z-index: 999;
}

.header_icon a {
  display: block;
}

.header_nav {
  height: 60px;
  left: 0;
  padding-top: 22px;
  width: 100%;
  z-index: 99;
}

.header_nav_innner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1200px;
}

.header_nav_contents {
  border-right: solid 1px #fff;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.header_nav_contents:last-child {
  border-right: none;
}

.c_menu {
  display: none;
}

.header_nav_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header {
    height: 90px;
  }

  .header_inner .container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .header_icon {
    padding-top: 0;
    position: static;
    width: 170px;
  }

  .header_nav {
    display: none;
  }

  .header .c_menu {
    cursor: pointer;
    display: block;
    height: 40px;
    margin-left: 5px;
    position: relative;
    transition: 300ms;
    width: 40px;
    z-index: 3;
  }

  .header .c_menu.is-open .c_menu_inner {
    background: rgba(255, 255, 255, 0);
  }

  .header .c_menu.is-open .c_menu_inner::before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 20px;
  }

  .header .c_menu.is-open .c_menu_inner::after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 20px;
  }

  .header .c_menu_inner {
    background-color: #fff;
    border-radius: 100px;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 49%;
    transform: translate(-50%,-50%);
    transition: all 0ms 300ms;
    transition: 300ms;
    width: 20px;
  }

  .header .c_menu_inner::before {
    background-color: #fff;
    border-radius: 100px;
    bottom: 5px;
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 20px;
  }

  .header .c_menu_inner:after {
    background-color: #fff;
    border-radius: 100px;
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    top: 5px;
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 20px;
  }

  .header_nav_sp {
    left: 0;
    position: fixed;
    top: 60px;
    width: 100%;
  }

  .header_nav_innner_sp {
    background: rgb(77,77,77);
    background: linear-gradient(90deg, rgba(77,77,77,1) 0%, rgba(26,26,26,1) 100%);
    padding: 20px;
  }

  .header_nav_contents_sp {
    border-bottom: 1px #fff solid;
  }

  .header_nav_contents_sp:first-child {
    border-top: 1px #fff solid;
  }

  .header_nav_contents_sp a {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 35px;
    padding: 0 10px;
  }
}

.common_contact {
  background-color: rgba(225,0,0,.5);
  height: 40px;
}

.common_contact .container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

.common_contact_item {
  align-items: center;
  display: flex;
  height: 100%;
}

.common_contact_item + .common_contact_item {
  margin-left: 20px;
}

.common_contact_item_title {
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.common_contact_item_number {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin-left: 4px;
}

.common_contact_item_line {
  display: block;
  margin-left: 4px;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .common_contact {
    background-color: rgba(225,0,0,.5);
    bottom: 0;
    height: auto;
    left: 0;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .common_contact .container {
    display: block;
  }

  .common_contact_item {
    flex-wrap: wrap;
    justify-content: center;
  }

  .common_contact_item + .common_contact_item {
    margin-left: 0;
    margin-top: 10px;
  }

  .common_contact_item_title {
    color: #fff;
    font-family: 'M PLUS 1', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4px;
    text-align: center;
    width: 100%;
  }

  .common_contact_item_number {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    margin-left: 0;
  }

  .common_contact_item_line {
    display: block;
    margin-left: 4px;
    width: 60px;
  }

  footer.footer {
    padding-bottom: 100px;
  }
}

/* ------------------------------------------
  sub_contact
------------------------------------------ */
.sub_contact {
  align-items: center;
  background: rgb(255,0,0);
  background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(190,0,0,1) 100%);
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 60px auto 0;
  position: relative;
  width: 600px;
}

.sub_contact span {
  background-image: url(../img/trainer/contact_arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 23px 27px;
  color: #fff;
  display: block;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
  padding-right: 43px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .sub_contact {
    height: 70px;
    margin: 40px auto 0;
    width: calc(100% - 40px);
  }

  .sub_contact span {
    background-size: 16px 19px;
    font-size: 2.5rem;
    padding-right: 30px;
  }
}

/* ------------------------------------------
  footer
------------------------------------------ */
.footer {
  background-image: url(../img/common/footer_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 20px;
}

.footer .container2 {
  position: relative;
}

.footer_links {
  align-items: center;
  display: flex;
}

.footer_links + .footer_links {
  margin-top: 15px;
}

.footer_links_item {
  border-right: solid 1px #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_links_item:first-child {
  padding-left: 0;
}

.footer_links_item:last-child {
  border-right: none;
}

.footer_sns {
  align-items: center;
  display: flex;
  margin-top: 20px;
}

.footer_sns_item + .footer_sns_item {
  margin-left: 12px;
}

.footer_sns_item a {
  display: block;
  width: 25px;
}

.footer_logo {
  bottom: 30px;
  display: block;
  position: absolute;
  right: 0;
  width: 350px;
}

.footer_copy {
  color: #fff;
  font-size: 1rem;
  margin-top: 80px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer {
    background-image: url(../img/common/footer_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 20px;
  }

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

  .footer_links + .footer_links {
    border-bottom: solid 1px #fff;
    margin-top: 0;
  }

  .footer_links_item {
    border-right: none;
    border-top: solid 1px #fff;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    padding: 10px;
  }

  .footer_links_item:first-child {
    padding-left: 10px;
  }

  .footer_sns {
    justify-content: center;
  }

  .footer_logo {
    position: static;
    width: 250px;
  }

  .footer_copy {
    margin-top: 20px;
    text-align: center;
  }
}

/* ------------------------------------------
  price_main_item_table
------------------------------------------ */
.price_main_item + .price_main_item {
  margin-top: 40px;
}

.price_main_item_title {
  color: #fff;
  font-family: 'M PLUS 1', sans-serif;
  font-size: 3.6rem;
  font-weight: 900;
}

.price_main_item_title + .price_main_item_table {
  margin-top: 20px;
}

.price_main_item_table {
  width: 100%;
}

.price_main_item_table th {
  background-color: #1a1a1a;
  border-left: 1px #ccc solid;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1em;
  padding: 7px 0;
  text-align: center;
  vertical-align: middle;
}

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

.price_main_item_table th:first-child {
  border-left: none;
  width: 315px;
}

.price_main_item_table th:nth-child(2) {
  width: 315px;
}

.price_main_item_table th:nth-child(3) {
  width: calc(100% - 630px);
}

.price_main_item_table td {
  background-color: #fff;
  border-left: 1px #ccc solid;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 20px 20px 20px 27px;
  vertical-align: middle;
}

.price_main_item_table td:first-child {
  border-left: none;
}

.price_main_item_table tr:nth-child(2n + 1) td {
  background-color: #f6e2e1;
}

.price_main_item_table td .price_main_item_table_price {
  font-family: 'M PLUS 1', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
}

.price_main_item_table td .price_main_item_table_price .tax {
  font-size: 1.6rem;
}

.price_main_item_table td .price_main_item_table_price .month {
  font-size: 2.1rem;
  margin-right: 4px;
}

.price_main_item_table td .big_bold {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.price_main_item_table td .price_main_item_table_price .block {
  display: block;
  line-height: 1;
}

.price_main_item_table td .price_main_item_table_price .big_red {
  color: #e1020e;
  font-size: 4rem;
  font-weight: 900;
}

.price_main_item_table.table_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .price_main_item {
    margin-top: 20px;
  }

  .price_main_item_title {
    font-size: 2.4rem;
  }

  .price_main_item_table {
    margin-top: 10px;
  }

  .price_main_item_table.table_pc {
    display: none;
  }

  .price_main_item_table.table_sp {
    display: table;
  }

  .price_main_item_table th {
    font-size: 1.4rem;
    letter-spacing: 1em;
    padding: 4px 0;
  }

  .price_main_item_table td {
    font-size: 1.3rem;
    padding: 10px 15px;
  }

  .price_main_item_table td .price_main_item_table_price {
    font-size: 2rem;
  }

  .price_main_item_table td .price_main_item_table_price .tax {
    font-size: 1.3rem;
  }

  .price_main_item_table td .price_main_item_table_price .month {
    font-size: 1.4rem;
    margin-right: 4px;
  }

  .price_main_item_table td .big_bold {
    font-size: 1.6rem;
  }

  .price_main_item_table td .price_main_item_table_price .big_red {
    font-size: 2.8rem;
  }

  .price_main_item_table tr:nth-child(2n + 1) td {
    background-color: #fff;
  }
}
