<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
body{
  background: #000;
  height: 100%;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.kyoraku_logo{
  position: fixed;
  top: 0;
  left: 2vw;
  z-index: 999;
  height: 15vw;
  max-width: 30vw;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.kyoraku_logo img{
  width: 100%;
  height: auto;
}
/* megamenu */
#MegaMenu .k_toggle{
  width: 32vw;
  height: 15vw;
  background-image: url(./img/header/kyoraku_logo_sp.png);
  background-color: rgba(0,0,0,0);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
}
#MegaMenu.active .k_toggle_close{
  width: 100%;
  height: 15vw;
  background-image: url(../../../css/p_images_sp/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
#MegaMenu.active .k_toggle_close:after{
  right: 4vw;
  top: 4vw;
  margin-top: 0;
  background-image: url(../../../css/p_images_sp/close.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 7vw;
  height: 7vw;
}
#MegaMenu .k_menu{
  margin-top: 15vw;
}
#MegaMenu .k_official-title{
  width: 85%;
  height: 5vw;
  padding: 3.5vw;
  margin: 0 auto;
  line-height: 5vw;
}
#MegaMenu .k_member{
  padding: 0 10vw 4vw;
}
#MegaMenu .k_section-title-pickup{
  margin: 0 0 1vw 5vw;
}
#MegaMenu .k_photo-link{
  padding: 0 0 4vw 5vw;
}
#MegaMenu .k_photo-link li,
#MegaMenu .k_photo-link li a img{
  width: 53vw;
}
#MegaMenu .k_section-title:before{
  font-size: 1rem;
  margin-top: -15px;
}
#MegaMenu .k_page-list li a:before{
  font-size: 0.5em;
}
#MegaMenu .k_sitemap{
  padding: 0 3vw;
}
#MegaMenu .k_sitemap h3{
  margin: 0;
}
#MegaMenu .k_page-list li a{
  font-size: 1.3rem;
}
#MegaMenu .k_foot ul li{
  font-size: 4vw;
}
#MegaMenu .k_closebtn{
  padding: 4vw;
  margin: 4vw 3vw;
}
#MegaMenu .k_closebtn:before{
  right: 4vw;
  top: 3vw;
  margin-top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu_open{
  display: block;
  position: fixed;
  height: 150px;
  width: 150px;
  z-index: 998;
  top: 0;
  right: 0;
  transition: 0.3s;
  background: url(./img/common/menu.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu_close{
  display: block;
  position: fixed;
  height: 150px;
  width: 150px;
  z-index: 999;
  top: 0;
  right: 0;
  background: url(./img/common/menu_close.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.header_contents{
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 998;
  padding: 100px 0 20px;
}
.header_contents{
  background: rgba(201, 0, 136, 0.85);
}
.header_contents ul{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100vw;
}
.header_contents ul &gt; li &gt; a{
  position: relative;
  width: 100%;
  height: 75px;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-around;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  text-decoration: none;
  text-indent: -999px;
}
.header_contents ul &gt; li &gt; a::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  pointer-events: none;
  background: url(./img/common/menu_arrow.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.header_contents ul &gt; li.kyoraku_logo &gt; a,
.header_contents ul &gt; li.menu_top &gt; a{
  display: none;
  margin: 0;
}
.header_contents ul &gt; li.kyoraku_logo a::after,
.header_contents ul &gt; li.menu_top a::after{
  content: none;
}
.header_contents ul &gt; li{
  width: 80%;
  margin: 0 auto 50px 110px;
}
.menu_feature a{
  background: url(./img/common/menu_feature.png);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.header_contents ul &gt; li.menu_feature &gt; a::after{
  right: 190px;
}
.menu_spec a{
  background: url(./img/common/menu_spec.png);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.header_contents ul &gt; li.menu_spec &gt; a::after{
  right: 80px;
}
.menu_enshutu a{
  background: url(./img/common/menu_enshutu.png);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.header_contents ul &gt; li.menu_enshutu &gt; a::after{
  content: none;
}
.header_contents ul &gt; li &gt; ul.sub_enshutu{
  width: 100%;
}
.header_contents ul &gt; li &gt; ul.sub_enshutu li{
  height: 50px;
  width: 60%;
  margin: 20px 0 0;
}
.header_contents ul &gt; li &gt; ul.sub_enshutu li &gt; a{
  display: block;
  width: 100%;
  height: 100%;
  background: url(./img/common/menu_enshutu_sub.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.header_contents ul &gt; li &gt; ul.sub_enshutu li &gt; a::after{
  right: -100px;
}
.header_contents ul &gt; li &gt; ul.sub_enshutu li.enshutu1 &gt; a{
  background-position: 0 0;
}
.header_contents ul &gt; li &gt; ul.sub_enshutu li.enshutu2 &gt; a{
  background-position: 0 50%;
}
.header_contents ul &gt; li &gt; ul.sub_enshutu li.enshutu3 &gt; a{
  background-position: 0 100%;
}
.menu_movie a{
  background: url(./img/common/menu_movie.png);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.header_contents ul &gt; li.menu_movie &gt; a::after{
  right: 80px;
}
.menu_close_up{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url(./img/common/menu_close_up.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
.menu_overlay_active{
  pointer-events: auto;
}
.top_btn{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 120px;
  height: 120px;
  background: url(./img/common/top_btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  transform: rotate(180deg);
}
.top_btn_active{
  pointer-events: auto;
  opacity: 1;
  transform: none;
}
.bgm_switch{
  display: none;
}
.content{
  width: 100%;
  overflow: hidden;
}
.last_content{
  margin-bottom: 0;
}
.content_inner{
  opacity: 0;
  transition: 0.3s;
}
.content-up .content_inner{
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.content-noanime .content_inner,
.content_show .content_inner{
  opacity: 1;
  transform: none;
}
.content .content_title{
  background: url(./img/common/title_bg.png);
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-position: center;  
  width: 100%;
  padding: 20px 0;
  margin: 0;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  display: flex;
  justify-content: space-around;
}
.content .content_title img{
  height: 70px;
}
.content_inner{
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.content_inner img{
  width: 100%;
}
footer{
  width: 100%;
  background: #000;
}
.footer_contents{
  color: #fff;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1vw 0;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-around;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.disp_pc{
  display: none;
}
/* loading */
div.loading_wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(./img/loading/loading_bg.png);
  background-size: cover;
  background-position: center;
}
.loading_wrapper_comp{
  opacity: 0;
  animation: loadingComp 0.3s linear 0s 1;
}
@keyframes loadingComp {
  0% {opacity: 1;}
  100% {opacity: 0;}  
}
.loading{
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(./img/loading/loading_back.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.loading_now::before{
  content: '';
  display: block;
  position: absolute;
  bottom: -100%;
  top: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  height: 50%;
  width: 80%;
  background: url(./img/loading/nowloading_mini_light.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.loading_now::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -100%;
  top: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  height: 100%;
  width: 100%;
  background: url(./img/loading/loading_circle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  animation:blink 0.5s infinite linear 0s;
  opacity: 0.6;
}
@keyframes blink{
  0% {
      transform: scale(0.9, 0.9);
  }
  40% {
      transform: scale(0.9, 0.9);
  }
  50% {
      transform: scale(1.1, 1.1);
  }
  60% {
      transform: scale(0.9, 0.9);
  }
  100% {
      transform: scale(0.9, 0.9);
  }
}
.loading_wave{
  position: absolute;
  display: flex;
  align-items: flex-end;
  bottom: -100%;
  top: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  height: 8%;
  width: 80%;
  z-index: 1;
  opacity: 0.8;
}
.loading_wave div{
  width: 10%;
  height: 0%;
  background: url(./img/loading/ikoraiza.png);
  background-size: 100% auto;
  background-position: bottom;
}
.loading_wave div:nth-child(1){
  animation:wave .3s infinite, blink2 1s infinite;
}
.loading_wave div:nth-child(2){
  animation:wave .5s infinite, blink2 1s infinite;
}
.loading_wave div:nth-child(3){
  animation:wave .3s infinite, blink2 1s infinite;
}
.loading_wave div:nth-child(4){
  animation:wave .5s infinite, blink2 1s infinite;
}
.loading_wave div:nth-child(5){
  animation:wave .2s infinite, blink2 1s infinite;
}
.loading_wave div:nth-child(6){
  animation:wave .5s infinite, blink2 1s infinite;
}
.loading_wave div:nth-child(7){
  animation:wave .3s infinite, blink2 1s infinite;
}
.loading_wave div:nth-child(8){
  animation:wave .5s infinite, blink2 1s infinite;
}
.loading_wave div:nth-child(9){
  animation:wave .2s infinite, blink2 1s infinite;
}
.loading_wave div:nth-child(10){
  animation:wave .25s infinite, blink2 1s infinite;
}
@keyframes wave{
  0% {height: 0%;}
  50% {height: 100%;}
  100% {height: 0%;}
}
/* main_visual */
#main_visual{
  position: relative;
}
.main_visual_back_wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.main_visual_back_wrapper .slick-slider{
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.main_visual_back_wrapper .slick-slider ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
img.logo{
  width: 100%;
  padding-top: 75%;
}
.medley{
  position: relative;
  width: 100%;
  padding: 5% 0 1%;
  margin: 0 0 30px;
  z-index: 3;
  background: url(./img/main_visual/medley_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.medley::before{
/*  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  right: 0;
  left: 0;
  margin: auto;
  background: url(./img/main_visual/medley_frame.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;*/
}
.medley::after{
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 135px;
  height: 135px;
  background: url(./img/main_visual/medley_text.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.medley_contents{
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
.medley_contents .slick-slide{
  margin: 0;
}
.medley_pager{
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.medley_pager li{
  display: inline-block;
  width: 60px;
  height: 70px;
}
.medley_pager li &gt; button{
  position: relative;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: url(./img/main_visual/medley_pager.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.medley_pager li.slick-active &gt; button{
  background: url(./img/main_visual/medley_pager_active.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.carousel_wrapper{
  width: 100%;
  position: relative;
}
.carousel_wrapper::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 115%;
  background: url(./img/main_visual/carousel_back.png);
  background-size: auto 100%;
  top: -40px;
  left: 0;
}
.carousel{
  margin: auto;
  width: 370px;
  height: 370px;
  padding-bottom: 100px;
}
.carousel ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel ul &gt; a{
  top: 0;
  left: 0;
}
.carousel .bx-wrapper{
  background: none;
  margin: 0;
  border: none;
  box-shadow: none;
  width: 370px;
  height: 370px;
}
.carousel .bx-wrapper .bx-viewport{
  overflow: initial!important;
}
.carousel .bx-wrapper .bx-pager,
.carousel .bx-wrapper .bx-controls-auto{
  position: absolute;
  bottom: -60px;
  height: 20%;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
.carousel .bx-wrapper .bx-pager.bx-default-pager a{
  background: url(./img/main_visual/medley_pager.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
}
.carousel .bx-wrapper .bx-pager-item {
    width: 20%;
    height: 100%;
}
.carousel .bx-wrapper .bx-pager.bx-default-pager a:hover,
.carousel .bx-wrapper .bx-pager.bx-default-pager a.active,
.carousel .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background: url(./img/main_visual/medley_pager_active.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mfp-iframe-holder .mfp-close{
  color: rgba(0,0,0,0);
  background: url(./img/common/menu_close.png);
  background-size: auto 130%;
  background-repeat: no-repeat;
  background-position: center right;
}
.mediainfo{
  padding: 50px 0 160px;
  background: url(./img/main_visual/mediainfo_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mediainfo a{
  display: block;
  width: 90%;
  margin: 0 auto;
}
.mediainfo a &gt; img{
  width: 100%;
  height: auto;
}
.searchbox {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  bottom: 50px;
  margin: auto;
  box-sizing: border-box;
  width: 90%;
  height: 100px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: url(./img/main_visual/search_frame.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.searchbox img{
  margin: 0;
  width: 40%;
}
.searchbox form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55%;
}
.searchbox select{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-size: 20px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.searchbox select::-ms-expand {
  display: none;
}
.top_search_list{
  position: relative;
  width: 80%;
  height: 100%;
}
.top_search_list::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  width: 11px;
  height: 100%;
  background: url(./img/main_visual/search_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.searchbox input[type="submit"]{
  margin-left: 10px;
  background: url(./img/main_visual/search_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 47px;
  height: 100%;
  border: none;
}
/* feature */
.feature_panel1_all{
  background: url(./img/feature/bg_spall.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;  
}
.feature_panel3{
  position: relative;
  display: block;
  width: 640px;
  height: 494px;
  margin: 0;
  padding: 0;
}
.feature_panel3::after{
  content: '';
  position: absolute;
  top: 60px;
  right: 60px;
  width: 100px;
  height: 100px;
  background: url(./img/feature/zoom_btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.smartphoto{
  background: rgba(0,0,0,.5);
}
.smartphoto-header{
  background-color: rgba(0,0,0,0); 
}
.smartphoto-count,
.smartphoto-caption,
.smartphoto-nav{
  display: none;
}
.smartphoto-dismiss{
  top: 25px;
  right: 25px;
  width: 100px;
  height: 100px;
  background-image: url(./img/common/menu_close.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* gameflow */
.gameflow .content_inner{
  background: url(./img/gameflow/bg_sp.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
/* enshutu */
.enshutu .content_inner{
  padding: 70px 0 270px;
  background: url(./img/enshutu/bg_sp.png);
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat; 
}
.enshutu_link{
  width: 65%;
  margin: 0 auto;
}
.enshutu_link a{
  display: block;
  margin-bottom: 40px;
}
.enshutu_link a:last-child{
  margin-bottom: 0;
}
.enshutu_link a,
.enshutu_link a &gt; img{
  width: 100%;
}
/* footer */
.footer{
  background: #000;
}
.kyoraku_link{
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  border-top: 2px solid #686868;
  border-bottom: 2px solid #686868;
  background: #1a1a1a;
}
.team_surprise{
  width: 464px;
  height: 83px;
  margin: 0px auto 30px;
}
.footer .content_inner{
  padding: 20px 0;
  margin: 0 auto;
  width: 80%;
  background: #000;
}
/* enshutu_page */
body.enshutu_page{
  position: relative;
}
body.enshutu_page::after{
  content: '';
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(./img/common/bg.jpg);
  background-size: 100% auto;
  background-position: top center;
  z-index: -1;
}
.enshutu_title{
  background: url(./img/enshutu/title_sp_bg.png);
  background-size: 100% auto;
  background-position: top center;
}
.enshutu_page .enshutu_title .content_inner{
  padding: 120px 0 30px;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-around;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.enshutu_page .enshutu_title .content_inner img{
  width: 60%;
}
.enshutu_page .content_inner {
  padding: 60px 0;
}
.enshutu_page .content .content_title img{
  height: 60px;
}
.enshutu_page .last-content .content_inner {
  padding: 60px 0 0;
}
.enshutu_page .footer .content_inner {
  padding: 60px 0;
}
.enshutu_page .content_inner img{
  width: 95%;
  margin: 0 auto;
  display: block;
}
.enshutu_page .content_inner a{
  display: block;
  width: 80%;
  margin: 0 auto;
}
.enshutu_page .content_inner a &gt; img{
  width: 100%;
}
.enshutu_page .footer {
  background: #000;
}
/* mediainfo */
#mediainfo{
  background: url(./img/common/bg.jpg);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
h2.mediainfo_title{
  position: relative;
  top: 0;
  left: 0;
  margin: 30px 0 30px;
  text-align: center;
}
h2.mediainfo_title img{
  width: 90%;
}
.mediainfo_list{
  width: 95%;
  margin: 0 auto;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mediainfo_list a{
  text-decoration: none;
}
.mediainfo_list article{
  width: 44%;
}
.mediainfo_list ul{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;  
}
.mediainfo_list ul &gt; li{
  text-align: left;
}
.mediainfo_list ul &gt; li:first-child{
  margin-bottom: 10px;  
  position: relative;
}
.mediainfo_list ul &gt; li:first-child img{
  width: 100%;
  position: relative;
  z-index: 1;
}
.mediainfo_list ul &gt; li:first-child::before{
  content: '';
  width: 115%;
  height: 120%;
  position: absolute;
  top: -105%;
  bottom: -100%;
  right: -100%;
  left: -100%;
  margin: auto;
  background: url(./img/mediainfo/frame.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0
}
.mediainfo_list ul &gt; li:first-child::after{
  content: '';
  width: 26%;
  height: 32%;
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: -100%;
  left: -100%;
  pointer-events: none;
  margin: auto;
  background: url(./img/mediainfo/play.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.mediainfo_list ul &gt; li:nth-child(2){
  color: #00f7ff;
}
.mediainfo_list ul &gt; li:nth-child(3){
  color: #ffffff;
}
/* movie */
.movie_slider{
  width: 100%;
  margin: 10px auto 10px;
}
.movie_slider .slick-slide{
  background: url(./img/movie/thumb/back.png);
  background-position: center;
  background-size: 97%;
  background-repeat: no-repeat;
}
.movie_slider .slick-slide img{
  transform: scale(0.9);
}
.movie_slider_nav{
  width: 92%;
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.movie_slider_nav div{
  width: 46.5%;
  border: 5px solid rgba(166,166,166,1);
  filter: brightness(60%);
  transition: 0.3s;
  margin-bottom: 20px;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-around;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.movie_slider_nav div &gt; img{
  border: 1px solid rgba(166,166,166,0);
  box-sizing: border-box;
  width: 100%;
}
.movie_slider_nav .thumbnail-current{
  border: 5px solid rgba(166,166,166,0);
  filter: brightness(100%);
  background: url(./img/movie/thumb/back.png);
  background-position: center;
  background-size: 107%;
  background-repeat: no-repeat;
}
/* know */
#know_page{
  background: #0a0209;
}
.know_wrapper .content_inner{
  padding: 0;
}
h2.know_title{
  position: static;
  margin: 0;
  width: 100%;
  height: 590px;
  background: url(./img/know/head_bg.jpg);
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
h2.know_title img{
  width: 100%;
  max-width: 761px;
}
.know_tab_wrapper{
  width: 100%;
  height: 70px;
  background: #ff00ad;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.know_tab{
  width: 630px;
  height: 100%;
  display: flex;
}
.know_tab a{
  display: block;
  box-sizing: border-box;
  width: 210px;
  height: 100%;
  background: url(./img/know/menu.png);
  border-left: 1px solid #0b030a;
  cursor: pointer;
}
.know_tab a:nth-child(1):hover,
.know_tab a:nth-child(1).tab_active{
  background-position: 0 -70px;
}
.know_tab a:nth-child(2){
  background-position: -210px 0;
}
.know_tab a:nth-child(2):hover,
.know_tab a:nth-child(2).tab_active{
  background-position: -210px -70px;
}
.know_tab a:nth-child(3){
  background-position: -420px 0;
}
.know_tab a:nth-child(3):hover,
.know_tab a:nth-child(3).tab_active{
  background-position: -420px -70px;
}
.know_tab a:last-child{
  border-right: 1px solid #0b030a;
}
.know_list article{
  display: none;
  padding: 40px 0 70px;
}
.know_list article.active{
  display: block;
}
</pre></body></html>