﻿/* ----------　all　---------- */
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
.head_banner a {
    background: var(--color5);
    color: #bfab5e;
}
.con_no {
    font-family: "Special Elite", system-ui;
}
.main_box {
    background: var(--color2);
}
#fix_bnr {
    bottom: 10px;
    right: 10px;
    z-index: 5;
    width: 50%;
    justify-content: end;
}
@media screen and (max-width: 667px){
	#fix_bnr{width: 250px;}
}
#copyright a {
    font-size: 14px;
}
/* ----------　TOP　---------- */
.sample {
    z-index: 5;
    background: #053189;
    color: #fff;
    padding: 10px;
    top: 40%;
    left: 50%;
}
#main_img {
    background: var(--color2);
}
#main_img:before {
    content: "";
    background: linear-gradient(180deg, #f1f1e600, var(--color2) 70%);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30%;
    z-index: 3;
}
#main_img:after {
    content: "";
    background-image: url(../img/catch.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 52%;
    height: 20%;
    z-index: 3;
}
.fv_ac {
    width: 30%;
    left: 0;
    top: -20px;
    z-index: 3;
    mix-blend-mode: hard-light;
}
#contents3 {
    position: relative;
}
#contents3 div {
    z-index: 1;
}
#contents3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/renga.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
    mix-blend-mode: difference;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
#page7 .cate_box h3 {
    color: var(--color3);
}
/* お問い合わせ */
.contact_flex {
    justify-content: space-between;
}
/* プライバシーポリシー */
/* サイトマップ */



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

/* ----------　all　---------- */
header .head_banner a {
    display: none;
}
#fix_bnr {
    width: 100%;
}
.contact_flex {
    justify-content: center;
}
.fat-nav.active li {
    font-size: 16px;
}
/* ----------　TOP　---------- */
.fv_ac {
    width: 50%;
    left: 0;
    top: -10px;
}
#main_img {
    max-height: 90vh;
}
#main_img:before {
    height: 40%;
}
#main_img:after {
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
    width: 80%;
    height: 12%;
}
    #contents3 .grid_6:last-child {
        margin-top: 50px;
    }
/* ----------　下層ページ　---------- */
    #page_title .title_img {
        height: 350px;
        background-position: 50% 30%;
    }
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/* ----------　all　---------- */
.more a {
    max-width: 250px;
}
#fix_bnr {
    justify-content: center;
    right: 0;
}
#fix_bnr a {
    width: 45% !important;
}
.fat-nav.active li {
    font-size: 14px;
}
/* ----------　TOP　---------- */
#main_img {
    max-height:70vh;
}
#main_img:before {
    height: 25%;
}
#main_img:after {
    bottom: 0%;
    width: 90%;
}
#contents1 .con_no {
    width: 78%;
}
/* ----------　下層ページ　---------- */
#page_title .title_img {
        height: 150px;
    }
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* ----------　PC確認サイズ　---------- */
/* 1536 */
@media screen and (max-width: 1536px){}
/* 1530 × 735 */
@media screen and (max-width: 1530px){}
/* 1366 */
@media screen and (max-width: 1366px){}