/** extend slick css */
.slick-list li {
  display: block;
}
/** END extend slick css */
.brand-area {
  position: absolute;
  bottom: 40%;
  z-index: 2;
  left: 20px;
  text-align: center;
  font-size: initial;
}
.sub-brand {
  font-size: 2em;
  color: rgba(254, 254, 254, 1);
  text-shadow: 4px 4px 4px rgba(80, 80, 80, 0.8);
}
.brand {
  font-size: 6em;
  letter-spacing: 0.1em;
  color: rgba(254, 254, 254, 1);
  text-shadow: 4px 4px 4px rgba(80, 80, 80, 0.8);
}
.catch-copy {
  position: absolute;
  bottom: 15%;
  z-index: 2;
  left: 20px;
  font-size: 3em;
  color: rgba(254, 254, 254, 1);
  text-shadow: 2px 2px 2px rgba(80, 80, 80, 0.8);
}
.scroll-gide {
  position: absolute;
  bottom: 1%;
  z-index: 2;
  font-size: 18px;
  color: rgba(254, 254, 254, 1);
  text-shadow: 2px 2px 2px rgba(80, 80, 80, 0.8);
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.scroll-gide a {
  font-size: 18px;
  color: rgba(254, 254, 254, 0.8);
  text-shadow: 1px 1px 1px rgba(80, 80, 80, 0.8);
  text-decoration: none;
}
.scroll-gide a:hover {
  color: rgba(220, 220, 220, 0.8);
  text-shadow: 1px 1px 1px rgba(80, 80, 80, 0.8);
}
.main-visual-image:before {
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.main-visual-image-1 {
  background: url(../image/main/37619976.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.main-visual-image-2 {
  background: url(../image/main/37618617.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .main-visual-image-1 {
    background-position: 65%;
  }
  .main-visual-image-2 {
    background-position: 50%;
  }
}
@media screen and (max-width: 420px) {
  .main-visual-image-1 {
    background-position: 50%;
  }
  .main-visual-image-2 {
    background-position: 75%;
  }
}
section.information ul.information-list {
  display: table;
  width: 100%;
  margin-top: 30px;
}
section.information ul.information-list > * {
  display: table-row;
}
section.information ul.information-list > * > * {
  display: table-cell;
  padding: 10px 20px;
  border-bottom: solid 1px #ccc;
}
section.information ul.information-list > * > *.date {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
section.information ul.information-list > * > *.title {
  width: 100%;
  font-size: 16px;
}
section.information ul.information-list > * > *.description {
  width: 100%;
  line-height: 1.25rem;
  font-size: 16px;
}
section.information .recept-status {
  padding: 16px;
}
@media screen and (max-width: 420px) {
  section.information .recept-status {
    padding: 16px 0;
  }
  section.information .recept-status .table-header {
    display: none;
  }
}
section.about .background-wrapper {
  background: url(../image/33518006.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
section.concept .concept-detail {
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
}
section.concept h3 {
  margin-top: 0;
}
section.concept p.concept-detail-copy {
  margin-top: 8px;
  font-size: 16px;
}
section.concept .concept-detail.exercise {
  background: url(../image/18244597.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
section.concept .concept-detail.nutrition {
  background: url(../image/11868792.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
section.concept .concept-detail.karada-vision {
  background: url(../image/38293743.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
section.concept .text-wrapper {
  padding: 25px 20px;
}
section.concept .lead {
  padding: 0 2.5%;
}
section.services .background-wrapper {
  background: url(../image/35113485.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
section.services h4:before {
  content: '■';
  margin-right: 5px;
}
section.services .service-plan-area {
  margin-top: 10px;
}
section.services .label {
  width: 150px;
}
section.services .time,
section.services .price {
  text-align: right;
}
section.services .service-category:not(:first-of-type) {
  border-top: solid 1px #ccc;
}
section.trainers {
  padding: 60px 2.5% 0;
}
section.trainers .trainer {
  background: #eee;
  padding: 10px 20px 20px;
  margin-top: 20px;
}
section.trainers .skills {
  padding: 6px 0;
  color: #666;
}
section.trainers .trainer-summary-area {
  margin-top: 10px;
  padding: 10px 0;
}
section.trainers .trainer-summary-area .trainer-image-area {
  width: 150px;
  float: left;
  margin-right: 20px;
}
section.trainers .trainer-summary-area .trainer-image-area img {
  width: 150px;
}
section.trainers .trainer-summary-area .trainer-caption-area p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 650px) {
  section.information ul.information-list > * > * {
    display: block;
  }
  section.information ul.information-list > * > *.date {
    border-bottom: none;
    padding-bottom: 0;
  }
  section.information ul.information-list > * > *.title {
    width: auto;
    text-align: center;
  }
  section.service .label {
    width: auto;
  }
}

@media screen and (max-width: 650px) {
  section.trainers .lead {
    text-align: center;
  }
}
