﻿@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
	--mcolor: #294999;
	--scolor:;
}


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 {
  color: var(--mcolor);
}
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: 2em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 60px;
}
#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-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
	display: none;
}
#header {
    padding: 20px 0;
    background: rgba(255,255,255,0.9);
}
#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	margin: 0;max-width: 200px;
}
.gnavi {
	display: flex;
}
.gnavi>li {
	
	padding: 0 22px;
}
.gnavi li{position: relative;}
.gnavi>li>a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	color: #000;
	position: relative;
	transition: all 0.3s;
}
.gnavi>li>a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--mcolor);
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: all 0.3s;
}
.gnavi>li.active>a:after, .gnavi>li:hover>a:after {
	transform: scaleX(1);
}
.gnavi>li.active>a , .gnavi>li:hover>a {
	color: var(--mcolor);
}
.submenu {
	position: absolute;
	z-index: 9999999;
	width: 250px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #fff;background: var(--mcolor);
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 20px;
	margin-top: 1px;
	transition: all 0.3s;
}
.submenu a:hover {
	background: #000;
}
.subsubmenu{
	position: absolute;
	z-index: 9999999;
	width: 250px;
	left: 100%;
	top:0;
	display: none;
}
.h_cart a {
    width: 30px;
    height: 30px;
    display: block;
    background: url("/W_images/h_cart.png") no-repeat center center var(--mcolor);
    position: relative;
}
.h_cart {
    margin: 0 0 0 auto;
}
.h_cart .num {
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    background: #fff;
    border: 1px solid var(--mcolor);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #000;
    font-size: 14px;
    right: -14px;
    top: -13px;
}
.h_search {
	position: relative;
	cursor:pointer;
	margin-left:40px;
}
.h_sear_ttl {
	width: 40px;
    height: 40px;
    display: block;
    background: url("/W_images/icon_search.png") no-repeat center center var(--mcolor);
    position: relative;
	margin: auto;
    border-radius: 50px;	
}
.h_search_form {
    position: absolute;
    right: 0;
    background: #000;
    padding: 2px;
    width: 280px;
    top: 41px;
    display: none;
    z-index: 9;
}
.h_search_form input {
    background: #f0f0f0;
    border: none;
    font-size: 13px;
    padding: 10px 16px;
    width: 100%;
}
.h_search_form .button {
    background: #02327e;
    color: #fff;
    font-size: 13px;
    border: none;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}
.main_slide.slick-initialized .slick-slide {
	margin: 0;
}
.main_slide img {
	width: 100%;
}
.box01 {
	padding: 70px 0;
}
.idx_h2 {
	font-size: 36px;
	line-height: 1.5em;
	color: var(--mcolor);
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
}
.box01 .idx_h2 {
	text-align: left;
}
.idx_h2 a {
	text-decoration: none;
	color: #000;
	display: inline-block;
}
.b01_list.slick-initialized .slick-slide {
	margin: 0 15px;
}
.b01_list {
    display: flex;
    flex-wrap: wrap;
}
.b01_item {
    width: calc(20% - 24px);
    margin: 0 30px 30px 0;
}
.b01_item:nth-child(5n) {
	margin-right: 0;
}
.b01_itm_img {
    margin: 0;
    position: relative;
}
.b01_itm_img img {
	width: 100%;
}
.b01_itm_img a {
	text-decoration: none;
	display: block;
}
.discount {
    color: #fff;
    background: red;
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 13px;
    line-height: 1.5em;
    padding: 0 5px 0 10px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
}
.b01_itm_ttl {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    margin: 15px 0 5px;
}
.b01_itm_ttl a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}
.b01_itm_price {
    margin: 0 0 10px;
    text-align: center;
    font-size: 13px;
	color: #666;
}
.b01_itm_price .old {
	text-decoration: line-through;
}
.b01_itm_price .new {
	font-size: 115.38%;
	color: var(--mcolor);display: inline-block;
	margin-right: 20px;
}
.b01_itm_btn {
    margin: 0;
    display: flex;
    justify-content: center;
}
.b01_itm_btn a {
    width: 30px;
    height: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 9px;
    background: #f8f8f8;
}
.b01_list.slick-initialized .slick-slide>div:not(:last-child) {
	margin-bottom: 50px;
}
.b01_item a:hover {
	opacity: 0.7;
}
.slick-arrow {
    width: 50px;
    height: 20px;
    background: url(/W_images/b01_next.png) no-repeat center center #b7b7b7;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    right: 15px;
    top: -60px;
    text-indent: -500000px;
    left: auto;
    position: absolute;
}
.slick-prev {
	right: 80px;
	background-image: url("/W_images/b01_prev.png");
}
.slick-arrow:hover {
	background-color: #d3293f;
}
.box02 {
	padding: 60px 0 80px;
	background: #f7f7f7;
}
.b02_txt {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}
.b02_list {
    display: flex;
    justify-content: space-between;
}
.b02_item {
    width: calc(25% - 20px);
	background: #f1f1f1;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s;
}
.b02_item:hover {
	transform: translateY(-10px);
}
.b02_item a {
	text-decoration: none;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.b02_itm_img {
	margin: 0;
}
.b02_itm_img img {
	width: 100%;
}
.b02_itm_main {
	padding: 25px;
}
.b02_itm_ttl {
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 500;
}
.b02_itm_more {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: var(--mcolor);
}
.b02_itm_more:after {
    content: '>>';
    position: relative;
    display: inline-block;
    margin-left: 7px;
    font-family: system-ui;
    transform: scaleY(1.3);
    letter-spacing: -0.1em;
    top: -1px;
}
.b02_itm_more span {
	border-bottom: 1px solid;
}
.box03 {
	padding: 60px 0;
}
.b03_list {
    display: flex;
    flex-wrap: wrap;
	/*margin-bottom: 30px;*/
}
.b03_item {
    background: #fff;
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	position: relative;
	transition: all 0.3s;
}
.b03_item a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.b03_item:hover {
	transform: translateY(-10px);
}
.b03_item:nth-child(2n) {
	margin-right: 0;
}
.b03_itm_img {
	margin: 0;
	flex-shrink: 0;
	width: 40%;
}
.b03_itm_img img {
	width: 100%;
}
.b03_itm_main {
	padding: 30px;
	color: #666666;
}
.b03_itm_ttl {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.idx_date {
    margin: 0 0 10px;
    font-size: 14px;
}
.idx_date:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("/W_images/b03_icon.png") no-repeat center center/100% auto;
	width: 21px;
	height: 19px;
	margin-right: 5px;
	top: 4px;
}
.b03_itm_txt {
    margin: 0;
    line-height: 1.3em;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.b03_btn {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: var(--mcolor);
}
.b03_btn:after {
    content: '>>';
    position: relative;
    display: inline-block;
    margin-left: 7px;
    font-family: system-ui;
    transform: scaleY(1.3);
    letter-spacing: -0.1em;
    top: -1px;
}
.b03_btn a {
	display: inline-flex;
	justify-content: center;
}
.b03_btn a:hover {
	color: #000;
}
.box04 {
	background: #f7f7f7;
	padding: 70px 0;
}
.b04_list.slick-initialized .slick-slide {
	margin: 0 15px;
	padding-bottom: 20px;
	transition: all 0.3s;
	position: relative;
}
.b04_list.slick-initialized .slick-slide:hover {
	opacity: 0.7;
}
.b04_list {
	padding: 0 35px 20px;
}
.b04_itm_img {
    margin: 0;
}
.b04_itm_img img {
	width: 100%;
}
.b04_itm_main {
    background: #fff;
    margin: -30px 20px 0 0;
    position: relative;
    padding: 30px 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 0px 16px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	color: #666;
}
.b04_itm_ttl {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 8px;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
	height:54px;
}
.b04_itm_txt {
    margin: 0;
    line-height: 1.3em;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.b04_item a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.b04_list .slick-arrow {
	background-color: #e1e1e1;
	width: 46px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("/W_images/b04_next.png");
	right: 0;
}
.b04_list .slick-prev {
	left: 0;
	right: auto;
	background-image: url("/W_images/b04_prev.png");
}
.b04_list .slick-arrow:hover {
	background-image: url("/W_images/b04_next_hv.png");
}
.b04_list .slick-prev:hover {
	background-image: url("/W_images/b04_prev_hv.png");
}
.idx_btn {
	text-align: center;
	margin: 0;
}
.idx_btn a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #000;
	background: #e1e1e1;
	min-width: 95px;
	padding: 10px;
	line-height: 1.8em;
	position: relative;
	transition: all 0.3s;
}
.idx_btn a:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 9px 9px;
border-color: transparent transparent #cf152e transparent;
	right: 0;
	bottom: 0;
}
.idx_btn a:hover {
	background: #000;
	color: #fff;
}
.box05 {
	padding: 60px 0;
}
.box05 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.b05_main {
	width: 60%;
	color: #666666;
}
.b05_main .idx_h2 {
	text-align: left;
}
.b05_ttl {
    font-size: 22px;
    line-height: 1.5em;
    margin: 0 0 20px;
}
.b05_txt {
    margin: 0;
}
.b05_social {
    margin: 0;
    display: flex;
}
.b05_social a {
    border: 9px solid #f7f7f7;
    border-radius: 50%;
    background: #f7f7f7;
    margin-right: -25px;
	width: 90px;
}
.box06{padding: 60px 0;/* background: #f7f7f7; */border-bottom: 1px solid #ccc;}
.b06_list .slick-slide img{margin:0 auto;max-height:100%;}
.b06_list.slick-initialized .slick-slide{
	margin: 0 5px;
	/* -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 12%); */
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
	/* box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 12%); */
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgb(0 0 0 / 12%);
	}
#footer {
    background: #f7f7f7;
    padding: 60px 0;
}
#footer .container {
	display: flex;
	justify-content: space-between;
}
.f_mod {
	width: 31%;
	color: #666;
}
.f_ttl {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.f_txt {
    font-size: 14px;
    line-height: 1.5em;
	margin-bottom: 30px;
}
.copyright {
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
    margin: 0;
    padding-top: 30px;
}
.f_info li {
    font-size: 14px;
    margin-bottom: 23px;
    line-height: 1.5em;
	position: relative;
	padding-left: 40px;
}
.f_info li:last-child {
	margin-bottom: 0;
}
.f_info li:before {
	content: '';
	position: absolute;
	background: url("/W_images/f_tel.png") no-repeat center center/100% auto;
	width: 30px;
	height: 32px;
	left: 0;
	top: -5px;
}
.f_info li:nth-child(2):before {
	background-image: url("/W_images/f_mail.png");
}
.f_info li:nth-child(3):before {
	background-image: url("/W_images/f_add.png");
	top: 0;
}
.f_info a {
	color: #666;
	text-decoration: none;
}
.f_form input {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 15px;
    width: 55%;
}
.f_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.f_form input:last-child {
	width: calc(45% - 10px);
}
.f_form textarea {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 15px;
    width: 100%;
	margin-bottom: 10px;
}
.f_form .button {
	display: inline-block;
	background: var(--mcolor);
	color: #fff;
	border: none;
	cursor: pointer;
	text-align: center;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 14px;
	transition: all 0.3s;
}
.f_form .button:hover {
	background: #000;
}

#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
	padding: 10px 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);
  }
}

@media screen and (max-width: 1400px) {
  .container {
    padding: 0 3%;
  }
}
@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: 80px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 40px;
    height: 40px;
    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: #000;
    margin-left: 20px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 70%;
    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: 12px;
    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: 50px;
    position: absolute;
    background: rgba(0, 0, 0, 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: 999;
	}
#gnavi {
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100% - 80px);
    background: rgba(255,255,255,0.9);
    width: 100%;
    padding: 20px 3%;
	overflow: auto;
	display: none;
}
.logo {
    width: 150px;
}
.h_cart {
    margin: 0 0 0 auto;
}
.gnavi {
    display: block;
}
.gnavi>li>a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid;
}
.gnavi>li.active>a, .gnavi>li:hover>a {
    color: #000;
}
	.gnavi>li>a:after {
		display: none;
	}
	.gnavi>li {
		padding: 0;
	}
.submenu {
    position: relative;
    width: 100%;
}
.submenu a {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #000;
}
  .subsubmenu{position: relative;
    left: 0;
    width: 100%;}
	.subsubmenu a{background: #bd152a;}
.main_slide img {
    width: 120%;
    max-width: none;
    position: relative;
    left: -10%;
}
.box01 {
    padding: 40px 0;
}
.idx_h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.b01_list .slick-arrow {
    top: 0;
    right: auto;
    left: calc(50% + 5px);
}
.b01_list .slick-prev {
    left: auto;
    right: calc(50% + 5px);
}
.box02 {
    padding: 40px 0 20px;
}
.b02_list {
    flex-wrap: wrap;
}
.b02_item {
    width: 48%;
    margin-bottom: 20px;
}
.b02_itm_main {
    padding: 15px 5px;
}
.b02_itm_ttl , .b02_itm_more{
    font-size: 12px;
}
.b02_txt {
    margin-bottom: 20px;
}
.box03 {
    padding: 40px 0;
}
.b03_item {
    width: 100%;
    margin: 0 0 20px;
}
.b03_itm_main {
    padding: 10px 3%;
}
.b03_itm_ttl, .b04_itm_ttl {
    font-size: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 0;
	height:auto;
}
.b03_list {
    margin-bottom: 10px;
}
.box04 {
    padding: 40px 0;
}
.b04_itm_main {
    padding: 10px 15px;
}
.b03_itm_img {
    width:45%;
}
	.b03_itm_img  img {
		flex-shrink: 0;
		height: 100%;
		object-fit: cover;
	}
.box05 {
    padding: 40px 0;
}
.box05 .container {
    display: block;
}
.b05_main {
    width: 100%;
    margin-bottom: 30px;
}
.b05_ttl {
    font-size: 17px;
    margin-bottom: 10px;
}
.b05_social {
    justify-content: center;
	padding-right: 15px;
}
.b05_social a {
    border-width: 5px;
    width: 70px;
    margin-right: -15px;
}
.b04_list {
    padding: 0;
}
.idx_date {
    font-size: 12px;
    margin: 0;
}
.idx_date:before {
    width: 18px;
}
#footer {
    padding: 40px 0 10px;
}
#footer .container {
	flex-direction: column-reverse;
}
.f_mod {
    width: 100%;
    margin-bottom: 30px;
}
.f_ttl {
    font-size: 18px;
    margin-bottom: 10px;
}
.f_txt {
    margin-bottom: 20px;
}
.copyright {
    padding-top: 20px;
}
.b01_item {
    width: calc(33.33% - 20px);
}
.b01_item:nth-child(5n) {
	margin-right: 30px;
}
.b01_item:nth-child(3n) {
	margin-right: 0;
}
.b01_item:nth-child(n+7) {
	display: none;
}
.b04_item {
    display: flex;
    background: #fff;
	-webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
	margin: 0 0 20px;
	position: relative;
}
	.b04_item:nth-child(n+4) {
		display: none;
	}
.b04_itm_main {
    padding: 10px 15px;
    background: transparent;
    box-shadow: none;
    margin: 0;
}
.b04_itm_img {
    flex-shrink: 0;
    width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
	.b04_itm_img img {
		flex-shrink: 0;
		object-fit: cover;
		height: 100%;
	}
}
@media screen and (max-width: 768px){
.b01_item {
    width: 48%;
	margin: 0 4% 30px 0;
}
.b01_item:nth-child(5n) {
	margin-right: 4%;
}
.b01_item:nth-child(3n) {
	margin-right: 4%;
}
.b01_item:nth-child(2n) {
	margin-right: 0;
}
.b01_itm_price{font-size: 12px;}
.menu-icon{margin-left:5px;}
.h_cart .num{width: 18px;height: 18px;font-size: 12px;right: -10px;top: -10px;}
.h_search{margin-left:15px;}
.h_sear_ttl{width: 30px;height: 30px;background-size:50%;}
.h_search_form{right:-57px;}
}

@media screen and (max-width: 320px){
	.b01_itm_price .new{margin-right:0;}
}