﻿
/* ----------　all　---------- */
.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
.hvr_trans:hover {
    transform: translateY(0px);
}
.con_navbar.is-fixed:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -39px;
    left: 0;
    background-image: url(../img/header.png);
    background-size: 50% 50%;
    background-repeat: repeat-x;
}
.more {
    position: relative;
    z-index: 0;
}
.more a, .cate_list a {
        padding: 1em 3em;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}
.more a:hover, .cate_list a:hover {
    outline-width: 0;
}
.more a:hover:before, .cate_list a:hover:before,#con_nav li a:hover  {
    scale: .90;
        transition-property: scale;
        transition-duration: .3s;
        transition-timing-function: ease;
}
.more a:before, .cate_list a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100vmax;
    background: var(--color1);
    transition-property: scale;
    transition-duration: 1s;
    transition-timing-function: linear(0,.012,.047 1.2%,.192 2.5%,.946 7%,1.194,1.343 10.4%,1.384,1.403 12.1% 12.7%,1.393 13.4%,1.336 14.8%,1.017 19.4%,.917,.86 22.8%,.845,.837,.837,.841 25.7%,.864 27.2%,.993 31.9%,1.034,1.056,1.066 36.8%,1.065 37.9%,1.058 39.2%,.991 45.5%,.979,.973 49.1%,.976 51.6%,1.004 57.9%,1.011 61.4%,1.01 64%,.999 70.2%,.996 73.5%,1.002 85.8%,.999);
    z-index: -1;
}
#con_nav li a {
    transition-property: scale;
    transition-duration: 1s;
    transition-timing-function: linear(0,.012,.047 1.2%,.192 2.5%,.946 7%,1.194,1.343 10.4%,1.384,1.403 12.1% 12.7%,1.393 13.4%,1.336 14.8%,1.017 19.4%,.917,.86 22.8%,.845,.837,.837,.841 25.7%,.864 27.2%,.993 31.9%,1.034,1.056,1.066 36.8%,1.065 37.9%,1.058 39.2%,.991 45.5%,.979,.973 49.1%,.976 51.6%,1.004 57.9%,1.011 61.4%,1.01 64%,.999 70.2%,.996 73.5%,1.002 85.8%,.999);
}
.info_txt_wrap {
    border-radius: 0 20px 20px;
}
.font_12 {
    font-size: 12px!important;
}
/* ----------　TOP　---------- */
#main_img:before {
    content: "";
    background-image: url(../img/fv.png);
    background-position-y: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 100%;
    transform: translateX(-50%);
    width: 40vw;
    height: 13vw;
    z-index: 2;
    animation: upDown 0.1s steps(2) alternate infinite, car 15s ease-in-out forwards;
}
@keyframes upDown {
	0% {bottom: 0;}
	100% {bottom: -3px;}
}
@keyframes car {
	0% {left: 21%;}
	85% {left: 85%;}
	100% {left: 79%;}
}
.dog {
    position: relative;
    padding-left: 60px;
    line-height: 1.2;
}
.dog:before {
    content: "";
    background-image: url(../img/dog.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    z-index: -1;
}
.attach_txt {
    animation: rotate 1s infinite steps(2);
}
 @keyframes rotate {
    0% {transform: rotate(2deg);}
    100% {transform: rotate(-5deg);}
 }
 
 #top_contents3 .con_before {
    border-bottom: 2px dashed var(--color1);
    background: transparent;
    width: 100%;
}
#topcms_gallery_type1 {
    padding: 20px 0;
    background: var(--color2);
    margin-bottom: 100px;
}


/* ----------　下層ページ　---------- */
.fixbnr.under {
    right: 100px;
    bottom: 10px;
}
.under_page figure img {
    border-radius: 20px;
}
.cate_list li {
    background: transparent;
}
 .cate_list a {
    overflow: visible;
}
#page_title .con2_bg {
    display: none;
}
#page_title .title_img {
    background-size: contain;
}
#page_title .title_wrap {
    color: var(--black);
}
/* 会社情報 */
#page07 h3 {
    color: var(--color1);
}
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

/* ----------　all　---------- */
.mainwrap-r h1 {
    width: 170px;
    padding-top: 0;
    padding-left: 10px;
    position: absolute;
}
.loader_icon {
        width: 200px;
}
.fixbnr {
    width: 27%;
}

#sp_nav a {
    color: var(--black);
}
/* ----------　TOP　---------- */
#main_img:before {
        background-image: url(../img/fv_tb.png);
    width: 50vw;
    height: 36vw;
    animation: upDown 0.1s steps(2) alternate infinite, car 10s ease-in-out forwards;
}
@keyframes car {
	0% {left:22%;}
	85% {left: 85%;}
	100% {left: 75%;}
}

.dog {
    position: relative;
    padding-left: 60px;
    line-height: 1.4;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
#page10 .more a {
    padding: 1em 2em;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/* ----------　all　---------- */
.loader_icon {
        width: 150px;
}
.mainwrap-r h1 {
    width: 100px;
    padding-top: 0px;
    padding-left: 0px;
}
/* ----------　TOP　---------- */
#main_img .swiper-container .swiper-wrapper .swiper-slide img {
    object-position: 70%;
}
#main_img:before {
    width: 60vw;
    height: 46vw;
    animation: upDown 0.1s steps(2) alternate infinite, car 8s ease-in-out forwards;
}
@keyframes car {
	0% {left:27%;}
	85% {left: 77%;}
	100% {left: 66%;}
}
.dog {
    padding-left: 0px;
    line-height: 1.4;
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}
.dog:before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    opacity: 0.2;
}
.con3_wrap2 .con_title {
    text-indent: 0.5em;
}
#attach  {
    height: 260px;
}
.attach_txt {
    width: 50%!important;
}
#topcms_gallery_type1 .btn a {
    width: 130px;
    height: 130px;
    line-height: 1.5;
}
#topcms_gallery_type1 .btn a::before {
    background: #fd9500c4;
}
.footer_tel p {
    letter-spacing: 0px;
}
.fixbnr {
    width: 35%;
}
.footer_h1 span {
    font-size: 14px;
}
#copylight {
    font-size: 14px;
}
/* ----------　下層ページ　---------- */
.cate_list a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#page_title .sub_title {
    margin-top: 0;
}
#page_title .title_wrap {
    margin-top: -5px;
}
    #page_title .title_img {
    height: 210px;
}
/* 会社情報 */
/* お問い合わせ */
.tel_wrap a {
    letter-spacing: 0px;
}
/* プライバシーポリシー */
/* サイトマップ */
#page10 .more a {
    padding: 0.5em 2em;
    letter-spacing: 1px;
    font-size: 18px;
}
#page10 .sitemap_wrap li {
    margin-bottom: 10px;
}


}

/* ----------　PC確認サイズ　---------- */
/* 1536 */
@media screen and (max-width: 1536px){}
/* 1530 × 735 */
@media screen and (max-width: 1530px){}
/* 1366 */
@media screen and (max-width: 1366px){}