.c-wrap{
  padding-bottom:200px;
}@media (max-width: 999px){
  .c-wrap{
    padding-bottom:202px;
  }
}@media (max-width: 999px){
  .c-pname__hd img{
    width:auto;
    height:24px;
    ;
  }
}.txtInro{
  margin:88px 0 84px;
  padding-left:13px;
  font-weight:bold;
  font-size:20px;
  font-size:2rem;
  line-height:2em;
  letter-spacing:.05em;
  text-align:center;
  ;
}@media (max-width: 999px){
  .txtInro{
    margin:50px 0 63px;
    padding-left:0;
    font-size:16px;
    font-size:1.6rem;
    line-height:1.75em;
  }
}@media (min-width: 1000px){
  .sec-fan{
    display:flex;
    flex-direction:row-reverse;
    flex-wrap:wrap;
    ;
  }
}.sec-fan__img{
  margin-bottom:35px;
  text-align:center;
  ;
}@media (min-width: 1000px){
  .sec-fan__img{
    width:50%;
    margin-top:6px;
    margin-bottom:0;
    ;
  }
}@media (min-width: 1000px){
  .sec-fan__txt{
    width:50%;
    padding-right:89px;
  }
}.sec-fan__en{
  margin-bottom:30px;
  color:#efc80e;
  font-style:italic;
  font-weight:bold;
  font-size:34px;
  font-size:3.4rem;
  line-height:1.26471em;
  font-family:'Mohave','Geneva','Segoe UI',sans-serif;
  letter-spacing:.05em;
  ;
}@media (max-width: 999px){
  .sec-fan__en{
    margin-bottom:23px;
    text-align:center;
    ;
  }
}.sec-fan__tt{
  margin-bottom:34px;
  font-weight:bold;
  font-size:24px;
  font-size:2.4rem;
  line-height:1.75em;
  letter-spacing:.05em;
  ;
}@media (max-width: 999px){
  .sec-fan__tt{
    margin-bottom:27px;
    font-size:16px;
    font-size:1.6rem;
    line-height:1.75em;
    text-align:center;
    ;
  }
}.sec-fan__desc{
  margin-bottom:43px;
  letter-spacing:0;
  ;
}@media (max-width: 999px){
  .sec-fan__desc{
    margin:0 -4px 34px 1px;
  }
}.sec-fan__btn{
  display:block;
  max-width:300px;
  margin:0 auto;
}@media (min-width: 1000px){
  .sec-fan__btn{
    margin-left:48px;
  }
}


.pg-fanclub{
  margin-top:-40px;
}

.pg-fanclub__title{
  margin-bottom:30px;
  color:#efc80e;
  font-weight:bold;
  font-size:3.4rem;
  line-height:1.5;
  letter-spacing:.05em;
  text-align:center;
}

@media (max-width: 999px){
  .pg-fanclub__title{
    font-size:1.8rem;
  }
}

.pg-fanclub__img{
  text-align:center;
}

.pg-fanclub__text{
  margin-top:40px;
}

.pg-fanclub__text p{
  margin-top:1em;
}

.pg-fanclub__text h4{
  margin-top:40px;
  padding-bottom:8px;
  border-bottom:1px #999 solid;
  font-weight:600;
  font-size:1.8rem;
}

.pg-fanclub__list{
  margin-top:16px;
}


.pg-fanclub__button-wrapper{
  margin-top:24px;
  text-align:center;
}

.pg-fanclub__button{
  display:inline-block;
  position:relative;
  width:50%;
  margin:16px auto 0;
  padding:15px 0;
  border:none;
  box-shadow:none;
  background-color:#98edff;
  font-weight:600;
  text-align:center;
  transition:opacity .3s;

  -webkit-appearance:none;
     -moz-appearance:none;
      -ms-appearance:none;
       -o-appearance:none;
          appearance:none;
  will-change:opacity;
}

@media (max-width: 999px){
  .pg-fanclub__button{
    width:100%;
  }
}

.pg-fanclub__button--kiyaku{
  background-color:#ccc;
}

.pg-fanclub__button:link{
  color:#0b0a1a;
}
.pg-fanclub__button:visited{
  color:#0b0a1a;
}
.pg-fanclub__button:active{
  color:#0b0a1a;
}

.pg-fanclub__button:hover{
  opacity:.7;
}

.pg-fanclub__button span::before{
  position:absolute;
  top:50%;
  right:12px;
  width:9px;
  height:16px;
  margin-top:-8px;
  background:url('../../img/contact/ico_arrow.png') center/9px 16px no-repeat;
  content:'';
  ;
}

