@charset "UTF-8";
.f-noto {
    font-family: "Noto Sans JP", "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, "ＭＳ Ｐゴシック", MS PGothic sans-serif;
}

a:active {
  color: #2A2A2A;
}

p {
  margin: 0;
}

.bg-gray {
    background-color: #DBDBDB !important;
}
/* メインビジュアル */
.mv {
  border-bottom: 50px solid #fff;
}

.mv__inner {
  background-image: url("../img/play-freeclimbing-mv_pc.jpg");
  padding-top: initial;
  min-height: 500px;
}

.special-pannel_box {
  margin: 180px auto 30px;
  width: 80%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  background: #fff;
  border-radius: 20px;
  padding: 80px 100px
}
/*
.play-trailrunning .mv-catch {
  position: absolute;
  width: 49%;
  padding-left: 6%;
  left: 52.5%;
  top: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
*/
.mv-catch img {
  width: 40%;
}

@media screen and (min-width: 1281px) {
  .mv__inner {
    background-position-y: center;
  }
}
@media screen and (max-width: 1280px) {
  .mv__inner {
    background-position-y: initial;
    padding-top: 39%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    border-bottom: 0 solid #fff;
  }
  .mv__inner {
    background-image: url("../img/play-freeclimbing-mv_sp.jpg");
    padding-top: initial;
    min-height: 500px;
  }
  .mv-catch {
    bottom: 20%;
  }
  .mv-catch img {
    width: 70%;
    max-width: 320px;
  }
  .special-pannel_box {
    margin: 40px auto 60px;
    width: 90%;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    padding: 20px 20px;
  }
  .special-pannel_box .txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
  }
}

/* コピー */
.copy .play-box-wrap {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  line-height: 1.2;
}
.copy .play-no {
  font-size: 25px;
  font-weight: 700;
  margin: 10px 0 15px;
}
.copy .play-ttl {
  font-size: 50px;
  font-weight: 900;
  padding: 15px 0;
  margin-bottom: 15px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.copy .play-ttl_en {
  font-size: 45px;
  margin-bottom: 10px;
}
.copy-lead {
  margin-top: 60px;
  color: #000;
  font-size: 2rem;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .copy .play-box-wrap {
    width: 60%;
  }
  .copy .play-no {
    font-size: 3vw;
    margin-bottom: 10px;
  }
  .copy .play-ttl {
    font-size: 8vw;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .copy .play-ttl_en {
    font-size: 6vw;
  }
  .copy-lead {
    font-size: 1.6rem;
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .copy-lead {
    font-size: 4vw;
    letter-spacing: 1px;
  }
  .txt {
    margin-top: 20px;
    font-size: 3vw;
    text-align: justify;
  }
}
/* sec01 */

/*テキストと写真*/
.midashi {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  color: #4D4C4C;
  line-height: 1.66;
  letter-spacing: 3px;
  padding-top: 80px;
  padding-left: 60px;
}
.midashi:after {
  content: '';
  position: absolute;
  top: -40px;
  left: -18px;
  font-size: 200px;
  line-height: 1;
  font-family: UniSansHeavy, UniSansHeavyCAPS, sans-serif;
  color: #DBDBDB;
  z-index: -1;
}
.txt {
  font-size: 20px;
  font-weight: 400;
  color: #4D4C4C;
  line-height: 2;
  letter-spacing: 1.5px;
}
.img__wrap700 {
  margin: 0 auto;
  max-width: 700px;
  margin-top: 60px;
}

/*パートごと*/
.p-box {
  margin-top: 170px;
}
.p-content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.p-img {
  position: relative;
}
.name-box {
  position: absolute;
  bottom:30px;
  right: 60px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  z-index: 1;
}
.name-ttl {
  font-size: 30px;
  font-weight: 900;
  padding-right: 40px;
  border-right: 2px solid #fff;
  letter-spacing: 1px;
}
.name-txt {
  padding-left: 40px;
  letter-spacing: 1px;
}
.name-txt span {
  display: block;
  line-height: 1.4;
}
.name-txt-en {
  font-size: 30px;
  font-weight: 400;
}
.name-txt-jp {
  font-size: 20px;
  font-weight: 500;
}
/*p01*/
.p01 .p-content {
  max-width: 1000px;
}
.p01 .p-content-txt {
  display: flex;
  flex-wrap: nowrap;
}
.p01 .midashi {
  margin: 0 auto 0 0;
}
.p01 .midashi:after {
  content: '01';
}
.p01 .txt {
  width: 58%;
  margin: 0 0 0 auto;
}
/*p02*/
.p02 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p02 .p-content-img {
  width: 45%;
}
.p02 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p02 .midashi {
  margin: 0 auto 0 0;
}
.p02 .midashi:after {
  content: '02';
}
.p02 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}

/*p03*/
.p03 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p03 .p-content-img {
  width: 45%;
}
.p03 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p03 .midashi {
  margin: 0 auto 0 0;
}
.p03 .midashi:after {
  content: '03';
}
.p03 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}

/*p04*/
.p04 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p04 .p-content-img {
  width: 59%;
    margin-left: -15%;
}
.p04 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p04 .midashi {
  margin: 0 auto 0 0;
}
.p04 .midashi:after {
  content: '04';
}
.p04 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}
/*p05*/
.p05 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p05 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p05 .p-content-img {
  width: 45%;
}
.p05 .midashi {
  margin: 0 auto 0 0;
}
.p05 .midashi:after {
  content: '05';
}
.p05 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}
/*p06*/
.p06 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p06 .p-content-img {
  width: 59%;
    margin-left: -15%;
}
.p06 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p06 .midashi {
  margin: 0 auto 0 0;
}
.p06 .midashi:after {
  content: '06';
}
.p06 .txt {
  width: 100%;
  margin: 50px auto 0 0;
}

/*p07*/
.p07 .p-content {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.p07 .p-content-img {
  width: 59%;
  margin-right: -15%;
}
.p07 .p-content-txt {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.p07 .midashi {
  margin: 0 auto 0 0;
}
.p07 .midashi:after {
  content: '07';
}
.p07 .txt {
  width: 50%;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 1030px) {
  .p-content {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 900px) {
.name-box_item:last-of-type {
  margin-right: 0;
} 
}
@media screen and (max-width: 767px) {
.field-txt {
  width: 50%;
  }
.name-box {
  bottom:15px;
  right: 15px;
  flex-direction: column;
  align-items: flex-start;
}
.name-ttl {
  font-size: 5vw;
  padding-right: 0;
  padding-bottom: 15px;
  border-right: 0 solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
}
.name-txt {
  padding-left: 0;
  padding-top: 15px;
  letter-spacing: 1px;
}
.name-txt span {
  display: block;
  line-height: 1.4;
}
.name-txt-en {
  font-size: 3vw;
}
.name-txt-jp {
  font-size: 3vw;
}
  .p-box {
    margin-top: 40px;
  }
  .midashi {
    font-size: 5vw;
    width: 100%;
    letter-spacing: 3px;
    padding: 5vw 0 3vw 2vw;
  }
  .midashi:after {
    top: -4vw;
    left: -2vw;
    font-size: 14vw;
  }
  .txt {
    margin-top: 20px;
    font-size: 2.5vw;
  }
  .img__wrap1000 {
    margin-top: 20px;
  }
  .img__wrap700 {
    max-width: 80%;
    margin-top: 20px;
  }
  .p01 .p-content-txt {
    flex-direction: column;
  }
  .p01 .txt {
    width: 100%;
  }
  .p02 .p-content {
    flex-direction: column;
  }
  .p02 .p-content-img {
    width: 50%;
    margin: 0 auto 20px;
  }
  .p02 .p-content-txt {
    width: 100%;
  }
  .p02 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
  .p03 .p-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p03 .p-content-img {
    width: 50%;
    padding-left: 0;
    margin: 0 auto 20px;
    order: 1;
  }
  .p03 .p-content-txt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    order: 2;
  }
  .p03 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
  .p04 .p-content {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .p04 .p-content-img {
    width: 50%;
      margin: 0 auto 20px;
  }
  .p04 .p-content-txt {
    width: 100%;
  }
  .p04 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
  
  .p05 .p-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p05 .p-content-img {
    width: 50%;
    padding-left: 0;
    margin: 0 auto 20px;
    order: 1;
  }
  .p05 .p-content-txt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    order: 2;
  }
  .p05 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
  
  .p06 .p-content {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .p06 .p-content-img {
    width: 50%;
    margin: 0 auto 20px;
  }
  .p06 .p-content-txt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .p06 .midashi {
    margin: 0 auto 0 0;
  }
  .p06 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
  }
  .p-box.p07 {
    margin-top: 60px;
  }
  .p07 .p-content {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .p07 .p-content-txt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    order: 1;
  }
  .p07 .txt {
    width: 100%;
    margin: 2vw auto 0 0;
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .midashi {
    font-size: 4vw;
  }
  .txt {
    margin-top: 20px;
    font-size: 3vw;
  }
}

/*背景画像*/
.bg-100__wrap {
  margin-top: 50px;
}
.bg-100__wrap.sec01-bg01 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bg02 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bggr {
    width: 100%;
  min-height: 270px;
  margin-top: 0;
}
.bg-100__wrap.sec01-bg03 {
  min-height: 687px;
  margin-top: 150px;
}
.bg-100__wrap.sec01-bg04 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bg05 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bg06 {
  min-height: 687px;
}
.bg-100__wrap.sec01-bg07 {
  min-height: 687px;
}
.sec01-bg01 {
  background-image: url("../img/photo/bg1.jpg");
}
.sec01-bg02 {
  background-image: url("../img/photo/bg2.jpg");
}
.sec01-bggr {
  background-image: url("../img/photo/bggr.jpg");
}
.sec01-bg03 {
  background-image: url("../img/photo/bg3.jpg");
  background-position: top;
}
.sec01-bg04 {
  background-image: url("../img/photo/bg4.jpg");
}
.sec01-bg05 {
  background-image: url("../img/photo/bg5.jpg");
}
.sec01-bg06 {
  background-image: url("../img/photo/bg6.jpg");
}
.sec01-bg07 {
  background-image: url("../img/photo/bg7.jpg");
}

@media screen and (max-width: 1280px) {
  .bg-100__wrap.sec01-bg01 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg02 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bggr {
    padding-top: 6%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg03 {
    padding-top: 53.64%;
    min-height: auto;
    margin-top: 30px;
  }
  .bg-100__wrap.sec01-bg04 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg05 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg06 {
    padding-top: 53.64%;
    min-height: auto;
  }
  .bg-100__wrap.sec01-bg07 {
    padding-top: 53.64%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .bg-100__wrap {
    margin-top: 20px;
  }
}
.photo-profile-box {
  text-align: center;
  padding-bottom: 110px;
}

.photo-profile-box .play-no {
  font-size: 20px;
  margin-bottom: 10px;
}

.photo-profile-box .play-kana {
  font-size: 28px;
  margin-bottom: 10px;
}

.photo-profile-box .play-name {
  font-size: 20px;
  margin-bottom: 40px;
}

.photo-profile-box .play-url {
  margin-top: 15px;
}

.photo-profile-box .play-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-profile-box .play-sns li {
  padding: 0 15px;
}
.photo-profile-box .play-sns li img {
  max-width: 35px;
}

/* sec02 */
.sec02 {
  margin-top: 120px;
}
.sec02 .special-pannel_box {
  max-width: 1200px;
  width: 100%;
  margin: 180px auto 120px;
}
.sec02 .special-pannel_box .ttl {
  text-align: center;
  margin-top: 80px;
  font-size: 35px;
  font-weight: 700;
  color: #4D4C4C;
  line-height: 1.66;
  letter-spacing: 3px;
  padding: 0 80px 20px;
}
.sec02 .special-pannel_box .txt {
    padding: 0 80px 20px;
}
.sec02 .special-pannel_box .txt span {
  display: block;
  text-align: right;
}
.special-panel-link {
  text-align: center;
  width: 530px;
  margin: 80px auto 50px;
  font-size: 25px;
  padding: 20px 0;
  border: 1px solid #000;
  border-radius: 20px;
  position: relative;
}
.special-panel-link::before {
  content: '';
  position: absolute;
  right: 10%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.special-panel-link a {
  display: inline-block;
  width: 100%;
}
.youtube {
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  
  .sec02 .special-pannel_box {
    max-width: 90%;
    width: 100%;
    margin: 180px auto 120px;
  }
  .sec02 .special-pannel_box .txt {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-top: 40px;
  }
  .sec02 .special-pannel_box {
    max-width: 90%;
    width: 100%;
    margin: 50px auto 40px;
  }
  .sec02 .special-pannel_box .ttl {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px 15px 15px;
  }
  .special-panel-link {
    width: 80%;
    margin: 20px auto 20px;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 4px;
  }
  .special-panel-link::before {
    right: 10%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}

/*
 *  共通
-----------------------------------------------------------*/
.play .img-wrap {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .play .img-wrap {
    margin-bottom: 40px;
  }
}
/*タイトル*/
.ttl-wrap {
  padding-top: 80px;
  padding-bottom: 73px;
  background-position: 7% 55%;
  background-repeat: no-repeat;
}

.ttl-wrap .h3_ttl {
  position: relative;
  line-height: 2;
}

.ttl-wrap .h3_ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: 75px;
  height: 2px;
  background-color: #525252;
}

.ttl-wrap .lead {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl-wrap {
    padding-top: 40px;
    padding-bottom: 60px;
    background-position: 100% 100%;
  }

  .ttl-wrap .h3_ttl {
    font-size: 4.2rem;
    margin-bottom: 18px;
    line-height: 1.5;
  }

  .ttl-wrap .lead {
    font-size: 1.6rem;
  }

  .ttl-wrap .h3_ttl:after {
    bottom: 10px;
    width: 40px;
  }
}
