@charset "utf-8";
/* CSS Document */
.clearfix:after{
  content:" ";
  display:block;
  clear:both;
}
img {
  max-width: 100%;
  /*width: 100%;*/
}

/*--copyWrap--*/
.copyWrap {
  padding:18% 0 20%;
  background: url(/coach/images/top/con_01_bg.png?241216) 50% 0 no-repeat;
  background-size: cover;
  max-height: 930px;
  overflow: hidden;
}
.copyWrap .l-section__inner {
  margin: 0 auto;
  padding: 0 0 40px;
  width: 1024px;
}
.p-copyBlock__inner {
  max-width: 50%;
  width: 100%;
  margin: 0 auto;
}
.p-copyBlock__title {
  font-weight: 700;
  font-size: 2.8rem;
  border-bottom: 1px #999999 solid;
  text-align: center;
}
.p-copyBlock__text {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .copyWrap {
    padding:40% 0 45%;
    background: url(/coach/images/top/con_01_bg_sp.png?241216) no-repeat;
    background-size: cover;
  }
  .copyWrap .l-section__inner {
    margin: 0 auto;
    padding: 0 0 40px;
    width: 100%;
  }
  .p-copyBlock__inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
    box-sizing: border-box;
  }
  .p-copyBlock__title {
    font-weight: 700;
    font-size: 4.8vw;
    border-bottom: 1px #999999 solid;
    text-align: center;
  }
  .p-copyBlock__text {
    margin: 6% 0 0;
    font-size: 3vw;
  }
}

/*--p-coachNavBlock--*/
.p-coachNavBlock__title {
  font-weight: 700;
  font-size: 3.2rem;
}
.p-coachNavBlock__text {
  margin: 30px 0 0;
}
.p-coachTabBlock:after {
  content:" ";
  display:block;
  clear:both;
}
.p-coachTabBlock__item:nth-child(odd) {
  float: left;
  width: 360px;
}
.p-coachTabBlock__item:nth-child(even) {
  float: right;
  width: 360px;
}
.p-coachTabBlock__img {
  position: relative;
}
.p-coachTabBlock__btn {
  position: absolute;
  bottom: 20px;
  /*left: 25%;*/
  width: 100%;
}
.p-coachTabBlock__btn > p {
  display: block;
  border: 1px solid #fff;
  width: 250px;
  text-align: center;
  font-size: 3rem;
  line-height: 0.8;
  margin: 0 auto;
  padding: 15px 10px 10px;
  box-sizing: border-box;
}
.p-coachTabBlock__img:hover .p-coachTabBlock__btn > p {
  border: none;
  background: rgba(0,0,0,.7);
}
.p-coachTabBlock__btn > p > span {
  font-size: 1.8rem;
  display: inline-block;
  width: 100%;
}
.p-coachTabBlock__btn > p:after {
  -webkit-transform: rotate(45deg) translateX(-50%);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 15px;
  content: "";
  display: block;
  height: 10px;
  transform: rotate(45deg) translateX(-50%);
  width: 10px;
  margin: 15px auto 0;
}
@media screen and (min-width: 768px) {
  .p-coachTabBlock {
    margin-top: 40px;
    padding: 0 130px
  }
}
@media screen and (max-width: 768px) {
  .p-coachNavBlock__title {
    font-size: 2.2rem;
    text-align: center;
  }
  .p-coachTabBlock {
    margin: 6% 0 0;
  }
  .p-coachTabBlock__item:nth-child(odd) {
    width: 49%;
  }
  .p-coachTabBlock__item:nth-child(even) {
    width: 49%;
  }
  .p-coachTabBlock__btn {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    padding: 0 15%;
    box-sizing: border-box;
  }
  .p-coachTabBlock__btn > p {
    display: block;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    font-size: 4.4vw;
    line-height: 0.8;
    padding: 5% 1%;
    box-sizing: border-box;
  }
  .p-coachTabBlock__btn > p > span {
    font-size: 2vw;
    display: inline-block;
    width: 100%;
  }
  .p-coachTabBlock__btn > p:after {
    -webkit-transform: rotate(45deg) translateX(-50%);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    bottom: 15px;
    content: "";
    display: block;
    height: 10px;
    transform: rotate(45deg) translateX(-50%);
    width: 10px;
    margin: 5px auto 0;
  }
}

/*--coachWrap--*/
#coach01.coachWrap {
  background: url(/coach/images/top/coach01_bg01.jpg) 50% 10% no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1;
}
#coach02.coachWrap {
  background: url(/coach/images/top/coach02_bg01.jpg) 50% 10% no-repeat;
  background-size: cover;
  color: #333;
  position: relative;
  z-index: 1;
}
.p-coachBlock {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0.65+0,0+57 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,1.64) 0%, rgba(0,0,0,1.63) 1%, rgba(0,0,0,0) 38%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1.64) 0%,rgba(0,0,0,1.63) 1%,rgba(0,0,0,0) 38%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,1.64) 0%,rgba(0,0,0,1.63) 1%,rgba(0,0,0,0) 38%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#coach02 .p-coachBlock {
  text-align: right;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.65+100 */
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1.64) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1.64) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1.64) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
  color: #fff;
}
.p-coachBlock__title {
  font-size: 2.8vw;
  font-weight: 700;
  text-shadow: 0px 0px 10px #000, 0px 0px 20px #000;
  padding: 20px 0 20px 10%;
}
#coach02 .p-coachBlock__title {
  padding: 20px 15% 20px 0;
}
.coachProfileWrap {
  display: table;
  min-height: 712px;
  padding: 0;
}
#coach02 .p-coachProfile {
  display: table-cell;
  vertical-align: top;
  padding: 70px 540px 0 0;
}
.p-coachProfile {
  display: table-cell;
  vertical-align: top;
  padding: 85px 0 0 540px;
}
.p-coachProfile__head {
  font-size: 3.2rem;
  margin-bottom: 30px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
#coach02 .p-coachProfile__head {
  border-bottom: 1px solid #000;
}
.p-coachProfile__head > span {
  font-size: 1.4rem;
  padding-left: 20px;
}
.p-coachProfile__desc {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.p-coachProfile__desc__label {
  display: table-cell;
  font-size: 1.6rem;
  margin-right: 15px;
  vertical-align: middle;
  width: 240px;
  background: #fff;
  text-align: center;
  color: #333;
}
#coach02 .p-coachProfile__desc__label {
  background: #000;
  color: #fff;
}
.p-coachProfile__desc__content {
  display: table-cell;
  font-size: 1.8rem;
  max-width: 830px;
  padding-left: 30px;
}
.p-coachProfile .p-colorTable__title {
  font-size: 1.8rem;
  background: #7abe3b;
  padding: 10px;
}
.p-coachProfile .p-colorTable {
  margin: 45px 0 0;
  border: 1px solid #7abe3b;
}
.p-coachProfile .p-colorTable__content {
  padding: 20px 25px;
  background: #fff;color: #333;
}
@media screen and (min-width: 1366px) {
  .p-coachBlock__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #coach02 .p-coachProfile {
    display: table-cell;
    vertical-align: bottom;
    padding: 0;
  }
  .p-coachProfile {
    display: block;
    vertical-align: bottom;
    padding: 0;
  }
  #coach01.coachWrap {
    background: #000;
  }
  #coach02.coachWrap {
    background: #000;
  }
  #coach01.coachWrap img,
  #coach02.coachWrap img {
    width: 100%;
  }
  .p-coachBlock {
    position: static;
    z-index: 1;
    margin: -20% 0 6%;
    bottom: 0;
  }
  .p-coachBlock__title {
    font-size: 2.0rem;
    font-weight: 700;
    text-shadow: 0px 0px 10px #000, 0px 0px 20px #000;
    padding: 3% 1%;
    box-sizing: border-box;
    text-align: center;
  }
  #coach02 .p-coachBlock__title {
    padding: 3% 1%;
  }
  #coach01 .p-coachBlock,
  #coach02 .p-coachBlock {
    text-align: right;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.65+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,1.64) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,1.64) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 0%,rgba(0,0,0,1.64) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
    color: #fff;
    z-index: 2;
    position: relative;
  }
  .coachProfileWrap {
    background: #000;
    display: block;
    min-height: auto;
    padding: 5% 15px 6%;
  }
  .p-coachProfile__head {
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff;
  }
  #coach02 .p-coachProfile__head {
    border-bottom: 1px solid #fff;
  }
  .p-coachProfile__desc__label {
    display: table-cell;
    font-size: 1.3rem;
    margin-right: 15px;
    vertical-align: middle;
    width: 52%;
    background: #fff;
    text-align: center;
    color: #333;
  }
  .p-coachProfile__desc__content {
    display: table-cell;
    font-size: 1.3rem;
    max-width: 830px;
    padding-left: 4%;
  }
  .p-coachProfile .p-colorTable {
    margin: 30px 0 0;
    border: 1px solid #7abe3b;
  }
  .p-coachProfile .p-colorTable__content {
    padding: 4.6%;
    background: #fff;color: #333;
  }
  #coach02 .p-coachProfile__desc__label {
    background: #fff;
    color: #333;
  }#coach02 .p-coachProfile__desc dd {
    color: #fff;
  }
  .p-coachProfile .p-colorTable__title {
    border-top: none;
  }
}

/*--activityWrap--*/
.activityWrap {
  background:#000 url( "/coach/images/top/coach01_bg02.jpg") right top no-repeat;
}
.activityWrap.layout01 {
  background:#fff url( "/coach/images/top/coach02_bg02.jpg") left top no-repeat;
  background-size: cover;
}
.p-activity__inner {
  background: #fff;
  padding: 50px 40px;
}
.p-activity__title {
  font-size: 3rem;
  color: #7abe3b;
  text-align: center;
}
.p-activity__text {
  margin: 10px 0 0;
}
.p-library__title {
  background: #7abe3b;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin: 30px 0 0;
}
.p-library .p-topSlide {
  width: 940px;
  margin: 20px auto;
}
.p-topSlideCaption {
  margin: 15px 0 0;
  padding: 0;
  color: #7abe3b;
  text-align: center;
}
.p-library .p-topSlide__item {
  margin: 0 8px;
}
.p-library .slick-list {
  margin: 0 -8px;
}
.c-slideBtn.-prev {
  left: -25px;
}
.c-slideBtn.-next {
  right: -25px;
}
@media screen and (min-width: 769px) {
  .c-slideBtn.-prev,
  .c-slideBtn.-next{
   top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .activityWrap {
    background:#000 url( "/coach/images/top/coach01_bg02_sp.jpg") 0 bottom no-repeat;
    background-size: contain;
  }
  .activityWrap.layout01 {
    background:#fff url( "/coach/images/top/coach02_bg02_sp.jpg") 0 bottom no-repeat;
    background-size: cover;
  }
  .activityWrap .l-section__inner {
    padding: 6% 15px 30%;
  }
  .p-library .p-topSlide {
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
  }
  .p-activity__inner {
    background: #fff;
    padding: 6%;
  }
  .p-activity__title {
    font-size: 1.9rem;
    color: #7abe3b;
    text-align: center;
  }
  .p-library__title {
    background: #7abe3b;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    margin: 6% 0 0;
  }
  .p-topSlideImage {
    float: none;
    width: 100%;
  }
  .p-topSlideCaption {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .p-topSlide {
    padding: 0 3%;
  }
}

@media screen and (min-width: 769px) {
  .p-pageTitle.-coach {
    background-image: url(/coach/images/top/index_bg01.jpg)!important;
    height: 480px!important;
    padding-top: 190px!important;
  }
}
@media screen and (max-width: 768px) {
  .p-pageTitle.-coach {
    background-image: url(/coach/images/top/index_bg01_sp.jpg);
    min-height: 256px;
  }
}
