﻿/*-------------------------------------------------
個別
---------------------------------------------------*/
#video{
    overflow: hidden;
    height: 100vh;
}
#logo {
    width: 300px;
}
#header{background-color: rgba(255,255,255,0.6);}
#header_contact a.btn_back{
    height: 97px;
    background-color: rgba(252,249,5,1);
}
#header_contact span {
    top: 40px;
}
header span.before,header span.after{
    height: 100%;
    opacity: 0.9;
}
header span.before{left: -240px;}
header span.after{right: -240px;}
#top_contents1, #top_contents2{padding-top: 5%;}
#top_contents1 h3, #top_contents2 h3 {
    position: relative;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
#top_contents1 h3::before,#top_contents2 h3::before{
    top: -135px;
    opacity: 1;
    color: #fcfa05;
}
.more.link{padding: 10px;}
#footer_contact,#footer_contact h3{position: relative;}
#footer_contact:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(82,56,90,0.3);
    top: 0;
    left: 0;
}

.more.link:hover .c-btn__back{
    background-color: #fcf905;
}
.more.link:hover .c-btn__inner{color: #333;}
/*-------------------------------------------------
catch
---------------------------------------------------*/
.catch{
    z-index: 2;
    bottom: 5%;
    right: 5%;
}
.catch p{
    font-size: 2.5rem;
    color: #fff;
        transform: skewX(
-10deg);
  color: transparent;
  animation: blur 10s ease-out;
  -webkit-animation: blur 10s ease-out;
}
.catch p span{
        color: #fcfa05;
        color: transparent;
    font-size: 3.5rem;
  animation: blur 10s ease-out;
  -webkit-animation: blur2 10s ease-out;
}
.catch p:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.catch p:nth-child(2),.catch span:nth-child(2){
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
@keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}

@-webkit-keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}


@keyframes blur2 {
  0%    {text-shadow:  0 0 100px #fcfa05; opacity:0;}
  5%    {text-shadow:  0 0 90px #fcfa05;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fcfa05;}
  80%   {text-shadow:  0 0 0px #fcfa05;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fcfa05;}
  100%  {text-shadow:  0 0 100px #fcfa05; opacity:0;}
}

@-webkit-keyframes blur2 {
  0%    {text-shadow:  0 0 100px #fcfa05; opacity:0;}
  5%    {text-shadow:  0 0 90px #fcfa05;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fcfa05;}
  80%   {text-shadow:  0 0 0px #fcfa05;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fcfa05;}
  100%  {text-shadow:  0 0 100px #fcfa05; opacity:0;}
}
/*-------------------------------------------------
youtube
---------------------------------------------------*/
.youtube_box{
    text-align: center;
    margin-bottom: 100px;
}



/*-------------------------------------------------
下層
---------------------------------------------------*/
#filter_white{background-color: rgba(228, 243, 247, 0.5);}
.cms_5-c .box_txt1::before,#cms_5-c .box_txt1::before{top: 3px;}



/*-------------------------------------------------
tab
-----------------------------------------------------*/
@media screen and (max-width: 768px){
#video{
    height: 70vw!important;}
    header span.before{left: -100px;}
header span.after{right: -100px;}
.top_contents1_box h3, .top_contents2_box h3, .top_contents1_box p, .top_contents2_box p{opacity: 1;}
#top_contents1 h3, #top_contents2 h3 {
    color: #8b01b8;
}
#top_contents1 h3::before, #top_contents2 h3::before{
        top: -80%;
    font-size: 65px;
    
}
#footer_contact .c-btn{
        box-sizing: border-box;
    width: 300px;
}
}



/*-------------------------------------------------
sp
-----------------------------------------------------*/
@media screen and (max-width: 667px){
    #vegas{
        height: 40vh;
    }
.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#logo {
    width: 200px;
}
#logo2 {
    width: 100px;
}
.catch p{font-size: 16px;}
.catch p span{font-size: 20px;}

#top_contents2 h3::before{top: -40%;}
#top_contents1 h3::before, #top_contents2 h3::before{font-size: 48px;}



}


/*-------------------------------------------------
IE
-----------------------------------------------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
.catch p,.catch p span{
    opacity: 1!important;
      animation: inherit;
      color: #fff;
      text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#cms_2-a .cate .cate_title{padding-top: 10px!important;}
#cms_6-b .cate .cate_title{padding: 3px 5px 3px!important;}
}


/*-------------------------------------------------
Firefox
-----------------------------------------------------*/
@-moz-document url-prefix(){

}