@charset "utf-8";
.player-container-inner {
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.player-container-inner2 {
    margin: 0.5rem auto;
}
.player-container-inner3 {
    max-width: 790px;
    position: relative;
    padding: 30px 60px;
    margin: 0.5rem auto;
}
.player-container-inner3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px dashed #006AB8;
    border-radius: 10px;
    pointer-events: none;
    z-index: -1;
    background-clip: content-box;
  }
.player-container-inner4 {
    margin: 0.5rem auto;
}     
.player-bgc-section {
    background: rgb(237,249,255);
    background: linear-gradient(90deg, rgba(237,249,255,1) 0%, rgba(254,240,248,1) 100%);
}
.three-smile{
    background-color: #edf9ff;
    padding: 60px 15px;
    margin-bottom: 3rem;
}
.three-smile-h2{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #006ab8;
    margin-bottom: 40px;
}
.three-smile-h2 span{
    display: block;
}
.three-smile-item{
    padding: 0 10px;
    text-align: center;
}
.three-smile-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #1a99d7;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    width: 170px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
}
.dl-standard-player {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    max-width: 690px;
}
.dl-standard-player dt{
    width: 100%;
    
}
.dl-standard-player dd{
    width: 100%;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 0;
}
.dl-standard-player dt{
    padding: 0.94rem .5rem 0;
}
.dl-standard-player dd{
    padding: 0.94rem .5rem;
}
.player-container-inner figcaption {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-top: 5px;
}
.newtab-link{
    font-weight: 700;
    position: relative;
    padding-right: 1.1em;
    line-height: 1.75;
}
.newtab-link::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-65%);
    background: url(../images/common/icon-newtab_blue.svg) no-repeat center center/contain;
    width: 12.6px;
    height: 15.75px;
}
.player-profile figure {
    text-align: center;
}
.dl-standard-player2 {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    max-width: 690px;
}
.dl-standard-player2 dt{
    width: 100%;
}
.dl-standard-player2 dd{
    width: 100%;
    margin-bottom: 0;
}
.dl-standard-player2 dt{
    padding: 0.5rem .25rem;
    color: #006AB8;
}
.dl-standard-player2 dd{
    padding: 0.5rem .25rem;
    color: #006AB8;
}
.dl-standard-player3 {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.dl-standard-player3 dt{
    width: 100%;
    position: relative;
}

.dl-standard-player3 dd{
    width: 100%;
    margin-bottom: 0;
    position: relative;
}
.dl-standard-player3 dt{
    padding: 0.94rem 0.5rem 0rem 0;
    font-size: 1.125rem;
}
.dl-standard-player3 dd{
    padding: 0.94rem 0 0.94rem 0rem;
}


.bg-white-player {
    max-width: 1076px;
    background-color: #fff;
    padding: 2rem 3rem 1rem;
}

.dl-standard-player3 dt::after {
    content: '';
    position: absolute;
    top: 20px;
    left: -20px;
    width: 2px;
    height: 25vh;
    background-color: #006AB8;
}
.dl-standard-player3 dt:last-of-type::after {
    display: none;
  }
  /* .dl-standard-player3 dd::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    color: #006AB8;
    background-color: #006AB8;
    width: 11px;
    height: 11px;
    top: 20px;
    left: -24px;
} */
.dl-standard-player3 dt::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    color: #006AB8;
    background-color: #006AB8;
    width: 11px;
    height: 11px;
    top: 20px;
    left: -24px;
}

/* btn */
.sns-btn{
    transition: 0.3s;
}
.sns-btn:hover{
    opacity: 1;
}
.line-btn {
    display: block;
    width: 200px;
    padding: 10px 20px;
    color: #fff;
    background-color: #06C755;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
  
.line-btn:hover {
    color: #06C755;
    background-color: #fff; 
}
.line-btn:hover a{
    color: #06C755;
}
.line-btn:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #06C755;
    border-radius: 25px;
    z-index: -1;
  }
.twitter-btn {
    display: block;
    width: 200px;
    padding: 10px 20px;
    color: #fff;
    background-color: #1D9BF0;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
.twitter-btn:hover {
    color: #1D9BF0;
    background-color: #fff;  
}
.twitter-btn:hover a{
    color: #1D9BF0;
}
.twitter-btn:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #1D9BF0;
    border-radius: 25px;
    z-index: -1;
}
.youtube-btn {
    display: block;
    width: 200px;
    padding: 10px 20px;
    color: #fff;
    background-color: #FF0000;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
.youtube-btn:hover {
    color: #FF0000;
    background-color: #fff;  
}
.youtube-btn:hover a{
    color: #FF0000;
}
.youtube-btn:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #FF0000;
    border-radius: 25px;
    z-index: -1;
}
.instagram-btn {
    display: block;
    width: 200px;
    padding: 10px 20px;
    color: #fff;
    background: #FEBA31;
    background: linear-gradient(to right, #9632E2 0%, #D622D1 35%, #FF2E98 55%, #FF713F 80%, #FEBA31 100%);
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
.instagram-btn:hover {
    color: #FF713F;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}
.instagram-btn:hover a{
    color: #FF713F;
}
.instagram-btn:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #FF713F;
    border-radius: 25px;
    z-index: -1;
}
.instagram-btn::before {
    transition: 0.3s;
}
.facebook-btn {
    display: block;
    margin: 0 auto;
    width: 200px;
    padding: 10px 20px;
    color: #fff;
    background-color: #1877F2;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
.facebook-btn:hover {
    color: #1877F2;
    background-color: #fff;  
}
.facebook-btn:hover a{
    color: #1877F2;
}
.facebook-btn:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #1877F2;
    border-radius: 25px;
    z-index: -1;
}
.tiktok-btn {
    display: block;
    width: 200px;
    padding: 10px 20px;
    color: #fff;
    background-color: #000000;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
.tiktok-btn:hover {
    color: #000000;
    background-color: #fff;  
}
.tiktok-btn:hover a{
    color: #000000;
}
.tiktok-btn:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    border-radius: 25px;
    z-index: -1;
}


.line-btn a,
.twitter-btn a,
.youtube-btn a,
.instagram-btn a,
.facebook-btn a,
.tiktok-btn a{
    color: white;
    z-index: 2;
}

/* btn (終了)*/ 
.sns-player {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}
.sns-wrap {
    border: 1px solid #C4C4C4;
    width: 95%;
    border-radius: 15px;
    padding: 34px 10px;
    /* margin: 0 auto; */
}
.sns-head-ttl {
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
}
.account-player {
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
}
.account-description-player {
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.714;
    margin-bottom: 25px;
    white-space: nowrap;
    text-align: left;
    display: inline-block;
}
.teamabout-h3{
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.dl-standard-player3-sp{
    margin-bottom: 0;
    position: relative;
}
.dl-standard-player3-sp dd{
    padding-top: 5px;
}
.dl-standard-player3-sp:not(:last-of-type):before{
    content: '';
    position: absolute;
    top: 20px;
    left: -20px;
    width: 2px;
    height: 100%;
    background-color: #006AB8;
}
@media all and (min-width: 400px) {
    .sns-player {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        justify-content: center;
    }
    .sns-wrap {
        border: 1px solid #C4C4C4;
        width: 370px;
        border-radius: 15px;
        padding: 34px 41px;
        /* margin: 0 auto; */
    }
    .sns-head-ttl {
        font-weight: bold;
        font-size: 1.25rem;
        letter-spacing: 0.05em;
        line-height: 1.2;
        text-align: center;
    }
    .account-player {
        font-weight: bold;
        font-size: 1.25rem;
        letter-spacing: 0.05em;
        line-height: 1.2;
        text-align: center;
    }
    .account-description-player {
        font-weight: bold;
        font-size: 0.875rem;
        letter-spacing: 0.05em;
        line-height: 1.714;
        margin-bottom: 25px;
        white-space: nowrap;
    }
} 
@media all and (min-width: 576px) {
    .sns-player {
        gap: 10px;
    }
    .sns-wrap {
        border: 1px solid #C4C4C4;
        width: 250px;
        border-radius: 15px;
        padding: 30px 10px;
    }
    .sns-head-ttl {
        font-weight: bold;
        font-size: 1.25rem;
        letter-spacing: 0.05em;
        line-height: 1.2;
        text-align: center;
    }
    .account-player {
        font-weight: bold;
        font-size: 1.25rem;
        letter-spacing: 0.05em;
        line-height: 1.2;
        text-align: center;
    }
    .account-description-player {
        font-weight: bold;
        font-size: 0.875rem;
        letter-spacing: 0.05em;
        line-height: 1.714;
        margin-bottom: 25px;
        white-space: normal; 
    }
    .facebook-btn {
        margin-top: 23px;
    }
    .three-smile-circle{
        width: 150px;
        height: 120px;
    }
    .three-smile-items{
        display: flex;
        justify-content: center;
        margin: 0 -10px;
    }
    .three-smile-item{
        padding: 0 10px;
        width: 33.333333333333333%;
        text-align: center;
    }
}
@media all and (min-width: 768px) {
    .dl-standard-player dt{
        width: 145px;
        min-width: 145px;
        padding: 0.94rem 1rem;
        border-bottom: 1px solid #CDCDCD;
    }
    .dl-standard-player dd{
        width: -webkit-calc(100% - 145px);
        width: calc(100% - 145px);
    }
    .flex-player {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }
    .player-profile {
        display: flex;
        gap: 50px;
        padding-top: 10px;
    }
    .player-profile2 {
        display: flex;
        gap: 30px;
        padding-top: 10px;
    }
    .dl-standard-player2 dt{
        width: 100px;
        min-width: 100px;
        padding: 0.5rem 0rem;
        
    }
    .dl-standard-player2 dd{
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        padding: 0.5rem .5rem;
    }
    .dl-standard-player3 dt{
        width: 157px;
        min-width: 157px;
        padding: 0.94rem 0.5rem 0.94rem 0;
    }
    .dl-standard-player3 dt::after {
        content: '';
        position: absolute;
        top: 20px;
        left: 180.5px;
        width: 2px;
        height: 100%;
        background-color: #006AB8;
    }
    .dl-standard-player3 dt:last-of-type::after {
        display: none;
      }
    .dl-standard-player3 dd{
        width: -webkit-calc(100% - 157px);
        width: calc(100% - 157px);
        
            padding: 0.94rem 0 0.94rem 3.5rem;
        
    }
    .dl-standard-player3 dd::before {
        content: '';
        position: absolute;
        border-radius: 50%;
        color: #006AB8;
        background-color: #006AB8;
        width: 11px;
        height: 11px;
        top: 20px;
        left: 19px;
    }
    .dl-standard-player3 dt::before {
        display: none;
    }

    .sns-wrap {
        width: 330px;
    }
    .facebook-btn {
        margin-top: 0;
    }
    .three-smile-circle{
        width: 170px;
        height: 140px;
    }
    .three-smile{
        padding: 60px;
    }
}
@media all and (min-width: 992px) {
    .player-container-inner2 {
        max-width: 702px;
    }
    .player-profile figure{
        min-width: 210px;
    }
    .player-profile2 figure{
        min-width: 176px;
    }
    .three-smile-circle{
        width: 220px;
        height: 190px
    }

    
}
@media all and (min-width: 1200px) {

    .sns-wrap {
        width: 340px;
    }


}
@media all and (min-width: 1400px) {
    .player-container-inner {
        max-width: 1076px;
    }
    .player-container-inner4 {
        max-width: 1150px;
    }
    .sns-player {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
    }
    .sns-wrap {
        border: 1px solid #C4C4C4;
        width: 370px;
        border-radius: 15px;
        padding: 34px 41px;
        /* margin: 0 auto; */
    }
    .sns-head-ttl {
        font-weight: bold;
        font-size: 1.25rem;
        letter-spacing: 0.05em;
        line-height: 1.2;
        text-align: center;
    }
    .account-player {
        font-weight: bold;
        font-size: 1.25rem;
        letter-spacing: 0.05em;
        line-height: 1.2;
        text-align: center;
    }
    .account-description-player {
        font-weight: bold;
        font-size: 0.875rem;
        letter-spacing: 0.05em;
        line-height: 1.714;
        margin-bottom: 25px;
        white-space: nowrap;
    }
    /* btn */
    .line-btn {
        display: block;
        width: 280px;
        padding: 10px 20px;
        color: #fff;
        background-color: #06C755;
        color: #FFF;
        font-size: 16px;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 1.25rem;
        cursor: pointer;
        position: relative;
    }
    
    .line-btn:hover {
        color: #06C755;
        background-color: #fff; 
    }
    .line-btn:hover a{
        color: #06C755;
    }
    .line-btn:hover::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #06C755;
        border-radius: 25px;
    }
    .twitter-btn {
        display: inline-block;
        width: 280px;
        padding: 10px 20px;
        color: #fff;
        background-color: #1D9BF0;
        color: #FFF;
        font-size: 16px;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 1.25rem;
        cursor: pointer;
        position: relative;
    }
    .twitter-btn:hover {
        color: #1D9BF0;
        background-color: #fff;  
    }
    .twitter-btn:hover a{
        color: #1D9BF0;
    }
    .twitter-btn:hover::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #1D9BF0;
        border-radius: 25px;
    }
    .youtube-btn {
        display: inline-block;
        width: 280px;
        padding: 10px 20px;
        color: #fff;
        background-color: #FF0000;
        color: #FFF;
        font-size: 16px;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 1.25rem;
        cursor: pointer;
        position: relative;
    }
    .youtube-btn:hover {
        color: #FF0000;
        background-color: #fff;  
    }
    .youtube-btn:hover a{
        color: #FF0000;
    }
    .youtube-btn:hover::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #FF0000;
        border-radius: 25px;
    }
    .instagram-btn {
        display: inline-block;
        width: 280px;
        padding: 10px 20px;
        color: #fff;
        background: #FEBA31;
        background: linear-gradient(to right, #9632E2 0%, #D622D1 35%, #FF2E98 55%, #FF713F 80%, #FEBA31 100%);
        color: #FFF;
        font-size: 16px;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 1.25rem;
        cursor: pointer;
        position: relative;
    }
    .instagram-btn:hover {
        color: #FF713F;
        background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    }
    .instagram-btn:hover a{
        color: #FF713F;
    }
    .instagram-btn:hover::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #FF713F;
        border-radius: 25px;
    }
    .facebook-btn {
        display: block;
        margin: 0 auto;
        width: 280px;
        padding: 10px 20px;
        color: #fff;
        background-color: #1877F2;
        color: #FFF;
        font-size: 16px;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 1.25rem;
        cursor: pointer;
        position: relative;
    }
    .facebook-btn:hover {
        color: #1877F2;
        background-color: #fff;  
    }
    .facebook-btn:hover a{
        color: #1877F2;
    }
    .facebook-btn:hover::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #1877F2;
        border-radius: 25px;
    }
    .tiktok-btn {
        display: inline-block;
        width: 280px;
        padding: 10px 20px;
        color: #fff;
        background-color: #000000;
        color: #FFF;
        font-size: 16px;
        text-decoration: none;
        border-radius: 25px;
        text-align: center;
        font-weight: bold;
        font-size: 1.25rem;
        cursor: pointer;
        position: relative;
    }
    .tiktok-btn:hover {
        color: #000000;
        background-color: #fff;  
    }
    .tiktok-btn:hover a{
        color: #000000;
    }
    .tiktok-btn:hover::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #000000;
        border-radius: 25px;
    }
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}