@charset "utf-8";

.t12 {
    font-size: 12px;
    line-height: 1.5em;
}

.t14 {
    font-size: 14px;
    line-height: 130%;
}

/*------------------------------

 top visual

------------------------------*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

#top .top_visual {
  text-align: center;
  background-color: #e10006;
  position: relative;
  overflow: hidden;
}

#top .top_visual .visual_img {
  height: 100%;
  opacity: 0;
	transition: all 1.2s ease-out 1.5s;
}

#top .top_visual.is-show .visual_img {
  opacity: 1;
}

#top .top_visual .visual_copy {
  position: absolute;
  left: 50%;
  top: 50%;
}

#top .top_visual .visual_copy .visual_copy_copy,
#top .top_visual .visual_copy .visual_copy_logo {
  opacity: 0;
}

#top .top_visual.is-show .visual_copy .visual_copy_copy,
#top .top_visual.is-show .visual_copy .visual_copy_logo {
  opacity: 1;
}

@media screen and (min-width: 656px), print {
  .pc-hidden { display: none !important;}

  #top {
    width: 100%;
  }
  
  #top .top_visual {
    height: 55vw;
    max-height: 700px;
    margin-bottom: 40px;
  }
  
  #top .top_visual .visual_img {
    background: url("../images/top/21_visual210308.jpg") no-repeat center top;
    background-size: auto 100%;
    transform: translateX(10px);
  }
  
  #top .top_visual.is-show .visual_img {
    transform: translateX(0);
  }
  
  #top .top_visual .visual_copy .visual_copy_copy {
    transition: opacity 0.6s cubic-bezier(.22,.61,.36,1) 0.6s;
  }
  
  #top .top_visual .visual_copy .visual_copy_logo {
    transition: opacity 0.6s cubic-bezier(.22,.61,.36,1);
  }
}

@media screen and (min-width: 980px){
  #top .top_visual .visual_copy {
    width: 400px;
    margin: -80px 0 0 -200px;
    transition: width 1.5s cubic-bezier(.22,.61,.36,1) 1.5s, margin 1.2s cubic-bezier(.22,.61,.36,1) 1.5s;
  }
  
  #top .top_visual.is-show .visual_copy {
    width: 360px;
    margin: -72px 0 0 -420px;
  }
}

@media screen and (min-width: 656px) and (max-width: 979px){
  #top .top_visual .visual_copy {
    width: 40.8%;
    margin: -8.16vw 0 0 -20.41vw;
    transition: width 1.5s cubic-bezier(.22,.61,.36,1) 1.5s, margin 1.2s cubic-bezier(.22,.61,.36,1) 1.5s;
  }
  
  #top .top_visual.is-show .visual_copy {
    width: 36.7%;
    margin: -7.35vw 0 0 -42.86vw;
  }
}

@media screen and (max-width: 655px){
  .smp-hidden { display: none !important;}
  
  #top .top_visual {
    height: 79.68vw;
    margin-bottom: 7.5vw;
  }
  
  #top .top_visual .visual_img  {
    background: url("../images/top/21_visual_sp210308.jpg") no-repeat center top;
    background-size: cover;
  }
    
  #top .top_visual .visual_copy {
    width: 46.875vw;
    margin: -9.375vw 0 0 -23.4375vw;
    transition: width 1.5s cubic-bezier(.22,.61,.36,1) 1.5s, margin 1.2s cubic-bezier(.22,.61,.36,1) 1.5s, left 1.2s cubic-bezier(.22,.61,.36,1) 1.5s, top 1.2s cubic-bezier(.22,.61,.36,1) 1.5s;
  }
  
  #top .top_visual.is-show .visual_copy {
    width:40.625vw;
    margin: 0;
    left: 4.6875vw;
    top: 18.125vw;
  }
  
  #top .top_visual .visual_copy .visual_copy_copy {
    transition: opacity 0.6s cubic-bezier(.22,.61,.36,1) 0.6s;
  }
  
  #top .top_visual .visual_copy .visual_copy_logo {
    transition: opacity 0.6s cubic-bezier(.22,.61,.36,1);
  }
}


/*------------------------------

 top bnn_box

------------------------------*/
@media screen and (min-width: 656px), print {
  #top .bnn_box {
    padding: 0 10px;
    margin: 0 auto 40px auto;
  }
  
  #top .bnn_box li {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 0; 
    font-size: 0;
  }

  #top .bnn_box li a,
  #top .bnn_box li img {
    margin: 0;
    padding: 0;
    line-height: 0; 
    font-size: 0;
  }
  
  #top .bnn_box img {
    max-width: 100%;
    height: auto;
  }

  #top #bnn_navi {
    margin: 65px 0 45px;
    height: 75px;
    overflow: hidden;
  }

  #top #bnn_navi .nofla {
    height: 75px;
    background: url(../images/top/18_bnn_navi_nofla.jpg) repeat-x center top;
  }

  #top .bnnArea {
    padding: 0 10px;
    margin-bottom: 57px;
  }

  #top .bnnArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    overflow: hidden;
    box-sizing: border-box;
  }

  #top .bnnArea ul li {
    margin: 0 0 1.02vw 0;
    width: 49%;
    max-width: 480px;
    line-height: 0;
    font-size: 0;
    box-sizing: border-box;
  }
  
  #top .bnnArea ul li.mg0 {
    margin-right: 0;
  }
}

@media screen and (min-width: 1400px), print {
  #top .bnnArea ul {
    width: 980px;
  }

  #top .bnnArea ul li:nth-child(odd) {
    margin-right: 20px;
  }
  
  #top .bnnArea ul li {
    margin: 0 0 10px 0;
    max-width: 480px;
  }
}

@media screen and (max-width: 655px){
  
  #top .bnn_box {
    padding: 0 7.79vw;
    margin: 0 auto 6.1vw;
  }
  
  #top .bnn_box li {
    margin: 0 0 2.29vw 0;
    padding: 0;
    line-height: 0; 
    font-size: 0;
  }
  
  #top .bnn_box li a,
  #top .bnn_box li img {
    margin: 0;
    padding: 0;
    line-height: 0; 
    font-size: 0;
  }
  
  #top .bnnArea {
    margin-bottom: 10.2vw;
  }
  
  #top .bnnArea ul {
    margin: 0 auto;
    width: 100%;
    padding: 0 7.6vw;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  #top .bnnArea ul li {
    float: left;
    margin: 0 auto 1.53vw;
    width: 100%;
    line-height: 0;
    font-size: 0;
  }
  
  #top .bnnArea ul li.mg0 {
    margin-right: 0;
  }
  
  #top .bnn_itemnav,
  #top .bnn_itemnav_wrap {
    display: none !important;
  }
  
}


/*------------------------------

 END

------------------------------*/
@media screen and (min-width: 656px), print {
  .contents_end {
    padding: 100px 0;
    margin: 60px auto;
    border: solid 1px #bbb;
    width: 630px;
    text-align: center;
    background-color: #FFF;
  }
  
} @media screen and (max-width: 655px){
  .contents_end {
    padding: 100px 0;
    margin: 60px auto;
    border: solid 1px #bbb;
    width: 630px;
    text-align: center;
    background-color: #FFF;
  }

}