﻿body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #C93A31} /* メインカラー */
.txt_color2{color: #f2f2f2} /* サブカラー */
.txt_color3{color: #57423F} /* アクセントカラー1 */
.txt_color4{color: #dddddd} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #C93A31} /* メインカラー */
.bg_color2{background-color: #f2f2f2} /* サブカラー */
.bg_color3{background-color: #44464f} /* アクセントカラー1 */
.bg_color4{background-color: #dddddd} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #C93A31}
.border_color2{border-color: #f2f2f2}
.border_color3{border-color: #44464f}
.border_color4{border-color: #dddddd}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #C93A31} /* メインカラー */
.hvr_txt_color2:hover{color: #f2f2f2} /* サブカラー */
.hvr_txt_color3:hover{color: #44464f} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #dddddd} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #C93A31} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f2f2f2} /* サブカラー */
.hvr_bg_color3:hover{background-color: #44464f} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #dddddd} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #C93A31}
.hvr_border_color2:hover{border-color: #f2f2f2}
.hvr_border_color4:hover{border-color: #dddddd}

/* ----------　all　---------- */
.linkStyle{
	color:#C93A31;
}
.linkStyle:hover{
	color:#fff;
	opacity: 0.7;
	transition: all 0.5s;
}
.font_serif {
    font-family: 'Noto Serif JP', serif;
}
body {
    font-family: 'Noto Serif JP', serif;
}
.font_en {
        font-family: 'Dancing Script', cursive;
}
#header img {
    height: 150%;
}
#pc_nav {
    z-index: 6;
}
#sns_link li a {
    background: #fff;
}
/* ----------　TOP　---------- */
#pc_nav a {
    text-shadow: 0 4px 5px rgba(0,0,0,1.0), 0 4px 5px rgba(0,0,0,1.0);
}
.more a,.cms_title p {
    font-family: 'Dancing Script', cursive;
}
.cms_title h2 {
    font-size: calc(1rem + 10px);
    margin-bottom: 0;
}
.cms_title p {
    font-size: calc(1rem + 30px);
}
#main_img {
    height: 100vh;
    background-position: center;
    background-size: cover;
}
#main_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/catch.png);
    background-repeat: no-repeat;
    background-position: 95% 84%;
    background-size: 35%;
    z-index: 5;
}
.con_txt {
    font-size: 18px;
}
/*#contents1 .con_box {*/
/*    background: linear-gradient(213deg,#c93a31 10%,#57423f 35%,#57423E 59%, #c93a31 90%);*/
/*}*/
#contents1 .posi_abs {
    top: 12%;
    right: 0;
}
#contents1 .grid_5.pd_t-150px.pd_clear_tb.width_100per_tb {
    right: 5%;
    position: relative;
}
#contents4 .con_txt .txt_color2 {
    font-size: 30px;
}

/*#top_cms {*/
/*    background: linear-gradient(213deg,#c93a31 10%,#57423f 20%,#57423E 80%, #c93a31 90%);*/
/*}*/
.cms_5-c .box_txt1::before {
    color: #C93A31;
}
.cms_5-c .box_title1 {
    border-bottom: solid 1px #c93a318a;
}
.cms_6-c .txt_color4 {
    color: #57423F;
}
.cms_1-d .date, .cms_1-d .cate_title {
    color: #333333;
}
/* ----------　下層ページ　---------- */
#cms_1-d .txt_color2,#cms_1-d .txt_color4 {
    color: #57423F;
}
#cms_3-a .cate_box p {
    text-align: right;
}
#cms_5-c .box_txt1::before {
    color: #C93A31;
}
#cms_5-c .box_title1 {
    border-bottom: solid 1px #c93a318a;
}
#page_title h2 {
    font-size: 60px
}
#page_title p {
    font-size: calc(1rem + 4px);
}
#page_title img {
    top: 33%;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
.sitemap_box li a .site_title {
    font-family: 'Noto Serif JP', serif;
}
.sitemap_box li a .site_sab_title {
    font-family: 'Dancing Script', cursive;
}


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
#header img {
    max-width: 180px;
    height: auto;
}
/* ----------　TOP　---------- */
#main_img {
    background-image: url('./Dup/img/mv_tb.jpg')!important;
}
#main_img:before {
    background-position: 50% 22%;
    background-size: 60%;
}
.cms_about .cate_box{
    height: 260px;
}
.link_type2 .cate_box .txt_wrap .linehight_1-h {
    line-height: 5.5;
}
/* ----------　下層ページ　---------- */
#page_title img {
    top: 43%;
}
#cms_2-g .cate_title {
    font-size: 1.8em;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
#header img {
    max-width: 130px;
}
#loading img {
    top: 42%;
}
/* ----------　TOP　---------- */
.height80vh_sp {
    height: 90vh;
}
#main_img:before {
    background-position: 50% 24%;
    background-size: 80%;
}
.con_txt {
    font-size: 16px
}
.cms_about .cate_box{
    height: 200px;
}
.link_type2 .cate_box .txt_wrap .linehight_1-h {
    line-height: 3;
}
.con_title {
    font-size:calc(1rem + 3px);
}
#contents2 .con_img img {
    left: 0;
}
.cms_title::before {
    left: 25%;
}
.cms_title {
    text-align: center;
}
#contents4 .con_txt .txt_color2 {
    font-size: 26px;
}
/* ----------　下層ページ　---------- */
#page_title h2 {
    font-size: 40px;
}
#page_title .page_title_box {
    top: 100px;
}
#cms_2-g .cate_title {
    font-size: 1.2em;
}
#page_title img {
    filter: brightness(0.7);
}
/* 会社情報 */
.info_box .grid_4 {
    font-weight: bold;
}
.info_box .grid_8 {
    font-size: calc(1rem - 2px);
}
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}
/*-------------------------------------------------------
		            	CMS2
-------------------------------------------------------*/
.link_type2 .cate_box a {
    color: #fff;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #C93A31;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
	font-family: 'Dancing Script', cursive;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}
/*-------------------------------------------------------
		            	cms5
-------------------------------------------------------*/

.v_type3 .cate_box{border: 1px solid #c9baa9;}
.v_type3 .box_title1{color: #fff;}