@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.page-front {
  margin-top: 0;
  padding-top: 0;
  overflow-x: hidden;
  position: relative;
}
.page-front h1 {
  display: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 800px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.s-first-view {
  height: 100vh;
  position: relative;
}
@media (max-width: 1400px) {
  .s-first-view {
    height: 700px;
  }
}
@media (max-width: 800px) {
  .s-first-view {
    height: 500px;
  }
}
@media (max-width: 650px) {
  .s-first-view {
    height: 300px;
  }
}
.s-first-view .video-bg {
  position: relative;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.s-first-view .video-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.s-first-view .video-bg video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-message {
  height: 700px;
  background-color: #0039a2;
  background-image: url(../img/front/img-front-kazutaku.png);
  background-repeat: no-repeat;
  background-position: top right;
  color: #fff;
}
@media (max-width: 1250px) {
  .s-message {
    height: auto;
    padding-bottom: 216px;
  }
}
@media (max-width: 800px) {
  .s-message {
    background-image: url(../img/front/img-front-kazutaku-sp.png);
    background-position: bottom right;
  }
}
.s-message h2 {
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 80px;
  text-align: left;
  min-height: 175px;
  padding-left: 3vw;
}
@media (max-width: 1250px) {
  .s-message h2 {
    width: 100%;
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .s-message h2 {
    min-height: 97px;
    margin-bottom: 40px;
    padding-left: 20px;
  }
}
.s-message h2 span {
  font-size: 50px;
  font-weight: 900;
  opacity: 0;
  transition: 0.2s;
}
@media (max-width: 1250px) {
  .s-message h2 span {
    font-size: 10px;
  }
}
.s-message h3 {
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 55px;
}
@media (max-width: 1250px) {
  .s-message h3 {
    font-size: 36px;
    margin-bottom: 40px;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-message .content {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.85;
  color: #fffefe;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1250px) {
  .s-message .content {
    font-size: 15.5px;
    line-height: 2.06;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.s-calendar h2,
.s-coach h2 {
  font-size: 58px;
  font-weight: bold;
  color: #174fa0;
}

.s-calendar {
  margin-top: 80px;
  margin-bottom: 130px;
}
@media (max-width: 800px) {
  .s-calendar {
    margin-bottom: 60px;
  }
}
.s-calendar .simcal-align-right {
  display: none;
}
.s-calendar .simcal-calendar-grid {
  width: 100%;
  table-layout: fixed;
  margin-top: 50px;
}
.s-calendar .simcal-calendar-grid th,
.s-calendar .simcal-calendar-grid td {
  vertical-align: middle;
  border: 1px solid #000;
}
.s-calendar .simcal-calendar-grid thead tr:nth-child(1) th {
  border: none;
  padding-bottom: 15px;
  font-size: 26px;
  color: #000;
}
.s-calendar .simcal-calendar-grid thead tr:nth-child(1) th:nth-child(1) {
  text-align: left;
}
.s-calendar .simcal-calendar-grid thead tr:nth-child(1) th:nth-child(2) {
  text-align: center;
}
.s-calendar .simcal-calendar-grid thead tr:nth-child(1) th:nth-child(3) {
  text-align: right;
}
@media (max-width: 800px) {
  .s-calendar .simcal-calendar-grid thead tr:nth-child(1) th {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.s-calendar .simcal-calendar-grid thead tr:nth-child(2) th {
  height: 49px;
  background-color: #0039a2;
  text-align: center;
  color: #fff;
}
@media (max-width: 800px) {
  .s-calendar .simcal-calendar-grid thead tr:nth-child(2) th {
    font-size: 14px;
    height: 39px;
  }
}
.s-calendar .simcal-calendar-grid tbody tr td {
  font-weight: bold;
  vertical-align: top;
}
.s-calendar .simcal-calendar-grid tbody tr td div {
  min-height: 120px !important;
  border: none !important;
}
@media (max-width: 800px) {
  .s-calendar .simcal-calendar-grid tbody tr td div {
    min-height: 57px !important;
  }
}
.s-calendar .simcal-calendar-grid tbody tr td .simcal-day-label {
  background-color: #bed2f6 !important;
  color: #000 !important;
  padding: 5px;
  font-size: 26px;
  border-bottom: 1px solid #000;
  text-align: center;
  display: block;
}
@media (max-width: 800px) {
  .s-calendar .simcal-calendar-grid tbody tr td .simcal-day-label {
    font-size: 12.5px;
  }
}
.s-calendar .simcal-calendar-grid tbody tr td .simcal-events {
  padding: 10px;
  font-size: 14px;
}
@media (max-width: 800px) {
  .s-calendar .simcal-calendar-grid tbody tr td .simcal-events {
    font-size: 10px;
    padding: 2px;
  }
}
.s-calendar .simcal-calendar-grid tbody tr td .simcal-events .simcal-event-title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.s-coach .d-coach,
.s-coach .d-practice {
  padding-right: 557px;
  margin-bottom: 75px;
  position: relative;
  height: 390px;
}
@media (max-width: 1250px) {
  .s-coach .d-coach,
  .s-coach .d-practice {
    padding-right: 457px;
  }
}
@media (max-width: 800px) {
  .s-coach .d-coach,
  .s-coach .d-practice {
    position: static;
    padding-right: 0px;
    margin-bottom: 60px;
    height: auto;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-coach .d-coach img,
.s-coach .d-practice img {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
}
@media (max-width: 1250px) {
  .s-coach .d-coach img,
  .s-coach .d-practice img {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .s-coach .d-coach img,
  .s-coach .d-practice img {
    position: static;
    margin-top: 40px;
  }
}
.s-coach h2 {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .s-coach h2 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 36px;
  }
}
.s-coach h3 {
  font-size: 36px;
  color: #174fa0;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .s-coach h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.s-coach .content {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.s-gallery {
  background-image: url(../img/front/img-front-gallery.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 524px;
  margin-bottom: 164px;
}
@media (max-width: 800px) {
  .s-gallery {
    background-image: url(../img/front/img-front-gallery-sp.png);
    height: 630px;
    width: 100%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}