@charset "UTF-8";
ul, li, dl, dd, dt, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  backface-visibility: hidden;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}
* ::after, * ::before {
  box-sizing: border-box;
}

@keyframes rotation {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(359deg);
    -ms-transform: translate(-50%, -50%) rotate(359deg);
    -webkit-transform: translate(-50%, -50%) rotate(359deg);
    transform: translate(-50%, -50%) rotate(359deg);
  }
}
@keyframes swing {
  0% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -moz-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -o-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@-moz-keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -moz-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -o-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -moz-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -o-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@-webkit-keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@-moz-keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
/* CSS Document */
html {
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN","YuGothic",Meiryo,"メイリオ",sans-serif !important;
}

body {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  font-feature-settings: 'palt' 1;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

input {
  appearance: none;
  -webkit-appearance: none;
  height: 24px;
  border: 1px solid #666;
}

.sp {
  display: none;
}

header {
  display: block;
}
header .inner {
  width: 1050px;
  margin: 0 auto;
  position: relative;
  height: 150px;
}
header a.logo {
  position: absolute;
  top: 30px;
  left: 0;
}
header p {
  position: absolute;
  right: 0;
  top: 40px;
  font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin: 0;
  width: auto;
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
}
header p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff100;
  display: block;
  height: 8px;
  width: 100% !important;
  content: "";
}
header ul {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 0;
}
header ul li {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 20px;
  opacity: 1;
  transition: 300ms;
}
header ul li a {
  line-height: 20px;
  color: #000;
  display: block;
}
header ul li a img {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
  display: inline-block;
}
header ul:hover li:not(:hover) {
  opacity: .3;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-feature-settings: 'palt' 1;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

main {
  overflow: hidden;
}

/* !!------------------------------------ */
/* !! MV */
#MV {
  background: #f2f1e9;
  height: 400px;
  opacity: 1;
  transition: 600ms opacity;
}
#MV * {
  outline: none;
}
#MV .cell {
  width: 1050px;
  height: 100%;
  opacity: 1;
}
#MV .cell img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
#MV .cell.c2 {
  background: #eee;
}
#MV.set {
  opacity: 0;
}

/* !!------------------------------------ */
/* !! カテゴリリスト */
nav {
  display: block;
}

ul#category {
  width: 1050px;
  margin: 0 auto;
  margin-top: 37px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 87px;
}
ul#category:hover > li:not(:hover) a {
  opacity: .2;
  -webkit-transform: perspective(2000px) translatez(-30px);
  -moz-transform: perspective(2000px) translatez(-30px);
  -ms-transform: perspective(2000px) translatez(-30px);
  -o-transform: perspective(2000px) translatez(-30px);
  transform: perspective(2000px) translatez(-30px);
}
ul#category:hover i {
  opacity: .2;
}
ul#category > li {
  height: 50px;
  width: calc(100% / 4);
  position: relative;
}
ul#category > li:hover ul {
  opacity: 1;
  pointer-events: auto;
}
ul#category > li:hover ul li {
  opacity: 1;
}
ul#category > li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -7px;
  top: -7px;
  background-image: url(../img/dec-cross.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
}
ul#category > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 50px;
  padding-left: 90px;
  color: #000;
  transition: 600ms cubic-bezier(0, 1.63, 0.78, 0.96);
  -webkit-transform: perspective(2000px) translatez(0);
  -moz-transform: perspective(2000px) translatez(0);
  -ms-transform: perspective(2000px) translatez(0);
  -o-transform: perspective(2000px) translatez(0);
  transform: perspective(2000px) translatez(0);
}
ul#category > li > a span {
  position: absolute;
  top: 9px;
  left: 50px;
  height: 30px;
  width: 30px;
}
ul#category > li > a span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul#category > li i {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul#category > li:nth-of-type(4n)::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -7px;
  top: -7px;
  background-image: url(../img/dec-cross.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
}
ul#category > li:nth-of-type(n + 13) i::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -7px;
  bottom: -7px;
  background-image: url(../img/dec-cross.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
}
ul#category > li:last-of-type i::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -7px;
  bottom: -7px;
  background-image: url(../img/dec-cross.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
}
ul#category > li:nth-of-type(4n + 2) > ul {
  left: calc((1050px / 4)* -1 );
}
ul#category > li:nth-of-type(4n + 3) > ul {
  left: calc((1050px / 4)* -1 * 2 );
}
ul#category > li:nth-of-type(4n + 4) > ul {
  left: calc((1050px / 4)* -1 * 3 );
}
ul#category > li > ul {
  position: absolute;
  padding: 10px 0;
  top: 50px;
  left: 0;
  width: 1050px;
  text-align: left;
  z-index: 3;
  opacity: 0;
  transition: 200ms cubic-bezier(0, 1.07, 1, 1);
  pointer-events: none;
  /*
  			&.l{
  				left: auto;
  				right: 160px;
  				@include transform(translate(-50px,-50%));
  			}
  */
}
ul#category > li > ul:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3000px;
  height: 100%;
  background: #f5f5f5;
  opacity: .9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
ul#category > li > ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 200px;
}
ul#category > li > ul li a {
  padding-left: 0;
  display: block;
  color: #000;
  font-size: 1.3rem;
  line-height: 50px;
  padding: 0;
  padding-left: 60px;
  position: relative;
  opacity: 1 !important;
  white-space: nowrap;
}
ul#category > li > ul li a:before {
  content: "";
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 4px;
}
ul#category > li > ul li a img {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul#category > li > ul li a:hover {
  color: #28B6BB;
}

/* !!------------------------------------ */
/* !! トップページ */
main {
  width: 1050px;
  margin: 0 auto;
}
main > h2 {
  font-weight: normal;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  margin-top: 80px;
}
main > h2 strong {
  font-family: 'bebasregular';
  font-weight: 200;
  display: block;
  font-size: 3.6rem;
  line-height: 1;
}
main > h2 strong::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #9fa0a0;
  display: block;
  margin: 0 auto;
  height: 2px;
  width: 40px;
  margin: 10px auto;
}

ul.feature {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 20px;
  width: 1050px;
  justify-content: space-between;
}
ul.feature li {
  width: 343px;
  height: 150px;
  margin-top: 10px;
  transition: 600ms cubic-bezier(0, 1.63, 0.78, 0.96);
  -webkit-transform: perspective(2000px) translatez(0);
  -moz-transform: perspective(2000px) translatez(0);
  -ms-transform: perspective(2000px) translatez(0);
  -o-transform: perspective(2000px) translatez(0);
  transform: perspective(2000px) translatez(0);
}
ul.feature li a img {
  width: 100% !important;
  height: auto !important;
}
ul.feature:hover li:not(:hover) {
  opacity: .5;
  -webkit-transform: perspective(2000px) translatez(-30px);
  -moz-transform: perspective(2000px) translatez(-30px);
  -ms-transform: perspective(2000px) translatez(-30px);
  -o-transform: perspective(2000px) translatez(-30px);
  transform: perspective(2000px) translatez(-30px);
}

td:empty {
  display: none;
}

ul.products {
  font-size: 0;
  width: 920px;
  overflow: auto;
  margin: 30px auto;
  white-space: nowrap;
}
ul.products.slick-initialized {
  overflow: visible;
}
ul.products * {
  outline: none;
}
ul.products li {
  width: 166px;
  height: 400px;
  margin: 0 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
ul.products li a {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.products li .thumb {
  width: 100% !important;
  height: 166px;
  border: 1px solid #B3B3B3;
  margin-bottom: 10px;
}
ul.products li .thumb img {
  width: 100% !important;
  height: auto !important;
}
ul.products li p {
  text-align: justify;
  margin: 0;
  font-size: 1.2rem !important;
  font-size: 12px;
  line-height: 1.4;
}
ul.products li:hover p {
  text-decoration: underline;
}
ul.products .slick-arrow {
  top: 36%;
}
ul.products .slick-arrow:before {
  width: 17px;
  height: 30px;
  display: block;
  font-size: 0;
  background-image: url(../img/slide-anchor.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
}
ul.products .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* !!------------------------------------ */
/* !! フッター */
#footer1 {
  margin-top: 0px;
  display: block;
  background: #595757;
}
#footer1 .inner {
  width: 1050px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}
#footer1 h2 {
  font-size: 1.2rem;
  color: #FFF;
  margin: 0;
  line-height: 1;
  vertical-align: middle;
}
#footer1 h2 span {
  display: inline-block;
  line-height: 20px;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
#footer1 h2 strong {
  display: inline-block;
  font-size: 1.8rem;
  font-family: 'bebasregular';
  font-weight: 200;
  vertical-align: middle;
  line-height: 20px;
}
#footer1 .contact-wrap {
  margin: 20px 0;
  padding-left: 240px;
  position: relative;
}
#footer1 .contact-wrap .tel {
  position: absolute;
  top: 0;
  left: 0;
}
#footer1 .contact-wrap a.contact {
  background: #ea5514;
  display: block;
  border-radius: 4px;
  line-height: 46px;
  width: 290px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
}
#footer1 #mailmagazine {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  top: 30px;
  right: 0;
  position: absolute;
  width: 500px;
}
#footer1 #mailmagazine > p {
  margin: 0;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 600;
}
#footer1 #mailmagazine form p {
  margin: 0;
  line-height: 1;
  margin-top: 2px;
}
#footer1 #mailmagazine form span {
  display: inline-block;
  width: 100px;
  line-height: 24px;
}
#footer1 #mailmagazine form input {
  display: inline-block;
  width: 290px;
}
#footer1 #mailmagazine form .btn {
  background: #ea5514;
  border-radius: 3px;
  border: 1px solid #000;
  width: 85px;
  color: #fff;
  position: absolute;
  bottom: 11px;
  right: 10px;
}
#footer1 p.note {
  line-height: 1;
  color: #fff;
  font-size: 1rem;
  margin: 0;
}

#footer2 {
  font-size: 0;
  text-align: center;
}
#footer2 .inner {
  display: inline-block;
  width: 525px;
  vertical-align: top;
  font-size: 1rem;
  padding: 30px 0;
  text-align: justify;
}
#footer2 #inner1 {
  padding-right: 30px;
}
#footer2 #inner1 h2 {
  font-family: 'bebasregular';
  font-weight: 200;
  margin: 0;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
#footer2 dl p {
  margin: 0;
  line-height: 1.6;
}
#footer2 dl dt {
  font-size: 1.4rem;
  border-bottom: 1px dotted #000;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1;
}
#footer2 dl dd {
  font-size: 1rem;
  padding-left: 1.2em;
  position: relative;
}
#footer2 dl dd.np {
  padding: 0;
}
#footer2 dl dd.np::before {
  content: none;
}
#footer2 dl dd::before {
  content: "●";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#footer2 dl dd p:first-of-type {
  font-weight: bold;
}
#footer2 #inner2 {
  padding-left: 30px;
}
#footer2 #inner2 dl {
  color: #fff;
}
#footer2 #inner2 dl dt {
  border-bottom: 1px dotted #fff;
}
#footer2 #inner2 dl dd p {
  font-weight: normal !important;
}
#footer2 #inner2 dl dd .logo {
  margin: 20px 0;
}
#footer2 .bnr-wrap {
  font-size: 0;
  white-space: nowrap;
}
#footer2 .bnr-wrap img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

ul.company-info li {
  border-bottom: 1px dotted #fff;
  position: relative;
  line-height: 1;
  padding-bottom: 5px;
  margin-top: 10px;
  padding-left: 120px;
}
ul.company-info li span {
  position: absolute;
  top: 0;
  left: 0;
}

#footer2, .ft2 {
  background: -moz-linear-gradient(0% 50% 0deg, #f2f1e9 50%, black 47.16%);
  background: -webkit-linear-gradient(0deg, #f2f1e9 50%, black 47.16%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.468, #f2f1e9), color-stop(0.4716, black));
  background: -o-linear-gradient(0deg, #f2f1e9 50%, black 47.16%);
  background: -ms-linear-gradient(0deg, #f2f1e9 50%, black 47.16%);
  background: linear-gradient(90deg, #f2f1e9 50%, #000000 47.16%);
}

@media screen and (max-width: 640px) {
  input {
    appearance: none;
    -webkit-appearance: none;
    height: 24px;
    border: 1px solid #666;
  }

  header {
    display: block;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
  }
  header a.logo {
    position: absolute;
    top: 4.68vw;
    left: 4.68vw;
    height: 40px;
  }
  header a.logo img {
    width: auto !important;
    height: 100% !important;
  }
  header p {
    position: absolute;
    right: 4.68vw;
    top: 4.68vw;
    font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.3;
  }
  header p span {
    background: #fff100;
  }
  header p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff100;
    display: none;
    height: 8px;
    width: 100% !important;
    content: "";
  }
  header nav {
    padding-top: 16vw;
  }
  header ul {
    position: static;
    font-size: 0;
    margin: 4.68vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header ul li {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 0px;
    opacity: 1;
    margin-top: 10px;
    transition: 300ms;
  }
  header ul li a {
    line-height: 20px;
    color: #000;
    display: block;
  }
  header ul li a img {
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
    display: inline-block;
  }
  header ul:hover li:not(:hover) {
    opacity: .3;
  }

  body {
    margin: 0;
    padding: 0;
    color: #000;
    font-feature-settings: 'palt' 1;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
  }

  main {
    overflow: hidden;
  }

  /* !!------------------------------------ */
  /* !! MV */
  #MV {
    background: #f2f1e9;
    height: auto;
    opacity: 1;
    min-height: 200px;
    transition: 600ms opacity;
    margin-bottom: 0 !important;
  }
  #MV * {
    outline: none;
  }
  #MV .cell {
    width: 100vw;
    height: auto;
    opacity: 1;
  }
  #MV .cell img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  #MV .cell.c2 {
    background: #eee;
  }
  #MV.set {
    opacity: 0;
  }

  /* !!------------------------------------ */
  /* !! カテゴリリスト */
  nav {
    display: block;
  }

  ul#category {
    width: 100%;
    padding: 4.68vw;
    margin: 0 auto;
    margin-top: 4.68vw;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  ul#category:hover > li:not(:hover) a {
    opacity: .2;
    -webkit-transform: perspective(2000px) translatez(-30px);
    -moz-transform: perspective(2000px) translatez(-30px);
    -ms-transform: perspective(2000px) translatez(-30px);
    -o-transform: perspective(2000px) translatez(-30px);
    transform: perspective(2000px) translatez(-30px);
  }
  ul#category:hover i {
    opacity: .2;
  }
  ul#category > li {
    height: 50px;
    width: calc(100% / 2);
    position: relative;
  }
  ul#category > li:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
  ul#category > li:hover ul li {
    opacity: 1;
  }
  ul#category > li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    top: -5px;
    background-image: url(../img/dec-cross.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
  }
  ul#category > li > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.3rem;
    line-height: 50px;
    white-space: nowrap;
    padding-left: 50px;
    color: #000;
    transition: 600ms cubic-bezier(0, 1.63, 0.78, 0.96);
    -webkit-transform: perspective(2000px) translatez(0);
    -moz-transform: perspective(2000px) translatez(0);
    -ms-transform: perspective(2000px) translatez(0);
    -o-transform: perspective(2000px) translatez(0);
    transform: perspective(2000px) translatez(0);
  }
  ul#category > li > a span {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
    width: 50px;
  }
  ul#category > li > a span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    -o-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  ul#category > li i {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  ul#category > li:nth-of-type(4n)::after, ul#category > li:nth-of-type(2n)::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: -5px;
    background-image: url(../img/dec-cross.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
  }
  ul#category > li:nth-of-type(n + 13) i::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    bottom: -5px;
    background-image: url(../img/dec-cross.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
  }
  ul#category > li:last-of-type i::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    background-image: url(../img/dec-cross.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
  }
  ul#category > li:nth-of-type(4n + 2) > ul {
    left: calc((1050px / 4)* -1 );
  }
  ul#category > li:nth-of-type(4n + 3) > ul {
    left: calc((1050px / 4)* -1 * 2 );
  }
  ul#category > li:nth-of-type(4n + 4) > ul {
    left: calc((1050px / 4)* -1 * 3 );
  }
  ul#category > li > ul {
    position: fixed;
    padding: 10px 0;
    top: auto;
    bottom: 0;
    left: 0 !important;
    width: 100vw;
    text-align: left;
    z-index: 3;
    opacity: 0;
    font-size: 0;
    transition: 200ms cubic-bezier(0, 1.07, 1, 1);
    pointer-events: none;
    /*
    			&.l{
    				left: auto;
    				right: 160px;
    				@include transform(translate(-50px,-50%));
    			}
    */
  }
  ul#category > li > ul:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    opacity: .95;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  ul#category > li > ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 50%;
  }
  ul#category > li > ul li a {
    padding-left: 0;
    display: block;
    color: #000;
    font-size: 1.2rem;
    line-height: 50px;
    white-space: nowrap;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    padding-left: 50px;
    position: relative;
    opacity: 1 !important;
    white-space: nowrap;
  }
  ul#category > li > ul li a:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 4px;
  }
  ul#category > li > ul li a img {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  ul#category > li > ul li a:hover {
    color: #28B6BB;
  }

  /* !!------------------------------------ */
  /* !! トップページ */
  main {
    margin: 0;
    width: 100%;
  }
  main > h2 {
    font-weight: normal;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    margin-top: 9.36vw;
  }
  main > h2 strong {
    font-family: 'bebasregular';
    font-weight: 200;
    display: block;
    font-size: 3.6rem;
    line-height: 1;
  }
  main > h2 strong::after {
    content: "";
    width: 50px;
    height: 5px;
    background: #9fa0a0;
    display: block;
    margin: 0 auto;
    height: 2px;
    width: 40px;
    margin: 10px auto;
  }

  ul.feature {
    display: block;
    flex-wrap: wrap;
    width: auto;
    margin: 4.68vw;
    justify-content: space-between;
  }
  ul.feature li {
    width: auto;
    height: auto;
    margin-top: 10px;
    transition: 600ms cubic-bezier(0, 1.63, 0.78, 0.96);
    -webkit-transform: perspective(2000px) translatez(0);
    -moz-transform: perspective(2000px) translatez(0);
    -ms-transform: perspective(2000px) translatez(0);
    -o-transform: perspective(2000px) translatez(0);
    transform: perspective(2000px) translatez(0);
  }
  ul.feature li a img {
    width: 100% !important;
    height: auto !important;
  }
  ul.feature:hover li:not(:hover) {
    opacity: .5;
    -webkit-transform: perspective(2000px) translatez(-30px);
    -moz-transform: perspective(2000px) translatez(-30px);
    -ms-transform: perspective(2000px) translatez(-30px);
    -o-transform: perspective(2000px) translatez(-30px);
    transform: perspective(2000px) translatez(-30px);
  }

  td:empty {
    display: none;
  }

  ul.products {
    font-size: 0;
    width: 100;
    overflow: auto;
    margin: 30px auto;
    margin-bottom: 0;
    white-space: nowrap;
  }
  ul.products.slick-initialized {
    overflow: visible;
  }
  ul.products * {
    outline: none;
  }
  ul.products li {
    width: 166px;
    height: 400px;
    margin: 0 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }
  ul.products li a {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  ul.products li .thumb {
    width: 100% !important;
    height: 166px;
    border: 1px solid #B3B3B3;
    margin-bottom: 10px;
  }
  ul.products li .thumb img {
    width: 100% !important;
    height: auto !important;
  }
  ul.products li p {
    text-align: justify;
    margin: 0;
    font-size: 1.2rem !important;
    font-size: 12px;
    line-height: 1.4;
  }
  ul.products li:hover p {
    text-decoration: underline;
  }
  ul.products .slick-arrow {
    top: 36%;
  }
  ul.products .slick-arrow:before {
    width: 17px;
    height: 30px;
    display: block;
    font-size: 0;
    background-image: url(../img/slide-anchor.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
  }
  ul.products .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* !!------------------------------------ */
  /* !! フッター */
  #footer1 {
    margin-top: 0px;
    display: block;
    background: #595757;
  }
  #footer1 .inner {
    width: 100%;
    padding: 4.68vw;
    margin: 0 auto;
    position: relative;
  }
  #footer1 h2 {
    font-size: 1.2rem;
    color: #FFF;
    margin: 0;
    line-height: 1;
    vertical-align: middle;
  }
  #footer1 h2 span {
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: 2px;
    margin-left: 10px;
  }
  #footer1 h2 strong {
    display: inline-block;
    font-size: 1.8rem;
    font-family: 'bebasregular';
    font-weight: 200;
    vertical-align: middle;
    line-height: 20px;
  }
  #footer1 .contact-wrap {
    margin: 20px 0;
    padding-left: 0;
    position: relative;
  }
  #footer1 .contact-wrap .tel {
    position: static;
    top: 0;
    left: 0;
  }
  #footer1 .contact-wrap a.contact {
    background: #ea5514;
    margin-top: 10px;
    display: block;
    border-radius: 4px;
    line-height: 46px;
    width: 100%;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
  }
  #footer1 #mailmagazine {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    position: static;
    width: auto;
    margin: 0;
  }
  #footer1 #mailmagazine > p {
    margin: 0;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #footer1 #mailmagazine form p {
    margin: 0;
    line-height: 1;
    margin-top: 2px;
  }
  #footer1 #mailmagazine form span {
    display: inline-block;
    width: 100px;
    line-height: 24px;
  }
  #footer1 #mailmagazine form input {
    display: inline-block;
    width: 100%;
    height: 36px;
  }
  #footer1 #mailmagazine form .btn {
    background: #ea5514;
    border-radius: 3px;
    padding: 0 !important;
    border: 1px solid #000;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    line-height: 36px;
    display: block;
    height: 36px;
    position: static;
    bottom: 11px;
    right: 10px;
  }
  #footer1 p.note {
    line-height: 1.3;
    color: #fff;
    font-size: 1rem;
    margin: 0;
    margin-top: 10px;
  }

  #footer2 {
    font-size: 0;
    text-align: center;
  }
  #footer2 .inner {
    display: block;
    width: 100%;
    padding: 4.68vw;
    vertical-align: top;
    font-size: 1rem;
    text-align: justify;
  }
  #footer2 #inner1 {
    padding-right: 30px;
    background: #f2f1e9;
  }
  #footer2 #inner1 h2 {
    font-family: 'bebasregular';
    font-weight: 200;
    margin: 0;
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  #footer2 dl p {
    margin: 0;
    line-height: 1.6;
  }
  #footer2 dl dt {
    font-size: 1.4rem;
    border-bottom: 1px dotted #000;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1;
  }
  #footer2 dl dd {
    font-size: 1rem;
    padding-left: 1.2em;
    position: relative;
  }
  #footer2 dl dd.np {
    padding: 0;
  }
  #footer2 dl dd.np::before {
    content: none;
  }
  #footer2 dl dd::before {
    content: "●";
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
  }
  #footer2 dl dd p:first-of-type {
    font-weight: bold;
  }
  #footer2 #inner2 {
    padding-left: 0;
    padding: 4.68vw;
    background: #000;
  }
  #footer2 #inner2 dl {
    color: #fff;
  }
  #footer2 #inner2 dl dt {
    border-bottom: 1px dotted #fff;
  }
  #footer2 #inner2 dl dd p {
    font-weight: normal !important;
  }
  #footer2 #inner2 dl dd .logo {
    margin: 20px 0;
  }
  #footer2 .bnr-wrap {
    font-size: 0;
    white-space: nowrap;
  }
  #footer2 .bnr-wrap img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: calc((50% - 5px));
    height: auto;
  }

  ul.company-info li {
    border-bottom: 1px dotted #fff;
    position: relative;
    line-height: 1;
    padding-bottom: 5px;
    margin-top: 10px;
    padding-left: 120px;
  }
  ul.company-info li span {
    position: absolute;
    top: 0;
    left: 0;
  }

  #footer2, .ft2 {
    background: none;
  }
}

/*# sourceMappingURL=main.css.map */
