﻿
.linkStyle{
    color:#f3b365;
    text-decoration:underline;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
}


/*--all page-------------------------
-------------------------------------*/
#body{background-color: #333;}
#footer{
    background-image: url(./Dup/img/mokume.jpg);
    background-size: cover;
}
#footer .grid_8,#footer .tel a{
    color:#fff;
    border-color:#fff!important;
}
.menu_bt,#page-top{
    background-color: #a21616;
}
#main_nav{
    background-color:transparent;
    background-image:url(./Dup/img/bg.jpg);
    background-size:cover;
}
#loader{background-image:none;}

/*--top page-------------------------
-------------------------------------*/
#intro, #top_cms .top_cms_box .top_cms_title{
    background-color:transparent;
    background-image:url(./Dup/img/bg4.jpg);
    background-size:auto;
}
.catch{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:45vw;
    height:55vh;
    z-index:2;
}
#contents1 h2{position:relative;}
#contents1 h2::before{
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 425px;
    background-image: url(./Dup/img/item1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%;
    top: -150px;
    right: 150px;
    z-index: 1;
    transform: rotate(3deg);
}
#contents1 figure::after{
    content: '';
    position: absolute;
    display: block;
    width: 90%;
    height: 100%;
    border: 2px solid #fff;
    top: 40px;
    right: -20px;
    z-index: -1;
}
#contents2::after{background-color: rgba(78,54,38,0.5);}
#contents3::after{
    background:url(./Dup/img/bg2.jpg) transparent no-repeat;
    background-size:cover;
}


/*ローディング後にフェードイン*/
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-fade.done{opacity : 1; transform : translate(-50%, -50%);}


/*--under page-------------------------
-------------------------------------*/
#page_title{
    background-color:transparent;
    background-image:url(./Dup/img/page_title.jpg);
    background-size:cover;    
}



/* ---------- responsive ---------- */
@media screen and (max-width: 1860px){
.catch{height: 45vh;}
}
@media screen and (max-width: 1290px){
.catch{height: 32vh;}
#contents1 h2::before{right:130px;}
}
@media screen and (max-width: 1230px){
#contents1 h2::before{right:100px;}
}
@media screen and (max-width: 1110px){
#contents1 h2::before{right:70px;}
}

@media screen and (max-width: 1000px){
.catch{width: 57vh;}
#contents1 h2::before{right:40px;}
#contents3::after{height:30%;}

}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.catch {height: 36vh;}
#contents3::after{height:25%;}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.catch{
    width:75vw;
    height:27vh;
    top:55%;
}
#contents1 h2::before{
    background-size: 35%;
    right: 60px;
    top: -100px;
}
#contents3::after {height: 10%;}
#header h1.active img {
    max-width: 70px;
}
#main_img #slide_wrap .down {bottom: 40px;}
#cms_1-a .pager li {margin-right: 0;}
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){


}

