@charset "UTF-8";
/*!===========================
このcssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
html {
  font-family: "游ゴシック Medium", "YuGothic", "YuGothicM", "Hiragino Kaku Gothic ProN", Helvetica, Arial, Meiryo, sans-serif;
  font-size: 62.5%;
  color: #000;
  background-color: #fff;
}

#products-detail-sec04 .catch-ttl {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

body {
  line-height: 1.8;
  font-size: 1.6em;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

figure {
  text-align: center;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

video {
  max-width: 100% !important;
  height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

hr {
  clear: both;
  border: none;
  margin: 60px 0;
  border-top: 1px solid;
}

table {
  width: 100%;
  line-height: 1.5;
  border: none;
  border-collapse: collapse;
  border-bottom: 1px solid #E6E6E6;
}
table > tbody > tr > th,
table > tbody > tr > td {
  padding: 20px;
  border-top: 1px solid #E6E6E6;
}
table > tbody > tr > th {
  width: 20%;
  font-weight: inherit;
  text-align: left;
  vertical-align: top;
  background: #F7F6F4;
}
table.list > tbody > tr > th {
  width: auto;
}
table > caption {
  font-weight: bold;
  text-align: inherit;
}

/* class
============================== */
.sp {
  display: none;
}

.clearfix::after, #products-detail-sec01::after, #top-catalog::after, #content::after {
  content: "";
  display: block;
  clear: both;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft,
.alignright {
  max-width: 52% !important;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 40px;
}

.alignright {
  float: right;
  margin-left: 40px;
}

.mtop0 {
  margin-top: 0 !important;
}

.col,
.col-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col > *,
.col-sp > * {
  width: 47.4226804124%;
}

.btn {
  display: block;
  position: relative;
  width: 470px;
  max-width: 100%;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  padding: 1em 2em;
  background: #0A7A82;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    width: 100% !important;
    font-size: 1.6rem;
  }
}
.btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1.25em;
  line-height: 1;
}
.btn.pt01 {
  font-size: 1.4rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: #0A7A82;
}
@media (max-width: 767px) {
  .btn.pt01 {
    font-size: 1.2rem;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}

.btn-cart,
.btn-tel {
  display: inline-block;
  width: 100%;
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  padding: 1em 0.5em;
}
.btn-cart::before,
.btn-tel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
}

.btn-cart {
  background: #0A7A82;
}
.btn-cart::before {
  content: "\f07a";
}
.btn-cart.btn-cart-gray {
  background: #666666;
}
.btn-cart.btn-cart-gray::before {
  content: "\f00d";
}

.btn-tel {
  background: #BA3533;
}
.btn-tel.gray {
  background: #999;
}
.btn-tel::before {
  content: "\f095";
}

.btn-tel-txt {
  text-align: center;
  color: #f00;
}

.btn-more {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  padding: 15px 0;
  background: #FFF;
  border: 1px solid #A9ABAD;
  border-radius: 5px;
}

*:not(ul).kome,
ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
}
*:not(ul).kome::before,
ul.kome li::before {
  content: "※";
}

.pnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 80px;
}
.pnav a {
  text-decoration: none;
  opacity: 1 !important;
}
.pnav > * {
  margin: 10px 5px 0;
}
.pnav > *:not(.previouspostslink):not(.nextpostslink) {
  width: 66px;
  font-size: 2.4rem;
  text-align: center;
  padding: 0.5em 0;
  background: #F7F6F4;
}
.pnav span {
  color: #fff;
  background: rgba(0, 0, 0, 0.3) !important;
}
.pnav .previouspostslink,
.pnav .nextpostslink {
  position: relative;
  width: 0.5em;
  height: 1em;
  font-size: 42px;
  color: rgba(0, 0, 0, 0.3);
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
.pnav .previouspostslink::before,
.pnav .nextpostslink::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  line-height: 1;
  text-indent: 0;
}
.pnav .nextpostslink::before {
  content: "\f105";
}

.rate {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  color: #F7BA06;
}
.rate::before, .rate::after {
  display: inline-block;
  position: absolute;
}
.rate::before {
  content: "☆☆☆☆☆";
}
.rate::after {
  content: "★★★★★";
  overflow: hidden;
}
.rate.rate0::after, .rate.rate00:after {
  width: 0;
}
.rate.rate05::after {
  width: 0.5em;
}
.rate.rate10::after {
  width: 1em;
}
.rate.rate15::after {
  width: 1.5em;
}
.rate.rate20::after {
  width: 2em;
}
.rate.rate25::after {
  width: 2.5em;
}
.rate.rate30::after {
  width: 3em;
}
.rate.rate35::after {
  width: 3.5em;
}
.rate.rate40::after {
  width: 4em;
}
.rate.rate45::after {
  width: 4.5em;
}
.rate.rate50::after {
  width: 5em;
}

.form-error {
  margin: 1em 0;
  padding: 1em;
  background: #FF0000;
  color: #FFFFFF;
}

/* slick
============================== */
.slick-slide li {
  vertical-align: top;
}

.slick-prev,
.slick-next {
  width: 46px;
  height: 94px;
}
.slick-prev::before,
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 91px;
  color: rgba(0, 0, 0, 0.3);
}

.slick-prev {
  z-index: 1;
  left: 15px;
}
.slick-prev::before {
  content: "\f104";
}

.slick-next {
  right: 15px;
}
.slick-next::before {
  content: "\f105";
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.9;
}

/* ==================================================
layout
================================================== */
header,
footer,
#breadcrumb,
#menu,
#content {
  padding-left: 20px;
  padding-right: 20px;
}

header > *,
footer > *,
#breadcrumb > *,
#content > *,
#fguide01 > *,
#fguide02 > *,
#ffeature > *,
#hd-inner > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#fguide01,
#fguide02, #ffeature, #hd-inner {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
main > * {
  width: 100%;
}

#menu {
  width: 250px;
  padding-right: 30px;
}
#menu #menu-inner {
  width: 200px;
}
#menu + #content {
  width: calc(100% - 250px);
  max-width: 990px;
  padding-left: 0;
}

/* ==================================================
header
================================================== */
header {
  line-height: 1.15;
  padding-top: 140px;
  padding-bottom: 40px;
}
header a {
  text-decoration: none;
}

#hd-inner {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  padding-bottom: 10px;
  background: #fff;
}

#hd-inner2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

#hlogo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 385px;
  margin-top: 50px;
}

#hlogo {
  width: 38.961038961%;
  font-size: inherit;
}

#hcopy {
  width: 200px;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #666;
}

#hnav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
}

#hnav01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #BA3533;
}
#hnav01 li:nth-child(n+2) {
  margin-left: 2vw;
}
#hnav01 a::before {
  content: "";
  display: inline-block;
  height: 17px;
  vertical-align: top;
  margin-right: 0.3em;
  background: center/100% no-repeat;
}
#hnav01 .no01 a::before {
  width: 22px;
  background-image: url("../img/icon01.svg");
}
#hnav01 .no02 a::before {
  width: 13px;
  background-image: url("../img/icon02.svg");
}
#hnav01 .no03 a::before {
  width: 17px;
  background-image: url("../img/icon03.svg");
}
#hnav01 .no04 a::before {
  width: 17px;
  background-image: url("../img/icon08.svg");
}

#hnav02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-left: 2vw;
}
#hnav02 a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px;
  background: #BA3533;
}
#hnav02 a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
}
#hnav02 .no01 a {
  padding-left: 30px;
  position: relative;
}
#hnav02 .no01 a::before {
  content: "\f07a";
}
#hnav02 .no01 a .mark {
  width: 10px;
  height: 10px;
  line-height: 20px;
  background: #F7BA06;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  right: 5px;
  text-align: center;
}
#hnav02 .no02 a {
  padding-right: 30px;
}
#hnav02 .no02 a::before {
  content: "\f2f6";
}
#hnav02 .no02.on a::before {
  content: "\f007";
}

#hnav03 a,
#hnews a {
  display: block;
  position: relative;
  line-height: 1.5;
  text-decoration: none;
  padding: 10px 25px 10px 20px;
}
#hnav03 a::after,
#hnews a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1em;
  line-height: 1;
  font-size: 14px;
}

#hnav03 {
  width: 400px;
  margin-top: 60px;
}
#hnav03 a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #0A7A82;
  border-radius: 50px;
}
#hnav03 .no02 a {
  font-size: 1.3rem;
  font-weight: normal;
  color: #000;
  margin-top: 5px;
  background: #F7F6F4;
}
#hnav03 .no02.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#hnav03 .no02.on span {
  display: block;
  width: 65%;
  line-height: 1.5;
  font-size: 1.3rem;
  margin-top: 5px;
  padding: 7px 20px;
  background: #F7F6F4;
  border-radius: 50px;
}
#hnav03 .no02.on a {
  width: 35%;
  text-align: right;
  background: none;
}

#hnews {
  border-top: 1px solid #F7F6F4;
}
#hnews li {
  border-bottom: 1px solid #F7F6F4;
}
#hnews li.point a {
  background-color: #BA3533;
  color: #fff;
}
#hnews li.point a::after {
  color: #fff;
}
#hnews a {
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 5px;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

#showPopup {
  cursor: pointer;
}

#overlay-area,
#overlay-area2,
#overlay-area3,
#auto-overlay-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
#overlay-area.overlay-hidden,
#overlay-area2.overlay-hidden,
#overlay-area3.overlay-hidden,
#auto-overlay-area.overlay-hidden {
  display: none !important;
}
#overlay-area #overlay-popup,
#overlay-area #overlay-popup2,
#overlay-area #overlay-popup3,
#overlay-area #auto-overlay-popup,
#overlay-area2 #overlay-popup,
#overlay-area2 #overlay-popup2,
#overlay-area2 #overlay-popup3,
#overlay-area2 #auto-overlay-popup,
#overlay-area3 #overlay-popup,
#overlay-area3 #overlay-popup2,
#overlay-area3 #overlay-popup3,
#overlay-area3 #auto-overlay-popup,
#auto-overlay-area #overlay-popup,
#auto-overlay-area #overlay-popup2,
#auto-overlay-area #overlay-popup3,
#auto-overlay-area #auto-overlay-popup {
  background-color: #F7F6F4;
  padding: 20px;
  border-radius: 5px;
  max-width: 600px;
  width: 100%;
  margin: 0 4vw;
}
#overlay-area #overlay-popup form,
#overlay-area #overlay-popup2 form,
#overlay-area #overlay-popup3 form,
#overlay-area #auto-overlay-popup form,
#overlay-area2 #overlay-popup form,
#overlay-area2 #overlay-popup2 form,
#overlay-area2 #overlay-popup3 form,
#overlay-area2 #auto-overlay-popup form,
#overlay-area3 #overlay-popup form,
#overlay-area3 #overlay-popup2 form,
#overlay-area3 #overlay-popup3 form,
#overlay-area3 #auto-overlay-popup form,
#auto-overlay-area #overlay-popup form,
#auto-overlay-area #overlay-popup2 form,
#auto-overlay-area #overlay-popup3 form,
#auto-overlay-area #auto-overlay-popup form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
#overlay-area #overlay-popup form [type=text],
#overlay-area #overlay-popup2 form [type=text],
#overlay-area #overlay-popup3 form [type=text],
#overlay-area #auto-overlay-popup form [type=text],
#overlay-area2 #overlay-popup form [type=text],
#overlay-area2 #overlay-popup2 form [type=text],
#overlay-area2 #overlay-popup3 form [type=text],
#overlay-area2 #auto-overlay-popup form [type=text],
#overlay-area3 #overlay-popup form [type=text],
#overlay-area3 #overlay-popup2 form [type=text],
#overlay-area3 #overlay-popup3 form [type=text],
#overlay-area3 #auto-overlay-popup form [type=text],
#auto-overlay-area #overlay-popup form [type=text],
#auto-overlay-area #overlay-popup2 form [type=text],
#auto-overlay-area #overlay-popup3 form [type=text],
#auto-overlay-area #auto-overlay-popup form [type=text] {
  width: 80%;
  font-size: 1.3rem;
  padding: 13px 10px;
  border: solid #E6E6E6;
  border-width: 1px 0 1px 1px;
}
#overlay-area #overlay-popup form [type=submit],
#overlay-area #overlay-popup2 form [type=submit],
#overlay-area #overlay-popup3 form [type=submit],
#overlay-area #auto-overlay-popup form [type=submit],
#overlay-area2 #overlay-popup form [type=submit],
#overlay-area2 #overlay-popup2 form [type=submit],
#overlay-area2 #overlay-popup3 form [type=submit],
#overlay-area2 #auto-overlay-popup form [type=submit],
#overlay-area3 #overlay-popup form [type=submit],
#overlay-area3 #overlay-popup2 form [type=submit],
#overlay-area3 #overlay-popup3 form [type=submit],
#overlay-area3 #auto-overlay-popup form [type=submit],
#auto-overlay-area #overlay-popup form [type=submit],
#auto-overlay-area #overlay-popup2 form [type=submit],
#auto-overlay-area #overlay-popup3 form [type=submit],
#auto-overlay-area #auto-overlay-popup form [type=submit] {
  width: 20%;
  font-size: 1.4rem;
  color: #fff;
  background: #0A7A82;
}
#overlay-area #overlay-popup .shortcut-tit,
#overlay-area #overlay-popup2 .shortcut-tit,
#overlay-area #overlay-popup3 .shortcut-tit,
#overlay-area #auto-overlay-popup .shortcut-tit,
#overlay-area2 #overlay-popup .shortcut-tit,
#overlay-area2 #overlay-popup2 .shortcut-tit,
#overlay-area2 #overlay-popup3 .shortcut-tit,
#overlay-area2 #auto-overlay-popup .shortcut-tit,
#overlay-area3 #overlay-popup .shortcut-tit,
#overlay-area3 #overlay-popup2 .shortcut-tit,
#overlay-area3 #overlay-popup3 .shortcut-tit,
#overlay-area3 #auto-overlay-popup .shortcut-tit,
#auto-overlay-area #overlay-popup .shortcut-tit,
#auto-overlay-area #overlay-popup2 .shortcut-tit,
#auto-overlay-area #overlay-popup3 .shortcut-tit,
#auto-overlay-area #auto-overlay-popup .shortcut-tit {
  text-align: center;
  font-weight: bold;
  padding: 1.25em;
}
#overlay-area #overlay-popup .shortcut-list,
#overlay-area #overlay-popup2 .shortcut-list,
#overlay-area #overlay-popup3 .shortcut-list,
#overlay-area #auto-overlay-popup .shortcut-list,
#overlay-area2 #overlay-popup .shortcut-list,
#overlay-area2 #overlay-popup2 .shortcut-list,
#overlay-area2 #overlay-popup3 .shortcut-list,
#overlay-area2 #auto-overlay-popup .shortcut-list,
#overlay-area3 #overlay-popup .shortcut-list,
#overlay-area3 #overlay-popup2 .shortcut-list,
#overlay-area3 #overlay-popup3 .shortcut-list,
#overlay-area3 #auto-overlay-popup .shortcut-list,
#auto-overlay-area #overlay-popup .shortcut-list,
#auto-overlay-area #overlay-popup2 .shortcut-list,
#auto-overlay-area #overlay-popup3 .shortcut-list,
#auto-overlay-area #auto-overlay-popup .shortcut-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#overlay-area #overlay-popup .shortcut-list li,
#overlay-area #overlay-popup2 .shortcut-list li,
#overlay-area #overlay-popup3 .shortcut-list li,
#overlay-area #auto-overlay-popup .shortcut-list li,
#overlay-area2 #overlay-popup .shortcut-list li,
#overlay-area2 #overlay-popup2 .shortcut-list li,
#overlay-area2 #overlay-popup3 .shortcut-list li,
#overlay-area2 #auto-overlay-popup .shortcut-list li,
#overlay-area3 #overlay-popup .shortcut-list li,
#overlay-area3 #overlay-popup2 .shortcut-list li,
#overlay-area3 #overlay-popup3 .shortcut-list li,
#overlay-area3 #auto-overlay-popup .shortcut-list li,
#auto-overlay-area #overlay-popup .shortcut-list li,
#auto-overlay-area #overlay-popup2 .shortcut-list li,
#auto-overlay-area #overlay-popup3 .shortcut-list li,
#auto-overlay-area #auto-overlay-popup .shortcut-list li {
  padding: 0 0.25em 0.5em;
}
#overlay-area #overlay-popup .shortcut-list li a,
#overlay-area #overlay-popup2 .shortcut-list li a,
#overlay-area #overlay-popup3 .shortcut-list li a,
#overlay-area #auto-overlay-popup .shortcut-list li a,
#overlay-area2 #overlay-popup .shortcut-list li a,
#overlay-area2 #overlay-popup2 .shortcut-list li a,
#overlay-area2 #overlay-popup3 .shortcut-list li a,
#overlay-area2 #auto-overlay-popup .shortcut-list li a,
#overlay-area3 #overlay-popup .shortcut-list li a,
#overlay-area3 #overlay-popup2 .shortcut-list li a,
#overlay-area3 #overlay-popup3 .shortcut-list li a,
#overlay-area3 #auto-overlay-popup .shortcut-list li a,
#auto-overlay-area #overlay-popup .shortcut-list li a,
#auto-overlay-area #overlay-popup2 .shortcut-list li a,
#auto-overlay-area #overlay-popup3 .shortcut-list li a,
#auto-overlay-area #auto-overlay-popup .shortcut-list li a {
  display: block;
  border: #B93633 2px solid;
  border-radius: 50px;
  color: #B93633;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5em 1em;
}
#overlay-area #overlay-popup .shortcut-list li a:hover,
#overlay-area #overlay-popup2 .shortcut-list li a:hover,
#overlay-area #overlay-popup3 .shortcut-list li a:hover,
#overlay-area #auto-overlay-popup .shortcut-list li a:hover,
#overlay-area2 #overlay-popup .shortcut-list li a:hover,
#overlay-area2 #overlay-popup2 .shortcut-list li a:hover,
#overlay-area2 #overlay-popup3 .shortcut-list li a:hover,
#overlay-area2 #auto-overlay-popup .shortcut-list li a:hover,
#overlay-area3 #overlay-popup .shortcut-list li a:hover,
#overlay-area3 #overlay-popup2 .shortcut-list li a:hover,
#overlay-area3 #overlay-popup3 .shortcut-list li a:hover,
#overlay-area3 #auto-overlay-popup .shortcut-list li a:hover,
#auto-overlay-area #overlay-popup .shortcut-list li a:hover,
#auto-overlay-area #overlay-popup2 .shortcut-list li a:hover,
#auto-overlay-area #overlay-popup3 .shortcut-list li a:hover,
#auto-overlay-area #auto-overlay-popup .shortcut-list li a:hover {
  color: #fff;
  background-color: #ba3533;
}
#overlay-area #overlay-popup .txt-cart,
#overlay-area #overlay-popup2 .txt-cart,
#overlay-area #overlay-popup3 .txt-cart,
#overlay-area #auto-overlay-popup .txt-cart,
#overlay-area2 #overlay-popup .txt-cart,
#overlay-area2 #overlay-popup2 .txt-cart,
#overlay-area2 #overlay-popup3 .txt-cart,
#overlay-area2 #auto-overlay-popup .txt-cart,
#overlay-area3 #overlay-popup .txt-cart,
#overlay-area3 #overlay-popup2 .txt-cart,
#overlay-area3 #overlay-popup3 .txt-cart,
#overlay-area3 #auto-overlay-popup .txt-cart,
#auto-overlay-area #overlay-popup .txt-cart,
#auto-overlay-area #overlay-popup2 .txt-cart,
#auto-overlay-area #overlay-popup3 .txt-cart,
#auto-overlay-area #auto-overlay-popup .txt-cart {
  line-height: 1.7;
}
#overlay-area #overlay-popup .txt-cart strong,
#overlay-area #overlay-popup2 .txt-cart strong,
#overlay-area #overlay-popup3 .txt-cart strong,
#overlay-area #auto-overlay-popup .txt-cart strong,
#overlay-area2 #overlay-popup .txt-cart strong,
#overlay-area2 #overlay-popup2 .txt-cart strong,
#overlay-area2 #overlay-popup3 .txt-cart strong,
#overlay-area2 #auto-overlay-popup .txt-cart strong,
#overlay-area3 #overlay-popup .txt-cart strong,
#overlay-area3 #overlay-popup2 .txt-cart strong,
#overlay-area3 #overlay-popup3 .txt-cart strong,
#overlay-area3 #auto-overlay-popup .txt-cart strong,
#auto-overlay-area #overlay-popup .txt-cart strong,
#auto-overlay-area #overlay-popup2 .txt-cart strong,
#auto-overlay-area #overlay-popup3 .txt-cart strong,
#auto-overlay-area #auto-overlay-popup .txt-cart strong {
  color: #BA3534;
}
#overlay-area #overlay-popup .txt-btm,
#overlay-area #overlay-popup2 .txt-btm,
#overlay-area #overlay-popup3 .txt-btm,
#overlay-area #auto-overlay-popup .txt-btm,
#overlay-area2 #overlay-popup .txt-btm,
#overlay-area2 #overlay-popup2 .txt-btm,
#overlay-area2 #overlay-popup3 .txt-btm,
#overlay-area2 #auto-overlay-popup .txt-btm,
#overlay-area3 #overlay-popup .txt-btm,
#overlay-area3 #overlay-popup2 .txt-btm,
#overlay-area3 #overlay-popup3 .txt-btm,
#overlay-area3 #auto-overlay-popup .txt-btm,
#auto-overlay-area #overlay-popup .txt-btm,
#auto-overlay-area #overlay-popup2 .txt-btm,
#auto-overlay-area #overlay-popup3 .txt-btm,
#auto-overlay-area #auto-overlay-popup .txt-btm {
  margin: 1em 0 0;
  text-align: center;
}
#overlay-area #overlay-popup .txt-btm a,
#overlay-area #overlay-popup2 .txt-btm a,
#overlay-area #overlay-popup3 .txt-btm a,
#overlay-area #auto-overlay-popup .txt-btm a,
#overlay-area2 #overlay-popup .txt-btm a,
#overlay-area2 #overlay-popup2 .txt-btm a,
#overlay-area2 #overlay-popup3 .txt-btm a,
#overlay-area2 #auto-overlay-popup .txt-btm a,
#overlay-area3 #overlay-popup .txt-btm a,
#overlay-area3 #overlay-popup2 .txt-btm a,
#overlay-area3 #overlay-popup3 .txt-btm a,
#overlay-area3 #auto-overlay-popup .txt-btm a,
#auto-overlay-area #overlay-popup .txt-btm a,
#auto-overlay-area #overlay-popup2 .txt-btm a,
#auto-overlay-area #overlay-popup3 .txt-btm a,
#auto-overlay-area #auto-overlay-popup .txt-btm a {
  text-decoration: underline;
}
#overlay-area #overlay-popup .btn-cart,
#overlay-area #overlay-popup2 .btn-cart,
#overlay-area #overlay-popup3 .btn-cart,
#overlay-area #auto-overlay-popup .btn-cart,
#overlay-area2 #overlay-popup .btn-cart,
#overlay-area2 #overlay-popup2 .btn-cart,
#overlay-area2 #overlay-popup3 .btn-cart,
#overlay-area2 #auto-overlay-popup .btn-cart,
#overlay-area3 #overlay-popup .btn-cart,
#overlay-area3 #overlay-popup2 .btn-cart,
#overlay-area3 #overlay-popup3 .btn-cart,
#overlay-area3 #auto-overlay-popup .btn-cart,
#auto-overlay-area #overlay-popup .btn-cart,
#auto-overlay-area #overlay-popup2 .btn-cart,
#auto-overlay-area #overlay-popup3 .btn-cart,
#auto-overlay-area #auto-overlay-popup .btn-cart {
  margin: 1em 0 0;
}

/* ==================================================
footer
================================================== */
footer {
  line-height: 1.15;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1239px) {
  footer {
    padding-bottom: 120px;
  }
}
footer a {
  text-decoration: none;
}

#ffeature {
  margin-top: 90px;
  padding: 0;
}
#ffeature h2 {
  font-size: 2.8rem;
  text-align: center;
}
#ffeature ul {
  max-width: 1240px;
  margin-top: 40px;
}
#ffeature .slick-list {
  padding-right: 20px;
}
#ffeature .slick-slide {
  margin-left: 20px;
}

#fsns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.9166666667% 1fr 2.9166666667% 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 25px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 25px 2.9166666667%;
  margin-top: 90px;
}
#fsns li:nth-child(-n+2) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 4;
}
#fsns li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#fsns li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#fsns li:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
#fsns li:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
#fsns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 12px 20px;
  border-radius: 7px;
}
#fsns a::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  line-height: 1;
  font-size: 40px;
  margin-right: 20px;
}
#fsns .line a,
#fsns .mail a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.6rem;
  text-align: center;
  padding: 30px 20px;
}
@media (max-width: 1239px) {
  #fsns .line a,
  #fsns .mail a {
    font-size: 2.08vw;
  }
}
#fsns .line a::before,
#fsns .mail a::before {
  margin: 0 0 30px;
}
#fsns .line a {
  background: #00B900;
}
#fsns .line a::before {
  content: "\f3c0";
  font-size: 94px;
}
#fsns .mail a {
  background: #BA3533;
}
#fsns .mail a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 92px;
}
#fsns .instagram a {
  background: -webkit-gradient(linear, left top, right top, from(#4c64d3), color-stop(33%, #cf2e92), color-stop(66%, #f26939), color-stop(66%, #f26939), to(#ffdd83));
  background: -webkit-linear-gradient(left, #4c64d3 0%, #cf2e92 33%, #f26939 66%, #f26939 66%, #ffdd83 100%);
  background: linear-gradient(to right, #4c64d3 0%, #cf2e92 33%, #f26939 66%, #f26939 66%, #ffdd83 100%);
}
#fsns .instagram a::before {
  content: "\f16d";
}
#fsns .facebook a {
  background: #4267B2;
}
#fsns .facebook a::before {
  content: "\f082";
}
#fsns .twitter a {
  background: #1CA1F2;
}
#fsns .twitter a::before {
  content: "\f081";
}

#fguide01,
#fguide02 {
  padding-bottom: 50px;
  background: #F3F5F7;
}

#fguide01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  padding-top: 50px;
}
#fguide01 > * {
  margin: 0;
  max-width: none;
}
#fguide01 > div {
  width: calc(100% - 360px);
  max-width: 840px;
}
#fguide01 h2 {
  font-size: 3.6rem;
}
#fguide01 h2 em {
  font-style: normal;
  color: #0A7A82;
}
#fguide01 h2 + * {
  margin-top: 20px;
}
#fguide01 p {
  line-height: 1.8;
}
#fguide01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 360px;
}
#fguide01 li {
  width: 44.1666666667%;
  margin-left: 20px;
}

#fguide02 h2 {
  font-size: 2.6rem;
  text-align: center;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}
#fguide02 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#fguide02 ul li {
  width: 23%;
  margin-top: 30px;
}
#fguide02 ul a {
  display: block;
  height: 100%;
  font-size: 2rem;
  text-align: center;
  padding: 50px 10px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 0 0 rgba(230, 230, 230, 0.5);
          box-shadow: 10px 10px 0 0 rgba(230, 230, 230, 0.5);
}
#fguide02 ul a::before {
  content: "";
  display: block;
  height: 90px;
  margin-bottom: 50px;
  background: center/auto 100% no-repeat;
}
#fguide02 ul a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5em;
}
#fguide02 ul .no01 a::before {
  background-image: url("../img/icon04.svg");
}
#fguide02 ul .no02 a::before {
  background-image: url("../img/icon05.svg");
}
#fguide02 ul .no03 a::before {
  background-image: url("../img/icon06.svg");
}
#fguide02 ul .no04 a::before {
  background-image: url("../img/icon07.svg");
}
#fguide02 .btn {
  width: 334px;
  margin-top: 60px;
}

#fbnr {
  max-width: 730px;
  margin-top: 50px;
  padding: 0 45px;
}
#fbnr a {
  display: block;
}
#fbnr .slick-slide {
  margin: 0 10px;
}
#fbnr .slick-prev,
#fbnr .slick-next {
  width: 34px;
  height: 70px;
}
#fbnr .slick-prev::before,
#fbnr .slick-next::before {
  font-size: 68px;
}
#fbnr .slick-prev {
  left: 0;
}
#fbnr .slick-next {
  right: 0;
}

#flogo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
}
#flogo-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 0;
  border-top: 1px solid #F3F5F7;
}
#flogo-wrap > div {
  width: 630px;
}

#flogo {
  width: calc(100% - 640px);
}

#fnav01,
#fnav02 {
  font-size: 1.4rem;
  text-align: right;
}
#fnav01 li,
#fnav02 li {
  display: inline-block;
}
#fnav01 li:not(:last-child)::after,
#fnav02 li:not(:last-child)::after {
  content: " ｜";
}

#fnav02 {
  margin-top: 5px;
}

#copyright {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 60px;
  padding-right: 30px;
}

#ft-fixd-nav01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 600px;
  max-width: calc(100% - 40px);
}
#ft-fixd-nav01 li:first-child {
  width: 52.9801324503%;
}
#ft-fixd-nav01 li:last-child {
  width: 44.3708609272%;
  margin-left: 20px;
}
#ft-fixd-nav01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 70px;
}
#ft-fixd-nav01 .btn-cart {
  font-size: 2rem;
}
#ft-fixd-nav01 .btn-cart.btn-cart-gray {
  height: 70px;
}
#ft-fixd-nav01 .btn-tel {
  font-size: 1.4rem;
}
#ft-fixd-nav01 .btn-tel span {
  width: 100%;
  font-size: 2rem;
}

#chatbot-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -9999px;
  background-image: url(/user_data/packages/default/shared/img/chatbot-btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 169px;
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  -webkit-animation: chatbot 3s ease-in-out infinite;
          animation: chatbot 3s ease-in-out infinite;
  -webkit-transition: width 0.1s ease, height 0.1s ease, background-size 0.3s ease;
  transition: width 0.1s ease, height 0.1s ease, background-size 0.3s ease;
}
#chatbot-btn:hover {
  width: 157.5px;
  height: 177.45px;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 767px) {
  #chatbot-btn {
    width: 100px;
    height: 113px;
    bottom: 1.5em;
    right: 1em;
  }
  #chatbot-btn.itempage {
    bottom: 4.5em;
  }
  #chatbot-btn:hover {
    width: 100px;
    height: 113px;
  }
}

@-webkit-keyframes chatbot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes chatbot {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#ptop {
  position: fixed;
  z-index: 1;
  bottom: 120px;
  right: 20px;
  opacity: 0.7;
}
@media (max-width: 1239px) {
  #ptop {
    bottom: 105px;
  }
}
#ptop a {
  display: block;
  position: relative;
  width: 87px;
  height: 87px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background: #999;
  border-radius: 100%;
}
#ptop a::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 76px;
  text-indent: 0;
  -webkit-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
}

#questant-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
#questant-popup .close {
  font-size: 4rem;
  color: #ffffff;
  top: 15px;
  text-align: right;
  position: relative;
  width: 90%;
  max-width: 1334px;
}
#questant-popup .close a {
  text-decoration: none;
}
#questant-popup .close a span {
  padding-right: 15px;
}
#questant-popup > div {
  position: relative;
  width: 90%;
  height: 80%;
  max-width: 1334px;
}
#questant-popup > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#remind-coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
#remind-coupon .close {
  font-size: 4rem;
  color: #ffffff;
  top: 15px;
  text-align: right;
  position: relative;
  width: 90%;
  max-width: 1334px;
}
#remind-coupon .close a {
  text-decoration: none;
}
#remind-coupon .close a span {
  padding-right: 15px;
}
#remind-coupon .remind-coupon-popup {
  background: #fff;
  padding: 0 20px 20px;
  width: 90%;
  max-height: 80%;
  max-width: 1334px;
  overflow-y: auto;
}
#remind-coupon .remind-coupon-popup .remind-coupon-ttl {
  margin: 20px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #BA3533;
}
#remind-coupon .remind-coupon-popup .remind-coupon-txt {
  margin: 10px 0;
  font-size: 1.5rem;
}
#remind-coupon .remind-coupon-popup .txt {
  margin: 1em 0;
}
#remind-coupon .remind-coupon-popup .txt-small {
  font-size: 1.2rem;
}
#remind-coupon .remind-coupon-popup .remind-coupon-br {
  display: none;
}
@media (max-width: 767px) {
  #remind-coupon .remind-coupon-popup .remind-coupon-br {
    display: inline;
  }
}

#credit-loader {
  display: none;
}
#credit-loader.loading {
  display: block;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
#credit-loader.loading .message-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  background: #fff;
  border: 3px solid #E6E6E6;
  text-align: center;
}
#credit-loader.loading .message-box .note {
  color: #BA3533;
}
#credit-loader.loading .message-box .spinner {
  width: 32px;
  height: 32px;
  margin: 10px auto;
  border: 4px #ddd solid;
  border-top: 4px solid #BA3533;
  border-radius: 50%;
  -webkit-animation: loading-spinner 1s infinite linear;
          animation: loading-spinner 1s infinite linear;
}

@-webkit-keyframes loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ==================================================
menu
================================================== */
#menu {
  position: relative;
}
#menu a {
  text-decoration: none;
}
#menu .menu-nav, #menu #menu-sns, #menu #gnav {
  line-height: 1.5;
  padding: 20px 0;
  border-top: 1px solid #E6E6E6;
}
#menu .menu-nav li, #menu #menu-sns li, #menu #gnav li {
  margin-top: 0.5em;
}
#menu .menu-nav > li:first-child, #menu #menu-sns > li:first-child, #menu #gnav > li:first-child {
  margin-top: 0;
}
#menu .menu-nav ul li, #menu #menu-sns ul li, #menu #gnav ul li {
  padding-left: 1em;
}
#menu .menu-nav .list, #menu #menu-sns .list, #menu #gnav .list {
  position: relative;
  cursor: pointer;
}
#menu .menu-nav .list::after, #menu #menu-sns .list::after, #menu #gnav .list::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0.2em;
  right: 0;
  line-height: 1;
  font-size: 20px;
}
#menu .menu-nav .list.on::after, #menu #menu-sns .list.on::after, #menu #gnav .list.on::after {
  content: "\f106";
}
#menu .menu-nav .list ul, #menu #menu-sns .list ul, #menu #gnav .list ul {
  display: none;
}
#menu .new {
  display: inline-block;
  min-width: 43px;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 0.4em 0.5em;
  margin-left: 0.5em;
  background: #BA3533;
}

#hnav-sp {
  display: none;
}

.pc-review a {
  display: block;
  background-color: #0A7A82;
  color: #fff;
  padding: 1.75em 1em 1.75em;
  margin: 0 0 1em;
  text-align: center;
  line-height: 1.6;
  border-radius: 5px;
}
.pc-review .rate {
  text-align: left;
  color: #ff0;
  margin-top: -0.15em;
  margin-right: 0.25em;
  font-size: 80%;
}
.pc-review .review-tit {
  font-weight: bold;
}
.pc-review .review-txt {
  font-size: 1.4rem;
  background-color: #fff;
  color: #0A7A82;
  border-radius: 100px;
  margin: 0.5em 0 0;
}

#menu-bnr li:nth-child(n+2) {
  margin-top: 10px;
}

#menu-search {
  margin-top: 40px;
}
#menu-search h2 {
  font-size: 1.4rem;
  font-weight: normal;
}
#menu-search h2::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 0.5em;
}
#menu-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
#menu-search [type=text] {
  width: 80%;
  font-size: 1.1rem;
  padding: 13px 10px;
  border: solid #E6E6E6;
  border-width: 1px 0 1px 1px;
}
#menu-search [type=submit] {
  width: 20%;
  font-size: 1.3rem;
  color: #fff;
  background: #0A7A82;
}

#gnav {
  margin-top: 40px;
  padding-top: 0 !important;
  border-top: 0 !important;
}

#menu-sns a::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 17px;
  margin-right: 0.5em;
}
#menu-sns .line a::before {
  content: "\f3c0";
}
#menu-sns .twitter a::before {
  content: "\f081";
}
#menu-sns .facebook a::before {
  content: "\f082";
}
#menu-sns .instagram a::before {
  content: "\f16d";
}

#menu-mypage {
  margin-top: 20px;
  padding: 15px;
  background: #F7F6F4;
}
#menu-mypage h2 {
  font-size: 1.4rem;
}
#menu-mypage h2::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  margin-right: 0.5em;
}
#menu-mypage .name {
  margin-top: 5px;
}
#menu-mypage .btn {
  margin-top: 15px;
  font-size: 1.4rem;
}

/* ==================================================
main
================================================== */
#breadcrumb li,
#breadcrumb-sp li {
  display: inline;
  font-size: 1.1rem;
  color: #808080;
}
#breadcrumb li:not(:last-child)::after,
#breadcrumb-sp li:not(:last-child)::after {
  content: " >";
}
#breadcrumb a,
#breadcrumb-sp a {
  text-decoration: none;
}

#breadcrumb-sp {
  display: none;
}

#content h1 {
  font-size: 3rem;
}

/* base
============================== */
.base h2:nth-child(n+2), #products-detail-sec04 h2:nth-child(n+2),
.base h3:nth-child(n+2),
#products-detail-sec04 h3:nth-child(n+2),
.base h4:nth-child(n+2),
#products-detail-sec04 h4:nth-child(n+2),
.base h5:nth-child(n+2),
#products-detail-sec04 h5:nth-child(n+2),
.base h6:nth-child(n+2),
#products-detail-sec04 h6:nth-child(n+2),
.base p:nth-child(n+2),
#products-detail-sec04 p:nth-child(n+2),
.base ul:nth-child(n+2),
#products-detail-sec04 ul:nth-child(n+2),
.base ol:nth-child(n+2),
#products-detail-sec04 ol:nth-child(n+2),
.base dl:nth-child(n+2),
#products-detail-sec04 dl:nth-child(n+2),
.base table:nth-child(n+2),
#products-detail-sec04 table:nth-child(n+2),
.base figure:nth-child(n+2),
#products-detail-sec04 figure:nth-child(n+2) {
  margin-top: 1.5em;
}
.base h2, #products-detail-sec04 h2 {
  font-size: 2.8rem;
  color: #BA3533;
  padding: 1em 0;
  border: solid #E6E6E6;
  border-width: 1px 0;
}
.base h2:nth-child(n+2), #products-detail-sec04 h2:nth-child(n+2) {
  margin-top: 2.5em;
}
@media (max-width: 767px) {
  .base h2, #products-detail-sec04 h2 {
    font-size: 1.6rem;
  }
}
.base h3, #products-detail-sec04 h3 {
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .base h3, #products-detail-sec04 h3 {
    font-size: 1.6rem;
  }
}
.base ul:not([class]) > *:nth-child(n+2), #products-detail-sec04 ul:not([class]) > *:nth-child(n+2),
.base ol:not([class]) > *:nth-child(n+2),
#products-detail-sec04 ol:not([class]) > *:nth-child(n+2),
.base dl:not([class]) > dt:nth-child(n+2),
#products-detail-sec04 dl:not([class]) > dt:nth-child(n+2) {
  margin-top: 0.5em;
}
.base ul:not([class]), #products-detail-sec04 ul:not([class]),
.base ol:not([class]),
#products-detail-sec04 ol:not([class]) {
  padding-left: 40px;
}
.base ul:not([class]), #products-detail-sec04 ul:not([class]) {
  list-style: disc;
}
.base ol:not([class]), #products-detail-sec04 ol:not([class]) {
  list-style: decimal;
}
.base dl:not([class]) > dt, #products-detail-sec04 dl:not([class]) > dt {
  font-size: 1.4em;
  font-weight: bold;
}

/* top
============================== */
#kv {
  margin-bottom: 0;
}
#kv .slick-dots {
  bottom: 15px;
}
#kv .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
#kv .slick-dots li button {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 100%;
}
#kv .slick-dots li button::before {
  content: normal;
}
#kv .slick-dots li.slick-active button {
  background: #4D4D4D;
}

[id^=top-] {
  padding-top: 70px;
  padding-bottom: 70px;
}
[id^=top-] h2 {
  font-size: 3.2rem;
  text-align: center;
}

.horizontalbnr {
  overflow: hidden;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .horizontalbnr {
    overflow: hidden;
    margin-top: 20px;
  }
}
.horizontalbnr .bnr00,
.horizontalbnr .bnr01,
.horizontalbnr .bnr02 {
  width: 48%;
}
@media (max-width: 767px) {
  .horizontalbnr .bnr00,
  .horizontalbnr .bnr01,
  .horizontalbnr .bnr02 {
    width: 100%;
  }
}
.horizontalbnr .bnr00 {
  margin: 0 auto;
}
.horizontalbnr .bnr01 {
  float: left;
}
@media (max-width: 767px) {
  .horizontalbnr .bnr01 {
    float: none;
    margin-bottom: 20px;
  }
}
.horizontalbnr .bnr02 {
  float: right;
}
@media (max-width: 767px) {
  .horizontalbnr .bnr02 {
    float: none;
  }
}

#top-news h2 {
  font-size: 3.4rem;
}
#top-news ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}
#top-news li {
  width: 22.9896907216%;
  margin: 20px 0 0 2.5773195876%;
}
#top-news li:nth-child(4n+1) {
  margin-left: 0;
}
#top-news li a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 15px;
  background: #F2F2F2;
}
#top-news li figure {
  margin: -15px -15px 15px;
}
#top-news li .tag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.8em 1.2em;
  background: rgba(0, 0, 0, 0.6);
}
#top-news li .date {
  font-size: 1.2rem;
  color: #BA3533;
}
#top-news li .txt {
  line-height: 1.5;
}
#top-news .btn {
  margin-top: 30px;
}

#top-trouble {
  padding-left: 30px;
  padding-right: 30px;
  background: #F3F5F7;
  background-image: url("../img/top-trouble-tit01.png");
  background-position: top left;
  background-size: 250px auto;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  position: relative;
  padding-top: 45px;
}
@media (max-width: 1070px) {
  #top-trouble {
    background-size: 180px auto;
  }
}
#top-trouble .dics {
  text-align: center;
  padding: 15px 0 20px;
}
#top-trouble .with {
  position: absolute;
  top: 40px;
  right: 0px;
  background-color: #0A7A82;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  width: 250px;
  line-height: 1.2;
  margin: 0 auto;
}
@media (max-width: 1070px) {
  #top-trouble .with {
    position: static;
    top: auto;
    right: auto;
    background-color: transparent;
    border: #0A7A82 1px solid;
    color: #000;
    width: 440px;
  }
}
#top-trouble .with figure {
  width: 34%;
}
@media (max-width: 1070px) {
  #top-trouble .with figure {
    width: 19%;
  }
}
#top-trouble .with .txt {
  width: 62%;
  font-size: 12px;
}
@media (max-width: 1070px) {
  #top-trouble .with .txt {
    width: 77%;
  }
}
#top-trouble .with .txt h3 {
  font-size: 14px;
  padding: 0 0 5px;
  color: #fff;
}
@media (max-width: 1070px) {
  #top-trouble .with .txt h3 {
    color: #0A7A82;
  }
}
#top-trouble .with dl {
  width: 100%;
  font-size: 12px;
  padding: 6px 0 0;
}
#top-trouble .with dl dt {
  font-weight: bold;
  padding: 0 0 3px;
}
#top-trouble ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#top-trouble li {
  width: 22.5274725275%;
  margin: 30px 0 0 3.2417582418%;
}
#top-trouble li:nth-child(4n+1) {
  margin-left: 0;
}
#top-trouble li a {
  display: block;
  text-decoration: none;
}
#top-trouble li .ttl {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.5em;
}
#top-trouble li .txt {
  line-height: 1.5;
  margin-top: 0.5em;
}
#top-trouble .just {
  border-top: #0A7A82 1px dotted;
  margin: 50px 0 0;
  padding: 50px 0 0;
}
#top-trouble .just ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-trouble .just ul li {
  text-align: center;
  width: 47.5%;
  margin: 30px 0 0 0;
}
#top-trouble .just ul li .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
#top-trouble .just ul li figure {
  display: grid;
  place-items: center;
  padding: 20px 0;
}
#top-trouble .just ul li figure img {
  mix-blend-mode: multiply;
}
#top-trouble .just ul li a {
  padding: 1em 0.75em;
}
#top-trouble .just ul li a::after {
  display: none;
}
#top-trouble .just2 {
  border-top: #0A7A82 1px dotted;
  margin: 50px 0 0;
  padding: 50px 0 0;
}
#top-trouble .just2 ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top-trouble .just2 ul li {
  width: 47.5%;
  margin: 30px 0 0 0;
}
#top-trouble .just2 ul li .clm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 20px;
}
#top-trouble .just2 ul li .clm figure {
  width: 45%;
}
#top-trouble .just2 ul li .clm figure img {
  mix-blend-mode: multiply;
}
#top-trouble .just2 ul li .clm .txt {
  width: 50%;
  margin: 0;
}
#top-trouble .just2 ul li .clm .txt p {
  font-size: 16px;
}
#top-trouble .just2 ul li .clm .txt .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 1em;
}
#top-trouble .just2 ul li .clm .txt .tit strong {
  color: #0a7a82;
}
#top-trouble .just2 ul li a {
  padding: 1em 0.75em;
}
#top-trouble .just2 ul li a::after {
  display: none;
}

#top-shoesform {
  padding-bottom: 0;
}
#top-shoesform ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
}
#top-shoesform li {
  width: 22.9896907216%;
  margin: 20px 0 0 2.5773195876%;
}
#top-shoesform li:nth-child(4n+1) {
  margin-left: 0;
}
#top-shoesform li a {
  display: block;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#top-shoesform li img {
  display: block;
  margin-bottom: 0.5em;
}

#top-ranking ol,
#top-longseller ol {
  counter-reset: number;
  margin: 40px -20px 0 0;
}
#top-ranking .slick-track,
#top-longseller .slick-track {
  margin-left: 0;
}
#top-ranking .slick-slide,
#top-longseller .slick-slide {
  counter-increment: number;
  margin-right: 25px;
}
#top-ranking .slick-slide a,
#top-longseller .slick-slide a {
  display: block;
  position: relative;
  text-decoration: none;
  padding-top: 5px;
}
#top-ranking .slick-slide a::after,
#top-longseller .slick-slide a::after {
  content: counter(number);
  position: absolute;
  top: 0;
  left: 10px;
  width: 28.275862069%;
  height: 100px;
  line-height: 1;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 4.1379310345%;
  background: url("../img/top-ranking-no04.svg") center top/100% no-repeat;
}
@media (max-width: 1239px) {
  #top-ranking .slick-slide a::after,
  #top-longseller .slick-slide a::after {
    font-size: 3.36vw;
  }
}
#top-ranking .slick-slide:nth-child(1) a::after,
#top-longseller .slick-slide:nth-child(1) a::after {
  background-image: url("../img/top-ranking-no01.svg");
}
#top-ranking .slick-slide:nth-child(2) a::after,
#top-longseller .slick-slide:nth-child(2) a::after {
  background-image: url("../img/top-ranking-no02.svg");
}
#top-ranking .slick-slide:nth-child(3) a::after,
#top-longseller .slick-slide:nth-child(3) a::after {
  background-image: url("../img/top-ranking-no03.svg");
}
#top-ranking li .ttl,
#top-longseller li .ttl {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.5em;
}
#top-ranking li .txt,
#top-ranking li .price,
#top-longseller li .txt,
#top-longseller li .price {
  line-height: 1.5;
  margin-top: 0.5em;
}
#top-ranking li .price,
#top-longseller li .price {
  font-weight: bold;
  color: #BA3533;
}
#top-ranking li .price-txt,
#top-longseller li .price-txt {
  font-size: 1.2rem;
  display: inline-block;
}

#top-arrival ul {
  border: solid 1px #ba3533;
  margin: 2rem 0;
  padding: 0 2rem;
}
#top-arrival ul li {
  border-bottom: dotted 2px #ccc;
  padding: 2rem 0;
}
#top-arrival ul li:last-child {
  border-bottom: 0;
}
#top-arrival ul li:after {
  content: " ";
  display: block;
  clear: both;
}
#top-arrival ul li a {
  display: block;
  text-decoration: none;
}
#top-arrival ul figure {
  width: 100px;
  float: left;
}
#top-arrival ul div {
  margin-left: 120px;
}
#top-arrival ul div .ttl {
  font-weight: bold;
}
#top-arrival ul div .txt {
  line-height: 1.5;
}

#top-catalog {
  padding: 30px 40px;
  background: #F3F5F7;
}
#top-catalog h2 {
  font-size: 2.8rem;
  text-align: left;
  color: #BA3533;
  margin-bottom: 0.5em;
}
#top-catalog figure {
  float: left;
  width: 15.7303370787%;
}
#top-catalog > *:not(h2):not(figure) {
  margin-left: 20.2247191011%;
}
#top-catalog .btn {
  width: 334px;
  margin-top: 30px;
  margin-left: 0;
}
#top-catalog .link {
  width: 335px;
  max-width: 100%;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1em;
}

/* products
============================== */
.result {
  margin-top: 40px;
}

.result-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  padding: 1em 0;
  border: solid #E6E6E6;
  border-width: 1px 0;
}
.result-ttl h2 {
  font-size: inherit;
  color: #BA3533;
}
.result-ttl .pnav-count {
  font-size: 2rem;
  margin-left: 1em;
}

.result-bnr-area {
  padding: 2em 0;
}
.result-bnr-area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result-bnr-area ul li {
  width: 24.5%;
  padding: 0 2.5%;
}

.result-ttl + .pnav-cond {
  margin-top: 40px;
}
.pnav-cond select {
  width: 350px;
  max-width: 100%;
  font-size: 1.4rem;
  padding: 15px 30px 15px 15px;
  border: 1px solid #E6E6E6;
  background: url("../img/arrow01-b.svg") right 15px center no-repeat;
}

.result-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.result-list > li {
  width: 30.3092783505%;
  margin: 40px 0 0 4.1237113402%;
}
.result-list > li:nth-child(3n+1) {
  margin-left: 0;
}
.result-list a {
  display: block;
  text-decoration: none;
}
.result-list .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0 6px;
}
.result-list .color dt {
  width: 12%;
  margin-right: 2%;
}
.result-list .color dt img {
  width: 100%;
}
.result-list .color dd {
  width: 86%;
}
.result-list .color dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.result-list .color dd ul li {
  padding-left: 1%;
  width: 24px;
  height: 24px;
}
.result-list .ttl {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}
.result-list .price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #BA3533;
}
.result-list .price-txt {
  font-size: 1.4rem;
  display: inline-block;
}
#products-detail-sec01 .status li, .result-list .status li {
  display: inline-block;
  line-height: 1.15;
  font-size: 1.2rem;
  color: #666;
  padding: 0.5em 1em;
  margin-top: 0.5em;
  border: 1px solid #666;
}
#products-detail-sec01 .status li.new, .result-list .status li.new {
  color: #fff;
  background: #BA3533;
  border-color: #BA3533;
}

.result-list .txt {
  line-height: 1.5;
  margin-top: 0.8em;
}
.result-list .recommend,
.result-list .review {
  margin-top: 0.8em;
}
.result-list .recommend-ttl,
.result-list .review-ttl {
  display: inline-block;
  line-height: 1.15;
  font-size: 1.2rem;
  padding: 0.5em 1em;
  background: #F7F6F4;
}
.result-list .recommend .rate {
  display: block;
  font-size: 1.8rem;
  color: #BA3533;
  margin-top: 0.5em;
}
.result-list .review-ttl {
  margin-right: 0.5em;
}
.result-list .review .rate {
  font-size: 1.8rem;
}
.result-list .level {
  font-size: 1.8rem;
  color: #BA3533;
  vertical-align: top;
}

#products-list-sec01 {
  font-size: 1.8rem;
}
#products-list-sec01 h1 {
  margin-bottom: 1em;
}
#products-list-sec01 .col-sp {
  margin-top: 1.5em;
}
#products-list-sec01 .col-sp > figure {
  width: 19.793814433%;
}
#products-list-sec01 .col-sp > figure + * {
  width: 76.8041237113%;
}
#products-list-sec01 h2 {
  font-size: 2.2rem;
  color: #BA3533;
}
#products-list-sec01 ul li {
  padding-left: 1.6em;
  background: url("../img/icon08.png") left 0.5em no-repeat;
}
#products-list-sec01 .result-list li {
  padding-left: 0;
  background: none;
}
#products-list-sec01 .result-list .status li.new {
  padding: 0.5em 1em;
  color: #fff;
  background: #BA3533;
  border-color: #BA3533;
}
#products-list-sec01 .result-carousel {
  padding: 1.5em 0 2em;
}
#products-list-sec01 .result-carousel li {
  padding: 0 6% 0 0;
  width: 100%;
  margin: 10px 0 0 4.1237113402%;
}
#products-list-sec01 .result-carousel li h3 {
  background-color: #000;
  color: #fff;
  padding: 0.5em;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
}
#products-list-sec01 .result-carousel li h3.result-tit01 {
  background-color: #0A7A82;
}
#products-list-sec01 .result-carousel li h3.result-tit02 {
  background-color: #F1935C;
}
#products-list-sec01 .result-carousel li h3.result-tit03 {
  background-color: #5196D2;
}
#products-list-sec01 .result-carousel li h3.result-tit04 {
  background-color: #582C15;
}
#products-list-sec01 .result-carousel li .ttl {
  font-size: 16px;
  min-height: 2.8em;
}
#products-list-sec01 .result-carousel li img {
  margin: 0 auto;
}
#products-list-sec01 .result-carousel .result-list li {
  padding-left: 0;
  background: none;
}
#products-list-sec01 .cat-bnr a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: #eee 1px solid;
  text-decoration: none;
}
#products-list-sec01 .cat-bnr a .img {
  width: 20%;
}
#products-list-sec01 .cat-bnr a .img img {
  width: 100%;
}
#products-list-sec01 .cat-bnr a .txt {
  width: 75%;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#products-list-sec01 .cat-bnr a .txt p.tit strong {
  font-size: 22px;
  font-weight: bold;
}

#products-list-sec02 ul li {
  padding-left: 0;
  background: none;
}
#products-list-sec02 .list dl dt.list_q {
  background-color: #BA3533;
  margin: 0 0 30px;
  padding: 0.75em 1em;
  position: relative;
}
#products-list-sec02 .list dl dt.list_q::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 46px;
  height: 80px;
  background-image: url("../img/products/cat_Illust02.png");
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
#products-list-sec02 .list dl dt.list_q h2 {
  color: #ffffff;
  font-size: 22px;
  padding: 0 0 0 2.25em;
}
#products-list-sec02 .list dl dt.list_a {
  border: #BA3533 1px solid;
  padding: 0.75em 1em;
  position: relative;
}
#products-list-sec02 .list dl dt.list_a::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 46px;
  height: 80px;
  background-image: url("../img/products/cat_Illust01.png");
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}
#products-list-sec02 .list dl dt.list_a h2 {
  color: #BA3533;
  font-size: 22px;
  padding: 0 0 0 2.25em;
}
#products-list-sec02 .list dl dd {
  font-size: 20px;
}
#products-list-sec02 .list dl dd h3 {
  color: #BA3533;
  margin: 0 0 5px;
}
#products-list-sec02 .list dl dd p {
  margin: 0 0 10px;
}
#products-list-sec02 .list dl dd p.cau {
  color: #BA3533;
  margin: 0 0 20px;
}
#products-list-sec02 .list dl dd .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 30px;
}
#products-list-sec02 .list dl dd .cnt figure {
  width: 30%;
}
#products-list-sec02 .list dl dd .cnt .txt {
  width: 65%;
}
#products-list-sec02 .list dl dd .cnt .txt ul {
  margin: 0 0 0 1.25em;
}
#products-list-sec02 .list dl dd .cnt .txt ul li {
  list-style-type: disc;
}
#products-list-sec02 .list dl dd.column1 .cnt {
  display: block;
}
#products-list-sec02 .list dl dd.column1 .cnt figure {
  width: 100%;
  margin-bottom: 20px;
}
#products-list-sec02 .list dl dd.column1 .cnt .txt {
  width: 100%;
}

.products-list-osusume-txt1 {
  font-size: 20px;
  margin: 30px 0 0;
}
.products-list-osusume-txt1 strong {
  color: #BA3533;
}

.products-list-osusume-txt2 {
  color: #BA3533;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin: 30px 0 0;
  padding: 0 0 40px;
}
.products-list-osusume-txt2::after {
  content: "";
  position: absolute;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url("../img/products/cat_arrow3.svg");
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

#products-list-sec02-roomshoes {
  padding: 0 0 15px;
}
#products-list-sec02-roomshoes .txt {
  text-align: center;
  padding: 0 0 40px;
}
#products-list-sec02-roomshoes .sec02-ttl {
  font-size: 2.8rem;
  padding: 1em 0;
  border: solid #E6E6E6;
  border-width: 1px 0;
}
#products-list-sec02-roomshoes .sec02-ttl h2 {
  font-size: inherit;
  color: #BA3533;
  text-align: center;
}
#products-list-sec02-roomshoes ul li {
  padding-left: 0;
  background: none;
}
#products-list-sec02-roomshoes .list {
  padding: 40px 0 50px;
}
#products-list-sec02-roomshoes .list .cat-roomshoes {
  border: #ff9a8d 4px solid;
  padding: 20px;
  margin: 0 auto 2em;
  text-align: center;
  max-width: 600px;
}
#products-list-sec02-roomshoes .list .cat-roomshoes .item img {
  padding: 0.5em 0;
}
#products-list-sec02-roomshoes .list .cat-roomshoes .item p {
  font-weight: bold;
}
#products-list-sec02-roomshoes .list .cat-roomshoes:nth-child(2) {
  border-color: #f7931e;
}
#products-list-sec02-roomshoes .list .cat-roomshoes:nth-child(3) {
  border-color: #0a7a80;
}
#products-list-sec02-roomshoes .list .cat-roomshoes:nth-child(4) {
  border-color: #b8000c;
}
#products-list-sec02-roomshoes .list .cat-roomshoes:nth-child(5) {
  border-color: #22b573;
}
#products-list-sec02-roomshoes .list .cat-roomshoes:nth-child(6) {
  border-color: #c69c6d;
}
#products-list-sec02-roomshoes .btn {
  background-color: #b8000c;
}

#products-detail-sec01 {
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}
#products-detail-sec01 > * {
  margin-left: 51.5463917526%;
}
#products-detail-sec01 .img {
  float: left;
  width: 49.4845360825%;
  margin-left: 0;
}
#products-detail-sec01 .product-slide-image {
  padding: 10px;
  border: 1px solid #E6E6E6;
  position: relative;
}
#products-detail-sec01 .product-slide-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#products-detail-sec01 .product-slide-image .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#products-detail-sec01 .product-slide-image .slick-list * {
  height: 100%;
}
#products-detail-sec01 .product-slide-image .slide-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#products-detail-sec01 .product-slide-image img {
  max-height: 100%;
}
#products-detail-sec01 .product-slide-image .slick-prev,
#products-detail-sec01 .product-slide-image .slick-next {
  width: 33px;
  height: 68px;
}
#products-detail-sec01 .product-slide-image .slick-prev::before,
#products-detail-sec01 .product-slide-image .slick-next::before {
  font-size: 66px;
}
#products-detail-sec01 .product-slide-image .slick-slide:has(.vimeo) {
  position: relative;
}
#products-detail-sec01 .product-slide-image .slick-slide:has(.vimeo)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#products-detail-sec01 .product-slide-image .slick-slide:has(.vimeo) .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: #000;
  opacity: 0.5;
  font-size: 100px;
  cursor: pointer;
  display: none;
}
#products-detail-sec01 .product-slide-image .slick-slide:has(.vimeo) .play-btn::before {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.5em solid currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
#products-detail-sec01 #classcategory-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px;
}
#products-detail-sec01 #classcategory-radio li {
  width: 60px;
  font-size: 1.2rem;
  text-align: center;
  margin: 10px 5px 0;
  cursor: pointer;
}
#products-detail-sec01 #classcategory-radio label {
  display: block;
  cursor: pointer;
}
#products-detail-sec01 #classcategory-radio input {
  display: none;
}
#products-detail-sec01 #classcategory-radio img {
  display: block;
  margin: 0 auto;
}
#products-detail-sec01 .product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 5px 10px;
  background: #F7F6F4;
}
#products-detail-sec01 .product-image li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  margin: 10px 5px 0;
  background: #fff;
  cursor: pointer;
}
#products-detail-sec01 .product-image img {
  max-height: 100%;
}
#products-detail-sec01 h1 {
  margin-top: 0.5em;
}
#products-detail-sec01 .tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 10px;
}
#products-detail-sec01 .tools a {
  text-decoration: none;
}
#products-detail-sec01 .favorite,
#products-detail-sec01 .favorite_on {
  white-space: nowrap;
  margin-top: 10px;
}
#products-detail-sec01 .favorite a,
#products-detail-sec01 .favorite_on a {
  line-height: 1.15;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  padding: 0.3em 1em;
  background: #BA3533;
  border-radius: 50px;
}
#products-detail-sec01 .favorite a::before,
#products-detail-sec01 .favorite_on a::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
}
#products-detail-sec01 .favorite_on a {
  background: #ccc;
}
#products-detail-sec01 .favorite_on a::before {
  color: #e4007f;
}
#products-detail-sec01 #push {
  position: relative;
  white-space: nowrap;
  margin-top: 10px;
}
#products-detail-sec01 #push a.tooltip::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 18px;
  vertical-align: middle;
  color: #808080;
  margin: 0 0.2em;
}
#products-detail-sec01 #push div.tooltip {
  width: 180px;
  min-height: 50px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  background-color: #FFFFFF;
  border: #CCCCCC solid 1px;
  padding: 10px;
}
#products-detail-sec01 #push div.tooltip:before, #products-detail-sec01 #push div.tooltip:after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 87px;
  border: solid transparent;
  border-width: 5px;
}
#products-detail-sec01 #push div.tooltip:before {
  margin: 0 0 0 -14px;
  border-bottom-color: #ccc;
}
#products-detail-sec01 #push div.tooltip:after {
  margin: 0 0 -1px -14px;
  border-bottom-color: #ffffff;
}
#products-detail-sec01 #push div.tooltip span {
  margin: 0 5px 5px 0;
}
#products-detail-sec01 #push div.tooltip a {
  color: #C91B0A;
  text-decoration: none;
  font-size: 13px;
  vertical-align: middle;
}
#products-detail-sec01 #push > a:last-child {
  display: inline-block;
  line-height: 1.15;
  font-size: 1.2rem;
  padding: 0.5em 1em;
  background: #F7F6F4;
}
#products-detail-sec01 select {
  width: 100%;
  font-size: 1.6rem;
  padding: 15px 30px 15px 15px;
  border: 1px solid #E6E6E6;
  background: url("../img/arrow01-b.svg") right 15px center no-repeat;
}
#products-detail-sec01 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.6rem;
}
#products-detail-sec01 dl > * {
  width: 100%;
}
#products-detail-sec01 dt {
  font-weight: bold;
  margin-top: 20px;
}
#products-detail-sec01 dd {
  margin-top: 10px;
}
#products-detail-sec01 .plice {
  width: auto;
  margin-right: 1em;
}
#products-detail-sec01 .plice + dd {
  width: auto;
  font-size: 2.4rem;
  font-weight: bold;
  color: #BA3533;
  margin-top: 20px;
}
#products-detail-sec01 .plice + dd .price-txt {
  font-size: 1.6rem;
  display: inline-block;
}
#products-detail-sec01 .color-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#products-detail-sec01 .color-size > a {
  position: relative;
  font-size: 1.4rem;
  padding-right: 1em;
}
#products-detail-sec01 .color-size > a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
}
#products-detail-sec01 .color-size + dd .size {
  min-height: 20px;
}
#products-detail-sec01 .color-size + dd .size ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#products-detail-sec01 .color-size + dd .size li {
  width: 48%;
  line-height: 1.4;
  font-size: 1.4rem;
  margin: 1.2em 0 0 2%;
  padding-left: 25px;
}
#products-detail-sec01 .color-size + dd .size li label {
  position: relative;
  margin-left: -25px;
  padding-left: 25px;
}
#products-detail-sec01 .color-size + dd .size li input {
  position: absolute;
  top: 0.15em;
  left: 0;
}
#products-detail-sec01 .color-size + dd .size li span {
  font-size: 1.1rem;
  margin-left: -0.5em;
}
#products-detail-sec01 .useful ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
#products-detail-sec01 .useful ul li {
  /* text-align: center; */
  margin-left: 24px;
  padding: 0 20px;
  position: relative;
  text-indent: -24px;
  line-height: 1.4;
}
#products-detail-sec01 .useful ul li:first-child {
  border-right: #ccc 1px solid;
}
#products-detail-sec01 .useful ul li:first-child::before {
  content: "\f545";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-size: 16px;
  margin-right: 5px;
}
#products-detail-sec01 .useful ul li:last-child::before {
  content: "\f03d";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-size: 16px;
  margin-right: 5px;
}
#products-detail-sec01 .period {
  background: #f7f6f4;
  padding: 1em 0.1em 1em 0.5em;
  font-weight: bold;
  width: 30%;
}
#products-detail-sec01 .period + dd {
  margin-top: 20px;
  background: #f7f6f4;
  padding: 1.3em 0.5em;
  font-size: 1.4rem;
  width: 70%;
}
#products-detail-sec01 .quantity + dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#products-detail-sec01 .quantity + dd select {
  width: 100px;
}
#products-detail-sec01 .quantity + dd .quantity-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc(100% - 115px);
  line-height: 1.4;
  font-size: 1.2rem;
  padding: 10px;
  background: #F7F6F4;
}
#products-detail-sec01 .quantity + dd .quantity-txt::before {
  content: "\f0d1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 26px;
  margin-right: 5px;
}
#products-detail-sec01 .quantity + dd .quantity-txt::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #F7F6F4 transparent transparent transparent;
}
#products-detail-sec01 .quantity + dd .quantity-txt strong {
  font-size: 1.6rem;
  color: #BA3533;
  margin-right: 0.2em;
}
#products-detail-sec01 .quantity + dd .quantity-txt.time::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 26px;
  margin-right: 5px;
}
#products-detail-sec01 .cart {
  margin-top: 40px;
}
#products-detail-sec01 #onayami_button {
  position: relative;
  margin-top: 15px;
}
#products-detail-sec01 #onayami_button a {
  text-decoration: none;
}
#products-detail-sec01 #onayami_button a.nayami_tip {
  display: block;
  position: relative;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 1em 40px;
  background: #F7F6F4;
}
#products-detail-sec01 #onayami_button a.nayami_tip::before, #products-detail-sec01 #onayami_button a.nayami_tip::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#products-detail-sec01 #onayami_button a.nayami_tip::before {
  content: "\f54b";
  display: inline-block;
  margin-right: 0.5em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#products-detail-sec01 #onayami_button a.nayami_tip::after {
  content: "\f107";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  font-size: 20px;
  color: #808080;
}
#products-detail-sec01 #onayami_button div.nayami_tip {
  width: 600px;
  padding: 5px;
  min-height: 50px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: calc(100% + 5px);
  background-color: #FFFFFF;
  border: #CCCCCC solid 1px;
}
#products-detail-sec01 #onayami_button div.nayami_tip:before, #products-detail-sec01 #onayami_button div.nayami_tip:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 167px;
  border: solid transparent;
  border-width: 5px;
}
#products-detail-sec01 #onayami_button div.nayami_tip:before {
  margin: 0 0 0 -14px;
  border-bottom-color: #ccc;
}
#products-detail-sec01 #onayami_button div.nayami_tip:after {
  margin: 0 0 -1px -14px;
  border-bottom-color: #ffffff;
}
#products-detail-sec01 #onayami_button div.nayami_tip ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 25px 30px 10px 10px;
}
#products-detail-sec01 #onayami_button div.nayami_tip li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47%;
  margin-top: 5px;
}
#products-detail-sec01 #onayami_button div.nayami_tip li span.level {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  color: #F7BA06;
  text-align: center;
}
#products-detail-sec01 #onayami_button div.nayami_tip .nayami_txt1 {
  margin: 10px;
  font-weight: bold;
  font-size: 14px;
}
#products-detail-sec01 #onayami_button div.nayami_tip .nayami_txt2 {
  margin: 10px;
  color: #BA3533;
  font-weight: bold;
}
#products-detail-sec01 #onayami_button div.nayami_tip .nayami_txt2 a {
  text-decoration: underline;
}
#products-detail-sec01 #onayami_button div.nayami_tip .nayami_x {
  float: right;
  padding: 0;
  border: none;
  color: #666666;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  margin: 0px 5px 0 0;
}

#products-detail-sec01_2 {
  margin-top: 2em;
}
#products-detail-sec01_2 .staff_osusume_box h2 {
  color: #BA3533;
}
#products-detail-sec01_2 .staff_osusume_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#products-detail-sec01_2 .staff_osusume_box ul.column2 {
  text-align: center;
}
#products-detail-sec01_2 .staff_osusume_box ul.column2 li {
  width: 45%;
  margin: 0 5% 0 0;
}
#products-detail-sec01_2 .staff_osusume_box ul.column2 li:last-child {
  margin: 0 0 0 5%;
}
#products-detail-sec01_2 .staff_osusume_box ul.column2 li img {
  width: 80%;
}
#products-detail-sec01_2 .staff_osusume_box ul p {
  padding: 0 0 10px;
}
#products-detail-sec01_2 .staff_osusume_box ul a {
  text-decoration: none;
}

#products-detail-sec-onayami {
  margin-top: 2em;
  border: #E6E6E6 1px solid;
  padding: 1em;
}
#products-detail-sec-onayami h2 {
  background-color: #BA3533;
  padding: 0.75em 0.5em;
  color: #fff;
}
@media (max-width: 767px) {
  #products-detail-sec-onayami h2 {
    font-size: 16px;
  }
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 4%;
  grid-row-gap: 1em;
  padding: 1.5em 1em;
}
@media (max-width: 767px) {
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 {
    padding: 1em 0 2em;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 li:first-child {
  grid-area: 1/1/2/2;
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(2) {
  grid-area: 1/2/2/3;
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(3) {
  grid-area: 1/3/2/4;
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(4) {
  grid-area: 1/4/2/5;
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(5) {
  grid-area: 2/1/3/2;
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(6) {
  grid-area: 2/2/3/3;
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(7) {
  grid-area: 2/3/3/4;
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(8) {
  grid-area: 2/4/3/5;
}
@media (max-width: 767px) {
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 li:first-child {
    grid-area: 1/1/2/2;
  }
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(4) {
    grid-area: 2/1/3/2;
  }
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(5) {
    grid-area: 2/2/3/3;
  }
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(6) {
    grid-area: 2/3/3/4;
  }
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(7) {
    grid-area: 3/1/4/2;
  }
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 li:nth-child(8) {
    grid-area: 3/2/4/3;
  }
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 li figure img {
  width: 100%;
}
#products-detail-sec-onayami .products-detail-sec-onayami-list1 li p {
  padding: 0.5em 0 0;
  font-family: "游ゴシック", "YuGothic", "YuGothicM", "Hiragino Kaku Gothic ProN", Helvetica, Arial, Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 li p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #products-detail-sec-onayami .products-detail-sec-onayami-list1 li p br {
    display: none;
  }
}
#products-detail-sec-onayami .products-detail-sec-onayami-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding: 1.5em 1em 1em;
}
@media (max-width: 767px) {
  #products-detail-sec-onayami .products-detail-sec-onayami-list2 {
    padding: 2em 1em 1em;
  }
}
#products-detail-sec-onayami .products-detail-sec-onayami-list2 li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50vw;
  max-width: 400px;
  background-color: #f6f6f6;
  padding: 1em;
  margin: 0 1em 0 0;
}
@media (max-width: 767px) {
  #products-detail-sec-onayami .products-detail-sec-onayami-list2 li {
    width: 60vw;
  }
}
#products-detail-sec-onayami .products-detail-sec-onayami-list2 li .profile_box .prof .item {
  margin-left: 0.5em;
}
@media (max-width: 767px) {
  #products-detail-sec-onayami .products-detail-sec-onayami-list2 li .profile_box .prof .item {
    margin-left: 0;
    display: block;
  }
}
#products-detail-sec-onayami .products-detail-sec-onayami-list2 li .kuchikomi_title {
  font-family: "游ゴシック", "YuGothic", "YuGothicM", "Hiragino Kaku Gothic ProN", Helvetica, Arial, Meiryo, sans-serif;
  font-weight: bold;
}
#products-detail-sec-onayami .products-detail-sec-onayami-list2 li .kuchikomi_comment {
  line-height: 1.5;
}
@media (max-width: 767px) {
  #products-detail-sec-onayami .products-detail-sec-onayami-list2 li .kuchikomi_comment {
    font-size: 12px;
  }
}

#products-detail-sec02 {
  line-height: 1.5;
  margin-top: 40px;
  padding: 25px;
  background: #FAFAFA;
  border: 1px solid #BA3533;
}
#products-detail-sec02 .information-scroll {
  overflow-y: scroll;
  height: 120px;
}
#products-detail-sec02 .information-scroll::-webkit-scrollbar {
  width: 4px;
}
#products-detail-sec02 .information-scroll::-webkit-scrollbar-track {
  background: #dddddd;
}
#products-detail-sec02 .information-scroll::-webkit-scrollbar-thumb {
  background: #BA3533;
}
#products-detail-sec02 h2 {
  font-size: 2.2rem;
  color: #BA3533;
}
#products-detail-sec02 p {
  margin-top: 1em;
}
#products-detail-sec02 .free2 table {
  border: 0 !important;
}
#products-detail-sec02 .free2 table td {
  padding: 3px !important;
  border-top: 0 !important;
}
#products-detail-sec02 .free2 hr {
  margin: 3em 0;
}

#products-detail-sec03 {
  max-height: 350px;
  line-height: 1.5;
  margin-top: 30px;
  padding: 25px;
  border: 1px solid #E6E6E6;
  overflow: auto;
}
#products-detail-sec03 h2 {
  font-size: 2.2rem;
  color: #BA3533;
}
#products-detail-sec03 li {
  margin-top: 25px;
}
#products-detail-sec03 li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
#products-detail-sec03 li span.review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
#products-detail-sec03 li figure {
  width: 16.1290322581%;
}
#products-detail-sec03 li div {
  width: 81.1827956989%;
}
#products-detail-sec03 li .tag {
  display: inline-block;
  line-height: 1.15;
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5em 1em;
  background: #000;
}
#products-detail-sec03 li .ttl {
  line-height: 1.4;
  font-size: 2rem;
  text-decoration: underline;
  margin-top: 0.5em;
}
#products-detail-sec03 li .txt {
  margin-top: 1em;
}
#products-detail-sec03 li a:hover .ttl {
  text-decoration: none;
}

#products-detail-sec04 {
  margin-top: 60px;
}
#products-detail-sec04 ul {
  font-size: 1.8rem;
}
#products-detail-sec04 ul li {
  margin-bottom: 20px;
}
#products-detail-sec04 .catch {
  line-height: 1.4;
  font-size: 2rem;
}
#products-detail-sec04 .catch > * {
  margin-top: 0 !important;
}
#products-detail-sec04 .catch figure {
  position: relative;
  z-index: -1;
  top: -2.5em;
}
#products-detail-sec04 .catch figure.video {
  position: static;
}
#products-detail-sec04 .catch img {
  width: 552px;
  max-width: 80% !important;
}
#products-detail-sec04 .catch video {
  width: 552px;
  max-width: 80% !important;
}
#products-detail-sec04 .catch-ttl {
  font-size: 4.6rem;
}
#products-detail-sec04 .catch-pname {
  font-weight: bold;
  margin-top: 0.5em !important;
}
#products-detail-sec04 li.col {
  margin-top: 40px;
}
#products-detail-sec04 li.col figure {
  width: 47.3195876289%;
}
#products-detail-sec04 li.col p {
  width: 48.8659793814%;
  margin-top: 0;
}
#products-detail-sec04 .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#products-detail-sec04 .color li {
  width: 30.3092783505%;
  margin: 40px 0 0 4.1237113402%;
}
#products-detail-sec04 .color li:nth-child(3n+1) {
  margin-left: 0;
}
#products-detail-sec04 .color a {
  display: block;
  text-decoration: none;
}
#products-detail-sec04 .color img {
  display: block;
  max-width: 100% !important;
  margin: 0 auto 20px;
}
#products-detail-sec04 .size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
  padding-bottom: 30px;
}
#products-detail-sec04 .size li {
  position: relative;
  width: 13.2%;
  line-height: 1;
  font-size: 2.6rem;
  text-align: center;
  color: #ddd;
  padding: 0.5em 0;
}
@media (max-width: 1239px) {
  #products-detail-sec04 .size li {
    font-size: 2.08vw;
  }
}
#products-detail-sec04 .size li.on {
  font-weight: bold;
  color: #ffffff;
  background: #0A7A82;
}
#products-detail-sec04 .size span {
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  width: 105%;
  line-height: 1.4;
  font-size: 0.3846153846em;
  font-weight: normal;
  padding: 0.2em 0;
  background: #fff;
  border: 2px solid #0A7A82;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #000000;
}
#products-detail-sec04 .size span::before, #products-detail-sec04 .size span::after {
  content: "";
  position: absolute;
  top: -12px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #0A7A82 transparent;
}
#products-detail-sec04 .size span::after {
  top: -8px;
  border-color: transparent transparent #fff transparent;
}
#products-detail-sec04 .size span.spacer_on {
  background: #0A7A82;
  border: 2px solid #0A7A82;
  color: #fff;
}
#products-detail-sec04 .size span.spacer_on::after {
  border-color: transparent transparent #0A7A82 transparent;
}
#products-detail-sec04 .size.no-spacer {
  padding-bottom: 0;
}
#products-detail-sec04 .size.no-spacer li {
  margin-bottom: 0 !important;
}
#products-detail-sec04 .heel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 567px;
  max-width: 100%;
  line-height: 1.5;
  font-size: 1.2rem;
  margin-top: 1.5em;
  padding: 15px;
  background: #F6F6F6;
}
#products-detail-sec04 .heel p {
  width: 44.5065176909%;
}
#products-detail-sec04 .heel figure {
  width: 50.2793296089%;
  margin-top: 0 !important;
}
#products-detail-sec04 table {
  table-layout: fixed;
}
#products-detail-sec04 .free {
  margin: 2em auto 0;
}
#products-detail-sec04 .free .youtube {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  margin: 1.5em auto 0;
}
#products-detail-sec04 .free .youtube iframe {
  width: 100%;
  height: 100%;
}
#products-detail-sec04 .stylephoto_txt {
  font-size: 1.2rem;
}

#products-detail-sec05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  padding: 30px;
  background: #F3F5F7;
}
#products-detail-sec05 .ttl {
  line-height: 1.1;
  font-size: 2.9rem;
  font-weight: bold;
}
#products-detail-sec05 .ttl em {
  font-style: normal;
  color: #0A7A82;
}
#products-detail-sec05 .ttl .txt {
  font-size: 1.4rem;
}
#products-detail-sec05 .btn {
  width: 225px;
  max-width: 100%;
  font-size: 1.7rem;
}

#products-detail-sec05_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 30px;
  background: #F3F5F7;
}
#products-detail-sec05_2 .ttl {
  line-height: 1.1;
  font-size: 2.9rem;
  font-weight: bold;
}
#products-detail-sec05_2 .ttl em {
  font-style: normal;
  color: #BA3533;
}
#products-detail-sec05_2 .ttl .txt {
  font-size: 1.4rem;
}
#products-detail-sec05_2 .btn {
  background: #BA3534;
  width: 225px;
  max-width: 100%;
  font-size: 1.7rem;
}

#products-detail-sec05_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding: 30px;
  background: #F3F5F7;
}
#products-detail-sec05_3 .ttl {
  line-height: 1.1;
  font-size: 2.9rem;
  font-weight: bold;
}
#products-detail-sec05_3 .ttl em {
  font-style: normal;
  color: #1C5BAF;
}
#products-detail-sec05_3 .ttl .txt {
  font-size: 1.4rem;
}
#products-detail-sec05_3 .btn {
  background: #1C5BAF;
  width: 225px;
  max-width: 100%;
  font-size: 1.7rem;
}

#products-detail-sec06 {
  margin-top: 40px;
  padding: 25px;
  background: #F7F6F4;
}
#products-detail-sec06 h2 {
  position: relative;
  font-size: 1.9rem;
  padding-left: 1.8em;
}
#products-detail-sec06 h2::before, #products-detail-sec06 h2::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  line-height: 1;
  text-align: center;
}
#products-detail-sec06 h2::before {
  content: "\f075";
  font-size: 1.4736842105em;
}
#products-detail-sec06 h2::after {
  content: "\f12a";
  font-size: 0.8421052632em;
  color: #fff;
  padding-top: 0.3em;
}
#products-detail-sec06 ul {
  margin: 25px 0 0 -10px;
}
#products-detail-sec06 .slick-slide {
  margin-left: 10px;
}
#products-detail-sec06 li a {
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
}
#products-detail-sec06 li img {
  display: block;
  margin-bottom: 5px;
}

#products-detail-sec07 {
  margin-top: 70px;
}
#products-detail-sec07 h2 {
  font-size: 2.6rem;
  color: #fff;
  padding: 0.8em 20px;
  background: #BA3533;
}
#products-detail-sec07 .kuchikomi_menu {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #F2F2F2;
}
#products-detail-sec07 .kuchikomi_menu span {
  margin-right: 0.5em;
}
#products-detail-sec07 .kuchikomi_menu a {
  color: #0066FF;
  text-decoration: underline;
  font-weight: normal;
  margin-right: 0.5em;
}
#products-detail-sec07 .kuchikomi_product {
  float: left;
  width: 48%;
  font-weight: bold;
  margin-bottom: 20px;
}
#products-detail-sec07 .kuchikomi_product span {
  line-height: 1;
  font-size: 3rem;
  vertical-align: middle;
}
#products-detail-sec07 .review_button {
  float: right;
  width: 48%;
  margin-bottom: 20px;
}
#products-detail-sec07 .review_button .btn-cart::before {
  content: normal;
}
#products-detail-sec07 #kuchikomi_list {
  clear: both;
}
#products-detail-sec07 #kuchikomi_list li {
  padding: 20px 0;
  border-top: 1px dotted #ccc;
}
#products-detail-sec07 .kuchikomi_reviewer {
  position: relative;
  min-height: 75px;
  margin-bottom: 20px;
  padding-left: 85px;
}
#products-detail-sec07 .kuchikomi_reviewer .icon_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: #efefef;
}
#products-detail-sec07 .kuchikomi_reviewer .icon_box img {
  max-height: 100%;
}
#products-detail-sec07 .kuchikomi_reviewer .prof,
#products-detail-sec07 .kuchikomi_reviewer .sub_prof:nth-of-type(-n+2) {
  display: inline-block;
}
#products-detail-sec07 .kuchikomi_reviewer .prof:first-of-type {
  margin-right: 1em;
}
#products-detail-sec07 .kuchikomi_reviewer .prof:last-of-type::before {
  content: "年代：";
}
#products-detail-sec07 .kuchikomi_reviewer .prof a {
  font-weight: bold;
  color: #c91a09;
}
#products-detail-sec07 .kuchikomi_reviewer .sub_prof:first-of-type {
  margin-right: 1em;
}
#products-detail-sec07 .kuchikomi_reviewer .sub_prof strong {
  color: #c91a09;
  margin-left: 1em;
}
#products-detail-sec07 .kuchikomi_title {
  font-weight: bold;
}
#products-detail-sec07 .kuchikomi_level {
  font-weight: bold;
}
#products-detail-sec07 .kuchikomi_level::before {
  content: "評価 ";
}
#products-detail-sec07 .kuchikomi_level span {
  line-height: 1;
  vertical-align: middle;
}
#products-detail-sec07 .kuchikomi_comment {
  margin-top: 15px;
  word-wrap: break-word;
}
#products-detail-sec07 .kuchikomi_image a {
  display: inline-block;
  margin: 0 10px 10px 0;
}
#products-detail-sec07 .kuchikomi_image img {
  max-width: 140px !important;
  max-height: 140px;
  vertical-align: bottom;
}
#products-detail-sec07 .kuchikomi_sannkou {
  padding-top: 20px;
}
#products-detail-sec07 .kuchikomi_sannkou span {
  font-weight: bold;
  color: #c91a09;
}
#products-detail-sec07 .kuchikomi_sannkou_btn_box {
  text-align: right;
  margin: 1em 0;
}
#products-detail-sec07 .kuchikomi_sannkou_btn_box .kuchikomi_sannkou_btn {
  border-radius: 0;
  background: #0A7A82;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#products-detail-sec07 .kuchikomi_sannkou_btn_box .kuchikomi_sannkou_btn::after {
  content: "";
}
#products-detail-sec07 .kuchikomi_sannkou_btn_box .kuchikomi_sannkou_btn.voted {
  background: #EEEEEE;
  color: #666666;
}

#products-detail-fc {
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
#products-detail-fc.fc-show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media (min-width: 768px) {
  #products-detail-fc.fc-show {
    display: none !important;
  }
}
#products-detail-fc .fc-popup {
  background: #fff;
  padding: 30px;
  width: 100%;
  margin: 0 20px;
}
#products-detail-fc .fc-popup .fc-txt {
  margin: 10px 0;
  font-size: 1.5rem;
}
#products-detail-fc .fc-popup .fc-name {
  margin: 20px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #BA3533;
}

/* floating bunner
============================== */
#top-floating-bnr {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 10px;
  max-width: none;
  width: 100%;
  text-align: center;
}
#top-floating-bnr .close {
  font-weight: 900;
  font-size: 1.4rem;
  color: #ffffff;
  position: absolute;
  top: 8px;
  right: 14px;
}
#top-floating-bnr .close span {
  display: none;
}
#top-floating-bnr img {
  max-height: 120px;
  margin: auto;
}

/* for sub-pages
============================== */
.sub-pages:nth-child(n+2) {
  border-top: solid 1px #F7F6F4;
  margin-top: 2em;
  padding-top: 1em;
}
.sub-pages:nth-child(n+2).form {
  border-top: 0px;
}
.sub-pages .paragraph {
  margin: 1em 0 2em;
}
.sub-pages .txt {
  margin: 1em 0;
}
.sub-pages .txt-note {
  color: #BA3533;
}
.sub-pages .txt-note-box {
  background: #F3F5F7;
  padding: 1.5em;
  margin: 1em 0;
}
.sub-pages .txt-note-box.red {
  background: #FFFFFF;
  border: solid 1px #BA3533;
  border-radius: 5px;
}
.sub-pages .txt-small {
  font-size: 1.2rem;
}
.sub-pages .terms-txt .terms-title {
  font-weight: bold;
  margin: 2em 0 1em;
}
.sub-pages .terms-txt .terms-exp {
  display: contents;
}
.sub-pages .terms-txt ol.count li {
  text-indent: -1em;
  padding-left: 1em;
  counter-increment: cnt;
}
.sub-pages .terms-txt ol.count li::before {
  content: "1";
  display: marker;
  content: counter(cnt) ".";
}
.sub-pages .terms-txt ol.count-2nd li {
  text-indent: -2.5em;
  padding-left: 2.5em;
  counter-increment: cnt2;
}
.sub-pages .terms-txt ol.count-2nd li::before {
  content: "1";
  display: marker;
  content: "（" counter(cnt2) "）";
}
.sub-pages .terms-box {
  border: #E6E6E6 1px solid;
  height: 230px;
  overflow: hidden scroll;
  font-size: 14px;
  margin-bottom: 1em;
}
.sub-pages .terms-box .terms-txt {
  padding: 0 1em;
}
.sub-pages .txt-square {
  text-indent: -1em;
  padding-left: 1em;
  color: #FF0000;
  font-weight: normal;
}
.sub-pages .txt-square::before {
  content: "■";
}
.sub-pages .txt-circle {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.sub-pages .txt-circle::before {
  content: "◯";
}
.sub-pages .txt-circle.bold {
  font-weight: bold;
}
.sub-pages .txt-bold {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sub-pages ul.ul-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.sub-pages ul.ul-list li::before {
  content: "・";
}
.sub-pages .btn.return::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1.25em;
  line-height: 1;
}
.sub-pages .btn.return::after {
  content: "";
}
.sub-pages .btn.snd {
  background: #FFFFFF;
  border: solid 1px #BA3533;
  color: #BA3533;
}
.sub-pages .btn.snd::after {
  color: #BA3533;
}
.sub-pages .btn.third {
  background: #F7F6F4;
  color: #000000;
}
.sub-pages .btn.third::after {
  content: "";
}
.sub-pages .btn.register {
  background: #0A7A82;
  border-radius: 0;
  font-size: 2rem;
}
.sub-pages .btn.register::after {
  font-size: 2rem;
}
.sub-pages .btn.zip {
  width: 210px !important;
  font-size: 1.4rem;
  margin: 0;
}
.sub-pages .btn.zip::after {
  content: "";
}
.sub-pages .btn.file {
  width: 210px !important;
  font-size: 1.4rem;
  margin: 0;
  background: #F7F6F4;
  color: #000000;
}
.sub-pages .btn.file::after {
  content: "";
}
.sub-pages .btn.width-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 2em 0;
  white-space: nowrap;
}
.sub-pages .btn.btm-m1 {
  margin-bottom: 1em;
}
.sub-pages .btn.btm-m2 {
  margin-bottom: 2em;
}
.sub-pages .bnr-line {
  margin-bottom: 3em;
}
.sub-pages .bnr-norikae,
.sub-pages .bnr-tomodachi {
  margin: 1em auto;
  width: 100%;
  max-width: 900px;
}
.sub-pages .bnr-tomodachi2 {
  margin: 0 auto 1em;
  max-width: 600px;
}
.sub-pages .bnr-norikae2 {
  margin: 1em auto 1.5em;
  width: 90%;
  max-width: 600px;
}
.sub-pages .bnr-qa {
  margin: 1em 0;
}
.sub-pages h2.txt-note {
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
  color: #BA3533;
  padding: 1em 0;
  margin: 1em 0;
}
.sub-pages h3.txt {
  margin: 1em 0;
}
.sub-pages .register-last-info {
  font-weight: bold;
  margin: 1.5em 0 1em;
}
.sub-pages .uploaded-thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.sub-pages .uploaded-thumbnails .thumbnail {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.sub-pages .uploaded-thumbnails .thumbnail img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.sub-pages .uploaded-thumbnails .btn.file {
  width: 100px !important;
  padding: 1em;
  margin-top: 10px;
}

/* member, cart
============================== */
.cart-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2em;
}
.cart-flow li {
  background: #E6E6E6;
  padding: 8px 4px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8rem;
  width: calc((100% - 60px) / 4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cart-flow li.current {
  background: #BA3533;
  color: #FFFFFF;
}
.cart-flow li.arrow {
  background: #FFFFFF;
  padding: 5px;
  width: 20px;
}

.link-edit {
  color: #808080;
}
.link-edit i {
  padding: 0 5px;
}
.link-edit:not(:last-child) {
  padding-right: 10px;
}

.product-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-list li .cart-product-image {
  width: 30%;
  padding-right: 1em;
}
.product-list li .cart-product-name {
  width: 70%;
}
.product-list li .cart-product-name .price {
  margin: 1em 0;
}
.product-list li .cart-product-name .amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-list li .cart-product-name .amount label {
  display: block;
  margin: 1em 1em 1em 0;
  padding: 1em 0;
}
.product-list li .cart-product-name .amount .selectbox {
  width: 100px;
}
.product-list li .cart-price {
  width: 100%;
  text-align: right;
}
.product-list li .cart-price .cart-delete {
  float: left;
  text-align: left;
  width: 80px;
}
.product-list li .price span {
  display: inline-block;
  padding-left: 1em;
}
.product-list li .price span.price-txt {
  padding-left: 0;
  font-size: 1.4rem;
}
.product-list li .product-code {
  font-size: 1.1rem;
  margin: 0 0 1em;
  position: relative;
  left: -5px;
}

.cart-total p {
  margin: 1em 0;
}
.cart-total p span.total-price {
  display: inline-block;
  float: right;
}

.border-bottom {
  border-bottom: solid 1px #E6E6E6;
}

.list-border > li {
  border-top: solid 1px #E6E6E6;
  padding: 1em 0.8em;
}
.list-border > li:last-child {
  border-bottom: solid 1px #E6E6E6;
}
.list-border > li.grayed-out {
  background-color: #F3F3F3;
  color: #616161;
}
.list-border > li.checked {
  background-color: #0A7A82;
  color: #fff;
}
.list-border > li.checked input[type=radio]:checked + label:before {
  content: url(../img/subpages/radio-on-white.svg);
}
.list-border .txt-buyhistory-status {
  color: #BA3533;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 0 0.2em;
}
.list-border .txt-buyhistory-small {
  font-size: 1.6rem;
}
.list-border .btn-buyhistory {
  max-width: 360px;
  margin: 1em auto;
  width: 100%;
}
.list-border .btn-buyhistory a {
  display: block;
  border-radius: 50px;
  border: #0A7A82 2px solid;
  color: #0A7A82;
  text-align: center;
  padding: 0.5em 0.5em;
  text-decoration: none;
  font-weight: bold;
}

ol.list-border {
  display: table;
  width: 100%;
}
ol.list-border li {
  counter-increment: cnt;
}
ol.list-border li::before {
  content: "1";
  display: table-cell;
  content: counter(cnt);
  vertical-align: middle;
}
ol.list-border li div {
  display: table-cell;
  width: 100%;
  padding-left: 3em;
}

.mypage-buyhistory {
  padding: 0 0 1em;
}
.mypage-buyhistory .mypage-buyhistory-cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0 0;
}
.mypage-buyhistory .mypage-buyhistory-cnt .mypage-buyhistory-img {
  width: 15%;
  padding: 0 1em 0 0;
}
.mypage-buyhistory .mypage-buyhistory-cnt .mypage-buyhistory-name {
  width: 40%;
  padding: 1em 1em 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.mypage-buyhistory .mypage-buyhistory-cnt .mypage-buyhistory-name a {
  font-weight: bold;
}
.mypage-buyhistory .mypage-buyhistory-cnt .mypage-buyhistory-btn {
  width: 45%;
  padding: 0.5em 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mypage-buyhistory .mypage-buyhistory-cnt .mypage-buyhistory-btn a {
  display: inline-block;
  background-color: #0A7A82;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  padding: 0.75em 1em;
}
.mypage-buyhistory .mypage-buyhistory-cnt .mypage-buyhistory-btn span {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5em 0.5em;
  margin: 1em 0.75em 0;
  border: #0A7A82 1.5px solid;
  color: #0A7A82;
  display: block;
  text-align: center;
}
.mypage-buyhistory .mypage-buyhistory-cnt .mypage-buyhistory-btn span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
  border: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  z-index: 2;
}
.mypage-buyhistory .mypage-buyhistory-cnt .mypage-buyhistory-btn span::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-top: -8px;
  margin-left: -6px;
  border: 8px solid transparent;
  border-bottom: 8px solid #0A7A82;
  z-index: 1;
}

.bnr-payment {
  max-width: 280px !important;
  width: 100%;
  margin: 0.5em 0;
}

nav.mypage {
  margin: 1em 0;
}
nav.mypage ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: solid 1px #E6E6E6;
}
nav.mypage ul li {
  width: 14.2857142857%;
  padding: 1em 0;
  text-align: center;
  color: #BA3533;
  font-weight: bold;
}
nav.mypage ul li:not(:last-child) {
  border-right: solid 1px #E6E6E6;
}
nav.mypage ul li.current {
  color: #FFFFFF;
  background: #BA3533;
}

.mypage-label {
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
  background: #F7F6F4;
  display: block;
  padding: 0.5em 0.8em;
  margin: 1em 0;
}

.mypage-txt-bold {
  font-weight: bold;
}

/* form
============================== */
.form .form-item .item-label {
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
  background: #F7F6F4;
  display: block;
  padding: 0.5em 0.8em;
}
.form .form-item .item-label.required::after {
  content: "必須";
  color: #BA3533;
  padding-left: 10px;
}
.form .form-item .item-label.btm-m1 {
  margin-bottom: 1em;
}
.form .form-item .item-label.txt-note {
  border-top: none;
  margin-top: -1px;
  padding-top: 0;
  padding-left: 1.8em;
  text-indent: -1em;
}
.form .form-item .item-name.mt1 {
  margin: 1em 0 0;
}
.form .form-item .item-val {
  margin: 1em;
}
.form .form-item .item-val.product-name {
  font-weight: bold;
}
.form .form-item.btm-m1 {
  margin-bottom: 1em;
}
.form .form-item.btm-m2 {
  margin-bottom: 2em;
}
.form .form-item input {
  width: 100%;
  border: solid 1px #E6E6E6;
  font-size: 1.6rem;
  padding: 1em;
  margin: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .form-item input.half {
  width: calc((100% - 16px) / 2);
  display: inline;
}
.form .form-item input.half:nth-child(2) {
  margin-right: 10px;
}
.form .form-item input.input-snd {
  margin-top: 0px;
}
.form .form-item input.security-code {
  width: 100px;
}
.form .form-item input[type=radio] {
  width: auto;
  display: none;
}
.form .form-item input[type=radio] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-indent: -2em;
  padding-left: 2.5em;
  margin: 0.5em 2em;
  width: calc(100% - 4em);
}
.form .form-item input[type=radio] + label:before {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: url("../img/subpages/radio-off.svg");
}
.form .form-item input[type=radio]:checked + label:before {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: url("../img/subpages/radio-on.svg");
}
.form .form-item input[type=checkbox] {
  width: auto;
  display: none;
}
.form .form-item input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-indent: -4em;
  padding-left: 4em;
  margin: 0.5em 0em 0.5em 0;
  width: 100%;
}
.form .form-item input[type=checkbox] + label:before {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: url("../img/subpages/checkbox-off.svg");
  margin-top: 0.15em;
}
.form .form-item input[type=checkbox]:checked + label:before {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: url("../img/subpages/checkbox-on.svg");
  margin-top: 0.15em;
}
.form .form-item .item-radio,
.form .form-item .item-checkbox {
  margin: 1em 0;
}
.form .form-item .item-checkbox {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.form .form-item .shop-payment-detail-txt {
  padding: 0;
  font-size: 1rem;
}
.form .form-item .shop-coupon span {
  padding-left: 4em;
}
.form .form-item .shop-coupon span.coupon-time {
  font-size: 1.1rem;
  padding-left: 0;
}
.form .form-item .sending-address span,
.form .form-item .shop-payment span {
  padding-left: 2em;
}
.form .form-item .sending-address span.shop-payment-detail,
.form .form-item .shop-payment span.shop-payment-detail {
  font-size: 1.1rem;
  padding-left: 0;
}
.form .form-item button {
  cursor: pointer;
}
.form .form-item button.register {
  padding: 1em 2em;
}
.form .form-item button.red {
  padding: 1em 2em;
  background: #BA3533;
  border-radius: 50px;
}
.form .form-item .selectbox {
  overflow: hidden;
  margin: 1em 0;
  text-align: center;
  position: relative;
  border: 1px solid #E6E6E6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.form .form-item .selectbox::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 1.25em;
  line-height: 1;
  z-index: -1;
}
.form .form-item .selectbox select {
  width: auto;
  height: 100%;
  padding: 1em 3em 1em 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form .form-item .selectbox select::-ms-expand {
  display: none;
}
.form .form-item .select-ymd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form .form-item .selectbox-ymd {
  margin: 1em 8px;
  padding: 1em 0;
}
.form .form-item textarea {
  width: 100%;
  border: solid 1px #ddd;
  margin: 1em 0;
  padding: 1em;
}
.form .form-item .input-card-no input {
  width: calc((100% - 62px) / 4);
}
.form .form-item .input-card-no .card-num-div {
  width: 10px;
  display: inline-block;
  text-align: center;
}
.form .form-sns {
  padding: 0 0 1.5em;
}
.form .form-sns h3 {
  padding: 2.5em 0 1em;
  text-align: center;
}
.form .form-sns a {
  display: block;
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  border-radius: 50px;
  padding: 0.75em 1.5em;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
}
.form .form-sns .form-sns-line a {
  border: #06C755 solid 1px;
  background-color: #06C755;
  background-image: url(../img/sns-line.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: center left 1em;
}
@media (max-width: 767px) {
  .form .form-sns .form-sns-line a {
    background-size: 22px;
    width: 100% !important;
    max-width: 300px;
    font-size: 1.4rem;
  }
}

/* BtoB
============================== */
body.design-corp {
  /* ==================================================
  header
  ================================================== */
  /* ==================================================
  footer
  ================================================== */
  /* ==================================================
  member, cart
  ================================================== */
  /* ==================================================
  form
  ================================================== */
  /* ==================================================
  products
  ================================================== */
}
body.design-corp header a {
  color: #fff;
}
body.design-corp #hd-inner {
  background: #BA3533;
}
body.design-corp #hcopy {
  color: #fff;
}
body.design-corp #hnav01 .no03 a::before {
  color: #fff;
  background-image: url("../img-btob/icon03_wh.svg");
}
body.design-corp #hnav03 .no02.on a {
  color: #fff;
}
body.design-corp #hnews a {
  color: #000;
}
body.design-corp #fsns {
  margin-bottom: 40px;
}
body.design-corp #flogo-wrap {
  margin-top: 0;
}
body.design-corp nav.mypage ul li {
  width: 33.3333333333%;
}
body.design-corp .form .item-checkbox.item-checkbox-left {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
body.design-corp .form .item-checkbox.item-checkbox-left input[type=checkbox] + label {
  text-indent: -2em;
}
body.design-corp .result-list .ttl {
  padding-bottom: 0.25em;
}
body.design-corp .result-list .price {
  line-height: 1.6;
}
body.design-corp .result-list .price.price-maker {
  font-size: 1.4rem;
  color: #888;
}
body.design-corp .result-list .price.price-maker .b2b-txt {
  display: block;
}
body.design-corp #products-detail-sec01 .quantity + dd input {
  width: 50%;
  border: solid 1px #E6E6E6;
  font-size: 1.6rem;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.design-corp #products-detail-sec01 #sale-limit {
  font-size: 1.4rem;
  padding: 0.5em 0 0;
}
body.design-corp #products-detail-sec01 .plice.price-maker {
  font-size: 1.6rem;
  color: #888;
}
body.design-corp #products-detail-sec01 .plice + dd {
  margin-top: 10px;
}
body.design-corp #products-detail-sec01 .plice + dd.price-maker {
  font-size: 1.6rem;
  color: #888;
  margin-top: 20px;
}/*# sourceMappingURL=shared.css.map */