@charset "UTF-8";

/* ----------------------------------------
	日本代表メンバーページ
---------------------------------------- */
.nav-category{
    display: flex;
    justify-content: center;
    margin: 0.5em 0;
}
.nav-category__list{
    display: flex;
}
.nav-category__list li{
    margin: 0 0.3em;
}
.nav-category__list li a{
    display: block;
    align-items: center;
    background-color: #cd307e;
    color: #fff;
    padding: 0.4em 3em 1.2em 3em;
    font-size: 120%;
    line-height: 1.2;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    border-top: solid 1px rgba(255,255,255,0.4);
    border-left: solid 1px rgba(255,255,255,0.4);
    border-bottom: solid 1px rgba(0,0,0,0.6);
    border-right: solid 1px rgba(0,0,0,0.6);
    transition: all 300ms;
}
.nav-category__list li.men a{ background-color: #279cbc;}
.cx_displaydevice .nav-category__list li a:hover{ background: #e7348e;}
.cx_displaydevice .nav-category__list li.men a:hover{ background: #23acd2;}
.nav-category__list li a::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0.4em; left: 0;right: 0;
	margin: 0 auto 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: rgba(255,255,255,0.6) transparent transparent transparent;
}
/* .cx_smartphoneview .nav-category__list li a{
    font-size: 110%;
    padding: 0.4em 3em 1.2em 3em;
}
.cx_smartphoneview .nav-category__list li a::after{
    border-width: 14px 10px 0 10px;
    bottom: 0.5em;
} */
@media screen and (max-width: 768px){
    .nav-category__list li a{
        font-size: 110%;
        padding: 0.4em 3em 1.2em 3em;
    }
    .nav-category__list li a::after{
        border-width: 0.6em 0.4emx 0 0.4em;
        bottom: 0.3em;
    }
}

.japan-member h3{
    background-color: #cd307e;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.3em 0.4em;
    font-size: 130%;
    margin: 0 0 10px;
    position: relative;
}
.japan-member h3#member_men{ background-color: #279cbc;}
.japan-member h3 span{
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: 6px;
    font-size: 64%;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-align: right;
}
.cx_smartphoneview .japan-member h3 span{
    font-size: 65%;
    bottom: 5px;
}
.member__list{
    display: flex;
    flex-wrap: wrap;
}
.member__list > li{
    flex-shrink: 0;
    width: 49.5%;
    background-color: rgba(255,255,255,0.68);
    border-bottom: solid 3px #6f665c;
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
}
.member__list > li:nth-of-type(2n){ margin-left: 1%;}

@media screen and (max-width: 768px){
    /* .member__list{ padding: 0 2%;} */
    .member__list > li{
        width: 100%;
        margin-left: 0;
    }
    .member__list > li:nth-of-type(2n){ margin-left: 0;}
}

.memer__list__photo{
    width: 46%;
    height: 300px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    /* justify-content: center; */
    /* display: none; */
}
.memer__list__photo img{
    width: auto; height: 100%;
    max-width: initial;
    display: none;
    margin-left: calc(((449px - 255px) / 2) * -1);
}
@media screen and (max-width: 1200px){
    .memer__list__photo img{ margin-left: calc(((449px - (90vw * 0.495 * 0.46)) / 2) * -1);}
}
@media screen and (max-width: 768px){
    .memer__list__photo img{ margin-left: 0;}
}
/* _::-webkit-full-page-media, _:future, :root .memer__list__photo img {
    margin-left: -32%;
} */
.men .memer__list__photo{ display: none;}
.memer__list__photo.credit::after{
    content: "写真：アフロ";
    position: absolute;
    bottom: 0.1em;
    left: 0.3em;
    font-size: 72%;
}
@media screen and (max-width: 768px){
    .memer__list__photo.credit::after{ display: none;}
}
/* .cx_smartphoneview .memer__list__photo{
    width: 100%;
    height: 60vw;
    text-align: center;
}
.cx_smartphoneview .memer__list__photo img{
    width: 70%;
} */
.memer__list__photo__btn{
    position: absolute;
    width: 3.6em;
    height: 3.6em;
    border-radius: 50%;
    bottom: 0.3em;
    right: 0.3em;
    box-shadow: 1px 1px 1em rgba(0,0,0,0.6);
    background: #0627aa url("../img/icn_prof.svg") no-repeat center center;
    background-size: 60%;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    border: solid 0.2em rgba(255,255,255,0.0);
    transition: all 300ms;
}
.cx_displaydevice .memer__list__photo__btn:hover{
    background-color: #0333f1;
    border: solid 0.2em #fff;
}
.memer__list__photo__catch{
    position: absolute;
    bottom: 0;
    left: -0.5em;
    color: #fff;
    background-color: #b48c44;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.1;
    transform: skew(-5deg, -5deg);
    transform-origin: left bottom;
    font-feature-settings: "palt";
    padding: 0 0 0 0.5em ;
}
.member__list__prof{
    width: 54%;
    /* width: 100%; */
    padding: 1em;
    color: #000;
    line-height: 1.4;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.men .member__list__prof{ width: 100%;}
/* .cx_smartphoneview .member__list__prof{
    width: 100%;
    padding: 0.6em 1em;
} */
 @media screen and (max-width: 1200px){
    .member__list__prof{ padding: 2vw 1vw;}
 }
@media screen and (max-width: 768px){
    .memer__list__photo{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .memer__list__photo img{
        width: 100%;
        height: auto;
    }
    .member__list__prof{
        width: 100%;
        padding: 0.6em 1em;
    }
}
.memer__list__prof__num{
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 0.7;
    font-size: 500%;
    font-weight: bold;
    color: #cd307e90;
    transform: skew(-15deg, 0);
    font-family: 'Chakra Petch', sans-serif;
}
.men .memer__list__prof__num{ color: #279cbc90;}
.memer__list__prof__name{
    font-size: 180%;
    line-height: 1.0;
    font-weight: bold;
    margin-bottom: 0.6em;
}
.memer__list__prof__name span{ font-size: 60%;}
.memer__list__prof__catch{
    /* position: absolute;
    bottom: 0;
    left: -0.5em; */
    color: #fff;
    background-color: #b48c44;
    background: rgb(180,140,68);
    background: -moz-linear-gradient(left,  rgba(180,140,68,1) 0%, rgba(219,182,32,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(180,140,68,1)), color-stop(100%,rgba(219,182,32,1)));
    background: -webkit-linear-gradient(left,  rgba(180,140,68,1) 0%,rgba(219,182,32,1) 100%);
    background: -o-linear-gradient(left,  rgba(180,140,68,1) 0%,rgba(219,182,32,1) 100%);
    background: -ms-linear-gradient(left,  rgba(180,140,68,1) 0%,rgba(219,182,32,1) 100%);
    background: linear-gradient(to right,  rgba(180,140,68,1) 0%,rgba(219,182,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b48c44', endColorstr='#dbb620',GradientType=1 );
    font-size: 132%;
    font-weight: bold;
    line-height: 1.2;
    transform: skew(-15deg, -3deg);
    transform-origin: left bottom;
    font-feature-settings: "palt";
    padding: 0 1.8em 0 1.8em;
    margin: 0.5em 0 0.5em -2.0em;
    width: calc( 100% + 4em);
    box-sizing: border-box;
    /* display: none; */
}
.men .memer__list__prof__catch{ display: none;}
.memer__list__prof__team,
.memer__list__prof__birthday,
.memer__list__prof__height,
.memer__list__prof__position{
    margin-bottom: 0.3em;
    display: flex;
    font-size: 94%;
}
.memer__list__prof__team::before,
.memer__list__prof__birthday::before,
.memer__list__prof__height::before,
.memer__list__prof__position::before{
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #5a5a5a;
    color: #fff;
    padding: 0em 0.3em;
    width: 5.4em;
    font-size: 88%;
    line-height: 1;
    margin-right: 0.3em;
    flex-shrink: 0;
}
.memer__list__prof__team::before{ content: "所属";}
.memer__list__prof__birthday::before{ content: "生年月日";}
.memer__list__prof__height::before{ content: "身長";}
.memer__list__prof__position::before{ content: "ポジション";}
.narrow{ letter-spacing: -0.05em;}
@media screen and (max-width: 1200px){
    .memer__list__prof__name{ font-size: 2.5vw;}
    .memer__list__prof__catch{ font-size: 1.65vw;}
    .memer__list__prof__team,
    .memer__list__prof__birthday,
    .memer__list__prof__height,
    .memer__list__prof__position{ font-size: 1.4vw;}
    .memer__list__prof__team::before,
    .memer__list__prof__birthday::before,
    .memer__list__prof__height::before,
    .memer__list__prof__position::before{ font-size: 1.2vw;}
}
@media screen and (max-width: 768px){
    .memer__list__prof__name{ font-size: 180%;}
    .memer__list__prof__catch{ font-size: 132%;}
    .memer__list__prof__team,
    .memer__list__prof__birthday,
    .memer__list__prof__height,
    .memer__list__prof__position{ font-size: 94%;}
    .memer__list__prof__team::before,
    .memer__list__prof__birthday::before,
    .memer__list__prof__height::before,
    .memer__list__prof__position::before{ font-size: 88%;}
}


/* -------------------------------------
	オーバーレイ
------------------------------------- */
#ovrly_bs{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
.ovrly_main{
    /* background-color: #fff; */
    width: calc(80vh * 0.8);
    /* max-width: calc(800px * 0.8); */
    height: 80vh;
    /* max-height: 800px; */
    position: relative;
    /* top: 50%;
    left: 0;
    right: 0;
    margin: -40vh auto 0; */
    display: none;
    transform: scale(30%);
    transition: all 200ms;
}
@media screen and (min-height: 1000px){
    .ovrly_main{
        width: calc(800px * 0.8);
        height: 800px;
    }
}
.ovrly_main.on{ transform: scale(100%);}
.ovrly_main__data{
    display: flex;
    flex-wrap: wrap;
     width: 100%; height: 100%;
}
.ovrly_main__data > *{ flex-shrink: 0;}
.ovrly_main__data__photo{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ovrly_main img{ width: auto; height: 100%; max-width: initial;}

.ovrly_main__data__photo > div{ transition: all 500ms; width: 100%; height: 100%;}
.ovrly_main__data__photo > div.flipped{
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -ms-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
.ovrly_main__data__photo_inner{
    width: 100%; height: 100%;
    display: flex;
    /* justify-content: center; */
    overflow: hidden;
}
.ovrly_main__data__photo_inner.front{
    width: 95.3125%;
    border-radius: 1.875%;
}
.ovrly_main__data__photo > div.flipped .front{ z-index: 1;}
.ovrly_main__data__photo > div.flipped .back{ z-index: 2;}
.ovrly_main__data__photo .front{
    /* background-color: #d1eef2; */
    /* -webkit-backface-visibility: hidden; */
    /* border-radius: 60px 0 0 0; */
    z-index: 2;
    position: relative;
}
.ovrly_main__data__photo_inner.front img{
    margin-left: calc((((80vh * 1.496) - ((80vh * 0.8) * 0.953125)) / 2) * -1);
}
@media screen and (min-height: 1000px){
    .ovrly_main__data__photo_inner.front img{
        margin-left: calc((((800px * 1.496) - ((800px * 0.8) * 0.953125)) / 2) * -1);
    }
}
@media screen and (max-width: 768px){
    .ovrly_main__data__photo_inner.front img{
        margin-left: calc(((((92vw * 1.25) * 1.496) - (92vw * 0.953125)) / 2) * -1);
    }
}
.ovrly_main__data__photo .back{
    /* background-color: #a4dde5; */
    -webkit-transform: rotateY( 180deg );
    /*-moz-transform: rotateY( 180deg );
    -ms-transform: rotateY( 180deg );
    transform: rotateY( 180deg );*/
    /* -webkit-backface-visibility: hidden; */
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






.ovrly_main__data__txt{
    width: 52%;
}

.ovrly_main__data__txt__name{
    position: relative;
    /* height: 92px; */
}
.ovrly_main__data__txt__mask{
    height: calc( 572px - 92px);
    overflow-y: scroll;
}
@media screen and (max-width: 768px) {
    .ovrly_main{
        width: 92vw;
        height: calc( 92vw * 1.25);
    }
    /* .ovrly_main__data__photo{
        width: 100%;
        height: auto;
    } */
    /* .ovrly_main .back img{
        width: 100%;
        height: auto;
    } */
}
/* @media screen and (max-width: 768px)and (max-height: 560px) {
    .ovrly_main__data__photo{
        width: 100%;
        height: 48vh;
    }
    .ovrly_main__data__txt__mask{
        height: calc(80vh - 48vh - 74px);
        overflow-y: scroll;
    }
    .ovrly_main img{ margin-top: -0.5em;}
} */
/*--------オーバーレイCLOSE--------*/
#ovrly_bs .closeBtn{
    position: absolute;
    z-index: 333;
    top: -0.6em;
    right: -0.6em;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    border: solid 0.2em #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
/* .webp #ovrly_bs .closeBtn{ background-image: url("../../img/btn_close.webp");} */
/* #ovrly_bs #data03 .closeBtn,
#ovrly_bs #data15 .closeBtn{ background-color: #f6a409;}
#ovrly_bs #data04 .closeBtn{ background-color: #268fdb;}
#ovrly_bs #data06 .closeBtn,
#ovrly_bs #data07 .closeBtn{ background-color: #c19f00;} */
/* .cx_smartphoneview #ovrly_bs .closeBtn{ zoom: 1.8;} */
/* #ovrly_bs .closeBtn span:nth-of-type(1),
#ovrly_bs .closeBtn span:nth-of-type(2){ display: none;} */
#ovrly_bs .closeBtn span:nth-of-type(1){
    width: 3px;
    height: 24px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 8px;
    left: 18px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: center center;
}
#ovrly_bs .closeBtn span:nth-of-type(2){
    width: 24px;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 19px;
    left: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform-origin: center center;
}