﻿@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
:root{
    --title: 3.6rem;
    --title2:2.6rem;
    --title_s: 2rem;
    --font_dot:"DotGothic16", sans-serif;
}
/* タブレット */
@media screen and (max-width: 768px){
    :root{
    --title: 2.8rem;
    --title2:2rem;
    --title_s: 1.6rem;
    }
}

/* スマホ */
@media screen and (max-width: 667px){
    :root{
    --title: 2.6rem;
    --title2:2rem;
    --title_s: 1.6rem;
    }
}
/*■■ main_img ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#video {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
#main_img img{}

#main_img:before{z-index: 2;}
.catch{}
.catch {
    width: 80%;
   /*  transition: all 0.5s; */
    opacity: 0;
    z-index: 3;
    }
.catch.move{
   /*  animation: blinkFadeIn 4s ease-in-out forwards; */
   animation: blinkFadeIn .5s ease-in-out forwards;
}
@keyframes blinkFadeIn {
      0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.15);
  }
  10% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
  30% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
/*   0% {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.15);
}
2% {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
7% {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
}
10% {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
18% {
  opacity: 0.5;
}
24% {
  opacity: 1;
}
  80% {
  opacity: 1;
}
  85% {
  opacity: 0.5;
}
  90% {
  opacity: 1;
  transform: translate(-50%, -50%);
}
  97% {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
}
  100% {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.15);
} */
}
    .catch::before,
    .catch::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('/Files/img/cach2.png');
      background-size: cover;
      z-index: -1;
      mix-blend-mode: screen;
    }

    .catch::before {
      animation: glitchTop 0.3s infinite;
    }

    .catch::after {
      animation: glitchBottom 0.3s infinite;
    }

    @keyframes glitchTop {
      0% { transform: translate(0, 0); }
      20% { transform: translate(-5px, -5px); }
      40% { transform: translate(5px, 5px); }
      60% { transform: translate(-5px, 5px); }
      80% { transform: translate(5px, -5px); }
      100% { transform: translate(0, 0); }
    }

    @keyframes glitchBottom {
      0% { transform: translate(0, 0); }
      25% { transform: translate(5px, -5px); }
      50% { transform: translate(-5px, 5px); }
      75% { transform: translate(5px, 5px); }
      100% { transform: translate(0, 0); }
    }

/* タブレット */
@media screen and (max-width: 768px){
    .catch{
        width: 80%;
    }
    .catch::before,
    .catch::after {
      background: url('/Files/img/cach2_sp.png');
      background-size: cover;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    .catch{
        width: 96%;
    }
}

/*■■ top, all ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#logo a img{max-width: 100px;}

.overlay .overlay-nav > ul li a.bg_black{
    background-color: var(--color3);
}
.overlay .overlay-nav > ul li a.bg_black:hover{
    opacity: 1;
    background-color: var(--color2);
    box-shadow: 0px 0px 20px var(--color2), 0px 0px 30px var(--color2);
}

.intro_title{
    font-size:var(--title);
    font-family: var(--font_dot);
}
.intro_title.small{font-size:var(--title2);}

#contents .con_title{
    font-size:var(--title2);
    font-family: var(--font_dot);
}
#contents .con_title.big{
    font-size:var(--title);
}
#contents .con_title.small{
    font-size:var(--title_s);
}

#contents_wrap .con_txt{margin-top: 30px;}

#intro .intro_right{
    width: 80%;
    margin: 0 auto;
}



.top_cms_box .cms_title .liana{
    font-size:var(--title2);
    font-family: var(--font_dot);
}

#top_cms_wrap{
    padding: 150px 0;
}
#top_cms_wrap .top_cms_box{margin: 0 10% 80px;}



#footer_info.bg_color3{
    background-color: var(--color1);
}
footer .info_btn_wrap p{
    background-color: transparent;
}
footer .info_btn_wrap p a{
    background-color: var(--color3);
}
.info_txt{padding: 50px 5%;}

/* タブレット */
@media screen and (max-width: 768px){
    #contents .con_title.big{
        letter-spacing: 0em;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    #loading_logo{
        max-width: 150px;
    }
    #logo a img{max-width: 80px;}
    .overlay div.overlay-nav{padding: 50px 0px;}
    
    #intro .intro_right{    width: 100%;}
    
    .top_cms_box:nth-child(1) .cms_title .liana{
        width: 190px;
        line-height: 1.5;
        margin: 0 auto;
        text-align: center;
    }
    #top_cms_wrap{
        padding: 50px 0;
    }
    .info_txt #logo2 img{max-width: 200px;}
}

/*■■ 下層ページ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.page_title_box .en{
    font-size:var(--title)!important;
    font-family: var(--font_dot);
}

.blogListPattern_item .txt_color_nomal{
    color: #fff;
}

#cms_4-a .cate_box figure,#cms_4-a .cate_box figure img{
    transition: all 0.3s;
}
#cms_4-a .cate_box figure:hover img{
    filter: brightness(1.5);
}


#page9 .con_box a{
    background-color: var(--color2);
    color: var(--color1);
}

#page10 .con_box{
    padding: 5% 0px;
    max-width: 800px;
}
#page10 .con_box.hgs{font-family: var(--font_dot);}
#page10 li{
    background-color: var(--color3);
    margin: 20px 10px;
    transition: all 0.3s;
}
#page10 li a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
#page10 li:hover,.cate_list li a:hover,#cms_4-a .cate_box figure:hover,footer .info_btn_wrap p a:hover{
    background-color: var(--color2);
    box-shadow: 0px 0px 20px var(--color2), 0px 0px 30px var(--color3);
}
#page10 li a:hover{
    opacity: 1;
}

.cate_list li a{
    background-color: var(--color3);
}


/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){
    #page10 .con_box .left li{
        margin-bottom: 0px;
    }
    .page_title_box .en{
        font-size: var(--title2) !important;
    }
    #cms_3-f .cate_title{
            width: 200px;
    margin: 0 auto 40px;
    line-height: 2;
    }
}

/*■■ ネオンの文字 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.neon-text {
      font-size: 60px;
      color: var(--color3);
      /* font-family: 'Arial Black', sans-serif; */
      text-shadow:
        0 0 5px var(--color3),
        0 0 10px var(--color3),
        0 0 20px var(--color3),
        0 0 40px var(--color3),
        0 0 80px var(--color3);
      animation: blink 3s infinite;
    }

    @keyframes blink {
      0%, 19%, 22%, 63%, 65%, 70%, 100% {
        opacity: 1;
        text-shadow:
          0 0 5px var(--color3),
          0 0 10px var(--color3),
          0 0 20px var(--color3),
          0 0 40px var(--color3),
          0 0 80px var(--color3);
      }

      20%, 64%, 69% {
        opacity: 0.3;
        text-shadow:
          0 0 2px var(--color3),
          0 0 5px var(--color3),
          0 0 10px var(--color3);
      }
    }


/*■■ 光る線 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.top_cms_box ,.intro_txt{
      padding: 20px;
      border: 2px solid var(--color3);
      border-radius: 10px;
      color: white;
      background-color: #111;
      box-shadow: 0 0 10px var(--color3), 0 0 20px var(--color3), 0 0 30px var(--color3);
      animation: glow 1.5s infinite alternate;
    }

    @keyframes glow {
      from {
        box-shadow: 0 0 5px var(--color3);
      }
      to {
        box-shadow: 0 0 20px var(--color3), 0 0 30px var(--color3);
      }
    }

/*■■ グリッジ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* https://www.cssportal.com/css-glitch-text-effect/ */

/* .glitch-wrapper.muryou{width: 60%;}
.glitch-wrapper.tuki{width: 40%;} */

.glitch-wrapper {
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
/*    background-color: #000000; */
}

.glitch {
   position: relative;
/*    font-size: 50px; */
   font-weight: bold;
   color: #FFFFFF;
   letter-spacing: 3px;
   z-index: 1;
}

/* .glitch:before,
.glitch:after {
   display: block;
   content: attr(data-text);
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.8;
}

.glitch:before {
   animation: glitch-it 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
   color: var(--color3);
   z-index: -1;
}

.glitch:after {
   animation: glitch-it 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
   color: #FF00FF;
   z-index: -2;
}

@keyframes glitch-it {
   0% {
      transform: translate(0);
   }
   20% {
      transform: translate(-2px, 2px);
   }
   40% {
      transform: translate(-2px, -2px);
   }
   60% {
      transform: translate(2px, 2px);
   }
   80% {
      transform: translate(2px, -2px);
   }
   to {
      transform: translate(0);
   }
} */

/*■■ グリッジ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#intro{
    width: 100%;
	height: 100%;/*高さを100%にして描画エリアをとる*/
}

#particles-js{ 
	position:fixed;/*描画固定*/
	z-index:-1;
	width: 100%;
	height: 100%;
	background-color:#000e2f96 /*背景色*/
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}


/*■■ loopSlider ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* ---------- loopSlider ---------- */
#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/*リンクボタン*/
#topcms_gallery_type1 .btn{z-index: 3;}
#topcms_gallery_type1 .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#topcms_gallery_type1 .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#topcms_gallery_type1 .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#topcms_gallery_type1 .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#topcms_gallery_type1 .btn {
    display: block;
}
#topcms_gallery_type1 .btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
}
#topcms_gallery_type1 .btn a:hover {
    background: #1c1c1c;
    color: #fff;
}
#topcms_gallery_type1 .btn a span, .btn a strong {
    text-align: center;
}
@media(max-width: 768px) {
#topcms_gallery_type1,#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider,#topcms_gallery_type1 .loopSlider ul,#topcms_gallery_type1 .loopSlider .ul .li{
	height: 280px;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 280px;
}
#topcms_gallery_type1 {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media(max-width: 667px) {
#topcms_gallery_type1,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 179px;
}
#topcms_gallery_type1 .btn a::after {
    bottom: 35px;
    right: 27%;
}
#topcms_gallery_type1 .btn a::before {
    bottom: 30px;
    right: 27%;
}
#topcms_gallery_type1 .btn a {
    width: 140px;
    height: 140px;
    line-height: 1.7;
}
}