﻿@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;
}
.under{    border-bottom: 5px solid #32b34a; padding-bottom: 30px;}
a {
  color: #e9ac56;
}
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: 'Roboto', sans-serif;
	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: #2e7d32;
	color: #fff;
}
h1 {
	display: none;
}
#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	margin: 0;
}
.logo img {
	width: 120px;
}
.gnavi {
	display: flex;
}
.gnavi > li {
	position: relative;
}
.submenu {
	position: absolute;
	width: 200px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	margin-top: 10px;
	display: none;
}
.submenu a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    background: #1b5e20;
    color: #fff;
    margin-top: 1px;
	transition: all 0.3s;
}
.submenu a:hover {
	opacity: 0.7;
}
.gnavi>li>a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.3s;
	padding: 0 25px;
	/* border-right: 2px solid #fff; */
}
.gnavi>li.active>a, .gnavi>li:hover>a {
	color: #ffbb00;
}
.h_cart {
	margin: 0;
}
.h_cart a {
	background: #91d380;
	display: flex;
	text-decoration: none;
	color: #000;
	width: 180px;
	height: 100px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s;
}
.h_cart a .num {
	display: block;
}
.h_cart a:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("/W_images/h_cart.png") no-repeat center center #2e7d32;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	border-radius: 50%;
}
.h_cart a:hover {
	background: #193f33;
	color: #fff;
}
.main_slide p {
	margin: 0;
}
.main_slide img {
	width: 100%;
}

.box01 {
	position: relative;
	z-index: 1;
}
.box01:after {
	content: '';
	position: absolute;
	background: url("/W_images/b01_bg.jpg") no-repeat top center/100% auto;
	top: 0;
	left: 91%;
	z-index: -2;
	pointer-events: none;
	width: 299px;
	height: 100%;
}
.box01 .container {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.b01_img {
	margin: 0;
	width: 50%;
	background: #15382c;
	position: relative;
	z-index: 2;
	text-align: right;
}
.b01_img:after {
	content: '';
	position: absolute;
	background: #16372c;
	right: 0;
	top: 0;
	z-index: -2;
	pointer-events: none;
	height: 100%;
	width: 100vw;
	min-width: 1200px;
}
.b01_main {
    width: 50%;
    padding: 80px 3% 120px 50px;
}
.b01_h2 {
	font-size: 46px;
	color: #15382c;
	text-transform: uppercase;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-weight: 700;
}
.b01_h2 span {
	display: block;
	font-size: 50%;
	color: #33b14a;
    font-family: 'iCielPacifico';
	text-transform: capitalize;
	line-height: 1.2em;
	font-weight: normal;
}
.b01_txt_bold {
    color: #33b14a;
    font-weight: 700;
    font-style: italic;
}
.b01_txt {
    color: #000;
	padding-right: 80px;
}
.b01_list a {
	display: block;
	background: rgba(51,177,74,0.1);
	border-radius: 8px;
	padding: 20px 20px 20px 130px;
	padding: 20px 80px 20px 130px;
	position: relative;
	text-decoration: none;
	color: #666;
	font-size: 88.89%;
	transition: all 0.3s;
}
.b01_list a:hover {
	background: rgba(51,177,74,0.3);
}
.b01_list a:before {
content: '';
    position: absolute;
    width: 65px;
    height: 64px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/W_images/b01_icon01.png) no-repeat center center/100% auto;
}
.b01_list li:not(:last-child) {
	margin-bottom: 15px;
}
.b01_list li .ttl {
	display: block;
	color: #000;
	font-size: 112.5%;
	transition: all 0.3s;
}
.b01_list a .note {
	color: #33b14a;
}
.b01_list li:nth-child(2) a:before {
	background-image: url("/W_images/b01_icon02.png");
}
.b01_list {
	margin-bottom: 30px;
}
.idx_btn {
	margin: 0;
}
.idx_btn a {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #33b14a;
	border-bottom: 2px solid #33b14a;
	transition: all 0.3s;
	font-weight: 700;
	padding-bottom: 5px;
	position: relative;
}
.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: #f9f8f4;
	position: relative;
	padding: 0 0 90px;
	z-index: 2;
}
.box02:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	top: -90px;
	background: url("/W_images/b07_bg_top.png") top center repeat-x;
}
.box02:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: -60px;
	background: url("/W_images/b07_bg_bot.png") top center repeat-x;
}
.box02 .container:before {
	content: '';
	position: absolute;
	background: url("/W_images/b02_bg.png") no-repeat center center/100% auto;
	width: 275px;
    height: 357px;
    top: -28px;
	left: calc(50% + 380px);
	z-index: -2;
}
.box02 .container:after {
	content: '';
	position: absolute;
	background: url("/W_images/b02_bg01.png") no-repeat center center/100% auto;
	width: 298px;
	height: 212px;
	bottom: -137px;
    right: calc(50% + 412px);
	z-index: 1;
}
.idx_h2 {
	text-align: center;
	font-size: 48px;
	color: #15382c;
	line-height: 1.5em;
	background: url("/W_images/idx_h2_icon.png") no-repeat bottom center;
	padding-bottom: 20px;
    font-family: 'iCielPacifico';
	margin-bottom: 30px;
}
.b02_list {
	display: flex;
	flex-wrap: wrap;
}
.b02_item {
	width: calc(24% - 6px);
	margin: 0 25px 30px 0;
}
.b02_item:nth-child(4n) {
	margin-right: 0;
}
.b02_tab {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.b02_tab li {
	background: #afe7b9;
	text-align: center;
	display: inline-block;
	padding: 7px 20px;
	color: #15382c;
	border-radius: 15px;
	border: 1px solid #33b14a;
	margin: 0 12px;
	cursor: pointer;
	transition: all 0.3s;
}
.b02_tab li.current, .b02_tab li:hover{
	background: #33b14a;
	color: #fff;
}
.b02_itm_img {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    border: 1px solid #e1e1e1;
	overflow: hidden;
	
    margin: 0 0 1em;
}
.b02_itm_img>a.link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.b02_itm_discount {
    position: absolute;
    background: #f00;
    color: #fff;
    width: 40px;
    text-align: center;
    left: 15px;
    top: 15px;
}
.b02_itm_img .cart {
    position: absolute;
    background: #f61a1a;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    right: -20px;
    bottom: -20px;
    padding: 15px;
	z-index: 2;
	opacity: 0;
	transition: all 0.3s;
}
.b02_itm_img .cart:before, .b02_itm_img .cart:after {
	content: '';
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	left: -10px;
	top: -10px;
	z-index: -2;
	opacity: 0.2;
    background: #f61a1a;
	border-radius: 50%;
}
.b02_itm_img .cart:after {
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	left: -20px;
	top: -20px;
}
.b02_itm_img:hover .cart {
	opacity: 1;
}
.b02_itm_ttl {
	text-align: center;
	line-height: 1.5em;
}
.b02_itm_ttl a {
	display: inline-block;
	color: #15382c;
	text-decoration: none;
}
.b02_itm_ttl a:hover {
	color: #33b14a;
	font-weight: 700;
}
.box02 .idx_btn {
	text-align: center;
}
.box02 .idx_btn a {
	font-size: 24px;
}
.b02_main {
	display: none;
}
.b02_main.current {
	display: inherit;
}
.box03 {
	background: url("/W_images/b03_bg.png") no-repeat top center/cover;
	padding:120px 0;
	position: relative;
	color: #fff;
	margin-top: -50px;
}
.box03 .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.box03 .idx_h2 {
	color: #fff;
	background-image: url("/W_images/idx_h2_icon02.png");
}
.b03_main {
    width: 64%;
}
.b03_main:last-child {
	width: 31%;
}
.b03_video {
	position: relative;
}
.b03_video a {
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.b03_video a .ttl {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 30px 30px 55px;
	display: flex;
	align-items: flex-end;
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
	bottom: 0;
	left: 0;
	font-size: 30px;
	text-transform: uppercase;
	transition: all 0.3s;
}
.b03_video a .ttl:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 40px;
	left: 30px;
	bottom: 30px;
	background: #fff;
}
.b03_video a img, .b03_photo a img {
	width: 100%;
	transition: all 0.7s;
}
.b03_video a:hover img, .b03_photo a:hover img {
	transform: scale(1.1,1.1);
}
.b03_video .icon {
	width: 80px;
	height: 50px;
	position: absolute;
	background: #f61a1a;
	border-radius: 15px;
	right: 50px;
	bottom: 30px;
}
.b03_video .icon:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 20px;
border-color: transparent transparent transparent #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.b03_video .icon:before {
	content: '';
	position: absolute;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	left: -20px;
	top: -20px;
	margin: auto;
	border: 2px solid #f61a1a;
	border-radius: 15px;
	opacity: 0.15;
}
.b03_photo a {
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.b03_photo a:after {
	content: '';
	position: absolute;
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%);
	width: 100%;
	height: 100%;
	top: 0;left: 0;
}
.b03_photo a .ttl {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 2;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 2px solid #fff;
	padding-left: 10px;
}
.b03_list {
    background: #fff;
    padding: 13px 13px 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.b03_list li {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}
.b03_list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box04 {
	position: relative;
	background: url("/W_images/b04_bg.jpg") no-repeat bottom center;
	padding: 50px 0 300px;
}
.box04:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	top: -50px;
	background: url("/W_images/b04_bg_top.png") top center repeat-x;
}
.box04 .idx_h2 {
	font-family: 'Roboto Condensed', sans-serif;
}
.box04 .idx_h2 span {
	display: block;
	color: #33b14a;
	font-size: 50%;
	line-height: 1.2em;
}
.b04_list {
    display: flex;
    justify-content: space-between;
}
.b04_item {
    width: calc(33.33% - 20px);
    text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.b04_itm_ttl {
    width: 210px;
    height: 210px;
    display: flex;
    position: relative;
    background: #33b14a;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 10px;
    font-size: 22px;
    line-height: 1.3em;
    border: 10px solid #99d8a4;
	padding: 25px;
}
.b04_itm_ttl .num {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #15382c;
	font-size: 36px;
	position: absolute;
	left: -15px;
	top: -15px;
	background: rgba(235,235,235,0.5);
	border-radius: 50%;
}
.b04_itm_txt {
    margin: 0;
	color:#000;
	text-align:justify;
}
.box05 {
	background: #2e7d32;
	padding: 90px 0;
	color: #fff;
}
.box05 .idx_h2 {
	color: #fff;
	background-image: url("/W_images/idx_h2_icon02.png");
}
.b05_main {
    display: flex;
    justify-content: space-between;
}
.b05_item {
	width: calc(50% - 20px);
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.b05_item img{max-width:500px; max-height:600px;}
.b05_item:nth-child(1):after {
	content: '';
	position: absolute;
	width: 100vw;
	min-width: 1200px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -2;
	pointer-events: none;
	background: #15382c;
	border-top-right-radius: 30px;
}
.b05_item:nth-child(1) {
	flex-direction: column;
	padding-right: 50px;
}
.b05_item:nth-child(1) .ttl {
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.3em;
	margin-top: 10px;
}
.box06 {
	padding: 70px 0;
}
.b06_list {
	display: flex;
}
.b06_item {
	width: 100%;
	position: relative;
}
.b06_item:not(:last-child) {
	margin-right: 45px;
}
.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: 2;
}
.b06_itm_main {
    width: 90%;
    margin: -30px auto 0;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 25px;
    position: relative;
	min-height: 185px;
}
.b06_itm_info {
	color: #15382c;
	display: flex;
	justify-content: space-between;
}
.b06_itm_info span {
	display: flex;
	align-items: flex-end;
}
.b06_itm_info span:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("/W_images/b06_icon01.png") no-repeat center center/100% auto;
	margin-right:7px;
	width: 20px;
	height: 20px;
	top: -2px;
}
.b06_itm_info span:last-child:before {
	background-image: url("/W_images/b06_icon02.png");
}
.b06_itm_ttl {
	color: #33b14a;
	font-size: 22px;
	line-height: 1.3em;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}
.box07 {
	background: #f9f8f4;
	position: relative;
	padding: 0 0 90px;
	z-index: 2;
	margin-top: 100px;
}
.box07:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	top: -90px;
	background: url("/W_images/b07_bg_top.png") top center repeat-x;
}
.box07:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: -60px;
	background: url("/W_images/b07_bg_bot.png") top center repeat-x;
}
.b07_list {
    display: flex;
    justify-content: center;
}
.b07_list li {
	width: calc(20% - 24px);
	background: #fff;
	border: 1px solid #ebebeb;
	border-radius: 15px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}
.b07_list li:not(:last-child) {
	margin-right: 30px;
}
.b07_list:not(:last-child) {
	margin-bottom: 30px;
}
#footer {
    padding: 90px 0 0;
}
.footer_main {
    display: flex;
    justify-content: space-between;
}
.f_mod {
    width: 25%;
}
.f_mod:not(:last-child) {
	border-right: 1px solid #f0f0f0;
	padding: 0 20px
}
.f_mod:nth-child(1) {
	padding-left: 0;
	align-content: center;
}
.f_mod:last-child {
	padding-left: 20px;
}
.f_logo {
	margin-bottom: 20px;
	text-align: center;
}
.f_name {
	font-size: 28px;
    color: #15382c;
    line-height: 1.6em;
    margin-bottom: 15px;
    font-weight: 600;
}
.f_add {
    font-size: 16px;
    color: #15382c;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.f_social {
	margin: 0;
}
.f_social a {
	margin-right: 10px;
	display: inline-block;
}
.f_ttl {
    width: 210px;
    background: #2e7d32;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 11px;
	width:100%;
}
.f_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.f_link a {
    text-decoration: none;
    color: #33b14a;
    padding: 0 10px;
}
.f_link li:last-child a {
	border-right: none;
}
.f_link li {
	margin-bottom: 7px;
	width:50%;
	font-size:15px;
	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: #193f33;
}
.f_menu {
	display: flex;   
  flex-flow:column wrap;
	height: 150px;
}
.f_menu a {
	color: #2e7d32;
	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;
}
.f_form {
	position: relative;
}
.f_form input {
	width: 100%;
	border: 1px solid #ebebeb;
	background: #fff;
	padding: 15px 20px;
	font-size: 16px;
}
.f_form button {
	position: absolute;
	background: #2e7d32;
	border: none;
	right: 0;
	top: 0;
	padding: 10px;
	cursor: pointer;
}
.footer_main {
	border-bottom: 1px solid #2e7d32;
	padding-bottom: 30px;
}


.copyright {
	margin: 0;
	text-align: center;
	color: #000;
	padding: 30px 0;
}
.copyright a {
	text-decoration: none;
	color: #000;
}



/*
	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: 768px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 14px;
}

.footer_main > div{
	padding: 0 0 20px 0 !important;
    border-right: none !important;
}

.footer_main > div:nth-child(2),.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;
  }
  .logo img {
    width: 70px;
}
  /* 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: #1b5e20;
    margin-left: 10px;
    border-radius: 50%;
}
  .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 #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);
  }
  #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: 73px;
    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;
	}
.gnavi>li>a {
    background: #2e7d32;
    display: block;
    padding: 18px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #fff!important;
}
.submenu {
    margin: 0;
    width: 100%;
    position: relative;
}
.submenu a {
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}
.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;
}
.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_list {
    display: block;
}
.b04_item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 50px;
}
.b04_itm_ttl {
    width: 180px;
    height: 180px;
    font-size: 18px;
}
.b04_itm_ttl .num {
    width: 60px;
    height: 60px;
    font-size: 26px;
}
	.b04_item:last-child {
		margin-bottom: 0;
	}
.box04 {
    padding-bottom: 25vw;
    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;
}
.box06 {
    padding: 50px 0;
}
.b06_list {
    display: block;
}
.b06_item:not(:last-child) {
    margin: 0 0 30px;
}
.b06_itm_ttl {
    font-size: 18px;
}
.b07_list {
    flex-wrap: wrap;
	margin-bottom: 0;
	justify-content: center;
}
	.b07_list li {
    width: calc(33.33% - 20px)!important;
    margin: 0 10px 20px;
}
.b07_list:not(:last-child) {
    margin-bottom: 0;
}
.b07_list li:not(:last-child) {
    margin-right: 10px;
}
.box07 {
    padding: 0 0 40px;
}
.footer_main {
    display: block;
}
.f_mod {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}
.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;
}
}
@media screen and (max-width: 425px) {
	
.b01_txt {
    color: #000;
	padding-right: 15px;
}
.b01_list a {
	padding-right: 20px;
}


.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;
}
.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;
}
}