﻿
/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
#top_cms .top_cms_bg, #footer .footer_bottom, .under_page #footer {background-color: var(--color4);}
.trans_header .trans_logo img {max-width: 230px;}
body {font-size: 15px;}

#footer #logo2 img{
    max-width: 300px;
}

#fix_bnr{
	bottom: 10px;
	right: 70px;
	z-index: 5;
	width: 400px;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#fix_bnr{width: 250px;}
.trans_header .trans_logo img {max-width: 190px;}
header .trans_header {
    height: 70px;
}
header .menu_stick {
    width: 70px;
    height: 70px;
}

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#header #logo img{max-width: 350px;}
#logo span {z-index: -1;}
#main_img .catch{
    bottom: 3%;
    right: 3%;
    width: 90%;
    max-width: 920px;
}
#main_img .leaf01{
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    width: 30%;
    max-width: 350px;
    pointer-events: none;
}
#main_img .leaf02{
    bottom: 5%;
    left: -5%;
    width: 15%;
    max-width: 180px;
    pointer-events: none;
}


/* ---------------------------　1500　-------------------------- */
@media screen and (max-width: 1500px){
#header #logo img {
    max-width: 230px;
}

}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#main_img {padding-top: 70px;}
#main_img .catch {right: 1%;width: 96%;}
#main_img .leaf02{
    bottom: 5%;
}

}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#contents2 .con2_wrap {
    background-image: url("/Files/img/bg.png");
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    background-size: cover;
}
#top_cms .cms_3-b .cate_box{
    background-color: #f9f9f9;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#contents1 .con1_left {
    height: 70vw;
}
.contents_wrap .contents_bg {
    width: 90%;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

.contents_wrap .contents_bg {width: 100%;}

}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#header #logo img {
    width: auto;
}
#google_privacy {background-color: #f9f9f9!important;}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


