﻿/*-------global start--------*/

.linkStyle{
color: #e4ff00;
}

.txt_color3 {
    color: #e4ff00;
}

.loader.logo::before, .loader.logo::after {
    background-color: #0d1012;
}

.txt_color_nomal {
    color: #ffffff;
}

.bg_white {
    background-color: #0d1012;
}

h1 {
    z-index: 5;
}

body{
    background-color: #1b2024;
color:white;
}

#wrap{
padding-top:0 !important;
}

/*header #header #main_menu li a p{
margin-top:1em;
transition: ease 0.1s;
}

header #header #main_menu li a:hover p{
    transition: ease 0.1s;
    line-height: 0em;
}


header #header #main_menu li:not(.page08_link) a span.jp {
    transition: ease 0.1s;
    margin-top: 1em;
    display: block;
}

header #header #main_menu li:not(.page08_link) a:hover span.en {
    transform: translateY(-1em);
    opacity: 0;
}

header #header #main_menu li:not(.page08_link) a span.jp {
    transform: translateY(1em);
    opacity: 0;
}

header #header #main_menu li:not(.page08_link) a:hover span.jp {
    transform: translateY(-1em);
    opacity: 1;
}*/


header #header #main_menu li a {
   position: relative;
    width: 90px;
}

#sc_menu li a {
    position: relative;
width: 90px;
}

.en{
display:block;
}

.jp{
display: block;
    opacity: 0;
    position: absolute;
    font-size: 12px;
    transform: translate(-50%, 0);
    left: 50%;
    width: 110%;
    text-align: center;
    top: 55%;
letter-spacing: 0.01em;
}

header #header #main_menu li:not(.page08_link) a:hover span.jp, #sc_menu li:not(.page08_link) a:hover span.jp {
    transform: translateY(0px) translate(-50%, 0);
    opacity: 1;
letter-spacing: 0.01em;
}



#main_img #catch h2 span {
    padding: 0;
    letter-spacing: 0.01em;
    transform: rotate(
-5deg
) rotate3d(4, -4, 0, 
30deg
);
    font-size: 5.5vw;
    color: #e4ff00;
}

#main_img #catch {
    padding: 1.5vw;
    left: 0;
    padding-top: 2vw !important;
    background-color: #0d1012;
}

#main_img #catch p {
    padding-top: 2vw;
    color: #fff;
        font-size: 1vw;
}

#main_img > d_flex{
position:relative;
}

#main_img #catch h2 {
    position: relative; 
     border: none; 
    text-align: center;
    top: 0;
    left: -10%;
}

.bg_color1 {
    background-color: #e4ff00;
    color: #0d1012;
}

.txt_color1 {
    color: #e4ff00;
}

.bg_color2 {
    background-color: #292929;
}

.border_color1 {
    border-color: #e4ff00;
}



#page-top i{
color:black;
}



/*-------global end--------*/

/*--------top start--------*/

#intro .box_wrap .box > div {
    background-color: rgba(74, 73, 73, 0.9);
}

#main_img{
position:relative;
}

#main_img:before{
content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 3;
}

#intro figure{
position:relative;
}

#intro figure:before{
 content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/mask.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
z-index:1;
transition: all 0.3s;
}

#intro figure:hover:before{
opacity:0;
transition: all 0.3s;
}

#intro_title{
    background-image: url(./Dup/img/font.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

#intro .box_wrap .box > div {
    z-index: 4;
}

#contents .contents_txt {
    background-color: rgba(0,0,0,0.0) !important;
}

#intro .box_wrap .box > div span {
    border-color: rgb(228, 255, 0) transparent transparent transparent !important;
}

.kate{
width: 100%;
    height: 100vh;
    display: block;
animation: bgiLoop 0.2s linear forwards;
    position: absolute;
animation-delay:2.3s;
    transform-origin: right;
z-index:5;
}

@keyframes bgiLoop {
    0% {}
  100% { transform: scaleX(0);}
}

#contents_links .square_box a:hover:before {
    border: 3px solid #e4ff01;
}

#contents_links .square_box a h4 {
    color: #e4ff00;
}

/*--------top end--------*/

/*-----page02 start------*/

#cms_1-c .box_title1{
    color: #e4ff13;
font-weight:bold;
}

/*-----page02 end------*/

/*--------お問い合わせ start---------*/

.contact_wrap{
display:none;
}

/*--------お問い合わせ end---------*/


/*------page05-------*/
#cms_5-c .box_txt1::before {
    color: rgba(251, 251, 251, 0.5) !important;
}

/*-----page07-------*/

#page07 .box:nth-of-type(odd) {
    background-color: #323232;
}

/*-----page07-------*/

#video{
margin-left:20%;
}

#wrap{
padding-top: 0 !important;
}


#intro{
margin-top:-10px;
}



@media all and (-ms-high-contrast:none){
#cms_6-b .cate .cate_title {
    padding: 0px 5px 3px !important;
}
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img #catch h2 {
    left: -1%;
    margin-bottom: 20px;
}

#main_img #catch h2 span {
    letter-spacing: 0.01em;
    font-size: 8.5vw;
    line-height: 1em;
    width: 100%;
    letter-spacing: 0.01em;
    display: block;
}

#main_nav li a span {
    margin-bottom: -10px;
}

.jp2 {
    margin-top: 13px;
    font-size: 12px;
}

.jp2 {
    font-size: 12px !important;
}

#page_title > div {
    margin-top: 50px;
}


#video{
margin-left:0%;
    margin-top: 20%;
}

#main_img #catch p {
font-size: 14px;
}


}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#main_img #catch h2 span {
    font-size: 8vw;
}

.jp2{
    margin-top: -17px;
    font-size: 12px;
}

#main_img:before {
   content:none;
}

.slick{
position:relative;
}


.slick:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    background-image: url(./Dup/img/catch.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 3;
}

#main_img #catch p {
    padding: 0 20px;
}

#video{
    margin-top: 15%;
}

#main_img #catch p {
font-size: 12px;
}

}