﻿
/* ----------　all　---------- */
.linkStyle{
	color:var(--color2);
}
.linkStyle:hover{
	color:var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}
.font_serif {
    font-family:  "Fjalla One","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
#pc_nav li a {
    font-weight: bold;
    text-shadow: 0 1px 3px var(--color1);
}
#pc_nav .contact_bt {
    background-color: var(--color3);
    transform: translateX(13px);
    margin-top: 20px;
    font-weight: bold;
}
/* #pc_nav .contact_bt a:hover {
    color: var(--color3);
} */
#pc_nav .contact_bt a {
    text-shadow: none;
    text-align: center;
}
#pc_nav .contact_bt a:hover{
        color: var(--color3);
    }

#header .contact_bt a:hover {
    transform: scale(1.1);
}
#header .contact_bt {
    border: 1px solid #fff;
}
/* ----------　TOP　---------- */
#wrap.top {
    background: var(--color1);
}
#header::before {
    display: none;
}
#main_img:before,#main_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    pointer-events: none;
}
#main_img:before {
    background-image: url(../img/flame.png), url(../img/wiper.png), url(../img/mirror.png);
    background-position: center, 50% 100%, 50% 0;
    background-size: 100% 100%, 60%, 16%;
    z-index: 2;
}
#main_img:after {
    background-image: url(../img/catch.png);
    background-position: 0% 90%;
    background-size: 60%;
    z-index: 3;
}
#contents1 .con_box,#contents1-h .con_box {
    position: relative;
}

#contents1 .con_box:before,#contents1-h .con_box:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 150px solid transparent;
    border-bottom: 40px solid var(--color1);
}
#contents2 .con2_img::before {
    height: 40%;
    background: var(--color3);
    clip-path: polygon(0% 15%, 9% 0, 100% 0%, 100% 100%, 0% 100%);
}
#contents1-h .posi_abs {
    background-position-y: 0%;
}
.con2_title1 {
    font-size: 40px;
    margin-bottom: 5px;
}
#top_cms {
    background: var(--color1);
}
/* ----------　下層ページ　---------- */
#wrap {
    background: #515151;
}
#under_page .under_box {
    background: var(--color1);
    box-shadow: 0 0 10px #0108102e;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

/* ----------　all　---------- */
#header h1 img {
    width: 150px !important;
}
#header {
    padding: 10px;
}
/* ----------　TOP　---------- */

#main_img:before {
    background-image: url(../img/flame_tb.png), url(../img/wiper.png), url(../img/mirror.png);
    background-position: center, 50% 100%, 50% 10%;
    background-size: 100% 100%, 90%, 18%;
}
#main_img:after {
    background-image: url(../img/catch.png);
    background-position: 0% 89%;
    background-size: 90%;
}
#contents2 .con2_img::before {
    clip-path: polygon(0% 15%, 19% 0, 100% 0%, 100% 100%, 0% 100%);
}
#top_banner a p {
    letter-spacing: 1px;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/* ----------　all　---------- */
#header h1 img {
    width: 120px !important;
}
.sp_contact_bt a {
    background: var(--color3);
}
/* ----------　TOP　---------- */
#main_img:before, #main_img:after {
    width: 101%;
    height: 101%;
}
#main_img {
    height: 73vh;
}
#main_img:after {
    background-size: 78%;
    background-image: url(../img/catch_sp.png);
    background-position: 0% 92%;
}
.swiper-slide {
    background-position-x: 44%;
}
.con2_title1 {
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 10px;
}
.con_title {
    margin-bottom: 20px;
}
#contents2 .con2_img::before {
    height: 60%;
    bottom: -37%;
    clip-path: polygon(0% 10%, 19% 0, 100% 0%, 100% 100%, 0% 100%);
}
/* ----------　下層ページ　---------- */

#page_title h2 {
    font-size: 26px;
    letter-spacing: 2px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}

/* ----------　PC確認サイズ　---------- */
/* 1536 */
@media screen and (max-width: 1536px){}
/* 1530 × 735 */
@media screen and (max-width: 1530px){}
/* 1366 */
@media screen and (max-width: 1366px){}