﻿@charset "UTF-8";
/*@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,300;0,400;1,300;1,400&family=Nunito:wght@300;400;600;700&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: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.3em;
}
#totop {
  position: fixed;
  bottom: 10px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 50px;
}
#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: #666666;
  /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;*/
	font-weight: 400;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
	background: #0A0C0B;
	color: #fff;
}
#header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 10%);
    -webkit-animation: header-fixed 0.6s;
    -moz-animation: header-fixed 0.6s;
    -ms-animation: header-fixed 0.6s;
    animation: header-fixed 0.6s;
    padding: 0;
}
@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);
  }
}
  0% {
    opacity: 1;
    -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);
  }
}
h1 {
	display: none;
}
.h_top {
	color: #fff;
	padding: 5px 0;
    border-bottom:1px solid #333;
}
.h_slogan{
	width: 60%;
    text-align: center;
	color: #e9aa00;
    font-weight: bold;
    font-size: 16px;
}
.h-lang {
	display: flex;
}
.h-lang li {
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
    margin-right:10px;
}
.h-lang a {
	text-decoration: none;
	color: #fff;
}
.fa-square-phone{
    margin-right:5px;
    color:#e9aa00;
    font-size:20px;
}

.h_main{
    padding:10px 0;
}
.h_top .container{
    justify-content:flex-end!important;
    display:flex;
}
.logo {
	margin: 0;
}
.h_search {
	position: relative;
}
.h_search .form {
	position: absolute;
	z-index: 5;
	width: 345px;
	top: 55px;
	right: 0;
	display: none;
	background: #f0f0f0;
	padding: 2px;
}
.h_search_ttl {
	margin: 0;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
    color:#fff;
    font-size:18px;
}
.h_search_ttl:hover {
	opacity: 0.7;
}
.h_search input {
   width: 230px;
    border: none;
    font-size: 13px;
    padding: 5px 10px;
}
.h_search input::placeholder{font-size:12px;font-style:italic;}
.h_search .button {
    position: absolute;
    background: #0a0c0b;
    border: none;
    font-size: 13px;
    padding:5px 10px;
    color: #fff;
    text-decoration: none;
	transition:0.3s;
}
.h_search .button:hover{
	background:#e9aa00;
}
.h_cart {
	margin: 0;
}
.h_cart a {
	display: flex;
	text-decoration: none;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s;
}
.h_cart a .num {
	display: block;
    background-color: #e9aa00;
    color: #000;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    position:absolute;
    top:15px;
}
.fa-cart-shopping{
    font-size:18px;
}
.h_cart a:hover {
	background: #193f33;
	color: #fff;
}
.main_nav .main_nav_item{
	margin:0 7px!important;
}
.mainvisual{
    padding-top:120px;
}
.main_slide p {
	margin: 0;
}
.main_slide img {
	width: 100%;
}
.main_slide iframe{max-width:100%;}
.slick-dots{
    display: flex;
    position: absolute;
    bottom: 0;    width: 100%;
    justify-content: center;
  
}
.slick-dots li button {
    background: #ccc;
    border-radius: 50%;
    color: transparent;
    border: none;
    width: 12px;
    height: 12px;
    transition: 0.3s;
    margin:0 5px;
}
.slick-active button{
    background: #e9aa00!important;
}

.idx-ttl{
	font-family: "OpenSans-Bold";
    font-weight: 700;
    color: #e9aa00;
    font-size: 34px;
margin-bottom: 30px;
    text-align: center;
    line-height: 1.5em;
}
.idx-ttl span {
    font-size: 45%;
    display: block;
    font-weight: 400;
    line-height: 1.3em;
}
.box01 {
  background: #0a0c0b;
  padding: 90px 0;
}
.b01-main {
  display: flex;
  
  position: relative;
  flex-wrap:wrap-reverse;
}
.b01-cnt {
  width: 50%;
  position: relative;
}
.box01 .idx-ttl {
  text-align: left;
    font-weight: 700;
}
.b01-txt p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}
.idx-btn a:hover{
	background: -webkit-gradient(linear,left top,right top,color-stop(35%,#cb9400),color-stop(76%,#eac95e))!important;
    background: linear-gradient(90deg,#cb9400 35%,#eac95e 76%);
	opacity:0.8;
}
.idx-btn a {
    display: inline-block;
    color:#fff!important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    background: #cb9400;
    background: -webkit-gradient(linear,left top,right top,color-stop(35%,#cb9400),color-stop(76%,#eac95e));
    background: linear-gradient(90deg,#cb9400 35%,#eac95e 76%);
    line-height: 1.4em;
    padding: 10px 25px;
    transition: all 0.5s;
    text-align: center;
    border-radius:5px;
}
.box01 .idx-btn {
  text-align: left;
  margin: 0 0 0.5em;
}
.box01 .idx-btn a:hover {
  opacity: 0.7;
  border-radius:40px;
}
/*.b01-cnt:before {
  content: '';
  position: absolute;
  width: 175px;
  height: 70px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  left: 0;
  top: 0;
}
.b01-cnt:after {
  content: '';
  position: absolute;
  width: 175px;
  height: 70px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  left: 0;
  bottom: 0;
}
.b01-main:before {
  content: '';
  position: absolute;
  width: 175px;
  height: 70px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 0;
  top: 0;
}
.b01-main:after {
  content: '';
  position: absolute;
  width: 175px;
  height: 70px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 0;
  bottom: 0;
}*/
.b01-img {
  width: 50%;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.b01-img img {
  width: 100%;
}

.idx_btn {
	margin: 0;
}

.idx_btn a:before {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background: #14382c;
	left: 0;
	bottom: -2px;
}
.idx_btn a:after {
	content: '>>';
	position: relative;
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
}
.idx_btn a:hover {
	color: #14382c;
}
.box02{
    background: #0a0c0b;
}
.b02_list.slick-initialized .slick-slide {
	border: 1px solid #333;
    margin:0 10px;
}
.b02_list.slick-initialized .slick-slide img {
	flex-shrink: 0;
	max-height: 100%;
}
.b02_list .slick-list {
	padding: 10px 5px;
}
.b02_list {
	padding: 0 40px;
}
.slick-arrow {
	position: absolute;
	border: none;
	cursor: pointer;
	background: url(/W_images/angle-left-solid.png) no-repeat center center/35%;
    border: 1px solid #e9aa00;
    width: 40px;
    height: 40px;
	top: calc(50% - 16px);
	left: 0;
	text-indent: -50000px;
	z-index: 5;
}
.slick-next.slick-arrow {
	left: auto;
	right: 0;
	transform: rotateY(180deg);
}
.box03 {
	position: relative;
    display:flex;
}
.procate-item{
    position:relative;
}
.procate-item::before,.procate-item::after{
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: opacity 0.35s ease 0s,-webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s,-webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s,transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s,transform 0.35s ease 0s,-webkit-transform 0.35s ease 0s;
    z-index: 1;
}
.procate-item::before{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.procate-item::after{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.procate-item:hover::before,.procate-item:hover::after{
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
.box04 {
	position: relative;
	background: #0A0C0B;
    display:flex;
    padding:45px 0;
}
.box04 .idx_h2 {
	color: #e9aa00;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}
.b04_list {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.b04_item {
    width: calc(100%/4 - 50px);
    margin: 0 50px 35px 0;
}
.b04_item:nth-child(4n){
    margin-right:0;
}
.b04_itm_img img{
    transition:all 0.3s;
}
p a{
    border-bottom:none!important;
}
.b04_item:hover p a{
    background:none;
    
}
.b04_item:hover .b04_itm_img img{
    transform: scale(1.05, 1.05);
    opacity: 0.8;
}
.b04_itm_img{
    position:relative;   
}
.b04_itm_discount {
    position: absolute;
    bottom: 95px;
    right: 20px;
    z-index: 1;
    display: inline-block;
    padding: 10px 5px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background: red;
    color: #ff0;
    font-size: 16px;
}
.b04_itm_main{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.b04_itm_ttl {
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #fff;
    display: block; 
    font-size:18px;   
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}
.b04_itm_ttl a{
    text-decoration:none;
}
.b04_itm_price{
    display:block;
    margin-top:10px;
}
.b04_itm_price p{
    margin:0;
    font-weight:bold;
    text-align:center;
    font-size:16px;
}
.b04_itm_price .new{
    color: #e9aa00;
}
.b04_itm_price .old{
    text-decoration: line-through;
    text-decoration-color: #e9aa00;
    color: #e9aa00;
}
.box04 .idx-btn{
    text-align: center;
    color:#fff;
}
.box05 {
	background: #111514;
	padding: 50px 0;
	color: #fff;
}
.box05 .container{
    display: flex;
    justify-content: space-between;
}
.b05-news, .b05-video {
    width: calc(50% - 15px);
}

.b05-news-item a {
    display: flex;
    text-decoration: none;
    color: #666;
    border: 1px solid #484848;
  transition: all 0.5s;
  
}
.b05-news-item a:hover {
  transform: translateY(-10px);
}
.b05-news-item {
  margin-bottom: 20px;
}
.b05-news-itm-img {
    margin: 0;
    flex-shrink: 0;
    width: calc(37% - 12px);
}
.b05-news-itm-img img {
  width: 100%;
}
.b05-news-itm-main {
	width: 55%;
    padding: 15px 20px;
}
.b05-news-itm-ttl {
    font-size: 16px;
    color: #fff;
    font-weight:600;
    line-height: 1.3em;
    text-transform: uppercase;
    margin: 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b05-itm-news-date {
    font-size: 14px;
    color: #e9aa00;
    margin: 0 0 10px;
}
.b05-itm-news-txt ,.b05-itm-news-txt p {
    margin: 0;color:#fff;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b05_more {
    font-size: 14px;
    color: #e9aa00;font-style: italic;
}
.b05-video-frame {
    background: #ebebeb;
    padding: 10px;
    height: 26.6vw;
    margin-bottom: 20px;
}
.b05-video-frame iframe {
  width: 100%;
  height: 100%;
}
.b05-news .idx-btn, .b05-video .idx-btn{
    padding: 0 0 0 35%;
}
.section-title h2 {
	font-family: "OpenSans-Bold";
    text-align: center;
    color: #e9aa00;
    font-size: 28px;
    padding-bottom: 20px;
}
.box06 {
	padding: 70px 0;
}
.b06_list {
	display: flex;
    padding:0 40px;
}
.b06_item {
	width: 100%;
	position: relative;
}
.b06_item:not(:last-child) {
	margin: 0 10px;
}
.b06_itm_img {
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}
.b06_itm_img img {
	width: 100%;
	transition: all 0.7s;
}
.b06_item:hover .b06_itm_img img {
	transform: scale(1.1,1.1);
}
.b06_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.b06_itm_main {

}
.b06_itm_ttl{
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;font-family: "OpenSans-Bold";
    font-weight: 700;
}
.b06_btn{
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.b06_list .slick-arrow{
    top: calc(50% - 45px);
    border:none;
}
#footer {
    padding-top:45px;
    border-top: solid 1px #333333;
}
.f_company{margin: 20px 0;}
.footer_main {
    display: flex;
    justify-content: space-between;
}
.f_mod {
    width: 33.33%;
}
.f_mod:not(:last-child) {
	padding: 0 20px;    
}
.f_mod:nth-child(1) {
	padding-left: 0;
}

.f_mod:last-child {
	padding-left: 20px;
}
.f_txt{
    color:#fff;
    font-size:15px;
    margin-bottom:1.0em;text-align: center;
}
.f_contact p{
    color:#fff;
    margin-bottom:1.0em;
	font-size:17px;
}
.f_ttl {
    font-size: 18px;
    color: #e9aa00;
    text-align:center;
    text-transform: capitalize;
    margin-bottom:0.5em;
    padding-bottom:10px;
    border-bottom: 2px solid #e9aa00;
}
.f_link {
    justify-content: center;
}
.f_link a {
    text-decoration: none;
    color: #fff !important;
    padding: 0 10px;
}
.f_link a:before{
    content: "\f72f";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    font-size: 10px;
    vertical-align: middle;
    color: #fff;
    font-weight: 900;
}
.f_link li:last-child a {
	border-right: none;
}
.f_link li {
	margin: 0 0 1.0em;
	font-size:17px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.f_link li.medium  a {
	font-size: 111.11%;
}
.f_link li.lager  a {
	font-size: 166.67%;
}
.f_link a:hover, .f_menu a:hover {
	color: #e9aa00;
}
.f_menu {
	display: flex;   
  flex-flow:column wrap;
	height: 150px;
}
.f_menu a {
	color: #72bf46;
	text-decoration: none;
}
.f_menu li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
}
.f_menu li:before {
	content: '>';
	position: absolute;
	color: #333;
	left: 0;
	top: 0;
}
.fb-page{
	margin-bottom:20px;
}
.f_social{
    display:flex;
    flex-wrap:wrap;
}
.f_social a{
    width:15%;
}
.f_social a:not(last-child){
    margin-right:10px;
}
.f_social img{width:40px;}
.footer_main {
	border-bottom: 1px solid #e9aa00;
	padding-bottom: 30px;
}


.copyright {
	margin: 0;
	text-align: center;
	color: #a5a5a5;
	padding: 15px 0;
}
.copyright a {
	text-decoration: none;
	color: #e9aa00;
}


/*
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
*/
@media screen and (min-width:1920px){
	.box01:after {
    content: '';
    position: absolute;
    background: url(/W_images/b01_bg.jpg) no-repeat top right/65%;
    top: 111%;
    left: calc(85% + 97px);
    z-index: -2;
    pointer-events: none;
    width: 188px;
    height: 208%;
	}
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 1%;
  }
	.box01:after {
		left: calc(50% + 512px);
		
	}
	
}
@media screen and (max-width: 1366px) {
	.b05-news-itm-img {
		margin: 0;
		flex-shrink: 0;
		width: calc(34% - 12px);
	}
}

@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;
}
.idx-ttl{font-size: 23px;}
#header .logo img{
    width:auto!important;
}
.h_search .form{position: fixed;top: 125px;}
.header-right{
    display:flex;
}
.h_slogan{display:none;}
.h_search{
    top:10px;
}
.gnavi > li{
    height:auto!important;
    padding:0!important;
}
.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;
}
.shopping-cart{
    position:relative;
    top:5px;
}
.footer_main > div{
	padding: 0 0 20px 0 !important;
    border-right: none !important;
}

.footer_main > div:nth-child(3){
	display:none;
}

  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 73px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 50px;
    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: #193f33;
    margin:0 0 0 10px;
    border-radius: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
}
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 24px;
    height: 2px;
    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: 15px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    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 {
    width: 50px;
    height: 55px;
    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 #000;
    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);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		padding: 10px 0;
	}
#gnavi {
    position: fixed;
    background: rgba(255,255,255,0.9);
    top: 125px;
    left: 0;
    width: 100%;
    height: calc(100% - 73px);
    overflow: auto;
    padding: 30px 3%;
	display: none;
}
	.h_cart .txt {
		display: none;
	}
	.h_cart {
		margin-left: auto;
	}
.h_cart a {
    width: auto;
    height: auto;
    background: transparent;
}
.logo {
    width: 100px;
}
.h_cart a:before {
    background-color: #99d8a4;
    margin: 0;
    width: 50px;
    height: 50px;
}
.gnavi {
	display: block!important;
}
.gnavi>li>a {
    display: block;
    padding: 18px 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #000!important;
    width:100%;
}
.submenu {
    margin: 0;
    width: 100%;
    position: relative;
}
.submenu a {
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}
.mainvisual{
    padding-top: 40px;
}
.box01 .container {
    display: block;
}
.b01_img {
    width: 108%;
    margin: 0 -4% ;
    text-align: center;
}
.b01_main {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 50px 3%;
}
.b01_h2 {
    text-align: center;
    font-size: 30px;
}
.b01_list a:before {
    width: 50px;
}
	.b01_list a {
		padding-left: 95px;
	}
.box01:after {
	position:relative;
}
.b01-cnt,.b01-img{
    width:100%;
    padding:0;
}
.b01-img iframe{
    height:300px;
}
.b01-cnt:before{
    top: -315px;
}
.box01 .idx-ttl{
    margin-top:20px;
}
.box02 {
    margin-top: 90px;
    padding-bottom: 60px; 
}
.idx_btn {
	text-align: center;
}
.idx_h2 {
    font-size: 30px;
}
.b02_item {
    width: 48%;
    margin: 0 4% 30px 0;
}
.b02_item:nth-child(2n) {
	margin-right: 0;
}
.box02 .idx_btn a {
    font-size: 16px;
}
.box03 .container {
    display: block;
}
.b03_main {
    width: 100%;
}
.b03_main:last-child {
    width: 100%;
    margin-top: 40px;
}
.b03_video a .ttl {
    font-size: 20px;
}
.b03_video a .ttl:before {
    height: 24px;
}
.b04_item {
    max-width: 400px;
    width: calc(47% - 15px);
}
.b04_item:nth-child(2n){
    margin-right:0;
}
.b04_itm_ttl {
    width: 100%;
    font-size: 18px;
}
.b04_itm_discount {
      bottom: 150px;
}
.b04_itm_ttl .num {
    width: 60px;
    height: 60px;
    font-size: 26px;
}
	.b04_item:last-child {
		margin-bottom: 0;
	}
.box04 {
    padding-bottom: 50px;
    background-size: 100% auto;
}
.box05 {
    padding: 50px 0;
}
.b05_main {
    display: block;
}
.b05_item {
    width: 100%;
    text-align: center;
}
.b05_item:nth-child(1) {
    padding: 30px;
    margin-bottom: 40px;
}
.b05_item:nth-child(1) .ttl {
    font-size: 20px;
}
.b05-video-frame{
    height: 335px;
}
.b05-news-itm-main{
    height: 155px;
}
.box06 {
    padding: 50px 0;
}
.b06_list {
	padding:0;
    display: block;
}
.b06_item:not(:last-child) {
    margin: 0;
}
.b06_itm_ttl {
    font-size: 18px;
}
.b06_list .slick-arrow{
    top: calc(40% - 30px);background-color: #e9aa00;
}
.footer_main {
    display: block;
}
.f_mod {
    width: 100%;
    margin: 0 0 30px;
}
.f_menu {
    width: 211px;
    margin: 0 auto;
    text-align: left;
    height: 100px;
}
.b03_video .icon {
    width: 40px;
    height: 20px;
    border-radius: 5px;
    right: 20px;
    bottom: auto;
    top: 20px;
}
.b03_video .icon:after {
    border-width: 5px 0 5px 10px;
}
.b03_video .icon:before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    border-radius: 5px;
}
.f_social{
    justify-content:center;
}
    .f_social a {
        width:32px;
    }
}
@media screen and (max-width: 480px) {

.box01{
    padding:20px 0;
}
.b01_txt {
    color: #000;
	padding-right: 15px;
}
.b01_list a {
	padding-right: 20px;
}
.b01-cnt:before,.b01-cnt:after,.b01-main:before,.b01-main:after{
    width: 125px;
}
.box02{
    margin-top:30px;
}

.b02_tab li {
    margin: 0 2px;
    padding: 10px 2px;
	width: 100%;font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b02_item {
    width: 48%;
    margin: 0 4% 30px 0;
}
.b02_item:nth-child(3n), .b02_item:nth-child(5n) {
	margin-right: 4%;
}
.b02_item:nth-child(2n) {
	margin-right:0;
}
.b04_list{margin-bottom:30px;}
.b04_item {
    width:48%;
    margin-right:0;
}
.b04_itm_discount {
   bottom: 90px;
}
.b05-news-itm-ttl{
	overflow: unset;white-space: unset;text-overflow: unset;
}
.b07_list li {
    width: 48%;
    margin: 0 1% 20px;
    padding: 7px;
    height: 120px;
}
.b01_h2 {
    font-size: 24px;
}
.b03_video a .ttl {
    font-size: 16px;
    padding: 0 20px 20px 30px;
}
.b03_video a .ttl:before {
    left: 15px;
}
.box05 .container,.b05-news-item a{
    display: block;
}
.b05-news, .b05-video,.b05-news-itm-img,.b05-news-itm-main{
    width:100%;
}
.b05-news-item a{}
.b05-news-itm-main{height:auto;}
.b05-video{margin-top:50px;}
}