@charset "utf-8";
/* CSS Document */


.bg01{
   background-color: rgba(132,133,150,1.00);
}


.first_wrap{
   position: relative;
   width: 100%;
   background-color: rgba(213,208,218,1.00);
}
   @media screen and (max-width: 480px) {
      .first_wrap {
         background-image: url("../images/top/k_001_m.png");
         background-position: left top;
         background-repeat: no-repeat;
         background-size: 20% auto;
      } 
   }


.first_inner{
   position: relative;
   overflow: hidden;
   width: min(100% , 1980px);
   margin: auto;
}

.first_visual{
   position: relative;
   width: 100%;
}
   @media screen and (max-width: 480px) {
      .first_visual {
         padding-top: 70px;
      } 
   }


.first_visual .ch01{
   position: absolute;
   width: 40%;
   left: 0;
   right: 0;
   margin: auto;
   top: 40px;
}
   @media screen and (max-width: 1024px) {
      .first_visual .ch01 {
         width: 60%;
         top: 15%;
         left: 0;
         right: 0;
         margin: auto;
      } 
   }
   @media screen and (max-width: 480px) {
      .first_visual .ch01 {
         width: 70%;
         top: 20%;
         left: 10px;
         right: auto;
         margin: auto;
      } 
   }


.first_visual .main_logo{
   position: absolute;
   width: 13%;
   top: 40px;
   left: 20px;
}
   @media screen and (max-width: 1024px) {
      .first_visual .main_logo {
         width: 70%;
         top: 10px;
         left: 0;
         right: 0;
         margin: auto;
      } 
   }
   @media screen and (max-width: 480px) {
      .first_visual .main_logo {
         width: 70%;
         top: 10px;
         left: 20px;
         right: auto;
         margin: 0;
      } 
   }


.head_logo_20th{
   position: fixed;
   width: 100px;
   top: 100px;
   right: 0;
   z-index: 3;
}
   @media screen and (max-width: 1024px) {
      .head_logo_20th {
         width: 80px;
         top: 80px;
      } 
   }
   @media screen and (max-width: 600px) {
      .head_logo_20th {
         width: 70px;
         top: 70px;
      } 
   }


.menu_wrap{
   position: absolute;
   width: 28%;
   top: 55%;
   left: 0;
}
   @media screen and (max-width: 1024px) {
      .menu_wrap {
         display: none;
      } 
   }


.menu{
   position: relative;
   width: 100%;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.menu li{
   position: relative;
   width: 100%;
   margin-bottom: 20px;
   transition: all .5s ease-in-out;
}

.menu li.m-b-l{
   margin-bottom: 60px;
}

.menu li:hover{
   transform: scale(1.05);
   transition: all .5s ease-in-out;
}




/* -----------------------------------------
   ニュース領域
   -----------------------------------------*/

.second_wrap{
   position: relative;
   width: 100%;
   margin: auto;
   padding: 50px 0;
   background-color: rgba(213,208,218,1.00);
   background-image: url("../images/top/k_001.png");
   background-position: left top;
   background-repeat: no-repeat;
   background-size: auto 170%;
   border-bottom: rgba(0,0,0,1.00) 1px solid;
}
   @media screen and (max-width: 1024px) {
      .second_wrap{
         background-image: url("../images/top/k_001.png");
         background-size: auto 100%;
         background-position: left top ;
      } 
   }
   @media screen and (max-width: 800px) {
      .second_wrap{
         background-size: auto 100%;
         background-position: left top ;
      } 
   }
   @media screen and (max-width: 600px) {
      .second_wrap{
         background-size: auto 100%;
         background-position: left top , right bottom;
      } 
   }


.second_inner{
   position: relative;
   width: min(90% , 1600px);
   margin: auto;
}

.second_inner .i_news{
   position: relative;
   width: 460px;
   margin: 50px 0 20px 0;
}
   @media screen and (max-width: 1300px) {
      .second_inner .i_news{
         width: 40%;
         margin: 0px 0 20px 0;
      } 
   }
   @media screen and (max-width: 800px) {
      .second_inner .i_news{
         width: 50%;
      } 
   }
   @media screen and (max-width: 600px) {
      .second_inner .i_news{
         width: 60%;
      } 
   }

.second_inner .news_wrap{
   position: relative;
   width: min(90% , 1100px);
   padding: 20px;
   overflow: hidden;
   background-color: rgba(255,255,255,0.98);
   border: rgba(0,0,0,1.00) 1px solid;
   margin: 0 auto 50px auto;
}
   @media screen and (max-width: 1300px) {
      .second_inner .news_wrap{
      } 
   }

article.n_box{
   position: relative;
}



.news_box{
   position: relative;
   overflow-y: scroll;
   height: 300px;
}


.news_box article{
   position: relative;
   width: 95%;
   margin: auto;
   border-top: rgba(0,0,0,1.00) 1px solid;
}

.news_box article:last-child{
   border-bottom: rgba(0,0,0,1.00) 1px solid;
}

.news_list_box{
   position: relative;
   width: 95%;
   margin: auto;
   padding: 20px 0;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.news_list_box .day{
   position: relative;
   width: 6em;
   padding-right: 2em;
   font-family: "Dela Gothic One", sans-serif;
   color: rgba(132,133,150,1.00);
   font-size: 100%;
   font-weight: 400;
}
   @media screen and (max-width: 800px) {
      .news_list_box .day{
         width: 100%;
      } 
   }
   @media screen and (max-width: 600px) {
      .news_list_box .day{
        font-size: 3vw;
      } 
   }
   
.news_list_box .title{
   position: relative;
   width: calc(100% - 8em);
   font-size: 110%;
   font-weight: 600;
}
   @media screen and (max-width: 800px) {
      .news_list_box .title{
         width: 100%;
      } 
   }
   @media screen and (max-width: 600px) {
      .news_list_box .title{
         font-size: 3.0vw;
      } 
   }
     @media screen and (max-width: 480px) {
      .news_list_box .title{
         font-size: 3.8vw;
      } 
   }
 

a.title_link{
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* -----------------------------------------
   イントロ領域
   -----------------------------------------*/
.third_wrap{
   position: relative;
   width: 100%;
   border-bottom: rgba(0,0,0,1.00) 1px solid;
}

.third_inner{
   position: relative;
   margin: auto;
   background-image: url("../images/top/bg_intro.jpg");
   background-position: top center;
   background-repeat: no-repeat;
   background-size: cover;
}

.third_inner .kabuse{
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: rgba(127,145,155,0.80);
   background-image: url("../images/tmp/bg/dot_04.png");
   background-size: 15px;
}

.third_content{
   position: relative;
   width: 100%;
   padding: 80px 40px;
   font-family: "Zen Kaku Gothic New", sans-serif;
}
   @media screen and (max-width: 600px) {
      .third_content{
         padding: 80px 20px;
      } 
   }
   @media screen and (max-width: 480px) {
      .third_content{
         padding: 60px 20px;
      } 
   }



.third_content .index{
   position: relative;
   margin: 0 auto 10% auto;
   color: rgba(255,255,255,1.00);
   text-align: center;
   font-size: min(2vw , 300%);
   font-weight: 900;
   letter-spacing: 2px;
   text-shadow: 2px 3px 7px rgba(33,36,39,0.80), -2px -1px 7px rgba(33,36,39,0.80);
}
   @media screen and (max-width: 1024px) {
      .third_content .index{
         font-size: 4.0vw;
      } 
   }
   @media screen and (max-width: 600px) {
      .third_content .index{
         font-size: 4.0vw;
      } 
   }
   @media screen and (max-width: 480px) {
      .third_content .index{
         font-size: 4.6vw;
      } 
   }


.third_content .txt{
   position: relative;
   color: rgba(255,255,255,1.00);
   text-align: center;
   font-size: min(2vw , 300%);
   font-weight: 700;
   letter-spacing: 2px;
   text-shadow: 2px 3px 7px rgba(33,36,39,0.80), -2px -1px 7px rgba(33,36,39,0.80);
   padding-bottom: 80px;
}
   @media screen and (max-width: 1024px) {
      .third_content .txt{
         font-size: 2.6vw;
      } 
   }
   @media screen and (max-width: 600px) {
      .third_content .txt{
         font-size: 3.3vw;
      } 
   }
   @media screen and (max-width: 480px) {
      .third_content .txt{
         font-size: 3.8vw;
         padding-bottom: 0;
      } 
   }

.txt_mb01{
   margin-bottom: 40px;
}


/* -----------------------------------------
   ティザービジュアル領域
   -----------------------------------------*/

.fourth_wrap{
   position: relative;
   width: 100%;
   background-color: rgba(242,242,242,1.00);
   background-image: url("../images/tmp/bg/dot_01.png");
   background-size: 9% auto;
   background-position: bottom left;
}
   @media screen and (max-width: 800px) {
      .fourth_wrap{
         background-size: 20% auto;
      } 
   }
   @media screen and (max-width: 600px) {
      .fourth_wrap{
         background-size: 30% auto;
         background-position: top left;
      } 
   }

.fourth_kabuse{
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 16%;
   background-image: url("../images/tmp/bg/dot_07.png");
   background-size: 9% auto;
   background-position: bottom left;
}


.teaser_visual{
   position: relative;
   width: min(60% , 1200px);
   margin: auto;
}
   @media screen and (max-width: 600px) {
      .teaser_visual{
         width: 90%;
      } 
   }


.teaser_visual .visual{
   position: relative;
   width: 100%;
}

.visual_mask{
   mask-image: url("../images/top/visual/v_teaser_mask.png");/*マスク用画像*/
   mask-repeat: no-repeat;
   mask-position: 0 0;
   mask-size: cover;
  -webkit-mask-image: url("../images/top/visual/v_teaser_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: cover;
}

.teaser_ch{
   position: absolute;
   width: 6%;
   top: 48%;
   left: 0;
   right: 0;
   margin: auto;
}
   @media screen and (max-width: 600px) {
      .teaser_ch{
         width: 12%;
         top: 46%;
      } 
   }


/* -----------------------------------------
   PV領域
   -----------------------------------------*/

.pv_wrap{
   position: relative;
   overflow: hidden;
   display: block;
   background-color: rgba(0,0,0,1.00);
   padding: 60px 0;
}
   @media screen and (max-width: 600px) {
      .pv_wrap{
         padding: 10px 0;
      } 
   }

.movie_area{
   position: relative;
   overflow: hidden;
   display: block;
   background-color: rgba(255,255,255,1.00);
}
   @media screen and (max-width: 600px) {
      .movie_area{
         display: none;;
      } 
   }

.movieWrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  aspect-ratio: 100 / 28.5;
  user-select: none;
  pointer-events: none;
  margin: 0 auto 0 auto;
}
.movieWrap .movie_inner{
   position: relative;
   width: 100vw;
   height: 100%;
   margin: auto;
}

.movieWrap .mov_kabuse{
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-color: rgba(255,255,255,0.50);
   transition: all 0.5s; 
}

.movieWrap .kabuse{
   position: absolute;
   width: 100%;
   height: 100%;
   background-image: url("../images/tmp/bg/dot_04.png");
   background-size: 20px;
   transition: all 0.5s; 
}
.movie_area:hover .kabuse{
   transition: all 0.5s;
   opacity: 0.5;
}

.movie_area:hover .mov_kabuse{
   transition: all 0.5s;
   background-color: rgba(255,255,255,0.20);
}



.b_play{
   position: absolute;
   width: 120px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
   transition: all 1s;
}
   @media screen and (max-width: 1024px) {
      .b_play{
         width: 110px;
      } 
   }
   @media screen and (max-width: 800px) {
      .b_play{
         width: 10%;
      } 
   }
   @media screen and (max-width: 600px) {
      .b_play{
         width: 20%;
      } 
   }


.b_play_hover{
   position: absolute;
   width: 120px;
   top: 50%;
   left: 50%;
   transform: translateY(-50%) translateX(-50%);
   -webkit- transform: translateY(-50%) translateX(-50%);
   margin: auto;
   opacity: 0;
   transition: all 1s;
}
   @media screen and (max-width: 1024px) {
      .b_play_hover{
         width: 110px;
      } 
   }
   @media screen and (max-width: 800px) {
      .b_play_hover{
         width: 10%;
      } 
   }
   @media screen and (max-width: 600px) {
      .b_play_hover{
         width: 10%;
      } 
   }


.movieWrap .left{
   position: absolute;
   width: 0%;
   height: 100%;
   background-color: rgba(233,84,107,1.00);
   top: 0;
   left: 0;
}
.movieWrap .right{
   position: absolute;
   width: 0%;
   height: 100%;
   background-color: rgba(89,118,186,1.00);
   top: 0;
   right: 0;
}

.movieWrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%,-50%);
}



.movieWrap_upper{
   position: relative;
   width: 100%;
   height: 40px;
   background-color: rgba(228,198,145,1.00);
}


.movie_m{
   display: none;
   position: relative;
   width: 100%;
}
   @media screen and (max-width: 600px) {
      .movie_m{
          display: block;
      } 
   }

.movie_m .kabuse{
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background-image: url("../images/top/bg_02.png");
   background-size: 800px auto;
   opacity: 0.5;
   transition: all 1s;
}




/* -----------------------------------------
   フッダ領域
   -----------------------------------------*/
   
.footer_logo{
   display: none;
   position: relative;
   width: 500px;
   margin: 100px auto 0 auto;
}
   @media screen and (max-width: 1300px) {
      .footer_logo{
         width: 400px;
      } 
   }
   @media screen and (max-width: 1024px) {
      .footer_logo{
         width: 40%;
      } 
   }
   @media screen and (max-width: 600px) {
      .footer_logo{
         width: 60%;
      } 
   }


.footer_title{
   position: relative;
   width: 550px;
   margin: auto;
   padding: 20px 0 200px 0;
}
   @media screen and (max-width: 1300px) {
      .footer_title{
         width: 450px;
      } 
   }
   @media screen and (max-width: 1024px) {
      .footer_title{
         width: 50%;
      } 
   }
   @media screen and (max-width: 600px) {
      .footer_title{
         width: 70%;
         padding: 0px 0 100px 0;
      } 
   }

footer .f_sns_wrap{
   position: relative;
   width: 350px;
   margin: auto;
   padding-bottom: 20px;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
   @media screen and (max-width: 600px) {
      footer .f_sns_wrap{
         width: 280px;
         padding: 0px 0 100px 0;
      } 
   }



footer .f_sns_wrap .sns_left{
   width: 38%;
}
footer .f_sns_wrap .sns_right{
   width: 62%;
}

.share_wrap{
   position: relative;
   width: 100%;
}


footer .copy{
   position: relative;
   color: rgba(255,255,255,1.00);
   font-size: 80%;
   text-align: center;
   padding-bottom: 80px;
}

