﻿



/*
#loader{
    display: none;
}
*/




/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#111;
    text-decoration:underline;    
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
}

body{
    overflow:hidden;
}
.logo{
    max-width:100px;
}
#wrap,
.main_wrap{
    background: url(./Dup/img/bg1.jpg) no-repeat;
    background-attachment: fixed;
}
.button_container span{
    background-color:#fff;
}
.overlay{
    background:rgba(0,0,0,0.9);
}
.overlay ul li a,
.overlay-menu .tel span,
.header_menu a,
.page_title p{
    color:#fff;
}




/*--top page---------------------------
-------------------------------------*/
.top_page #header,
#header-change{
    background: rgb(0,0,0);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

.top_page #header a{
    color:#fff;
}
.catch {
    color: #fff;
    z-index: 2;
    left: 5%;
    top: 52%;
    font-size: 2.5rem;
    text-shadow: 0 0 10px #111;
}
.catch1{
    font-size: 4rem;
}
.txt_anim1 span{
	position: relative;
	right: 20px;
	opacity: 0;
	transition: all .8s;
}
.txt_anim1 span.start{
	right: 0;
	opacity: 1;
}
#contents1_2,
#contents3{
    position:relative;
}
#contents1_2::before,
#contents1_2::after,
#contents3::before{
    content:'';
    position:absolute;
    display:block;
    pointer-evnents:none;
    z-index:2;
}
#contents1_2::before {
    width: 20vw;
    max-width: 450px;
    height: 350px;
    background: url(./Dup/img/item1.png) no-repeat;
    background-size: contain;
    background-position: top;
    top: 0;
    left: -8px;
}
#contents1_2::after {
    width: 30vw;
    height: 300px;
    background: url(./Dup/img/item2.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    bottom: 0;
    right: 8%;
    max-width: 550px;
}
#contents1_2 .con1 .box_img .no_box,
#contents3 .box .box_img .no_box{
    top: 100px;
    right:-75px;
}

#contents3::before {
    width: 30vw;
    height: 300px;
    background: url(./Dup/img/item3.png) no-repeat;
    background-size: contain;
    background-position:top;
    top: 0;
    right: 32%;
    max-width: 550px;
}
.top_cms_box .cms_title h2{
    opacity:0.2;
}
/*
.cms_4-a .box_img1 img,
#cms_2-g .box_img1 img{
    transition: ease 0.3s;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.cms_4-a .box_img1 img:hover{
        -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
*/

/*--under page---------------------------
-------------------------------------*/
#page_title:before{
    background:transparent;
}
.page_title h2{
    color: #fff;
    opacity: 0.3;
}
.site_list{
    font-size: 1rem;
    font-weight: bolder;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.catch{
    font-size:2rem;
}
.catch1{
    font-size: 3rem;
}
#contents1_2::before {
    width: 41vw
}
#contents1_2::after {
    width: 45vw;
    right: -3%;
}
#contents3::before {
    width: 49vw;
    top: 50%;
    right: -25%;
}
#contents1_2 .con1 .box_img .no_box{
    right:-60px;
}
#contents1_2 .con2 .box_img .no_box{
    left:-60px;
}
#wrap,
.main_wrap{
    background: url(./Dup/img/bg1_tb.jpg) repeat-y;
    background-attachment: fixed;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.lo_logo{
    max-width:200px;
}
.logo {
    max-width: 50px;
}
.catch {
    font-size: 1rem;
}
.catch1 {
    font-size: 2rem;
}
#contents1_2 .con1 .box_img .no_box {
    right: -25px;
    top: 0px;    
}
#contents1_2 .con2 .box_img .no_box {
    left: -25px;
    bottom: 100px;
}
#contents3 .box .box_img .no_box {
    top: 90px;
    right: -26px;
}
#contents3::before {
    top: 65%;
}
.top_page footer .logo {
    max-width: 150px;
}
.page_title .p_title_back {
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
}
.top_page footer{
    background-position: center center;
}
}




