@charset "UTF-8";


/* -----------------------------------------------------------
   search 
------------------------------------------------------------*/
#search{
padding:5em 0;
}

#search a{
transition: all 0.5s;
}

#search .box{
    width: 90vw;
    max-width: 1080px;
    margin:3em auto 0;
}

#search .selectArea{
border: solid 1.8px #000;
background: rgba(130, 147, 172, 13%); 
border-radius: 10px;
padding:2em;
}

#search .selectArea p{
text-align: center;
}
#search .selectArea p:first-child{
font-weight: bold;
}

#search .Count_box{
margin: 3em 0 2em;
padding-top:.5em;
line-height:1;
background: rgb(0, 0, 0); 
color: #FFF;
text-align: center;
font-family: "roc-grotesk-wide", sans-serif;
font-weight: 400;
font-style: normal;
font-size:min(3vw,120%);
position: relative;
}

#search .Count_box::before{
content:'';
background: url(../img/search/black_arrow.svg) center no-repeat;
background-size: contain;
position: absolute;
top:-2.5em;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 40px;
}


#search .Count_box #displayedCount{
font-family: "roc-grotesk-wide", sans-serif;
font-weight: 900 !important;
font-size:min(10vw,260%);
vertical-align:middle;
}

#search ul {
list-style-type: none;
margin-left: 0;
margin-top: 0;
padding: 0;
}

#search .col {
	position: relative;
	border: 1.8px solid rgba(0,0,0,1);
	border-radius: 10px;
  box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-left-style: solid;
  padding: 10px;
  margin: 10px 0;
}

#search .col a {
  display: block;
}

#search ul.cond2 {
display: flex;
flex-wrap: wrap;
}

#search .sortControl li{
padding:.4em;
white-space: nowrap;
}

#search .sortControl label span{
border-radius: 40px;
padding: 2px 15px 2px 25px;
color: #000;
border: 1.5px solid #000; 
background: rgb(255, 255, 255); 
cursor: pointer;
display: inline-block;
position: relative;
}

#search .sortControl input {
display: none; /* デフォルトのinputは非表示にする */;
}

#search .sortControl label {
    margin-right: 5px; /* ボタン同士の間隔 */
}

#search .sortControl input:checked + label span{
    color: #FFF; 
    background: rgb(0, 0, 0); 
    border: 1px solid rgb(0, 0, 0); 
}

#search .sortControl input:checked + label span::before{
left:12px;
content: '-';
width: 1em;
display: inline-block;
}

#search .sortControl label span::before{
position: absolute;
left:10px;
top: 50%;
transform: translateY(-50%);
content: '+';
width: 1em;
display: inline-block;
}

#search button{
width:100% ;
    color: #000;
    border: 1px solid #000; 
    background: rgb(255, 255, 255); 
    border-radius: 5px;
cursor: pointer;
}
#search #selectAll.active,
#search #deselectAll.active,
#search button#selectAll:active,
#search button#selectAll:focus,
#search button:hover
 {
    color: #FFF; 
    background: rgb(0, 0, 0); 
    border: 1px solid rgb(0, 0, 0); 
}



@media all and (min-width: 768px) {
#search{
background: url(../img/search/bg.png) center top no-repeat;
background-size: 100vw;
}


#search .sortControl{
    width: 100%;
    display: flex;
}

.selectArea p:first-child {
    font-size: 140% !important;
}
.selectArea p:nth-child(2) {
padding-bottom: 1.5em;
}

#search .itemList {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items:stretch;
}
#search ul.cond1{
border-right: solid 1px #000;
padding-right:1em !important;
}
#search ul.cond2{
padding-left:1em !important;
}
#search .col{
width: 23%;
flex-basis: 23%;
margin: 10px 1%;
}

#search .col a{
height: 100%;
}
#search .sortControl label span{
font-size:90% !important;
}
}


@media all and (max-width: 767px) {

#search .selectArea,
#search .col{
border: solid 1.5px #000;
}
#search .sortControl label span{
border: 1.2px solid #000; 
}

#search .box{
width: 100%;
margin:2em auto 0;
}

#search .sortControl{
width: 100%;
display: flex;
flex-wrap: wrap;
}
#search .selectArea
{
padding:2em 0 !important;
width:90%;
margin: auto;
}
#search .selectArea p{
padding:0 2em 1em;
}

#search .Count_box {
width:95%;
margin:3em auto 1em;
}

#search .Count_box::before{
top:-2.5em;
width: 30px;
height: 30px;
}

#search .Count_box{
font-size:4vw;
padding: 1em 0 .5em;
}

#search .Count_box #displayedCount{
font-size:14vw;
}


#search .selectArea p:first-child {
font-size: 100% !important;
}
#search .selectArea p:nth-child(2) {
text-align: left !important;
}
#search ul.cond1{
width: 100%;
display: flex;
justify-content: center;
text-align: center;
padding-bottom: 1em !important;
}

#search ul.cond2 {
position: relative;
padding-top:.5em !important;
width: 90%;
margin: auto;
}

#search ul.cond2:before {
  position: absolute;
  top: -.2em;
  left: calc(50% - 50px);
  width: 80px;
  height: 1px;
  content: '';
  background: #000;
}


#search button,
#search .sortControl label span{
font-size:3.5vw !important;
line-height: 1.2;
padding: 4px 15px 4px 25px;
}

#search button{
padding: 4px 15px 4px 15px;
}


#search .sortControl label span{
padding: 4px 15px 4px 25px;
}

#search 
.sortControl li{
padding:.8vw;
}

}



/* -----------------------------------------------------------
   itemLis
------------------------------------------------------------*/
#search a{
text-decoration: none;
color: #000;
}

#search .itemList p.txt{
font-size: 80%;
padding:1em .5em 3em;
}

#search .itemList p.link_ar{
font-size: 80% !important;
color:#B9C4D6;
position: absolute;
bottom: 1em;right:3em;
}

#search .itemList p.link_ar::after{
content:'';
position: absolute;
bottom: 0;right:-2em;
background: url(../img/arrow.svg) center top no-repeat;
background-size: contain;
width: 1.6em;height: 1.6em;
}

#search .itemList a:hover p.link_ar{
color:rgba(0,80,255,1);

}
#search .itemList a:hover p.link_ar::after{
filter: brightness(0) saturate(100%) invert(17%) sepia(65%) saturate(5673%) hue-rotate(223deg) brightness(101%) contrast(104%);
}


#search img.icon{
width: 100%;
aspect-ratio: 150/131;
}

#search img.icon.tv{
background: url(../img/search/icon_tv.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.radio{
background: url(../img/search/icon_radio.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.bs{
background: url(../img/search/icon_bs.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.sparkle{
background: url(../img/search/icon_sparkle.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.glowdia{
background: url(../img/search/icon_glowdia.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.act{
background: url(../img/search/icon_act.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.seven{
background: url(../img/search/icon_seven.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.arcs{
background: url(../img/search/icon_arcs.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.tc{
background: url(../img/search/icon_tc.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.nichion{
background: url(../img/search/icon_nichion.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.manga{
background: url(../img/search/icon_manga.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.slh{
background: url(../img/search/icon_slh.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.yaruki{
background: url(../img/search/icon_yaruki.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.sun{
background: url(../img/search/icon_sun.png?new20250129) center top no-repeat;
background-size: contain;
}

#search img.icon.msc{
background: url(../img/search/icon_msc.png?new20250129) center top no-repeat;
background-size: contain;
}



/* -----------------------------------------------------------
 smp max-width: 769px
------------------------------------------------------------*/
#search .itemList .col {
background-color: #FFF;
}

/*/スライダー/*/
@media all and (max-width: 767px) {

#search .slider{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

#search 
.slick-list {order: 1;}
#search 
.slick-prev { order: 2; }
#search 
.slick-next { order: 3; }

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
#search .slick-prev, 
#search .slick-next {
cursor: pointer;
outline: none;
height: 25px;
width: 25px;
margin: 1em .5em;
}

#search .slick-prev {/*戻る矢印の位置と形状*/
background: url(../img/voice/ar_left.svg) center no-repeat;
background-size: cover;
aspect-ratio: 1/1;
}

#search .slick-next {/*次へ矢印の位置と形状*/
background: url(../img/voice/ar_right.svg) center no-repeat;
background-size: cover;
aspect-ratio: 1/1;
}

#search .slick-arrow.slick-disabled
{
opacity: .5;
}

#search .slick-slider {
width: 100%;
}
#search .slider{
margin:0 auto;
}

#search .slider .slick-slide {
margin:0 10px;
}

#search .slider-img {
  margin: 0 10px;
}
}



/* -----------------------------------------------------------
  matching btn
------------------------------------------------------------*/
#matchArea{
width:80%;
}
#matchArea p.catch{
text-align: center !important;
font-weight: bold !important;
}

#matchArea .match_btn:hover {
transform: scale(1.05);
}

@media all and (min-width: 768px) {
#matchArea{
margin:3em auto 0;
}

#matchArea p.catch{
font-size:min(2vw,150%);
}

#matchArea .match_btn{
display:block;
width:100%;
margin:2em auto;
background: url(../img/mtc_btn1_pc.png) center no-repeat;
background-size: contain;
aspect-ratio: 2348/344;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
}

@media all and (max-width: 767px) {
#matchArea{
margin:2em auto 0;
width:90%;
}

#matchArea p.catch{
font-size: 4vw !important;
}


#matchArea .match_btn{
display:block;
width:100%;
margin:2em auto;
background: url(../img/mtc_btn1_smp.png) center no-repeat;
background-size: contain;
aspect-ratio:690/344;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
}



/*========= 動くmatching btn ===============*/
@media all and (min-width: 768px) {
#matching-flo a{
display: block;
width: 300px;
transition:all 0.3s;
background-image: url(../img/mtc_btn2.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
aspect-ratio: 880/388;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

#matching-flo a:hover{
opacity: .5;
}

/*リンクを右下に固定*/
#matching-flo {
	position: fixed;
	right:30px;
	bottom:10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(200px);
}

/*　上に上がる動き　*/
#matching-flo.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(200px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#matching-flo.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(200px);
  }
}

}

@media screen and (max-width:768px) {
#matching-flo a{
display: none;
}
}

@media screen and (max-width:768px) {
#search .slick-slider li[style="display: none;"] {
    display: none;
    visibility: hidden;
    opacity: 0;
}
}
