@charset "UTF-8";
/*
 product-list.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 4, ../scss/base/_add-main-mixin.scss */
p.sample-ttl {
  padding: 100px 0 50px;
}
@media screen and (max-width: 959px) {
  /* line 4, ../scss/base/_add-main-mixin.scss */
  p.sample-ttl {
    padding: 80px 0 50px;
  }
}

/* line 10, ../scss/base/_add-main-mixin.scss */
figure {
  margin: 0;
  display: block;
}

/* line 14, ../scss/base/_add-main-mixin.scss */
figcaption {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  display: block;
}

/* line 21, ../scss/base/_add-main-mixin.scss */
.grecaptcha-badge {
  display: none !important;
}

/*----------------------------------------
MixIn
----------------------------------------*/
/*オリジナルサイズラッパー*/
/*行揃え(インデント)*/
/*スクロールズレ調整*/
/*縦書き*/
/*横書き*/
/*画像レスポンシブ対応サイズ調整*/
/* line 1, ../scss/base/_main.scss */
html, body {
  height: 100%;
}

/* line 4, ../scss/base/_main.scss */
body {
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  color: #49565d;
  -webkit-text-size-adjust: 100%;
}

@media all and (-ms-high-contrast: none) {
  /* line 14, ../scss/base/_main.scss */
  body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }

  /* line 17, ../scss/base/_main.scss */
  main {
    display: block;
  }
}
/* line 21, ../scss/base/_main.scss */
#site-container {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

/* line 27, ../scss/base/_main.scss */
.container {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* line 32, ../scss/base/_main.scss */
a {
  text-decoration: none;
  color: #707070;
}

/* line 36, ../scss/base/_main.scss */
ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

/* line 41, ../scss/base/_main.scss */
p {
  margin: 0;
}

/* line 45, ../scss/base/_main.scss */
.img-wrapper > img {
  display: block;
  width: 100%;
}

/* line 50, ../scss/base/_main.scss */
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 53, ../scss/base/_main.scss */
.is-pc {
  display: block !important;
}

/* line 56, ../scss/base/_main.scss */
.is-tb {
  display: none !important;
}

/* line 59, ../scss/base/_main.scss */
.is-sp {
  display: none !important;
}

/* line 63, ../scss/base/_main.scss */
.clear-both {
  clear: both;
}

/* line 64, ../scss/base/_main.scss */
.overflow-auto {
  overflow: auto;
}

/* line 65, ../scss/base/_main.scss */
.text-align-center {
  text-align: center;
}

/* line 66, ../scss/base/_main.scss */
.text-align-left {
  text-align: left;
}

/* line 67, ../scss/base/_main.scss */
.text-align-right {
  text-align: right;
}

/* line 68, ../scss/base/_main.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 69, ../scss/base/_main.scss */
.margin-0-auto {
  margin: 0 auto;
}

/* line 70, ../scss/base/_main.scss */
.margin-right-auto {
  margin-right: auto;
}

/* line 71, ../scss/base/_main.scss */
.margin-left-auto {
  margin-left: auto;
}

/* line 72, ../scss/base/_main.scss */
.float-left {
  float: left;
}

/* line 73, ../scss/base/_main.scss */
.position-relative {
  position: relative;
}

/* line 74, ../scss/base/_main.scss */
.vertical-align-middle {
  vertical-align: middle;
}

@media screen and (max-width: 1199px) {
  /* line 77, ../scss/base/_main.scss */
  .container {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
  }
}
@media screen and (max-width: 959px) {
  /* line 85, ../scss/base/_main.scss */
  .container {
    padding: 0 30px;
  }

  /* line 88, ../scss/base/_main.scss */
  .is-pc {
    display: none !important;
  }

  /* line 91, ../scss/base/_main.scss */
  .is-tb {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  /* line 97, ../scss/base/_main.scss */
  .container {
    padding: 0 25px;
  }

  /* line 100, ../scss/base/_main.scss */
  .is-sp {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 106, ../scss/base/_main.scss */
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 359px) {
  /* line 112, ../scss/base/_main.scss */
  .container {
    padding: 0 15px;
  }
}
/* Layouts */
@font-face {
  font-family: Amiri_Regular;
  src: url("../webfonts/Amiri/Amiri-Regular.ttf") format("truetype");
}
/* line 6, ../scss/layout/_product-solution-list.scss */
#top-image {
  height: 200px;
  background: url(../img/product_solution_list/top-background-image.png) left top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  /* line 6, ../scss/layout/_product-solution-list.scss */
  #top-image {
    height: 100px;
  }
}

/* line 15, ../scss/layout/_product-solution-list.scss */
#top-image-wrap {
  height: auto;
  width: 153px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
}
/* line 21, ../scss/layout/_product-solution-list.scss */
#top-image-wrap > img {
  display: block;
  width: 100%;
}

/* line 26, ../scss/layout/_product-solution-list.scss */
h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 29, ../scss/layout/_product-solution-list.scss */
h1 em {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 200px;
  font-size: 34px;
  font-size: 2.125rem;
  color: #000;
  font-style: normal;
  letter-spacing: 8px;
}
@media screen and (max-width: 959px) {
  /* line 40, ../scss/layout/_product-solution-list.scss */
  h1 em {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 599px) {
  /* line 45, ../scss/layout/_product-solution-list.scss */
  h1 em {
    line-height: 100px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 359px) {
  /* line 51, ../scss/layout/_product-solution-list.scss */
  h1 em {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* line 57, ../scss/layout/_product-solution-list.scss */
#page-explain {
  padding: 25px 50px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  /* line 57, ../scss/layout/_product-solution-list.scss */
  #page-explain {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 479px) {
  /* line 57, ../scss/layout/_product-solution-list.scss */
  #page-explain {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 359px) {
  /* line 57, ../scss/layout/_product-solution-list.scss */
  #page-explain {
    padding: 10px 15px;
  }
}
/* line 69, ../scss/layout/_product-solution-list.scss */
#page-explain .text1 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  /* line 69, ../scss/layout/_product-solution-list.scss */
  #page-explain .text1 {
    padding: 20px 0 10px;
  }
}
/* line 77, ../scss/layout/_product-solution-list.scss */
#page-explain .text1 span {
  margin: 0 auto;
  color: #3C3C3C;
}
/* line 82, ../scss/layout/_product-solution-list.scss */
#page-explain .text2 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 0;
}
/* line 86, ../scss/layout/_product-solution-list.scss */
#page-explain .text2 span {
  margin: 0 auto;
  color: #3C3C3C;
}

/* line 92, ../scss/layout/_product-solution-list.scss */
.below-tb {
  display: none;
}

/* line 95, ../scss/layout/_product-solution-list.scss */
.below-479 {
  display: none;
}

@media screen and (max-width: 959px) {
  /* line 99, ../scss/layout/_product-solution-list.scss */
  .below-tb {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  /* line 104, ../scss/layout/_product-solution-list.scss */
  .below-479 {
    display: block;
  }
}
/* line 109, ../scss/layout/_product-solution-list.scss */
#product-list {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* line 113, ../scss/layout/_product-solution-list.scss */
#product-list .gap {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  /* line 113, ../scss/layout/_product-solution-list.scss */
  #product-list .gap {
    margin-top: -65px;
    padding-top: 65px;
  }
}
/* line 119, ../scss/layout/_product-solution-list.scss */
#product-list .series-title {
  text-align: center;
}
/* line 121, ../scss/layout/_product-solution-list.scss */
#product-list .series-title .series-title-eng {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: Amiri_Regular;
  color: #F0F0F0;
  letter-spacing: 0.08em;
  font-style: normal;
  display: block;
  font-family: Amiri_Regular;
  margin-top: 58px;
}
/* line 131, ../scss/layout/_product-solution-list.scss */
#product-list .series-title .series-title-jpn {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: normal;
  color: #000;
  letter-spacing: 0.1em;
  display: block;
  margin-top: -15px;
}
/* line 140, ../scss/layout/_product-solution-list.scss */
#product-list .series-title .series-title-top {
  margin-top: 30px;
}
/* line 144, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}
/* line 148, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox:before {
  content: "";
  display: block;
  width: calc((100% / 4) - 20px);
  min-width: 230px;
  order: 1;
}
/* line 155, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox:after {
  content: "";
  display: block;
  width: calc((100% / 4) - 20px);
  min-width: 230px;
}
/* line 161, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li {
  width: calc((100% / 4) - 15px);
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1099px) {
  /* line 161, ../scss/layout/_product-solution-list.scss */
  #product-list ul.flexbox li {
    width: calc((100% / 3) - 13.3px);
  }
}
@media screen and (max-width: 959px) {
  /* line 161, ../scss/layout/_product-solution-list.scss */
  #product-list ul.flexbox li {
    width: calc((100% / 2) - 10px);
  }
}
@media screen and (max-width: 599px) {
  /* line 161, ../scss/layout/_product-solution-list.scss */
  #product-list ul.flexbox li {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }
}
/* line 178, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li h2 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3C3C3C;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 1.6;
  font-weight: bold;
}
/* line 187, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .series {
  text-align: center;
  margin-bottom: 12px;
  line-height: 18px;
}
/* line 191, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .series span {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 195, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .price {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 198, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .price .tax-label {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 201, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .price strong {
  font-family: 'Oswald', sans-serif;
  color: #000;
}
/* line 206, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .tag-wrap {
  position: absolute;
  display: flex;
  width: 100%;
  top: 0;
}
/* line 211, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .tag-wrap .new-icon {
  height: 34px;
  width: 55px;
  border: 1px solid #231815;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 100;
}
/* line 220, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .tag-wrap .new-icon span {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  color: #231815;
}
/* line 227, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .tag-wrap .endofsale-icon ,
#product-list ul.flexbox li .tag-wrap .stopofsale-icon {
  height: 34px;
  width: 93px;
  background-color: #6b6b6b;
  border-radius: 5px;
  text-align: center;
  z-index: 100;
}
#product-list ul.flexbox li .tag-wrap .stopofsale-icon {
  background-color: #9FA0A0;
}
/* line 234, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .tag-wrap .endofsale-icon span ,
#product-list ul.flexbox li .tag-wrap .stopofsale-icon span {
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  color: #ffffff;
}
/* line 242, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .eyecatch-img {
  margin: 0 auto;
  margin-top: 25px;
  width: 235px;
  height: 160px;
  position: relative;
  display: flex;
  align-items: center;
}
/* line 250, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .eyecatch-img > img {
  max-width: 235px;
  max-height: 160px;
  transition: all .3s ease-out;
  margin: 0 auto;
}
/* line 255, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .eyecatch-img > img:hover {
  transform: scale(1.2);
  transition-duration: 0.3s;
}
/* line 261, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .no-eyecatch-img-wrapper {
  text-align: center;
  width: 235px;
  height: 160px;
  margin: 0 auto;
  margin-top: 25px;
}
/* line 267, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .no-eyecatch-img-wrapper div {
  width: 235px;
  height: 160px;
  background-color: #F2F2F3;
  display: flex;
  align-items: center;
}
/* line 273, ../scss/layout/_product-solution-list.scss */
#product-list ul.flexbox li .no-eyecatch-img-wrapper div span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto;
}
/* line 283, ../scss/layout/_product-solution-list.scss */
#product-list ul.bottom-series {
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  /* line 283, ../scss/layout/_product-solution-list.scss */
  #product-list ul.bottom-series {
    margin-bottom: 50px;
  }
}

/* line 293, ../scss/layout/_product-solution-list.scss */
#result-product ul .no-result-products {
  font-size: 16px;
  font-size: 1rem;
  line-height: 70px;
}

/* line 300, ../scss/layout/_product-solution-list.scss */
#search-button-icon {
  width: 20px;
}
/* line 302, ../scss/layout/_product-solution-list.scss */
#search-button-icon > img {
  display: block;
  width: 100%;
}

/* line 307, ../scss/layout/_product-solution-list.scss */
#product-list-bottom-icon {
  width: 50px;
  margin: 20px auto;
}
/* line 310, ../scss/layout/_product-solution-list.scss */
#product-list-bottom-icon > img {
  display: block;
  width: 100%;
}

/* line 315, ../scss/layout/_product-solution-list.scss */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 100002;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #111;
  opacity: 0.4;
  cursor: pointer;
}

/* line 330, ../scss/layout/_product-solution-list.scss */
#modal-action {
  display: none;
}

/* line 334, ../scss/layout/_product-solution-list.scss */
.modal-btn {
  cursor: pointer;
}

/* line 338, ../scss/layout/_product-solution-list.scss */
#modal-action:checked ~ #modal {
  display: block;
}

/* line 342, ../scss/layout/_product-solution-list.scss */
#modal-action:checked ~ .modal-overlay {
  display: block;
}

/* line 346, ../scss/layout/_product-solution-list.scss */
#modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 100003;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 70px;
  line-height: 55px;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 10px;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
/* line 362, ../scss/layout/_product-solution-list.scss */
#modal label.modal-close {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  top: -15px;
  right: -30px;
  cursor: pointer;
  z-index: 1;
}
/* line 371, ../scss/layout/_product-solution-list.scss */
#modal label.modal-close div.modal-close-icon {
  display: block;
  width: 35px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
/* line 378, ../scss/layout/_product-solution-list.scss */
#modal label.modal-close div.modal-close-icon span:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  width: 35px;
  height: 3px;
  background: #ffffff;
  transform: rotate(-45deg);
}
/* line 388, ../scss/layout/_product-solution-list.scss */
#modal label.modal-close div.modal-close-icon span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  width: 35px;
  height: 3px;
  background: #ffffff;
  transform: rotate(45deg);
}
/* line 401, ../scss/layout/_product-solution-list.scss */
#modal .modal-body {
  position: relative;
  z-index: 1;
}
/* line 404, ../scss/layout/_product-solution-list.scss */
#modal .modal-body .modal-text {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
}

/* line 412, ../scss/layout/_product-solution-list.scss */
.page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100001;
}

/* line 413, ../scss/layout/_product-solution-list.scss */
.page-top span {
  padding-left: .5rem;
  font-weight: bold;
  font-size: 1.4rem;
}

/* line 414, ../scss/layout/_product-solution-list.scss */
.page-top a {
  background-image: url(../img/totop.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  display: block;
  text-indent: -99999px;
}

/* line 415, ../scss/layout/_product-solution-list.scss */
.page-top a:hover {
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}

/* line 416, ../scss/layout/_product-solution-list.scss */
.page-top {
  position: fixed;
  bottom: 40px;
  right: -300px;
  visibility: hidden;
  opacity: 0;
  z-index: 100001;
  cursor: pointer;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out, right 0s linear 0.3s;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out, right 0s linear 0.3s;
  -webkit-transition: visibility 0s linear, opacity 0.3s ease-in-out, right 0s linear;
  -webkit-transition-delay: 0.3s, 0s, 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out, right 0s linear 0.3s;
}

/* line 434, ../scss/layout/_product-solution-list.scss */
.page-top.is-active {
  visibility: visible;
  opacity: 1;
  right: 40px;
  -moz-transition: visibility 0s, opacity 0.3s ease-in-out, right 0s;
  -o-transition: visibility 0s, opacity 0.3s ease-in-out, right 0s;
  -webkit-transition: visibility 0s, opacity 0.3s ease-in-out, right 0s;
  transition: visibility 0s, opacity 0.3s ease-in-out, right 0s;
}

@media screen and (max-width: 1319px) {
  /* line 444, ../scss/layout/_product-solution-list.scss */
  .page-top {
    bottom: 20px;
  }
  /* line 446, ../scss/layout/_product-solution-list.scss */
  .page-top.is-active {
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  /* line 452, ../scss/layout/_product-solution-list.scss */
  .page-top {
    bottom: 10px;
  }
  /* line 454, ../scss/layout/_product-solution-list.scss */
  .page-top.is-active {
    right: 10px;
  }
  /* line 457, ../scss/layout/_product-solution-list.scss */
  .page-top a {
    width: 60px;
    height: 60px;
  }
}
/* line 464, ../scss/layout/_product-solution-list.scss */
_::-webkit-full-page-media, _:future, :root #product-list ul.flexbox li dl dd {
  border-color: transparent;
}
