html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: 600;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

html {
  line-height: 1;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: FP-HiraMinProN-W3, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-color: #fffcf0;
  font-size: 0.14rem;
  position: relative;
}
body:after {
  content: "";
  position: absolute;
  background: url("../img/common/bg_img.png") left top/1110px auto repeat;
  opacity: 0.25;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.font-hira {
  font-family: FP-HiraMinProN-W3, sans-serif;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.image-common {
  width: 100%;
  display: block;
}

.object-common {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
    opacity: 0;
    visibility: hidden;
  }
  html.is-ipad, html.is-desktop {
    opacity: 1;
    visibility: visible;
  }

  .container {
    min-width: 1200px;
  }

  .wrapper {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 4.28);
    min-height: 100vh;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .md {
    display: none !important;
  }
}
@media print, (min-width: 768px) {
  .section-common .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-common .common-content {
    width: 840px;
  }

  .common-aside {
    width: 230px;
    margin-top: -200px;
    position: relative;
    z-index: 10;
  }
  .common-aside .block-title,
  .common-aside .block-list a,
  .common-aside .register-button,
  .common-aside .user-login a,
  .common-aside .user-profile {
    letter-spacing: 0.1em;
  }
  .common-aside .aside-info {
    padding: 48px 0 100px;
    background: url(../img/common/aside_bg.png) left bottom 39px/100% auto no-repeat, linear-gradient(to bottom, #e6d27e, #d9c367);
    min-height: 781px;
  }
  .common-aside .info-logo {
    display: block;
    width: 222px;
    margin: 0 -13px 87px auto;
  }
  .common-aside .info-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    writing-mode: vertical-rl;
    width: 100%;
    padding-right: 39px;
  }
  .common-aside .info-text span {
    display: inline-block;
    font-size: 0.23rem;
    font-family: FP-HiraMinProN-W6, sans-serif;
    background: #000;
    color: #fff;
    padding: 9px 5px 21px;
    margin-left: 11px;
    margin-bottom: 11px;
    letter-spacing: 0.17em;
    opacity: 0;
    transition: opacity 0.25s;
  }

  .aside-content {
    background: #fff;
    padding: 28px 30px 4px;
    margin-bottom: 25px;
  }
  .aside-content .aside-block {
    margin-bottom: 35px;
  }
  .aside-content .block-title {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 11px;
    opacity: 0;
    transition: opacity 0.25s;
    font-family: FP-HiraMinProN-W6, sans-serif;
  }
  .aside-content .block-input input {
    height: 34px;
    border: 1px solid #cbcbcb;
    background: #fafafa;
    border-radius: 5px;
    padding: 0 8px;
    width: 100%;
    font-family: FP-HiraMinProN-W3, sans-serif !important;
    font-size: 0.16rem;
  }
  .aside-content .block-input input:-ms-input-placeholder {
    color: #b2b2b2;
  }
  .aside-content .block-input input::placeholder {
    color: #b2b2b2;
  }
  .is-firefox .aside-content .block-input input {
    padding-top: 1px;
  }
  .aside-content .block-list {
    margin-top: 15px;
    margin-bottom: 37px;
    padding: 0;
    list-style: none;
    border-top: 1px solid #2b2b2b;
  }
  .aside-content .block-list li {
    padding: 6.5px 0 6px;
    border-bottom: 1px dotted #cbcbcb;
  }
  .aside-content .block-list li:last-child {
    border-bottom: none;
  }
  .aside-content .block-list a {
    padding: 11px 0 9px;
    display: block;
    font-size: 16px;
    color: #000;
  }

  .font-loaded .block-title,
  .font-loaded .info-text span {
    opacity: 1;
  }

  .aside-register {
    margin-bottom: 30px;
  }
  .aside-register .register-button {
    display: block;
    width: 100%;
    background: #dac468;
    color: #000;
    font-size: 18px;
    font-family: FP-HiraMinProN-W6, sans-serif;
    padding: 16px 16px 14px;
    text-align: center;
    position: relative;
  }
  .aside-register .register-button::before {
    content: "";
    display: block;
    width: calc(100% - 18px);
    height: calc(100% - 16px);
    position: absolute;
    left: 9px;
    top: 8px;
    border: 1px solid #000;
  }

  .aside-user {
    border: 1px solid #b2b2b2;
    background: #fff;
    padding: 19px 29px 18px;
  }
  .aside-user .user-login {
    border-bottom: 1px dotted #cbcbcb;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .aside-user .user-login a {
    display: block;
    background: #9b9b9b;
    font-size: 18px;
    font-family: FP-HiraMinProN-W6, sans-serif;
    color: #fff;
    padding: 8px 7px 6px;
    text-align: center;
  }
  .aside-user .user-profile {
    display: block;
    width: 100%;
    color: #000;
    font-size: 18px;
    padding: 0 20px;
    font-family: FP-HiraMinProN-W6, sans-serif;
    text-align: center;
    position: relative;
  }
  .aside-user .user-profile::before {
    position: absolute;
    content: "";
    border-top: 2px solid #dac468;
    border-right: 2px solid #dac468;
    width: 8px;
    height: 8px;
    top: 50%;
    -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
    left: -2px;
  }
  .is-safari .aside-user .user-profile::before {
    margin-top: -2px;
  }
}
.product-common {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-common .product-link {
  color: #000;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.product-common .product-link.has-ranking {
  position: relative;
}
.product-common .product-name,
.product-common .product-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-common .product-name {
  -webkit-line-clamp: 1;
}
.product-common .product-description {
  -webkit-line-clamp: 3;
}
.product-common .product-name,
.product-common .product-price {
  font-family: FP-HiraMinProN-W6, sans-serif;
}
.product-common .product-price {
  margin: auto 0 0;
}
.product-common .price-total {
  color: #acacac;
  font-family: FP-HiraMinProN-W3, sans-serif;
  display: inline-block;
}
.product-common .ranking-item {
  background: url(../img/common/bg_ranking_default.svg) no-repeat center/100% auto;
  text-align: center;
  color: #fff;
}
.product-common .ranking-item, .product-common .ranking-item:before {
  position: absolute;
}
.product-common .ranking-item:before {
  content: "";
  background: url(../img/common/ico_ranking_white.svg) no-repeat center/100% auto;
  left: 50%;
}
.product-common .ranking-item.ranking-first {
  background-image: url(../img/common/bg_ranking_gold.svg);
}
.product-common .ranking-item.ranking-second {
  background-image: url(../img/common/bg_ranking_silver.svg);
}
.product-common .ranking-item.ranking-third {
  background-image: url(../img/common/bg_ranking_bronze.svg);
}
.product-common .ranking-item.ranking-default {
  color: #000;
}
.product-common .ranking-item.ranking-default:before {
  background-image: url(../img/common/ico_ranking_black.svg);
}

@media print, (min-width: 768px) {
  .product-common {
    margin-bottom: 59px;
  }
  .product-common .product-item {
    width: 275px;
    margin-bottom: 20px;
  }
  .product-common .product-item:not(:nth-child(3n)) {
    margin-right: 7px;
  }
  .product-common .product-link {
    padding: 10px 10px 34px;
    font-size: 0.16rem;
    background: #fff;
  }
  .product-common .product-image {
    height: 165px;
    margin-bottom: 27px;
  }
  .product-common .product-name {
    margin-bottom: 17px;
    font-size: 0.2rem;
  }
  .product-common .product-name,
  .product-common .product-price {
    letter-spacing: 0.1em;
  }
  .product-common .product-description {
    margin-bottom: 37px;
    letter-spacing: 0.11em;
    line-height: calc(21 / 16);
  }
  .product-common .price-total {
    font-size: 0.14rem;
  }
  .product-common .ranking-item {
    width: 35px;
    height: 45px;
    padding-top: 15px;
    top: -5px;
    left: 20px;
  }
  .product-common .ranking-item:before {
    width: 11px;
    height: 11px;
    margin-left: -5.5px;
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-common {
    margin: 0 -0.1rem 0.1rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .product-common .product-item {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .product-common .product-item:nth-child(2n + 1) {
    padding-right: 0.05rem;
  }
  .product-common .product-item:nth-child(2n) {
    padding-left: 0.05rem;
  }
  .product-common .product-link {
    padding: 0.07rem 0.1rem 0.3rem;
    background: #f5f2e5;
  }
  .product-common .product-image {
    height: 1.2228rem;
    margin-bottom: 0.18rem;
  }
  .product-common .product-name {
    margin-bottom: 0.14rem;
    font-size: 0.14rem;
  }
  .product-common .product-name,
  .product-common .product-price {
    letter-spacing: 0.1em;
  }
  .product-common .product-price {
    font-size: 0.14rem;
  }
  .product-common .product-price .price-total {
    font-size: 0.12rem;
  }
  .product-common .ranking-item {
    width: 0.27rem;
    height: 0.34rem;
    padding-top: 0.12rem;
    top: 0;
    left: 0.15rem;
    font-size: 0.13rem;
  }
  .product-common .ranking-item:before {
    width: 0.08rem;
    height: 0.08rem;
    margin-left: -0.04rem;
    top: 0.04rem;
  }
}
.social-common {
  -ms-flex-align: center;
      align-items: center;
}
.social-common,
.social-common .social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social-common .social-link,
.social-common .social-follow {
  background: no-repeat center/100% auto;
}
.social-common .social-link {
  border-radius: 50%;
  display: block;
}
.social-common .social-follow {
  background-image: url(../img/common/social_text.svg);
}
.social-common .icon-facebook {
  background-image: url(../img/common/ico_facebook.svg);
}
.social-common .icon-instagram {
  background-image: url(../img/common/ico_instagram.svg);
}
.social-common .icon-home {
  background-image: url(../img/common/ico_home.svg);
}

@media print, (min-width: 768px) {
  .social-common .social-follow {
    width: 122px;
    height: 15px;
    margin-right: 31px;
  }
  .social-common .social-list > li,
  .social-common .social-follow {
    margin-bottom: 11px;
  }
  .social-common .social-link {
    width: 43px;
    height: 43px;
  }
  .social-common .social-link.icon-home {
    width: 42px;
    height: 42px;
  }
  .social-common .social-list {
    max-width: 151px;
  }
  .social-common .social-list > li:not(:nth-child(3n)) {
    margin-right: 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .social-common {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .social-common .social-follow {
    width: 1.22rem;
    height: 0.15rem;
    margin-right: 0.31rem;
  }
  .social-common .social-list > li,
  .social-common .social-follow {
    margin-bottom: 0.11rem;
  }
  .social-common .social-link {
    width: 0.43rem;
    height: 0.43rem;
  }
  .social-common .social-link.icon-home {
    width: 0.42rem;
    height: 0.42rem;
  }
  .social-common .social-list {
    max-width: 1.51rem;
  }
  .social-common .social-list > li:not(:nth-child(3n)) {
    margin-right: 0.11rem;
  }
}
.select-common {
  position: relative;
}
.select-common > select {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  cursor: pointer;
  font-size: 0.16rem;
  color: #000;
}
.select-common:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

@media print, (min-width: 768px) {
  .select-common {
    height: 40px;
  }
  .select-common > select {
    max-width: 150px;
    padding: 9px 42px 10px 17px;
  }
  .select-common:after {
    width: 8px;
    height: 8px;
    right: 7px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .select-common {
    min-width: 0.9rem;
    height: 0.4rem;
  }
  .select-common > select {
    padding: 0.1rem 0.35rem 0.1rem 0.25rem;
  }
  .select-common:after {
    width: 0.08rem;
    height: 0.08rem;
    right: 0.06rem;
    margin-top: -0.05rem;
  }
}
.pagination-common {
  -ms-flex-pack: center;
      justify-content: center;
}
.pagination-common a {
  color: #000;
  text-decoration: none;
}
.pagination-common,
.pagination-common .pagination-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination-common .pagination-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-common .pagination-number,
.pagination-common .pagination-button {
  background: #fff;
}
.pagination-common a.pagination-number,
.pagination-common a.pagination-button {
  transition: background 0.3s;
}
.pagination-common a.pagination-number:hover,
.pagination-common a.pagination-button:hover {
  background: #dac468;
}
.pagination-common .pagination-number.is-current {
  background: #dac468;
}
.pagination-common .pagination-number,
.pagination-common .pagination-button,
.pagination-common .pagination-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.pagination-common .pagination-item {
  position: absolute;
  top: 0;
}
.pagination-common .button-prev {
  left: 0;
}
.pagination-common .button-next {
  right: 0;
}

@media print, (min-width: 768px) {
  .pagination-common .pagination-list {
    padding: 0 67px;
  }
  .pagination-common .pagination-list > li {
    margin: 0 3px 5px;
  }
  .pagination-common .pagination-button,
  .pagination-common .pagination-number,
  .pagination-common .pagination-dots {
    padding: 7px 5px 5px;
    height: 40px;
    font-size: 0.16rem;
  }
  .is-ipad .pagination-common .pagination-button, .is-ipad
  .pagination-common .pagination-number, .is-ipad
  .pagination-common .pagination-dots {
    padding-top: 5px;
  }
  .pagination-common .pagination-dots,
  .pagination-common .pagination-number {
    width: 40px;
  }
  .pagination-common .pagination-button {
    width: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .pagination-common .pagination-list {
    max-width: 3.65rem;
    padding: 0 0.65rem;
  }
  .pagination-common .pagination-list > li {
    margin: 0 0.03rem 0.05rem;
  }
  .pagination-common .pagination-button,
  .pagination-common .pagination-number,
  .pagination-common .pagination-dots {
    padding: 0.05rem;
    height: 0.4rem;
  }
  .pagination-common .pagination-dots,
  .pagination-common .pagination-number {
    width: 0.4rem;
  }
  .pagination-common .pagination-button {
    width: 0.6rem;
  }
}
.title-primary {
  font-family: FP-HiraMinProN-W6, sans-serif;
  letter-spacing: 0.1em;
}
.title-primary > span {
  position: relative;
  display: inline-block;
}
.title-primary > span:after {
  position: absolute;
  content: "";
  background: url(../img/common/decor_title.svg) no-repeat center/100% auto;
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 38px;
    font-size: 0.24rem;
  }
  .title-primary > span {
    padding-right: 153px;
  }
  .title-primary > span:after {
    width: 134px;
    height: 5px;
    top: 50%;
    margin-top: -3px;
    right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.3rem;
    text-align: center;
    font-size: 0.2rem;
  }
  .title-primary > span {
    padding-bottom: 0.17rem;
  }
  .title-primary > span:after {
    width: 0.755rem;
    height: 0.0258rem;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .title-primary.is-left {
    text-align: left;
    font-size: 0.24rem;
  }
  .title-primary.is-left > span {
    padding: 0 1.53rem 0 0;
  }
  .title-primary.is-left > span:after {
    width: 1.34rem;
    height: 0.05rem;
    top: 50%;
    margin-top: -0.03rem;
    right: 0;
    left: auto;
    -ms-transform: none;
        transform: none;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow,
.slick-dots button {
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.26s ease;
  display: inline-block;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
  z-index: 10;
}
.slick-arrow:hover,
.slick-dots button:hover {
  opacity: 0.8;
}

.slick-arrow {
  background: #000;
  position: absolute;
  z-index: 5;
}
.slick-arrow, .slick-arrow:before {
  top: 50%;
}
.slick-arrow:before {
  position: absolute;
  content: "";
  left: 50%;
  background: url(../img/common/ico_slider.svg) no-repeat center/100% auto;
}

.slick-next:before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slick-dots button {
  background: #9b9b9b;
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background: #dcc66c;
}

@media print, (min-width: 768px) {
  .slick-arrow {
    width: 43px;
    height: 43px;
    margin-top: -41px;
    border-radius: 5px;
  }
  .slick-arrow:before {
    width: 11px;
    height: 20px;
    margin-top: -10px;
  }

  .slick-prev {
    left: -18px;
  }
  .slick-prev:before {
    margin-left: -8px;
  }

  .slick-next {
    right: -21px;
  }
  .slick-next:before {
    margin-left: -6px;
  }

  .slick-dots > li {
    margin-bottom: 12px;
  }
  .slick-dots > li:not(:last-child) {
    margin-right: 12px;
  }
  .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .slick-arrow {
    width: 0.29rem;
    height: 0.29rem;
    border-radius: 0.05rem;
    margin-top: -0.31rem;
  }
  .slick-arrow:before {
    width: 0.08rem;
    height: 0.15rem;
    margin: -0.08rem 0 0 -0.05rem;
  }

  .slick-prev {
    left: 0.1rem;
  }

  .slick-next {
    right: 0.1rem;
  }

  .slick-dots > li {
    margin-bottom: 0.12rem;
  }
  .slick-dots > li:not(:last-child) {
    margin-right: 0.12rem;
  }
  .slick-dots button {
    width: 0.08rem;
    height: 0.08rem;
  }
}
.header-site ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header-site a {
  text-decoration: none;
  color: #000;
}
.header-site .user-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  list-style: none;
}
.header-site .user-item a,
.header-site .user-item .is-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #f5f2e5;
  color: #000;
  letter-spacing: 0.1em;
}
.header-site .user-item .is-cart {
  display: block;
  text-align: center;
}
.header-site .is-cart {
  display: block;
}
.header-site .is-cart .text-small {
  display: block;
  width: 100%;
  line-height: 1.7;
}
.header-site .is-cart .is-orange {
  color: #e87958;
}
.header-site .list-navbar {
  list-style: none;
}
.header-site .navbar-item {
  position: relative;
  letter-spacing: 0.1em;
}
.header-site .navbar-item:first-child::before {
  display: none;
}
.header-site .navbar-item::before {
  content: "";
  display: block;
  border-right: 1px solid #cbcbcb;
  position: absolute;
}
.header-site .navbar-item a {
  display: inline-block;
  font-family: FP-HiraMinProN-W6, sans-serif;
  color: #000;
}
.header-site .header-purchase {
  display: block;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  pointer-events: none;
  text-align: right;
}
.header-site .header-purchase a {
  pointer-events: auto;
  text-align: center;
}
.header-site .header-purchase .purchase-text,
.header-site .header-purchase .purchase-label {
  color: #fff;
}
.header-site .header-purchase.is-show {
  opacity: 1;
  visibility: visible;
}
.header-site .header-purchase:hover {
  opacity: 0.8;
}
.header-site.is-active .header-purchase {
  opacity: 1;
  visibility: visible;
}

@media print, (min-width: 768px) {
  .header-site {
    padding-top: 52px;
    padding-bottom: 14px;
    min-height: 200px;
  }
  .header-site .header-menu {
    height: auto !important;
    padding-left: 270px;
    display: block !important;
  }
  .header-site .header-user {
    margin-bottom: 22px;
  }
  .header-site .user-item {
    margin-left: 5px;
  }
  .header-site .user-item:last-child {
    margin-left: 10px;
  }
  .header-site .user-item a,
  .header-site .user-item .is-cart {
    min-height: 58px;
    padding-bottom: 3px;
    font-size: 0.14rem;
    height: 100%;
  }
  .header-site .user-item .is-cart {
    padding: 10px 8px 3px 50px;
  }
  .header-site .is-register {
    min-width: 120px;
    background: url("../img/common/ico_register.svg") top 13px center/15px auto no-repeat;
  }
  .header-site .is-login {
    min-width: 90px;
    background: url("../img/common/ico_login.svg") top 13px center/16px auto no-repeat;
  }
  .header-site .is-cart {
    min-width: 190px;
    background: url("../img/common/ico_cart.svg") top 17px left 12px/27px auto no-repeat;
  }
  .header-site .is-cart .text-small {
    margin-top: -2px;
    font-size: 0.12rem;
  }
  .header-site .is-cart .is-orange {
    font-size: 0.14rem;
  }
  .header-site .list-navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .header-site .navbar-item {
    padding-left: 29px;
    margin-left: 29px;
  }
  .header-site .navbar-item::before {
    width: 1px;
    height: 14px;
    left: 0;
    top: 9px;
  }
  .is-safari .header-site .navbar-item::before {
    top: 10px;
  }
  .is-safari .header-site .navbar-item::before {
    top: 11px;
  }
  .header-site .navbar-item a {
    font-size: 0.14rem;
    padding: 7px 0;
  }
  .header-site .user-list,
  .header-site .navbar-item {
    opacity: 0;
    transition: opacity 0.25s;
  }

  .font-loaded .user-list,
  .font-loaded .navbar-item {
    opacity: 1;
  }

  .header-purchase {
    z-index: 11;
    right: 0;
    bottom: 16px;
    height: 155px;
    min-width: 1200px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    text-align: right;
  }
  .header-purchase a {
    display: inline-block;
    min-width: 350px;
    height: 155px;
    background: url("../img/common/purchase_bg.jpg") center/contain no-repeat;
    padding: 18px;
    margin-right: 30px;
    margin-left: auto;
    bottom: 0;
    font-family: FP-HiraMinProN-W6, sans-serif;
    letter-spacing: 0.15em;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    background-color: #c71f1f;
  }
  .header-purchase:not(.is-fixed) {
    top: auto !important;
  }
  .header-purchase.is-fixed {
    position: absolute;
    bottom: auto;
    left: 0 !important;
  }
  .header-purchase .purchase-label {
    font-size: 17px;
    margin-bottom: 6px;
    padding-bottom: 29px;
    background: url("../img/common/purchase_line.png") bottom center/310px auto no-repeat;
  }
  .header-purchase .purchase-text {
    font-size: 18px;
    margin: 0;
    display: block;
    width: 100%;
  }
  .header-purchase .purchase-text span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site {
    position: relative;
    z-index: 101;
  }
  .header-site .wrapper {
    background: #fffcf0;
  }
  .header-site::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.25rem 0.25rem 0 0;
    border-color: #e6d27e transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-site .header-info {
    display: -ms-flexbox;
    display: flex;
  }
  .header-site .header-logo {
    width: 1.18rem;
    display: block;
    margin-top: 0.15rem;
    margin-left: 0.12rem;
    margin-right: auto;
  }
  .header-site .list-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    list-style: none;
    margin: 0.05rem -0.05rem 0.05rem 0;
  }
  .header-site .list-buttons li {
    background: #000;
    width: 0.55rem;
    height: 0.55rem;
    margin-left: 0.05rem;
  }
  .header-site .button-item {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0.06rem 0.05rem;
    color: #fff;
    font-size: 0.08rem;
    text-decoration: none;
  }
  .header-site .button-item p {
    margin: 0;
  }
  .header-site .button-search {
    background: #000 url("../img/common/ico_search.svg") top 0.1rem left 0.15rem/0.23rem auto no-repeat;
  }
  .header-site .button-menu {
    position: relative;
  }
  .header-site .button-menu .text-open {
    display: none;
  }
  .header-site .button-menu.is-active span:nth-child(1) {
    -ms-transform: translate(-50%, 0.06rem) rotate(-45deg);
        transform: translate(-50%, 0.06rem) rotate(-45deg);
  }
  .header-site .button-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header-site .button-menu.is-active span:nth-child(3) {
    -ms-transform: translate(-50%, -0.06rem) rotate(45deg);
        transform: translate(-50%, -0.06rem) rotate(45deg);
  }
  .header-site .button-menu.is-active .text-open {
    display: block;
  }
  .header-site .button-menu.is-active .text-close {
    display: none;
  }
  .header-site .button-menu span {
    display: block;
    width: 0.24rem;
    position: absolute;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .header-site .button-menu span:nth-child(1) {
    top: 0.15rem;
  }
  .header-site .button-menu span:nth-child(2) {
    top: 0.21rem;
  }
  .header-site .button-menu span:nth-child(3) {
    top: 0.27rem;
  }
  .header-site .header-menu {
    position: fixed;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    overflow: auto;
    background: #e1cc74;
  }
  .header-site .menu-inner {
    padding: 1.06rem 0.32rem 1.92rem;
    background: url("../img/common/header_bg.png") bottom 0.51rem left -0.26rem/2.5rem auto no-repeat, linear-gradient(to bottom, #f2df8f, #e1cc74);
    position: relative;
  }
  .header-site .user-list {
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0;
    margin-bottom: 0.4rem;
  }
  .header-site .user-item {
    width: 1.15rem;
  }
  .header-site .user-item a,
  .header-site .user-item .is-cart {
    font-size: 0.14rem;
    font-family: FP-HiraMinProN-W6, sans-serif;
    padding: 0.09rem 0.05rem 0.06rem;
  }
  .header-site .list-navbar {
    padding: 0;
    margin-bottom: 0.45rem;
    border-bottom: 1px dotted #4a4532;
  }
  .header-site .navbar-item {
    border-top: 1px dotted #4a4532;
    padding: 0.1rem 0;
  }
  .header-site .navbar-item a {
    display: block;
    padding: 0.1rem 0.2rem 0.06rem;
    position: relative;
  }
  .header-site .navbar-item a::before {
    position: absolute;
    content: "";
    border-top: 0.02rem solid #000;
    border-right: 0.02rem solid #000;
    width: 0.08rem;
    height: 0.08rem;
    top: 50%;
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    left: -0.06rem;
  }
  .header-site .header-about {
    font-size: 0.14rem;
    line-height: calc(26 / 14);
    letter-spacing: 0.1em;
  }
  .header-site .about-tel a {
    display: inline-block;
    margin-left: 0.1rem;
    color: #000;
    text-decoration: none;
  }
  .header-site .social-common {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: -0.03rem;
    margin-top: 0.34rem;
  }
  .header-site .social-common .icon-home {
    background-image: url(../img/common/ico_home_02.svg);
  }
  .header-site .header-menu {
    display: none;
  }

  .header-purchase {
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto !important;
    background: url("../img/common/sp/purchase_bg.png") bottom -0.03rem center/100% auto no-repeat;
    z-index: 99999;
    transition: ease 0.7s;
  }
  .header-purchase a {
    padding-top: 0.37rem;
    min-height: 1rem;
    display: block;
  }
  .header-purchase .purchase-label {
    font-size: 0.16rem;
    margin-bottom: 0.04rem;
  }
  .header-purchase .purchase-text {
    display: inline-block;
    font-size: 0.2rem;
    margin: 0;
  }
}
@media only screen and (max-width: 374px) {
  .header-site .user-item a,
  .header-site .user-item .is-cart {
    font-size: 0.12rem;
    padding-top: 0.06rem;
  }
}
.footer-site * {
  letter-spacing: 0.1em;
}
.footer-site ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-site a {
  text-decoration: none;
  color: #000;
}

.footer-inner {
  background: no-repeat center bottom/100% auto;
}

.footer-logo {
  display: block;
}

.footer-info {
  line-height: calc(26 / 14);
}
.footer-info .info-phone {
  margin-bottom: 0;
}

.footer-content {
  border-bottom: 1px solid #cbcbcb;
}

.footer-copyright {
  background: #1d1d1d;
  color: #fff;
  text-align: center;
}

.footer-navigation .navigation-link,
.footer-navigation .sub-link {
  position: relative;
  display: inline-block;
}
.footer-navigation .navigation-link:before,
.footer-navigation .sub-link:before {
  position: absolute;
  left: 0;
}
.footer-navigation .navigation-link {
  font-family: FP-HiraMinProN-W6, sans-serif;
}
.footer-navigation .navigation-link:before {
  content: "";
  border-top: 2px solid #dac468;
  border-right: 2px solid #dac468;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.footer-navigation .sub-link:before {
  content: "-";
}

@media print, (min-width: 768px) {
  .footer-inner {
    padding: 80px 0 352px;
    background-image: url(../img/common/footer_bg.png), linear-gradient(to bottom, #f0fbff 1%, #fdffff 26%, #fff);
  }

  .footer-content {
    padding-bottom: 51px;
    margin-bottom: 53px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer-content,
  .footer-content .content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .footer-logo {
    width: 222px;
    margin-right: 73px;
  }

  .footer-info {
    margin-top: -4px;
  }
  .footer-info .phone-number {
    pointer-events: none;
  }

  .footer-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-navigation .navigation-column {
    padding-right: 10px;
  }
  .footer-navigation .navigation-column:nth-child(4n + 1), .footer-navigation .navigation-column:nth-child(4n + 3) {
    width: 26%;
  }
  .footer-navigation .navigation-column:nth-child(4n + 2) {
    width: 25.6%;
  }
  .footer-navigation .navigation-column:nth-child(4n + 4) {
    width: 22%;
  }
  .footer-navigation .navigation-list > li:not(:last-child),
  .footer-navigation .navigation-column > .navigation-link {
    margin-bottom: 19px;
  }
  .footer-navigation .navigation-link,
  .footer-navigation .sub-link {
    line-height: calc(29 / 16);
    font-size: 0.16rem;
  }
  .footer-navigation .navigation-link {
    padding-left: 17px;
  }
  .footer-navigation .navigation-link:before {
    width: 8px;
    height: 8px;
    top: 9px;
  }
  .is-safari .footer-navigation .navigation-link:before {
    top: 10px;
  }
  .is-ipad .footer-navigation .navigation-link:before {
    top: 11px;
  }
  .footer-navigation .sub-link {
    padding-left: 20px;
  }

  .footer-copyright {
    padding: 47px 0 42px;
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding-bottom: 0.86rem;
  }

  .footer-inner {
    padding: 0.6rem 0 2.64rem;
    background-image: url(../img/common/sp/footer_bg.png), linear-gradient(to bottom, #f0fbff 1%, #fdffff 26%, #fff);
  }
  .footer-inner .wrapper {
    padding: 0 0.5rem;
  }

  .footer-info {
    margin-bottom: 0.35rem;
    text-align: center;
  }

  .footer-content {
    padding-bottom: 0.48rem;
    margin-bottom: 0.6rem;
  }

  .footer-logo {
    width: 2.22rem;
    margin: 0 auto 0.55rem;
  }

  .footer-navigation .navigation-list > li:not(:last-child),
  .footer-navigation .navigation-column > .navigation-link {
    margin-bottom: 0.27rem;
  }
  .footer-navigation .navigation-link,
  .footer-navigation .sub-link {
    padding-left: 0.14rem;
  }
  .footer-navigation .navigation-link:before {
    width: 0.08rem;
    height: 0.08rem;
    top: 0.05rem;
    left: -0.03rem;
  }

  .footer-copyright {
    padding: 0.47rem 0 0.45rem;
    font-size: 0.11rem;
  }
}
@media only screen and (max-width: 374px) {
  .footer-navigation .navigation-link:before {
    top: 0.03rem;
  }
}
@media print, (min-width: 768px) {
  .section-common {
    padding-bottom: 95px;
  }

  .common-aside .aside-info {
    min-height: 584px;
    padding-bottom: 81px;
    background: url(../img/common/aside_bg.png) left bottom -157px/100% auto no-repeat, linear-gradient(to bottom, #e6d27e, #d9c367);
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .section-common {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common {
    padding-bottom: 0.74rem;
  }
}
.section-list .list-heading {
  position: relative;
}
.section-list .heading-title,
.section-list .list-text {
  letter-spacing: 0.1em;
}
.section-list .heading-title:after,
.section-list .list-text:after {
  content: "";
  position: absolute;
  background: no-repeat center/100% auto;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.section-list .list-text {
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
}
.section-list .info-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-list .info-text {
  font-size: 0.18rem;
  letter-spacing: 0.1em;
}
.section-list .heading-title,
.section-list .info-number {
  font-family: FP-HiraMinProN-W6, sans-serif;
}
.section-list .heading-title,
.section-list .title-primary,
.section-list .list-text,
.section-list .info-text,
.section-list .select-common {
  opacity: 0;
  transition: opacity 0.25s;
}

.font-loaded .heading-title,
.font-loaded .title-primary,
.font-loaded .list-text,
.font-loaded .info-text,
.font-loaded .select-common {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-list .list-heading {
    margin-bottom: 33px;
  }
  .section-list .list-heading:before {
    content: "";
    background: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .section-list .heading-title {
    padding-bottom: 12px;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    z-index: 5;
    font-size: 0.32rem;
  }
  .section-list .heading-title:after {
    width: 134px;
    height: 5px;
    background-image: url(../img/common/decor_title_02.svg);
  }
  .section-list .list-text {
    padding-bottom: 52px;
    margin-bottom: 60px;
    line-height: calc(30 / 16);
    font-size: 0.16rem;
  }
  .section-list .list-info {
    margin-bottom: 39px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .section-list .info-text {
    margin: 0;
    -ms-flex: 1;
        flex: 1;
    padding-right: 20px;
  }
  .section-list .info-button {
    max-width: 330px;
  }
  .section-list .select-common:not(:last-child) {
    margin-right: 10px;
  }
  .section-list .product-common {
    margin-bottom: 34px;
  }
  .section-list .product-common .product-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-list .list-heading {
    height: 3.5rem;
    margin-bottom: 0.55rem;
  }
  .section-list .list-heading img {
    height: 100%;
    width: auto;
    max-width: none;
    top: 0;
    left: 52%;
    position: absolute;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .section-list .title-primary {
    margin-bottom: 0.33rem;
  }
  .section-list .list-text {
    padding-bottom: 0.52rem;
    margin-bottom: 0.58rem;
    line-height: calc(30 / 14);
  }
  .section-list .list-info {
    margin-bottom: 0.41rem;
  }
  .section-list .info-text {
    margin-bottom: 0.25rem;
  }
  .section-list .info-button {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .section-list .select-common:not(:last-child) {
    margin-right: 0.1rem;
  }
  .section-list .product-common {
    margin-bottom: 0.18rem;
  }
}
.section-detail a {
  color: #000;
  text-decoration: none;
}
.section-detail .detail-intro,
.section-detail .detail-product {
  background: #f5f2e5;
}
.section-detail .slider-main:not(.slick-initialized) .slider-item:not(:first-child) {
  display: none;
}
.section-detail .slider-thumbnail {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-detail .thumbnail-item {
  cursor: pointer;
  position: relative;
}
.section-detail .thumbnail-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: background 0.3s;
}
.section-detail .thumbnail-item.is-active:before, .section-detail .thumbnail-item:hover:before {
  background: transparent;
}
.section-detail .intro-name,
.section-detail .intro-category > span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-detail .intro-name {
  -webkit-line-clamp: 1;
}
.section-detail .intro-name,
.section-detail .intro-price,
.section-detail .intro-category,
.section-detail .button-item,
.section-detail .intro-link,
.section-detail .product-note,
.section-detail .product-tabe th,
.section-detail .product-tabe td {
  letter-spacing: 0.1em;
}
.section-detail .intro-name,
.section-detail .intro-price {
  font-family: FP-HiraMinProN-W6, sans-serif;
}
.section-detail .intro-category {
  border-top: 1px dotted #cbcbcb;
  border-bottom: 1px dotted #cbcbcb;
}
.section-detail .intro-category > span {
  -webkit-line-clamp: 2;
}
.section-detail .intro-link {
  text-decoration: underline;
  -webkit-text-decoration-color: #cbcbcb;
          text-decoration-color: #cbcbcb;
}
.section-detail .intro-link:hover {
  text-decoration: none;
}
.section-detail .price-small {
  color: #acacac;
  font-family: FP-HiraMinProN-W3, sans-serif;
  display: inline-block;
}
.section-detail .intro-quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.16rem;
}
.section-detail .quantity-text {
  margin: 0;
}
.section-detail .quantity-input input {
  border: 1px solid #cbcbcb;
  background: #fafafa;
  border-radius: 1px;
  text-align: right;
}
.section-detail .intro-button {
  padding: 0;
  list-style: none;
}
.section-detail .button-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.section-detail .button-item > span {
  position: relative;
}
.section-detail .button-item > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: no-repeat center/100% auto;
}
.section-detail .button-black {
  background: #000;
  color: #fff;
}
.section-detail .button-black > span:before {
  background-image: url(../img/products/ico_cart.svg);
}
.section-detail .button-yellow {
  background: #e6d27e;
}
.section-detail .button-yellow > span:before {
  background-image: url(../img/products/ico_heart.svg);
}
.section-detail .product-table {
  border-top: 1px solid #cbcbcb;
}
.section-detail .product-table th,
.section-detail .product-table td {
  border: none;
  font-family: FP-HiraMinProN-W3, sans-serif;
  letter-spacing: 0.1em;
}
.section-detail .product-table tr {
  border-bottom: 1px solid #cbcbcb;
}
.section-detail .product-table th {
  background: #efecde;
}
.section-detail .product-note {
  margin-bottom: 0;
}
.section-detail .intro-name,
.section-detail .intro-category,
.section-detail .intro-price,
.section-detail .intro-quantity,
.section-detail .button-item > span,
.section-detail .intro-link {
  opacity: 0;
  transition: opacity 0.25s;
}

.font-loaded .intro-name,
.font-loaded .intro-category,
.font-loaded .intro-price,
.font-loaded .intro-quantity,
.font-loaded .button-item > span,
.font-loaded .intro-link {
  opacity: 1;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

@media print, (min-width: 768px) {
  .section-detail .detail-intro,
  .section-detail .slider-thumbnail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-detail .detail-intro {
    margin-bottom: 40px;
    padding: 36px 40px 43px 30px;
  }
  .section-detail .intro-text {
    -ms-flex: 1;
        flex: 1;
    padding-left: 37px;
  }
  .section-detail .intro-slider {
    width: 430px;
    padding-top: 4px;
  }
  .section-detail .thumbnail-item {
    width: 97px;
  }
  .section-detail .thumbnail-item:not(:nth-child(4n)) {
    margin-right: 14px;
  }
  .section-detail .slider-main,
  .section-detail .intro-name,
  .section-detail .intro-quantity,
  .section-detail .intro-button > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .section-detail .intro-category {
    margin-bottom: 16px;
    padding: 14px 1px;
    line-height: calc(21 / 16);
  }
  .section-detail .intro-name {
    font-size: 0.22rem;
  }
  .section-detail .intro-price {
    margin-bottom: 27px;
    font-size: 0.22rem;
  }
  .section-detail .price-small {
    font-size: 0.18rem;
  }
  .section-detail .intro-category,
  .section-detail .button-item {
    font-size: 0.16rem;
  }
  .section-detail .quantity-text {
    width: 54px;
    padding: 0 10px 0 1px;
  }
  .section-detail .quantity-input input {
    width: 80px;
    height: 35px;
    padding: 7px 15px;
  }
  .is-firefox .section-detail .quantity-input input {
    padding-top: 8px;
  }
  .section-detail .intro-button {
    margin-bottom: 30px;
    padding: 0 1px;
  }
  .section-detail .button-item {
    padding: 10px;
    min-height: 50px;
  }
  .section-detail .button-item > span {
    padding-left: 30px;
  }
  .section-detail .button-item > span:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .section-detail .intro-link {
    text-underline-offset: 9px;
  }
  .section-detail .detail-product {
    padding: 35px 39px 82px 30px;
    font-size: 0.16rem;
    line-height: calc(30 / 16);
  }
  .section-detail .detail-product .title-primary {
    margin-bottom: 45px;
  }
  .section-detail .product-banner {
    width: 771px;
    margin-bottom: 40px;
  }
  .section-detail .product-table {
    margin-bottom: 24px;
  }
  .section-detail .product-table th {
    width: 122px;
    padding: 12px 22px;
  }
  .section-detail .product-table td {
    padding: 12px 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-detail .detail-intro,
  .section-detail .detail-product {
    margin: 0 -0.1rem;
    padding: 0.3rem 0.1rem 0.64rem;
  }
  .section-detail .detail-intro {
    margin-bottom: 0.4rem;
  }
  .section-detail .intro-slider {
    margin-bottom: 0.11rem;
    min-height: 4.44rem;
  }
  .section-detail .slick-dots {
    margin-top: 0.04rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .section-detail .intro-text {
    padding: 0 0.1rem;
  }
  .section-detail .intro-name {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
  }
  .section-detail .intro-category {
    margin-bottom: 0.16rem;
    padding: 0.19rem 0;
    line-height: calc(19 / 14);
  }
  .section-detail .intro-price {
    margin-bottom: 0.29rem;
    font-size: 0.2rem;
  }
  .section-detail .price-small,
  .section-detail .button-item {
    font-size: 0.16rem;
  }
  .section-detail .intro-quantity {
    margin: 0 0 0.15rem -0.02rem;
  }
  .section-detail .quantity-text {
    width: 0.54rem;
    padding: 0 0.1rem 0 0.01rem;
  }
  .section-detail .quantity-input input {
    width: 0.8rem;
    height: 0.35rem;
    padding: 0.06rem 0.15rem 0.07rem;
  }
  .section-detail .intro-button {
    margin: 0 -0.1rem 0.3rem;
  }
  .section-detail .intro-button > li:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .section-detail .button-item {
    min-height: 0.5rem;
    padding: 0.1rem;
  }
  .section-detail .button-item > span {
    padding-left: 0.3rem;
  }
  .section-detail .button-item > span:before {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.1rem;
  }
  .section-detail .intro-link {
    text-underline-offset: 0.09rem;
  }
  .section-detail .detail-product {
    padding-bottom: 0.53rem;
    line-height: calc(30 / 14);
  }
  .section-detail .detail-product .title-primary {
    margin-bottom: 0.29rem;
  }
  .section-detail .product-banner {
    height: 1.61rem;
    margin-bottom: 0.3rem;
  }
  .section-detail .product-table {
    margin-bottom: 0.2rem;
  }
  .section-detail .product-table th {
    width: 1.1rem;
    padding: 0.13rem 0.15rem;
  }
  .section-detail .product-table td {
    padding: 0.13rem 0.24rem;
    line-height: calc(26 / 14);
  }
}

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