@charset "UTF-8";
/* CSS Document */

/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- .home_fsv ------------------------------------------ -- */
/* 00 ******************************************************* */
#home .common_ttl {
    margin-bottom: 45px;
}
.home_fsv{
  max-width:100%;
  overflow:hidden;
}
.home_fsv .swiper-fsv{
  max-width: 1200px;
  margin:auto;
}
.home_fsv .slide{
  overflow:hidden;
  text-align:center;
  opacity:0.5;
  transition:0.5s;
}
.home_fsv .slide.swiper-slide-active{
  opacity:1;
}
.home_fsv .slide img{
  width: 100%;
  max-width:10000px;
  /* margin:0 -800px; */
}

.home_fsv .sec_wrap{
  position:relative;
}
.home_fsv .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: none;
    bottom:45px;
}
.home_fsv .swiper-pagination-bullet{
  width:60px;
  height:6px;
  border-radius:5px;
  background-color:#FFF;
  opacity: 0.5;
  box-shadow:0px 2px 6px 0 #00000070;
  margin:5px !important;
}
.home_fsv .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color:#ea1001;
  opacity: 1;
}

.home_fsvbtn{
  display:none;
}

.home_linkage-hover_btn{
  position:fixed;
  bottom: -60px;
  right:0;
  z-index:100;
  width: 270px;
  transition:0.5s;
}
.home_linkage-hover_btn:hover{
  transform:scale(1.03);
}

.home_fsv-startver{
  text-align:center;
  overflow:hidden;
}
.home_fsv-startver .back{
  content:"";
  display:block;
  width:120vw;
  height:120vh;
  top:-10vh;
  left:-10vw;
  position:fixed;
  background-color:red;
  z-index:1;
  filter:blur(5px);
  background-image:
  
}
.home_fsv-startver ul{
  position:relative;
  z-index:2;
}

/* ============== media= ============= */
/* =================================== */
@media only screen and (min-width: 1920px) {

}
@media only screen and (max-width: 1320px) {
  
  #home .common_ttl {
      margin-bottom: 30px;
  }
  .home_fsv{
  }
  .home_fsv .swiper-fsv{
  }
  .home_fsv .slide{
  }
  .home_fsv .slide.swiper-slide-active{
  }
  .home_fsv .slide img{
  }
  .home_fsv .sec_wrap{
  }
  .home_fsv .swiper-pagination {
  }
  .home_fsv .swiper-pagination-bullet{
  }
  .home_fsv .swiper-pagination-bullet.swiper-pagination-bullet-active{
  }
  
}
@media only screen and (max-width: 800px) {

  .home_fsv .swiper-pagination {
      position: absolute;
      text-align: center;
      transition: .3s opacity;
      transform: none;
      bottom: 31vw;
  }
  .home_fsv .swiper-pagination-bullet{
    width:12vw;
    height:1.5vw;
    border-radius:5px;
    background-color:#FFF;
    opacity: 0.5;
    margin:0 1.2vw !important;
    box-shadow:0px 0.5vw 1.3vw 0vw #00000070;
  }
  .home_fsv .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color:#ea1001;
    opacity: 1;
  }

  .home_fsvbtn{
    display:block;
    position:absolute;
    bottom: 12vw;
    left: 5%;
    z-index: 10;
    width: 90%;
  }
  .home_fsvbtn a{
    display:block;
    background-color:#ea1001;
    text-align:center;
    color:#FFF;
    padding: 4vw;
    font-size: 5vw;
    font-weight: 600;
    box-shadow:0px 0.5vw 1.3vw 0vw #00000070;
  }
  .home_fsvbtn a:after{
      content: "";
      display: inline-block;
      vertical-align: top;
      height: 8vw;
      width: 4.2vw;
      margin-left: 3vw;
      background-image: url(../images/common_iconblank1.png);
      background-size: 100% auto;
      background-position: center;
      background-repeat: no-repeat;
  }
  .home_linkage-hover_btn{
    position:fixed;
    bottom:-80vw;
    right:0;
    z-index:100;
    width: 48vw;
    transition:0.5s;
  }
  .home_linkage-hover_btn:hover{
    transform:scale(1.00);
  }
  .home_linkage-hover_btn.on{
    bottom:-5vw;
  }  
  .home_linkage-hover_btn.off{
    bottom:-80vw;
  }
  
}
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- .home_pv ------------------------------------------- -- */
/* 00 ******************************************************* */
/*****/
.home_pv{
  position:relative;
  z-index: 1;
  overflow: hidden;
}
.home_pv .pv_box{
  position:relative;
  z-index: 3;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background-image: url(../images/home_pv_bg.png);
  background-size: auto;
  background-repeat: repeat;
}
/*
.home_pv .pv_box:hover{
  background-image: unset;
}
*/
.home_pv .pv_box a{
  display:block;
  padding: 90px 0;
}
.home_pv .pv_box .copy{
  font-size: 35px;
  color: #FFF;
  margin-bottom: 20px;
}
.home_pv .pv_box a:hover .copy{
  color: #f10;
}
.home_pv .pv_box .copy span{
  display:inline-block;
  font-size: 28px;
  color: #FFF;
  margin: 10px;
}
.home_pv .pv_box .play{
  padding: 5px 0 5px;
}
.home_pv .pv_box .play img{
  width: 120px;
  filter: brightness(1000) grayscale(1);
}
.home_pv .pv_box a:hover .play img{
  filter:brightness(1);
}
.home_pv .pv_box .btn{
  font-size: 0px;
  color: #FFF;
  margin-left: -30px;
}
.home_pv .pv_box .btn li{
  display: inline-block;
  margin-left: 30px;
}
.home_pv .pv_box .btn li a {
    width: 370px;
    display: block;
    background-color: #e91101;
    line-height: 70px;
    font-size: 21px;
    text-align: center;
}
.home_pv .pv_box .btn li a:hover{
  filter: brightness(1.1);
}
/* 01 ******************************************************* */
.home_pv .pv_back{
  position:absolute;
  z-index: 1;
  top: 50%;
  left:50%;
  margin: -25vw -50vw -30vw;
}
.home_pv .pv_back video{
  min-width:100vw;
  width:100vw;
}
.modal_inner_video{
  width:800px;
}

/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 1320px) {
  .home_pv .pv_back{
    position:absolute;
    z-index: 1;
    top: 50%;
    left:50%;
    margin: -50vw -75vw;
  }
  .home_pv .pv_back video{
    min-width:100vw;
    width:150vw;
  }
  .modal_inner_video{
    width:800px;
  }
}
@media only screen and (max-width: 800px) {

  .home_pv{
  }
  .home_pv .pv_box{
  }
  .home_pv .pv_box a{
    padding: 12vw 0;
  }
  .home_pv .pv_box .copy{
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .home_pv .pv_box .play{
    padding: 1vw 0 3vw;
  }
  .home_pv .pv_box .play img{
    width: 20vw;
    filter: brightness(1000) grayscale(1);
  }
  .home_pv .pv_box a:hover .play img{
  }
  .home_pv .pv_box .btn{
    font-size: 0px;
    color: #FFF;
    margin-left: -30px;
  }
  .home_pv .pv_box .btn li{
    display: inline-block;
    margin-left: 30px;
  }
  .home_pv .pv_box .btn li a {
      width: 370px;
      display: block;
      background-color: #e91101;
      line-height: 70px;
      font-size: 21px;
      text-align: center;
  }
  .home_pv .pv_box .btn li a:hover{
    filter: brightness(1.1);
  }
  
  /* 01 ******************************************************* */

  .home_pv .pv_back{
    position:absolute;
    z-index: 1;
    top: 50%;
    left:50%;
    margin: -50vw -75vw;
  }
  .home_pv .pv_back video{
    min-width:100vw;
    width:150vw;
  }
  .modal_inner_video{
    width:800px;
  }
  
}

/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- home_preregi --------------------------------------- -- */
/* 00 ******************************************************* */
.home_preregi{
  text-align: center;
  background-image:
    url(../images/home_preregi_bk03.jpg)
  ;
  background-size: 
    auto
  ;
  background-position: 
    left top
  ;
  background-attachment:
    fixed
  ;
  background-repeat: 
    repeat
  ;
  color: #FFF;
  position: relative;
  z-index: 5;
}

.home_preregi .sec_wrap{
  text-align: center;
  background-image: 
    url(../images/home_preregi_bk02.png)
  ;
  background-size: 
    cover
  ;
  background-position: 
    right top 0px
  ;
  background-attachment:
    fixed
  ;
  background-repeat: 
    no-repeat
  ;
}


.home_preregi .sec_wrap{
  position:relative;
}
.home_preregi .box_1230 {
    overflow: visible;
}
/* 01 ******************************************************* */
.home_preregi_left{
  width: 50%;
  text-align: left;
  position: relative;
  z-index: 2;
}
.home_preregi_left .sttl{
  color:#FFF;
  font-size: 28px;
  font-weight:600;
  line-height: 1.2;
  vertical-align: middle;
  margin-bottom: 15px;
  padding-left:28px;
  position:relative;
}
.home_preregi_left .sttl:before{
  content: "";
  display: inline-block;
  border: solid 1px #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  margin-right: 0;	
}
.home_preregi_left .text{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.home_preregi_btn{
  margin-top: 60px;
  position:relative;
  z-index:2;
  width:50%;
}
.home_preregi_btn a{
    width: 100%;
    display: inline-block;
    background-color: #FFF;
    color: #e31505;
    line-height: 90px;
    font-size: 24.5px;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
      box-shadow: 0px 9px 2px -3px #344c6a20;
}
.home_preregi_btn a.blank_link:after{
    height: 90px;
    width: 35px;
    margin-left: 10px;
    background-image: url(../images/common_iconblank_red.png);
}

/* add ******************************************************* */
.home_preregi_left .preregi_atention a{
  font-size: 17.5px;
  line-height: 1;
  margin-bottom: 15px;
  position:relative;
  display:inline-block;
}
.home_preregi_left .preregi_atention a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    margin: 0px 10px 0 0px;
    background-image: url(../images/common_iconarrow1.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center left;
    filter: brightness(1000);
    transition: 0.3s;
  transform:rotate(-90deg);
}
.home_preregi_left .ssttl{
  color:#FFF;
  font-size: 14px;
  /* font-weight:600; */
  line-height: 1.2;
  vertical-align: middle;
  margin-bottom: 5px;
  padding-left:0;
  position:relative;
}
.home_preregi_left .ssttl:before{
  content: "○";
  display: inline-block;
  position: relative;
  margin-right:0.5em;	
}
.home_preregi_left .text + .sttl{
  margin-top: 45px;
}
.home_preregi_left .text.time{
  font-size:31.5px;
  line-height:1;
}
.home_preregi_left .text.time p{
  letter-spacing: 0.02em;
  font-weight:600;
}
.home_preregi_left .text.time .t_small{
  font-size:24px;
}
.home_preregi_left .text.mail_present{
  position:relative;
}
.home_preregi_left .text.mail_present p{
  width:calc( 100% - 110px );
}
.home_preregi_left .text .mail_present_img{
  display:block;
  width:80px;
  position:absolute;
  right:0;
  bottom:5px;
}
.home_preregi_left .text .mail_present_img img{
  width:100%;
}


.home_preregi_bkbox{
  position:relative;
  z-index: 3;
  margin-top:75px;
  border:solid 2px #000;
  padding:3px;
}
.home_preregi_bkbox_wrap{
  background-color:#000;
  padding:45px;
  text-align:left;
}
.home_preregi_notice_ttl{
}
.home_preregi_notice_ttl p{
  line-height:1;
  color:red;
  font-size:21px;
  font-weight:600;
  margin-bottom:15px;
}
.home_preregi_notice_ttl p:before{
  line-height:1;
  content:"";
  display:inline-block;
  width:1.2em;
  height:1.2em;
  margin-right:10px;
  background-image:url(../images/home_preregi_notice_ttl.png);
  background-size:contain;
  background-repeat:no-repeat;
  position:relative;
  top:4px;
}
.home_preregi_notice_ttl p{
}
.home_preregi_notice_list{
  padding:5px 0;
}
.home_preregi_notice_list p{
  font-size:14px;
  margin-bottom:10px;
  line-height:1.3;
  padding:0 0 0 1em;
  text-indent:-1em;
}
.home_preregi_notice_list p:before{
  content:"※ ";
  font-size:14px;
}



/* 02 ******************************************************* */
.home_preregi_right{
  position:absolute;
  top: 70px;
  right: -25px;
  z-index: 1;
  width: 50%;
}
.home_preregi_right img{
  width:100%;
}
.home_preregi_img3{
  width:100%;
  position:absolute;
  top: 0px;
  z-index:8;
}
.home_preregi_img2{
  width:100%;
  position:absolute;
  top: 0px;
  z-index:9;
}
.home_preregi_img1{
  width:100%;
  position:absolute;
  top: 0px;
  z-index:10;
}


/* ============== media= ============= */
/* =================================== */
@media only screen and (min-width: 1920px) {
}
@media only screen and (max-width: 1320px) {
  .home_preregi .sec_wrap{
    text-align: center;
    background-image: unset;
  }
  .home_preregi_btn {
    margin-top: 45px;
    width:100%;
  }
  .home_preregi_img3 {
    overflow:hidden;
  }
  .home_preregi_right {
      width: 540px;
      right: 30px;
      top: 40px;
  }
  .home_preregi_left {
      width: calc( 100% - 520px );
  }
  /* add ******************************************************* */
  .home_preregi_left .preregi_atention a{
  }
  .home_preregi_left .preregi_atention a:before {
  }
  .home_preregi_left .ssttl{
  }
  .home_preregi_left .ssttl:before{
  }
  .home_preregi_left .text + .sttl{
    margin-top: 30px;
  }
  .home_preregi_left .text.time{
    font-size:24px;
    line-height:1;
  }
  .home_preregi_left .text.time p{
    font-weight:600;
  }
  .home_preregi_left .text.time .t_small{
    font-size:17.5px;
  }
  .home_preregi_left .text.mail_present{
  }
  .home_preregi_left .text.mail_present p{
    width:calc( 100% );
  }
  .home_preregi_left .text .mail_present_img{
    display:none;
  }
  .home_preregi_bkbox{
    position:relative;
    z-index: 3;
    margin-top:60px;
  }
  .home_preregi_bkbox_wrap{
    padding:30px;
  }
  .home_preregi_notice_ttl{
  }
  .home_preregi_notice_ttl p{
    margin-bottom:10px;
  }
  .home_preregi_notice_ttl p:before{
  }
  .home_preregi_notice_ttl p{
  }
  .home_preregi_notice_list{
  }
  .home_preregi_notice_list p{
  }
  .home_preregi_notice_list p:before{
  }
}

@media only screen and (max-width: 1000px) {
  .home_preregi_right {
      width: 440px;
      right: 0px;
      top: 130px;
  }
  .home_preregi_left {
      width: calc( 100% - 380px );
  }
}


@media only screen and (max-width: 800px) {
  .home_preregi{
text-align: center;
    background-image: url(../images/home_preregi_bk03.jpg);
    background-size: auto 100vh;
  }
  .home_preregi .sec_wrap{
    background-image:unset;
  }
  
  .home_preregi_left{
    width: 100%;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
  }
  .home_preregi_left .sttl{
    font-size: 6vw;
    line-height: 1.2;
    padding-left: 6vw;
    margin:0 0 3vw;
  }
  .home_preregi_left .sttl:before{
    width: 1.5vw;
  }
  .home_preregi_left .text{
    font-size: 3.5vw;
    line-height: 1.5;
    margin:0px;
    margin-bottom: 4vw;
  }
  .home_preregi_left .text br{
    display:none;
  }
  .home_preregi_btn{
    position:relative;
    z-index:10;
    margin-top: -4vw;
    margin-bottom: 4vw;
    margin-top: 5vw;
  }
  .home_preregi_btn a{
    line-height:1.6;
    width: 100%;
    display:block;
    text-align:center;
    padding: 4vw;
    font-size: 4.5vw;
    box-shadow:0px 0.5vw 1.3vw 0vw #00000020;
  }
  .home_preregi_btn a.blank_link:after{
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 8vw;
    width: 4.2vw;
    margin-left: 3vw;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .home_preregi_left .preregi_atention a{
    font-size: 4.5vw;
    line-height: 1;
    margin-bottom: 15px;
    position:relative;
    display:inline-block;
  }
  .home_preregi_left .preregi_atention a:before {
      content: "";
      width: 4.6vw;
      height: 5vw;
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 0;
      margin: 0px 2vw 8vw 0px;
      background-image: url(../images/common_iconarrow1.png);
      background-size: 4.5vw auto;
      background-repeat: no-repeat;
      background-position: center left;
      filter: brightness(1000);
      transition: 0.3s;
    transform:rotate(-90deg);
  }

  
  /* add ******************************************************* */
  .home_preregi_left .preregi_atention a{
  }
  .home_preregi_left .preregi_atention a:before {
  }
  .home_preregi_left .ssttl{
  margin-bottom: 1vw;
  font-size: 4.2vw;
  line-height: 1.5;
  }
  .home_preregi_left .ssttl:before{
  }
  .home_preregi_left .text + .sttl{
    margin-top: 6vw;
  }
  .home_preregi_left .text.time{
    font-size:5vw;
    line-height:1;
  }
  .home_preregi_left .text.time p{
    font-weight:600;
  }
  .home_preregi_left .text.time .t_small{
    font-size:3.5vw;
  }
  .home_preregi_left .text.mail_present{
  }
  .home_preregi_left .text.mail_present p{
    width:calc( 100% );
  }
  .home_preregi_left .text .mail_present_img{
    display:none;
  }
  .home_preregi_bkbox{
    position:relative;
    z-index: 3;
    margin-top:60px;
  }
  .home_preregi_bkbox_wrap{
    padding: 5vw;
  }
  .home_preregi_notice_ttl{
  }
  .home_preregi_notice_ttl p{
    margin-bottom:10px;
  }
  .home_preregi_notice_ttl p:before{
  }
  .home_preregi_notice_ttl p{
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .home_preregi_notice_list{

  }
  .home_preregi_notice_list p{
    font-size: 3.5vw;
  }
  .home_preregi_notice_list p:before{
  }

  
  /* 02 ******************************************************* */
  .home_preregi_right{
    position:relative;
    width: 100%;
    top:0;
    left:0;
    right:auto;
    bottom:auto;
    margin-bottom: 6vw;
  }
  .home_preregi_right img{
    width: 100%;
    max-width:100%;
  }
  .home_preregi_img3{
    position:relative;
    top: auto;
    right: -2vw;
  }
  .home_preregi_img2{
    position:absolute;
    top: 0;
    right: 5vw;
    
  }
  .home_preregi_img1{
    position:absolute;
    top: 0vw;
    right: -5vw;
    width: 100%;
  }
  
}

















/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- .home_news ----------------------------------------- -- */
/* 00 ******************************************************* */
.home_news{
  text-align: left;
  z-index: 6;
  position: relative;
}
.home_news .sec_wrap{
  //background-image:url(../images/home_news_effects.png);
  //background-repeat:no-repeat;
  //background-position:center top 2000px;
  //ransition:0s 0s;
  background-color:#FFF;
}
.home_news.active .sec_wrap{
  background-position:center top -0px;
  transition:0s 0s;
}
/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 1320px) {
  .home_news .sec_wrap{
    background-image:unset;
  }
}
@media only screen and (max-width: 800px) {
  .home_news .sec_wrap{
  }
}
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- home_unit ------------------------------------------ -- */
/* 00 ******************************************************* */
.home_unit{
  text-align: center;
  position: relative;
}
.home_unit .sec_wrap{
}
.home_unit .swiper-unit{
  overflow:hidden;
}
/* 01 ******************************************************* */
.home_unit_list{
  font-size: 0;
}
.home_unit li .thumb{
  position: relative;
  margin-bottom: 15px;
}
.home_unit li .type{
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background-image: url(../images/unit/unit_typebase.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.home_unit li .main{
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.home_unit li .main img{
  transition: 0.3s;
}
.home_unit li:hover .main img{
	filter:grayscale(1);
}
.home_unit li:hover .main:before{
	content:"";
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	background-color:red;
	opacity:0.9;
	z-index:3;
	mix-blend-mode:multiply;
}
.home_unit li:hover .main img{
  /*transform: scale(1.03);*/
}
/* 02 ******************************************************* */
.home_unit li .text{
  color: #FFF;
  overflow: hidden;
  transition: 0.3s;
}
.home_unit li .text .name{
  font-size: 14px;
  padding-top: 7px;
  float: left;
  display: inline-block;
}
.home_unit li .text .rare{
  font-size: 21px;
  /* line-height: 21px; */
  font-weight:600;
  float: right;
  display: inline-block;
}
.home_unit li:hover .text{
  color: #e91101;
}

/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 1320px) {
  
  /* 00 ******************************************************* */
  .home_unit{
  }
  .home_unit .sec_wrap{
  }
  .home_unit .swiper-unit{
  }
  /* 01 ******************************************************* */
  .home_unit_list{
  }
  .home_unit li .thumb{
    margin-bottom: 10px;
  }
  .home_unit li .type{
  }
  .home_unit li .main{
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  .home_unit li .main img{
  }
  
  .home_unit li:hover .main img{
  }
  .home_unit li:hover .main:before{
  }
  .home_unit li:hover .main img{
  }
  /* 02 ******************************************************* */
  .home_unit li .text{
    color: #FFF;
    overflow: hidden;
    transition: 0.3s;
  }
  .home_unit li .text .name{
    font-size: 14px;
    padding-top: 6px;
  }
  .home_unit li .text .rare{
    font-size: 18px;
  }
  .home_unit li:hover .text{
  }
  .home_unit li:hover .main img{
  	filter:grayscale(0);
  }
  .home_unit li:hover .main:before{
  	content:"";
  	display:none;
  }
}
@media only screen and (max-width: 800px) {
  
  /* 00 ******************************************************* */
  .home_unit{
  }
  .home_unit .sec_wrap{
  }
  .home_unit .swiper-unit{
  }
  .home_unit .box_1230{
    overflow:visible;
  }
  /* 01 ******************************************************* */
  .home_unit_list{
  }
  .home_unit li .thumb{
    margin-bottom: 3vw;
  }
  .home_unit li .type{
  }
  .home_unit li .main{
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  .home_unit li .main img{
  max-width: 800px;
  width: 100%;
  }
  
  .home_unit li:hover .main img{
  }
  .home_unit li:hover .main:before{
  }
  .home_unit li:hover .main img{
  }
  /* 02 ******************************************************* */
  .home_unit li .text{
    color: #FFF;
    overflow: hidden;
    transition: 0.3s;
    text-align: left;
  }
  .home_unit li .text .name{
    font-size: 3.8vw;
    padding-top: 0;
    float: none;
    /* text-align: left; */
  }
  .home_unit li .text .rare{
    font-size: 3.8vw;
    float: none;
    padding-top: 1vw;
    display: block;
  }
  .home_unit li:hover .text{
  }
}
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- home_story ------------------------------------------ -- */
/* 00 ******************************************************* */
.home_story{
  /*
  text-align: center;
  background-image: url(../images/home_storybg.jpg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
  position: relative;
  z-index: 19;
  overflow: hidden;
  */
}
.home_story{
  text-align: center;
  background-image: url(../images/home_storybg-pic1.jpg);
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #FFF;
  position: relative;
  z-index: 19;
  overflow: hidden;
}
.home_story .sec_wrap{
  position:relative;
}
.home_story_right_back{
  position:absolute;
  top:0;
  right:50%;
  margin-right: -1300px;
}
.home_story .box_1230 {
    overflow: visible;
}
.home_story_left{
  width: 370px;
  text-align: left;
}
/* 01 ******************************************************* */
.home_story_left .sttl{
  color:#FFF;
  font-size: 28px;
  font-weight:600;
  line-height: 1.2;
  vertical-align: middle;
  margin-bottom: 15px;
  padding-left:28px;
  position:relative;
}
.home_story_left .sttl:before{
  content: "";
  display: inline-block;
  border: solid 1px #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  margin-right: 0;	
}
.home_story_left .text{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.home_story_left .pic{
  font-size:0;
  overflow:hidden;
  margin-bottom: 0;
}
.home_story_left .pic li{
  float:left;
  margin-right:0%;
  width:33.3%;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  background-color:#000;
}
.home_story_left .pic li img{
  margin: -10% 0;
  filter:grayscale(1);
}
.home_story_left .pic li:hover img{
}
.home_story_left .pic li a{
  position:relative;
  display:block;
}
.home_story_left .pic li a:after{
  content:'';
  display:block;
  width:100%;
  height:100%;
  background:red;
  position:absolute;
  top:0;
  left:0;
  mix-blend-mode: multiply;
  pointer-events:none;

}
.home_story_left .pic li:hover img{
  opacity:0.5;
  filter:grayscale(1);
}
.home_story_left .btn{
  font-size: 17.5px;
  vertical-align: middle;
  line-height: 70px;
  margin-bottom: -15px;
}
.home_story_left .btn a{
  display: block;
  line-height: 70px;
}
.home_story_left .btn a:hover{
  margin-right:-10px;
}
.home_story_left .btn.next a::after{
  content: "";
  background-image: url(../images/common_ttlbtn_next.png);
  background-size: 80px 20px;
  background-position: center right;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 20px;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 2px;
  transition:0.3s;
  filter: invert(1);
}
.home_story_left .btn a:hover{
  margin-right:0px;
}
.home_story_left .btn.next a:hover::after{
  width: 75px;
}
/* 02 ******************************************************* */
.home_story_right{
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  margin-top: 0;
  pointer-events: none;
}
.home_story_right img{
  position:relative;
  left:0px;
}
/* 03 ******************************************************* */
.home_story_overflow{
  width: 100%;
  position: relative;
  z-index: 19;
  pointer-events:none;
}
.home_story_overflow .hover{
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  margin-top: 0;
  pointer-events:none;
}
.home_story_overflow .hover img{
  position:relative;
  left:0px;
}


/* ============== media= ============= */
/* =================================== */
@media only screen and (min-width: 1920px) {

}
@media only screen and (max-width: 1320px) {
  .home_story{
    background-size: cover;
    background-position: right bottom -0;
    background-repeat: no-repeat;
    color: #FFF;
    position: relative;
    z-index: 19;
    overflow: hidden;

  }
  .home_story .box_1230 {
  }
  .home_story_left{
    width: 50%;
    text-align: left;
  }
  .home_story_right_back{
    display:none;
  }
  .home_story_right_back img{
  }

  
  /* 01 ******************************************************* */
  .home_story_left .sttl{
	  font-size: 28px;
	  margin-bottom:20px
  }
  .home_story_left .text{
    font-size: 14px;
    line-height: 1.5;
    margin-right:30px;
    margin-bottom: 10px;
  }
  .home_story_left .btn{
    font-size: 17.5px;
    vertical-align: middle;
    line-height: 70px;
  }
  .home_story_left .btn a{
    display: block;
    line-height: 70px;
  }
  .home_story_left .btn a:hover{
    margin-right:-10px;
  }
  .home_story_left .btn.next a::after{
    content: "";
    background-image: url(../images/common_ttlbtn_next.png);
    background-size: 80px 20px;
    background-position: center right;
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 20px;
    vertical-align: middle;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 2px;
    transition:0.3s;
    filter: invert(1);
  }
  .home_story_left .btn a:hover{
    margin-right:0px;
  }
  .home_story_left .btn.next a:hover::after{
    width: 75px;
  }
  /* 02 ******************************************************* */
  .home_story_right{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .home_story_right img{
    position:relative;
    left: 10%;
  }
  /* 03 ******************************************************* */
  .home_story_overflow{
    width: 100%;
    position: relative;
    z-index: 19;
    pointer-events:none;
  }
  .home_story_overflow .hover{
    width: 100%;
    position: absolute;
    top: 0;
    left: 10%;
    margin-left: 0px;
    margin-top: 0;
    pointer-events:none;
  }
}
@media only screen and (max-width: 800px) {
  .home_story{
    text-align: center;
    background-size: auto;
    background-position: center left 0;
    background-repeat: no-repeat;
  }
  .home_story .box_1230 {
  }
  .home_story_left{
    width: 100%;
  }
  .home_story_right_back{
    display:none;
  }
  .home_story_right_back img{
  }
  /* 01 ******************************************************* */

  .home_story_left .sttl{
    font-size: 6vw;
    line-height: 1.2;
    padding-left: 6vw;
    margin:0 0 3vw;
  }
  .home_story_left .sttl:before{
    width: 1.5vw;
  }
  .home_story_left .text{
    font-size: 3.5vw;
    line-height: 1.5;
    margin:0px;
    margin-bottom: 1vw;
  }
  .home_story_left .btn{
    display:none;
  }
  .home_story_left .btn a{
  }
  .home_story_left .btn a:hover{
  }
  .home_story_left .btn.next a::after{
  }
  .home_story_left .btn a:hover{
  }
  .home_story_left .btn.next a:hover::after{
  }
  /* 02 ******************************************************* */
  .home_story_right{
    display:none;
  }
  .home_story_right img{
  }
  /* 03 ******************************************************* */
  .home_story_overflow{
    display:none;
  }
  .home_story_overflow .hover{
  }
  
}

/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- //////////////////////////////////////////////////// -- */
/* -- home_movie ----------------------------------------- -- */
/* 00 ******************************************************* */
.home_movie{
  text-align: center;
}
.home_movie .sec_wrap{
}
/* 01 ******************************************************* */
.home_movie_new{
  width: 770px;
  margin: auto;
}
.home_movie_new .item *{
  background-size: 101%;
  background-position:center;
  transition:0.3s;
}
.home_movie_new .item a:hover *{
  background-size: 106%;
}
.home_movie_new  .item a > div{
  border:solid 2px #FFFFFF50;
}
.home_movie_new .item a img{
  opacity:0;
}
.home_movie_new .item a:hover img{
  opacity:0;
}
.home_movie_new .item p{
  text-align: center;
  opacity: 0.5;
  color: #FFF;
  line-height: 1;
  margin-top: 15px;
}

/* 02 ******************************************************* */
.home_movie_list{
  margin: 90px auto 0;
  font-size: 0;
}
.home_movie_list ul{
  width: 1200px;
  margin-left: -30px;
  overflow:hidden;
}
.home_movie_list li{
  width: 170px;
  margin: 0 0 0 30px;
  float:left;
  font-size: 0;
}
.home_movie_list .item *{
  background-size: 105%;
  background-position:center;
  transition:0.3s;
}
.home_movie_list .item a:hover *{
  background-size: 115%;
}
.home_movie_list .item a > div{
  border:solid 2px #FFFFFF50;
}
.home_movie_list .item a img{
  opacity:0;
}
.home_movie_list .item a:hover img{
  opacity:0;
}
.home_movie_new .item p{
  text-align: center;
  opacity: 0.5;
  color: #FFF;
  line-height: 1;
  margin-top: 15px;
}
/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 1320px) {
  /* 00 ******************************************************* */
  .home_movie{
    text-align: center;
    position:relative;
    z-index:20;
  }
  .home_movie .sec_wrap{
  }
  /* 01 ******************************************************* */
  .home_movie_new{
    width: 100%;
    max-width:770px;
    margin: auto;
  }
  .home_movie_new .item *{
  }
  .home_movie_new .item a:hover *{
  }
  .home_movie_new  .item a > div{
  }
  .home_movie_new .item a img{
  }
  .home_movie_new .item a:hover img{
  }
  .home_movie_new .item p{
  }
  /* 02 ******************************************************* */
  .home_movie_list{
    margin: 60px auto 0;
    font-size: 0;
  }
  .home_movie_list ul{
    width: 100%;
    margin-left: 0px;
    overflow:hidden;
  }
  .home_movie_list li{
    width: 23%;
    margin: 0 2% 0 0;
    float:left;
    font-size: 0;
  }
  .home_movie_list ul li:nth-child(n+5){
    display:none;
  }
  .home_movie_list ul li:nth-child(n+4){
    margin:0;
  }
  .home_movie_list .item *{
  }
  .home_movie_list .item a:hover *{
  }
  .home_movie_list .item a > div{
  }
  .home_movie_list .item a img{
  }
  .home_movie_list .item a:hover img{
  }
  .home_movie_new .item p{
    font-size:14px;
    margin-top: 15px;
  }
}
/* ============== media= ============= */
/* =================================== */
@media only screen and (max-width: 800px) {
  /* 00 ******************************************************* */
  .home_movie{
    text-align: center;
    position:relative;
    z-index:20;
  }
  .home_movie .sec_wrap{
  }
  /* 01 ******************************************************* */
  .home_movie_new{
    width: 100%;
    max-width:770px;
    margin: auto;
  }
  .home_movie_new .item *{
  }
  .home_movie_new .item a:hover *{
  }
  .home_movie_new  .item a > div{
  }
  .home_movie_new .item a img{
  }
  .home_movie_new .item a:hover img{
  }
  .home_movie_new .item p{
  }
  
  /* 02 ******************************************************* */
  .home_movie_list{
    margin: 9vw auto 0;
    font-size: 0;
  }
  .home_movie_list ul{
    width: 100%;
    margin-left: 0px;
    overflow:hidden;
  }
  .home_movie_list li{
    width: 48%;
    margin: 0;
    float:left;
    font-size: 0;
  }
  .home_movie_list ul li:nth-child(n){
    margin-right:4%;
    margin-bottom:4%;
  }
  .home_movie_list ul li:nth-child(2n){
    margin:0;
  }

  
  .home_movie_list .item *{
  }
  .home_movie_list .item a:hover *{
  }
  .home_movie_list .item a > div{
  }
  .home_movie_list .item a img{
  }
  .home_movie_list .item a:hover img{
  }
  .home_movie_new .item p{
    font-size: 3.2vw;
    margin-top: 3vw;
  }


}
