﻿/* header logo */
#header h1{
    max-width: 70px;
}

@media screen and (max-width: 667px) {
    #header h1 {
        width: 100%;
        max-width: 50px;
    }
/*     .overlay.open{
    margin-top: 15px;
} */
}

/* cursor */
.cursor, .follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10;
	transition: 0.3s;
	transition-property: opacity,background,width,height,transform
}
.cursor {
	width: 8px;
	height: 8px;
	z-index: 11;
	background-color: #333;
}
.cursor.is-active{
	background-color: #9b744d;
}
.follower {
	width: 40px;
	height: 40px;
	border: solid 1px #333;
}
.follower.is-active{
	transform: scale(1.8,1.8);
	border: solid 1px #9b744d;
}

/* more_btn */
.more_btn .hvr_border_color3{
    border-color:var(--color4);
}
.more_btn  .hvr_txt_white{
    color:var(--color4);
}

/* top */
/* fv */
.main_txt{
    position: absolute;
    z-index: 3;
    width: 47%;
    bottom: 3%;
    left: 2%;
}

@media screen and (max-width: 667px){
    #main_img{
        height: 70vh!important;
    }
    .main_txt{
        width: 94%;
    }
}

/* content */
.com_item01{
    width: 30%;
    position: absolute;
    z-index: 0;
    right: 1%;
    top: 18%;
}
.con_title01, .intro_item .linehight_2, .con_title02{
    position: relative;
    z-index:1;
}
.com_item02{
    width: 30%;
    position: absolute;
    z-index: 0;
    left: -3%;
    top: 24%;
}
.con_title03, .con_title04{
    width: 60%;
}

@media screen and (max-width: 768px){
    .com_item01 {
    width: 35%;
    right: 4%;
    top: 35%;
}
.com_item02 {
    width: 36%;
    left: -9%;
    top: 30%;
}
}

@media screen and (max-width: 667px){
    .intro_item, .cms_box{
        margin:0 10px;
    }
.con_title03, .con_title04 {
    width: 90%;
    margin-top: 20px;
}
}

/* title */
.top_cms_title h2{
    color:var(--color1);
}
.top_cms_title p{
    color:var(--color3);
}


@media screen and (max-width: 768px){
    .con_title01, .con_title02 {
    width: 80%;
}
}

/* cms3 */
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ffffff;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}

/* footer */
.sf_access #logo2 img{
    max-width: 95px!important;
}

@media screen and (max-width: 667px){
    .sf_access .pd_20px_sp{
        padding:20px 0;
    }
    .s_footer_info_r #logo2{
        max-width: 100px;
    }
}

/* page3 */
@media screen and (max-width: 667px){
    .cate_title{
        font-size:22px!important;
    }
}

/* sitemap */
.d_flex li .border_black{
    border-color: var(--gray);
}