@charset "utf-8";
@font-face {
    font-family: 'BLG';
    src: url(../font/bleage_font.ttf);
}
p,span,h1,h2,h3,h4,div,button{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; 
    /* font-family: 'Noto Sans JP', sans-serif; */
}
body{
    box-sizing: border-box;
}
a{
    cursor: pointer;
    text-decoration: none;
}

*{  
    box-sizing: border-box;
}
.module_title{
    display: none;
}
/*=============================================
ロード
/*=============================================*/
/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 120px;
  height: 100%;
  z-index: 999;
  background:#790100;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



/*========= レイアウトのためのCSS ===============*/



/*=============================================
ヘッダー
/*=============================================*/
.header{
    width:40px;
    position: absolute;
    top:0;
    z-index: 100;
}
.header img{
    width:100%;
}
/*=============================================
hero_area
/*=============================================*/
.hero_area{
    position: relative;
}

/*=============================================
投票結果
/*=============================================*/
.result_sp{
    padding-bottom: 30px;
}
.result_player_text_sp_3{
    width:170px;
}
.result{
    background-image: url(../img/result_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.result_title{
    padding-top: 40px;
    text-align: center;
    font-size: 20px;
    padding-bottom: 8px;
}
.result_title img{
    width: 100%;
}
.result_text{
    line-height: 1.6rem;
    text-align: center;
}
.result_title_img{
    width:340px;
    margin:0 auto;
    padding-top: 50px;
}
.result_title_img img{
    width:100%;}

.result_player_img1_sp{
    width:60%;
    margin: 0 auto;
}
.result_player_wrapper1_sp{
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
}
.result_player_img1_sp img{
    width:100%;
}
.result_player_deco_sp{
    width:60%;
    margin: 0 auto;
    padding-bottom: 8px;
}
.result_player_deco_sp img{
    width:100%;
}
.result_player_text_sp{
    text-align: center;
        margin-top: 10px
}
.result_player_title_sp{
    font-size: 16px;
}
.result_player_club_sp{
    font-size: 14px;
}
.result_player_name_sp{
    font-size: 14px;
}
.result_player_inner1_sp{
    padding-top: 20px;
}
.result_player_img2_sp{
    width:140px;
    margin: 0 auto;
}
.result_player_img2_sp img{
    width:100%;
}
.result_player_img3_sp{
    width: 120px;
}
.result_player_img3_sp img{
    width: 100%;
}
.result_player_inner4_sp{
    display: flex;
    gap:15px;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}
.result_pc{
    display: none;
}
/*=============================================
about
/*=============================================*/
.about_inner{
    padding-top: 50px;
    background-image: url(../img/about_bg.png);
}
.about_title_inner{
    position: relative;
    margin: 0 10px;
}
.about_txt_inner{
    font-weight: 900;
    color: white;
}
.about_deco{
    display: none;
}
.about_deco_left img{
    width:100%;
}
.about_deco_right img{
    width:100%;
}
.about_deco_left{
    position: absolute;
    top:10px;
    left:0;
    width:60px;
}
.about_deco_right{
    position: absolute;
    top:10px;
    right: 0;
    width:60px;
}
.about_title{
    text-align: center;
    font-weight: 900;
    color: white;
    font-size: 22px;
    line-height: 1.9rem;
}
.about_sub_title{
    color: white;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}
.about_txt{
    font-size: 15px;
    text-align: center;
    font-weight: 900;
    line-height: 1.6rem;
    margin: 0 auto;
}
.about_last{
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 900;
}
.about_sub_txt{
    padding-top: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 900;
}
.line_white{
    width:240px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.line_white img{
    width:100%;
}
/*=============================================
title
/*=============================================*/
.title_inner{
    text-align: center;
}
.title{
    font-size: 22px;
    font-weight: 900;
}
.sub_title{
    font-size: 12px;
    padding-top: 10px;
}
.title_deco_right{
    width:120px;
    position: absolute;
    top:60px;
    right: 0;
}
.title_deco_right img{
    width:100%;
}
.title_deco_left{
    width:120px;
    position: absolute;
    top:60px;
    left:0;
}
.title_deco_left img{
    width:100%;
}
/*=============================================
schedule
/*=============================================*/
.schedule_inner{
    color: white;
    position: relative;
    padding-top: 50px;
    background-image: linear-gradient(60deg, #120800 35%, #45260F 65%,#120800 100%);
    text-align: center;
    font-weight: 900;
    padding-bottom: 50px;
}
.deco_pc{
    display: none;
}
.term_title{
    padding-top: 50px;
    font-size: 20px;
}
.line_gold img{
    width:100%;
}
.line_gold2 img{
    width:100%;
}
.line_gold2{
    width:370px;
    margin: 0 auto;
}
.line_gold{
    width:370px;
    margin: 0 auto;
}
.term_txt{
    font-size: 25px;
    padding-top: 30px;
    line-height: 1.8rem;
    padding-bottom: 30px;
}
.btn_card{
    width:345px;
    transition-duration: .4s;
    margin: 60px auto 20px auto;
    cursor: pointer;
}
.btn_card:hover{
    transform: scale(1.1);
    opacity: 0.7;
}
.btn_card img{
    width:100%;
}
.btn_sns{
    width:345px;
    transition-duration: .4s;
    margin: 0 auto;
    cursor: pointer;
}
.btn_sns:hover{
    transform: scale(1.1);
    opacity: 0.7;
}
.btn_sns img{
    width:100%;
}
/*=============================================
title2 (player list 選手リスト)
/*=============================================*/
.player_title_inner{
    text-align: center;
    position: relative;
}
.title2{
    font-size: 22px;
    font-weight: 900;
    color: white;
}
.sub_title2{
    font-size: 12px;
    color: white;
    padding-top: 10px;
}
.title_deco_right2{
    width:120px;
    position: absolute;
    top:0px;
    right: 0;
}
.title_deco_right2 img{
    width:100%;
}
.title_deco_left2{
    width:120px;
    position: absolute;
    top:0px;
    left:0;
}
.title_deco_left2 img{
    width:100%;
}
/*=============================================
player list 選手リスト 
/*=============================================*/
.player_list_inner{
    padding-top:40px;
    background-color: #790100;
}
.player_title_inner{
    padding-bottom: 50px;
}

.btn_card2{
    width:345px;
    margin: 0 auto;
    padding-top: 40px;
    transition-duration: .4s;
}
.btn_card2 img{
    width: 100%;
}
.btn_sns2{
    width:345px;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 40px;
    transition-duration: .4s;
}
.btn_card2:hover{
    transform: scale(1.1);
    opacity: 0.7;
}
.btn_sns2:hover{
    transform: scale(1.1);
    opacity: 0.7;
}
.btn_sns2 img{
    width:100%;
}
.deco_pc2{
    display: none;
}
/*=============================================
title2 (player list 選手リスト　タブ　はじまり)
/*=============================================*/
.tab {
    display: flex;
    flex-wrap: wrap;
    background-color: #95100F;
    padding-bottom: 1rem;
    overflow: hidden;
}
.tab-item {
    display: none;
}
.tab-item+label {
    flex: 1;
    order: -1;
    cursor: pointer;
    padding: 1rem .5em;
    margin-bottom: 1rem;
    border-bottom: 3px solid rgb(95, 3, 3);
    color: #e0bf98;
    white-space: nowrap;
    text-align: center;
}
.tab-content {
    width: 100%;
    padding: 0 1rem;
    display: none;
    overflow: hidden;
    color: #555;
    line-height: 1.5;
}
.tab-item:checked+label {
    border-bottom: 3px solid #ffffff;
    color: white;
    transition: .5s ease-in-out;
}
.tab-item:checked+label+.tab-content {
    display: block;
    padding: 0 1rem;
    color: #333;
}
.tab_player_inner{
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #c9ba9b 0%, #b28e19 50%,#c9ba9b 100%);
    border-image-slice: 1;
    display: flex;
    align-items: center;
    background-image: linear-gradient(60deg, #200000, #620000);
    max-width: 365px;
    height:97px; 
    justify-content: left;
    position: relative;
    padding: 10px 5px;
    box-sizing: border-box;
    margin: 10px auto;
    overflow: hidden;
}
.tab_player_big_inner{
    margin-top: 10px;
}
.tab_player_name{
    color: white;
    font-size: 14px;
}
.tab_player_logo{
    width:70px;
    padding-right: 10px;
}
.tab_player_logo img{
    width:100%;
}
.tab_player_photo{
    width:100px;
    top:0;
    position: absolute;
    right:0px;
}
.tab_player_photo img{
    object-fit: cover;
    width:100%;
}
.tab_inner{
    color: #480000;
    background-image: linear-gradient(60deg, #e1cd8a 0%, #fcf1db 100%);

    margin: 0 auto;
    padding-bottom: 60px;
    background-repeat: no-repeat;
}

.modaal-container{
    max-width: 370px;
}
.tab_img{
    padding-top: 30px;
    width: 200px;
    margin: 0 auto;
}
.tab_img img{
    width: 100%;
}
.tab_team_logo{
    width:95px;
    margin: 20px auto 0 auto;
}
.tab_team_logo img{
    width:100%;
}
.tab_profile_text_inner{
    margin-bottom: 50px;
}
.tab_sns_title{
    padding-bottom: 10px;
    font-family: 'Noto Sans JP', sans-serif; 
    font-weight: 700;
    border:none;
    border-bottom:dashed 1px #480000;
    margin-bottom: 30px;
}
.tab_twitter_btn{
    margin-bottom: 20px;
    background-color:#790100;
    color: white;
    font-family: 'Noto Sans JP', sans-serif; 
    padding: 15px 0px;
    text-align: center;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 300px;
}
.tab_player_contents:hover{
    opacity: 0.5;
}
.tab_player_btn{
    margin-bottom: 20px;
    background-color:#310f00;
    color: white;
    font-family: 'Noto Sans JP', sans-serif; 
    padding: 15px 0px;
    text-align: center;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 300px;
}
.tab_player_btn:hover{
    opacity: 0.5;
}
.tab_player_btn_inner{
    text-align: center;
}
.tab_twitter_btn:hover{
    opacity: 0.5;
}
.tab_insta_btn:hover{
    opacity: 0.5;
}
.tab_twitter_btn_inner{
    text-align: center;
    margin-bottom: 20px;
}
.tab_insta_btn{
    background-color: #BD2639;
    font-family: 'Noto Sans JP', sans-serif; 
    color: white;
    font-family: 'Noto Sans JP', sans-serif; 
    padding: 15px 0px;
    text-align: center;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 300px;
}
.tab_insta_btn_inner{
    
    text-align: center;
}
.tab_profile_inner{
    margin: 0 13px;
    width:300px;
    margin: 0 auto;
}

.tab_profile{
    padding-bottom: 40px;
    font-family: 'Noto Sans JP', sans-serif; 
    line-height: 1.6em;
}
.tab_profile_text{
    margin-bottom: 25px;
    font-family: 'Noto Sans JP', sans-serif; 
    line-height: 1.3em;
}
.tab_profile_title{
    font-family: 'Noto Sans JP', sans-serif; 
    font-weight: 700;
    padding-bottom: 6px;
    font-size: 18px;
}
.tab_profile{
    font-family: 'Noto Sans JP', sans-serif; 
}
.tab_name{
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Noto Sans JP', sans-serif; 
}
.tab_team{
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    font-family: 'Noto Sans JP', sans-serif; 
    padding-bottom: 30px;
}
.tab_b1{
    padding-top: 40px;
    padding-bottom: 50px;
}
/*=============================================
title2 (player list 選手リスト タブ 終わり)
/*=============================================*/

/*=============================================
title3 (vote)
/*=============================================*/
.deco_pc3{
    display: none;
}
.vote_title_inner{
    text-align: center;
    position: relative;
}
.title3{
    color: white;
    font-size: 22px;
    font-weight: 900;
}
.sub_title3{
    color: white;
    font-size: 12px;
    padding-top: 10px;
}
.title_deco_right3{
    width:120px;
    position: absolute;
    top:0px;
    right: 0;
}
.title_deco_right3 img{
    width:100%;
}
.title_deco_left3{
    width:120px;
    position: absolute;
    top:0px;
    left:0;
}
.title_deco_left3 img{
    width:100%;
}
/*=============================================
vote
/*=============================================*/
.vote_inner{
    padding-top:40px;
    padding-bottom: 40px;
    background-color: #271303;
}
.vote_txt{
    line-height: 1.6rem;
    padding-top: 40px;
    text-align: center;
    color: white;
}
.card_title_deco{
    width:340px;
    margin:0 auto;
    position: absolute;
    top:-15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.card_title_deco img{
    width:100%;
}
.card_title_inner{
    position: relative;
    margin-top: 40px;
}
.card_contents{
    border: 1px solid #EFD9AA;
    margin: 0 20px;
    box-shadow: 3px 8px 8px rgb(20, 0, 0);;
}
.card_title{
    z-index: 10;
    font-weight: 900;
    position: absolute;

}
.card_br{
    display: none;
}
.sumatike img{
    width:100%;
}
.sumatike{
    width:320px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.sumatike:hover{
    opacity: 0.5;
}
.card_txt{
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    margin: 0 20px;
    line-height: 1.4rem;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}
.step{
    background-color: blanchedalmond;
    width:310px;
    padding-bottom: 30px;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #C6AC76, #FCF0CF);
    margin-bottom: 20px;
}
.step_title{
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 18px;
}
.step_txt{
    padding-top: 18px;
    padding-bottom: 20px;
    text-align: center;
}
.step_img{
    width:200px;
    margin: 0 auto;
}
.step_img img{
    width:100%;
}
.game{
    color: white;
    text-align: center;
}

.step_attention{
    text-align: center;
    color: white;
    line-height: 1.4rem;
}
.mobile{
    padding-top: 40px;
    width:280px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.mobile img{
    width:100%;
}
.game_text{
    padding-top: 30px;
    line-height: 1.6rem;
}
.game_title{
    padding-bottom: 6px;
    padding-top: 40px;
    color: white;
    border-bottom: 1px solid white;
    width:300px;
    margin: 0 auto;
}
.app_title{
    padding-top: 50px;
    color: white;
    font-size: 19px;
    text-align: center;
}
.app_deco{
    padding-top: 10px;
    width:320px;
    margin: 0 auto;
}
.app_deco img{
    width:100%;
}
.app_inner img{
    width:200px;
    margin-top: 20px;
}
.app_inner{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.googleplay:hover{
    opacity: 0.5;
}
.applestore:hover{
    opacity: 0.5;
}
.mobile:hover{
    opacity: 0.5;
}
/*=============================================
title4(sns) 
/*=============================================*/
.sns_title_inner{
    text-align: center;
    position: relative;
}
.title4{
    font-size: 22px;
    font-weight: 900;
    color: white;
}
.sub_title4{
    font-size: 12px;
}
.title_deco_right4{
    width:120px;
    position: absolute;
    top:0px;
    right: 0;
}
.title_deco_right4 img{
    width:100%;
}
.title_deco_left4{
    width:120px;
    position: absolute;
    top:0px;
    left:0;
}
.title_deco_left4 img{
    width:100%;
}

/*=============================================
sns投票
/*=============================================*/
.sns_inner{
    padding-top: 50px;
}
.twitter_title{
    padding-top: 50px;
    width:360px;
    margin: 0 auto;
}
.twitter_title img{
    width:100%;
}
.line_title img{
    width:100%;
}
.line_title{
    padding-top: 50px;
    width:360px;
    margin: 0 auto;
}
.twitter_txt{
    padding-top: 30px;
    color: white;
    max-width: 350px;
    margin: 0 auto;
    line-height: 1.6rem;
}
.twitter_btn{
    cursor: pointer;
    font-weight: 900;
    font-size: 23px;
    margin: 0 auto;
    width:345px;
    transition-duration: .4s;
}
.twitter_btn:hover{
        transform: scale(1.1);
        opacity: 0.7;
}
.twitter_btn img{
    width:100%;
}
.twitter_btn_inner{
    padding-top: 50px;
    text-align: center;
}
.sns_attention_title{
    font-size: 20px;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.sns_attention_txt{
    color: white;
    line-height: 1.8rem;
    max-width: 350px;
    margin: 0 auto;
}
.sns_list{
    width:345px;
    margin: 40px auto 50px auto;
    transition-duration: .4s;
    cursor: pointer;
}
.sns_list:hover{
    transform: scale(1.1);
    opacity: 0.7;
}
.sns_list img{
    width:100%;
}
.deco_pc4{
    display: none;
}
/*=============================================
information
/*=============================================*/
.deco_pc5{
    display: none;
}
.information_title_inner{
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
}
.title5{
    color: white;
    font-size: 22px;
    font-weight: 900;
}
.sub_title5{
    color: white;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.title_deco_right5{
    width:120px;
    position: absolute;
    top:60px;
    right: 0;
}
.title_deco_right5 img{
    width:100%;
}
.title_deco_left5{
    width:120px;
    position: absolute;
    top:60px;
    left:0;
}
.title_deco_left5 img{
    width:100%;
}
.information_inner{
    background-color: #620000;
}
.cp_title{
    width:350px;
    margin: 0 auto;
}
.cp_title02{
    width: 345px;
    position: absolute;
    top:-17px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cp_title02 img{
    width:100%;
    margin: 0 auto;
}
.cp_title img{
    width:100%;
}
.cp_gold{
    width:300px;
    margin: 0 auto;
}
.cp_gold img{
    width:100%;
}
.cp_inner{
    border: 1px solid #EFD9AA;
    max-width: 360px;
    margin:0 auto;
    position: relative;
    padding: 10px;
}
.cp_inner02{
    border: 1px solid #EFD9AA;
    max-width: 360px;
    margin:50px auto 0 auto;
    position: relative;
    padding: 10px;
}
.cp_title{
    position: absolute;
    top:-17px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cp_text{
    padding-top: 50px;
    color: white;
    text-align: center;
    font-size: 15px;
    line-height: 1.6rem;
}
.cp_term{
    padding-top: 30px;
    text-align: center;
    color: white;
    font-size: 18px;
}
.cp_term2{
    font-size: 18px;
    padding-top: 40px;
    text-align: center;
    color: white;
}
.p-information__contentsText--contanct{
    color: white;
    line-height: 1.6rem;
}
.p-information__contentsText--link{
    color: rgb(195, 146, 0);
}
.cp_term2{
    padding-top: 40px;
    text-align: center;
    color: white;
}
.cp_photo{
    padding-top: 30px;
    width: 300px;
    margin: 0 auto;
}
.cp_photo img{
    width: 100%;
}
.cp_term_text{
    padding-top: 20px;
    line-height: 1.6rem;
    color:white;
    font-size: 15px;
    padding-bottom: 40px;
    text-align: center;
}
.cp_br{
    display: none;
}
.cp_logo{
    padding-top: 30px;
    width:200px;
    margin: 0 auto;
}
.cp_logo img{
    width:100%;
}

.cp_term_text2{
    text-align: center;
    padding-top: 20px;
    color:white;
    padding-bottom: 20px;
    line-height: 1.6rem;
}
.cp_twitter_btn{
    cursor: pointer;
    font-weight: 900;
    font-size: 23px;
    margin: 0 auto;
    width:345px;
    transition-duration: .4s;
}
.cp_twitter_btn:hover{
    transform: scale(1.1);
    opacity: 0.7;
}
.cp_twitter_btn img{
    width: 100%;
}
.link_cp{
    color: rgb(255, 226, 189);
    text-decoration:underline;
}
.information_inner{
    padding-bottom: 50px;
}
.p-information_contentsScrollBox{
    margin-top: 30px;
    margin-bottom: 40px;
}
.p-information_contentsScrollText{
    line-height: 1.7rem;
    padding: 20px 10px 30px 10px;
    width: 95%;
    height: 300px;
    border: solid 1px;
    overflow: scroll;
    margin: 0 auto;
    background-color: white;
}
.cp_cheki_img{
    padding-top: 20px;
    width:335px;
    margin: 0 auto;
}
.cp_cheki_img img{
    width:100%;
}
.cp_term2{
    text-align: center;
    color: white;
    padding-top: 40px;
}
.cp_twitter_btn2{
    width: 345px;
    margin: 0 auto;
}
.cp_twitter_btn2 img{
    width: 100%;
}
/*=============================================
fotter
/*=============================================*/
.footer_icon{
    padding-top: 30px;
    padding-bottom: 20px;
}
.footer_icon img{
    transition-duration: .5s;
}
.footer_icon img:hover{
    transform: scale(1.1);
    opacity: 0.7;
}
.footer{
    background-color: #980000;
    text-align: center;
}
.blg_logo{
    width:60px;
    margin:0 auto;
}
.blg_logo img{
    width:100%;
}
.blg_logo:hover{
    opacity: 0.5;
    }
.footer__copy{
    font-size: 10px;
    color: white;
    padding-bottom: 40px;
}


@media screen and (min-width: 730px){
/*=============================================
投票結果
/*=============================================*/
.result_player_inner1{
    grid-column: 1;
    grid-row: 1;
}
.result_player_inner1{
    grid-column: 1;
    grid-row: 1;
}
.result_sp{
    display: none;
}
.result_pc{
    display: block;
}
.result_player_wrapper2{
    padding-top: 20px;
    display: flex;
    max-width: 840px;
    margin: 0 auto;
    gap: 60px;
    justify-content: center;
}
.result_player_wrapper3{
    padding-bottom: 30px;
    padding-top: 20px;
    display: flex;
    max-width: 840px;
    margin: 0 auto;
    gap: 30px;
    justify-content: center;
}
.result_player_text{
    text-align: center;
}
.result_player_inner6{
    align-items: center;
}
.result_player_deco{
    text-align: center;
    padding-bottom: 8px;
    width:300px;
    margin: 0 auto;
    padding-top: 30px;
}
.result_player_deco_sub{
    width: 130px;
    padding-bottom: 8px;
    margin:0  auto;
}
.result_player_deco_sub img{
    width: 100%;
}
.result_player_deco img{
    width: 100%;
}
.result_player_img{
    text-align: center;
    width:170px;
    margin: 0 auto;
}
.result_player_img_top{
    text-align: center;
    width:300px;
    margin: 0 auto;
}
.result_player_img_top img{
    width:100%;
}
.result_player_img img{
    width:100%;
}
.result_player_img_2{
    width:160px;
    margin: 0 auto;
}
.result_player_img_2 img{
    width:100%;
}
.result_player_img_3{
    width:140px;
    margin: 0 auto;
}
.result_player_img_3 img{
    width:100%;
}
.result_player_title{
    margin-bottom: 12px;
    font-size: 20px;
    border-bottom: 1px solid rgb(255, 255, 255);
}
.result_player_text{
    line-height: 1.7rem;
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 30px;
}
.result_player_club_sub{
    margin: 0 auto;
    text-align: center;
    line-height: 1.7rem;
    font-size: 14px;
    padding-top: 17px;
    padding-bottom: 30px;
}
.result_title_img{
    width: 600px;
}
.result_text{
    font-size: 20px;
    line-height: 1.8rem;
}
.result_title{
    padding-bottom: 15px;
    font-size: 30px;
}
.result_br{
    display: none;
}
.result_player_inner1{
    align-items: center;
}

.result_player_wrapper1{
        max-width: 840px;
        justify-content: center;
        margin: 0 auto;
        display: flex;
        gap:30px;
        align-items: flex-end;
    }
    .result_player_inner1{
        
    }
    .result_player_inner2{
        
    }
    .result_player_inner3{
        
    }

/*=============================================
about
/*=============================================*/
    .about_deco{
    max-width: 700px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top:-10px;
    display: inline-block;
    }
    .about_inner{
        padding-top: 70px;
    }
    .about_deco img{
    width: 100%;
    }
    .about_deco_right{
        display: none;
    }
    .about_deco_left{
        display: none;
    }
    .about_br1{
        display: none;
    }
    .about_title{
        font-size: 35px;
    }
    .about_sub_title{
        font-size: 32px;
        padding-top: 60px;
    }
    .about_txt{
        font-size: 18px;
        line-height: 2.4rem;
    }
    .about_last{
        font-size: 30px;
    }
    .about_sub_txt{
        font-size: 28px;
        padding-top: 40px;
    }
    .line_white {
        width: 300px;
    }
    .about_br1{
        display: none;
    }
/*=============================================
schedule
/*=============================================*/
.schedule_inner{
    padding-top: 80px;
}
.deco_pc{
    width:730px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top:80px;
    display: inline-block;
}
.deco_pc img{
    width: 100%;
}
.title,.title2,.title3{
    font-size: 50px;
}
.sub_title,.sub_title2,.sub_title3{
    font-size: 22px;
    padding-top: 15px;
}
.title_deco_right{
    display: none;
}
.title_deco_left{
    display: none;
}
.term_title{
    font-size: 30px;
}
.term_txt{
    font-size: 27px;
}
.schedule_br{
    display: none;
}
.btn_inner{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.btn_card{
    margin: 0;
}
.btn_sns{
    margin: 0;
}

/*=============================================
playerlist
/*=============================================*/
.btn_card2{
    padding: 0;
    margin: 0;
}
.btn_sns2{
    padding-top: 0;
    margin: 0;
}
.player_list_inner{
    padding-top: 80px;
}
.deco_pc2{
    display: inline-block;
}
.deco_pc2 img{
    width:100%;
}
.title_deco_right2{
    display: none;
}
.title_deco_left2{
    display: none;
}
.deco_pc2{
    width: 730px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top:0px;
    display: inline-block;
}
.btn_inner2{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*=============================================
タブ
/*=============================================*/
.tab_b1{
    max-width: 700px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: 10px;
}
.tab_profile_inner{
    width:550px
}
.tab_player_inner {
    margin: 0;
}
/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 900px;
}
.tab_profile{
    padding-bottom: 20px;
}
.tab_profile_title{
    font-size: 16px;
}
.tab_inner{
    gap:40px;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.tab_img{
    width:290px;
}
.tab_team_logo{
    position: absolute;
    top:0;
    width:120px;
}
.tab_profile_text {
    margin-bottom: 10px;
}
.tab_name{
    font-size: 18px;
    text-align: left;
}
.tab_team{
    font-size: 18px;
    text-align: left;
    padding-bottom: 20px;
}
/*=============================================
vote 
/*=============================================*/
.vote_inner{
    padding-top: 80px;
}
.card_title_deco{
    width:500px;
    top:-22px;
}
.vote_txt{
    padding-bottom: 50px;
}
.vote_br1{
    display: none;
}
.deco_pc3{
    width: 730px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top:0px;
    display: inline-block;
}
.deco_pc3 img{
    width:100%;
}
.title_deco_right3{
    display: none;
}
.title_deco_left3{
    display: none;
}
.step_attention{
    padding-top: 30px;
}
.step_txt{
    margin:0 10px;
}

.card_txt{
    max-width: 500px;
    margin: 0 auto;
}
.card_contents {
    border: 1px solid #EFD9AA;
    margin: 0 10%;
}
.app_title{
    font-size: 28px;
}
.app_deco{
    width:520px;
}
.sumatike{
    width:420px;
}

/*=============================================
sns
/*=============================================*/
.sns_inner{
    padding-top: 80px;
}
.deco_pc4{
    width: 700px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top:-1px;
    display: inline-block;
}
.deco_pc4 img{
    width:100%;
}
.title_deco_right4{
    display: none;
}
.title_deco_left4{
    display: none;
}
.title4{
    font-size: 50px;
}
.twitter_txt{
    max-width: 600px;
}
.twitter_title{
    width:500px;
}
.line_title{
    width:500px;
    padding-top: 100px;
}
.twitter_btn{
    width:420px;
}
.sns_attention_txt{
    max-width: 600px;
}
.sns_list{
    width: 420px;
}
/*=============================================
インフォメーション
/*=============================================*/
.sub_title5{
    color: white;
    font-size: 22px;
}
.cp_inner{
    max-width: 800px;
    box-shadow: 0px 3px 10px rgb(56, 0, 0);
    padding: 35px;
}
.cp_inner02{
    padding-top: 30px;
    max-width: 800px;
    box-shadow: 0px 3px 10px rgb(56, 0, 0);
    padding: 35px;
}
.cp_cheki_img{
    width: 500px;
}
.cp_text{
    font-size: 20px;
    line-height: 1.8rem;
}
.cp_term_text{
    font-size: 18px;
}
.cp_title{
    width: 500px;
    top:-23px;
}
.cp_br{
    display: inline-block;
}
.cp_logo{
    padding-top: 50px;
    padding-bottom: 30px;
    width:350px;
    margin: 0 auto;
}
.cp_title02{
    width: 500px;
}
.cp_term_text2{
    margin-top: 20px;
    font-size: 18px;
}
.cp_twitter_btn{
    width:420px;
}
.cp_term_text{
    font-size: 18px;
}
.cp_photo{
    width:500px;
}
.p-information_contentsScrollText{
    line-height: 1.7rem;
    padding: 20px 20px 30px 20px;
}
.deco_pc5{
    width: 700px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top:64px;
    display: inline-block;
}
.deco_pc5 img{
    width:100%;
}
.title_deco_right5{
    display: none;
}
.title_deco_left5{
    display: none;
}
.title5{
    font-size: 45px;
}


.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    width: 75%;
}
}




@media screen and (min-width: 930px){
    .about_deco{
        max-width: 800px;
    }
    .step_inner{
        display: flex;
        gap: 20px;
        margin-right: 20px;
        margin-left: 20px;
        justify-content: center;
    }
    .step{
        margin: 0;
    }
    .card_br{
        display: inline-block;
    }
    .card_txt{
        max-width: 740px;
    }
    .deco_pc4{
        width: 900px;
    }
    .deco_pc3{
        width: 900px;
    }
    .deco_pc2{
        width: 900px;
    }

}
@media screen and (min-width: 1200px){
/*=============================================
タブ
/*=============================================*/
.tab_b1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto;
    max-width: 1100px;
    
    }
    .tab_player_inner {
    margin: 0;
    }
}