@charset "UTF-8";
/* -----------------------------------
	出場選手紹介ページ
----------------------------------- */
.content-base:nth-of-type(1){ padding-top: 0;}
@media screen and (max-width: 768px){
    .content-wrap.oaSchedule{ padding: 0;}
}
.content-wrap h2{ padding: 0.8em 0 0.2em;}
.category_link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2em;
}
.category_link li{
    flex-shrink: 0;
    width: 24.5%;
}
.category_link li a{
    display: block;
    width: 100%;
    color: #fff;
    position: relative;
    padding-bottom: 0.6em;
    transition: all 300ms;
    background: #5a45b7;
    background: -moz-linear-gradient(top,  #5a45b7 0%, #16266e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a45b7), color-stop(100%,#16266e));
    background: -webkit-linear-gradient(top,  #5a45b7 0%,#16266e 100%);
    background: -o-linear-gradient(top,  #5a45b7 0%,#16266e 100%);
    background: -ms-linear-gradient(top,  #5a45b7 0%,#16266e 100%);
    background: linear-gradient(to bottom,  #5a45b7 0%,#16266e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a45b7', endColorstr='#16266e',GradientType=0 );
}
.cx_displaydevice .category_link li a:hover{
    background: #6a54c9;
    background: -moz-linear-gradient(top,  #6a54c9 0%, #203387 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a54c9), color-stop(100%,#203387));
    background: -webkit-linear-gradient(top,  #6a54c9 0%,#203387 100%);
    background: -o-linear-gradient(top,  #6a54c9 0%,#203387 100%);
    background: -ms-linear-gradient(top,  #6a54c9 0%,#203387 100%);
    background: linear-gradient(to bottom,  #6a54c9 0%,#203387 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a54c9', endColorstr='#203387',GradientType=0 );
}
.category_link li a p{
    display: flex;
    width: 100%;
    height: 3em;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1.2;
}
@media screen and (max-width: 768px){
    .category_link li a p{ font-size: 90%;}
}
.category_link li a::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0.5em;
    left: 0; right: 0;
	margin:0 auto;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0.6em 0.5em 0 0.5em;
	border-color:rgba(255,255,255,0.6) transparent transparent transparent ;
}

.categoryWrap{ margin-bottom: 2em;}
.skater__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.skater__list li{
    flex-shrink: 0;
    width: 19%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-bottom: 1em;
    overflow: hidden;
    border-bottom: solid 6px #9a731a;
    padding-bottom: 0.3em;
    position: relative;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transition:  -webkit-transform 0.2s ease-out;
    -ms-transition:  -ms-transform 0.2s ease-out;
    transition:  transform 0.2s ease-out;
}
.cx_displaydevice .skater__list li:hover{
    border-bottom: solid 6px #a8286a;
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    -moz-transform: translate3d(0, -3px, 0);
}
.skater__list li.spacer{
    border: none;
    padding-bottom: 0;
    opacity: 0;
}
.skater__list li .photoWrap{
    height: 220px;
    overflow: hidden;
}
@media screen and (max-width: 1000px){
    .skater__list li{ width: 24.5%;}
    .skater__list li .photoWrap{ height: 24vw;}
}
@media screen and (max-width: 768px){
    .skater__list li{ width: 32%;}
    .skater__list li .photoWrap{ height: 32vw;}
}
@media screen and (max-width: 550px){
    .skater__list li{ width: 49%;}
    .skater__list li .photoWrap{ height: 48vw;}
}
.skater__list li img{
    width: 100%;
    height: auto;
}
.skater__list li p:nth-of-type(1){
    text-align: center;
    line-height: 1.2;
    padding: 0.3em 0.3em 0.2em;
    font-weight: bold;
    color: #9a731a;
}
.skater__list li p:nth-of-type(2){
    text-align: center;
    line-height: 1.2;
    font-size: 88%;
    padding: 0 0.3em;
}

.skater__list li::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0.4em; right: 0.3em;
	margin:0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #a8286a;
}

@media screen and (max-width: 768px){
    .skater__list li::after{
        border-width: 1.3vw 0 1.3vw 1.8vw;
    }
}
@media screen and (max-width: 550px){
    .skater__list li::after{
        border-width: 2vw 0 2vw 3vw;
    }
}
@media screen and (max-width: 768px){
    .narrowsp{
        letter-spacing: -0.1em;
        -ms-transform: scale(0.9,1.0);
        -webkit-transform: scale(0.9,1.0);
        -moz-transform: scale(0.9,1.0);
        transform: scale(0.9,1.0);
        display:inline-block;
    }
}

.sp_display #gbheader{
    display: none !important;
}