﻿body {
    overflow-x: hidden;
}
/*header*/
header{
    background-image: url('./Dup/img/headBG.jpg');
}
header.bg_color4{
    background-color: #fdfbf1;
}
header .button:hover::after {
	box-shadow: inset 0 0 0 15em rgba(96,59,26,1); /**/
	transition-duration: 0.7s;
}
/*FV*/
#catchCopy{
    top: 140px;
    left: 18%;
    z-index: 5;
    max-width: 430px;
}
#catchCopy img{
    width: 100%;
}
@media screen and (max-width: 1370px){
    #catchCopy{
        left: 40%;
    }
}
@media screen and (max-width: 768px){
    #catchCopy{
        left: 25%;
    }
}
@media screen and (max-width: 668px){
    .slides li img{
        content: url("./Dup/img/TOP2sp.jpg");
    }
        #catchCopy {
            top: 200px;
        left: 2.0%;
        z-index: 5;
        max-width: 200px;
    }
}
@media screen and (max-width: 350px){
    #catchCopy {
        left: 40px;
        z-index: 5;
        max-width: 150px;
    }
}
/*TOP*/
#top_cms{
    background-image: url('./Dup/img/topcms_bg.jpg');
}
#top_cms .cate_box p{
    color: #fefefe;
}
#contents1{
    background-image: url('./Dup/img/TOP7.jpg');
}
.more a{
    transition-duration: 0.7s;
}
.more a:hover{
    color: #603813;
    transition-duration: 0.7s;
}
/*footer*/
footer .button{
    transition-duration: 0.7s;
}
footer .button:hover::after {
	box-shadow: inset 0 0 0 15em rgba(96,59,26,1); /**/
	transition-duration: 0.7s;
}@media screen and (max-width: 668px){
    footer h2.logo{
        text-align: center;
        padding: 40px 0;
    }
}