@media screen and (min-width:1025px) {
  .sp {
    display: none;
    }

  .tb {
    display: none;
  }

  .pc {
    display: block;
  }

  }


  /* タブレット */
  @media screen and (min-width:525px) and (max-width:1024px) {
  .pc {
    display: none;
  }

  .sp {
    display: none;
    }

    .tb {
      display: block;
    }

    .sup-bt-header {
      position: absolute;
      top: 30%;
      left: 2%;
      width: 51%;
  }

  
  .bar-list a { 
    padding: 11px 0rem;
  }

  .rank-bt-header-tb {
    position: absolute;
    top: 35%;
    left: 25%;
    width: 51%;
}


  }



  /* スマホ */
  @media screen and (max-width:524px) {
    .pc {
      display: none;
    }

    .tb {
      display: none;
    }

    .sp {
      display: block !important;
    }
  
    
  
  html {
    font-size:62.5%;
  }

  body {
    font-size: 1.5rem;
    overflow-x: hidden;
  }

  /* ヘッダーバー */
  .head-bar {
   background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 3px 0;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    box-shadow:0px 0px 4px -2px rgba(95, 95, 95, 1.2);;
    z-index: 99999999999;
  }

  .comment-form iframe {
    height: 1176px;
  } 


  .bar-list {
    justify-content: space-between;
    align-items: center;
    padding: 0 9%;
  }

  .bar-list li {
    font-size: 1rem;
    padding: 1rem 0;
    font-weight: bold;
}

.bar-list a{
  padding: 20px 0;
  font-weight: bold;
}

  .head-line {
    width: 55%;
    margin: 5rem auto 0;
  }

  

.comment-now {
  margin:0 auto; 
  width:50%;

}


.support-blog {
  padding: 2rem;
}


    /*FV */
    .main-header {
      background-repeat: no-repeat, no-repeat;
      background-size: cover;
      background-position:center;
    }

  .main-header {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .main-side {
    width: 100%;
  }
  .left-side {
    width:100%;
    background:#0008;
  }
  .right-side {
    width: 95%;
  }

  .talent-bottom{
    width: 100%;
    bottom: 710px;
  }

  .talent-bottom>img{
    width: 100%;
  }

  .second-main{
    margin-top: 150px;
  }

  .talent-top{
    position:absolute;
    width: 34%;
    margin: 0 auto 2rem 0;
    left: 66%;
    top: 50%;
    z-index:1004;
  }

  .header-text{
    width: 100%;
    margin: -3rem auto 3rem;
  }
  .header-text_sp{
    display: block;
    /* top: 10rem; */
    top: 44%;
    position: absolute;
    z-index: 1037;
  }

  
  .sp_comment{
    position: absolute;
    left: -11rem;
  }

  .sp_header{
    position: relative;
  }

  .comment_sp{
    z-index: 2;
    position: absolute;
    top: -86rem;
    right: 0;
  }

  .newhit-title{
    margin: 0 auto;
    width: 90%;
  }

  .m_result_top_sp{
    margin-bottom: 100px;
  }

  .btn-anim img {
    width: 100%;
  }
  
  .sup-bt-header {
    top: 19%;
    left: 1%;
    width: 51%;
  }

  .rank-bt-header-sp {
    position: absolute;
    top: 21%;
    left: 16%;
    width: 68%;
}

  .comment-header {
    width: 100%;
  }
  
  .result-header {
    width: 100%;
  }
  
  

/*メインコンテンツ*/

.waku2{
	margin:0 auto;
	padding:10px;
}

.waku2 .main_text{
	margin:10px auto;
}








  .main-contents {
    flex-direction: column;
    align-items: center;
    max-width: 772px;
    width: 100%;
  }
  .baken {
    justify-content: center;
  }
  .baken p {
    width: 117px;
      height: 60px;
  }
  .topics {
    align-items: center;
    flex-direction: column;
    width: 90%;
    margin: 1rem auto;
  }

  .main-topics {
    margin: 0 auto;
  }

  .realtime_user {
    width: 70%;
    margin: 1rem 0;
  }


/* サイドカラム */
    .sub-side {
      width: 100%;
      margin: 1rem 1rem 3rem;
    }

    .main-topics {
      width: 100%;
    }

    .sub-topics {
      width: 100%;
    }

    .sub-topics-in {
      padding: 13px 5px 15px 10px;
    }

/* セカンドコンテンツ */


/* 注目情報 */

.second-contents {
  background-image: linear-gradient(228deg, rgb(190 83 83), rgb(241 168 114));
}


.sub-topics {
  margin: 1rem;
}




/*SP ハンバーガーメニュー */

/* ハンバーガーアイコンのスタイル */
.hamburger-menu-trigger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 6px 0;
}

.hamburger-menu-trigger:hover {
  opacity:0.8;
  cursor: pointer;
}

/* メニューコンテナのスタイル */
.hamburger-menu-container {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: #A9894B;
  transition: right 0.3s ease;
  z-index: 1000;
}

/* メニューが開かれた状態のスタイル */
.hamburger-menu-container.open {
  right: 0;
  color: #fafafa;
}

/* 閉じるボタンのスタイル */
.close-button {
  margin: 10px 20px;
  padding: 6px 12px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-button:hover {
  background-color: #555;
}

.hamburger-menu-bar-list {
  display: flex;
  justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin: 5rem 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.hamburger-menu-bar-list li {
  padding: 1rem 0;

}

.hamburger-menu-bar-list li a{
  color: #fafafa;
}

.hamburger-menu-bar-list a{
  text-decoration: none;
  color:#fafafa;
  padding: 20px 15px;
  border-radius: 10px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;

}

.hamburger-menu-bar-account {
  list-style: none;
  margin: 3rem 0 0;
}

.hamburger-menu-logout-btn {
  margin: 1rem;
}

.hamburger-menu-logout-btn a{
  color: #dbdbdb;
  background-color: #585858;
  border-radius: 10px;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  text-decoration: none;
}

/* CDT系 */
.cdtfs30 {
  font-size: 2rem;
}

.cdtfs40 {
  font-size: 3rem;
}

.cdtfs50 {
  font-size: 4rem;
}

/* 短評用 */

.title01 {
  font-size: 2rem;
}


  }


  @media screen and (max-width:1300px) {

    .talent-bottom{
      bottom: 85%;
      left: 10%;
    }
  }

  @media screen and (max-width:990px) {

    .talent-bottom{
      bottom: 88%;
      margin: 0 auto;
      text-align: center;
    }
}

@media screen and (max-width:550px) {

  .talent-bottom{
    bottom: 93%;
  }
}

@media screen and (max-width:550px) {

  .talent-top{
    top: 62%;
  }

}

  @media screen and (max-width:420px) {

    #main_slide_bg3{
      height: 26vh;
    }

    .talent-top{
      top: 62%;
    }

    .talent-bottom{
      bottom: 95%;
    }

}
