﻿@charset "UTF-8";
@import "base.css";
/*@import "font-family.css";*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@300&display=swap');*/
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
    
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.5em;
}
.uppercase{text-transform:uppercase;}
#totop {
position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    margin-bottom: 0;
    width: 40px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
    color: #000000;
	font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
   /* font-family: "Open Sans", sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;*/
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
    width:1200px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
  display: none;
}
#header {
    /*border-top: 5px solid #ebebeb;
    padding: 0 0 5px;*/
    background: #fff;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
    margin: 0;
    padding: 20px 10px;
    border-radius: 15px;
}
.logo img{
	width: 230px;
}
.h-top {
   background: #fff;
    padding: 5px 10px;
    height: 76px;

}
    .h-top p {
        margin: 0;
        color: #e95b0b;
		font-size:30pt;
		line-height:52pt;
		text-align:center;
		font-width:bold;
    }
	
	.h-top p span{font-style:italic;}
	
	
.h_tel {
  display: flex;
  position: relative;
  z-index: 2;
  
}
.h_tel {
    justify-content: center;
}
/*.h_tel:before {
  content: '';
  position: absolute;
  background: url("/W_images/icon_tel.png") no-repeat center center/100% auto;
  width: 13px;
  height: 18px;
  left: 0;
  top: 10px;filter: brightness(11);
}*/
    .h_tel li {
        font-size: 14px;
        border-right: 1px solid #fff;
        padding-right: 15px;
        margin-right: 15px;
        color: #e95b0b;
    }
        .h_tel li span a {
            font-weight: 700;
            color: #e95b0b;
            text-decoration: none;
        }
.h_tel li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
/*.h_tel:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #d92026;
  left: -30px;
  top: 0;
  z-index: -3;
  transform: skewX(40deg);
}*/
.h_main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.h_lang {
  color: #000000;
  font-weight: 700;
  border: none;
  margin: 0 0 0 15px;
}
.h_lang a{text-decoration:none;}
.h_search {
    position: relative;
    border-right: 1px solid #dfdfdf;
    padding-right: 10px;
    margin-right: 10px;
}
.h_search_form {
  position: absolute;
  right: 0;
  background: #ebebeb;
  padding: 5px;
  width: 250px;
  margin-top: 5px;
  display: none;z-index: 9999;
}
.h_search_form input {
  width: 100%;
  padding: 7px 10px;
  font-size: 12px;
  font-style: italic;
}
.h_search_form button {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  background: #222;
  color: #fff;
  border: none;
  padding: 9px;
  cursor: pointer;
}
.h_search_ttl {
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}
.h_cart a {
    text-decoration: none;
    color: #666;
}
.h_cart svg {
    font-size: 17px;
}
.h_cart span {vertical-align: super;}

#gnavi {
    margin-right: 30px;
}
.gnavi {
  display: flex;
}
.gnavi li {
  position: relative;
}
.gnavi > li {

  margin: 0 8px;
  padding: 0 3px;
}

.gnavi > li > a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 25px 10px;
  position: relative;
  font-weight: 600;
  transition: all 0.3s;text-transform: uppercase;font-size: 16px; font-weight:bold;

}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: #e95b0b;
}
.gnavi > li > a:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: calc(50% - 30px);
  transform: scale(0, 1);
  transition: all 0.3s;
}
.gnavi > li.active > a:after, .gnavi > li:hover > a:after {
  transform: scale(1, 1);
  background:#e5ca5b;
}
.submenu {
  position: absolute;
  z-index: 10;
  min-width: 220px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
    background: hsla(260, 11%, 95%, 1);
}
.submenu a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  margin-top: 1px;
  font-size: 14px;
  /*white-space: nowrap;*/
  transition: all 0.3s;
}
.submenu a:hover {
  opacity: 0.8;
}
.submenu_col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1330px;
}
.submenu_col_item {
  width: calc(25% - 22.5px);
}
.submenu_col_item:not(:last-child) {
  margin-right: 30px;
}
.gnavi > li.lager {
  position: static;
}
.gnavi li.lager .submenu{padding:10px;background: hsla(260,11%,95%,1);z-index: 20;}
.gnavi li.lager .submenu a{}
.submenu_col_ttl {
  padding: 0 0 10px;
  border-bottom: 1px solid #c9c9c9;
  margin: 0 0 20px;
  font-weight: 600;
}
.submenu_col_item_child a {
  position: relative;
  padding-left: 20px;
}
.submenu_col_item_child li {
  border-bottom: none;
  padding: 0;
}
/*.submenu_col_item_child a:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.sublist {
    width: 830px;
    padding: 20px;
    background: #d92026;
}
.sublist > ul{display:flex;}

.sublist_title{font-weight: 600;padding: 8px 15px;text-transform:uppercase;  color: #fff;}
.sublist_itm{min-width:200px;}
.sublist_itm .subsubmenu a {
    background: none;
    color: #fff;
}
    .sublist_itm:nth-child(2) .subsubmenu {
        flex-direction: column;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }*/
.subsubmenu {
    position: absolute;
    top: 0;
    left: calc(100% + 1px);
    width: 250px;
    display: none;
    background: #d92026;
   
}	
/*.gnavi > li.san-pham .submenu{min-width: 380px;}*/
#header {
    -webkit-animation: remove-fixed 0.3s linear;
    -moz-animation: remove-fixed 0.3s linear;
    -ms-animation: remove-fixed 0.3s linear;
    animation: remove-fixed 0.3s linear;
}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
  opacity: 0.95;
      border-bottom: 1px solid #e6e3e3;
}
#header.fixed .h_tel {
  display:none;
}
#header.fixed .logo img{
    width:200px;
}
#header.fixed .h-top{display:none;}
@keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.main_slide p {
  margin: 0;
}
.main_slide p img, .main_slide img, .main-slide p img, .main-slide img {
  width: 100%;
}
.main-slide .slick-arrow {
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border: none;
    text-indent: -5000000px;
    transition: all 0.5s ease;
    outline: none;
    cursor: pointer;
    top: calc(50% - 25px);
    opacity: .6;
    border-radius: 50%;
}
.main-slide .slick-prev {
    background: url(/W_images/arr_prev.png) no-repeat 9px center #000000a6;
    background-size:30% auto;
    left: 25px;
}
.main-slide .slick-next {
    background: url(/W_images/arr_next.png) no-repeat 12px center #000000a6;
    background-size: 30% auto;
    right: 25px;
}
.main-slide .slick-prev:hover,.main-slide .slick-next:hover{opacity:1;}
.main-slide .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
    .main-slide .slick-dots li {
        margin: 0 8px;
        line-height: 0;
    }
        .main-slide .slick-dots li button {
            width: 14px;
            height: 14px;
            background: #ff0100;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
            text-indent: -5000000px;
        }
.main-slide li.slick-active button, .main-slide li:hover button {
    background: #e32120;
}
.home-product{
    padding:60px 0;
}
.home_product_itm a{text-decoration:none;}
.home_product_img{padding:20px;margin-bottom: 0;}
.home_product_ttl {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s;
    color: #000;
}
.home_product_itm:hover .home_product_ttl {
    color: #d90a09;
}
.home-product-list .slick-arrow, .b05_slide .slick-arrow {
   position: absolute;
    z-index: 3;
    border: 1px solid #DDDDDD;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px);
    right: -20px;
    cursor: pointer;
    background-color: #fff;
    color: #fcb01c;
    font-size: 19px;
    line-height: 0;
    text-indent: -500000px;
    border-radius: 5px;
    transition: all 0.5s;
}
    .home-product-list .slick-arrow:before, .b05_slide .slick-arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'FontAwesome';
    height: 100%;
    color: #000;
    text-indent: initial;
    line-height: 1.5;
    }
.home-product-list .slick-next:before, .b05_slide .slick-next:before{
	content: "\f105";
	
}	
.home-product-list .slick-prev:before, .b05_slide .slick-prev:before {
    content: "\f104";
}
.home-product-list .slick-next, .b05_slide .slick-next {
   right: -35px;
}
.home-product-list .slick-prev, .b05_slide .slick-prev {
    left: -35px;
}

.custom01 {
    padding: 60px 0;
    background: #e95b0b
}
.cust01_list {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.cust01_itm{cursor:pointer;}
.cust01_itm .img {
    width: 85px;
    margin: 0 auto 5px;
    
    border-radius: 50%;
    padding: 5px;
    transition: all 0.5s;
}
    .cust01_itm .ttl {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 5px;
		font-size: 16pt;
		color: #efd861;
    }
.cust01_itm .des {
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
	padding: 0 50px;
    font-size: 11pt;
}
.cust01_itm:hover .img {
    /*background: #f00;*/
}
.cust01_itm img {
    filter: invert(1);

}
.box01 {
    background: #eeeef0;
    padding: 80px 0;
}
.box01 .container {
  display: flex;
  justify-content: space-between;
}
.b01_main {
  width: 55%;
  position: relative;
}
.idx_h2 {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
}
.box01 .idx_h2 {
  text-align: left;   color: #d92026;
}
.b01_img {
  width: calc(45% - 60px);
  margin: 0;
}
.b01_img iframe{
	width: 100%;
    height: 100%;
}
.b01_img img {
  width: 100%;
}
.b01_txt p:first-child {
 
  color: #000;
}

 .b01_list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.b01_item {
	position: relative;
	margin-bottom: 60px;
	padding-left: 90px;
	width:46%;
}

	.b01_item:before {
		content: '';
		position: absolute;
		background:#d92026 url("/W_images/icon/icon_01.png") no-repeat center center/80% 80%;
		width: 70px;
		height: 70px;
		left: 0;
		top: 7px;
		border-radius: 5px;
	}

	.b01_item:nth-child(2):before {
		background:#d92026 url("/W_images/icon/icon_02.png") no-repeat center center/80% 80%;
	}

	.b01_item:nth-child(3):before {
		background:#d92026 url("/W_images/icon/icon_03.png") no-repeat center center/80% 80%;
	}
	.b01_item:nth-child(4):before {
		background:#d92026 url("/W_images/icon/icon_04.png") no-repeat center center/80% 80%;
	}

.b01_itm_ttl {
	font-size: 22px;
	font-weight: bold;
	color: #d92026;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.b01_itm_txt {
	margin: 0;
}

.b01_item:last-child {
	margin-bottom: 0;
}

						
.idx_btn {
  margin: 0;
}
.idx_btn a, .idx_btn button {
  display: inline-block;
  background: url("/W_images/idx_btn.png") no-repeat center center/100% auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
 width: 120px;
    padding: 5px;
    transition: all 0.3s;
    font-size: 14px;
}
}
.idx_btn a:hover {
  opacity: 0.7;
}
.box02 {
  padding: 65px 0;
  background: #f6f6f6;
}
.b02_list.slick-initialized .slick-slide {
  margin: 0 15px;
  border: 1px solid #dbdbdb;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 10px;
}
.b02_list.slick-initialized .slick-slide img {
  max-height: 100%;
}
.b02_list .slick-arrow {
  position: absolute;
  background: url("/W_images/b02_next.png") no-repeat center center;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  z-index: 5;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
  text-indent: -50000px;
  right: 15px;
}
.b02_list .slick-prev {
  background-image: url("/W_images/b02_prev.png");
  left: 15px;
  right: auto;
}
.b02_list .slick-arrow:hover {
  background-color: #fff;
}
.box03 {
    padding: 65px 0;
    background: #f7f7f7;
}
.b03_main_ttl {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    padding: 10px 25px;
    border-radius: 5px;
    background: #d92026;
    color: #fff;
}
.b03_main_ttl:after {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0;
  left: 30px;
  height: 1px;
  background: #d92026;
}
.b03_main_ttl .ico img{width:35px;}
.b03_main {
  position: relative;
}
.b03_main_more {
  margin: 0;
  position: absolute;
  right: 0;
  top: 15px;
}
.b03_main_more a {
  display: inline-block;
/*color: #3f87c1;*/
    font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.b03_main_more a:hoverc {
  color: #000;
}
.b03_list {
  display: flex;
  flex-wrap: wrap;
}
.b03_item {
    flex-shrink: 0;
    width: calc(100%/3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px;
	border-radius: 5px;
}
.cust02_img img {height:300px;}
.b03_item:nth-child(3n) {
    margin-right: 0px;
}


.b03_item a {
  text-decoration: none;
  display: block;
  color: #353535;
  text-align: center;
  transition: all 0.3s;
}
.b03_item a:hover {
  opacity: 0.7;
}
.b03_itm_img {
 height: 205px;
  /*border: 1px solid #ebebeb;*/
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.b03_itm_img img {
  flex-shrink: 0;
  max-height: 100%;
}
.b03_itm_ttl {
margin-bottom: 10px;
    line-height: 1.3em;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
	 text-overflow: ellipsis;
	 /*
    text-wrap: nowrap;*/
}
.b03_itm_price {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.b03_main_ttl span {
    display: inline-block;
}
.b03_main:not(:last-child) {
    margin-bottom: 40px;
}
.h_cate {
    display: flex;
    align-items: center;
    background: #d3c7c7;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.h_cate .list li{display:inline-block;}
    .h_cate .list li a {
        text-decoration: none;
        padding: 15px;
        font-weight: 600;
        font-size: 18px;
        color: #000;
    }
.b03_itm_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;margin-bottom:0;
}
    .b03_itm_bottom .price {
        background: #ed3900;
        color: #fff;
        padding: 5px 20px;
        border-radius: 5px;
        font-weight: bold;
    }
	.b03_itm_bottom .cart img{width:35px;}
.b03_itm_price .new {color:red;}
.b03_itm_price .old {
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 10px;
}

.box04 {
    background: #fff;
    padding: 60px 0;
}
.b04_list {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.b04_item {
	text-decoration:none;
  width: calc(100%/3 - 0px);
  padding-left: 30px;text-align: center;margin-bottom: 40px;
  /*display: flex;
  align-items: center;*/
}
.b04_item:not(:last-child) {

  padding: 0 30px;
}
.b04_itm_img {
  flex-shrink: 0;
	
}
.b04_itm_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.b04_item button{border:none;cursor:pointer;}
.box05 {
  padding: 65px 0;
}
.b05_list {
  display: flex;
}
.b05_item_slide {
    margin: 0 10px;
}
.b05_item_slide a {
    text-decoration: none;
}
.b05_item {
    width: calc(25% - 25px);
    margin: 0 35px 0 0;
}
.b05_item:last-child {
  margin-right: 0;
}
.b05_item a {
  display: block;
  text-decoration: none;
  color: #353535;
  transition: all 0.3s;
}
.b05_itm_img img {
  width: 100%;
  height: 100%;
    object-fit: cover;
  transition: all 0.7s;
}
.b05_item a:hover .b05_itm_img img {
  transform: scale(1.1, 1.1);
}
.b05_itm_ttl {
    color: #000;font-size: 15px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
    overflow: hidden;height: 40px;
}
.b05_itm_img {    height: 150px;
  margin-bottom: 15px;
  overflow: hidden;
}
.b05_itm_date {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.b05_itm_date:before {
  content: '';
  position: absolute;
  background: url("/W_images/b05_icon02.png") no-repeat center center/100% auto;
  width: 20px;
  height: 21px;
  left: 0;
  top: -2px;opacity: 0.5;
}
.b05_itm_txt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 14px;
}
.b05_itm_more{
    text-align:center;
}
    .b05_itm_more span {
        background: #e95b0b;
        color: #fff;
        padding: 5px 20px;
        font-weight: 500;
    }
    .b05_item a:hover {
        opacity: 0.7;
    }

.box06 {
  background: #ebebeb;
  padding: 65px 0;
}
.box06 .idx_h2 {

}

.footer01  {
    background: #ededed;
}
.footer01 .container {
    display: flex;
}

.f01-col01 {
    border-left: 1px solid #e9e2e0;
    width: 25%;
    padding: 30px 20px;
}

    .f01-col01:last-child {
        border-left: 1px solid #e9e2e0;
        border-right: none;
        padding-left: 30px;
    }

.f-ttl {
    font-size: 15px;
    font-weight: bold;
    color: #e95b0b;
    margin: 0 0 10px;
}

.f-menu a {
    text-decoration: none;
    color: #666;
    position: relative;
    padding-left: 20px;
    display: block;
}

    .f-menu a:before {
        content: '';
        position: absolute;
        width: 6px;
        height: 1px;
        background: #666;
        left: 0;
        top: 13px;
    }

.f01-col02 {
    display: block;
    justify-content: center;
    padding: 30px 30px 20px;
    width: 50%;
}

.f-logo {
    width: 255px;
    margin: 20px 0;
}

.f01-info {
}

.f-social a {
    width: 35px;
    height: 35px;
    display: flex;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #313131;
    margin-right: 10px;
}

.f-social {
    display: flex;
    margin: 0 0 10px;
}

.f-copyright {
    font-size: 13px;
    padding: 0 0 5px;
    margin: 0;
    text-align: center;
    display: block;
}

.f-copyright a{color:#fff;
}

.f-txt {
    margin: 25px 0;
    font-size: 15px;
}

.footer02 {
    background: #e95b0b;
    color: #fff;
    padding: 3px 0 0 0;
}

    .footer02 .container {
        /*display: flex;*/
        justify-content: space-between;
    }

    /*.footer02 p {
        margin: 0;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }*/

        .footer02 p i {
            font-size: 24px;
            margin: 0 0 5px;
        }

    .footer02 .f-tel {
        font-size: 15px;
        font-weight: bold;
    }
.box05 {
    background: url(../images/b05_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}

    .box05 .idx-h3 {
        text-transform: uppercase;
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        padding: 0 0 20px;
        margin: 0 0 30px;
        line-height: normal;
        color: #fff;
        background: url(/w_images/idx_h3_ico02.png) no-repeat bottom center;
    }

.b05-txt {
    font-size: 18px;
    max-width: 65%;
    margin: 0 auto 30px;
}

.b05-form input {
    max-width: 560px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #efefef;
    border: none;
    padding: 10px 20px 12px;
    border-radius: 8px;
    outline: none;
}

.b05-form .button {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    background: #e95b0b;
    color: #fff;
    border: none;
    margin-top: 30px;
    padding: 12px 40px 15px;
    cursor: pointer;
    outline: none;
    transition: all 0.5s ease;
}

    .b05-form .button:hover {
        background: #510b04;
    }

.copyright {
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #fff;
}
.copyright a {
  text-decoration: none;color: #fff;
}
/*
  font-family: 'Montserrat', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: 'Oswald', sans-serif;
*/
@media screen and (min-width: 1600px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 20px;
  }
  .h_tel li {
    font-size: 18px;
  }
  .idx_h2 {
    font-size: 40px;
  }
  .idx_btn a {
    width: 160px;
  }
  .b03_main_ttl {
    font-size: 22px;
  }
  .b04_itm_ttl {
    font-size: 35px;
  }
  .b05_itm_date {
    font-size: 17px;
  }
  .b05_itm_date:before {
    top: 0;
  }
  .f_note {
    font-size: 18px;
  }
  .f_ttl, .f_slogan {
    font-size: 34px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
  }
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 14px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top:54px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: #e95b0b;
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico, .gnvsub-ico {
    width: 50px;
    height: 51px;
    position: absolute;
    background: #b7b1af;
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before, .gnvsub-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before,
  .sublist_itm.active > .gnvsub-ico:before,
.submenu_col_item.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border: none;
    padding: 5px 0;
  }
  .h_tel, .h-top {
    display: none;
  }
  .logo {
 
    padding: 0 7px;
  }
  .logo img{width:160px;}
  #gnavi {
    position: fixed;
    margin: 0;
    top: 85px;
    left: 0;
    background: #aaa7a6;
    height: calc(100% - 90px);
    width: 100%;
    padding: 30px 4%;
    overflow: auto;
    display: none;
  }
  .submenu a{background: #b7b1af;}
  .gnavi {
    display: block;
  }
  .gnavi > li.lager {position: relative;}
  .gnavi > li {
    margin: 0;
  }
  .gnavi > li > a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
    text-align: center;
	color:#fff;
  }
  .gnavi > li > a:after {
    display: none;
  }
  .submenu {
    position: relative;
  }
  .submenu a {
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
 
 /*.sublist{ width: 100%;padding: 0;}
  .sublist > ul{display:block;}
  .sublist_title{display: block;text-align: center;padding:15px;}
  .sublist_itm {position: relative;}
  .sublist_itm:nth-child(2) .subsubmenu {
    flex-direction: unset;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}*/ 
.subsubmenu a{background: #f3994c;}
.subsubmenu{display:none;position:relative;top: 0;
    left: 0;
    width: 100%;}
.gnavi > li.active > a, .gnavi > li:hover > a{color: #fff;}
.gnavi li.lager .submenu{padding:0;}
 .submenu_col {
        width: auto;
        flex-wrap: wrap;
        justify-content: space-between;
}

.submenu_col_item {
	position:relative;
    width: 48%;
    margin: 15px 0;
}
.submenu_col_item:not(:last-child) {
    margin: 0;
}
.submenu_col_ttl {
	position: relative;
    margin: 0;
    padding: 0;border-bottom: none;
}
.submenu_col_item_child{display:none;}
.submenu_col_item_child a{background: #b71e0e !important;}
  .box01 {
    padding: 40px 0;
  }
  .b01_main {
    width: 100%;
  }
  .b01_list{display:block; margin-bottom: 30px;}
  .b01_item{width:100%; margin-bottom: 30px;}
  
  .box01 .idx_h2 {
    text-align: center;
  }
  .idx_h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .b01_img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .idx_btn {
    text-align: center;
  }
  .box02 {
    padding: 40px 0;
  }
  .b02_list.slick-initialized .slick-slide {
    margin: 0 5px;
    height: 100px;
    padding: 15px;
  }
  .b02_list .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 8px auto;
    top: calc(50% - 20px);
  }
  .box03 {
    padding: 20px 0;
  }
  .b03_main_ttl {
	  padding: 5px 10px;
    font-size: 15px;
  }
  .b03_list {
    flex-wrap: wrap;justify-content: space-between;
  }
  .b03_item {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
    min-width: auto;
    margin-right: 15px;
  }
  .b03_item:nth-child(2n) {
    margin-right: 0;
  }
  
  .b03_item:last-child {}

  
  .b03_itm_img {
    margin-bottom: 10px;height: 160px;
  }
  .box04 {
    padding: 40px 0;
  }
  .b04_list {
    display: block;
  }
  .b04_item {
    width: 100%;
    padding: 0;
  }
  .b04_item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .b04_itm_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .box04 .idx_btn {
    
  }
  .b04_itm_txt {
    margin-bottom: 10px;
  }
  .box05 {
    padding: 40px 0 10px;
  }
  .b05_list {
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
  }
    .b05_item {
        width: 48%;
        margin: 0 0 20px 0 !important;
    }
	.b05_itm_more{display:none;}
  .b05_item:last-child {

  }
  .box06 {
    padding: 40px 0;
  }
  #footer {
    padding: 30px 0 0;
  }
  .f_main {
    flex-wrap: wrap;margin-bottom:0;
  }
    .f_mod, .f_mod.contact, .f_mod.info {
        width: 100%;
        margin: 0 0 20px;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 20px;
    }
  .f_mod:last-child{border:none;}
  .f_logo {text-align:center;
    width: 100%;
    margin: 0 auto 15px;
  }
  .f_slogan {
    margin: 0 0 10px;
    font-size: 22px;
  }
  .copyright {
    font-size: 12px;
  }
  .f_ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
	.submenu_col_item {
        width: 100%;
        margin: 0 0 30px;
    }
    .custom01 {
        padding: 30px 0;
    }
    .cust01_list{flex-wrap:wrap;}
    .cust01_itm {
        width: 50%;
        margin-bottom: 35px;
    }
        .cust01_itm .ttl {
            font-size: 12px;
        }
        .cust01_itm .des {
            font-size: 10px;
			padding:0;
        }
        .b01_img {
            width: 100%;
        }	
		.b05_itm_ttl{font-size: 14px; -webkit-line-clamp: 4; height:auto;text-transform: none;}
		.b05_itm_txt{display:none;}
		.box05 video{height:300px;}
		
.b01_img iframe{width:100%;height:300px;}	
  .b03_item {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .b03_item:nth-child(3n) {
    margin-right: 2%;
  }
  .b03_item:nth-child(2n) {
    margin-right: 0;
  }
  .b03_itm_ttl{
	  
	 
  }
  .b04_itm_img {
   
    margin-right: 0;
  }
  .idx_btn a {
    font-size: 12px;
    padding: 5px;
    width: 120px;
  }
    .h_cate{display:block;}
        .h_cate .list li a {
            display: block;
			font-size: 11px;
			padding: 5px 3px;
        }
        
            .b03_main_ttl {
                font-size: 13px;
            }
  
  .b03_main_ttl .ico {
   margin-right:5px;
  }
  .b03_main_more {
    font-size: 12px;
    top: 10px;
  }
    .b03_item{width:49%;}
    .b03_itm_img {
    }
    .box05 .idx-h3 {
        font-size: 24px;
        line-height: 1.9;
        margin: 0 0 20px;
    }
    .b05-txt{max-width:100%;}
	
	.home-product-list .slick-next, .b05_slide .slick-next {
    right: 0;
}
.home-product-list .slick-prev, .b05_slide .slick-prev{left:0;}
    .footer01 .container {
        flex-wrap: wrap;
    }

    .f01-col01{width:50%;}
    .f01-col02 {
        width: 100%;
        order: 3;
    }
    .footer02 .container{display:block;}
        .footer02 .container p {
            margin-bottom: 5px;
            flex-direction: unset;
        }
		.cust02_img img{height:150px;}
}
@media screen and (max-width: 390px) {
	.b03_itm_bottom .price{font-size: 14px;padding: 3px 10px;}
	.b03_itm_bottom .cart img {width: 28px;}
	 .b03_main_ttl span {}
	
}