@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;
}

.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;
 }

.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;
}

.yoyaku{
	padding:5px 20px;
	max-width:100px;
	background:#1c188d;
	color:#fff;
	font-size:12px;
	margin:0 auto;
}

@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% / 5)
    }

    .tab-model {
        font-size: 14px;
        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_IH2076 {
    background: url(../img/chaos-vs-control/pred_IH2076.jpg) no-repeat left top/contain;
}
.pred_IH2093 {
    background: url(../img/chaos-vs-control/pred_IH2093.jpg) no-repeat left top/contain;
}
.pred_IH2103 {
    background: url(../img/chaos-vs-control/pred_IH2103.jpg) no-repeat left top/contain;
}
.pred_IH2105 {
    background: url(../img/chaos-vs-control/pred_IH2105.jpg) no-repeat left top/contain;
}
.pred_IH4707 {
    background: url(../img/chaos-vs-control/pred_IH4707.jpg) no-repeat left top/contain;
}
.pred_IH7128 {
    background: url(../img/chaos-vs-control/pred_IH7128.jpg) no-repeat left top/contain;
}
.pred_IH7198 {
    background: url(../img/chaos-vs-control/pred_IH7198.jpg) no-repeat left top/contain;
}
.pred_IH7200 {
    background: url(../img/chaos-vs-control/pred_IH7200.jpg) no-repeat left top/contain;
}
.pred_IH7213 {
    background: url(../img/chaos-vs-control/pred_IH7213.jpg) no-repeat left top/contain;
}
.pred_IH7218 {
    background: url(../img/chaos-vs-control/pred_IH7218.jpg) no-repeat left top/contain;
}
.pred_JP6248 {
    background: url(../img/chaos-vs-control/pred_JP6248.jpg) no-repeat left top/contain;
}
.pred_KH6261 {
    background: url(../img/chaos-vs-control/pred_KH6261.jpg) no-repeat left top/contain;
}
.pred_KJ6728 {
    background: url(../img/chaos-vs-control/pred_KJ6728.jpg) no-repeat left top/contain;
}
.pred_KJ6741 {
    background: url(../img/chaos-vs-control/pred_KJ6741.jpg) no-repeat left top/contain;
}




/* copa */
.copa_KI0591 {
    background: url(../img/chaos-vs-control/copa_KI0591.jpg) no-repeat left top/contain;
}
.copa_KI0595 {
    background: url(../img/chaos-vs-control/copa_KI0595.jpg) no-repeat left top/contain;
}
.copa_KI0647 {
    background: url(../img/chaos-vs-control/copa_KI0647.jpg) no-repeat left top/contain;
}
.copa_KI0661 {
    background: url(../img/chaos-vs-control/copa_KI0661.jpg) no-repeat left top/contain;
}
.copa_KI3110 {
    background: url(../img/chaos-vs-control/copa_KI3110.jpg) no-repeat left top/contain;
}

/*F50*/
.f50_HQ2361 {
    background: url(../img/chaos-vs-control/f50_HQ2361.jpg) no-repeat left top/contain;
}
.f50_HQ2379 {
    background: url(../img/chaos-vs-control/f50_HQ2379.jpg) no-repeat left top/contain;
}
.f50_KH8263 {
    background: url(../img/chaos-vs-control/f50_KH8263.jpg) no-repeat left top/contain;
}
.f50_KI1022 {
    background: url(../img/chaos-vs-control/f50_KI1022.jpg) no-repeat left top/contain;
}
.f50_KJ3409 {
    background: url(../img/chaos-vs-control/f50_KJ3409.jpg) no-repeat left top/contain;
}
.f50_KJ3432 {
    background: url(../img/chaos-vs-control/f50_KJ3432.jpg) no-repeat left top/contain;
}
.f50_KJ3434 {
    background: url(../img/chaos-vs-control/f50_KJ3434.jpg) no-repeat left top/contain;
}
.f50_KJ6089 {
    background: url(../img/chaos-vs-control/f50_KJ6089.jpg) no-repeat left top/contain;
}
.f50_KJ6090 {
    background: url(../img/chaos-vs-control/f50_KJ6090.jpg) no-repeat left top/contain;
}
.f50_KJ6092 {
    background: url(../img/chaos-vs-control/f50_KJ6092.jpg) no-repeat left top/contain;
}
.f50_KJ6109 {
    background: url(../img/chaos-vs-control/f50_KJ6109.jpg) no-repeat left top/contain;
}
.f50_KK1038 {
    background: url(../img/chaos-vs-control/f50_KK1038.jpg) no-repeat left top/contain;
}
.f50_KK1321 {
    background: url(../img/chaos-vs-control/f50_KK1321.jpg) no-repeat left top/contain;
}
.f50_KK1335 {
    background: url(../img/chaos-vs-control/f50_KK1335.jpg) no-repeat left top/contain;
}
.f50_KK1337 {
    background: url(../img/chaos-vs-control/f50_KK1337.jpg) no-repeat left top/contain;
}
.f50_KK1357 {
    background: url(../img/chaos-vs-control/f50_KK1357.jpg) no-repeat left top/contain;
}
.f50_KK1368 {
    background: url(../img/chaos-vs-control/f50_KK1368.jpg) no-repeat left top/contain;
}
.f50_KK1396 {
    background: url(../img/chaos-vs-control/f50_KK1396.jpg) no-repeat left top/contain;
}
.f50_KJ6106 {
    background: url(../img/chaos-vs-control/f50_KJ6106.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;
}

.whitespark-campaign-list {
  display: flex;
  flex-wrap: wrap;            /* ・ｽﾞ､・ｽ・ｽﾖ､・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ */
  justify-content: flex-start;
  gap: 20px;                  /* ・ｽ・ｽ・ｽ・ｽ・ｽﾆ･・ｽﾖ､・ｽﾍｾ・ｽ・ｽ */
}

/* ・ｽ・ｽ・ｽ・ｽ・ｽﾇ｡・ｽ5・ｽ・ｽ・､・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ */
.whitespark-campaign-list-item {
  flex: 0 0 calc((100% - 4 * 20px) / 4); /* 5・ｽ・ｽ */
  box-sizing: border-box;
}

/* ・ｽ・ｽ・ｽ・ｽ・ｽﾈ･ﾆ･・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ */
.whitespark-campaign-list-item img {
  width: 100%;
  height: auto;
  display: block;
}

.whitespark-campaign-list-item-name {
  white-space: normal;
  line-height: 1.4;
}


.campaign-img {
    max-width: 1000px;
    margin: -25px auto 0;
	text-align:left;
}

.campaign-img ul{
    max-width: 1000px;
    display: flex;
    align-items: center;
    
}

.campaign-img li{
    max-width: 50%;
    align-items: center;
}

.campaign_txt{
    font-size: 22px;
    font-weight: 800;
    padding:30px; 
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #000155;
}

.campaign_time{
    font-size: 16px;
    font-weight: 600;
    padding:0 30px;
	margin-bottom:20px;
}

.campaign-img span{
    display:inline-block;
    padding:.3em .6em;
    border:1px solid #333; 
    font-size: 16px;
    margin-bottom: 5px;
}


.campaign {
    padding: 80px 0 80px;
}

.campaign-btn a {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ed7447;
    background: #ed7447;
    border-radius: 40px;
    padding: 20px 0;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.campaign-btn a:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
}

.campaign-item-btn {
    padding: 20px 0 10px;
}

.campaign-item-btn a {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #111;
    background: #111;
    border-radius: 40px;
    padding: 20px 0;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.campaign-item-btn a:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
}

.campaign-txt {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.campaign-txt span {
    font-weight: bold;
    font-size: 16px;
}

.campaign-txt .bold-orange {
    color: #ed7447;
    font-weight: bold;
}

.campaign-btn-txt {
    text-align: center;
    padding: 5px 20px;
    font-size: 12px;
}

/*・ｽﾗ･・ｽ・ｽ・ｽ・ｽ・ｽ・ｽﾜ･・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ*/
.hidden_box {
    margin: 0;
    /*・ｽ・ｽ・ｽ・ｽ・ｽﾍｾ・ｽ・ｽ*/
    padding: 20px 0;
}

/*・ｽﾜ･・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ*/
.hidden_box label {
    padding: 10px;
    font-weight: bold;
    border: solid 1px #111;
    cursor: pointer;
}

/*・ｽﾜ･・ｽ・ｽ・ｽﾛ･ﾐ｡・ｽ・ｽ・ｽ*/
/*.hidden_box label:hover {
    background: #efefef;
}*/

/*・ｽ・ｽ・ｽ・ｽ・ｽﾃ･・ｽ・ｽﾏｸ・ｽ・ｽ・ｽ・ｽﾊ､・ｽ・ｽ・ｽ・ｽ・ｽ*/
.hidden_box input {
    display: none;
}

/*・ｽ・ｽﾈ､・ｽ・ｽ・ｽﾉｽ・ｽ・ｽ・ｽﾋ､・ｽ・ｽﾆ､・ｽ・ｽ・ｽ*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*・ｽ・ｽ・ｽ・ｽﾃ･・ｽ・ｽ・ｽ・ｽ・ｽ・ｽﾉｽ・ｽ・ｽ*/
.hidden_box input:checked~.hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.whitespark-campaign-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    padding: 5px 0 20px;
    justify-content: flex-start;
}

.whitespark-campaign-list-item {
    width: 16%;
}

.whitespark-campaign-list-item-name {
    font-size: 11px;
    text-align: center;
}

.i-spec-normal{
	font-weight:normal!important;
    border-bottom: none!important;
    background-color: transparent!important;
    text-align: left!important;
    padding: 0!important;
    font-size: 13px!important;
}

.al-rihla-ball_bnr{
	text-align:center;
	width:90%;
	margin:0 auto 50px;
	}
	

.line-up-subtxt{
    display: block;
    text-align: center;
	margin:20px auto 10px;
}
.line-up-subtxt span {
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
	color:#121212;
    background: #ff4a4a;
    display: inline-block;
    padding: 10px 20px;
}
.ftw_fixed-btn{
    display: none;/*・ｽﾇｽ・ｽﾏｱ・ｽ・ｽ・ｽ*/
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.ftw_fixed-btn a{
    width: 100%;
    display: block;
}

.predatorcampaign{
	text-align:left;
	padding-bottom:50px;
}

#campaign .cate-ttl {
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 2.875em;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 30px 0;
}

#campaign .cate-ttl span {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

/* --- ・ｽ・ｹ・ｽﾝ･･ｷ･ﾖ｡・ｽﾉｬ・ｽﾗ､ﾊ､・ｽ・ｽ --- */
/* ・ｽ・ｽ・ｽﾖ･・ｽﾃ･ﾈ｡・ｽ3・ｽ・ｽ */
@media (max-width: 1024px){
  .whitespark-campaign-list-item{
    flex-basis: calc((100% - 2 * 20px) / 3);
  }
}
/* ・ｽ・ｽ・ｽﾞ･ﾛ｡・ｽ2・ｽ・ｽ・ｽ768px・ｽﾊｲ・ｽ・ｽﾏｴ・ｽﾂｸ・ｽ・ｽ・ｽ熙ｬ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽﾏ､・ｽ・ｽ・ｽ・ｽ・ｽ・ｽﾍ･・ｽ・ｽﾋ｡・ｽ */
@media (max-width: 768px){
  .whitespark-campaign-list-item{
    flex-basis: calc((100% - 1 * 20px) / 2);
  }

  .campaign-img {
    max-width: 1000px;
    margin: -25px auto 0;
}

.campaign-img ul{
    display: block;
    
}

.campaign-img li{
    max-width: 100%;
}


.campaign_txt{
    font-size: 18px;
    font-weight: 800;
    padding:30px 0 30px 0; 
    line-height: 1.5;
    letter-spacing: 1.5px;
    color: #000155;
}

.campaign_time{
    font-size: 15px;
    font-weight: 600;
    padding:0 0 0 0; 
}

.campaign-img span{
    display:inline-block;
    padding:.3em .6em;
    border:1px solid #333; 
    font-size: 16px;
    margin-bottom: 15px;
}
    .campaign {
        padding: 60px 15px 15px;
        text-align: left;
    }

.cate-ttl span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

.campaign-btn a {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ed7447;
    background: #ed7447;
    border-radius: 40px;
    padding: 20px 0;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
}
/* ・ｽ・ｽ・ｽ・ｽﾋｶ・ｽ・ｽ・ｽﾃｼ・ｽ・ｽ・ｽ・ｽ1・ｽ・ｽ */
@media (max-width: 420px){
  .whitespark-campaign-list-item{
    flex-basis: 45%;
  }
}