@charset "utf-8";
.logo,
.list--login,
.drawer__btn,
footer .nav--support--wrap{
display: none!important;
}

footer {
position: relative;
}
.wrap{
    position: relative;
}
.wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: url("/static/officialhigedandism/fansite/feature/bg_202005.png") no-repeat scroll center top / cover;
}

img{max-width:100%;}

i.kome{
  font-style: normal;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.pageTitle {
    position: relative;
    text-align: center;
    font-size: 7vw;
    letter-spacing: 1px;
    padding: 0 0 6%;
  opacity: 0;
    transform: translateY(20px);

    font-size: 40px;
}

#appInfo {
  margin: 0 auto;
  padding:0 0 40px;
  line-height: 1.8;
  letter-spacing: 0.05em;

max-width: 880px;
padding: 160px 0 40px;
color: #000;

}

#appInfo a,
#appInfo a::before,
#appInfo a::after {
  -webkit-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}

#appInfo .leadTxt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  padding: 10px 0 55px;
  opacity: 0;
  transform: translateY(30px);
  letter-spacing: 2px;
}
.loaded .pageTitle, .loaded .leadTxt {
  animation: up 0.5s ease-out 0.5s forwards;
}
#appInfo .aboutApp {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 70px;
}
#appInfo .aboutApp li {
  width: 30%;
  margin:22% 0 0;
  padding: 7% 20px 25px;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  opacity:0;
}

#appInfo .aboutApp li .pic {
    max-width: 45%;
    margin: 0 auto;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: -60%;
  opacity: 0;
}
#appInfo .aboutApp li .num {
    text-align: center;
    font-family: Helvetica, "sans-serif";
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
#appInfo .aboutApp li .num span {
    display: inline-block;
    padding: 0 10px;
    line-height: 1.4;
    border-bottom: #f6f6f6 solid 2px;
}
#appInfo .aboutApp li h3 {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    padding: 5px 0 15px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:1em;
}
#appInfo .aboutApp li p {
  font-size: 14px;
  letter-spacing: 0.1em;
}
#appInfo .aboutApp li p span.indent{
    display: inherit;
    font-size: 12px;
    line-height: 1.3;
    text-indent: -1em;
    padding: 5px 0 0 1em;
}
#appInfo .method {
    max-width: 340px;
    margin: 0 auto 80px;
}
#appInfo .method a {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
  text-decoration: none;
}
#appInfo .method a:hover, #appInfo .appBtn li a:hover {
    opacity: 0.5;
}
#appInfo .aboutApp h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
    font-weight: bold;
}

#appInfo h4{
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
    font-weight: bold;
}
#appInfo h4 span {
    border-bottom: solid 2px;
    padding-bottom: 10px;
    font-size: 3.8vw;
    font-size: 26px;
}
#appInfo .appBtn {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 80px;
}
#appInfo .appBtn li {
    margin: 0 20px;
    height: 70px;
}
#appInfo .appBtn li img {
    height: 100%;
    width: auto;
}
#appInfo .noteBox {
  padding: 20px 40px;
  margin: 0 0 40px;
  background: #fff;
}
#appInfo .noteBox h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
#appInfo .noteBox p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
#appInfo .noteBox .note {
    font-size: 14px;
    font-weight: normal;
}

#appInfo .noteBox.appLogin {
  border: none;
  background: rgba(0,0,0,0.1);
}

a[target="_blank"]:not([class])::after {
    content: none;
}

.anim {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-out;
}
.anim.on {
    opacity: 1;
    transform: translateY(0);
}






/*==========================================================

============================================================*/
@media screen and (min-width: 960px){

  @keyframes up {
  	0% { opacity: 0; transform: translateY(30px);}
  	100% { opacity: 1; transform: translateY(0);}
  }
  @keyframes dwn {
  	0% { opacity: 0; top: -60%;}
  	100% { opacity: 1; top: -50%;}
  }

  .sp{display:none;}

  .loaded .aboutApp li:nth-child(1) .pic{
    animation: dwn 0.5s ease-out 1s forwards;
  }
  .loaded .aboutApp li:nth-child(2) .pic{
    animation: dwn 0.5s ease-out 1.5s forwards;
  }
  .loaded .aboutApp li:nth-child(3) .pic{
    animation: dwn 0.5s ease-out 2s forwards;
  }
  
  .loaded .aboutApp li:nth-child(1){
    animation: up 0.5s ease-out 1s forwards;
  }
  .loaded .aboutApp li:nth-child(2){
    animation: up 0.5s ease-out 1.5s forwards;
  }
  .loaded .aboutApp li:nth-child(3){
    animation: up 0.5s ease-out 2s forwards;
  }
  
  #appInfo .noteBox.appLogin p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 7px;
  }
  #appInfo .noteBox.appLogin h5 {
    margin-bottom: 12px;
  }
    
}



/*==========================================================

============================================================*/
@media screen and (max-width: 960px){
  .pc{display: none!important;}

  @keyframes up {
  	0% { opacity: 0; transform: translateY(20px);}
  	100% { opacity: 1; transform: translateY(0);}
  }
  @keyframes dwn {
  	0% { opacity: 0; top: -55vw;}
  	100% { opacity: 1; top: -48vw;}
  }


  #topHeader, .loginNav ul{
    background: transparent;
  }
  .loginNav li{
    background: #fff;
  }

  .indent {
    margin: 0;
  }


  #appInfo {
    padding: 20% 5% 10%;
  }
  #appInfo .leadTxt {
    font-size: 4vw;
    line-height: 1.8;
    margin-bottom: 8vw;
  padding: 0 0 42px;
    margin: 0;
    transform: translateY(20px);
  }
  
  .loaded .aboutApp li:nth-child(1) .pic{
    animation: dwn 0.5s ease-out 1s forwards;
  }
  .loaded .aboutApp li:nth-child(1){
    animation: up 0.5s ease-out 1s forwards;
  }
  .aboutApp li.on .pic{
    animation: dwn 0.5s ease-out 0s forwards;
  }
  .aboutApp li.on {
    animation: up 0.5s ease-out 0s forwards;
  }
  #appInfo .aboutApp {
    display: block;
    margin-bottom: 10vw;
  }
  #appInfo .aboutApp li {
    width: 100%;
    margin: 45vw 0 60vw;
    padding: 38vw 20px 20px;
  }
  #appInfo .aboutApp li:last-child{
    margin: 45vw 0 10vw;
  }
  #appInfo .aboutApp li .pic {
    max-width: 50%;
    top:-45vw;
  }

#appInfo .aboutApp li .num span {
    padding: 0 2vw;
}
  #appInfo .aboutApp li h3 {
    font-size: 4.6vw;
    line-height: 1.6;
    margin-top: 5em;
    margin-bottom: 16px;
    height: auto;
    padding: 18px 0 0;

  }
#appInfo .aboutApp li.about01::after {
    animation: mask 0.8s ease-out 2s forwards;
}
#appInfo .aboutApp li.about02.on::after {
    animation: mask 0.8s ease-out forwards;
}
#appInfo .aboutApp li.about03.on::after {
    animation: mask 0.8s ease-out forwards;
}
#appInfo .method {
    max-width: 72vw;
    margin: 0 auto 10vw;
}
#appInfo .method a {
    font-size: 4.6vw;
    padding: 3vw;
}
#appInfo .aboutApp h2 {
    font-size: 3.4vw;
    margin-bottom: 8vw;
}
#appInfo .appBtn {
    margin-bottom: 10vw;
}
  #appInfo .appBtn li {
    margin: 0;
    height: 15vw;
  }
  #appInfo .noteBox {
    padding: 15px 20px 18px;
    border-radius: 0;
    background: 
    #fff;
  }
#appInfo .noteBox p {
    font-size: 3.3vw;
    margin-bottom: 3vw;
}
#appInfo .noteBox .note {
    font-size: 3vw;
    font-weight: normal;
}
  #appInfo .noteBox h5 {
    font-size: 4.6vw;
    margin-bottom: 10px;
  }
  #appInfo h4 {
    font-size: 4.6vw;
    margin-bottom: 8vw;
  }

  
  .noteBox .notice li{
    font-size: 13px;
    line-height: 1.4;
    text-indent: -1em;
    padding: 0 0 5px 1em;
  }
  .noteBox .notice li:last-child{
    padding: 0 0 0 1em;
  }
  #appInfo .noteBox {
    margin: 0 0 20px;
  }
  #appInfo .noteBox.appLogin {
    font-size: 3.3vw;
    line-height: 1.45;
  }
  #appInfo .noteBox.appLogin p {
    font-size: 3.3vw;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 1.8vw;
  }

.pageTitle {
font-size: 7vw;
}

#appInfo h4 span {
font-size: 3.4vw;
}


}
