@charset "utf-8";

.motor_pickup table,	.motor_pickup th,	.motor_pickup td {
	/* border: 1px solid var(--Ctheme5); */
	border-collapse: collapse;
}
.motor_pickup th:nth-child(1),
.motor_pickup td:nth-child(1) {
	border-left: none;
}

div,span,p,i,td,th {
    /* font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}
.motor_pickup .icon_num_wrapper {
    position: relative;
    margin-top: 1.5rem;
}

.motor_pickup .ico_ranking {
    position: absolute;
    font-style: normal;
    background-color: #fff;
    background-size: contain;
    /*    box-shadow: 1px 2px 3px 0px #000;*/
    border: solid 1px var(--Ctheme5);
    box-shadow: 1px 2px 3px 1px var(--Chteme5);
    z-index: 2;
    /* color: var(
    --Cgray0); */
}

table{
    border-collapse: collapse;
    box-sizing: border-box;
}


table th,table td {
    height: 2rem;
    font-size: var(--fzv18);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid var(--Ctheme5);
    /* border-right: 1px solid var(--Ctheme5); */
    border-bottom: 1px solid var(--Ctheme5);
    /* text-shadow: var(
    --shadow2); */
}

.motorpickup-tbl td.setsukan a {
    pointer-events: none;
    /* color: #000000; */
    text-decoration: none;
}

.timerank_link {
    text-align: center;
    margin-bottom: 2rem;
    /* font-size: 1.1rem; */
    color: white;
    /* font-weight: bold; */
    text-shadow: var(--shadow2);
}
.timerank_link  a{
    color: var(--Clink0);
    text-decoration: underline;
}

.update_ymd {
    text-align: right;
    color: white;
    /* font-weight: bold; */
    text-shadow: var(--shadow2);
}

.kbn-title {
    position: relative;
    display: flex;
    width: calc(560 * var(--v));
    margin: 0 auto calc(55 * var(--v));
    /* color: var(--Ctheme5); */
    justify-content: center;
    align-items: center;
    aspect-ratio: 560 /60;
}
.kbn-title::before,
.kbn-title::after {
    content: '';
    position: absolute;
    clip-path: polygon(
		10px 0%, calc(100% - 10px) 0%,
		100% 10px, 100% calc(100% - 10px),
		calc(100% - 10px) 100%, 10px 100%,
		0% calc(100% - 10px), 0% 10px
	);
}
.kbn-title::before {
	z-index: 2;
	background: var(--Ctheme4);
    inset: 0;
}
.kbn-title::after {
	z-index: 1;
	background: var(--Ctheme5);
	inset: -4px;
}
.kbn-title span {
	position: relative;
	display: block;
	padding: 0 0.5em;
	font-size: var(--fzv26);
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
    z-index: 3;
}
.kbn-title .sekitanirank {
    font-size: 2rem;
}


.mtr_groups {
    margin-top: 2rem;
}
.motor_pickup{
    -webkit-text-size-adjust: 100%;
}
.motorpickup-tbl {
    table-layout: fixed;
    margin: 0;
}

.motorpickup-tbl.comment-tbl {
    position: relative;
    /* margin-top: 1rem; */
    flex-wrap: wrap;
    display: flex;
}

.icon_num_wrapper .ico_ranking {
    position: absolute;
    left: -.5rem;
    top: -.9rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 3rem;
    color: #000000;
}

.motor_pickup .hayami_tblWrap {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    font-weight: bold;
    border: 2px solid var(--Ctheme5);
    border-radius: calc(10 * var(--v));
    overflow: hidden;
}

.motor_pickup .hayami_tblWrap .hayami_ranking {
    width: 100%;
}

.motor_pickup .hayami_tblWrap .hayami_ranking th {
    /* border: 1px solid var(--Ctheme5); */
    font-size: 1rem;
    /* background-color: rgba(0,0,0,0.2); */
    background-color: var(--Ctheme4);
    width: 10%;
    color: black;
    /* border-radius: 10px 10px 0 0; */
    text-shadow: none;
}
.motor_pickup .hayami_tblWrap .hayami_ranking th.head {
    color: white;
    background-color: var(--Ctheme1);
    text-shadow: none;
}

.motor_pickup .hayami_tblWrap .hayami_ranking td {
    /* border: 1px solid var(--Cgray0); */
    background-color: #ffffff;
    text-shadow: none;
    line-height: 1.2;
}

.motor_pickup .hayami_tblWrap .hayami_ranking td a {
    color: var(--Ctheme3);
    text-decoration: underline;
}

.motor_pickup .mtr_groups:first-of-type {
    margin-top: 2rem;
}

.mtr_tbl_wrap {
    /* margin-top: 1.5rem; */
    display: flex;
    flex-wrap: wrap;
    border-radius: calc(10 * var(--v));
    border: 2px solid var(--Ctheme5);
    box-shadow: inset 0 0 calc(30 * var(--v)) rgb(0, 0, 0, 0.3);
    overflow: hidden;
    justify-content: space-between;
    align-items: stretch;
}

.mtr_tbl_wrap:first-of-type {
    margin-top: 0;
}

.motorpickup-tbl {
    text-align: center;
    width: 100%;
    border-top: none;
}

.motorpickup-tbl th {
    font-size: 1rem;
    background-color: var(--Ctheme4);
    /* border: 1px solid var(--Cgray0); */
    border-top: none;
    color: #000000;
}

.motorpickup-tbl td {
    font-size: 1rem;
    background-color: white;
    font-weight: bold;
    /* border: 1px solid var(--Cgray0); */
    color: #000000;
}

.motorpickup-tbl.comment-tbl {
    font-weight: bold
}

.motorpickup-tbl.comment-tbl .motor_num {
    width: 100%;
    /* height: 100%; */
    background-repeat: repeat;
    background-size: contain;
    background-color: var(--Ctheme1);
    color: #fff;
    line-height: 3rem;
    /* border-top: 1px solid var(--Cgray0); */
    /* border-left: 1px solid var(--Cgray0); */
    /* border-bottom: 1px solid var(--Cgray0); */
}

.motorpickup-tbl.comment-tbl .motor_num h3 {
    text-align: center;
    font-size: 1rem;
    margin: 0;
    height: 100%;
    line-height: 2.5;
}
.motorpickup-tbl.comment-tbl .motor_num h3 span{
    /* color: var(--Cgray0); */
    /* vertical-align: middle; */
}

.motorpickup-tbl.comment-tbl .motor_comment {
    width: 100%;
    background-color: #FFFFFF;
    /* border: 1px solid var(--Cgray0); */
    text-align: left;
    padding: 1rem;
    /* color: var(--Ctheme5); */
    box-sizing: border-box;
}
.motorpickup-tbl.comment-tbl .motor_comment p{
    line-height: 1.5;
    letter-spacing: 0.1rem;
}
.motorpickup-tbl.comment-tbl th {
    background-repeat: repeat;
    background-size: contain;
    background-color: #014099;
}

.motorpickup-tbl.comment-tbl th h3 {
    text-align: center;
    font-size: 1rem;
    margin: 0;
    color: #FFFFFF;
}

.motorpickup-tbl.comment-tbl .str_mno {
    display: inline-block;
    margin-top: 0.4rem;
    margin-left: 0.2rem;
    border-radius: 4rem;
    color: #000000;
    font-size: var(
    --fzv24);
    background-color: #fff;
    width: 3.9rem;
    /* height: 1.6rem; */
    line-height: 1.2;
}

.motorpickup-tbl.comment-tbl .comment {
    padding: .5rem;
}

.motorpickup-tbl.comment-tbl .comment p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.7rem;
}

.konsetsu-tbl .col1 {
    width: 65%;
}

.konsetsu-tbl .col2 {
    width: 9%;
}

.konsetsu-tbl .col3 {
    width: 9%;
}

.konsetsu-tbl .col4 {
    width: 17%;
}

td.motor_val {
    /* background-color: rgba(0,0,0,0.2); */
    background-color: var(--Cgray4);
}

.kaisaikikan-tbl .col1 {
    width: 33%;
}

.kaisaikikan-tbl .col2 {
    width: 20%;
}

.kaisaikikan-tbl .col3 {
    width: 47%;
}

.kaisaikikan-tbl td:nth-of-type(1) {
    font-size: 1rem;
    line-height: 1.5rem;
}

.kaisaikikan-tbl td:nth-of-type(2) {
    font-size: 1rem;
    line-height: 1.5rem;
}

.kaisaikikan-tbl td:nth-of-type(3) {
    text-align: left;
    padding-left: .5rem;
    font-size: 1rem;
}
@media screen and (max-width: 1000px) {
    .pconly{
        display: none;
    }
    .motor_pickup{
        font-size: 2vw;
    }
    .timerank_link {
        font-size: 3.1vw;
    }
    
    .update_ymd {
        font-size: 3.1vw;
        padding-right: 0.5rem;
    }
    
    .kbn-title {
        font-size: 3.7vw;
        /* padding-left: 1rem; */
        margin-bottom: 1rem;
    }
    
    .kbn-title .sekitanirank {
        font-size: 2vw;
    }
    .hayami_ranking a {
        font-size: 3.1vw;
    }
    #motor .icon_num_wrapper .ico_ranking {
        font-size: 3.2vw;
        /* width: 6vw;
        height: 6vw; */
        line-height: 1.5;
        /* left: -1vw;
        top: -2vw; */
        top: calc(-15* var(--v));
        left: calc(-15* var(--v));
        width: calc(40* var(--v));
        height: calc(40* var(--v));
    }
    .motor_pickup .hayami_tblWrap .hayami_ranking th {
        font-size: 3vw;
        padding-left: 0;
        padding-right: 0;
    }
    .motorpickup-tbl th {
        font-size: 3.1vw;
    }
    
    .motorpickup-tbl td {
        font-size: 3.1vw;
    }
    .motorpickup-tbl.comment-tbl .motor_num h3 {
        font-size: 3.3vw;
        /* height: 6.3vw; */
    }
    .motorpickup-tbl.comment-tbl th h3 {
        font-size: 1vw;
    }
    
    .motorpickup-tbl.comment-tbl .str_mno {
        font-size: 4vw;
        width: 11vw;
        height: 4.6vw;
        line-height: 4.4vw;
    }
    .motorpickup-tbl.comment-tbl .comment p {
        font-size: 1vw;
    }
    
    .kaisaikikan-tbl td:nth-of-type(1) {
        font-size: 3.1vw;
        line-height: 1.3;
    }
    
    .kaisaikikan-tbl td:nth-of-type(2) {
        padding: 0;
        font-size: 3.1vw;
    }
    
    .kaisaikikan-tbl td:nth-of-type(3) {
        font-size: 3.1vw;
    }
    table th, table td{
        height: 4vw;
        padding: 1vw;
    }
    .motorpickup-tbl.comment-tbl .motor_num {
        height: 8.2vw;
        /* line-height: 9.6vw; */
        /* padding-top: 0.6rem; */
        /* border-right: 1px solid #000; */
        border-bottom: 0;
    }
    .motorpickup-tbl.comment-tbl .motor_comment {
        padding: 1.5vw;
        font-size: 3.1vw;
        border-bottom: 1px solid var(--Ctheme5);
    }
}
    
@media screen and (min-width: 1001px) {
    /* .bc-var(--Ctheme5) {
        width:60rem;
        margin: auto;
    } */
    .hayami_ranking {
        /* width: 30rem; */
        /* width: 40rem; */
        /* margin: 1rem auto 0; */
    }
    .seibishi {
        margin-bottom: 1rem;
    }
	.mtr_groups{
		margin-top: 3.5rem;
	}
    .kisya {
        margin-bottom: 1rem;
    }
    .motorpickup-tbl.comment-tbl{
        display: flex;
        flex-wrap: nowrap;
    }

    .icon_num_wrapper .ico_ranking {
        top: -0.75rem;
        left: -0.75rem;
        width: calc(30 * var(--v));
        height: calc(30 * var(--v));
    }

    .motorpickup-tbl.comment-tbl .motor_num {
        width: 15%;
        height: inherit;
        min-height: 5rem;
        line-height: 2rem;
        border-right: 0;
        border-bottom: 1px solid var(--Ctheme5);
    }

    .motorpickup-tbl.comment-tbl .motor_num h3 {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .motorpickup-tbl.comment-tbl .motor_comment {
        width: 88%;
        height: inherit;
        min-height: 5rem;
        /* background-color: rgba(0,0,0,0.2); */
        /* border: 1px solid var(--Cgray0); */
        text-align: left;
        padding: 1rem;
        border-bottom: 1px solid var(--Ctheme5);
    }

    .motorpickup-tbl.comment-tbl .str_mno {
        /* line-height: 1rem; */
        margin-left: 0;
    }

    #motor .hayami_ranking th {
        /* font-size: 1rem; */
        font-size: var(--fzv22);
        /* background-color: var(--Chteme4); */
    }

    .syouritu_wrap {
        width: 18%;
    }

    .motorpickup-tbl th {
        height: 3.5rem;
        font-size: 1rem;
        /* border: 1px solid var(--Cgray0); */
        /* border: none; */
    }

    .motorpickup-tbl td {
        height: 4rem;
    }

    .motorpickup-tbl.zenkoku-tbl {
        width: 50%;
        border-left: none;
        border-bottom: none;
    }

    .motorpickup-tbl.zenkoku-tbl th:nth-child(1),.motorpickup-tbl.zenkoku-tbl td:nth-child(1) {
        border-left: 1px solid var(--Ctheme5);
    }

    .motorpickup-tbl.zenkoku-tbl th {
        height: 1.74rem;
    }

    .konsetsu-tbl {
        width: 50%;
        border-bottom: none;
        border-right: none;
    }

    .kaisaikikan-tbl {
        width: 82%;
        border-left: none;
    }

    .kaisaikikan-tbl th:nth-child(1),.kaisaikikan-tbl td:nth-child(1) {
        border-left: 1px solid var(--Ctheme5);
    }
    .kaisaikikan-tbl th{
        height: 2.75rem;
    }
    .kaisaikikan-tbl td{
        height:3rem;
    }
    .sponly{
        display: none;
    }
    #motor table,	#motor th,	#motor td
    {
        font-size: var(--fzv20);
    }
    div,span,p,i,td,th {
        font-size: var(--fzv20);
    }
    .update_ymd {
        font-size: var(--fzv20);
    }
    .kbn-title {
        font-size: var(--fzv32);
    }
    .hayami_ranking a {
        font-size: var(--fzv22);
    }
    .icon_num_wrapper .ico_ranking {
        font-size: var(--fzv24);
    }
    .motorpickup-tbl.comment-tbl .str_mno {
        font-size: var(--fzv24);
    }
    .timerank_link {
        font-size: var(--fzv20);
    }
}

@media screen and (min-width: 1001px) and (-webkit-min-device-pixel-ratio: 0) {
    .kaisaikikan-tbl tr:nth-child(3) {
        height:3.25rem;
    }
}

@media screen and (min-width: 1001px) {
    @-moz-document url-prefix() {
        .kaisaikikan-tbl tr:nth-child(3) {
            height:3.2rem;
        }
    }
}

@media screen and (min-width: 1600px) {
    .motor_pickup{
        padding: 0rem 1rem;
    }
    /* .bc-var(--Ctheme5) {
        width:1000px;
        margin: auto;
    } */
    .motor_pickup .hayami_tblWrap {
        width: 840px;
        margin: 20px auto 0;
    }

    .motor_pickup mtr_groups:first-of-type{
        margin-top: 70px;
    }

    .motorpickup-tbl.comment-tbl .motor_num {
        width: 12%;
        height: inherit;
        min-height: 100px;
        line-height: 2rem;
    }

    .motorpickup-tbl.comment-tbl .motor_num h3 {
        margin-top: 1rem;
    }

    .motorpickup-tbl.comment-tbl .motor_comment {
        width: 88%;
        height: inherit;
        min-height: 100px;
        /* background-color: #FFFFFF; */
        /* border: 1px solid var(--Cgray0); */
        text-align: left;
        padding: 1rem;
        font-size: var(--fzu20);
    }

    .motorpickup-tbl.comment-tbl .str_mno {
        /* line-height: 1rem; */
        margin-left: 0;
    }

    .hayami_ranking th {
        font-size: 1rem;
    }

    .syouritu_wrap {
        width: 19%;
    }

    .motorpickup-tbl th {
        /* height: 3.2rem; */
        font-size: var(--fzu16);
        /* border: 1px solid var(--Cgray0); */
        border-top: none;
    }

    .motorpickup-tbl td {
        height: 3rem;
    }

    .motorpickup-tbl.zenkoku-tbl {
        /* width: 49.9%; */
    }

    .motorpickup-tbl.zenkoku-tbl th:nth-child(1),.motorpickup-tbl.zenkoku-tbl td:nth-child(1) {
        /* border-left: 1px solid var(--Ctheme5); */
    }

    .motorpickup-tbl.zenkoku-tbl th {
        height: 1.6rem;
    }
    .motorpickup-tbl.winner-tbl td,
    .motorpickup-tbl.kaisaikikan-tbl tr:last-of-type td{
        border-bottom: none;
    }
    .konsetsu-tbl {
        width: 50%;
    }

    .kaisaikikan-tbl {
        width: 81%;
    }

    .kaisaikikan-tbl th:nth-child(1),.kaisaikikan-tbl td:nth-child(1) {
        border-left: 1px solid var(--Ctheme5);
    }
}

@media screen and (min-width: 1600px) and (-webkit-min-device-pixel-ratio: 0) {
    .kaisaikikan-tbl tr:nth-child(3) {
        height:65px;
    }
}

@media screen and (min-width: 1600px) {
    @-moz-document url-prefix() {
        .kaisaikikan-tbl tr:nth-child(3) {
            height:64px;
        }
    }
}
