@charset "UTF-8";

@font-face {
  font-family: "YuGo";
  font-display: swap;
  src: url(/sp/spot/dist/fonts/YuGothM.ttc) format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "YuGo";
  font-display: swap;
  src: url(/sp/spot/dist/fonts/YuGothB.ttc) format("truetype");
  font-weight: bold;
}

/*--------------------------------
  global
--------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
body {
  margin: 0;
  font-family: "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", "Meiryo", "verdana", sans-serif;
  color: #000;
  font-weight: bold;
}
svg {
  width: 0;
  pointer-events: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
picture {
  display: inline-block;
}
picture img {
  display: block;
}
ul {
  list-style: none;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.english-version {
  font-family: Arial, sans-serif;
}
.next-arrow {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  text-transform: none;
  width: auto;
  height: auto;
  cursor: pointer;
}
.next-arrow img {
  width: 30px;
}
.prev-arrow {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  text-transform: none;
  width: auto;
  height: auto;
  cursor: pointer;
}
.prev-arrow img {
  width: 30px;
}
.transparent-for-small {
  position: relative !important;
  opacity: 1;
  pointer-events: all;
}
.mt-0 {
  margin-top: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.text-bold {
  font-weight: bold!important;
}
.text-underline {
  text-decoration: underline;
}
@media (min-width: 830px) {
  .mt-30-pc {
    margin-top: 30px!important;
  }
  .pb-5-pc {
    padding-bottom: 5px!important;
  }
}

/*--------------------------------
  visibility
--------------------------------*/
@media (min-width: 480px) {
  .transparent-for-small {
    position: absolute !important;
    opacity: 0;
    pointer-events: none;
  }
}
.not-transparent-for-small {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 480px) {
  .not-transparent-for-small {
    position: relative !important;
    opacity: 1;
    pointer-events: all;
  }
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}

@media (min-width: 0) {
  .hide-for-xsmall {
    display: none !important;
  }
}
.show-for-xsmall {
  display: none !important;
}

@media (min-width: 0) {
  .show-for-xsmall {
    display: block !important;
  }
}

@media (min-width: 480px) {
  .hide-for-small {
    display: none !important;
  }
}
.show-for-small {
  display: none !important;
}

@media (min-width: 480px) {
  .show-for-small {
    display: block !important;
  }
}

@media (min-width: 830px) {
  .hide-for-medium {
    display: none !important;
  }
}
.show-for-medium {
  display: none !important;
}

@media (min-width: 830px) {
  .show-for-medium {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .hide-for-large {
    display: none !important;
  }
}
.show-for-large {
  display: none !important;
}

@media (min-width: 1025px) {
  .show-for-large {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .hide-for-xlarge {
    display: none !important;
  }
}
.show-for-xlarge {
  display: none !important;
}

@media (min-width: 1200px) {
  .show-for-xlarge {
    display: block !important;
  }
}

/*--------------------------------
  header
--------------------------------*/
.header {
  position: fixed;
  top: 15px;
  left: 10px;
  right: calc(10px - 4.5px);
  z-index: 10;
  max-height: 46px;
  padding-right: 4.5px;
}

@media (min-width: 830px) {
  .header {
    max-width: calc(1684px - (27px * 2));
    width: calc(100% - (27px * 2));
    left: 50%;
    padding-right: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: inherit;
    overflow-y: inherit;
  }
}
.header--open {
  max-height: calc(100vh - 15px);
  overflow-y: auto;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
}

@media (min-width: 830px) {
  .header__wrap {
    padding: 0 calc((100% - 780px) / 2 - 3px) 0 calc((100% - 780px) / 2);
  }
}

@media (min-width: 830px) {
  .header--with-link {
    position: fixed;
    top: 15px;
    left: 10px;
    right: calc(10px - 4.5px);
    z-index: 10;
    max-height: 46px;
    padding-right: 4.5px;
    max-width: 100%;
    width: auto;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

@media (min-width: 1100px) {
  .header--with-link {
    max-width: calc(1684px - (27px * 2));
    width: calc(100% - (27px * 2));
    left: 50%;
    padding-right: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    max-height: inherit;
    overflow-y: inherit;
  }
}
.header--with-link.header--open {
  max-height: calc(100vh - 15px);
  overflow-y: auto;
}

@media (min-width: 830px) {
  .header--with-link .header__wrap {
    padding: 0;
  }
}

@media (min-width: 1100px) {
  .header--with-link .header__wrap {
    padding: 0 calc((100% - 780px) / 2 - 3px) 0 calc((100% - 780px) / 2);
  }
}
.header__buy {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 125px;
  height: 100%;
  background-color: #646464;
  color: #fff;
  border: 3px solid #000;
  text-align: center;
  line-height: 40px;
}

@media (min-width: 1100px) {
  .header__buy {
    display: block;
  }
}
.header__buy:hover {
  background-color: #323232;
  color: #ff0;
}
.header__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}

@media (min-width: 1100px) {
  .header__logo-wrap {
    width: calc(50% - 3px / 2 - 3px);
    padding: 0;
  }
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 90px;
}

@media (min-width: 830px) {
  .header__logo {
    width: 100px;
    margin-left: 25px;
  }
}

/*--------------------------------
  section
--------------------------------*/
.section {
  margin: 100px auto;
  max-width: 1680px;
}

@media (min-width: 830px) {
  .section {
    margin: 150px auto;
  }
}
.section:first-child {
  margin-top: 0;
}
.section--gray {
  background-color: #ccc;
  padding: 1px 0;
  max-width: 100%;
  margin: 0 auto;
}
.section__title {
  margin: 30px 0;
}

@media (min-width: 830px) {
  .section__title {
    margin: 110px 0;
  }
}

@media (min-width: 830px) {
  .section__title--small-mb {
    margin: 80px 0;
  }
}
.section__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1024px;
  margin: auto;
}
.section__product .product:not(:last-child) {
  margin-bottom: 50px;
}
.section__gallery {
  max-width: 1024px;
  margin: auto;
}
.section__detail .detail {
  max-width: 900px;
  margin: 60px auto;
}

@media (min-width: 830px) {
  .section__detail .detail {
    margin: 75px auto;
  }
}

.about-howto {
  margin: -10px 10px -12px;
}

@media (min-width: 830px) {
  .about-howto {
    max-width: 900px;
    margin: 85px auto -9px;
  }
}

@media (min-width: 830px) {
  .about-howto__img {
    line-height: 0;
  }
}

.section__line-up-button {
  margin: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__line-up-button .button {
  width: calc(100% / 2 - 10px);
  margin-bottom: 10px;
}
.section__line-up-button .button--big {
  width: 100%;
}
.section__feature {
  margin: 15px 10px;
}

@media (min-width: 830px) {
  .section__feature {
    margin: 60px auto;
    max-width: 1024px;
  }
}

@media (min-width: 1040px) {
  .section__feature {
    width: 1024px;
  }
}
.section__feature .feature {
  margin-bottom: 20px;
}
.section__howto {
  margin: 15px 10px 60px;
}

@media (min-width: 830px) {
  .section__howto {
    margin: 15px 10px 120px;
  }
}
.section__howto .howto {
  margin-bottom: 20px;
}

@media (min-width: 830px) {
  .section__howto .howto {
    max-width: 1024px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 830px) {
  .section__howto .howto--small {
    max-width: 1024px;
  }
}

@media (min-width: 830px) {
  .section__howto--twin {
    max-width: 1024px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 830px) {
  .section__howto--twin .howto {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
    margin-left: 0;
  }
}
.section__smalltext {
  font-size: 12px;
  margin: 0 10px;
  font-weight: normal;
  line-height: 1.6;
}

@media (min-width: 830px) {
  .section__smalltext {
    max-width: 1024px;
    margin: 0 auto;
    font-size: 11px;
  }
}

@media (min-width: 830px) {
  .section__smalltext--small {
    max-width: 1024px;
    margin: 0 auto;
  }
}
.section__news {
  max-width: 1024px;
  margin: 0 10px;
}

@media (min-width: 1044px) {
  .section__news {
    margin: 0 auto;
  }
}
.section__paragraph {
  margin: 30px 0;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 830px) {
  .section__paragraph {
    margin: 40px 0;
    font-size: 16px;
  }
}
.section__option {
  margin: 0 20px 60px;
}

@media (min-width: 830px) {
  .section__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 320px;
    max-width: 960px;
  }
}

@media (min-width: 830px) {
  .section__option .option {
    width: calc(100% / 3);
    padding: 0 30px;
  }
}
.section__option .option:not(:last-child) {
  border-bottom: 1px solid #818285;
  margin-bottom: 16px;
}

@media (min-width: 830px) {
  .section__option .option:not(:last-child) {
    border-bottom: none;
    margin-bottom: 0;
    border-right: 1px solid #818285;
  }
}
.section__series {
  margin: 15px 10px 20px;
  max-width: 1024px;
}

@media (min-width: 830px) {
  .section__series {
    margin: 15px auto 75px;
  }
}
.section__peggy:link {
  text-decoration: underline;
}
.section__peggy:hover {
  color: #787878;
}

/*--------------------------------
  footer
--------------------------------*/
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 200px;
  margin: 0 auto 60px;
}

@media (min-width: 830px) {
  .footer__sns {
    margin: 0 auto 85px;
  }
}
.footer__logo {
  display: block;
  width: 125px;
  margin: 0 auto 25px;
}

@media (min-width: 830px) {
  .footer__logo {
    width: 180px;
    margin: 0 auto 40px;
  }
}

.footer__copyright {
  text-align: center;
  margin: 0 auto 25px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
}

@media (min-width: 830px) {
  .footer__copyright {
    margin: 0 auto 35px;
    font-size: 13px;
  }
}

.english-version .footer__copyright {
  max-width: 320px;
}

/*--------------------------------
  Slider
--------------------------------*/
/* ----- slick ----- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img,
.slick-slide picture {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}

/* ----- slick-theme -----  */
.slick-loading .slick-list {
  background: #fff url(/sp/spot/dist/images/slick/ajax-loader.gif) center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"), url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev {
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  outline: none;
  z-index: 2;
  border: none;
  left: 10px;
}
.slick-prev.slick-disabled::before {
  opacity: 0.25;
}
.slick-prev::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover::before,
.slick-prev:focus::before {
  opacity: 1;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyOC40Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzY0NjQ2NDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjNweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IuWGmeecnyI+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyMy41IDEuNSAxLjUgMTQuMiAyMy41IDI2LjkiLz48L2c+PC9nPjwvc3ZnPg==);
}
.gallery-slider .slick-prev::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyOC40Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjNweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IuWGmeecnyI+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyMy41IDEuNSAxLjUgMTQuMiAyMy41IDI2LjkiLz48L2c+PC9nPjwvc3ZnPg==);
}
[dir="rtl"] .slick-prev::before {
  content: "";
}
.slick-next {
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  outline: none;
  z-index: 2;
  border: none;
  right: 10px;
}
.slick-next.slick-disabled::before {
  opacity: 0.25;
}
.slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyOC40Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6IzY0NjQ2NDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjNweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IuWGmeecnyI+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxLjUgMS41IDIzLjUgMTQuMiAxLjUgMjYuOSIvPjwvZz48L2c+PC9zdmc+);
}
.gallery-slider .slick-next::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyOC40Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjNweDt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IuWGmeecnyI+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxLjUgMS41IDIzLjUgMTQuMiAxLjUgMjYuOSIvPjwvZz48L2c+PC9zdmc+);
}
[dir="rtl"] .slick-next::before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  background-color: #000;
  width: 12px;
  height: 12px;
  border: none;
}

/*--------------------------------
  splash-screen
--------------------------------*/
.splash-screen {
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.splash-screen--fade-out {
  opacity: 0;
  pointer-events: none;
}
.splash-screen__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  -o-transition: opacity 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s;
  width: 50%;
}

@media (min-width: 830px) {
  .splash-screen__logo {
    width: 20%;
  }
}

.splash-screen__logo--show {
  opacity: 1;
}

/*--------------------------------
  hamburger
--------------------------------*/
.hamburger {
  padding: 0;
  margin: 0;
  background: none;
  text-transform: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  outline: none;
  position: relative;
  border: 0;
  margin-left: auto;
  border-left: 3px solid #000;
}

@media (min-width: 1100px) {
  .hamburger {
    display: none;
  }
}

.hamburger__stroke {
  position: absolute;
  width: 25px;
  height: 4px;
  background-color: #000;
  -webkit-transition: top 0.3s ease-in, opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: top 0.3s ease-in, opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  -o-transition: top 0.3s ease-in, opacity 0.3s ease-in, -o-transform 0.3s ease-in;
  transition: top 0.3s ease-in, transform 0.3s ease-in, opacity 0.3s ease-in;
  transition: top 0.3s ease-in, transform 0.3s ease-in, opacity 0.3s ease-in, -webkit-transform 0.3s ease-in, -o-transform 0.3s ease-in;
  left: calc(50% - 25px / 2);
}

.hamburger__stroke:nth-child(1) {
  top: calc(50% - 10px);
}

.hamburger__stroke:nth-child(2) {
  top: calc(50% - 2px);
}

.hamburger__stroke:nth-child(3) {
  top: calc(50% + 6px);
}

.hamburger--open {
  background-color: inherit;
}

.hamburger--open .hamburger__stroke:nth-child(1) {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(45%);
}

.hamburger--open .hamburger__stroke:nth-child(2) {
  opacity: 0;
}
.hamburger--open .hamburger__stroke:nth-child(3) {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(45%);
}

/*--------------------------------
  top-banner
--------------------------------*/
.top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-banner__slider {
  max-width: 100%;
  margin-bottom: 0 !important;
}
.top-banner__slide:not(:first-child) {
  display: none;
}
.slick-initialized .top-banner__slide:not(:first-child) {
  display: block;
}
.top-banner__img img {
  width: 100%;
}
.top-banner__text-wrap {
  position: relative;
  margin: -25px 10px 0;
  padding: 30px 0 50px;
  background-color: #fff;
  border: 3px solid #000;
  z-index: 2;
  text-align: center;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
  width: calc(100% - 20px);
}

@media (min-width: 830px) {
  .top-banner__text-wrap {
    margin: -45px 10px 0;
    padding: 50px 90px;
    width: 780px;
    max-width: inherit;
  }
  .english-version .top-banner__text-wrap {
    padding: 50px 90px 70px;
  }
}

.top-banner__text-wrap--no-padding {
  padding: 0;
}

@media (min-width: 830px) {
  .top-banner__text-wrap--no-padding {
    padding: 0;
    width: 780px;
  }
}

.english-version .top-banner__text-wrap--no-padding {
  padding: 0 !important;
}
.top-banner__date {
  position: absolute;
  top: 15px;
  right: 0;
  background-color: #ff0;
  -webkit-transform: translate(0, -100%);
       -o-transform: translate(0, -100%);
          transform: translate(0, -100%);
  border-radius: 90px;
  width: 90px;
  height: 90px;
  font-size: 10px;
  color: #787878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 7px;
  text-align: center;
}

@media (min-width: 830px) {
  .top-banner__date {
    right: 10px;
    font-size: 15px;
    width: 125px;
    height: 125px;
    border-radius: 125px;
  }
}
.top-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 16px;
}

@media (min-width: 830px) {
  .top-banner__text {
    font-size: 18px;
  }
}

.top-banner__text--big {
  margin-top: 25px;
  font-size: 22px;
  position: relative;
  display: inline-block;
}

@media (min-width: 830px) {
  .top-banner__text--big {
    font-size: 30px;
    margin-top: 60px;
  }
}

.top-banner__text--big::after {
  position: absolute;
  bottom: 5px;
  left: -5px;
  right: -5px;
  content: "";
  width: 100%;
  height: 8px;
  background-color: #ff0;
  z-index: -1;
}
.top-banner__text--small {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}

@media (min-width: 830px) {
  .top-banner__text--small {
    font-size: 15px;
  }
}

.top-banner__text--padding {
  padding: 20px 25px;
  text-align: left;
  display: block;
}

@media (min-width: 830px) {
  .top-banner__text--padding {
    padding: 60px;
  }
}

.top-banner__product-img {
  height: 80px;
  margin-bottom: 30px;
  display: block;
}

@media (min-width: 830px) {
  .top-banner__product-img {
    height: 110px;
  }
}
.english-version .top-banner__product-img {
  height: auto;
}
.top-banner__product-img--inbox {
  height: 105px;
}

@media (min-width: 830px) {
  .top-banner__product-img--inbox {
    height: 135px;
  }
}

.top-banner__product-text {
  margin-bottom: 23px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media (min-width: 830px) {
  .top-banner__product-text {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.english-version .top-banner__product-text {
  height: auto;
}

.top-banner__text-img {
  width: 150px;
  display: block;
  margin: 0 auto 25px;
}

@media (min-width: 830px) {
  .top-banner__text-img {
    width: 285px;
  }
}

.top-banner__text2 {
  margin: 1.8em 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.top-banner__text + .top-banner__text2{
  margin-top: 0;
}
@media (min-width: 830px) {
  .top-banner__text2 {
    font-size: 19px;
  }
}

.top-banner__text3 {
  position: relative;
  margin: 1.3em 0 0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.top-banner__text3 > .top-banner__text3__linebox{
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#ffff00 51%,#ffff00 100%);
}
@media (min-width: 830px) {
  .top-banner__text3 {
    font-size: 30px;
  }
}

.top-banner__title {
  margin: 0;
  text-align: left;
  padding: 15px 20px;
  border-bottom: 3px solid #000;
}

@media (min-width: 830px) {
  .top-banner__title {
    padding: 25px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.top-banner__title--jp {
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__title--jp {
    display: inline-block;
    font-size: 18px;
    margin-left: 30px;
    margin-top: 0;
    line-height: 1;
  }
}

.top-banner__svg {
  display: block;
}

@media (min-width: 830px) {
  .top-banner__svg {
    display: inline-block;
  }
}

.top-banner__svg--harufile {
  width: 170px;
}

@media (min-width: 830px) {
  .top-banner__svg--harufile {
    width: 240px;
    max-height: 30px;
  }
}

.top-banner__svg--toolstand {
  width: 220px;
}

@media (min-width: 830px) {
  .top-banner__svg--toolstand {
    width: 300px;
    max-height: 30px;
  }
}

.top-banner__svg--stackbasket {
  width: 245px;
}

@media (min-width: 830px) {
  .top-banner__svg--stackbasket {
    width: 341px;
    max-height: 30px;
  }
}

.top-banner__bottomswirerack {
  width: 305px;
}

@media (min-width: 830px) {
  .top-banner__svg--bottomswirerack {
    width: 460px;
    max-height: 30px;
  }
}

.top-banner__svg--inbox {
  width: 139px;
}

@media (min-width: 830px) {
  .top-banner__svg--inbox {
    width: 200px;
    max-height: 30px;
  }
}
.top-banner__svg--foldinghangerrack {
  width: 305px;
}

@media (min-width: 830px) {
  .top-banner__svg--foldinghangerrack {
    width: 460px;
    max-height: 30px;
  }
}

.top-banner__svg--fabricshelf {
  width: 231px;
}

@media (min-width: 830px) {
  .top-banner__svg--fabricshelf {
    width: 320px;
    max-height: 30px;
  }
}

.top-banner__svg--harupeggy {
  width: 202px;
}

@media (min-width: 830px) {
  .top-banner__svg--harupeggy {
    width: 282px;
    max-height: 30px;
  }
}

.top-banner__svg--harukat {
  width: 72px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--harukat {
    width: 90px;
    margin-top: 0;
    margin-left: 30px;
    max-height: 11px;
  }
}

.top-banner__svg--toolkat {
  width: 84px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--toolkat {
    width: 110px;
    margin-top: 0;
    margin-left: 30px;
    max-height: 12px;
  }
}

.top-banner__svg--stackkat {
  width: 108px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--stackkat {
    width: 135px;
    margin-top: 0;
    margin-left: 30px;
    max-height: 11px;
  }
}

.top-banner__svg--inboxkat {
  width: 75px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--inboxkat {
    width: 87px;
    margin-top: 0;
    margin-left: 30px;
    max-height: 11px;
  }
}

.top-banner__svg--foldinghangerrackkat {
  width: 140px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--foldinghangerrackkat {
    width: 170px;
    margin-top: 0;
    margin-left: 30px;
    max-height: 36px;
  }
}

.top-banner__svg--bottomswirerackkat {
  width: 140px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--bottomswirerackkat {
    width: 170px;
    margin-top: 0;
    margin-left: 30px;
    max-height: 36px;
  }
}

.top-banner__svg--fabricshelfkat {
  width: 130px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--fabricshelfkat {
    width: 180px;
    margin-top: 0;
    margin-left: 30px;
    max-height: 36px;
  }
}

.top-banner__svg--harupeggykat {
  width: 61px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--harupeggykat {
    width: 76px;
    margin-top: 0;
    margin-left: 30px;
    max-height: 17px;
  }
}

.top-banner__svg--toolboard {
  width: 207px;
}

@media (min-width: 830px) {
  .top-banner__svg--toolboard {
    width: 308px;
    max-height: 35px;
  }
}

.top-banner__svg--toolboardkat {
  width: 82px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--toolboardkat {
    width: 82px;
    margin-top: 0;
    margin-left: 30px;
    max-height: 12px;
  }
}

.top-banner__svg--stackbasket-half {
  width: 308px;
}

@media (min-width: 830px) {
  .top-banner__svg--stackbasket-half {
    width: 452px;
    max-height: 30px;
  }
}

.top-banner__svg--stackbasket-half-kat {
  width: 134px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--stackbasket-half-kat {
    width: 157px;
    margin-top: 0;
    margin-left: 20px;
    max-height: 11px;
  }
}

.top-banner__svg--stackbasket-chest {
  width: 306px;
}

@media (min-width: 1450px) {
  .top-banner__svg--stackbasket-chest {
    width: 467px;
    max-height: 30px;
  }
}

@media only screen and (min-width:830px) and (max-width:1449px) {
  .top-banner__svg--stackbasket-chest {
    width: 430px;
  }
}

.top-banner__svg--stackbasket-chest-kat {
  width: 144px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--stackbasket-chest-kat {
    width: 170px;
    margin-top: 0;
    margin-left: 20px;
    max-height: 11px;
  }
}

.top-banner .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}

@media (min-width: 830px) {
  .top-banner .slick-dots {
    bottom: 50px;
  }
}

.top-banner .slick-dots li button::before {
  border: none;
}

/*--------------------------------
  title
--------------------------------*/
.title {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media (min-width: 830px) {
  .title {
    font-size: 30px;
  }
}
.title--series {
  font-size: 28px;
}
@media (min-width: 830px) {
  .title--series {
    font-size: 42px;
  }
}
.english-version .title picture {
  height: 22px;
}

/*--------------------------------
  nav
--------------------------------*/
@media (min-width: 830px) {
  .nav__svg--fabricshelf {
    width: 110px;
  }
}

@media (min-width: 830px) {
  .nav__sublink:hover .nav__svg--fabricshelf {
    filter: invert(100%);
  }
}

@media (min-width: 830px) {
  .nav__svg--bottomswirerack {
    width: 155px;
  }
}

@media (min-width: 830px) {
  .nav__sublink:hover .nav__svg--foldinghangerrack {
    filter: invert(100%);
  }
}

@media (min-width: 830px) {
  .nav__svg--foldinghangerrack {
    width: 155px;
  }
}

@media (min-width: 830px) {
  .nav__sublink:hover .nav__svg--bottomswirerack {
    filter: invert(100%);
  }
}

.nav {
  display: none;
  margin-right: auto;
}

@media (min-width: 830px) {
  .nav {
    display: block;
    width: calc(50% + 3px / 2 + 3px);
  }
}

@media (min-width: 830px) {
  .japanese-version .nav {
    display: none;
  }
}

@media (min-width: 1100px) {
  .japanese-version .nav {
    display: block;
    width: calc(50% + 3px / 2 + 3px);
  }
}

.nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__link:hover{
  cursor: pointer;
}
.nav__subnav {
  position: absolute;
  left: -3px;
  bottom: 0;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  width: 313px;
  border-top: 3px solid #000;
  padding: 0 35px 5px 0;
  color: #000;
  opacity: 0;
  max-height: 0;
  -webkit-transition: height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
  overflow: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.nav__svg--top {
  width: 30px;
}
.nav__svg--product {
  width: 80px;
}
.english-version .nav__svg--product {
  width: 90px;
}
.nav__svg--gallery {
  width: 75px;
}
.nav__svg--harufile {
  width: 75px;
  max-height: 20px;
}
.nav__svg--toolstand {
  width: 95px;
  max-height: 20px;
}
.nav__svg--stackbasket {
  width: 110px;
  max-height: 20px;
}
.nav__svg--inbox {
  width: 61px;
  max-height: 20px;
}
.nav__svg--harupeggy {
  width: 92px;
  max-height: 20px;
}
.nav__svg--laundry {
  width: 128px;
  margin-top: 0.75px;
}
.nav__svg--garbage {
  width: 145px;
  margin-top: 0.75px;
}
.nav__svg--toolboard {
  width: 100px;
  max-height: 20px;
}
.nav__item {
  width: calc(100% / 3);
  height: 40px;
  position: relative;
}
.nav__item:hover {
  background-color: #646464;
  color: #fff;
  fill: #fff;
  border-right: 3px solid #000;
  border-left: 3px solid #000;
}
.nav__item:hover .nav__subnav {
  max-height: 355px;
  opacity: 1;
}
.nav__subitem {
  position: relative;
  fill: #000;
  max-height: 37px;
  background-color: #fff;
  border-right: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
}
.nav__subitem:hover {
  background-color: #646464;
  fill: #fff;
  color: #fff;
}
.nav__subitem:hover .nav__svg {
  fill: #fff;
}
.nav__subitem--new {
  padding-right: 15px;
}
.nav__subitem--new::before {
  content: "NEW";
  color: #000;
  position: absolute;
  top: 50%;
  right: -25.5px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 11px;
  z-index: 2;
}
.nav__subitem--new::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 35px;
  width: 35px;
  background-color: #ff0;
  border-radius: 35px;
}
.nav__sublink {
  width: 100%;
  padding: 7px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__sublink:not(:last-child) {
  border-bottom: 3px solid #000;
}
.nav__sublink--inbox {
  padding-left: 8px;
}
.nav__subjp {
  font-size: 12px;
  margin-left: 7px;
  font-weight: 400;
  white-space: nowrap;
}
.english-version .nav__subjp {
  letter-spacing: 0.5px;
  margin-left: 15px;
}

/*--------------------------------
  detail
--------------------------------*/
.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail__img{
  line-height: 0;
}
.detail__img-anim-wrap {
  position: relative;
}

.detail__img-anim-wrap .detail__img--before {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.detail__img-anim-wrap .detail__img--after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.detail__img-anim-wrap.animated .detail__img--before {
  opacity: 0;
}

.detail__img-anim-wrap.animated .detail__img--after {
  opacity: 1;
}

.detail__text {
  position: relative;
  margin: -25px 10px 0;
  padding: 15px 10px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
  font-size: 13px;
  width: calc(100% - 20px);
  line-height: 1.6;
}
.detail__text--garbage {
  position: relative;
  margin: -25px 10px 0;
  padding: 15px 10px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
  font-size: 13px;
  width: calc(100% - 20px);
  line-height: 1.6;
}
.detail__text--link-text {
  display: flex;
  flex-flow: column;
  gap: 8px;
  padding-left: 0;
  margin-bottom: 0; 
}
@media (max-width: 767px) {
  .detail__text--link-text {
    gap: 6px;
  }
}
.detail__text--link-text > li > a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.detail__text--link-text > li > a:hover {
  text-decoration: underline;
  text-decoration-color: #a3a3a3;
}
.detail__text--link-text > li > a::before {
  position: absolute;
  top: .2em;
  left: 0;
  width: 12px;
  height: 14px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
  background-color: #000;
}

@media (min-width: 830px) {
  .detail__text {
    width: 375px;
    font-size: 15px;
    padding: 20px;
    margin-top: -60px;
  }
}
@media (min-width: 830px) {
  .detail__text--garbage {
    width: 400px;
    font-size: 15px;
    padding: 20px;
    margin-top: -60px;
  }
}

.detail__text--small {
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-top: 20px;
  line-height: 1.6;
}

@media (min-width: 830px) {
  .detail__text--small {
    margin-top: 35px;
    font-size: 11px;
  }
}

.detail__text--small-mt {
  margin-top: 20px;
  font-size: 12px;
}
@media (min-width: 830px) {
  .detail__text--small-mt {
    margin-top: 15px;
    font-size: 13px;
  }
}

@media (min-width: 830px) {
  .detail__text--left {
    margin-left: calc((900px - 780px) / 2);
    margin-right: auto;
  }
}

@media (min-width: 830px) {
  .detail__text--right {
    margin-right: calc((900px - 780px) / 2);
    margin-left: auto;
  }
}

.detail__text--small-padding {
  letter-spacing: 0;
}

@media (min-width: 830px) {
  .detail__text--small-padding {
    padding: 20px 15px;
  }
}

/*--------------------------------
  product
--------------------------------*/
.product {
  position: relative;
  display: inline-block;
}

.product__text {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  border: 3px solid #000;
  padding: 17px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 4.5px 4.5px 0 0;
  box-shadow: rgba(0, 0, 0, 0.45) 4.5px 4.5px 0 0;
}

@media (min-width: 830px) {
  .product__text {
    font-size: 20px;
    top: 22px;
    left: 22px;
    padding: 28px;
  }
}

.english-version .product__text {
  max-width: 70%;
}

@media (min-width: 830px) {
  .english-version .product__text {
    max-width: none;
  }
}

.product__text-img {
  height: 67px;
  display: block;
}

@media (min-width: 830px) {
  .product__text-img {
    height: 100px;
  }
}

.product__text-img--inbox {
  height: 95px;
}

@media (min-width: 830px) {
  .product__text-img--inbox {
    height: 146px;
  }
}

.product__text-img--harupeggy {
  height: 95px;
}

@media (min-width: 830px) {
  .product__text-img--harupeggy {
    height: 146px;
  }
}

.english-version .product__text-img {
  height: auto;
}

.product__name {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border: 3px solid #000;
  padding: 15px;
  font-size: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 4.5px 4.5px 0 0;
  box-shadow: rgba(0, 0, 0, 0.45) 4.5px 4.5px 0 0;
  margin: 0;
}

@media (min-width: 830px) {
  .product__name {
    bottom: 22px;
    right: 22px;
    padding: 25px 25px 20px;
  }
}

.product__name--jp {
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

@media (min-width: 830px) {
  .product__name--jp {
    font-size: 18px;
  }
}

.english-version .product__name--jp {
  margin-top: 10px;
  font-size: 12px;
}

@media (min-width: 830px) {
  .english-version .product__name--jp {
    margin-top: 15px;
    font-size: 14px;
  }
}

.product__img {
  display: block;
  line-height: 0;
}

.product__svg {
  display: block;
}

.product__svg--harufile {
  width: 170px;
}

@media (min-width: 830px) {
  .product__svg--harufile {
    width: 250px;
  }
}

.product__svg--foldinghangerrack {
  width: 300px;
}

@media (min-width: 830px) {
  .product__svg--foldinghangerrack {
    width: 534px;
  }
}

.product__svg--bottomswirerack {
  width: 307px;
}

@media (min-width: 830px) {
  .product__svg--bottomswirerack {
    width: 534px;
  }
}

.product__svg--fabricshelf {
  width: 230px;
}

@media (min-width: 830px) {
  .product__svg--fabricshelf {
    width: 351px;
  }
}

.product__svg--toolstand {
  width: 205px;
}

@media (min-width: 830px) {
  .product__svg--toolstand {
    width: 310px;
  }
}

.product__svg--stackbasket {
  width: 233px;
}

@media (min-width: 830px) {
  .product__svg--stackbasket {
    width: 355px;
  }
}

.product__svg--inbox {
  width: 180px;
}

@media (min-width: 830px) {
  .product__svg--inbox {
    width: 200px;
  }
}

.product__svg--harupeggy {
  width: 190px;
}

@media (min-width: 830px) {
  .product__svg--harupeggy {
    width: 293px;
  }
}
.product__svg--laundry {
  width: 300px;
}

@media (min-width: 830px) {
  .product__svg--laundry {
    width: 495px;
  }
}
.product__svg--garbage {
  width: 309px;
}

@media (min-width: 830px) {
  .product__svg--garbage {
    width: 558px;
  }
}

.product__svg--toolboard {
  width: 206px;
}

@media (min-width: 830px) {
  .product__svg--toolboard {
    width: 317px;
  }
}

.product__svg--harukat {
  width: 80px;
  margin-left: auto;
  margin-top: 10px;
}

@media (min-width: 830px) {
  .product__svg--harukat {
    width: 95px;
  }
}

.product__svg--foldinghangerrackkat {
  width: 145px;
  margin-left: auto;
  margin-top: 10px;
  margin-right: -18px;

}

@media (min-width: 830px) {
  .product__svg--foldinghangerrackkat {
    width: 170px;
    margin-right: -26px;

  }
}

.product__svg--bottomswirerackkat {
  width: 150px;
  margin-left: auto;
  margin-top: 10px;
  margin-right: -18px;
}

@media (min-width: 830px) {
  .product__svg--bottomswirerackkat {
    width: 170px;
    margin-right: -26px;
  }
}

.product__svg--fabricshelfkat {
  width: 145px;
  margin-left: auto;
  margin-top: 10px;
  margin-right: -18px;
}

@media (min-width: 830px) {
  .product__svg--fabricshelfkat {
    width: 180px;
    margin-right: -26px;
  }
}

.product__svg--toolkat {
  width: 90px;
  margin-left: auto;
  margin-top: 10px;
}

@media (min-width: 830px) {
  .product__svg--toolkat {
    width: 115px;
  }
}

.product__svg--stackkat {
  width: 115px;
  margin-left: auto;
  margin-top: 10px;
}

@media (min-width: 830px) {
  .product__svg--stackkat {
    width: 150px;
  }
}

.product__svg--inboxkat {
  width: 80px;
  margin-left: auto;
  margin-top: 10px;
}

@media (min-width: 830px) {
  .product__svg--inboxkat {
    width: 100px;
  }
}

.product__svg--harupeggykat {
  width: 68px;
  margin-left: auto;
  margin-top: 10px;
}

@media (min-width: 830px) {
  .product__svg--harupeggykat {
    width: 80px;
  }
}

.product__svg--laundrykat {
  width: 100px;
  margin-left: auto;
  margin-top: 10px;
}

@media (min-width: 830px) {
  .product__svg--laundrykat {
    width: 121px;
  }
}
.product__svg--garbagekat {
  width: 119px;
  margin-left: auto;
  margin-top: 10px;
}

@media (min-width: 830px) {
  .product__svg--garbagekat {
    width: 142px;
  }
}

.product__svg--toolboardkat {
  width: 80px;
  margin-left: auto;
  margin-top: 10px;
}

@media (min-width: 830px) {
  .product__svg--toolboardkat {
    width: 94px;
  }
}

.product__new {
  position: absolute;
  right: 15px;
  top: -15px;
  width: 75px;
  height: 75px;
  font-size: 20px;
  text-align: center;
  line-height: 75px;
  border-radius: 75px;
  background-color: #ff0;
}

@media (min-width: 1025px) {
  .product__new {
    width: 112px;
    height: 112px;
    line-height: 112px;
    border-radius: 112px;
    font-size: 29px;
  }
}

/*--------------------------------
  gallery
--------------------------------*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery::after {
  content:"";
  display: block;
  width: calc(100% / 3 - 1px);
}

.gallery__img {
  width: calc(100% / 3 - 1px);
  margin-bottom: 1px;
  cursor: pointer;
  line-height: 0;
}

@media (min-width: 830px) {
  .gallery__img {
    width: calc(100% / 4 - 1px);
  }
}

@media (min-width: 830px) {
  .gallery--9 .gallery__img {
    width: calc(100% / 3 - 1px);
  }
}
/*--------------------------------
  sns
--------------------------------*/
.sns__icon {
  width: 45px;
}

/*--------------------------------
  mobile-nav
--------------------------------*/
.mobile-nav {
  font-size: 12px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
  overflow-y: hidden;
  width: calc(100% + 4.5px);
  padding-right: 4.5px;
}

@media only screen and (min-width: 360px) {
  .mobile-nav {
    font-size: 16px;
  }
}

@media (min-width: 1100px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav--open {
  max-height: 400px;
}

.japanese-version .mobile-nav--open {
  max-height: 760px;
  height: 760px;
}

.mobile-nav__container {
  display: block;
  margin-top: 15px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
  font-weight: 800;
}

.mobile-nav__container:last-child {
  margin-bottom: 4.5px;
}

.mobile-nav__container--buy {
  background-color: #646464;
  color: #fff;
}

.mobile-nav__container--buy:hover {
  background-color: #323232;
  color: #ff0;
}

.mobile-nav__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 3px solid #000;
  padding: 0 10px;
  letter-spacing: 2px;
}

.mobile-nav__right {
  width: 100%;
}

.mobile-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 60px;
  letter-spacing: 2px;
}

.mobile-nav__subitem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
  height: 51px;
  letter-spacing: 2px;
  border-bottom: 3px solid #000;
}

.mobile-nav__subitem:last-child {
  border-bottom: none;
}

.mobile-nav__subitem--new {
  padding-right: 65px;
}
.mobile-nav__subitem--new::before {
  content: "NEW";
  color: #000;
  position: absolute;
  top: 50%;
  right: 11.5px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  z-index: 2;
}

.mobile-nav__subitem--new::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #ff0;
  border-radius: 50px;
}

.mobile-nav__sub {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

.mobile-nav__subjp {
  width: 100%;
  height: 50%;
  font-size: 10px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.english-version .mobile-nav__subjp {
  letter-spacing: 1px;
}

.mobile-nav__svg--top {
  width: 40px;
}

.mobile-nav__svg--product {
  width: 125px;
}

.mobile-nav__svg--gallery {
  width: 90px;
}

.mobile-nav__svg--harufile {
  width: 80px;
}

.mobile-nav__svg--fabricshelf {
  width: 112px;
}

.mobile-nav__svg--bottomswirerack {
  width: 165px;
}

.mobile-nav__svg--foldinghangerrack {
  width: 165px;
}

.mobile-nav__svg--toolstand {
  width: 110px;
}

.mobile-nav__svg--stackbasket {
  width: 115px;
}

.mobile-nav__svg--inbox {
  width: 64px;
}

.mobile-nav__svg--harupeggy {
  width: 94px;
}
.mobile-nav__svg--laundry {
  width: 156px;
}
.mobile-nav__svg--garbage {
  width: 156px;
}
.mobile-nav__svg--toolboard {
  width: 110px;
}
/*--------------------------------
  button
--------------------------------*/
.button {
  padding: 0;
  margin: 0;
  background: none;
  text-transform: none;
  width: auto;
  cursor: pointer;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
}

.button__svg--standard {
  width: 90px;
}

.button__svg--slim {
  width: 37px;
}

.button__svg--clip {
  width: 37px;
}

.button__svg--pocket {
  width: 64px;
}

.button__svg--magnet {
  width: 103px;
}

.button__svg--floor {
  width: 55px;
}

.button__svg--desk {
  width: 42px;
}

/*--------------------------------
  feature
--------------------------------*/
.feature {
  border: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
}

.feature__header {
  padding: 15px 10px;
  border-bottom: 3px solid #000;
}

@media (min-width: 830px) {
  .feature__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px 35px;
  }
}

.feature__title {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 830px) {
  .feature__title {
    margin: 0 30px 0 0;
  }
}
.feature__title .feature__title--m-size {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 830px) {
  .feature__title .feature__title--m-size {
    margin-left: 20px;
    font-size: 19px;
  }
}

.feature__title .feature__title--s-size {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 830px) {
  .feature__title .feature__title--s-size {
    margin-left: 20px;
    font-size: 19px;
  }
}

.feature__ref {
  font-size: 12px;
  font-weight: normal;
}

@media (min-width: 830px) {
  .feature__ref {
    line-height: 1;
    font-size: 13px;
    white-space: nowrap;
    letter-spacing: normal;
  }
}

.feature__slider {
  max-width: 100%;
  height: calc(100vw - 20px);
  padding: 0 15px;
  border-bottom: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 830px) {
  .feature__slider {
    padding: 15px;
    border-bottom: none;
    min-width: 400px;
    max-width: 400px;
    height: auto;
  }
}

.feature__slide:not(:first-child) {
  display: none;
}

.slick-initialized .feature__slide:not(:first-child) {
  display: block;
}

.feature__text-wrap {
  padding: 15px 10px;
}

@media (min-width: 830px) {
  .feature__text-wrap {
    border-left: 3px solid #000;
    width: 100%;
    padding: 30px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.feature__text {
  font-size: 13px;
  margin-bottom: 15px;
}

@media (min-width: 830px) {
  .feature__text {
    font-size: 18px;
    margin-bottom: 60px;
    width: 100%;
  }
}

.feature__text--small {
  font-size: 10px;
  font-weight: normal;
}

@media (min-width: 830px) {
  .feature__text--small {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 50px;
  }
}

.feature__text--harupeggy {
  font-size: 12px;
  font-weight: normal;
}

@media (min-width: 830px) {
  .feature__text--harupeggy {
    font-size: 13px;
    margin-bottom: 0;
  }
}

.feature__wrap {
  position: relative;
}

@media (min-width: 830px) {
  .feature__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.feature__img--650 {
  max-width: 650px;
  width: 100%;
}

.feature__img--special {
  max-width: 650px;
  width: 60%;
}

.feature__img--special img {
  max-width: 650px;
  width: 100%;
}

.feature__img--hook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(100vw - 40px);
}

@media (min-width: 480px) {
  .feature__img--hook {
    height: 0;
  }
}

.feature__img-wrap {
  position: relative;
  max-width: 100%;
  height: calc(100vw - 20px);
  padding: 0 15px;
  border-bottom: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 830px) {
  .feature__img-wrap {
    padding: 15px;
    border-bottom: none;
    min-width: 400px;
    max-width: 400px;
    height: auto;
  }
}

.feature__img-wrap .feature__img {
  max-height: 100%;
  max-width: 100%;
  line-height: 0;
}

.feature__subtitle {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 0 15px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}

@media (min-width: 830px) {
  .feature__subtitle {
    padding: 0;
    text-align: center;
    font-size: 11px;
  }
}

.feature__svg--harufile {
  display: inline-block;
  width: 113px;
}

@media (min-width: 830px) {
  .feature__svg--harufile {
    width: 230px;
  }
}

.feature__svg--toolstand {
  display: inline-block;
  width: 145px;
}

@media (min-width: 830px) {
  .feature__svg--toolstand {
    width: 295px;
  }
}

.feature__svg--stackbasket {
  display: inline-block;
  width: 175px;
}

@media (min-width: 830px) {
  .feature__svg--stackbasket {
    width: 350px;
  }
}

.feature__svg--inbox {
  display: inline-block;
  width: 95px;
}

@media (min-width: 830px) {
  .feature__svg--inbox {
    width: 191px;
  }
}

.feature__svg--foldinghangerrack {
  display: inline-block;
  width: 258px;
}

@media (min-width: 830px) {
  .feature__svg--foldinghangerrack {
    width: 364px;
  }
}

.feature__svg--bottomswirerack {
  display: inline-block;
  width: 258px;
}

@media (min-width: 830px) {
  .feature__svg--bottomswirerack {
    width: 364px;
  }
}

.feature__svg--fabricshelf {
  display: inline-block;
  width: 200px;
}

@media (min-width: 830px) {
  .feature__svg--fabricshelf {
    width: 343px;
  }
}

.feature__svg--harupeggy {
  display: inline-block;
  width: 135px;
}

@media (min-width: 830px) {
  .feature__svg--harupeggy {
    width: 282px;
  }
}

.feature__svg--standard {
  display: inline-block;
  width: 87px;
  margin-left: 10px;
}

@media (min-width: 830px) {
  .feature__svg--standard {
    width: 120px;
    margin-left: 20px;
  }
}

.feature__svg--slim {
  display: inline-block;
  width: 37px;
  margin-left: 10px;
}

@media (min-width: 830px) {
  .feature__svg--slim {
    width: 52px;
    margin-left: 20px;
  }
}

.feature__svg--clip {
  display: inline-block;
  width: 37px;
  margin-left: 10px;
}

@media (min-width: 830px) {
  .feature__svg--clip {
    width: 52px;
    margin-left: 20px;
  }
}

.feature__svg--pocket {
  display: inline-block;
  width: 65px;
  margin-left: 10px;
}

@media (min-width: 830px) {
  .feature__svg--pocket {
    width: 88px;
    margin-left: 20px;
  }
}

.feature__svg--magnet {
  display: inline-block;
  width: 105px;
  margin-left: 10px;
}

@media (min-width: 830px) {
  .feature__svg--magnet {
    width: 140px;
    margin-left: 20px;
  }
}

.feature__svg--floor {
  display: inline-block;
  width: 55px;
  margin-left: 10px;
}

@media (min-width: 830px) {
  .feature__svg--floor {
    width: 75px;
    margin-left: 20px;
  }
}

.feature__svg--desk {
  display: inline-block;
  width: 42px;
  margin-left: 10px;
}

@media (min-width: 830px) {
  .feature__svg--desk {
    width: 55px;
    margin-left: 20px;
  }
}

.feature__svg--s-size {
  display: inline-block;
  width: 42px;
  margin-left: 10px;
}

@media (min-width: 830px) {
  .feature__svg--s-size {
    width: 75px;
    margin-left: 20px;
  }
}

.feature__svg--m-size {
  display: inline-block;
  width: 42px;
  margin-left: 10px;
}

@media (min-width: 830px) {
  .feature__svg--m-size {
    width: 75px;
    margin-left: 20px;
  }
}

.feature__svg--l-hook {
  display: inline-block;
  width: 141px;
}

@media (min-width: 830px) {
  .feature__svg--l-hook {
    width: 148px;
  }
}

.feature__svg--minicontainer {
  display: inline-block;
  width: 180px;
}

@media (min-width: 830px) {
  .feature__svg--minicontainer {
    width: 180px;
  }
}

.feature__svg--penstand {
  display: inline-block;
  width: 176px;
}

@media (min-width: 830px) {
  .feature__svg--penstand {
    width: 180px;
  }
}

.feature__svg--toolboard {
  display: inline-block;
  width: 155px;
}

@media (min-width: 830px) {
  .feature__svg--toolboard {
    width: 308px;
  }
}

.feature__svg--stackbasket-half {
  display: inline-block;
  width: 225px;
}

@media (min-width: 830px) {
  .feature__svg--stackbasket-half {
    width: 452px;
  }
}

.feature__svg--stackbasket-chest {
  display: inline-block;
  width: 224px;
}

@media (min-width: 830px) {
  .feature__svg--stackbasket-chest {
    width: 467px;
  }
}

/*--------------------------------
  table
--------------------------------*/
.table {
  font-size: 12px;
  font-weight: normal;
  position: relative;
}

@media (min-width: 830px) {
  .table {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
  }
}

.table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table__row--special {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.table__cell:first-child {
  position: relative;
  min-width: 70px;
  padding-right: 10px;
  font-weight: bold;
}

@media (min-width: 830px) {
  .table__cell:first-child {
    min-width: 90px;
  }
}
.table__cell.table__cell--6_characters{
  min-width: 82px;
}
@media (min-width: 830px) {
  .table__cell.table__cell--6_characters {
    min-width: 90px;
  }
}
.english-version .table__cell:first-child {
  min-width: 120px;
}

.table__cell:first-child::after {
  content: "\FF1A";
  position: absolute;
  right: 0;
}

.table__buy {
  display: inline-block;
  background-color: #646464;
  color: #fff;
  width: 75px;
  border-radius: 5px;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  margin-left: 10px;
  height: 22px;
  margin-bottom: 4px;
}

.table__buy:hover {
  background-color: #323232;
  color: #ff0;
}

.table__wrap {
  text-align: right;
}

@media (min-width: 450px) {
  .table__harupeggy1 {
    position: absolute;
    top: -25px;
    right: 0;
  }
}

@media (min-width: 560px) {
  .table__harupeggy1 {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 830px) {
  .table__harupeggy1 {
    width: 70px;
    top: -50px;
  }
}

@media (min-width: 950px) {
  .table__harupeggy1 {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media (min-width: 1090px) {
  .table__harupeggy1 {
    width: auto;
  }
}

@media (min-width: 450px) {
  .table__harupeggy2 {
    position: absolute;
    top: -30px;
    right: -4px;
  }
}

@media (min-width: 560px) {
  .table__harupeggy2 {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 830px) {
  .table__harupeggy2 {
    width: 70px;
    top: -60px;
  }
}

@media (min-width: 950px) {
  .table__harupeggy2 {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media (min-width: 1090px) {
  .table__harupeggy2 {
    width: auto;
  }
}

/*--------------------------------
  howto
--------------------------------*/
.howto {
  position: relative;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
}

.howto--harupeggy {
  padding-bottom: 20px;
}

.howto__header {
  margin: 0;
  padding: 10px;
  font-size: 16px;
  border-bottom: 3px solid #000;
}

@media (min-width: 830px) {
  .howto__header {
    font-size: 24px;
    padding: 20px 30px;
  }
}

.howto__header--small {
  font-size: 9.5px;
}

@media (min-width: 830px) {
  .howto__header--small {
    font-size: 13.3px;
  }
}

@media (min-width: 830px) {
  .howto__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.howto__img {
  width: 50%;
  display: block;
  line-height: 0;
}

@media (min-width: 830px) {
  .howto__img {
    width: 100%;
    margin-bottom: 25px;
  }

  .howto__img img {
    width: 100%;
  }
}

.howto__img--inbox {
  width: auto;
  margin: 30px;
}

@media (min-width: 830px) {
  .howto__img--inbox {
    margin: 30px 90px 10px;
  }
}

.howto__img--foldinghangerrack {
  width: auto;
  margin: 30px;
}

@media (min-width: 830px) {
  .howto__img--foldinghangerrack {
    margin: 30px 90px 10px;
  }
}

.howto__img--bottomswirerack {
  width: auto;
  margin: 30px;
}

@media (min-width: 830px) {
  .howto__img--bottomswirerack {
    margin: 30px 90px 10px;
  }
}

.howto__img--fabricshelf {
  width: auto;
  margin: 30px;
}

@media (min-width: 830px) {
  .howto__img--fabricshelf {
    margin: 30px 90px 10px;
  }
}

.howto__img--harupeggy1 {
  width: 45%;
}

@media (min-width: 830px) {
  .howto__img--harupeggy1 {
    width: 100%;
  }
}

.howto__img--harupeggy2 {
  width: 36%;
}

@media (min-width: 830px) {
  .howto__img--harupeggy2 {
    width: 80%;
  }
}

.howto__img--harupeggy3 {
  width: 40%;
}

@media (min-width: 830px) {
  .howto__img--harupeggy3 {
    width: 90%;
  }
}

.howto__img--harupeggy4 {
  width: 60%;
}

@media (min-width: 830px) {
  .howto__img--harupeggy4 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40%;
  }
}

.howto__item {
  position: relative;
  margin: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 830px) {
  .howto__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc((100% - 60px) / 3);
  }
}

@media (min-width: 830px) {
  .howto__item--half {
    width: calc((100% - 30px) / 2);
  }
}

@media (min-width: 830px) {
  .howto__item--half .howto__img {
    max-height: 464px;
  }
}

@media (min-width: 830px) {
  .howto__item--full {
    width: 100%;
  }
}

@media (min-width: 830px) and (min-width: 830px) {
  .howto__item--full .howto__img {
    max-height: 430px;
  }
}

.howto__item--inbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.howto__item--inbox .howto__img {
  max-height: 430px;
}

.howto__item--foldinghangerrack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.howto__item--foldinghangerrack .howto__img {
  max-height: 430px;
}

.howto__item--bottomswirerack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.howto__item--bottomswirerack .howto__img {
  max-height: 430px;
}

.howto__item--fabricshelf {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.howto__item--fabricshelf .howto__img {
  max-height: 430px;
}

.howto__item--harupeggy {
  margin: 23px 17px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.howto__text {
  width: 50%;
  margin: 0;
  font-size: 12px;
  padding: 0 10px;
  font-weight: normal;
}

@media (min-width: 830px) {
  .howto__text {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
}

.howto__text--inbox {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.howto__text--foldinghangerrack {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.howto__text--bottomswirerack {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.howto__text--fabricshelf {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.howto__title {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}

@media (min-width: 830px) {
  .howto__title {
    font-size: 27px;
  }
}

.howto__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}

.howto__sub {
  position: absolute;
  bottom: 4px;
  left: 10px;
  text-align: left;
  font-size: 12px;
}

@media (min-width: 830px) {
  .howto__sub {
    bottom: 10px;
    right: 10px;
    left: auto;
    text-align: right;
    font-size: 13.5px;
  }
}

.howto__video-wrap {
    display: flex;
    justify-content: center;
    margin: -9px 10px 50px;
}

@media (min-width: 830px) {
  .howto__video-wrap {
    display: flex;
    justify-content: center;
    margin: -79px auto 116px;
    width: 780px;
  }
}

.howto__iframe-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.howto__iframe-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

/*--------------------------------
  overlay
--------------------------------*/
.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  z-index: 9;
  -webkit-transition: opacity 0.25s ease-out 0s;
  -o-transition: opacity 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s;
}

.overlay--shown {
  visibility: visible;
  opacity: 0.4;
}

.overlay--black {
  background-color: #000;
  opacity: 0.8;
  z-index: 11;
}

/*--------------------------------
  popup
--------------------------------*/

.popup {
  position: fixed;
  max-width: 100%;
  max-height: 74.4vh;
  z-index: 99;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.popup--shown {
  display: block;
}

.popup__close {
  width: 20px;
  position: absolute;
  top: -30px;
  right: 10px;
}

@media (min-width: 830px) {
  .popup__close {
    right: calc(50% - (740px / 2) + 40px);
  }
}

.popup__content {
  padding: 20px;
}

.popup iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup__background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup__gallery-slider {
  max-height: 100%;
  max-width: 100%;
}

/*--------------------------------
  gallery-slider
--------------------------------*/

.gallery-slider {
  max-width: 100%;
  max-height: 74.4vh;
}

.gallery-slider__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-slider__img-wrap {
  position: relative;
}

.gallery-slider__img {
  max-height: 74.4vh;
}

.gallery-slider__img img {
  max-height: 74.4vh;
}

.gallery-slider__caption--center {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 14px;
    text-align: center;
}

@media (min-width: 830px) {
  .gallery-slider__caption--center {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 20px;
    text-align: center;
  }
}

/*--------------------------------
  news
--------------------------------*/

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #000;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
  font-size: 14px;
}

@media (min-width: 1044px) {
  .news {
    font-size: 15px;
  }
}

.news__date {
  min-height: 100%;
  padding: 40px 13px;
  border-right: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1044px) {
  .news__date {
    padding: 18px 48px;
  }
}

.news__txt {
  min-height: 100%;
  padding: 40px 13px;
  font-size: 16px;
}
.news__txt:link {
  text-decoration: underline;
}
@media (min-width: 1044px) {
  .news__txt {
    padding: 18px 55px;
  }
}
@media (min-width: 830px) {
  .news__txt {
    font-size: 15px;
  }
  .news__txt:hover {
    color: #787878;
  }
}

/*--------------------------------
  option
--------------------------------*/

.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.option__title {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}

@media (min-width: 830px) {
  .option__title {
    font-size: 18px;
  }
}

.option__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 830px) {
  .option__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.option__col {
  width: calc(50% - 13px);
}

@media (min-width: 830px) {
  .option__col {
    width: calc(100%);
  }
}

.option__img {
  width: 100%;
  line-height: 0;
}

.option__img img {
  width: 100%;
}

.option__txt {
  position: relative;
  z-index: 2;
  margin-top: -35px;
  margin-right: 13px;
  margin-left: -2px;
  font-size: 12px;
  background-color: #fff;
  border: 3px solid #000;
  padding: 11px 10px;
  letter-spacing: 0;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
  margin-bottom: 20px;
}

@media (min-width: 830px) {
  .option__txt {
    margin: -32px 14px 80px;
    padding: 11px 8px;
    font-size: 14px;
    letter-spacing: -1px;
  }
}

/*--------------------------------
  series
--------------------------------*/

.series {
  border: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
          box-shadow: #00000073 4.5px 4.5px 0 0;
}

.series__header {
  padding: 10px 15px;
  border-bottom: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 830px) {
  .series__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.series__svg {
  width: 102px;
  margin-bottom: 25px;
}

@media (min-width: 830px) {
  .series__svg {
    margin-bottom: 0;
    width: 145px;
    height: 39px;
  }
}

.series__text {
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 830px) {
  .series__text {
    font-size: 13px;
    line-height: 1.5;
  }
}

.series__img {
  display: block;
  width: 100%;
  line-height: 0;
  padding-bottom: 7px;
}
@media (min-width: 830px) {
  .series__img {
    padding-bottom: 0;
  }
}

.series__img img {
  width: 100%;
}

@media (min-width: 830px) {
  .series__img img {
    width: auto;
  }
}
.top-banner__svg--laundry {
  width: 310px;
}

@media (min-width: 830px) {
  .top-banner__svg--laundry {
    width: 452px;
    max-height: 30px;
  }
}
.top-banner__svg--laundrykat {
  width: 100px;
  margin-top: 15px;
}

@media (min-width: 830px) {
  .top-banner__svg--laundrykat {
    width: 122px;
    margin-top: 0;
    margin-left: 27px;
    max-height: 11px;
  }
}

.top-banner__svg--garbage {
  width: 309px;
}

@media (min-width: 830px) {
  .top-banner__svg--garbage {
    width: 490px;
    max-height: 30px;
  }
}

.top-banner__svg--garbagekat{
  width: 120px;
  margin-top: 16px;
}

@media (min-width: 830px) {
  .top-banner__svg--garbagekat {
    width: 139px;
    margin-top: 0;
    margin-left: 16px;
    font-size: 15px;
  }
}

.top-banner__newdate {
  position: absolute;
  top: -103px;
  right: 0;
  background-color: #fff100;
  border-radius: 90px;
  width: 90px;
  height: 90px;
  font-weight: normal;
  font-size: 11px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 830px) {
  .top-banner__newdate {
    right: -3.3vw;
    top: -63px;
    font-size: 15px;
    width: 120px;
    height: 120px;
    border-radius: 120px;
  }
}
.spot-sp-hidden {
  display: none;
}
@media (min-width: 830px) {
  .spot-sp-hidden {
    display: block;
  }
}
.spot-pc-hidden {
  display: block;
}
@media (min-width: 830px) {
  .spot-pc-hidden {
    display: none;
  }
}

.feature__svg--laundry {
  display: inline-block;
  width: 280px;
}

@media (min-width: 830px) {
  .feature__svg--laundry {
    width: 555px;
  }
}
.howto__item--laundry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.howto__img--laundry {
  width: auto;
  margin: 26px 27px;
}
@media (min-width: 830px) {
  .howto__img--laundry{
  margin: 0;
  }
}

.feature__svg--garbage {
  display: inline-block;
  width: 295px;
  }

@media (min-width: 830px) {
  .feature__svg--garbage {
  width: 584px;
  }
}

.section__top-banner--type02 {
  margin-top: 126px;
}

.section--type02 {
  margin: 58px auto 90px;
}
.section--type02 .section__title {
  margin: 0 0 10px;
}
.section--type02 .section__title .title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
}
.section--type02 .section__detail .detail {
  margin-top: 0;
}

@media (min-width: 830px) {
  .section--type02 {
    margin: 70px auto 140px;
  }
  .section--type02 .section__title {
    margin: 0 0 10px;
  }
  .section--type02 .section__title .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
  }
  .section--type02 .section__detail .detail {
    margin-top: 0;
  }
}

.section__news--type02 .news {
  display: block;
  padding: 20px 13px;
}
.section__news--type02 .news__article {
  display: flex;
}
.section__news--type02 .news__article + .news__article {
  margin-top: 20px;
}
.section__news--type02 .news__date,
.section__news--type02 .news__txt {
  padding: 0;
}
.section__news--type02 .news__txt {
  padding-left: 13px;
}
.section__news--type02 .news__date {
  border-right: none;
}
.section__news--type02 .news__txt .link {
  color: inherit;
  border-bottom: 1px solid #666666;
}

@media (min-width: 830px) {
  .section__news--type02 .news {
    padding: 18px 48px;
  }
  .section__news--type02 .news__article + .news__article {
    margin-top: 8px;
  }
  .section__news--type02 .news__date,
  .section__news--type02 .news__txt {
    padding: 0;
  }
  .section__news--type02 .news__txt {
    padding-left: 50px;
  }
  .section__news--type02 .news__txt:hover {
    color: inherit;
  }
  .section__news--type02 .news__txt .link:hover {
    color: #787878;
    border-bottom: 1px solid #a0a0a0;
  }
}

.section__howto--type02 .howto__wrap {
  padding: 12px 14px;
}
.section__howto--type02 .howto__item {
  display: block;
  margin: 14px 0 0;
}
.section__howto--type02 .howto__item .howto__img,
.section__howto--type02 .howto__item .howto__text {
  width: auto;
}
.section__howto--type02 .howto__item:first-of-type {
  margin-top: 0;
}
.section__howto--type02 .howto__item .howto__img {
  text-align: center;
}
.section__howto--type02 .howto__item .howto__text {
  padding: 0;
  text-align: left;
}
.section__howto--type02 .howto__item [class^="howto__"] + [class^="howto__"] {
  margin-top: 10px;
}

@media (min-width: 830px) {
  .section__howto--type02 .howto__wrap,
  .section__howto--type02 .howto__item {
    display: block;
  }
  .section__howto--type02 .howto__item,
  .section__howto--type02 .howto__item .howto__img img {
    width: auto;
  }
  .section__howto--type02 .howto + .howto {
    margin-top: 40px;
  }
  .section__howto--type02 .howto__wrap {
    padding: 30px;
  }
  .section__howto--type02 .howto__item {
    margin: 40px 0 0;
  }
  .section__howto--type02 .howto__item:first-of-type {
    margin-top: 0;
  }
  .section__howto--type02 .howto__item [class^="howto__"] + [class^="howto__"] {
    margin-top: 30px;
  }
  .section__howto--type02 .howto__item .howto__img {
    margin-bottom: 0;
  }
}

.howto__text--type02 {
  width: 100%;
  padding: 7px;
}

.detail__list {
  margin-top: 14px;
  padding: 0 20px;
}
.detail__list li {
  display: flex;
  position: relative;
  padding-left: 34px;
  font-size: 12px;
}
.detail__list li + li {
  margin-top: 12px;
}
.detail__list .list_mark {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -3px;
  left: 0;
}
.detail__list .list_size {
  min-width: 130px;
}
.detail__list .list_text {
  margin-left: 8px;
}

@media (min-width: 830px) {
  .detail__list {
    margin-top: 25px;
    padding-left: 0;
  }
  .detail__list li {
    display: flex;
    position: relative;
    padding-left: 60px;
    font-size: 18px;
  }
  .detail__list li + li {
    margin-top: 22px;
  }
  .detail__list .list_mark {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: 0;
  }
  .detail__list .list_size {
    min-width: 190px;
  }
  .detail__list .list_text {
    margin-left: 30px;
  }
}

.feature__list-note {
  margin: 5px 0 14px;
  padding-left: 0;
}
.feature__list-note > li {
  position: relative;
  padding-left: 12px;
  font-weight: normal;
  font-size: 12px;
}
.feature__list-note > li > .list_mark {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 830px) {
  .feature__list-note {
    margin: 10px 0 40px;
    padding-left: 0;
  }
  .feature__list-note > li {
    position: relative;
    padding-left: 13px;
    font-weight: normal;
    font-size: 13px;
  }
  .feature__list-note > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.howto__list-order {
  margin-bottom: 0;
  padding-left: 0;
}
.howto__list-order > li {
  list-style-type: none;
  position: relative;
  padding-left: 12px;
  font-size: 12px;
}
.howto__list-order > li > .list_mark {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 830px) {
  .howto__list-order {
    margin-bottom: 0;
    padding-left: 0;
  }
  .howto__list-order > li {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
  }
  .howto__list-order > li::marker {
    content: none;
  }
  .howto__list-order > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* ----- youtube-layout ----- */
[class*="youtube-layout"] .youtube_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
[class*="youtube-layout"] .youtube_inner > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* v2 */
.youtube-layout-v2 {
  width: 720px;
  max-width: 100%;
  margin: 0 auto 120px;
}
@media (max-width: 767px) {
  .youtube-layout-v2 {
    margin: 0 auto 60px;
  }
}
.accordion-layout {
  margin-top: 60px;
}
.accordion-layout .accordion_trigger {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 15px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-box-shadow: #00000073 4.5px 4.5px 0 0;
  box-shadow: #00000073 4.5px 4.5px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.1em;
}
.accordion-layout .accordion_detail {
  padding: 0 10px;
}
.accordion-layout .accordion_detail .section__detail .detail {
  margin-top: 35px;
}
.accordion-layout .accordion_trigger .accordion_label::before,
.accordion-layout .accordion_trigger .accordion_label::after {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  width: 27px;
  height: 3px;
  margin: -1px 0 0 0;
  background-color: #000;
  content: "";
}
.accordion-layout .accordion_trigger .accordion_label::after {
  -webkit-transition: transform .2s ease-out 0s;
  transition: transform .2s ease-out 0s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-layout .accordion_trigger.is-active .accordion_label::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (min-width: 830px) {
  .accordion-layout {
    margin-top: 75px;
  }
  .accordion-layout .accordion_trigger {
    max-width: 1024px;
    padding: 25px 10px;
  }
  .accordion-layout .accordion_detail .section__detail .detail {
    margin-top: 60px;
  }
  .accordion-layout .accordion_trigger .accordion_label::before,
  .accordion-layout .accordion_trigger .accordion_label::after {
    right: 33px;
    width: 36px;
    height: 4px;
  }
}