@font-face{
    font-family: "adineue PRO";
    src: url("../font/b82329475307e0380dc1ea23f0c35266.woff")format("woff");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "adineue PRO Bold";
    src: url("../font/1938eca97ab5576ba37b537143f552ef.woff")format("woff");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

.product-wp {
    padding: 0 10px 0!important;
}

.product-wp {
    position: relative;
    margin: 0 auto 0;
    max-width: 1000px;
    background: #fff;
    padding: 0 10px;
}

.cls-1 {
    fill: #ff573f;
    transition: ease-in-out;
}

.number-hover:hover .cls-1 {
    fill: #346bff;
    cursor: pointer;
    transition: all 0.3s;
}

.number-hover.active .cls-1 {
    fill: #346bff;
    transition: all 0.3s;
}


/**************************
 ã‚¿ãƒ–åˆ‡ã‚Šæ›¿ãˆ
***************************/

.tab-model-wrap {
    --tab-color: #7a7a7a;
    /*ã‚¿ãƒ–ã®è‰²*/
    --active-tab-color: #000;
    /*é¸æŠžã—ãŸã‚¿ãƒ–ã®è‰²*/
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin: 5px 0;
    font-family: "adineuePRO", 'Poppins', sans-serif;
}

.tab-model {
    color: white;
    background-color: var(--tab-color);
    text-align: center;
    padding: 0.25em 0;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 170px;
    font-size: 28px;
    /*font-weight: bold;*/
}



.tab-style-wrap {
    --tab-color: #fff;
    /*ã‚¿ãƒ–ã®è‰²*/
    --active-tab-color: #000;
    /*é¸æŠžã—ãŸã‚¿ãƒ–ã®è‰²*/
    --tab-color-txt: #000;
    --active-tab-color-txt: #fff;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
}

.tab-style {
    color: var(--tab-color-txt);
    background-color: var(--tab-color);
    text-align: center;
    padding: .2em 1em;
    margin-bottom: 30px;
    border: 2px solid #000;
    border-radius: 999px;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 24px;
    /*font-weight: bold;*/
}

.tab-model:not(:last-of-type){
    margin-right: 3px;
    /*å³å´ã«å°‘ã—ä½™ç™½*/
}

.tab-style:not(:last-of-type) {
    margin-right: 5px;
    /*å³å´ã«å°‘ã—ä½™ç™½*/
}

/* ã‚¿ãƒ–ã®ã‚³ãƒ³ãƒ†ãƒ³ãƒ„éƒ¨åˆ†*/
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.tab-style-box {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.tab-img {
    width: calc(100% - 350px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tab-img svg {
    margin: 80px 30px 0 0;
}

.tab-img .tab-ttl {
    font-size: 29px;
    /*font-weight: bold;*/
    margin: 0;
}

.tab-img .tab-fea {
    display: flex;
    flex-wrap: wrap;
}

.tab-img .tab-fea span {
    border: 1px solid #000;
    padding: 0.3em 1.3em;
    box-sizing: border-box;
    margin: 0.5em 0.5em 0 0;
    font-size: 14px;
}

.tab-function {
    border: 1px solid #ccc; 
}

.tab-function img {
    width: 100%;
    margin: 0 0 10px; 
}

.tab-function-item {
    width: 310px;
    height: 500px;
    padding: 0 15px 0;
    margin: 20px 15px 20px;
    box-sizing: border-box;
    overflow-y: auto;
    /*IE(Internet Explorer)ãƒ»Microsoft Edgeã¸ã®å¯¾å¿œ*/
    /* -ms-overflow-style: none; */
    /*Firefoxã¸ã®å¯¾å¿œ*/
    /* scrollbar-width: none; */
}

.tab-function-item::-webkit-scrollbar{
    width: 5px;
    border-radius: 999px;
 }
 .tab-function-item::-webkit-scrollbar-track{
    background-color: #fff;
 }
 .tab-function-item::-webkit-scrollbar-thumb{
    background-color: #ccc;
 }

/*Google Chromeã€Safariã¸ã®å¯¾å¿œ*/
/* .tab-function-item::-webkit-scrollbar {
    display: none;
} */

.tab-function-item .tab-number {
    font-size: 24px;
    /*font-weight: bold;*/
    letter-spacing: 0.05em;
    margin: 0 0 10px;
}

.tab-function-item h3 {
    font-size: 20px;
    margin: 0 0 7px; 
    font-weight: bold;
}

.tab-function-item p {
    margin: 0 0 10px; 
}

.tab-function-item .limited-pred {
    padding: 0.5em 0.8em;
    background: #ff573f;
    margin: 0 0 10px; 
    display: inline-block;
}

/* æ©Ÿèƒ½èª¬æ˜Žã‚³ãƒ¼ãƒŠãƒ¼ å•†å“ãƒšãƒ¼ã‚¸ãƒœã‚¿ãƒ³è¿½åŠ  */
.tab-img .tab-productpage{
    display: flex;
    margin-top: 20px;
}
.tab-img .tab-price{
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    font-size: 1.1em;
    width: 22%;
    white-space: nowrap;
}
.tab-img .tab-price span{
    font-size: 9px;
	margin-left:4px;
}

.tab-img .tab-productpage a{
    box-sizing: border-box;
    background: #346bff;
    border: 1px solid #346bff;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #ffffff;
    transition: .3s;
    font-weight: bold;
    line-height: 1;
    width: 44%;
    text-align: center;
}
.tab-img .tab-productpage a:hover{
    background: #ffffff;
    color:#346bff;
}

.coming{
    box-sizing: border-box;
    background: #ff0000;
    border: 1px solid #ff0000;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #ffffff;
    transition: .3s;
    font-weight: bold;
    line-height: 1;
    width: 44%;
    text-align: center;
}


.tab-switch:checked+.tab-model {
    background-color: var(--active-tab-color);
    padding: 0.55em 0;
}

.tab-switch:checked+.tab-style {
    color: var(--active-tab-color-txt);
    background-color: var(--active-tab-color);
}

.tab-switch:checked+.tab-model+.tab-content,
.tab-switch:checked+.tab-style+.tab-content {
    height: auto;
    /* overflow: auto; */
    opacity: 1;
    transition: .5s opacity;
}


.tab-border:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--active-tab-color);
    display: block;
    order: -1;
}


.tab-switch {
    display: none;
}

.tab-model span{
    color: rgb(255, 208, 0);
    font-weight: 500;
}



[data-tab-content] {
    display: none
}

[data-tab-content].active {
    display: block;
}




@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
    }
}

.tab-function-item.active {
    animation: fadeIn 0.7s ease 0s 1 normal;
}

.function-img-sp{
    display: none;
}

@media screen and (max-width: 1000px) {

    .function-img-pc{
        display: none;
    }
    .function-img-sp{
        display: block !important;
    }

    .tab-function-item {
        width: 260px;
        height: 450px;
        padding: 0 15px 0;
        margin: 20px 15px 15px;
    }

    .tab-img {
        width: calc(100% - 300px);
    }

    .tab-img svg {
        margin: 90px 10px 0 0;
    }

    .tab-img .tab-fea span {
        font-size: 12px;
    }


    .tab-img .tab-price{
        width: 30%;
    }
    .tab-img .tab-productpage a{
        width: 55%;
    }

}

@media screen and (max-width: 540px) {

    .tab-model {
        width: calc(97.75% / 4)
    }

    .tab-model {
        font-size: 16px;
        letter-spacing: 1.0px;
    }

    .tab-style {
        font-size: 14px;
        letter-spacing: 0.8px;
        padding: 0.2em 1em 0.2em;
        margin-bottom: 15px;
    }

    .tab-style-wrap {
        margin: 20px 0 0;
    }

    .tab-img .tab-ttl {
        margin-top: 5px;
        font-size: 20px;
        letter-spacing: 1.0px;
    }

    .tab-model:not(:last-of-type) {
        margin-right: 0.75%;
   
    }

    .tab-function-item {
        width: 100%;
        height: auto;
        padding: 20px   ;
        margin: 0;
    }

    .tab-function-item .tab-number {
        font-size: 22px;
    }

    .tab-img {
        width: 100%;
        margin: 0 auto 20px;
    }

    .tab-function-item h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .tab-img svg {
        margin: 10px 0 0;
    }

    .tab-function {
        width: 100%;
    }

    .tab-img .tab-fea span {
        border: 1px solid #ccc;
        padding: 0.2em 0.5em;
        box-sizing: border-box;
        margin: 0.3em 0.5em 0 0;
        font-size: 12px;
    }

    .tab-img .tab-productpage{
        margin-top: 10px;
    }
    .tab-img .tab-price{
        width: 40%;
    }
    .tab-img .tab-productpage a{
        width: 60%;
        font-size: 14px;

    }


}





/* predater */

.pred_ID8966 {
    background: url(../img/purevictory/pred_ID8966.jpg) no-repeat left top/contain;
}

.pred_ID3882 {
    background: url(../img/purevictory/pred_ID3882.jpg) no-repeat left top/contain;
}

.pred_JR3117 {
    background: url(../img/purevictory/pred_JR3117.jpg) no-repeat left top/contain;
}

.pred_JH8896 {
    background: url(../img/purevictory/pred_JH8896.jpg) no-repeat left top/contain;
}

.pred_IE3760 {
    background: url(../img/purevictory/pred_IE3760.jpg) no-repeat left top/contain;
}


.pred_JR0443 {
    background: url(../img/purevictory/pred_JR0443.jpg) no-repeat left top/contain;
}

.pred_ID3825 {
    background: url(../img/purevictory/pred_ID3825.jpg) no-repeat left top/contain;   
}

.pred_ID3795 {
    background: url(../img/purevictory/pred_ID3795.jpg) no-repeat left top/contain;
}


.pred_ID3794 {
    background: url(../img/celstvictory/pred_ID3794.jpg) no-repeat left top/contain;
}

.pred_ID3881 {
    background: url(../img/celstvictory/pred_ID3881.jpg) no-repeat left top/contain;
}

.pred_ID8967 {
    background: url(../img/celstvictory/pred_ID8967.jpg) no-repeat left top/contain;
}

.pred_IE3759 {
    background: url(../img/celstvictory/pred_IE3759.jpg) no-repeat left top/contain;
}

.pred_JR0444 {
    background: url(../img/celstvictory/pred_JR0444.jpg) no-repeat left top/contain;
}


.pred_JS0945 {
    background: url(../img/radiant_braze/pred_JS0945.jpg) no-repeat left top/contain;
}
.pred_JI1092 {
    background: url(../img/radiant_braze/pred_JI1092.jpg) no-repeat left top/contain;
}
.pred_JI1082 {
    background: url(../img/radiant_braze/pred_JI1082.jpg) no-repeat left top/contain;
}
.pred_JI1098 {
    background: url(../img/radiant_braze/pred_JI1098.jpg) no-repeat left top/contain;
}
.pred_JR4516 {
    background: url(../img/radiant_braze/pred_JR4516.jpg) no-repeat left top/contain;
}

/* copa */


.copa_ID9037 {
    background: url(../img/purevictory/copa_ID9037.jpg) no-repeat left top/contain;
}

.copa_ID9034 {
    background: url(../img/purevictory/copa_ID9034.jpg) no-repeat left top/contain;
}

.copa_IE1180 {
    background: url(../img/purevictory/copa_IE1180.jpg) no-repeat left top/contain;
}

.copa_JH7005 {
    background: url(../img/purevictory/copa_JH7005.jpg) no-repeat left top/contain;
}

.copa_JH9223 {
    background: url(../img/purevictory/copa_JH9223.jpg) no-repeat left top/contain;
}

.copa_JS1630 {
    background: url(../img/copa-icon-2/copa_JS1630.jpg) no-repeat left top/contain;
}


.copa_ID9038 {
    background: url(../img/celstvictory/copa_ID9038.jpg) no-repeat left top/contain;
}

.copa_JH6304 {
    background: url(../img/radiant_braze/copa_JH6304.jpg) no-repeat left top/contain;
}
.copa_JR2816 {
    background: url(../img/radiant_braze/copa_JR2816.jpg) no-repeat left top/contain;
}


/* x */

.x_IE2416 {
    background: url(../img/advancement/x_IE2416.jpg) no-repeat left top/contain;
}

.x_IG0593 {
    background: url(../img/advancement/x_IG0593.jpg) no-repeat left top/contain;
}

.x_IG0611 {
    background: url(../img/advancement/x_IG0611.jpg) no-repeat left top/contain;
}

 .x_IF0699 {
    background: url(../img/advancement/x_IF0699.jpg) no-repeat left top/contain;
} 

.x_IF0682 {
    background: url(../img/advancement/x_IF0682.jpg) no-repeat left top/contain;
}

/*F50*/
.f50_IE1251 {
    background: url(../img/purevictory/f50_IE1251.jpg) no-repeat left top/contain;
}
.f50_IE1206 {
    background: url(../img/purevictory/f50_IE1206.jpg) no-repeat left top/contain;
}
.f50_IE1265 {
    background: url(../img/purevictory/f50_IE1265.jpg) no-repeat left top/contain;
}
.f50_IE1282 {
    background: url(../img/purevictory/f50_IE1282.jpg) no-repeat left top/contain;
}
.f50_IE1275 {
    background: url(../img/purevictory/f50_IE1275.jpg) no-repeat left top/contain;
}
.f50_IE3752 {
    background: url(../img/purevictory/f50_IE3752.jpg) no-repeat left top/contain;
}

.f50_IE3752 {
    background: url(../img/purevictory/f50_IE3752.jpg) no-repeat left top/contain;
}

.f50_IE1201 {
    background: url(../img/celstvictory/f50_IE1201.jpg) no-repeat left top/contain;
}
.f50_IE1250 {
    background: url(../img/celstvictory/f50_IE1250.jpg) no-repeat left top/contain;
}
.f50_IE1264 {
    background: url(../img/celstvictory/f50_IE1264.jpg) no-repeat left top/contain;
}
.f50_IE1283 {
    background: url(../img/celstvictory/f50_IE1283.jpg) no-repeat left top/contain;
}
.f50_IE3751 {
    background: url(../img/celstvictory/f50_IE3751.jpg) no-repeat left top/contain;
}

/* 追加 */
.f50_JS3211 {
    background: url(../img/radiant_braze/f50_JS3211.jpg) no-repeat left top/contain;
}

.f50_JH7615 {
    background: url(../img/radiant_braze/f50_JH7615.jpg) no-repeat left top/contain;
}

.f50_JH7638 {
    background: url(../img/radiant_braze/f50_JH7638.jpg) no-repeat left top/contain;
}

.f50_JH7752 {
    background: url(../img/radiant_braze/f50_JH7752.jpg) no-repeat left top/contain;
}

.f50_IH9782 {
    background: url(../img/radiant_braze/f50_IH9782.jpg) no-repeat left top/contain;
}

.f50_JH7665 {
    background: url(../img/radiant_braze/f50_JH7665.jpg) no-repeat left top/contain;
}

.f50_JH7752 {
    background: url(../img/radiant_braze/f50_JH7752.jpg) no-repeat left top/contain;
}

.f50_JH7724 {
    background: url(../img/radiant_braze/f50_JH7724.jpg) no-repeat left top/contain;
}

.f50_JI0000 {
    background: url(../img/radiant_braze/f50_JI0000.jpg) no-repeat left top/contain;
}

.f50_JI0039 {
    background: url(../img/radiant_braze/f50_JI0039.jpg) no-repeat left top/contain;
}

.f50_JH7645 {
    background: url(../img/radiant_braze/f50_JH7645.jpg) no-repeat left top/contain;
}


/* bordereffect */
.border_effect foreignObject{
    transform: scale(1);
    display: inline;
}
.border_effect foreignObject div{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.number-hover:hover foreignObject div::before{
    background: url(../img/bg-red.png) no-repeat center/contain;
}
.border_effect foreignObject div::before{
    content: '';
    width: 66%;
    height: 66%;
    background: url(../img/bg-gr.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    opacity: 0;
}
.border_effect .true foreignObject div::before{
    animation: border 1.5s infinite;
}
@keyframes border{
    0%{
        width: 66%;
        height: 66%;
        opacity: 0;
        top: 50%;
    }
    30%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        width: 90%;
        height: 90%;
        top: 52%;
    }
}

.lineup-list .spike-txt .microfont{
    color: #e00001;
    font-weight: bold;
}