﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,300&display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 18px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #000000;
}
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.8em;
}
#totop {
  position: fixed;
    bottom: 140px;
    right: 25px;
  z-index: 10;
  margin-bottom: 0;
  width: 55px;
}
#totop a {
  display: block;
  position: relative;
  transition: all 0.5s;
}
#totop a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'UTMAvo';*/
  color: #000;
  font-size:18px;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
  padding-top: 97px;
}
.container, .under #content {
  width: 100%;
  min-width: 1200px;
  padding: 0 5%;
  margin: 0 auto;
}
.under #content{padding-bottom:5%;}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}
#header.fixed .h-note, #header.fixed .h-top {
  display: none;
}
h1 {
  display: none;
}
.h-note {
  /* background: #000000; */
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.h-top {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  background: #000000;
}
.h-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-tel {
  margin: 0 auto 0 0;
  color: #fff;
  font-size: 20px;
  font-family: 'UTMBienvenue';
  background: url("../W_images/h_tel.png") no-repeat left center;
  padding-left: 30px;
  background-size: 24px;
}

.h-cart {
margin: 0 15px 0 7px;
}
.h-cart a {
  text-decoration: none;
  color: #000000;
  background: url("../W_images/h_cart.png") no-repeat left center;
  padding: 5px 0 5px 30px;background-size: 23px;
}
.h-cart a span{font-size:14px;}
.h-lang {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  justify-content: center;
  border: 1px solid #ebebeb;
  width: 100px;
  border-radius: 30px;
  padding: 5px 10px;
}
.h-lang a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 8px;
}
.h-lang li:not(:last-child) {
  border-right: 1px solid #000000;
}
.h-lang li {
  line-height: 0.9em;
}
.h-main {
  padding: 22px 0;
}
.h-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
	position: absolute;
    margin: 0;
    top: 46%;
    left: 48%;
    transform: translate(-50%, -50%);
    padding: 0;
    transition: all 0.3s;
    width: 200px;
    text-align: center;
}
/* #header.fixed .logo { */
    /* padding: 0; */
    /* top: 0; */
    /* transform: translate(-50%, 0); */
    /* width: 194px; */
/* } */
#gnavi {
  width: calc(100% - 150px);
  padding-right: 1vw;
}
.gnavi {
  display: flex;
  justify-content: center;
}
.gnavi > li > a {
text-decoration: none;
    font-size: 17px;
    display: block;
    font-weight: 600;
    padding: 10px;
    transition: all 0.5s;
	text-transform:uppercase;
}
.gnavi > li:not(:last-child) {
  margin-right: 30px;
}
.gnavi > li:nth-child(3) {
  margin-right: 280px;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: #008400;
}
.gnavi li {
  position: relative;
}
.submenu {
  position: absolute;
  display: none;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
.subsubmenu{
	position: absolute;
    top: 0px;left: calc(100% + 2px);
}
.submenu a {
  display: block;
  text-decoration: none;
  background: #000000d9;
  color: #fff;
  padding: 10px 20px;
  margin-top: 1px;
  text-align: center;
  white-space: nowrap;
  transition: all 0.5s;
}
.submenu a:hover {
  opacity: 0.8;
}
#btn_search {border: none;
    background: none;cursor:pointer;}
#btn_search img{    filter: grayscale(1);}
.frm_search{display:none;
    position: absolute;
    top: 45px;
    width: 290px;
    right: 0;}
.h-search {
 
  position: relative;
}
.h-search input {float: left;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  outline: none;
  width: 210px;
  padding: 6px 10px;
 border-radius: 30px 0 0 30px;font-size: 13px;
}
.h-search .button {float: left;
	border: 1px solid #000;
    outline: none;
    cursor: pointer;
    width: 80px;
    text-decoration: none;
    background: #000;
    color: #fff;
    font-size: 14px;font-weight: 500;
    padding: 5px 5px;
	border-radius:  0 30px 30px 0;
}
.h-search .button img{filter: grayscale(1);}
.main-slide p {
  margin: 0;
}
.main-slide p img {
  max-width: none;
  width: 100%;
}
.box01 {
  padding: 60px 0;
}
.idx-ttl {
  color: #000000;
  font-size: 48px;
  font-weight:700;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 30px;
}
.idx-ttl span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
/* .idx-ttl span:before { */
  /* width: 65px; */
  /* height: 3px; */
  /* content: ''; */
  /* position: absolute; */
  /* background: #000000; */
  /* right: calc(100% + 20px); */
  /* bottom: 20%; */
/* } */
.b01-main {
  width: calc(50% - 15px);
  position: relative;
}
.box01 .container {
  display: flex;
  justify-content: flex-end;
}
.b01-img {
  margin: 0;
  position: absolute;
  right: calc(100% + 40px);
  top: 0;
  width: 560px;
}
.b01-txt {
  margin-bottom: 30px;
}
.b01-txt p {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1em;
 
  
}
.b01-txt p:first-child {
  
  font-size: 20px;
}
.b01-main .idx-ttl {
  text-align: left;
  font-weight:700;
}
.idx-btn {
  margin: 0;
  border-left: 3px solid #333333;
  padding-left: 32px;
}
.idx-btn a {
  text-decoration: none;
  color: #fff;
  background: #008400;
  text-align: center;
  display: inline-block;
  width: 130px;
  padding: 9px;
  line-height: 1.6em;
  transition: all 0.5s;
}
.idx-btn a:after {
  content: '';
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 10px;
}
.idx-btn a:hover {
  background: #008400;
}
.box02 {
  background: url("../W_images/b02_bg.png") no-repeat bottom center/ 100% auto #eaeaea;
  padding: 60px 0;
}
.b02-list {
  display: flex;
  justify-content: space-between;
}
.b02-item {
  width: 23%;
  text-align: center;
}
.b02-itm-ttl {

  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0 0 15px;
}
.b02-itm-txt {
  font-size: 16px;
  margin: 0;
  line-height: 1.5em;text-align: justify;
}
.b02-itm-img img {
  transition: all 0.5s;
}
.b02-item:hover .b02-itm-img img {
  transform: rotateY(360deg);
}
.box03 {
  padding: 60px 0;
}
.b03-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  align-items: flex-start;
}
.b03-main {
  display: none;
}
.b03-main.current {
  display: inherit;
}
.tab-link {
  color: #fff;
  background: #000000;

  text-transform: uppercase;
  min-width: 245px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 10px;
  padding: 10px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.tab-link.current, .tab-link:hover {
  background: #000000;
}
.tab-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  left: calc(50% - 4px);
  bottom: 0;
  transition: all 0.5s;
  opacity: 0;
}
.tab-link.current:after {
  bottom: -7px;
  opacity: 1;
}
.b03-list {
  display: flex;flex-wrap: wrap;
}
.b03-item {
    width: calc(100%/4 - 23px);
  margin: 0 30px 30px 0;
}
.b03-item:last-child, .b03-item:nth-child(4n) {
  margin-right: 0;
}
.b03-itm-main {

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;

  overflow: hidden;
  margin-bottom: 15px;
}
.b03-itm-img {
  margin: 0;border: 1px solid #ececec;
}
.b03-itm-img img {
  width: 100%;
  max-width: none;
  max-height: 100%;
  transition: all 0.7s;
}
.b03-itm-btn {
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: flex;
  transition: all 0.3s;
  z-index: 5;
}
.b03-itm-btn a {
  display: flex;
  width: 50%;
  background: #94c4d4;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
}
.b03-itm-btn a:first-child {
  background: #000000;
}
.b03-itm-btn a:hover {
  background: #008400;
}
.b03-itm-ttl {
  text-align: center;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  
  color: #000000;
  display: block;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.b03-item:hover .b03-itm-btn {
  bottom: 0;
}
.b03-itm-img a {
  display: block;
  /*position: relative;*/
}
.b03-item:hover .b03-itm-img img {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}
.b03-itm-ttl a {
  text-decoration: none;
}
.box04 {
  background: url("/userfile/config/Banner-Home.jpg") no-repeat center center/cover;
  padding: 60px 0;
}
.box04 .idx-ttl {
  color: #fff;
}
.box04 .idx-ttl span:before {
  background: #fff;
}
.b04-itm-img {
  width: 180px;
  height: 180px;
  margin: 0 auto 40px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
}
.b04-itm-img img {
  border-radius: 50%;
  border: 5px solid #000000;
}
.b04-itm-main {
  background: #ffffffdb;
  position: relative;
  padding: 60px 80px;
}
.b04-itm-main:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  background: #000000;
  top: -20px;
  left: calc(50% - 1px);
}
.b04-itm-line {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
}
.b04-itm-line:before, .b04-itm-line:after {
  content: '';
  position: absolute;
  background: #000000;
}
.b04-itm-line:nth-child(1) {
  left: 15px;
  top: 20px;
}
.b04-itm-line:nth-child(1):before {
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
}
.b04-itm-line:nth-child(1):after {
  left: 10px;
  top: 0;
  height: 100%;
  width: 2px;
}
.b04-itm-line:nth-child(2) {
  left: 15px;
  bottom: 20px;
}
.b04-itm-line:nth-child(2):before {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
}
.b04-itm-line:nth-child(2):after {
  left: 10px;
  bottom: 0;
  height: 100%;
  width: 2px;
}
.b04-itm-line:nth-child(3) {
  right: 15px;
  top: 20px;
}
.b04-itm-line:nth-child(3):before {
  top: 10px;
  right: 0;
  width: 100%;
  height: 2px;
}
.b04-itm-line:nth-child(3):after {
  right: 10px;
  top: 0;
  height: 100%;
  width: 2px;
}
.b04-itm-line:nth-child(4) {
  right: 15px;
  bottom: 20px;
}
.b04-itm-line:nth-child(4):before {
  bottom: 10px;
  right: 0;
  width: 100%;
  height: 2px;
}
.b04-itm-line:nth-child(4):after {
  right: 10px;
  bottom: 0;
  height: 100%;
  width: 2px;
}
.b04-itm-txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 40px;color: #000;
}
.b04-itm-txt img{margin: 0 auto;}
.b04-itm-ttl {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  color: #000000;
  font-size: 18px;
}
.b04-itm-name {
  display: block;
  font-size: 24px;
  color: #000000;
}
.b04-itm-name span {
  font-weight: bold;
}
.b04-list .slick-arrow {
  position: absolute;
  z-index: 5;
  width: 58px;
  height: 40px;
  background: #000000;
  border: 1px solid #ebebeb;
  cursor: pointer;
  outline: none;
  bottom: 5px;
  border-radius: 10px;
  text-indent: -5000000px;
  transition: all 0.5s;
}
.b04-list .slick-arrow:after {
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.b04-list .slick-next {
  left: calc(50% + 30px);
}
.b04-list .slick-prev {
  right: calc(50% + 30px);
}
.b04-list .slick-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 46%;
}
.b04-list .slick-prev:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.b04-list .slick-arrow:hover {
  background: #008400;
}
.b04-list .slick-arrow:hover:after {
  border-color: #fff;
}
.box05 {
  padding: 60px 0;
  background: url("../W_images/b05_bg.png") no-repeat top right 50%;
}
.b05-txt {
  text-align: center;
 
}
.b05-form {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
}
.b05-form input {
  width: 100%;
  background: #ebebeb;
  border: 3px solid #d7d7d7;
  outline: none;
  padding: 25px 30px;
  border-radius: 60px;
}
.b05-form .button {
  position: absolute;
  border: none;
  background: none;
  right: 20px;
  top: 20px;
  border-left: 3px solid #d7d7d7;
  padding-left: 25px;
  cursor: pointer;
}
#footer {
  background: #01121a;
  padding: 10px 0 0;
  color: #fff;
}
.f-main {
  display: flex;
  justify-content: space-between;
}
.f-mod {
  width: 31%;
  text-align: left;
  padding-left:45px;
}
.f-mod:nth-child(2) {
  /*order: -1;*/
}
.f-ttl span:before{
	width: 65px;
    height: 3px;
    content: '';
    position: absolute;
    background: #fff;
    top: 50px;
}
.f-logo img {
border-radius: 20px;
    background: #fff;
    width: 150px
}
.f-info {
  line-height: 1.5;
  margin: 0 0 10px;
  color: #fff;
}

.f-com{
	font-weight: 600;
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
}
.f-info:before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.f-add:before {
  background: url("../W_images/f_add.png") no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
}
.f-tel:before {
  background: url("../W_images/h_tel.png") no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 17px;
  top: 2px;
}
.f-mail:before {
  background: url("../W_images/f_mail.png") no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 17px;
  top: 2px;
}
.f-mail a {
  text-decoration: none;
  color:#fff;
}
.f-social {
  margin: 20px 0 0;
}
.f-social a {
  display: inline-block;
  margin: 0 5px;
}
.f-mod .f-info,.f-mod li{
	font-size:16px;
}
.f-ttl {
  color: #fff;
  font-size: 28px;
  font-weight:700;
  line-height: 1.5em;
  margin: 9px 0 25px;
}
.f-ttl span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
/* .f-ttl span:before { */
  /* width: 28px; */
  /* height: 2px; */
  /* content: ''; */
  /* position: absolute; */
  /* background: #000000; */
  /* right: calc(100% + 10px); */
  /* bottom: 20%; */
/* } */
.f-list a {
  text-decoration: none;

  display: block;
  color: #fff;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f-list a span {
  color: #fff;
  font-weight: bold;
  display: block;
}
.f-list li:not(:last-child) {
  margin-bottom: 10px;
}
.f-menu a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  
}
.f-menu li:not(:last-child) {
  margin-bottom: 10px;

}
.f-menu li{
}
.copyright {
  margin: 10px 0 0;
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #ccc;
    color: #ddd;
    letter-spacing: 0.1em;
    font-size: 16px;
}
.topic-path {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.topic-path li {
font-size: 16px;
    font-style: italic;
    color: #000;
    font-weight: 600;
}
.topic-path a {
  text-decoration: none;
  color: #000;
}
.topic-path li:not(:last-child):after {
  content: '/';
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.topic-path a:hover {
  color: #000000;
}
.pager{
    margin: 45px 0;
    text-align: center;
}
.pager a{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000000;
    color: #333;
    transition: all 0.5s ease;
}
.pager a:hover{
    border: 1px solid #fff;
    color: #fff;
    background:#000000;
    box-shadow: 0px 0px 0px 1px #000000;
}
.pager strong{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    background: #000000;
    box-shadow: 0px 0px 0px 1px #000000;
}
.pager a:first-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:first-child:hover{
    background: #000000;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #000000;
}
.pager a:last-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:last-child:hover{
    background:#000000;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #000000;
}
.idx-itm-price {
  text-align: center;
  margin: 0 0 5px;font-weight: 700;display: flex;
    justify-content: center;
    align-items: center;
}
.idx-itm-price-new {
  color: #ff1212;
  margin-right: 15px;
  display: inline-block;
}
.idx-itm-price-new span {
  font-size: 20px;
  font-weight: bold;
}
.idx-itm-price-old {
  text-decoration: line-through;font-weight: normal;
}
.idx-itm-sale {
	font-size: 16px;
  position: absolute;
  color: #fff;
  top: 15px;
  right: 15px;
  background: url("../W_images/sale_bg_new.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 5;
}
.act-social{
	position: fixed;
    left: 0;
    bottom: 10%;
   z-index: 999;
    padding: 5px;width: 50px;
}
.act-social-itm{
	display: flex;
    align-items: center;text-decoration: none;
}
.act-social-itm img, .act-social img{width: 50px;box-shadow: 0px 1px 3px 2px #ccc;border-radius: 10px;    margin-bottom: 10px;}
.act-social-itm span{
	display:none;
	transition: all 0.5s ease;
	margin-left: 5px;
	background: #fff;
    padding: 5px;margin-bottom: 10px;
}
.act-social-itm:hover span{display:block;}
@media screen and (min-width: 1366px) {	
	.f-mod{
		padding-left:31px;
	}

}
@media screen and (max-width: 1365px) {
	.gnavi > li > a {
    text-decoration: none;
    font-size: 15px;
    display: block;
    font-weight: 600;
    padding: 10px;
    transition: all 0.5s;
	}
	.gnavi > li:not(:last-child) {
		margin-right: 14px;
	}
	.gnavi > li:nth-child(3) {
    margin-right: 255px;
}
	
	.f-com{
		font-size:18px;
	}
	.f-mod {
    padding-left: 30px;
	}
}

@media screen and (max-width: 768px) {
.h-main .container{justify-content: end;}	
	.act-social{bottom: 0%;}
	.topic-path{margin: 15px 0;}
	.h-search{margin: 0 20px;}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 75px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container, .under #content {
    padding: 0 3%;
    width: 100%;
    min-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: #000000;
    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);
  }
  #totop {
    width: 60px;
    right: 4%;
    bottom: 95px;
    line-height: 0;
  }
  .h-note {
    display: none;
  }
  #gnavi {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 75px;
    height: calc(100% - 80px);
    background: #fff;
    left: 0;
    padding: 40px 3%;
    overflow: auto;
    display: none;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li:not(:last-child) {
    margin-right: 0;
  }
  .gnavi > li:nth-child(3) {
    margin-right: 0;
  }
  .gnavi > li > a {
background: #000000;
    color: #fff;
    padding: 12px 30px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #fff;
  }
  .gnv-ico {
    width: 50px;
    height: 56px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-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 {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .submenu {
    position: relative;
  }
  .submenu a {
    margin: 0;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .subsubmenu{position: relative;left: 0;}
  .logo {
    position: relative;
  top:0;
  left:unset;
    transform: none;
    padding: 0;
    background: none;
  
    
  }
  .h-tel{
    display: none;
  }
  .h-main {
    width: 100%;
   padding:0;margin-top: 20px;
  }
  .h-lang {
    width: 80px;
    padding: 5px;
  }
  #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 3%;
    background: rgba(255, 255, 255, 0.9);
  }
  .h-top{
	padding: 0;order: 2;
    border: none;
    position: relative;
    background: #fff;
   
  }
  .h-top .container {
    padding: 0;
    justify-content: flex-end;
  }
  .h-cart a {
    text-indent: -500000px;
    display: block;
  }
  .h-cart {
    margin: 0;
	position: relative;
  
  }
  .box01 {
    padding: 40px 0;
  }
  .b01-main {
    width: 100%;
  }
  .b01-main .idx-ttl {
    text-align: center;
    padding: 0;
  }
  .idx-ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .idx-ttl span:after {
    width: 40px;
    height: 32px;
    right: -17px;
  }
  .idx-ttl span:before {
    width: 40px;
    height: 2px;
    right: calc(100% + 10px);
  }
  .b01-txt p {
    font-size: 14px;
  }
  .b01-img{position:relative;width:100%;right:0;margin-bottom: 15px;}
  .b01-txt p:first-child {
    font-size: 16px;
  }
  .box02, .box03 {
    padding: 40px 0 20px;
  }
  .b02-list, .b03-list {
    flex-wrap: wrap;justify-content: space-between;
  }
  .b02-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .b02-itm-img img {
    width: 130px;
  }
  .b02-itm-txt {
    font-size: 14px;
  }
  .b02-itm-ttl {
    margin: 0 0 10px;
  }
  .tab-link {
    font-size: 14px;
    width: 100px;
    margin: 0 5px;
  }
  .b03-item {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }
  .b03-item:nth-child(2n) {
    margin-right: 0;
  }
  .b03-itm-ttl {
    font-size: 14px;
  }
  .box04 {
    padding: 40px 0;
  }
  .b04-itm-img {
    width: 150px;
    height: 150px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .b04-itm-main {
    padding: 25px 40px;
  }
  .b04-itm-line {
    width: 30px;
    height: 30px;
  }
  .b04-itm-line:nth-child(1) {
    left: 5px;
    top: 10px;
  }
  .b04-itm-line:nth-child(1):before {
    top: 5px;
  }
  .b04-itm-line:nth-child(1):after {
    left: 5px;
  }
  .b04-itm-line:nth-child(2) {
    left: 5px;
    bottom: 10px;
  }
  .b04-itm-line:nth-child(2):before {
    bottom: 5px;
  }
  .b04-itm-line:nth-child(2):after {
    left: 5px;
  }
  .b04-itm-line:nth-child(3) {
    right: 5px;
    top: 10px;
  }
  .b04-itm-line:nth-child(3):before {
    top: 5px;
  }
  .b04-itm-line:nth-child(3):after {
    right: 5px;
  }
  .b04-itm-line:nth-child(4) {
    right: 5px;
    bottom: 10px;
  }
  .b04-itm-line:nth-child(4):before {
    bottom: 5px;
  }
  .b04-itm-line:nth-child(4):after {
    right: 5px;
  }
  .b04-itm-txt {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .b04-itm-name {
    font-size: 18px;
  }
  .b04-itm-ttl {
    font-size: 14px;
    max-width:200px;
  }
  .b04-list .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: 0;
  }
  .b04-list .slick-next {
    left: calc(50% + 85px);
  }
  .b04-list .slick-prev {
    right: calc(50% + 85px);
  }
  .b04-itm-main:before {
    height: 30px;
    top: -15px;
  }
  .box05 {
    padding: 40px 0;
  }
  .box05 {
    background: url(../W_images/b05_bg.png) no-repeat top left 30%;
    padding: 40px 0;
  }
  .b05-txt {
    font-size: 14px;
  }
  .b05-form input {
    padding: 15px 20px;
    border-width: 2px;
  }
  .b05-form .button {
    top: 7px;
    padding-left: 15px;
    border-width: 2px;
  }
  .f-main {
    display: block;
  }
  .f-mod {
    width: 100%;
    margin: 0 0 15px;
	text-align:center;
	padding-left:0;
  }
  .f-info, .f-list a, .f-menu a {
    font-size: 16px;
  }
  .f-com{font-size: 18px;}
  .f-ttl {
    margin: 0 0 0.5em;
    font-size: 24px;
	text-align: center;
  }
  .f-ttl span:after {
    width: 30px;
    height: 25px;
    right: -16px;
  }
  .f-ttl span:before{display:none;}
  .copyright {
    margin: 0;
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 530px) {
  /*.main-slide p img {
    height: 200px;
    width: auto;
  }*/
}
@media screen and (max-width: 480px) {
.h-search{margin:10px;}
.h-cart {
    margin: 0 0 0 14px;
  
}
  .b02-item {
    width: 100%;
  }
  .b03-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b03-itm-main{padding: 0;}
  .b03-tab{flex-wrap: wrap;justify-content: space-between;}
  .tab-link {
    font-size: 11px;
    width: 48%;
    margin: 0 0 10px;
    padding: 10px 5px;
	min-width:105px;
  }
  .b04-list .slick-arrow{
	  width: 40px;
    height: 40px;
  }
  .b04-list .slick-arrow:after{
	  top: 42%;
	      left: 45%;
  }
  .b04-list .slick-next:after{
	      left: 42%;
  }
  .act-social-itm img, .act-social img{
	  opacity: 0.85;
  }
  .f-info, .f-list a, .f-menu a {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
	.pro-itm-btn a img{width: 15px;}
	.pro-itm-btn a{padding: 5px 10px;}
	.idx-itm-price-new {display: block;}
	
}