<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&amp;family=Oswald:wght@400;700&amp;family=IBM+Plex+Serif&amp;display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 15px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #ff1e02;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.5em;
}
#totop {
  position: fixed;
  bottom: 60px;
  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: 'Open Sans', sans-serif;
  font-weight: 400;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
  max-width: 1366px;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
  display: none;
}
.h-top {
  background: #000;
  color: #a9a9a9;
  padding: 5px 0;
}
.h-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-top-txt {
  margin: 0;
}
.h-top-tel {
  display: inline-block;
  margin-left: 20px;
}
.h-top-tel span:nth-child(2) {
  color: #ff0;
}
.h-top-tel span:nth-child(1) {
  text-decoration: underline;
}
.h-cart {
  margin: 0 0 0 30px;
}
.h-cart a {
  text-decoration: none;
  color: #666666;
  text-align: center;
  display: flex;
  align-items: center;
}
.h-cart a span {
  width: 20px;
  background: #ffff00;
  border-radius: 50%;
  display: inline-block;
  line-height: 1.1em;
  padding: 2px;
}
.h-cart a:before {
  content: '';
  position: relative;
  background: url("/W_images/h_cart.png") no-repeat center center/100% auto;
  width: 25px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}
.h-search {
  margin: 0 0 0 auto;
  display: flex;
}
.h-search input {
  width: 254px;
  background: #f7f7f7;
  border: none;
  padding: 5px 20px;
}
.h-search .button {
  width: 40px;
  border: none;
  background: #f7f7f7;
  text-align: center;
  padding-bottom: 5px;
  margin-left: 1px;
  cursor: pointer;
}
.h-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 15px 0 -42px;
  width: 130px;z-index:1;
}
.h-main-list {
  display: flex;
  align-items: center;
}
.h-main-list li {
  position: relative;
  padding-left: 55px;
}
.h-main-list li span {
  font-size: 17px;
  color: #000000;
  font-family: 'Oswald', sans-serif;
  display: block;
  text-transform: uppercase;
}
.h-main-list li:before {
  content: '';
  position: absolute;
  background: url("/W_images/h_icon01.png") no-repeat center center/100% auto;
  width: 42px;
  height: 40px;
  top: 2px;
  left: 0;
}
.h-main-list li:nth-child(2):before {
  background-image: url("/W_images/h_icon02.png");
  width: 44px;
}
.h-main-list li:nth-child(3):before {
  background-image: url("/W_images/h_icon03.png");
  width: 40px;
}
.h-main-list li:nth-child(4):before {
  background-image: url("/W_images/h_icon04.png");
  width: 52px;
}
.h-main-list li:nth-child(4) {
  padding-left: 65px;
}
.h-main-list li:not(:last-child) {
  border-right: 1px solid #ccc;
  margin-right: 2vw;
  padding-right: 2vw;
}
#gnavi {
  background: #ff1e02;
}
.gnavi {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.gnavi &gt; li &gt; a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  padding: 10px 1vw;
  position: relative;
  transition: all 0.3s;
}
.gnavi &gt; li.over &gt; a:after {
  content: '';
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
  display: inline-block;
  margin-left: 5px;
  top: -4px;
}
.submenu {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 99;
  background: #fff;
  padding: 30px;
  display: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(7, 7, 7, 0.1);
  -moz-box-shadow:    0px 0px 5px 0px rgba(7, 7, 7, 0.1);
  box-shadow:         0px 0px 5px 0px rgba(7, 7, 7, 0.1);
}
.submenu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #666;
  transition: all 0.3s;
}
.submenu a:hover {
  color: #ff1e02;
}
.gnv-icon {
  width: 35px;
  height: 35px;
  display: flex;
  flex-shrink: 0;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}
.gnv-icon img {
  flex-shrink: 0;
  max-height: 100%;
}
.submenu &gt; ul {
  display: flex;
  flex-wrap: wrap;
}
.submenu &gt; ul &gt; li {
  width: 23%;
  margin: 7px 0;
  margin-right: 2%;
}
.submenu &gt; ul &gt; li:nth-child(4n) {
  margin-right: 0;
}
.submenu &gt; ul &gt; li &gt; a {
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.submenu ul ul li a {
  font-size: 14px;
}
.submenu ul ul li {
  margin-bottom: 6px;
}
.gnavi &gt; li.active &gt; a, .gnavi &gt; li:hover &gt; a {
  background: #000000;
  color: #ff0;
}
@media screen and (min-width: 769px) {
#header {
  -webkit-animation: remove-fixed 0.3s linear;
  -moz-animation: remove-fixed 0.3s linear;
  -ms-animation: remove-fixed 0.3s linear;
  animation: remove-fixed 0.3s linear;
  background: rgba(255,255,255,0.9);
}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
}
  #header.fixed .h-top {
    display: none;
  }
#header.fixed .logo {
    width: 80px;
  margin-top: 5px;
}
.h-main-list li {
    font-size: 13px;
}
  #header.fixed .h-main-list {
    display: none;
}
}
@keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.main-slide .slick-slide img {
  width: 100%;
}
.main-slide .slick-slide {
  margin: 0;
}
.main-slide .slick-dots {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 5%;
  z-index: 5;
}
.main-slide .slick-dots li {
  margin-right: 20px;
}
.main-slide .slick-dots li button {
  border: none;
  background: url("/W_images/slide_dot.png") no-repeat center center/100% auto;
  width: 25px;
  height: 25px;
  text-indent: -50000px;
  cursor: pointer;
  transition: all 0.3s;
}
.main-slide .slick-dots li.slick-active button, .main-slide .slick-dots li:hover button {
  background-image: url("/W_images/slide_dot_hv.png");
}
.box01 {
  padding: 60px 0;
}
.b01-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b01-list li {
  width: calc(100%/6 - 16px);
  margin-bottom: 18px;
}
.b01-list li a {
  display: flex;
  text-decoration: none;
  color: #666666;
  height: 100%;
  align-items: center;
  padding: 13px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all 0.3s;
}
.b01-list li a span {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.b01-list li a span img {
  flex-shrink: 0;
  max-height: 100%;
}
.b01-list li a:hover {
  background: #f1f1f1;
}
.box02 .container {
  padding: 0;
}
.b02-itm-video iframe {
  width: 100%;
  height: 465px;
}
.b02-item {
  position: relative;
}
.box03 {
  padding: 60px 0;
}
.idx-ttl {
  font-size: 30px;
  line-height: 1.5em;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
.idx-ttl span {
  display: inline-block;
  border-bottom: 2px solid;
}
.b03-list {
  display: flex;
  flex-wrap: wrap;
}
.b03-item {
  width: calc(100%/4 - 24px);
  margin: 0 30px 40px 0;
}
.b03-item:nth-child(4n) {
  margin-right: 0;
}
.b03-item-img {
  text-align: center;
  border: 1px solid #ccc;
  padding: 0;

  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.b03-item-img &gt; span {
 
}
.b03-item-img &gt; span:nth-child(2) {
	 position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: all 0.5s;
  padding: 0;
  -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  opacity: 0;
}
.b03-item a:hover .b03-item-img &gt; span:nth-child(2) {
  -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  opacity: 1;
}
.b03-item a:hover .b03-item-img &gt; span:nth-child(1) {
  opacity: 0;
}
.b03-item-img img {
  flex-shrink: 0;
}
.b03-item a {
  display: block;
  text-decoration: none;
  color: #666666;
  position: relative;
  transition: all 0.3s;
}
.b03-item a:hover {
  opacity: 0.7;
}
.b03-item-sale {
  margin: 0;
  position: absolute;
  right: 0;
  top: 10px;
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 5px 3px 0;
  z-index: 2;
}
.b03-item-sale:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 10px 13.5px 0;
  border-color: transparent #f00 transparent transparent;
  left: -10px;
  top: 0;
  z-index: -1;
}
.b03-item-rating {
    display: inline-block;
    position: relative;
  color: #ffea00;
  font-size: 25px;
  margin: 0;
}
.b03-rating-value {
    display: inline-block;
}
.b03-rating-show {
    white-space: nowrap;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.b03-itm-ttl {
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
}
.b03-itm-price {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.old {
  text-decoration: line-through;
}
.old span, .new span {
  text-decoration: underline;
}
.new {
  font-size: 16px;
  color: #ff0000;
  font-weight: bold;
}
.b03-top, .b03-main:not(:last-child) {
  margin-bottom: 50px;
  position: relative;
}
.b03-top .idx-ttl {
  color: #ff0000;
}
.b03-top .b03-item {
  margin: 0 15px;
}
.b03-top .b03-list {
  margin: 0 -15px;
}
.b03-list .slick-arrow {
  position: absolute;
  border: none;
  width: 50px;
  height: 25px;
  background: url("/W_images/b03_next.png") no-repeat center center #ff0000;
  z-index: 5;
  top: -65px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
  text-indent: -500000px;
}
.b03-list .slick-prev {
  right: 75px;
  background-image: url("/W_images/b03_prev.png");
}
.b03-list .slick-arrow:hover {
  background-color: #a00404;
}
.idx-btn {
  margin: 0;
  text-align: center;
}
.idx-btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #000000;
  text-align: center;
  padding: 1px 10px 3px;
  transition: all 0.3s;
}
.idx-btn a:hover {
  background: #f00;
}
.b03-main {
  position: relative;
}
.b03-main .idx-btn {
  position: absolute;
  right: 0;
  top: 10px;
}
.box04 {
  padding: 60px 0;
  background: #f0f0f0;
}
.b04-h2 {
  text-align: center;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.b04-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.b04-item {
  width: calc(20% - 24px);
  margin: 0 30px 0 0;
}
.b04-item:nth-child(5n) {
  margin-right: 0;
}
.b04-item a {
  text-decoration: none;
  color: #666;
  display: block;
  transition: all 0.3s;
  background: #fff;
  height: 100%;
}
.b04-itm-main {
  padding: 0 15px 15px;
}
.b04-itm-img img {
  width: 100%;
  transition: all 0.5s;
}
.b04-itm-img {
  overflow: hidden;
}
.b04-item a:hover .b04-itm-img img {
  transform: scale(1.1, 1.1);
}
.b04-itm-ttl {
  line-height: 1.5em;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.b04-itm-txt {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3em;
}
.b04-item a:hover {
  background: #ff1e02;
  color: #fff;
}
.b04-item a:hover .b04-itm-ttl {
  color: #fff;
}
.box05 {
  background: url("/W_images/b05_img.jpg") no-repeat center center/cover;
  padding: 50px 0;
}
.b05-ttl {
  font-size: 44px;
  color: #000;
  line-height: 1.5em;
  font-family: 'IBM Plex Serif', serif;
}
.b05-ttl span {
  display: block;
  font-size: 117%;
  font-family: 'Oswald', sans-serif;
}
.footer-main {
  background: #5f5f5f;
  color: #fff;
  padding: 60px 0;
}
.footer-main .container {
  display: flex;
  justify-content: space-between;
}
.f-mod {
  width: calc(33.33% - 30px);
}
.f-ttl {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.f-ttl:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: #cccccc;
  left: 0;
  bottom: 0;
}
.f-info {
  font-size: 14px;
  margin-bottom: 15px;
}
.f-info &gt; span:nth-child(1) {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.f-info a {
  color: #fff;
  text-decoration: none;
}
.f-ttl:not(:first-child) {
  border-top: 1px solid #909090;
  margin-top: 30px;
  padding-top: 30px;
}
.f-add {
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}
.f-add:before {
  content: '';
  position: absolute;
  background: url("/W_images/f_home.png") no-repeat center center/100% auto;
  width: 20px;
  height: 17px;
  left: 0;
  top: 2px;
}
.f-add:nth-child(3):before, .f-add:nth-child(4):before {
  background-image: url("/W_images/f_add.png");
  height: 25px;
  top: 0;
  width: 16px;
}
.f-map iframe {
  width: 100%;
  height: 205px;
}
.f-txt {
  font-size: 14px;
}
.footer-bot {
  background: #313131;
  padding: 25px 0;
}
.footer-bot .container {
  display: flex;
  justify-content: space-between;
}
.copyright {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.f-card {
  margin: 0;
}
.h-main-sp {
  display: none;
}
.f-mod-sub{
	display: flex;
    border-top: 1px solid #909090;
    margin-top: 30px;
    padding-top: 30px;
}
.f-mod-sub .f-mod{width:50%;}
.f-list li{
	
	padding: 5px 0;
}
.f-list li a{
	color: #fff;
    text-decoration: none;
}
.f-list li a:hover{
	text-decoration:underline;
	
}
/*
  font-family: 'Open Sans', sans-serif;
  font-family: 'Oswald', sans-serif;
*/
@media screen and (min-width: 1920px) {
 /*.h-main-list li:not(:last-child) {
    margin-right: 5vw;
    padding-right: 5vw;
}
.gnavi &gt; li &gt; a{padding: 10px 2vw;}*/
.b03-item-img{}
.h-main-list li:not(:last-child) {
  
    margin-right: 1vw;
    padding-right: 1vw;
}
.gnavi &gt; li &gt; a{padding: 10px 0.7vw;}
}
@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: 70px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 40px;
    height: 36px;
    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: #f00;
    margin-left: 10px;
  }
  .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: 9px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    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: -8px;
  }
  .menu-icon span::after {
    margin-top: 8px;
  }
  .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: 60px;
    height: 63px;
    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 &gt; .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .h-top, .h-main-list {
    display: none;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 0;
    width: 100%;
  }
  .logo {
    margin: 0;
    width: 80px;
  }
  .h-main-sp {
    display: flex;
    align-items: center;
  }
  .h-main-search {
    position: relative;
  }
  .h-main-search .form {
    position: absolute;
    right: 0;
    z-index: 99;
    background: #dcdcdc;
    padding: 5px;
    display: none;
  }
  .h-search-ttl {
    margin: 0;
    width: 40px;
    height: 36px;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h-main-sp .h-cart {
    margin-left: 10px;
  }
  .h-main-sp .h-cart a {
    background: #666;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    position: relative;
  }
  .h-main-sp .h-cart a span {
    font-size: 10px;
    width: 15px;
    position: absolute;
    top: 2px;
    right: 2px;
}
  .h-main-sp .h-cart a:before {
    width: 20px;
    height: 16px;
  }
  .h-main-sp .h-search input {
    font-size: 12px;
    width: 180px;
    padding: 7px 40px 7px 10px;
  }
  .h-main-sp .h-search .button {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px 5px 6px;
  }
  #gnavi {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    display: none;
  }
  .gnavi {
    display: block;
  }
  .gnavi &gt; li &gt; a {
    background: #ff1e02;
    color: #fff;
    padding: 15px 20px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .over {
    position: relative;
  }
  .submenu {
    position: relative;
    padding: 20px;
  }
  .submenu &gt; ul &gt; li {
    width: 48%;
    margin: 5px 1%;
  }
  .gnavi &gt; li.over &gt; a:after {
    display: none;
  }
  .main-slide .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .main-slide .slick-dots {
    left: 3%;
    bottom: 3vw;
  }
  .box01 {
    padding: 40px 0 20px;
  }
  .b01-list li {
    width: calc(33.33% - 10px);
  }
  .b02-itm-video iframe {
    height: 60vw;
  }
  .box03 {
    padding: 40px 0 20px;
  }
  .b03-top .b03-item {
    margin: 0 8px;
  }
  .b03-top .b03-list {
    margin: 0 -8px;
  }
  .idx-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .b03-list .slick-arrow {
    top: -50px;
    right: 8px;
    width: 40px;
  }
  .b03-list .slick-prev {
    right: 50px;
  }
  .b03-item-img {
    
    padding: 0;
  }
  .b03-item, .b04-item {
    width: calc(33.33% - 10px);
    margin: 0 15px 30px 0;
  }
  .b03-main .b03-item:nth-child(3n), .b04-item:nth-child(3n) {
    margin-right: 0;
  }
  .b03-top, .b03-main:not(:last-child) {
    margin-bottom: 30px;
    position: relative;
  }
  .b03-main .idx-btn {
    top: 0;
  }
  .box04 {
    padding: 40px 0;
  }
  .b04-list {
    margin-bottom: 0;
  }
  .b04-item:nth-child(n+4), .b03-main .b03-item:nth-child(n+4) {
    display: none;
  }
  .b05-ttl {
    font-size: 5vw;
  }
  .footer-main {
    padding: 40px 0 20px;
  }
  .footer-main .container, .footer-bot .container {
    display: block;
  }
  .f-mod {
    width: 100%;
    margin-bottom: 30px;
  }
  .f-ttl {
    font-size: 16px;
  }
  .copyright {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .f-card {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .b03-item, .b04-item {
    width: calc(50% - 8px);
  }
  .b03-main .b03-item:nth-child(2n), .b04-item:nth-child(2n) {
    margin-right: 0;
  }
  .b04-item:nth-child(n+3), .b03-main .b03-item:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .b03-item-img {
   
  }
  .b03-main .idx-btn {
    position: relative;
  }
  .b01-list li {
    width: calc(50% - 5px);
  }
  .main-slide .slick-slide img {
    height: 160px;
    width: auto;
    max-width: none;
  }
  .submenu &gt; ul &gt; li {
    width: 100%;
    margin: 0 0 10px;
  }
  .submenu {
    padding: 20px 10px 10px;
  }
.b03-item-rating {
    font-size: 18px;
}
.b03-itm-ttl {
    font-size: 13px;
}
.b03-itm-price {
    font-size: 12px;
}
.new {
    font-size: 13px;
}
.b03-item-sale {
    font-size: 11px;
}
.b03-item-sale:before {
    border-width: 11px 5px 11px 0;
    left: -5px;
}
}</pre></body></html>