@charset "UTF-8";

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

p{
    color:#333;
}

a img{
 transition:.3s;
}

a img:hover{
 opacity:.6;
 transition:.3s;
}

#wrapper{
    width:1000px;
    margin: 0 auto;
}

.site-header {
  margin-bottom:18px
}

.site-header .header-main {
    box-shadow:none;
}

.site-header .header-main .head-logo {
    margin: 12px 0 0 0;
}

.site-header .header-main .head-search .search-box{
  display: block;
}
#label_box{
    display: flex;
    margin-bottom: 26px;
}

#label_left{
    position: relative;
}

#label_left .sns_btn_tw,
#label_left .sns_btn_fb {
    position: absolute;
    top: 200px;
}

#label_left .sns_btn_tw{
    left:20px;
}

#label_left .sns_btn_fb{
    left:65px;
}

#label_right{
    margin-left: 18px;
}

p.lead_txt{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 14px;
}

nav.menu{
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

nav.menu ul{
    display:flex;
    width:100%;
}

nav.menu ul li:first-of-type{
    border:none;
    padding-top:0;
}

nav.menu ul li:last-of-type{
    margin-right: 0%;
}

nav.menu ul li,
nav.menu ul li a{
    margin-right: 1.33%;
    color: #333 !important;
    font-weight:bold;
    font-size:14px;
    display:block;
    width:100%;
    text-align:center;
    padding-top: 11px;
    height:48px;
    border:solid 1px #333;
    border-radius: 50px;
    box-sizing: border-box;
    position:relative;
    cursor: pointer;
}


nav.menu ul li:hover,
nav.menu ul li a:hover{
    color: #fff !important;
    background:#333;
    transition:.3s;
}





nav.menu ul li:after{
    position:absolute;
    top:10px;
    right:24px;
    display:block;
    content:"";
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(135deg);
}

nav.menu ul li.nav_top a:after{
    display:none;
}

#mask {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 41;
  opacity:1;
  transition: 0.3s;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

#mask.hidden {
  opacity:0;
  transition: 0.3s;
}

#modal{
      position: fixed;
      background: #fff;
      border: solid 1px #ccc;
      border-radius: 5px;
      z-index: 42;
      box-sizing:border-box;
      box-shadow:0px 5px 5px 0px rgba(0,0,0,0.2);
      opacity:1;
      transition: 0.3s;
      animation-duration: 0.5s;
      animation-name: fade-in;
      -moz-animation-duration: 0.5s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.5s;
      -webkit-animation-name: fade-in;
      width: 1000px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      height: 350px;
}

#modal.hidden{
  opacity:0;
  transition: 0.3s;  
}
    @keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

#modal ul{
    display:block;
    padding: 30px 0;
}

#modal ul li,#modal ul li a{
 border:none;   
}

#modal ul li{
   width:24%;
   float:left;
}

#modal ul li:nth-child(4n){
    margin-right:0;
}


#modal ul li:after{
  display:none; 
}

#modal ul li:first-of-type{
    padding-top: 11px;
}

#modal ul li a{
  text-align: left;
  width: 90%;
  padding: 0 0 0 10%;
  line-height: 1.3;
}

#modal ul li:hover{
  background:none;
}

#modal ul li a:hover{
  text-decoration:underline;
  background:none;
  color: #333 !important;
}

#close{
    position: absolute;
    right: -20px;
    top: -20px;
}

.category_box{
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.category_box:last-of-type{
    padding-bottom: 100px;
}

.category_box h2{
  margin-bottom:20px;
}

.category_box .category_group{
  padding: 10px 10px 0;
  background: #EFECE3;
  border-radius: 5px;
  margin-bottom: 14px;
}

.category_box .category_group ul li a img{
  opacity:1;
}

.category_box .category_group ul li:nth-child(5n){
  margin-right:0px;
}

.category_box .category_group ul li{
  padding: 10px;
  background: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  box-sizing:border-box;
  height: 335px;
  max-width:188px;
  width:188px;
  float:left;
  margin: 0 10px 10px 0;
}

.category_box .category_group ul li dl dt a{
  display:block;
  color:#fff;
  background:#C6AC58;
  border:solid 1px #C6AC58;
  border-radius: 5px;
  box-sizing:border-box;
  text-align:center;
  font-size:14px;
  padding:4px;
  margin-bottom:10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 166px;
  transition:.3s
}

.category_box .category_group ul li dl dt a:hover,
.category_box .category_group ul li dl dd:hover{
  opacity:0.6;
  transition:.3s
}

.category_box .category_group ul li dl dd{
  transition:.3s
}


.category_box .category_group ul li dl dd:first-of-type{
  max-width:166px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  position: relative;
  height: 232px;
  overflow: hidden;
  background: #efefef;
}

.category_box .category_group ul li dl .poster a{
  height:100% !important;
}


.category_box .category_group ul li dl dd img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 101%;
    max-height: 101%;
}

.category_box .category_group ul li dl dd:last-of-type{
  color:#333;
  font-size:12px;
  padding: 6px 0 10px;
  text-overflow:ellipsis;
  overflow: hidden;
  height: 46px;
}

.category_box .category_group ul li dl dd a{
  color:#333;
}

@supports (-webkit-line-clamp: 2) {
  .category_box .category_group ul li dl dd a:last-of-type {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.category_box #menu_genre02,.category_box #menu_year02,.category_box #menu_country02{
   font-weight:bold;
   margin-left:auto;
   margin-right:0px;
   width: 230px;
   font-size: 16px;
   border: solid 2px #333333;
   border-radius: 5px;
   padding: 4px 10px;
   cursor: pointer;
   background: url(../../images/alltimebest/search_icon.png) no-repeat 195px center / 19px 19px;
}


.category_box #menu_genre02,.category_box #menu_year02,.category_box #menu_country02{
   font-weight:bold;
   margin-left:auto;
   margin-right:0px;
   width: 230px;
   font-size: 16px;
   border: solid 2px #333333;
   border-radius: 5px;
   padding: 4px 10px;
   cursor: pointer;
   background: url(../../images/alltimebest/search_icon.png) no-repeat 195px center / 19px 19px;
}

.category_box #menu_genre02:hover,.category_box #menu_year02:hover,.category_box #menu_country02:hover{
   color:#fff;
   background:#333 url(../../images/alltimebest/search_icon02.png) no-repeat 195px center / 19px 19px;
  transition:.3s;
}



#foot_ad{
  width:728px;
  margin:0 auto 60px;
}

#sort_wrap{
  display:flex;
}

#sort_wrap #sort_menu{
  width:298px;  
  margin-right:40px;
}

#sort_wrap #sort_menu h2{
  background:#EFECE3;
  font-size:16px;
  padding:12px 20px;
}

#sort_wrap #sort_menu ul li{

}

#sort_wrap #sort_menu ul li a,
#sort_wrap #sort_menu ul li.sort_active,
#sort_wrap #sort_menu ul li .btn-more_genre,
#sort_wrap #sort_menu ul li .btn-more_year,
#sort_wrap #sort_menu ul li .btn-more_country{
  color:#333;
  font-size:14px;
  height:38px;
  display:block;
  padding: 12px 20px;
  border-bottom: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  line-height: 1em;
}

#sort_wrap #sort_menu ul li a{
 position:relative; 
}

#sort_wrap #sort_menu ul li a:hover{
  background:#f7f5ee;
  border:none;
}

#sort_wrap #sort_menu ul li a:after{
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: #979797 #979797 transparent transparent;
    transform: rotate(45deg);
}

#sort_wrap #sort_menu ul li.sort_active{
  background:#C6AC59;
  color:#fff;
  font-weight:bold;
  border:none;
}

#sort_wrap #sort_menu ul li .btn-more_genre,
#sort_wrap #sort_menu ul li .btn-more_year,
#sort_wrap #sort_menu ul li .btn-more_country{
  text-align:right;
  font-size:12px;
  font-weight:bold;
  position:relative;
  padding-right:35px;
}

#sort_wrap #sort_menu ul li .btn-more_genre span:last-of-type,
#sort_wrap #sort_menu ul li .btn-more_year span:last-of-type,
#sort_wrap #sort_menu ul li .btn-more_country span:last-of-type{
  display:none
}

#sort_wrap #sort_menu ul li .btn-more_genre:after,
#sort_wrap #sort_menu ul li .btn-more_year:after,
#sort_wrap #sort_menu ul li .btn-more_country:after{
    position: absolute;
    top: 12px;
    right: 14px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: #333 #333 transparent transparent;
    transform: rotate(135deg);
}

#sort_wrap #sort_menu ul li .btn-more_genre.close:after,
#sort_wrap #sort_menu ul li .btn-more_year.close:after,
#sort_wrap #sort_menu ul li .btn-more_country.close:after{
    top: 16px;
    transform: rotate(-45deg);
}

#sort_wrap #sort_menu ul li .btn-more_genre.close span:first-of-type,
#sort_wrap #sort_menu ul li .btn-more_year.close span:first-of-type,
#sort_wrap #sort_menu ul li .btn-more_country.close span:first-of-type{
  display:none
}

#sort_wrap #sort_menu ul li .btn-more_genre.close span:last-of-type,
#sort_wrap #sort_menu ul li .btn-more_year.close span:last-of-type,
#sort_wrap #sort_menu ul li .btn-more_country.close span:last-of-type{
  display:inline;
}

#sort_result{
  width:662px;
}

#sort_result #sort_tag_area{
  border:solid 1px #ccc;
  border-radius:3px;
  padding: 10px 20px 0;
  display:flex;
  min-height: 50px;
  margin-bottom: 30px
}

#sort_result #sort_tag_area dt{
  color:#333;
  font-size:12px;
  font-weight:bold;
  min-width: 60px;
  position:relative;
  margin: 6px 15px 10px 0;
  line-height:1em;
}
#sort_result #sort_tag_area dt:after{
  content:"";
  display:block;
  height:12px;
  width:1px;
  border:solid 1px #333;
  position:absolute;
  right:0;
  top:0;
}

#sort_result #sort_tag_area dd{

}


#sort_result #sort_tag_area dd ul li{
  font-size:12px;
  background:#eee;
  border:solid 1px #eee;
  border-radius:3px;
  padding: 5px 10px;
  line-height:1;
  display:flex;
  float: left;
  margin: 0 10px 10px 0;
}

#sort_result #sort_tag_area dd ul li span:first-of-type{
  margin-right:5px
}

#sort_result #sort_tag_area dd ul li span a{
  display:block;
  width:13px;
  height:13px;
  background:url(../../images/alltimebest/tag_close_icon.png) no-repeat center center/13px 13px;
}


#sort_result #resut_title_area #result_title_header{
    display: flex;
    margin-bottom: 26px;
}

.dropdown {
  width: 208px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left;
  border: solid 1px #717171;
  margin-left: auto;
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 5px 10px;
background:url(../../images/alltimebest/sort_menu_icon.png) no-repeat 180px center/15px 16px;
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #f8f8f8
}

.dropdown:focus {
    outline:0;
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 210px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    cursor: pointer
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none;
}
.dropdown .dropdown-menu li:hover {
    background-color: #303030;
  color:#fff;
}


#sort_result #resut_title_area #result_contents{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#sort_result #resut_title_area #result_contents ul li{
  width:154px;
  float:left;
  margin: 0 15px 40px 0;
  line-height:1.2em;
  transition:0.3s;
}

#sort_result #resut_title_area #result_contents ul li:nth-child(4n){
  margin-right:0px;
}

#sort_result #resut_title_area #result_contents ul li img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 101%;
    max-height: 101%;
}

#sort_result #resut_title_area #result_contents ul li span:first-of-type{
  background:#efefef;
  margin-bottom: 6px;
  height: 217px;
  position: relative;
  border: solid 1px #ccc;
  box-sizing: border-box;
  display:block;
}

#sort_result #resut_title_area #result_contents ul li span:last-of-type{
  font-size:12px;
  text-overflow:ellipsis;
  overflow: hidden;
  height: 36px;
  display:block;
}

@supports (-webkit-line-clamp: 2) {
#sort_result #resut_title_area #result_contents ul li span:last-of-type{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

#sort_result #resut_title_area #result_contents ul li a{
  color:#333;
}

#sort_result #resut_title_area #result_contents ul li:hover{
  opacity:0.6;
  transition:0.3s;
}


#sort_result #resut_title_area #result_contents #Pagination{
  display:flex;
   justify-content: center;
}

#sort_result #resut_title_area #result_contents #Pagination li{
  width:auto;
  margin-right:4px;
  opacity:1;
}

#sort_result #resut_title_area #result_contents #Pagination li.skip{
 display:flex; 
}

#sort_result #resut_title_area #result_contents #Pagination li.skip:after{
  content:"…";
  display:block;
  padding:5px;
  color:#666;
}

#sort_result #resut_title_area #result_contents #Pagination li a{
  height:30px;
  display:block;
  border:solid 1px #b0b0b0;
  border-radius:3px;
  padding:5px 10px 0;
}

#sort_result #resut_title_area #result_contents #Pagination li a:hover,
#sort_result #resut_title_area #result_contents #Pagination li a.active{
  background:#333;
  border:solid 1px #333;
  color:#fff;
}

#sort_result #resut_title_area #result_contents #Pagination li.prev
{
margin-right:30px
}

#sort_result #resut_title_area #result_contents #Pagination li.next
{
margin-left:30px
}
