﻿/* color -----------------------------------------------------------------------------*/

:root {
    --color1: #302a2a;
    --color2: #c22d23;
    --color3: #302d2a;
    --color4: #ede6e6;
    --color5: #ffffff;
    --white: #ffffff;
    --black: #000000;
    --gray: #ccc;
    --font_sippori: 'Shippori Mincho B1';
    --font_syuku: 'Yuji Syuku';
}
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{color: var(--color2);
          border-bottom:solid 1px;
}
body#body {
    background: var(--white);
}
/* color -----------------------------------------------------------------------------*/

/* ----------------　all　---------- */
.linkStyle:hover{
	color:　var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
body {
    font-family: var(--font_sippori);
}
#header_menu {
    width: 33%!important;
}
#header #logo {
    width: 25%!important;
}
#footer {
    position: relative;
}
#footer:before {
    content: "";
    width: 90px;
    height: 150px;
    position: absolute;
    background-image: url(./dup/img/ookami3.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -1px;
    left: -20px;
    z-index: 2;
    transform: scale(-1,-1);
    opacity: 0.5;
}
#footer #logo2 {
    width: 100%!important;
}
.clone-nav .header_info div,.all_header .header_info div {
    justify-content: center!important;
}
/*.clone-nav .menu_bt .drawer-hamburger,.all_header .menu_bt .drawer-hamburger {*/
/*    position: relative;*/
/*    left: 30px;*/
/*    top: 0;*/
/*}*/
.fa-envelope:before {
    content: "\f075";
}
/* ------------------------------　TOP　---------- */
#main_img:after {
    display: none;
}

#main_img {
    position: relative;
}
#main_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000000;
    z-index: 2;
    opacity: 0.3;
}
#main_img:after {
    content: "";
    width: 450px;
    height: 180px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(./dup/img/open.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
#main_img .catch {
    position: absolute;
    width: 45%;
    height: auto;
    top: 49%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    opacity: 0;
}
#main_img .catch_sub {
    position: absolute;
    width: 30%;
    height: auto;
    top: 54%;
    left: 43%;
    transform: translate(-50%,-50%);
    z-index: 5;
    opacity: 0;
}
.anime {
    animation-name:blurAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02) translate(-50%,-50%);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1) translate(-50%,-50%);
  opacity: 1;
  }
}
#intro #intro_txt h2,#contents h2 {
    font-family: var(--font_syuku);
    color: var(--color1);
    font-size: 36px;
}
#intro {
    position: relative;
}
#intro:before {
    content: "";
    width: 240px;
    height: 100px;
    position: absolute;
    background-image: url(./dup/img/ookami1.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -110px;
    left: -10%;
    z-index: 2;
}
#contents {
    position: relative;
}
#contents:before {
    content: "";
    width: 400px;
    height: 190px;
    position: absolute;
    background-image: url(./dup/img/ookami2.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10%;
    right: 30px;
    z-index: 2;
    transform: rotate(20deg);
    opacity: 0.5;
}
#contents h2 .svg_box {
    color: var(--color2);
}
#contents .box h3:before {
    border-color: var(--color2);
}
#contents .box h3 {
    font-family: var(--font_syuku);
}
#top_cms .cms_title .title_box h2,#page_title h2 {
    font-family: var(--font_syuku);
    font-size: 24px;
}
/* ------------------------------　下層ページ　---------- */
#page_title {
    background-position-y: 78%;
}
#page_title h2 {
    max-height: 100%;
}
.all main {
    padding-top: 123px;
}
.cate_list a {
    border: 1px solid var(--color1);
}
.cate_list a:hover {
    border: 1px solid var(--color4);
}
#page_title {
    position: relative;
    overflow: hidden;
}
#page_title:before {
    content: "";
    width: 240px;
    height: 240px;
    position: absolute;
    background-image: url(./dup/img/ookami4.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -30px;
    right: -50px;
    z-index: 2;
    opacity: 0.5;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/*---------------------------------------------------------------------------
			          タブレット
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
/* --------------------　all　---------- */
#footer:before {
    content: "";
    width: 70px;
    height: 110px;
    left: 0;
}
#footer #logo2 {
    width: 90%!important;
}
.all main {
    padding-top: 79px 
}
#video{
    width: 100%;
    height: 100%;
}
#video .video {
    height: 100%;
       object-fit: cover;
}
/* --------------------　TOP　---------- */
#main_img:after {
    width: 300px;
    height: 130px;
    top: auto;
    bottom: 0;
}
#main_img {
    height: 50vh;
}
#main_img .catch {
    width: 65%;
}
#main_img .catch_sub {
    width: 50%;
    top: 54%;
    left: 43%;
}
#intro {
    height: 300px;
    max-height: 300px;
    margin: 70px 0 70px;
}
#intro:before {
    left: auto;
    bottom: -83px;
    right: 0;
    width: 200px;
    height: 90px;
}
#contents .box h3 {
    width: 100%!important;
    font-size: 22px;
}
#contents:before {
    width: 350px;
    height: 160px;
    bottom: -70px;
    right: -110px;
    opacity: 1;
}
/* --------------------　下層ページ　---------- */
#page_title:before {
    width: 160px;
    height: 160px;
    bottom: -20px;
    right: -40px;
    opacity: 0.7;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*---------------------------------------------------------------------------
		            	スマホ
---------------------------------------------------------------------------*/
@media screen and (max-width: 667px){
/* --------------------　all　---------- */
#logo img {
    width: 130%!important;
}
#footer:before {
    width: 60px;
    height: 100px;
    left: auto;
    right: 0;
    transform: scale(1,-1);
    opacity: 0.3;
}
/* --------------------　TOP　---------- */
#main_img {
    height: 45vh;
}
#main_img:after {
    width: 150px;
    height: 60px;
}
#main_img .catch {
    width: 85%;
}
#main_img .catch_sub {
    width: 65%;
    top: 54%;
    left: 40%;
}
#intro {
    height: auto;
    max-height: max-content;
    margin: 0px 0 20px;
}
#intro #intro_txt h2, #contents h2 {
    font-size: 24px;
}
#intro:before {
    bottom: -29px;
    right: 0;
    width: 160px;
    height: 70px;
}
#contents .box h3 {
    width: 110%!important;
    font-size: 18px;
}
#contents:before {
    width: 220px;
    height: 100px;
    bottom: -30px;
    right: -80px;
    opacity: 1;
    z-index: 3;
}
#page_title h2 {
    font-size: 19px;
}
/* --------------------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}