﻿/* color -----------------------------------------------------------------------------*/

:root{
    --color1:#ed6103;
    --color2:#fcf6e0;
    --color3:#B67700;
    --color4:#fcf6e0;
    --color5:#ffffff;
    --white:#ffffff;
    --black:#333333;
    --gray:#ccc;
    --font-jp:'Zen Maru Gothic', sans-serif;
}

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(--color1);
          border-bottom:solid 1px;
}
body#body {
    background: var(--white);
    font-family: var(--font-jp);
}
/* color -----------------------------------------------------------------------------*/


/* ----------　all　---------- */
.linkStyle:hover{
	color:　var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
#wrap {
    width: 100%;
}
#top_conveyor {
    position: relative;
    top: 45%;
}
.top_nav ul li a {
    color: var(--black);
    font-size: calc(1rem + 1px);
    font-weight: bold;
}
.top_nav ul li {
    border-left: none;
}
#link_fixd {
    bottom: 10px;
    left: 10px;
    z-index: 10;
}
.menu .nav ul li {
    margin-left: 15px;
    border-left: none;
}
.menu .nav ul li:nth-of-type(4) {
    margin-left: 0;
}
.menu .logo {
    margin-left: 20px;
}
.line.bg_color1 {
    background-color: var(--color3);
}
#loading {
    background-color: var(--color1);
}
#loading_line .line2 {
    background-color: var(--white);
}
#loading_logo {
    max-width: 400px;
    z-index: 1;
}
footer {
    background-color: var(--color3);
}
#footer .logo {
    width: 80%!important;
}
.menu {
    position: relative;
}
.menu.is-fixed {
    position: fixed;
}
.menu::before {
    position: absolute;
    content: "";
    width: 500px;
    height: 40px;
    background-image: url(./Dup/img/bg_img.png);
    background-size: 100% 100%;
    left: 49%;
    bottom: -20px;
    transform: translateX(-50%);
    z-index: -1;
}
footer .svg_box {
    left: 10%;
}
/* ----------　TOP　---------- */
.video_wrap {
    width: 45%;
    /*height: 50vh;*/
    height: calc(40vw * 0.65);
    overflow: visible;
    position: relative;
}
.more:hover {
    background-color: var(--color1);
    border-color: var(--color1);
}
.top_cms_box .more_box .more:hover div {
    color: #fff;
}
.top_cms_box .more_box .more:before {
    background-color: #fff;
}
.top_cms_box .more_box .more {
    border-radius: 5px;
}
.main_img_wrap {
    width: 100%;
}
.main_img {
    background-image: url('/dup/img/main_bg.png');
    height: 100%;
}
.main_img:before {
    content: "";
    background-image: url(./dup/img/main_catch.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9.5vw;
    left: 6vw;
    width: max(500px,35vw);
    height: 10vw;
}
/*#top_conveyor:before,#top_conveyor:after {*/
/*    content: "";*/
/*    background-image:url(./dup/img/top_line.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 20px;*/
/*    z-index: 2;*/
/*}*/
/*#top_conveyor:before {*/
/*    top: -16px;*/
/*}*/
/*#top_conveyor:after {*/
/*    bottom: -26px;*/
/*}*/
.loopSliderWrap:before {
    content: "";
    background-image: url(./dup/img/main_img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: min(-250px,-19vw);
    right: 0;
    width: max(600px,50vw);
    height: 400px;
    z-index: 0;
}
.loopSliderWrap .ul .li img {
    width: auto;
    height: 100%;
}
.top_banner {
    position: absolute;
    bottom: 60px;
    left: 10px;
    z-index: 5;
    min-width: 240px;
}
#contents .box figure:before,#contents .box figure:after,#video:before,#video:after {
    content: "";
    background-image: url(./dup/img/flame1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 50%;
    z-index: 2;
}
#contents .box figure:before,#video:before {
    top: 0;
    left: 0;
    transform: translate(-10%,-10%);
    filter: drop-shadow(4px 4px 1px var(--color3));
}
#contents .box figure:after,#video:after {
    bottom: 0;
    right: 0;
    transform: translate(8%,6%) scale(-1,-1);
    filter: drop-shadow(-5px -2px 1px var(--color3));
}
#contents .box h3:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -150px;
    left: -50px;
    width: 220px;
    height: 150px;
}
#contents .box.box1 h3:after {
    background-image: url(./dup/img/p1.png);
}
#contents .box.box2 h3:after {
    background-image: url(./dup/img/p2.png);
}
#contents .box.box3 h3:after {
    background-image: url(./dup/img/p3.png);
}
#contents .box.box4 h3:after {
    background-image: url(./dup/img/p4.png);
}
#contents .box h3:before, .page_title_box:before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    display: inline-block;
    width: 100px;
    height: 15px;
    border-bottom: none;
    background-image: url(./dup/img/line2.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 7;
}
.img-container:before {
    background: var(--color3);
}
.line.txt_color_nomal {
    text-align: center;
    padding-top: 50px;
}
#top_cms .line:before {
    content: "";
    background-image: url(./dup/img/line2.png);
    background-size: contain;
    width: 200px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
}
.other .box_title:before {
    border-bottom: 1px solid var(--color3);
}
.cms_title.mg_b-50px:before {
        content: "";
    background-image: url(./dup/img/cms_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    left: -60px;
    width: 180px;
    height: 180px;
    z-index: -1;
    filter: contrast(0.5);
}
.other .box figure {
    opacity: 0.4;
}
/* ----------　下層ページ　---------- */
.img-container_img {
    background-image: url(./dup/img/page_title.png)!important;
    background-position: bottom;
}
.all_page:before {
    background: var(--color2);
    z-index: -1;
}
#title_img span {
    right: 15px;
    width: 90%;
}
.page_title .font_45 {
    font-size: 70px;
    font-weight: 500;
}
#cms_3-b .cate_title,#cms_6-a .cate_title {
    background-color: transparent;
    border-bottom: 1px solid var(--color3);
    color: var(--black);
}
/* 会社情報 */
/* お問い合わせ */
#tel_txt div,#tel_txt p {
    border-color: var(--color1);
}
/* プライバシーポリシー */
#page7 .border_color2 {
    border-color: var(--color1);
}
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
#header {
    padding: 0;
}
header .logo {
    width: 21%;
}
#loading_logo {
    max-width: 300px;
}
#footer .logo {
    width: 100%!important;
}
/* ----------　TOP　---------- */

.video_wrap {
    min-width: auto;
    width: 85%;
    /*height: 40vh;*/
    height: calc(76vW * 0.65);
    margin-top: 30px;
}

.main_img_wrap {
    height: 90vh;
}
.main_img {
    background-position: 50% 20%;
}
.main_img:before {
   top: 25vw;
    left: 10vw;
    width: 65vw;
    height: 10vw;
}
.top_banner {
    bottom: 20px;
}
#top_conveyor {
    top: 55%;
}
.loopSliderWrap:before {
    top: -31vw;
    right: -4vw;
    width: 72vw;
    height: 270px;
}
#contents .box h3:after {
    top: -125px;
    left: -20px;
    width: 180px;
    height: 120px;
}
#contents .box .txt_wrap {
    width: 85%;
    padding-right: 0;
    padding-left: 0;
}
#contents .box figure {
    width: 85%;
}
.t_cms_img1,.t_cms_img3 {
    margin-top: 30px;
}
.t_cms_img2,.t_cms_img4 {
    margin-bottom: 150px;
}
.cms_title.mg_b-50px:before {
    top: -80px;
    left: -30px;
    width: 150px;
    height: 140px;
}
.other .box figure {
    opacity: 0.5;
}
.other .box_title {
    text-wrap: nowrap;
    letter-spacing: 2px;
}
/* ----------　下層ページ　---------- */
#title_img span {
    height: 240px;
}
.img-container_img {
    background-position: 80%;
}
#page_title {
    padding-top: 0;
    height: 240px;
}
#page_title:before {
    content: "";
    background-image: url(./dup/img/tb_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 2;
}
.page_title .font_45 {
    font-size: 40px;
    letter-spacing: 2px;
}
.page3 .cate_list li {
    width: 43%;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
header .logo {
    width: 30%;
}
#link_fixd {
    margin-bottom: 10px;
}
#loading_logo {
    width: 50%;
}
.all_header{
    position: relative!important;
    background-color: #fff;
}
.all_header #header {
    background: #fff;
}
/* ----------　TOP　---------- */
.main_img_wrap {
    height: 80vh;
}
.main_img {
    background-position: 18% 15%;
}
.main_img:before {
    top: 38vw;
    width: 75vw;
    height: 11vw;
    z-index: 1;
}
.top_banner {
    bottom: 0px;
    min-width: auto;
}
#top_conveyor:before {
    top: -8px;
}
#top_conveyor, .loopSliderWrap, .loopSlider, .loopSlider .ul, .loopSlider .ul .li {
    height: 150!important;
}
.loopSliderWrap:before {
    top: -33vw;
    right: -5vw;
    width: 75vw;
}
.box.box3 {
    margin-top: 100px;
}
#top_cms .line {
    width: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}
#top_cms .line:before {
    width: 140px;
    height: 10px;
}
.cms_title.mg_b-50px:before {
    top: -40px;
    left: -15px;
    width: 110px;
    height: 110px;
}
#top_cms {
    background-color: var(--white);
}
.loader .box_title {
    font-size: 24px;
}

/* ----------　下層ページ　---------- */
#page_title {
    height: 170px;
}
#page_title .page_title_box {
    height: 170px;
}
#page_title #title_img {
    height: 170px;
}
#title_img span {
    height: 160px;
    width: 100%;
}
.img-container_img {
    background-position: 73%;
}
#page_title .page_title_box .wrap {
    text-align: left;
}
.page_title_box:before {
    display: none;
}
#page_title:before {
    top: -25px;
    left: 0;
    height: 50px;
    z-index: -1;
}
#wrap {
    margin-top: 0;
}
.page_title .font_45 {
    font-size: 26px;
    letter-spacing: 0px;
}
.page3 .cate_list li {
    width: 100%;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}
/*-------------------------------------------------------
		            	cms5
-------------------------------------------------------*/
.v_type1 .triangle {
    display: block;
    border: var(--color3) solid 2px;
    box-shadow: 5px 5px 0 0 #e2e2e2;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: var(--color3) transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}

/* ---------- loopSlider ---------- */
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 350px;
}
.loopSlider {
    margin: 0 auto;
    height: 350px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider .ul {
    height:350px;
    float: left;
    overflow: hidden;
}
.loopSlider .ul .li {
    width: 450px;
    height: 350px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
.loopSlider .ul .li img{
    border-radius: 0;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
/*リンクボタン*/
.btn {
    z-index: 3;
    display: block;
}
.btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
    font-size: 20px;
}
.btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
.btn a span, .btn a strong {
    text-align: center;
}
.btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
.btn a:hover {
    background: #2a2a32;
    color: #fff;
}
.btn a:hover::before {
    right: 16%;
    background: #fff;
}
.btn a:hover::after {
    right: 15%;
    background: #fff;
}
.btn a span::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../dup/img/btn_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
    opacity: 0.8;
}
.btn a:hover span::before{
    background-image: url("../dup/img/btn_icon_hvr.png");
}
@media screen and (max-width: 768px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 280px;
}
.loopSlider .ul .li{
    width: 280px;
}
#top_conveyor {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media screen and (max-width: 667px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
.loopSlider .ul .li{
    width: 179px;
}
/*リンクボタン*/
.btn a::after {
    bottom: 35px;
    right: 27%;
}
.btn a::before {
    bottom: 30px;
    right: 27%;
}
.btn a {
    font-size: 17px;
    width: 140px;
    height: 140px;
    background-color: rgba(255,255,255,0.62);
}
.btn a span::before{
    top: 25px;
}
}