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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
  }
}
.button-primary {
  color: #fff;
  position: relative;
  background: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-family: FP-HiraMinProN-W6, sans-serif;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
}
.button-primary:after {
  content: "";
  border-top: 2px solid #dcc66c;
  border-right: 2px solid #dcc66c;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

.link-common {
  color: #000;
  text-decoration: none;
  font-family: FP-HiraMinProN-W6, sans-serif;
  letter-spacing: 0.1em;
  display: block;
}
.link-common > span {
  position: relative;
  display: inline-block;
}
.link-common > span:after {
  content: "";
  border-top: 2px solid #dcc66c;
  border-right: 2px solid #dcc66c;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

@media print, (min-width: 768px) {
  .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .button-primary {
    width: 175px;
    min-height: 40px;
    margin: 0 5px 10px;
    padding: 6px 20px;
    border-radius: 5px;
  }
  .is-ipad .button-primary {
    padding-top: 4px;
  }
  .is-mac.is-safari .button-primary {
    padding-top: 7px;
  }
  .button-primary:after {
    width: 7px;
    height: 7px;
    margin-top: -4px;
    right: 8px;
  }
  .is-mac.is-safari .button-primary:after {
    margin-top: -3px;
  }

  .link-common {
    max-width: 115px;
    position: absolute;
    right: 0;
  }
  .link-common > span {
    padding-right: 16px;
  }
  .link-common > span:after {
    width: 7px;
    height: 7px;
    margin-top: -4px;
    right: 2px;
  }
  .is-safari .link-common > span:after {
    margin-top: -2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary,
  .link-common > span {
    min-height: 0.4rem;
    font-size: 0.16rem;
  }

  .button-primary {
    padding: 0.08rem 0.15rem;
  }
  .button-primary:after {
    width: 0.07rem;
    height: 0.07rem;
    margin-top: -0.035rem;
    right: 0.07rem;
  }
  .button-primary:not(:last-child) {
    margin-bottom: 0.1rem;
  }

  .link-common {
    background: #f5f2e5;
    text-align: center;
    position: relative;
    font-size: 0.16rem;
  }
  .link-common > span {
    display: block;
    padding: 0.1rem 0.2rem;
  }
  .link-common > span:after {
    width: 0.08rem;
    height: 0.08rem;
    right: 0.08rem;
    margin-top: -0.04rem;
  }
}
@media only screen and (max-width: 374px) {
  .button-primary {
    padding-top: 0.09rem;
  }
  .button-primary:after {
    margin-top: -0.04rem;
  }

  .link-common > span {
    padding-top: 0.11rem;
  }
  .link-common > span:after {
    margin-top: -0.05rem;
  }
}
@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;
  }
}
.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;
  }
}
.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: 114px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common {
    padding-bottom: 0.57rem;
  }
}
.section-top-keyvisual .keyvisual-slider:not(.slick-initialized) .keyvisual-item:not(:first-child) {
  display: none;
}
.section-top-keyvisual .keyvisual-item img {
  width: auto;
  height: 100%;
  display: block;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    min-height: 538px;
  }
  .section-top-keyvisual .keyvisual-item {
    width: 840px;
    height: 500px;
    margin: 0 17.5px 0 15px;
  }
  .section-top-keyvisual .keyvisual-item img {
    margin: 0 auto;
  }
  .section-top-keyvisual .slick-list {
    overflow: visible;
  }
  .section-top-keyvisual .slick-dots {
    margin: 6px 1px 0 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .keyvisual-slider {
    margin: 0 -0.1rem;
  }
  .section-top-keyvisual .keyvisual-item {
    min-width: 4.28rem;
    height: 5rem;
    position: relative;
    overflow: hidden;
  }
  .section-top-keyvisual .keyvisual-item img {
    position: absolute;
    top: 0;
    left: 47%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 8.35rem;
    max-width: none;
  }
  .section-top-keyvisual .slick-dots {
    margin: 0.04rem 0 0 0.1rem;
  }
  .section-top-keyvisual .keyvisual-message {
    padding: 0.27rem 0;
    position: relative;
    font-family: FP-HiraMinProN-W6, sans-serif;
  }
  .section-top-keyvisual .keyvisual-message:after {
    width: 5.03rem;
    height: 2.48rem;
    top: -0.2rem;
    left: -0.36rem;
    content: "";
    position: absolute;
    background: url(../img/top/message_decor.png) no-repeat center/100% auto;
  }
  .section-top-keyvisual .keyvisual-message .message-text {
    font-size: 0.24rem;
    letter-spacing: 0.1em;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    z-index: 5;
  }
  .section-top-keyvisual .keyvisual-message span {
    padding: 0.02rem 0.21rem;
    display: inline-block;
    background: #080606;
    opacity: 0;
    transition: opacity 0.25s;
  }
  .section-top-keyvisual .keyvisual-message span:not(:last-child) {
    margin-bottom: 0.15rem;
  }

  .font-loaded .keyvisual-message span {
    opacity: 1;
  }
}
.section-top-popular .popular-title,
.section-top-popular .popular-description {
  position: relative;
  z-index: 1;
}
.section-top-popular .popular-title {
  font-family: FP-HiraMinProN-W6, sans-serif;
  letter-spacing: 0.1em;
}
.section-top-popular .popular-description {
  letter-spacing: 0.05em;
}
.section-top-popular .popular-service {
  background: #fcf3cf;
  position: relative;
}
.section-top-popular .popular-service:after {
  position: absolute;
  content: "";
  background: no-repeat center/100% auto;
}
.section-top-popular .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, (min-width: 768px) {
  .section-top-popular {
    padding: 39px 0;
    position: relative;
  }
  .section-top-popular .title-primary {
    padding-right: 120px;
  }
  .section-top-popular .link-common {
    top: 45px;
  }
  .section-top-popular .title-primary,
  .section-top-popular .link-common span {
    opacity: 0;
    transition: opacity 0.25s;
  }
  .section-top-popular .popular-title {
    margin-bottom: 40px;
    font-size: 0.22rem;
    line-height: calc(42 / 22);
  }
  .section-top-popular .popular-description {
    max-width: 660px;
    margin-bottom: 49px;
    font-size: 0.16rem;
    line-height: calc(29 / 16);
  }
  .section-top-popular .popular-service {
    padding: 55px 36px 57px;
  }
  .section-top-popular .popular-service:after {
    width: 267px;
    height: 194px;
    top: 23px;
    right: 15px;
    background-image: url(../img/top/popular_decor.svg);
  }
  .section-top-popular .service-row {
    padding-right: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-top-popular .service-list {
    max-width: 535px;
  }
  .section-top-popular .service-item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .section-top-popular .button-wrapper {
    padding-top: 11px;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .font-loaded .link-common span,
  .font-loaded .title-primary {
    opacity: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-popular {
    padding: 0.24rem 0;
  }
  .section-top-popular .link-common {
    margin-bottom: 0.4rem;
  }
  .section-top-popular .popular-title {
    padding: 0 0.47rem 0 0.09rem;
    margin-bottom: 0.44rem;
    font-size: 0.18rem;
    line-height: calc(32 / 18);
  }
  .section-top-popular .popular-description {
    padding: 0 0.09rem;
    margin-bottom: 0.48rem;
    line-height: calc(26 / 14);
  }
  .section-top-popular .popular-service {
    margin: 0 -0.1rem;
    padding: 0.45rem 0.1rem 0.58rem;
  }
  .section-top-popular .popular-service:after {
    width: 1.84rem;
    height: 1.52rem;
    top: 0.23rem;
    right: -0.05rem;
    background-image: url(../img/top/sp/popular_decor.svg);
  }
  .section-top-popular .service-list {
    margin: 0 -0.075rem 0.4rem;
  }
  .section-top-popular .service-item {
    width: calc(100% / 3);
    padding: 0 0.075rem;
  }
}
.section-top-feature .feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-top-feature .feature-link {
  display: block;
}

@media print, (min-width: 768px) {
  .section-top-feature {
    padding: 37px 0;
  }
  .section-top-feature .title-primary {
    margin-bottom: 34px;
  }
  .section-top-feature .feature-link {
    height: 250px;
  }
  .section-top-feature .feature-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-top-feature .feature-item {
    margin-bottom: 9px;
  }
  .section-top-feature .feature-item:not(:nth-child(2n)) {
    margin-right: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-feature {
    padding: 0.32rem 0;
  }
  .section-top-feature .title-primary {
    margin-bottom: 0.4rem;
  }
  .section-top-feature .feature-item:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .section-top-feature .feature-link {
    height: 1.6rem;
  }
}
@media print, (min-width: 768px) {
  .section-top-product {
    padding: 30px 0;
  }
  .section-top-product .title-primary {
    margin-bottom: 33px;
  }
  .section-top-product .product-common {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-product {
    padding: 0.32rem 0;
  }
  .section-top-product .title-primary {
    margin-bottom: 0.4rem;
  }
  .section-top-product .product-common {
    margin-bottom: 0.12rem;
  }
}
.section-top-news .news-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-top-news .news-item {
  border-bottom: 1px dotted #cbcbcb;
}
.section-top-news .news-link {
  color: #000;
  text-decoration: none;
  display: block;
}
.section-top-news .news-text,
.section-top-news .news-time {
  letter-spacing: 0.1em;
}
.section-top-news .news-time {
  color: #acacac;
}
.section-top-news .news-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding: 35px 0;
    position: relative;
  }
  .section-top-news .title-primary {
    padding-right: 120px;
    margin-bottom: 33px;
  }
  .section-top-news .link-common {
    top: 40px;
  }
  .is-safari .section-top-news .link-common > span:after {
    margin-top: -4px;
  }
  .section-top-news .news-item {
    padding: 9px 0;
  }
  .section-top-news .news-link {
    padding: 10px 0;
  }
  .section-top-news .news-text {
    margin-bottom: 10px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding: 0.23rem 0;
  }
  .section-top-news .title-primary {
    margin-bottom: 0.1rem;
  }
  .section-top-news .news-item {
    padding: 0.15rem 0 0.08rem;
  }
  .section-top-news .news-list {
    margin-bottom: 0.3rem;
  }
  .section-top-news .news-link {
    padding: 0.15rem 0;
  }
  .section-top-news .news-text {
    margin-bottom: 0.11rem;
  }
  .section-top-news .news-time {
    font-size: 0.12rem;
  }
}

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