﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* ----------　all　---------- */
.linkStyle, a{
	color:#d3ab15;
}
.linkStyle:hover{
	color:#d3ab15;
	opacity: 0.7;
	transition: all 0.5s;
}

body {
    font-family:'Roboto', 'Zen Kaku Gothic New', sans-serif!important;
    font-weight: 500;
}

.contact_bt, #page_top, #top_cms .cms_sub_title, .more, a[href^="tel:"], #page_title p, .con_no, .pager li a {
    font-family: 'Roboto', sans-serif;
}

/* nav */


/* footer */

footer #logo2 {
    width: 350px;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img {
    background-size: cover;
    background-repeat: no-repeat;
}

#main_img .main_title {
    transform: none;
}

#main_img .main_title.active {
        transform: none;
    left: 5%;
    width: 100%!important;
    max-width: 800px;
    top: 45%;
}

/* top */

#wrap {
    background-image: url('/Dup/img/bg-black.jpg');
    background-size: cover;
    background-attachment: fixed;
}

#wrap .wrap_bg {
    display: none;
}

#intro{
    background-color: transparent;
}

#intro .intro_wrap {
    padding-bottom: 120px;
}

#intro .con_no_wrap.d_inline_b::before {
    display: none;
}

#intro .con_no_wrap {
    width: 70%;
    display: block;
    text-align: center;
    margin: 0px auto 35px;
}

#intro .intro_back {
bottom: -10px;
}

.con1_title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.con2_title, .con3_title {
    margin-top: 20px;
}

#contents1 .con1_title::before {
    display: none;
}

/*neon文字対応*/
#intro .con_no_wrap p{
    font-size: 40px;
    width: 65%;
    text-align: center;
    margin: 20px auto;
    border: 1px solid;
    border-radius: 15px;
    padding: 15px;
    text-transform: uppercase;
    animation: flicker 2s infinite alternate;   
}

.con1_box .con_no {
    width: 40%;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 15px;
    padding: 15px;
    text-transform: uppercase;
    animation: flicker3 3s infinite alternate;
    animation-delay: 0.5s;
}

.con2_title, .con3_title {
    border: 1px solid;
    width: 50%;
    padding: 20px;
    border-radius: 20px;
    margin: 20px auto 40px;
        text-shadow:
            -0.2rem -0.2rem 1rem #fff,
            0.2rem 0.2rem 1rem #fff,
            0 0 2rem var(--neon-text-color),
            0 0 4rem var(--neon-text-color),
            0 0 6rem var(--neon-text-color),
            0 0 8rem var(--neon-text-color),
            0 0 10rem var(--neon-text-color);
        box-shadow:
            0 0 .5rem #fff,
            inset 0 0 .5rem #fff,
            0 0 2rem var(--neon-border-color),
            inset 0 0 2rem var(--neon-border-color),
            0 0 4rem var(--neon-border-color),
            inset 0 0 4rem var(--neon-border-color);
}

#intro .con_no_wrap p::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

#intro .con_no_wrap p::selection{
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.con1_box .con_no::-moz-selection{
  background-color: var(--neon-border3-color);
  color: var(--neon-text3-color);
}

.con1_box .con_no::selection {
  background-color: var(--neon-border3-color);
  color: var(--neon-text3-color);
}

#intro .con_no_wrap p:focus, .con1_box .con_no:focus {
  outline: none;
}

/* Animate neon flicker */
:root {
  /* Set neon color */
  --neon-text-color: #d3ab15;
  --neon-border-color: #d3ab15;
   --neon-text3-color: #6deceb;
  --neon-border3-color: #6deceb;
}
  /* keyframes */
@keyframes flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
      
        text-shadow:
            -0.2rem -0.2rem 1rem #fff,
            0.2rem 0.2rem 1rem #fff,
            0 0 2rem var(--neon-text-color),
            0 0 4rem var(--neon-text-color),
            0 0 6rem var(--neon-text-color),
            0 0 8rem var(--neon-text-color),
            0 0 10rem var(--neon-text-color);
        box-shadow:
            0 0 .5rem #fff,
            inset 0 0 .5rem #fff,
            0 0 2rem var(--neon-border-color),
            inset 0 0 2rem var(--neon-border-color),
            0 0 4rem var(--neon-border-color),
            inset 0 0 4rem var(--neon-border-color);        
    }
    20%, 24%, 55% {        
        text-shadow: none;
        box-shadow: none;
    }    
}

@keyframes flicker3 {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
      
        text-shadow:
            -0.2rem -0.2rem 1rem #fff,
            0.2rem 0.2rem 1rem #fff,
            0 0 2rem var(--neon-text3-color),
            0 0 4rem var(--neon-text3-color),
            0 0 6rem var(--neon-text3-color),
            0 0 8rem var(--neon-text3-color),
            0 0 10rem var(--neon-text3-color);
        box-shadow:
            0 0 .5rem #fff,
            inset 0 0 .5rem #fff,
            0 0 2rem var(--neon-border3-color),
            inset 0 0 2rem var(--neon-border3-color),
            0 0 4rem var(--neon-border3-color),
            inset 0 0 4rem var(--neon-border3-color);
    }
    20%, 24%, 55% {        
        text-shadow: none;
        box-shadow: none;
    }    
}
/* top-cms */

#top_cms .cms_sub_title {
    opacity: 0.1;
}

.cms_title {
    font-weight: bold;
}

.cms_sub_title {
    color: #ffffff;
    opacity: 1;
}


/* ----------　下層ページ　---------- */

.cate_list li a, .pager li a {
    background-color: #d3ab15;
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#loader img {
    width: 300px;
}

#wrap {
    background-image: none!important;
    background-attachment: scroll;
}

#wrap .wrap_bg {
     content: "";
     display: block;
     position: fixed;
     top: 0;
     left: 0;
     z-index: -1;
     width: 100vw;
     height: 100vh;
     background: url( "/Dup/img/bg-black.jpg" ) no-repeat;
     background-size: cover;
     background-position: center;
}
    
#main_img .main_title.active {
    width: 85%!important;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
}
    
#intro .intro_back {
    font-size: 30px;
    top: 97%;
}

.con2_title, .con3_title {
    margin-top: 0;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
footer #logo2 {
    width: 280px;
}
    
#intro .con_no_wrap {
    width: 90%;
}

#intro .con_no_wrap p {
    width: auto;
    font-size: 35px;
}

#intro .intro_back {
    font-size: 20px;
    top: 95%;
    text-align: center;
}

.con1_box .con_no {
    width: 80%;
}

.con2_title, .con3_title {
    width: 90%;
}

    
    
}