@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 94.8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-bottom: 57.19px;
  }
}

#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
  width: 100%;
}

.section-main {
  padding: 0px 0 100px;
}
@media screen and (max-width: 767px) {
  .section-main {
    padding: 0px 0 60px;
  }
}

.product-bg {
  background: #F8F8F8;
}

.inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 12px;
  }
}

#wpmem_login, #wpmem_reg {
  width: 100% !important;
}

img {
  width: 100%;
  vertical-align: bottom;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
}

.section-category {
  padding-top: 60px;
  border-bottom: 2px solid #DFDFDF;
}
@media screen and (max-width: 767px) {
  .section-category {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.section-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-category ul li {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .section-category ul li {
    width: 33.333%;
    margin-right: 0;
    text-align: center;
  }
  .section-category ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
.section-category ul li a {
  text-decoration: none;
  padding-bottom: 3px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin-bottom: -2px;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  .section-category ul li a {
    font-size: 14px;
    margin-bottom: -2px;
  }
}
@media screen and (min-width: 768px) {
  .section-category ul li a:hover {
    border-bottom: 2px solid #FCD03F;
  }
}
.section-category ul li a.active {
  border-bottom: 2px solid #FCD03F;
}

.section-main {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-main {
    padding-top: 20px;
  }
}
.section-main .main-title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .section-main .main-title {
    font-size: 14px;
    margin-right: 20px;
  }
}
.section-main .main-heading {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .section-main .main-heading {
    margin-bottom: 20px;
  }
}
.section-main .main-heading .num {
  font-weight: 300;
  font-size: 13px;
}
.section-main .tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .section-main .tags ul li {
    width: calc(20% - 16px);
    margin-right: 20px;
  }
  .section-main .tags ul li:nth-child(5n) {
    margin-right: 0;
  }
  .section-main .tags ul li:nth-child(n+6) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .section-main .tags ul li {
    width: calc(33.333% - 13.3333333333px);
    margin-right: 20px;
  }
  .section-main .tags ul li:nth-child(5n) {
    margin-right: 20px;
  }
  .section-main .tags ul li:nth-child(3n) {
    margin-right: 0;
  }
  .section-main .tags ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-main .tags ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .section-main .tags ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .section-main .tags ul li:nth-child(5n) {
    margin-right: 10px;
  }
  .section-main .tags ul li:nth-child(2n) {
    margin-right: 0;
  }
  .section-main .tags ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.section-main .tags ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 10px;
  position: relative;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-main .tags ul a:hover {
  background: #d9f1ff;
}
.section-main .tags ul a .icon {
  width: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .section-main .tags ul a .icon {
    width: 25px;
    margin-right: 7px;
  }
}
.section-main .tags ul a .text {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .section-main .tags ul a .text {
    font-size: 13px;
  }
}
.section-main .tags ul a .arrow {
  width: 5.74px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products ul li {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 40px 20px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .products ul li {
    width: calc(33.333% - 13.3333333333px);
    margin-right: 20px;
  }
  .products ul li:nth-child(3n) {
    margin-right: 0;
  }
  .products ul li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .products ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .products ul li:nth-child(3n) {
    margin-right: 20px;
  }
  .products ul li:nth-child(2n) {
    margin-right: 0;
  }
  .products ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .products ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .products ul li:nth-child(2n) {
    margin-right: 0;
  }
  .products ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.products ul li .category {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 5px 20px 5px 10px;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  border-radius: 6px 0 0 0;
}
.products ul li .category::after {
  position: absolute;
  content: "";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 25px solid #ffffff;
  border-top: 0;
  right: -10px;
  bottom: 0;
}
.products ul li .lead {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.products ul li .img {
  width: 45%;
  margin: 0 auto 30px;
}
.products ul li .title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}
.products ul li .en-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #838383;
}
.products ul .middle {
  padding: 10px 0;
  border-top: 1px dashed #D9D9D9;
  border-bottom: 1px dashed #D9D9D9;
  margin-bottom: 10px;
}
.products ul .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products ul .row .dt {
  width: 160px;
  font-size: 16px;
  font-weight: 300;
}
.products ul .row .dd {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.products ul .row .dd span {
  margin-right: 5px;
  color: #ADADAD;
}
.products ul .row .dd span.active {
  color: #FCD03F;
}
.products .checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.products .checks .design {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.products .checks .design::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
}
.products .checks .design::after {
  position: absolute;
  content: "";
  top: 46%;
  -webkit-transform: translateY(-50%) rotate(-41deg);
  transform: translateY(-50%) rotate(-48deg);
  left: 3px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.products .checks input[type=checkbox]:checked + .design::before {
  background: #FCD03F;
  border: 1px solid #FCD03F;
}
.products .checks input[type=checkbox] {
  position: absolute;
  left: -100%;
  opacity: 0;
}
.products .download {
  text-align: center;
  margin-bottom: 15px;
}
.products .download a {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  background: #FCD03F;
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  border: 2px solid #FCD03F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products .download a:hover {
  opacity: 0.6;
}
.products .parmalink a {
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products .parmalink a:hover {
  opacity: 0.6;
}
.products .parmalink a .arrow {
  width: 5.38px;
  margin-left: 5px;
}

.products .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .products .row2 {
    display: block;
  }
}
.products .row2 .dt2 {
  width: 65px;
}
@media screen and (max-width: 767px) {
  .products .row2 .dt2 {
    width: 100%;
  }
}
.products .row2 .dd2 {
  width: calc(100% - 68px);
}
@media screen and (max-width: 767px) {
  .products .row2 .dd2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .products ul li .category {
    font-size: 12px;
    padding: 5px 15px 5px 10px;
  }
  .products ul li {
    padding: 15px 10px;
  }
  .products ul li .lead {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .products ul li .img {
    margin-bottom: 15px;
  }
  .products ul li .title {
    font-size: 14px;
  }
  .products ul li .en-title {
    font-size: 13px;
  }
  .products ul .row {
    display: block;
  }
  .products ul .row .dt {
    font-size: 13px;
  }
  .size {
    font-size: 13px;
  }
  .products .checks {
    display: block;
  }
  .products .checks .design {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .products .download a {
    font-size: 13px;
    padding: 5px 10px;
    display: block;
  }
  .parmalink {
    font-size: 13px;
  }
}
.section-main .tags ul a {
  color: #000;
}

.stars-list .row.star0 {
  display: none;
}
.stars-list .row.star1 .dd span:nth-child(1) {
  color: #FCD03F;
}
.stars-list .row.star2 .dd span:nth-child(1) {
  color: #FCD03F;
}
.stars-list .row.star2 .dd span:nth-child(2) {
  color: #FCD03F;
}
.stars-list .row.star3 .dd span:nth-child(1) {
  color: #FCD03F;
}
.stars-list .row.star3 .dd span:nth-child(2) {
  color: #FCD03F;
}
.stars-list .row.star3 .dd span:nth-child(3) {
  color: #FCD03F;
}
.stars-list .row.star4 .dd span:nth-child(1) {
  color: #FCD03F;
}
.stars-list .row.star4 .dd span:nth-child(2) {
  color: #FCD03F;
}
.stars-list .row.star4 .dd span:nth-child(3) {
  color: #FCD03F;
}
.stars-list .row.star4 .dd span:nth-child(4) {
  color: #FCD03F;
}
.stars-list .row.star5 .dd span:nth-child(1) {
  color: #FCD03F;
}
.stars-list .row.star5 .dd span:nth-child(2) {
  color: #FCD03F;
}
.stars-list .row.star5 .dd span:nth-child(3) {
  color: #FCD03F;
}
.stars-list .row.star5 .dd span:nth-child(4) {
  color: #FCD03F;
}
.stars-list .row.star5 .dd span:nth-child(5) {
  color: #FCD03F;
}

.products {
  margin-top: 40px;
}

.products .download a {
  cursor: pointer;
}

.remodal {
  max-width: 350px;
  padding: 0;
  background: initial;
  text-align: left;
}
.remodal .products ul li {
  width: 100%;
  margin-right: 0;
}
.remodal .products {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .remodal {
    width: 90%;
  }
}

.remodal-close {
  top: -10px;
  left: initial;
  right: -50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .remodal-close {
    right: -30px;
    z-index: 100;
  }
}

.remodal-close:before {
  content: "×";
  font-family: serif !important;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .products ul li .category::after {
    bottom: -3px;
  }
  .products .parmalink a {
    font-size: 13px;
  }
}
.detail-contents {
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .detail-contents {
    font-size: 13px;
  }
}

.remodal-wrapper {
  padding: 40px 20px;
}
.remodal-wrapper .products ul li {
  padding: 30px 10px 20px;
}
.remodal-wrapper .products ul li .lead,
.remodal-wrapper .products ul li .title,
.remodal-wrapper .products ul li .en-title,
.remodal-wrapper .products ul .middle,
.remodal-wrapper .detail-contents,
.remodal-wrapper .products .checks {
  padding: 0 10px;
}

.recommends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recommends a {
  display: block;
  border: 1px solid #DFDFDF;
  width: 48%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recommends a:hover {
  opacity: 0.6;
}

.recommend-title {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D5D3D3;
}
.recommend-title .wrap {
  display: inline-block;
  border-bottom: 1px solid #D52920;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .recommend-title .wrap {
    font-size: 13px;
  }
}

.products ul li .title {
  margin-bottom: 0;
}

.prev.page-numbers {
  display: none;
}

.next.page-numbers {
  display: none;
}

.screen-reader-text {
  display: none;
}

.pagination a,
.pagination .current {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pagination a,
  .pagination .current {
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
}

.pageBute {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pageBute {
    margin-top: 30px;
  }
}

.remodal-wrapper .products ul .middle {
  padding: 10px !important;
}

.add_link {
  color: #000 !important;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.add_link:hover {
  opacity: 0.6;
}

.color1 {
  background: #000 !important;
}

.color2 {
  background: #D52920 !important;
}

.color3 {
  background: #134787 !important;
}

.color4 {
  background: #FCD03F !important;
}

.color5 {
  background: #4F4D4F !important;
}

.color6 {
  background: #ADADAD !important;
}

.color7 {
  background: #7BD520 !important;
}

.color8 {
  background: #B707B0 !important;
}

.color9 {
  background: #FCD03F !important;
}

.color10 {
  background: #4F4D4F !important;
}

.color12 {
  background: #243374 !important;
}

.color11 {
  background: #2A8AA7 !important;
}

.color13 {
  background: #B707B0 !important;
}

.color14 {
  background: #134787 !important;
}

.color2-1 {
  background: #134787 !important;
}

.color2-2 {
  background: #FD7F12 !important;
}

.color2-3 {
  background: #4F74D8 !important;
}

.color2-4 {
  background: #ADADAD !important;
}

.color2-5 {
  background: #707070 !important;
}

.color2-6 {
  background: #2C4565 !important;
}

.color2-7 {
  background: #EB2396 !important;
}

.color2-8 {
  background: #37B5E3 !important;
}

.color2-9 {
  background: #D89008 !important;
}

.color3-3 {
  background: #FCD03F !important;
}

.color3-4 {
  background: #247439 !important;
}

.color3-5 {
  background: #AF0F07 !important;
}

.color3-1 {
  background: #D52920 !important;
}

.colord {
  background: #1B075F !important;
}

.color-gas {
  background: #763905 !important;
}

.color-si {
  background: #1D645C !important;
}

.color44 {
  background: #3458A7 !important;
}

.color-abura {
  background: #BE0075 !important;
}

.color99 {
  background: #03A74F !important;
}

@media screen and (min-width: 768px) {
  .section-main .tags ul a .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .products ul li .category {
    font-size: 11px;
  }
  .section-main .tags ul a .text {
    font-size: 12px;
  }
  .section-main .tags ul a {
    padding: 7px;
  }
  .section-main .tags ul a .icon {
    width: 20px;
  }
  .section-main .tags ul a .arrow {
    right: 7px;
  }
}
.products ul li .category {
  min-height: 26px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .products ul li .category {
    min-height: 21px;
  }
}

.in-category .box {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}
.in-category .box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in-category .box ul li {
  margin-right: 16px;
}
.in-category .box ul li:last-child {
  margin-right: 0;
}
.in-category .box ul li a {
  color: #4F4D4F !important;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12.5px;
  font-weight: 300;
  white-space: nowrap;
  position: relative;
}
.in-category .box ul li a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9px;
  content: ">";
}
.in-category .box ul li a:hover {
  opacity: 0.6;
}

.in-category .box ul li a:hover {
  color: #ffe340 !important;
}

.products .download {
  margin-top: auto;
}

.products ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-var {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(43, 46, 56, 0.9);
}

.modal-var-box {
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-var-box {
    max-width: 300px;
  }
}

.mo-ca {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mo-ca {
    font-size: 16px;
  }
}

.modal-var-box-wrap {
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  margin: 0 auto;
  z-index: 1000011111;
}
@media screen and (max-width: 767px) {
  .modal-var-box-wrap {
    padding-left: 20px;
  }
}
.modal-var-box-wrap a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  color: blue;
  font-weight: 500;
}
.modal-var-box-wrap a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .modal-var-box-wrap a {
    font-size: 14px;
  }
}

.modal-attention {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .modal-attention {
    margin-top: 20px;
  }
}
.modal-attention .modal-attention-title {
  margin-bottom: 15px;
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  border-top: solid 5px #0063b5;
  border-bottom: solid 1px #0063b5;
}
@media screen and (max-width: 767px) {
  .modal-attention .modal-attention-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .modal-attention .modal-attention-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .modal-var-box-wrap {
    padding: 15px;
  }
}
.mo-ca {
  display: inline-block;
  border-bottom: solid 5px #0063b5;
}

.modal-var-box-wrap a {
  display: block;
}

.products .checks input[type=checkbox] {
  left: -1000%;
}

.search-icon-new {
  display: inline-block;
}

.search-wrap {
  text-align: right;
}

.search-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.search-i input[type=submit] {
  position: absolute;
  opacity: 0;
  left: -1000%;
}
.search-i input[type=text] {
  border: none;
  background: #fff;
  padding: 5px;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 176px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0 6px 6px 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 6.25px 5px 6.25px 10px;
  margin: 0;
  outline: none;
  -webkit-box-shadow: 0 2px 0px #eee;
          box-shadow: 0 2px 0px #eee;
}
@media screen and (max-width: 767px) {
  .search-i input[type=text] {
    padding: 7.25px 5px 7.25px 10px;
    width: 200px;
    max-width: 200px;
  }
}
.search-i .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search-i .search-icon-new {
  border-radius: 10px;
  width: 33px;
  min-width: 33px;
  margin-right: -7px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.search-i .search-icon-new:hover {
  opacity: 0.6;
}
.search-i .search-icon-new img {
  border-radius: 10px;
}

.section-category {
  overflow-x: hidden;
}

.section-category .inner {
  position: relative;
}

.search-wrap {
  position: absolute;
  top: -50%;
  right: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 225px;
}
@media screen and (max-width: 1300px) {
  .search-wrap {
    position: initial;
  }
}
.search-wrap.add {
  top: 26%;
}
.search-wrap .text {
  white-space: nowrap;
}

@media screen and (max-width: 1300px) {
  .search-wrap {
    max-width: 100%;
    padding-top: 40px;
  }
}
.section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

#wpmem_reg .req-text {
  display: none;
}

#wpmem_login legend, #wpmem_reg legend {
  margin-bottom: 60px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wpmem_login legend, #wpmem_reg legend {
    margin-bottom: 30px !important;
  }
}

input[type=submit] {
  max-width: 300px !important;
  margin: 0 auto !important;
  margin-top: 40px !important;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=submit]:hover {
  opacity: 0.6;
}

#wpmem_reg .button_div, #wpmem_login .button_div, #wpmem_reg .button_div, #wpmem_login .link-text {
  text-align: center !important;
}

#wpmem_login input[type=checkbox], #wpmem_login .button_div label {
  opacity: 0;
  position: absolute;
  left: -1000%;
}

.log-btn {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
}

ul li {
  margin-bottom: 10px;
}
ul li a {
  color: #000;
}

.woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-product-gallery__image {
  width: 100px;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
}

.main-product-image img {
  border: 2px solid #eee;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flex-product-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex-product-single {
    display: block;
  }
}
.flex-product-single .left {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .flex-product-single .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.flex-product-single .right {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .flex-product-single .right {
    width: 100%;
  }
}
.flex-product-single .right .stock {
  margin-bottom: 10px;
}
.flex-product-single .right .quantity {
  margin-bottom: 10px;
  max-width: 50px;
}
.flex-product-single .right .quantity input {
  padding: 10px;
  background: #fff;
  width: 100%;
}
.flex-product-single .right button {
  padding: 10px;
  margin: 0;
  background: #ffe340;
  border: 1px solid #ffe340;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}
.flex-product-single .right button:hover {
  opacity: 0.6;
}
.flex-product-single .right h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .flex-product-single .right h1 {
    font-size: 18px;
  }
}
.flex-product-single .right h2 {
  display: none;
}
.flex-product-single .right .price {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .flex-product-single .right .price {
    font-size: 20px;
  }
}
.flex-product-single .right .stock {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .flex-product-single .right .stock {
    font-size: 16px;
  }
}
.flex-product-single .product_meta {
  display: none;
}
.flex-product-single .description_tab, .flex-product-single .reviews_tab {
  display: none;
}

/* メイン画像エリア */
.main-product-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* サムネイルたち */
.woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /* 改行させない */
  overflow-x: auto;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 各サムネイル */
.woocommerce-product-gallery__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  height: 100px;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.woocommerce-product-gallery__image img:hover {
  border-color: #333;
}

.woocommerce-product-gallery__wrapper {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
}

.woocommerce-breadcrumb, .woocommerce-products-header, .woocommerce-ordering, .woocommerce-result-count {
  display: none;
}

.related {
  display: none;
}

.product-section .product_type_simple.add_to_cart_button {
  margin-top: 10px;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  background: #ffe340;
  border: 1px solid #ffe340;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.product-section .product_type_simple.add_to_cart_button:hover {
  opacity: 0.6;
}
.product-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin: 0;
}
.product-section ul a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
.product-section ul a:hover {
  opacity: 0.6;
}
.product-section ul a .price {
  display: block;
}
.product-section ul h2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
  text-decoration: initial;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product-section ul h2 {
    font-size: 16px;
  }
}
.product-section ul li {
  padding: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 15px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media screen and (min-width: 768px) {
  .product-section ul li {
    width: calc(33.333% - 13.3333333333px);
    margin-right: 20px;
  }
  .product-section ul li:nth-child(3n) {
    margin-right: 0;
  }
  .product-section ul li:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-section ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .product-section ul li:nth-child(2n) {
    margin-right: 0;
  }
  .product-section ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}

.common-btn {
  margin-top: 30px;
  text-align: center;
}
.common-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
.common-btn a:hover {
  opacity: 0.6;
}

.product-single .woocommerce-message {
  margin-bottom: 30px;
}
.product-single .wc-forward {
  margin-top: 10px;
  color: #fff;
  background: #E82410;
  text-decoration: none;
  padding: 15px;
  display: block;
  text-align: center;
  max-width: 400px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-single .wc-forward:hover {
  opacity: 0.6;
}

.woocommerce-MyAccount-navigation a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce-MyAccount-navigation a:hover {
  opacity: 0.6;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  margin-top: 10px;
  color: #fff;
  background: #E82410;
  text-decoration: none;
  padding: 15px;
  display: block;
  text-align: center;
  max-width: 400px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border: none;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
  opacity: 0.6;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
}

.wp-block-woocommerce-cart a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-block-woocommerce-cart a:hover {
  opacity: 0.6;
}

.woocommerce-order-overview__payment-method {
  display: none;
}

.woocommerce-order p {
  display: none;
}

.woocommerce-table {
  display: none;
}

#payment-method, .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  display: none;
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
  display: none;
}

.wc-block-components-checkout-return-to-cart-button {
  color: #000 !important;
}

.wp-block-button__link {
  background: #fff !important;
}

.wp-block-heading.has-text-align-center, .wp-block-separator.is-style-dots {
  display: none;
}

.elementor-nav-menu .elementor-item {
  color: #FFFFFF;
  fill: #FFFFFF;
  font-family: "Noto Sans JP", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 13px 20px;
  line-height: 1.25;
}

.elementor-nav-menu__align-center .elementor-nav-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
  display: block;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.original-div {
  background: #336094;
}
.original-div .e-con-inner {
  padding: 10px;
}
.original-div .e-con-inner a {
  display: block;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child):after {
  display: none;
}

.link-text-forgot {
  display: none;
}