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: bold;
}

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;
}

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

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

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

table th {
  font-weight: bold;
}

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

q,
blockquote {
  quotes: none;
}

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

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

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

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

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

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

a img {
  border: none;
}

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

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

button {
  color: inherit;
}

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

button:focus {
  outline: 0;
}

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

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

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

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    overflow-y: scroll;
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25.641025641vw;
  }
}

body {
  background: #f7f5ea;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.75;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.15rem;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .has-menu {
    position: fixed;
    width: 100%;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

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

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

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

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

@media print, (min-width: 768px) {
  .container {
    min-width: 1200px;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
    padding-top: 0.6rem;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  width: 100%;
  background: #f7f5ea;
}
.header-common .header-inner {
  position: relative;
}
.header-common .header-logo {
  position: absolute;
  top: 50%;
  left: 0;
}
.header-common .header-logo a {
  display: block;
}
.header-common .header-window {
  position: absolute;
  top: 50%;
  width: 1.12rem;
  margin-top: -0.11rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media print, (min-width: 768px) {
  .header-common {
    min-width: 1200px;
  }
  .header-common .header-inner {
    width: calc(100% - 60px);
    max-width: 1240px;
    min-height: 70px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .header-common .header-logo {
    width: 102px;
    margin: -15px 0 0 -1px;
  }
  .header-common .header-window {
    right: -2px;
  }
}
@media print {
  .header-common {
    position: absolute;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    left: 0 !important;
  }
  .header-common .header-logo {
    width: 0.82rem;
    margin: -0.12rem 0 0 0.19rem;
  }
  .header-common .header-window {
    right: 0.78rem;
  }
  .has-menu .header-common .header-window {
    opacity: 0;
    pointer-events: none;
  }
  .header-common .header-group {
    position: relative;
    z-index: 10;
    min-height: 0.6rem;
    padding: 10px 0;
    background: #f7f5ea;
  }
  .header-common .button-common-primary {
    width: 3.3rem;
    margin: 0.3rem auto 0;
    font-size: 0.18rem;
  }
  .header-common.is-header-fixed .header-window {
    opacity: 0;
    pointer-events: none;
  }
}
.navigation-list,
.navigation-menu {
  margin-bottom: 0;
  list-style: none;
}

.navigation-list {
  font-weight: 700;
  line-height: 1.5;
}
.navigation-list .navigation-link {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .navigation {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .navigation .navigation-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation .button-common-primary {
    max-width: 150px;
    min-height: 36px;
    margin: 0 -182px 0 30px;
    padding: 0 10px 1px;
  }
  .navigation .button-common-primary::after {
    display: none;
  }
  .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    font-size: 0.14rem;
  }
  .is-loaded .navigation-list {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
  }
  .navigation-list > li {
    margin: 0 12px;
  }
  .navigation-list .navigation-link {
    padding: 6px 0;
  }
  .navigation-list .navigation-link::after {
    content: "";
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-top: 1px solid #818181;
    opacity: 0;
    pointer-events: none;
  }
  .navigation-list .navigation-link:hover::after {
    visibility: visible;
    opacity: 1;
  }
  .navigation-list .navigation-mega {
    visibility: hidden;
    position: absolute;
    z-index: 11;
    top: calc(100% - 5px);
    left: 50%;
    width: 460px;
    margin-left: -230px;
    padding-top: 23px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .navigation-list .has-sub {
    position: relative;
  }
  .navigation-list .has-sub .navigation-link {
    padding-right: 15px;
  }
  .navigation-list .has-sub .navigation-link::before {
    content: "";
    position: absolute;
    top: 11px;
    right: -1px;
    width: 12px;
    height: 12px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: url("../img/common/arrow_icn_02.svg") no-repeat center center/100% auto;
  }
  .is-mac .navigation-list .has-sub .navigation-link::before {
    top: 10px;
  }
  .navigation-list .has-sub .navigation-link::after {
    right: 15px;
  }
  .navigation-list .has-sub:hover .navigation-link::after {
    visibility: visible;
    opacity: 1;
  }
  .navigation-list .has-sub:hover .navigation-link::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navigation-list .has-sub:hover .navigation-mega {
    visibility: visible;
    z-index: 11;
    opacity: 1;
    pointer-events: auto;
  }
  .navigation-list .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 12px 0;
    border-radius: 0 0 10px 10px;
    background: #e8e5dc;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 0.13rem;
    font-weight: 700;
    line-height: 1.2;
    list-style: none;
  }
  .navigation-list .navigation-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    width: 14px;
    height: 13px;
    margin-left: -7px;
    background: url("../img/common/arrow_icn_02.png") no-repeat center center/100% auto;
  }
  .navigation-list .navigation-menu > li {
    margin: 4px 0;
    padding: 0 23px;
    border-right: 1px solid #818181;
  }
  .navigation-list .navigation-menu > li:last-child {
    border-right: none;
  }
  .navigation-list .navigation-menu a {
    position: relative;
    text-decoration: none;
  }
  .navigation-list .navigation-menu a::after {
    content: "";
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-top: 1px solid #818181;
    opacity: 0;
    pointer-events: none;
  }
  .navigation-list .navigation-menu a:hover::after {
    visibility: visible;
    opacity: 1;
  }
}
@media print, (min-width: 768px) and (max-width: 1300px) {
  .navigation .button-common-primary {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.6rem;
    background: #f7f5ea;
  }
  .navigation .navigation-inner {
    height: 100%;
    overflow-y: auto;
  }
  .navigation .navigation-inner::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  .navigation .navigation-group {
    padding: 0.3rem 0.2rem 0.4rem;
    background: #e8e5dc;
  }
  .navigation .navigation-menu {
    margin-top: -0.08rem;
    padding-bottom: 0.13rem;
    padding-left: 0.4rem;
    font-size: 0.16rem;
  }
  .navigation .navigation-menu a {
    display: block;
    position: relative;
    padding: 0.09rem 0 0.09rem 0.16rem;
    text-decoration: none;
  }
  .navigation .navigation-menu a::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 100%;
    background: #000;
  }
  .navigation-list {
    padding: 0;
    font-size: 0.18rem;
  }
  .navigation-list > li {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.06rem, #bab6a1), color-stop(0.06rem, transparent));
    background-image: linear-gradient(to right, #bab6a1 0.06rem, transparent 0.06rem);
    background-repeat: repeat-x;
    background-position: 0 bottom;
    background-size: 0.12rem 1px;
  }
  .navigation-list .navigation-link {
    padding: 0.19rem 0.4rem 0.19rem 0.1rem;
  }
  .navigation-list .navigation-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.05rem;
    width: 0.1rem;
    height: 0.1rem;
    margin-top: -0.05rem;
    background: url("../img/common/arrow_icn_01.svg") no-repeat center center/100% auto;
  }
}
.button-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .button-menu:hover {
    cursor: pointer;
  }
}
.button-menu > span, .button-menu::before, .button-menu::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.26rem;
  margin-left: -0.11rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 0.02rem solid #000;
  border-radius: 0.05rem;
}
.button-menu > span {
  margin-top: -0.01rem;
}
.button-menu::before, .button-menu::after {
  content: "";
}
.button-menu::before {
  margin-top: -0.09rem;
}
.button-menu::after {
  margin-top: 0.08rem;
}
.button-menu.is-active {
  border-top-left-radius: 0.2rem;
  background: #e8e5dc;
}
.button-menu.is-active > span {
  visibility: visible;
  opacity: 0;
}
.button-menu.is-active::before, .button-menu.is-active::after {
  width: 0.28rem;
  margin-top: -0.02rem;
  margin-left: -0.13rem;
  border-top-width: 0.03rem;
}
.button-menu.is-active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-menu.is-active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-common {
  position: relative;
  background: #fff;
}
.footer-common::before {
  content: "";
  position: absolute;
  background: url("../img/common/footer_decor.svg") no-repeat center center/100% auto;
  mix-blend-mode: multiply;
}
.footer-common .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-common .footer-windows {
  width: 1.12rem;
  margin-right: 0.42rem;
}
.footer-common .footer-text {
  margin-bottom: 0;
  font-size: 0.15rem;
  font-weight: 700;
  line-height: 1.5;
}
.footer-common .footer-copyright {
  display: block;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.footer-common .button-common-primary {
  font-size: 0.18rem;
}

@media print, (min-width: 768px) {
  .footer-common {
    padding: 155px 0 18px;
  }
  .footer-common::before {
    top: -42px;
    left: 58px;
    width: 272px;
    height: 156px;
  }
  .footer-common .footer-row {
    margin-bottom: 47px;
    padding-left: 18px;
  }
  .footer-common .footer-copyright {
    font-size: 0.13rem;
  }
  .footer-common .navigation-list {
    margin-bottom: 24px;
  }
  .footer-common .navigation-list > li {
    margin-right: 15px;
    margin-left: 15px;
  }
  .footer-common .footer-button {
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 1.35rem 0 0.28rem;
  }
  .footer-common::before {
    top: -0.44rem;
    left: -0.12rem;
    width: 1.38rem;
    height: 0.8rem;
  }
  .footer-common .footer-row {
    margin-bottom: 0.47rem;
  }
  .footer-common .footer-windows {
    width: 1.12rem;
    margin-right: 0.42rem;
  }
  .footer-common .footer-copyright {
    font-size: 0.11rem;
  }
  .footer-common .footer-button {
    margin-bottom: 0.59rem;
  }
  .footer-common .button-common-primary {
    width: 2.9rem;
    min-height: 0.6rem;
    margin-bottom: 0.15rem;
  }
}
.button-top {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.button-top.is-active {
  opacity: 1;
  pointer-events: auto;
}
.button-top::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #f7f5ea url("../img/common/btn_top.svg") no-repeat center center/30px auto;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.button-top.is-stuck {
  position: absolute;
  top: -35px;
}

.social-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
.social-common .social-item {
  display: block;
  cursor: pointer;
}

.section-common-social {
  position: relative;
  z-index: 4;
}
.section-common-social .social-common {
  position: absolute;
  left: 0;
  width: 100%;
}

@media print, (min-width: 768px) {
  .social-common > li {
    width: 50px;
    margin: 0 8px 16px;
  }
  .section-common-social .social-common {
    bottom: -160px;
  }
}
@media only screen and (max-width: 767.98px) {
  .social-common > li {
    width: 0.5rem;
    margin: 0 0.07rem 0.16rem;
  }
  .section-common-social .social-common {
    bottom: -1.34rem;
  }
}
.button-common-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0.1rem 0.4rem 0.11rem;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #000;
  border-radius: 1rem;
  background: #fff;
  color: #262626;
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
}
.button-common-primary::before, .button-common-primary::after {
  content: "";
  position: absolute;
}
.button-common-primary::after {
  z-index: 1;
  top: 50%;
  right: 0.23rem;
  width: 0.1rem;
  height: 0.1rem;
  margin-top: -0.05rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #000;
  -webkit-mask-image: url("../img/common/arrow_icn_01.svg");
  mask-image: url("../img/common/arrow_icn_01.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.button-common-primary > span {
  position: relative;
  z-index: 2;
}
.button-common-primary.is-button-cart {
  padding-right: 0.47rem;
}
.button-common-primary.is-button-cart::after {
  display: none;
}
.button-common-primary.is-button-cart::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.17rem;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-radius: 100%;
  background: #000;
}
.button-common-primary.is-button-cart .icon-cart {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0.14rem;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.15rem;
  border-radius: 100%;
}
.button-common-primary.is-button-cart .icon-cart::before, .button-common-primary.is-button-cart .icon-cart::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 100%;
}
.button-common-primary.is-button-cart .icon-cart::before {
  background: #000 url("../img/common/cart_icn.svg") no-repeat center center/100% auto;
}
.button-common-primary.is-button-cart .icon-cart::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: #fff url("../img/common/cart_icn_01.svg") no-repeat center center/100% auto;
}
@media (hover: hover) {
  .button-common-primary:hover {
    background: #000;
    color: #fff;
  }
  .button-common-primary:hover::after {
    background: #fff;
  }
  .button-common-primary.is-button-cart:hover {
    background: #fff;
  }
  .button-common-primary.is-button-cart:hover::before {
    -webkit-transform: scale(50);
    -ms-transform: scale(50);
    transform: scale(50);
  }
  .button-common-primary.is-button-cart:hover .icon-cart::before {
    opacity: 0;
  }
  .button-common-primary.is-button-cart:hover .icon-cart::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media print, (min-width: 768px) {
  .button-common-primary {
    max-width: 360px;
    min-height: 0.6rem;
  }
  .button-common-primary.is-button-cart {
    padding-left: 0.35rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary {
    max-width: 3.6rem;
    min-height: 0.5rem;
  }
  .button-common-primary.is-button-cart {
    padding-left: 0.48rem;
  }
}
.button-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 6;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 0.5rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #000;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 0.15rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) {
  .button-load-more:hover {
    background: #000;
    color: #fff;
  }
  .button-load-more:hover::after {
    background: #fff;
  }
}
.button-load-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.23rem;
  width: 0.16rem;
  height: 0.16rem;
  margin-top: -0.08rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #000;
  -webkit-mask-image: url("../img/common/plus_icn.svg");
  mask-image: url("../img/common/plus_icn.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.button-load-more > span {
  position: relative;
  z-index: 1;
}
.button-load-more.is-remove {
  display: none;
}

@media print, (min-width: 768px) {
  .button-load-more {
    bottom: 21px;
    width: 320px;
    margin-left: -160px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-load-more {
    bottom: 0.25rem;
    width: 2.8rem;
    margin-left: -1.4rem;
  }
}
.section-common-archive .archive-list {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.section-common-archive .archive-item {
  overflow: hidden;
}
.section-common-archive .archive-item:last-child {
  margin-bottom: 0;
}
.section-common-archive .archive-item.is-hidden {
  display: none;
}
.section-common-archive .archive-link {
  position: relative;
  background-color: #fff;
}
.section-common-archive .archive-text {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-common-archive .archive-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.section-common-archive .archive-button .button-icon {
  position: absolute;
  top: 50%;
  width: 0.14rem;
  height: 0.14rem;
}
.section-common-archive .archive-button .button-icon::before, .section-common-archive .archive-button .button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.14rem;
  border: 1px solid #000;
  border-radius: 1rem;
}
.section-common-archive .archive-button .button-icon::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (hover: hover) {
  .section-common-archive .archive-button:hover {
    background-color: #000;
    color: #fff;
  }
  .section-common-archive .archive-button:hover .button-icon::before, .section-common-archive .archive-button:hover .button-icon::after {
    border-color: #fff;
  }
}
.section-common-archive .archive-button.is-active .button-icon::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media print, (min-width: 768px) {
  .section-common-archive {
    padding: 78px 0 100px;
  }
  .section-common-archive .archive-title {
    width: 146px;
    margin: 0 auto 57px;
  }
  .section-common-archive .archive-item {
    margin-bottom: 10px;
    border-radius: 30px;
  }
  .section-common-archive .archive-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    padding: 10px 80px;
  }
  .section-common-archive .archive-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 9px;
    height: 10px;
    margin-top: -5px;
    background: url("../img/common/arrow_icn_03.svg") no-repeat center/auto 100%;
  }
  .section-common-archive .archive-text {
    width: 100%;
    font-size: 0.16rem;
    line-height: 1.875;
  }
  .section-common-archive .archive-button {
    width: 320px;
    min-height: 50px;
    margin: 40px auto 0;
    padding: 5px 40px;
    border-radius: 30px;
    font-size: 0.15rem;
  }
  .section-common-archive .button-icon {
    right: 19px;
    margin-top: -8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-archive {
    padding: 0.49rem 0 0.6rem;
  }
  .section-common-archive .archive-title {
    width: 1.12rem;
    margin: 0 auto 0.2rem;
  }
  .section-common-archive .archive-item {
    margin-bottom: 0.1rem;
    border-radius: 0.2rem;
  }
  .section-common-archive .archive-link {
    display: block;
    min-height: 0.68rem;
    padding: 0.13rem 0.2rem;
  }
  .section-common-archive .archive-text {
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .section-common-archive .archive-button {
    width: 3.1rem;
    min-height: 0.5rem;
    margin: 0.2rem auto 0;
    padding: 0.05rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 0.15rem;
  }
  .section-common-archive .button-icon {
    right: 0.24rem;
    margin-top: -0.08rem;
  }
}

.section-top-keyvisual {
  position: relative;
  background: #fff;
}
.section-top-keyvisual::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.58rem;
  background: url("../img/top/keyvisual_decor.svg") no-repeat center center/100% auto;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    padding-bottom: 62px;
  }
  .section-top-keyvisual::before {
    bottom: -20px;
    left: 50%;
    margin-left: -518px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    padding-bottom: 0;
  }
  .section-top-keyvisual::before {
    bottom: -0.27rem;
    left: 0.14rem;
    mix-blend-mode: multiply;
  }
}
.section-top-future .future-title {
  position: relative;
}
.section-top-future .future-description {
  font-weight: 500;
  line-height: 2;
}
.section-top-future .future-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-future .future-image {
  position: relative;
}
.section-top-future .future-item {
  position: relative;
  line-height: 2;
}
.section-top-future .future-item:last-child {
  margin-bottom: 0;
}
.section-top-future .future-item p:last-child {
  margin-bottom: 0;
}
.section-top-future .future-text {
  font-weight: 700;
}
.section-top-future .future-tag {
  position: absolute;
  z-index: 1;
  margin-bottom: 0;
  border: 1px solid #707070;
  background: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.section-top-future .future-tag::before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 100%;
  background: #74a7c3;
}
.section-top-future .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-top-future .tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom: 4px solid #f7f5ea;
  background: #e8e5dc;
  color: #7b7b7b;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.section-top-future .tab-item .icon {
  display: inline-block;
  vertical-align: top;
}
.section-top-future .tab-item.is-active {
  border-bottom-color: #74a7c3;
  background: #74a7c3;
  color: #fff;
  pointer-events: none;
}
@media (hover: hover) {
  .section-top-future .tab-item:hover {
    border-bottom-color: #74a7c3;
    background: #74a7c3;
    color: #fff;
  }
  .section-top-future .tab-item:hover .icon::after {
    visibility: visible;
    opacity: 1;
  }
  .section-top-future .tab-item:hover .icon::before {
    visibility: hidden;
    opacity: 0;
  }
}
.section-top-future .tab-container {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.section-top-future .tab-overflow {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.section-top-future .tab-content {
  display: none;
  position: relative;
}
.section-top-future .tab-content.is-current {
  display: block;
}
.section-top-future .loading-wrap {
  position: relative;
}
.section-top-future .loading-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
  border-radius: 0 0 50px 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(60%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}
.section-top-future .loading-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  height: 50px;
  margin-left: -160px;
  border: 1px solid #000;
  border-radius: 30px;
  background: #fff;
  font-size: 0.15rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.section-top-future .loading-button > span {
  display: block;
  position: relative;
  padding-right: 20px;
}
.section-top-future .loading-button > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("../img/top/plus_icn.svg") no-repeat center center/100% auto;
}

@media print, (min-width: 768px) {
  .section-top-future {
    padding: 50px 0 80px;
  }
  .section-top-future .future-title {
    left: 3px;
    width: 470px;
    margin: 0 auto 28px;
    padding-top: 10px;
  }
  .section-top-future .future-description {
    margin-bottom: 46px;
    font-size: 0.16rem;
    text-align: center;
  }
  .section-top-future .future-image {
    width: 420px;
    margin: 0 40px 0 20px;
  }
  .section-top-future .future-image img {
    border-radius: 30px;
  }
  .section-top-future .future-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-top-future .future-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 62px;
    font-size: 0.15rem;
  }
  .section-top-future .future-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .section-top-future .future-item:nth-child(even) .future-image {
    margin-right: 0;
    margin-left: 45px;
  }
  .section-top-future .future-item:nth-child(even) .future-content {
    margin-right: 20px;
  }
  .section-top-future .future-text {
    margin-bottom: 13px;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .section-top-future .future-tag {
    top: -20px;
    left: -20px;
    padding: 10px 23px 10px 34px;
    border-radius: 20px;
    font-size: 0.15rem;
  }
  .section-top-future .future-tag::before {
    left: 14px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .section-top-future .tab-list > li {
    width: 475px;
    margin: 0 5px;
  }
  .section-top-future .tab-item {
    min-height: 56px;
    border-radius: 20px 20px 0 0;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .section-top-future .tab-item .icon {
    position: relative;
    padding: 6px 0 0 46px;
  }
  .section-top-future .tab-item .icon::before, .section-top-future .tab-item .icon::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 32px;
    height: 32px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: no-repeat center center/100% auto;
  }
  .section-top-future .tab-item .icon::after {
    visibility: hidden;
    opacity: 0;
  }
  .section-top-future .tab-item .icon.is-icon-first::before {
    background-image: url("../img/top/tab_icn_01.svg");
  }
  .section-top-future .tab-item .icon.is-icon-first::after {
    background-image: url("../img/top/tab_icn_01_on.svg");
  }
  .section-top-future .tab-item .icon.is-icon-secondary::before {
    background-image: url("../img/top/tab_icn_02.svg");
  }
  .section-top-future .tab-item .icon.is-icon-secondary::after {
    background-image: url("../img/top/tab_icn_02_on.svg");
  }
  .section-top-future .tab-item.is-active .icon::after {
    visibility: visible;
    opacity: 1;
  }
  .section-top-future .tab-item.is-active .icon::before {
    visibility: hidden;
    opacity: 0;
  }
  .section-top-future .tab-overflow {
    padding: 30px;
  }
  .section-top-future .tab-container {
    height: 80vh;
    padding: 60px 20px 63px;
    border-radius: 50px;
  }
  .section-top-future .tab-content {
    max-width: 1060px;
    margin: 0 auto;
  }
  .section-top-future .is-tab-overflow .tab-overflow {
    height: calc(80vh - 100px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }
  .section-top-future .is-tab-overflow .tab-overflow::-webkit-scrollbar {
    width: 8px;
  }
  .section-top-future .is-tab-overflow .tab-overflow::-webkit-scrollbar-track {
    background: none;
  }
  .section-top-future .is-tab-overflow .tab-overflow::-webkit-scrollbar-thumb {
    background: #ccc;
  }
}
@media print, print and (min-width: 768px) {
  .section-top-future .tab-overflow {
    height: auto;
    overflow-y: visible;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-future {
    padding: 0.3rem 0 0.25rem;
  }
  .section-top-future .future-title {
    width: 3.32rem;
    margin: 0 auto 0.16rem;
    padding-top: 0.1rem;
  }
  .section-top-future .future-description {
    margin-bottom: 0.25rem;
    font-size: 0.15rem;
  }
  .section-top-future .future-list {
    padding-bottom: 0.2rem;
  }
  .section-top-future .future-image {
    margin-bottom: 0.09rem;
  }
  .section-top-future .future-image img {
    border-radius: 0.2rem;
  }
  .section-top-future .future-item {
    margin-bottom: 0.56rem;
    font-size: 0.14rem;
  }
  .section-top-future .future-text {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-top-future .future-tag {
    top: -0.1rem;
    left: -0.05rem;
    padding: 0.07rem 0.2rem 0.08rem 0.28rem;
    border-radius: 0.2rem;
    font-size: 0.11rem;
  }
  .section-top-future .future-tag::before {
    left: 0.14rem;
    width: 0.08rem;
    height: 0.08rem;
    margin-top: -0.04rem;
  }
  .section-top-future .tab-list > li {
    width: 1.4rem;
    margin: 0 0.05rem;
  }
  .section-top-future .tab-item {
    min-height: 0.5rem;
    padding: 0.07rem 0.05rem 0.02rem;
    border-bottom-width: 0.04rem;
    border-radius: 0.2rem 0.2rem 0 0;
    font-size: 0.13rem;
    line-height: 1.3846153846;
  }
  .section-top-future .tab-container {
    height: calc(100vh - 1.1rem - 80px);
    padding: 0.15rem 0.1rem;
    border-radius: 0.3rem;
  }
  .section-top-future .tab-container .tab-content {
    height: 100%;
  }
  .section-top-future .tab-container .tab-content::after {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2.5rem;
    border-radius: 0 0 0.3rem 0.3rem;
    background: url("../img/common/accordion_bg.png") repeat-x 0 bottom/auto 100%;
  }
  .section-top-future .tab-container .tab-content.is-load {
    height: auto;
  }
  .section-top-future .tab-container .tab-content.is-load::after {
    display: none;
  }
  .section-top-future .tab-overflow {
    padding: 0.15rem 0.1rem;
  }
}
.section-top-how {
  position: relative;
  background: url("../img/top/how_bg.png") repeat center center/50px auto;
}
.section-top-how::before {
  content: "";
  position: absolute;
  background: url("../img/top/how_decor.svg") no-repeat center center/100% auto;
  mix-blend-mode: multiply;
}
.section-top-how .how-title {
  position: relative;
}
.section-top-how .how-description {
  font-weight: 500;
  line-height: 2;
}
.section-top-how .how-slider {
  overflow: hidden;
}
.section-top-how .how-slider:last-child {
  margin-bottom: 0;
}
.section-top-how .how-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-top-how .how-text {
  margin-bottom: 0;
  line-height: 1.75;
  text-align: center;
}
.section-top-how .how-info {
  overflow: hidden;
}
.section-top-how .how-heading {
  background: #70ad96;
}
.section-top-how .how-heading img {
  display: block;
  margin: 0 auto;
}
.section-top-how .how-box {
  background: #fff;
}
.section-top-how .text-list {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  list-style: none;
}
.section-top-how .text-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-top-how .text-list > li::before {
  content: "";
  position: absolute;
  background: url("../img/top/arrow_icn.svg") no-repeat center center/100% auto;
}
.section-top-how .text-light {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(#f3cc6d), to(#f3cc6d)) repeat-x 0 bottom/auto 10px;
  background: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #f3cc6d, #f3cc6d) repeat-x 0 bottom/auto 10px;
}
.section-top-how .text-number {
  color: #ea8b65;
}
.section-top-how .number {
  line-height: 0.55;
}
.section-top-how .text-left,
.section-top-how .text-right {
  margin-bottom: 0;
}
.section-top-how .text-right {
  position: relative;
}

@media print, (min-width: 768px) {
  .section-top-how {
    padding: 79px 0 180px;
  }
  .section-top-how::before {
    top: -74px;
    left: -30px;
    width: 260px;
    height: 160px;
  }
  .section-top-how .how-title {
    left: -9px;
    width: 715px;
    margin: 0 auto 27px;
  }
  .section-top-how .how-description {
    margin-bottom: 46px;
    font-size: 0.16rem;
    text-align: center;
  }
  .section-top-how .how-slider {
    margin: 0 0 50px;
  }
  .section-top-how .how-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .section-top-how .how-slide {
    width: 480px;
  }
  .section-top-how .how-slide img {
    border-radius: 50px;
  }
  .section-top-how .how-content {
    max-width: 1000px;
    margin: 18px auto 0;
    padding: 0 20px;
  }
  .section-top-how .how-text {
    font-size: 0.14rem;
  }
  .section-top-how .how-info {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 50px;
  }
  .section-top-how .how-heading {
    margin-bottom: 3px;
    padding: 16px 20px 16px 13px;
  }
  .section-top-how .how-heading img {
    width: 404px;
  }
  .section-top-how .how-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 50px 34px;
  }
  .section-top-how .text-list {
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .section-top-how .text-list > li {
    margin-bottom: 21px;
    padding-left: 28px;
  }
  .section-top-how .text-list > li::before {
    top: 5px;
    left: 4px;
    width: 24px;
    height: 24px;
  }
  .section-top-how .text-list > li:last-child {
    margin-bottom: 0;
  }
  .section-top-how .number {
    font-size: 0.4rem;
  }
  .section-top-how .text-right {
    top: -2px;
  }
  .section-top-how .slider-common-button {
    margin-top: 0.49rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-how {
    padding: 0.49rem 0 1.38rem;
  }
  .section-top-how::before {
    top: -0.56rem;
    left: -0.31rem;
    width: 1.59rem;
    height: 0.92rem;
  }
  .section-top-how .how-title {
    left: 0.02rem;
    width: 3.35rem;
    margin: 0 auto 0.14rem;
  }
  .section-top-how .how-description {
    margin-bottom: 0.25rem;
    font-size: 0.15rem;
  }
  .section-top-how .how-slider {
    margin: 0 0 0.42rem 0.2rem;
  }
  .section-top-how .how-slide {
    width: 3.25rem;
    padding-right: 0.15rem;
  }
  .section-top-how .how-slide img {
    border-radius: 0.3rem;
  }
  .section-top-how .how-content {
    margin-top: 0.16rem;
    padding-right: 0.2rem;
  }
  .section-top-how .how-text {
    font-size: 0.11rem;
  }
  .section-top-how .how-info {
    border-radius: 0.4rem;
  }
  .section-top-how .how-heading {
    margin-bottom: 0.03rem;
    padding: 0.15rem 0.2rem 16px 0.13rem;
  }
  .section-top-how .how-heading img {
    width: 2.76rem;
  }
  .section-top-how .how-box {
    padding: 0.29rem 0.2rem 0.34rem;
  }
  .section-top-how .text-list {
    font-size: 0.15rem;
    line-height: 1.4;
  }
  .section-top-how .text-list > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.17rem;
    padding-left: 0.17rem;
  }
  .section-top-how .text-list > li::before {
    top: 0.03rem;
    left: 0;
    width: 0.17rem;
    height: 0.18rem;
  }
  .section-top-how .text-list > li:last-child {
    margin-bottom: 0;
  }
  .section-top-how .text-list .is-margin-left {
    display: inline-block;
    margin-left: 0.15rem;
  }
  .section-top-how .number {
    font-size: 0.28rem;
  }
  .section-top-how .text-light {
    background-size: auto 0.07rem;
  }
  .section-top-how .text-right {
    top: -0.01rem;
  }
  .section-top-how .slider-common-button {
    margin-top: 0.39rem;
  }
}
.slider-common-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-common-button .swiper-button-next,
.slider-common-button .swiper-button-prev {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}
.slider-common-button .swiper-button-next::after,
.slider-common-button .swiper-button-prev::after {
  display: none;
}
.slider-common-button .swiper-button-next::before,
.slider-common-button .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../img/common/btn_prev.svg") no-repeat center center/100% auto;
}
.slider-common-button .swiper-button-next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-common-button .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}
.slider-common-button .swiper-pagination-bullet {
  display: block;
  border-radius: 100%;
  opacity: 1;
  background: #ccc;
}
.slider-common-button .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

@media print, (min-width: 768px) {
  .slider-common-button .swiper-button-next,
  .slider-common-button .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .slider-common-button .swiper-button-next::before,
  .slider-common-button .swiper-button-prev::before {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
  }
  .slider-common-button .swiper-pagination {
    margin-top: -20px;
    padding: 0 12px;
  }
  .slider-common-button .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px 0 3px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .slider-common-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider-common-button .swiper-button-next,
  .slider-common-button .swiper-button-prev {
    width: 0.45rem;
    height: 0.45rem;
  }
  .slider-common-button .swiper-button-next::before,
  .slider-common-button .swiper-button-prev::before {
    width: 0.2rem;
    height: 0.2rem;
    margin: -0.1rem 0 0 -0.1rem;
  }
  .slider-common-button .swiper-pagination {
    margin-top: -0.2rem;
    padding: 0 0.12rem;
  }
  .slider-common-button .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.04rem 0 0.03rem !important;
  }
}
.section-top-choose {
  overflow: hidden;
}
.section-top-choose .choose-block {
  position: relative;
}
.section-top-choose .choose-block:last-child {
  margin-bottom: 0;
}
.section-top-choose .choose-block::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: no-repeat center center/100% auto;
  mix-blend-mode: multiply;
}
.section-top-choose .choose-block::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.section-top-choose .choose-block:nth-child(even)::after {
  right: 0;
  left: auto;
}
.section-top-choose .wrapper {
  position: relative;
  z-index: 1;
}
.section-top-choose .choose-heading {
  padding-bottom: 3px;
  background: url("../img/top/line_bg.png") repeat-x 0 bottom/auto 3px;
}
.section-top-choose .choose-text {
  font-weight: 700;
}
.section-top-choose .choose-summary {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 2;
}
.section-top-choose .choose-search {
  position: relative;
  font-weight: 700;
}
.section-top-choose .choose-search::before {
  content: "";
  position: absolute;
  background: url("../img/top/pointer_icn.svg") no-repeat center center/100% auto;
}
.section-top-choose .choose-item:last-child {
  margin-bottom: 0;
}
.section-top-choose .choose-item .choose-code {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}
.section-top-choose .choose-item .choose-title {
  font-weight: 500;
}
.section-top-choose .choose-item .choose-description {
  line-height: 2;
}
.section-top-choose .choose-item .choose-note {
  margin-bottom: 0;
}
.section-top-choose .choose-item .choose-light {
  background: repeat-x 0 bottom/auto 12px;
}
.section-top-choose .choose-item .choose-light.is-light-first {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(#fff367), to(#fff367));
  background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #fff367, #fff367);
}
.section-top-choose .choose-item .choose-light.is-light-secondary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(#a2daef), to(#a2daef));
  background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #a2daef, #a2daef);
}
.section-top-choose .choose-item .choose-light.is-light-third {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(#f5c48c), to(#f5c48c));
  background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #f5c48c, #f5c48c);
}
.section-top-choose .choose-item .choose-light.is-light-fourth {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(#c5f8d5), to(#c5f8d5));
  background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #c5f8d5, #c5f8d5);
}
.section-top-choose .choose-item .choose-light.is-light-fifth {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(#ffccf7), to(#ffccf7));
  background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #ffccf7, #ffccf7);
}
.section-top-choose .text-small {
  font-size: 0.5em;
  vertical-align: super;
}
.section-top-choose .choose-button {
  padding-left: 0;
  list-style: none;
}
.section-top-choose .weight-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  color: #262626;
  font-weight: 700;
  line-height: 1.5;
  list-style: none;
}
.section-top-choose .weight-list > li {
  border-bottom: 2px solid #b9b5df;
}
.section-top-choose .is-copilot {
  position: relative;
}
.section-top-choose .is-copilot::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/top/copilot_icn.png") no-repeat center center/100% auto;
}
.section-top-choose .color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style: none;
}
.section-top-choose .color-list > li {
  position: relative;
}
.section-top-choose .color-list > li::before {
  content: "";
  position: absolute;
  left: 0;
}
.section-top-choose .color-list > li.is-color-first::before {
  background: #000;
}
.section-top-choose .color-list > li.is-color-secondary::before {
  background: #b5b7ba;
}
.section-top-choose .color-list > li.is-color-third::before {
  background: #e2e2e3;
}
.section-top-choose .color-list > li.is-color-fourth::before {
  background: #e5e1d6;
}
.section-top-choose .color-list > li.is-color-fifth::before {
  background: #d6d6d7;
}
.section-top-choose .color-list > li.is-color-sixth::before {
  background: #c2d1d0;
}
.section-top-choose .color-list > li.is-color-seventh::before {
  background: #e0e3e5;
}
.section-top-choose .is-choose-secondary::before {
  background-image: url("../img/top/choose_decor_02.svg");
}
.section-top-choose .is-choose-third::before {
  background-image: url("../img/top/choose_decor_03.svg");
}

@media print, (min-width: 768px) {
  .section-top-choose {
    margin: -180px 0 0;
    padding-top: 80px;
  }
  .section-top-choose .choose-block {
    margin-bottom: 60px;
    padding: 101px 0 90px;
  }
  .section-top-choose .choose-block::before {
    width: 300px;
  }
  .section-top-choose .choose-block::after {
    right: calc(50% - 620px);
    border-radius: 0 100px 100px 0;
  }
  .section-top-choose .choose-block:nth-child(even)::after {
    left: calc(50% - 620px);
    border-radius: 100px 0 0 100px;
  }
  .section-top-choose .wrapper {
    max-width: 1040px;
  }
  .section-top-choose .choose-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 47px;
  }
  .section-top-choose .choose-photo {
    width: 178px;
    margin: -22px 17px 0 -40px;
  }
  .section-top-choose .choose-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-top-choose .choose-text {
    margin-bottom: 14px;
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .section-top-choose .choose-summary {
    font-size: 0.16rem;
  }
  .section-top-choose .choose-search {
    padding-left: 62px;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .section-top-choose .choose-search::before {
    top: 9px;
    left: 20px;
    width: 32px;
    height: 20px;
  }
  .section-top-choose .choose-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 62px;
    padding: 0 20px;
  }
  .section-top-choose .choose-item .choose-left {
    width: 500px;
    padding-top: 6px;
  }
  .section-top-choose .choose-item .choose-right {
    width: 460px;
  }
  .section-top-choose .choose-item .choose-image {
    margin-bottom: 16px;
  }
  .section-top-choose .choose-item .choose-logo {
    width: 360px;
    margin-bottom: 19px;
  }
  .section-top-choose .choose-item .choose-code {
    font-size: 0.18rem;
  }
  .section-top-choose .choose-item .choose-head {
    margin-bottom: 22px;
    padding-top: 5px;
  }
  .section-top-choose .choose-item .choose-title {
    margin-bottom: 14px;
    font-size: 0.26rem;
    line-height: 1.6153846154;
  }
  .section-top-choose .choose-item .choose-description {
    margin-bottom: 7px;
    font-size: 0.15rem;
  }
  .section-top-choose .choose-item .choose-note {
    font-size: 0.12rem;
    line-height: 2;
  }
  .section-top-choose .choose-item .choose-light {
    padding-left: 3px;
  }
  .section-top-choose .choose-item .choose-light.is-light-fourth {
    background-size: auto 14px;
  }
  .section-top-choose .choose-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 21px 0 0;
  }
  .section-top-choose .choose-button > li {
    width: 220px;
    margin-bottom: 10px;
  }
  .section-top-choose .weight-list {
    margin-right: 10px;
    margin-bottom: 19px;
    font-size: 0.15rem;
    line-height: 1.5;
  }
  .section-top-choose .weight-list > li {
    margin-right: 11px;
  }
  .section-top-choose .is-copilot {
    padding-left: 131px;
  }
  .section-top-choose .is-copilot::before {
    top: 4px;
    width: 112px;
    height: 20px;
  }
  .section-top-choose .color-list {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .section-top-choose .color-list > li {
    margin: 0 22px 0 0;
    padding-left: 20px;
  }
  .section-top-choose .color-list > li::before {
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .section-top-choose .is-choose-first::before {
    top: -57px;
    right: 50%;
    height: 178px;
    margin-right: -727px;
    background-image: url("../img/top/choose_decor_04.png");
  }
  .section-top-choose .is-choose-first .choose-decor {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 50%;
    width: 54px;
    height: 54px;
    margin-right: -645px;
    background: url("../img/top/choose_decor_05.png") no-repeat center center/100% auto;
  }
  .section-top-choose .is-choose-secondary {
    padding-top: 105px;
    padding-bottom: 87px;
  }
  .section-top-choose .is-choose-secondary::before {
    top: -89px;
    left: 50%;
    height: 120px;
    margin-left: -680px;
  }
  .section-top-choose .is-choose-third::before {
    top: -20px;
    right: 50%;
    height: 220px;
    margin-right: -709px;
  }
}
@media print, (min-width: 768px) and (max-width: 1300px) {
  .section-top-choose .choose-block::after {
    right: 20px;
  }
  .section-top-choose .choose-block:nth-child(even)::after {
    left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-choose {
    margin: -1.8rem 0 0;
    padding-top: 0.8rem;
  }
  .section-top-choose .choose-block {
    margin-bottom: 0.4rem;
    padding: 0.59rem 0 0.5rem;
  }
  .section-top-choose .choose-block::before {
    width: 1.35rem;
  }
  .section-top-choose .choose-block::after {
    right: 0.1rem;
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .section-top-choose .choose-block:nth-child(even)::after {
    left: 0.1rem;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .section-top-choose .choose-heading {
    margin: 0 0.2rem 0.27rem;
    padding-bottom: 0.17rem;
  }
  .section-top-choose .choose-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.11rem;
  }
  .section-top-choose .choose-photo {
    width: 0.96rem;
    margin: -0.18rem 0.15rem 0 -0.21rem;
  }
  .section-top-choose .choose-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .section-top-choose .choose-summary {
    font-size: 0.15rem;
  }
  .section-top-choose .choose-search {
    margin-bottom: 0.18rem;
    padding-left: 0.56rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .section-top-choose .choose-search::before {
    top: 0.08rem;
    left: 0.19rem;
    width: 0.28rem;
    height: 0.16rem;
  }
  .section-top-choose .choose-item {
    margin-bottom: 0.58rem;
    padding: 0 0.2rem;
  }
  .section-top-choose .choose-item .choose-left {
    margin-bottom: 0.28rem;
  }
  .section-top-choose .choose-item .choose-image {
    margin-bottom: 0.1rem;
  }
  .section-top-choose .choose-item .choose-logo {
    width: 2.68rem;
    margin-bottom: 0.14rem;
  }
  .section-top-choose .choose-item .choose-code {
    font-size: 0.14rem;
  }
  .section-top-choose .choose-item .choose-head {
    margin-bottom: 0.16rem;
  }
  .section-top-choose .choose-item .choose-title {
    margin-bottom: 0.07rem;
    font-size: 0.2rem;
    line-height: 1.8;
  }
  .section-top-choose .choose-item .choose-title.is-margin-right {
    margin-right: -0.12rem;
  }
  .section-top-choose .choose-item .choose-light {
    padding-left: 0.02rem;
    background-size: auto 0.09rem;
  }
  .section-top-choose .choose-item .choose-description {
    margin-bottom: 0.05rem;
    font-size: 0.14rem;
  }
  .section-top-choose .choose-item .choose-note {
    font-size: 0.11rem;
    line-height: 1.6363636364;
  }
  .section-top-choose .choose-button {
    margin: 0.29rem 0 0;
  }
  .section-top-choose .choose-button > li {
    margin-bottom: 0.1rem;
  }
  .section-top-choose .choose-button > li:last-child {
    margin-bottom: 0;
  }
  .section-top-choose .weight-list {
    margin-bottom: 0.11rem;
    font-size: 0.1rem;
    line-height: 1.75;
  }
  .section-top-choose .weight-list > li {
    margin-right: 0.06rem;
  }
  .section-top-choose .is-copilot {
    padding-left: 0.91rem;
  }
  .section-top-choose .is-copilot::before {
    top: 0.03rem;
    width: 0.82rem;
    height: 0.14rem;
  }
  .section-top-choose .color-list {
    font-size: 0.09rem;
    line-height: 1.4444444444;
  }
  .section-top-choose .color-list > li {
    margin: 0 0.1rem 0 0;
    padding-left: 0.14rem;
  }
  .section-top-choose .color-list > li::before {
    top: 0.01rem;
    width: 0.11rem;
    height: 0.11rem;
  }
  .section-top-choose .is-choose-first::before {
    top: -0.23rem;
    right: 0.01rem;
    width: 1rem;
    height: 0.62rem;
    background-image: url("../img/top/choose_decor_01.svg");
  }
  .section-top-choose .is-choose-secondary {
    margin-bottom: 0.3rem;
    padding-top: 0.54rem;
  }
  .section-top-choose .is-choose-secondary::before {
    top: -0.24rem;
    left: 0.01rem;
    width: 1.53rem;
    height: 0.56rem;
  }
  .section-top-choose .is-choose-secondary .choose-photo {
    margin-top: -0.03rem;
  }
  .section-top-choose .is-choose-third::before {
    top: -0.19rem;
    right: -0.13rem;
    height: 0.96rem;
  }
}
.section-recommended-articles {
  background: url("../img/top/pattern_bg.jpg") repeat center center/50px auto;
}

.recommended-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.recommended-list .recommended-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  background: #fff;
}
.recommended-list .recommended-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.recommended-list .recommended-clap {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.recommended-block .recommended-sub-title {
  position: relative;
  font-weight: 700;
}
.recommended-block .recommended-sub-title::before {
  content: "";
  position: absolute;
  background: url("../img/top/recommend_icn.svg") no-repeat center center/100% auto;
}
.recommended-block .recommended-list .recommended-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #deddd6;
  border-radius: inherit;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .section-recommended-articles {
    padding: 100px 0 20px;
  }
  .section-recommended-articles .wrapper {
    max-width: 1040px;
  }
  .section-recommended-articles .recommended-title {
    position: relative;
    z-index: 2;
    width: 382px;
    margin: -135px auto 30px;
  }
  .recommended-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recommended-list > li {
    width: 510px;
    margin-bottom: 20px;
  }
  .recommended-list .recommended-item {
    height: 100%;
    padding: 30px;
    border-radius: 30px;
  }
  .recommended-list .recommended-image {
    width: 240px;
    margin-right: 20px;
  }
  .recommended-list .recommended-image img {
    border-radius: 15px;
  }
  .recommended-list .recommended-info {
    padding-bottom: 10px;
    font-size: 0.16rem;
    line-height: 1.6875;
  }
  .recommended-list .recommended-clap {
    -webkit-line-clamp: 5;
  }
  .recommended-list .recommended-more {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 9px 41px 10px 39px;
    border-top-left-radius: 30px;
    background: #e8997b;
    color: #fff;
    font-size: 0.14rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .recommended-list .recommended-more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url("../img/top/arrow_icn_02.svg") no-repeat center center/100% auto;
  }
  .recommended-block {
    margin-bottom: 30px;
  }
  .recommended-block .recommended-sub-title {
    margin-bottom: 19px;
    padding-left: 58px;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .recommended-block .recommended-sub-title::before {
    top: 6px;
    left: 20px;
    width: 24px;
    height: 24px;
  }
  .recommended-block .recommended-list {
    padding: 0 20px;
  }
  .recommended-block .recommended-list > li {
    width: 490px;
  }
  .recommended-block .recommended-list .recommended-image {
    width: 210px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-recommended-articles {
    padding: 0.4rem 0 0.3rem;
  }
  .section-recommended-articles .recommended-title {
    width: 2.8rem;
    margin: 0 auto 0.2rem;
  }
  .recommended-list > li {
    margin-bottom: 0.1rem;
  }
  .recommended-list > li:last-child {
    margin-bottom: 0;
  }
  .recommended-list .recommended-item {
    padding: 0.15rem;
    border-radius: 0.2rem;
  }
  .recommended-list .recommended-image {
    width: 1.35rem;
    margin-right: 0.15rem;
  }
  .recommended-list .recommended-image img {
    border-radius: 0.1rem;
  }
  .recommended-list .recommended-info {
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .recommended-list .recommended-clap {
    -webkit-line-clamp: 4;
  }
  .recommended-block {
    margin-bottom: 0.28rem;
  }
  .recommended-block .recommended-sub-title {
    margin-bottom: 0.21rem;
    padding-left: 0.52rem;
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .recommended-block .recommended-sub-title::before {
    top: 0.03rem;
    left: 0.2rem;
    width: 0.2rem;
    height: 0.22rem;
  }
  .recommended-block .recommended-list {
    padding: 0 0.2rem;
  }
  .recommended-block .recommended-list .recommended-image {
    width: 1.2rem;
    margin-right: 0.1rem;
  }
}
.section-guide {
  background: url("../img/top/pattern_bg.jpg") repeat center center/50px auto;
}
.section-guide .wrapper {
  position: relative;
  z-index: 1;
}
.section-guide .wrapper::after {
  content: "";
  position: absolute;
  background: url("../img/top/guide_decor.png") repeat center center/100% auto;
}
.section-guide .guide-title {
  position: relative;
}
.section-guide .guide-text {
  font-weight: 700;
}
.section-guide .guide-text > span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, right top, from(#f3cc6d), to(#f3cc6d)) repeat-x 0 bottom/auto 12px;
  background: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #f3cc6d, #f3cc6d) repeat-x 0 bottom/auto 12px;
}
.section-guide .guide-sub-title {
  font-weight: 700;
}
.section-guide .guide-description {
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 2;
}
.section-guide .button-common-primary {
  margin: 0;
  font-size: 0.16rem;
}
.section-guide .button-common-primary::after {
  width: 0.12rem;
  height: 0.12rem;
  margin-top: -0.06rem;
}

@media print, (min-width: 768px) {
  .section-guide {
    margin-top: -100px;
    padding: 160px 0 100px;
  }
  .section-guide .wrapper {
    max-width: 1000px;
    padding-top: 20px;
  }
  .section-guide .wrapper::after {
    top: -76px;
    left: -64px;
    width: 145px;
    height: 84px;
  }
  .section-guide .guide-title {
    left: 3px;
    width: 490px;
    margin: 0 auto 49px;
  }
  .section-guide .guide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-guide .guide-image {
    width: 540px;
  }
  .section-guide .guide-image img {
    border-radius: 40px;
  }
  .section-guide .guide-info {
    width: 400px;
  }
  .section-guide .guide-text {
    margin-bottom: 13px;
    font-size: 0.2rem;
    line-height: 1.45;
  }
  .section-guide .guide-text > span {
    padding-bottom: 3px;
  }
  .section-guide .guide-sub-title {
    margin-bottom: 10px;
    font-size: 0.3rem;
    line-height: 1.5;
  }
  .section-guide .guide-description {
    margin-bottom: 25px;
  }
  .section-guide .button-common-primary {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-guide {
    margin-top: -1rem;
    padding: 1.1rem 0 0.5rem;
  }
  .section-guide .wrapper {
    padding-top: 0.4rem;
  }
  .section-guide .wrapper::after {
    top: -0.46rem;
    left: -0.2rem;
    width: 1.26rem;
    height: 0.72rem;
    background-image: url("../img/top/sp/guide_decor.png");
  }
  .section-guide .guide-title {
    left: 0.03rem;
    width: 3.46rem;
    margin: 0 auto 0.29rem;
  }
  .section-guide .guide-image {
    margin-bottom: 0.26rem;
  }
  .section-guide .guide-image img {
    border-radius: 0.2rem;
  }
  .section-guide .guide-text {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .section-guide .guide-text > span {
    background-size: auto 0.07rem;
  }
  .section-guide .guide-sub-title {
    margin-bottom: 10px;
    font-size: 0.22rem;
    line-height: 1.5;
  }
  .section-guide .guide-description {
    margin-bottom: 0.25rem;
  }
  .section-guide .button-common-primary {
    max-width: 100%;
    min-height: 0.6rem;
  }
}
.section-top-story {
  overflow: hidden;
}
.section-top-story .story-right {
  font-weight: 700;
  text-align: center;
}
.section-top-story .story-right p {
  margin-bottom: 0;
}
.section-top-story .story-text {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
.section-top-story .story-text::before {
  content: "";
  position: absolute;
  top: 0;
  background: url("../img/top/column_txt.svg") no-repeat center center/100% auto;
}
.section-top-story .story-description {
  margin-bottom: 0;
  font-weight: 500;
}
.section-top-story .story-wrapper {
  position: relative;
  overflow: hidden;
}
.section-top-story .story-tab {
  position: relative;
  overflow: hidden;
}
.section-top-story .story-tab-content {
  visibility: hidden;
  position: absolute;
  left: -999999px;
  width: 100%;
  opacity: 0;
}
.section-top-story .story-tab-content.is-current {
  visibility: visible;
  position: relative;
  left: auto;
  opacity: 1;
}
.section-top-story .story-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-top-story .story-name {
  font-weight: 500;
}
.section-top-story .story-photo {
  position: relative;
  padding-top: 100%;
}
.section-top-story .story-photo img {
  position: absolute;
  top: 0;
  left: 0;
}
.section-top-story .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-top-story .tab-list .tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #e8e5dc;
  color: #7b7b7b;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}
.section-top-story .tab-list .tab-item.is-active {
  background: #74a7c3;
  color: #fff;
}
@media (hover: hover) {
  .section-top-story .tab-list .tab-item:hover {
    background: #74a7c3;
    color: #fff;
  }
}
.section-top-story .swiper-button-prev,
.section-top-story .swiper-button-next {
  margin-top: 0;
}
.section-top-story .swiper-pagination {
  margin-top: 0;
}

@media print, (min-width: 768px) {
  .section-top-story {
    padding: 18px 0 100px;
  }
  .section-top-story .wrapper {
    max-width: 1000px;
  }
  .section-top-story .story-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-top-story .story-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 25px;
  }
  .section-top-story .story-right {
    width: 200px;
    margin-top: 2px;
    font-size: 0.15rem;
  }
  .section-top-story .story-text {
    margin-bottom: 11px;
    padding-top: 33px;
    font-size: 0.18rem;
  }
  .section-top-story .story-text::before {
    left: -16px;
    width: 80px;
    height: 26px;
  }
  .section-top-story .story-title {
    width: 546px;
    margin-bottom: 23px;
  }
  .section-top-story .story-description {
    font-size: 0.16rem;
    line-height: 2;
  }
  .section-top-story .story-image {
    margin-bottom: 3px;
  }
  .section-top-story .story-wrapper {
    margin: 30px auto 0;
    max-width: 5000px;
  }
  .section-top-story .story-inner {
    margin-right: -195px;
  }
  .section-top-story .story-tab {
    margin-left: 30px;
  }
  .section-top-story .story-name {
    min-height: 52px;
    margin-bottom: 0;
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
  .section-top-story .story-slide {
    width: 275px;
    padding-right: 25px;
  }
  .section-top-story .story-photo {
    margin-bottom: 13px;
  }
  .section-top-story .story-photo img {
    border-radius: 30px;
  }
  .section-top-story .tab-list {
    margin-top: -17px;
  }
  .section-top-story .tab-list > li {
    width: 150px;
    margin-right: 15px;
  }
  .section-top-story .tab-list .tab-item {
    min-height: 40px;
    border-radius: 40px;
    font-size: 0.14rem;
  }
  .section-top-story .story-content {
    max-width: 1000px;
    margin: 46px auto 0;
    padding-right: 30px;
  }
  .section-top-story .slider-common-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-story {
    padding: 0.14rem 0 0.41rem;
  }
  .section-top-story .story-head {
    position: relative;
    margin-bottom: 0.2rem;
  }
  .section-top-story .story-right {
    position: absolute;
    top: 0.23rem;
    right: 0;
    width: 1.1rem;
    font-size: 0.09rem;
  }
  .section-top-story .story-text {
    margin-bottom: 0.13rem;
    padding-top: 0.29rem;
    font-size: 0.13rem;
  }
  .section-top-story .story-text::before {
    left: -0.06rem;
    width: 0.68rem;
    height: 0.2rem;
  }
  .section-top-story .story-title {
    width: 2.14rem;
    margin-bottom: 0.22rem;
  }
  .section-top-story .story-description {
    font-size: 0.15rem;
    line-height: 2;
  }
  .section-top-story .story-image {
    margin-bottom: -0.01rem;
  }
  .section-top-story .story-wrapper {
    margin-top: 0.2rem;
  }
  .section-top-story .story-slider {
    margin-left: 0.2rem;
    overflow: hidden;
  }
  .section-top-story .story-inner {
    margin-right: -0.2rem;
  }
  .section-top-story .story-name {
    margin-bottom: 0;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .section-top-story .story-slide {
    width: 2.65rem;
    padding-right: 0.15rem;
  }
  .section-top-story .story-photo {
    margin-bottom: 0.13rem;
  }
  .section-top-story .story-photo img {
    border-radius: 0.3rem;
  }
  .section-top-story .tab-list {
    margin: 0 -0.05rem;
  }
  .section-top-story .tab-list > li {
    width: 33.3333333333%;
    padding: 0 0.05rem;
  }
  .section-top-story .tab-list .tab-item {
    min-height: 0.3rem;
    border-radius: 0.4rem;
    font-size: 0.1rem;
  }
  .section-top-story .story-content {
    margin: 0.2rem 0.2rem 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-archive {
    padding-top: 0.3rem;
  }
}
.pswp__custom-caption {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .pswp__custom-caption {
    top: calc(50% + 323px);
    width: 500px;
    font-size: 0.15rem;
    line-height: 1.7333333333;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .pswp__custom-caption {
    top: calc(100% - 70px);
  }
}
@media (min-width: 768px) and (max-height: 780px) {
  .pswp__custom-caption {
    top: calc(100% - 60px);
  }
}
@media (min-width: 768px) and (max-height: 760px) {
  .pswp__custom-caption {
    top: calc(100% - 50px);
  }
}
@media (min-width: 768px) and (max-height: 740px) {
  .pswp__custom-caption {
    top: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767.98px) {
  .pswp__custom-caption {
    top: calc(50% + 288px);
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 540px;
  }
}
@media (max-width: 767.98px) and (max-height: 850px) {
  .pswp__custom-caption {
    top: calc(50% + 285px);
  }
}
@media (max-width: 767.98px) and (max-height: 780px) {
  .pswp__custom-caption {
    top: calc(100% - 110px);
  }
}
@media (max-width: 540px) {
  .pswp__custom-caption {
    top: calc(50% + 1.8rem + 40px);
  }
}
@media (max-width: 540px) and (max-height: 780px) {
  .pswp__custom-caption {
    top: calc(100% - 120px);
  }
}
@media (max-width: 390px) {
  .pswp__custom-caption {
    top: calc(50% + 1.45rem + 40px);
  }
}
@media (min-width: 580px) and (max-width: 767.98px) and (max-height: 793px) {
  .pswp__custom-caption {
    top: calc(100% - 110px);
  }
}
@media (max-width: 767.98px) and (max-height: 600px) {
  .pswp__custom-caption {
    top: calc(100% - 115px);
  }
}
@media (max-width: 767.98px) and (max-height: 590px) {
  .pswp__custom-caption {
    top: calc(100% - 110px);
  }
}

.pswp__img--placeholder {
  display: none;
}

.pswp__button.pswp__button--arrow {
  visibility: visible;
}

.pswp__button--close {
  opacity: 1;
}
.pswp__button--close svg {
  display: none;
}
.pswp__button--close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url("../img/common/btn_close.svg") no-repeat center center/100% auto;
}
@media (hover: hover) {
  .pswp__button--close:hover::before {
    opacity: 0.7;
  }
}

.pswp__button--arrow--next,
.pswp__button--arrow--prev {
  z-index: 1;
  opacity: 1;
}
.pswp__button--arrow--next svg,
.pswp__button--arrow--prev svg {
  display: none;
}
.pswp__button--arrow--next::before,
.pswp__button--arrow--prev::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (hover: hover) {
  .pswp__button--arrow--next:hover::before,
  .pswp__button--arrow--prev:hover::before {
    opacity: 0.7;
  }
}

.pswp__button--arrow--next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pswp__button--arrow--prev::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media print, (min-width: 768px) {
  .pswp__button--arrow--next::before,
  .pswp__button--arrow--prev::before {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .pswp__button--arrow--next {
    right: 20px;
  }
  .pswp__button--arrow--next::before {
    margin-right: -7px;
  }
  .pswp__button--arrow--prev {
    left: 20px;
  }
  .pswp__button--arrow--prev::before {
    margin-right: -26px;
  }
  .pswp__button--close {
    width: 70px;
    height: 70px;
    margin: 32px 44px 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .pswp__button--arrow {
    width: 40px;
    height: 40px;
    margin-top: -96px;
  }
  .pswp__button--arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5);
  }
  .pswp__button--arrow--next::before,
  .pswp__button--arrow--prev::before {
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .pswp__button--arrow--next {
    right: 20px;
  }
  .pswp__button--arrow--next::before {
    margin-right: -4px;
  }
  .pswp__button--arrow--prev {
    left: 20px;
  }
  .pswp__button--arrow--prev::before {
    margin-right: -14px;
  }
  .pswp__top-bar {
    position: static;
  }
  .pswp__button--close {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 68px;
    height: 80px;
    margin-right: 0;
    margin-left: -34px;
  }
}
@media (max-width: 767.98px) and (max-height: 830px) {
  .pswp__button--close {
    width: 50px;
    height: 54px;
    margin-left: -25px;
    bottom: 20px;
  }
}
@media (max-width: 390px) {
  .pswp__button--close {
    bottom: 0.2rem;
    width: 0.68rem;
    height: 0.8rem;
    margin-left: -0.34rem;
  }
}
@media (max-width: 767.98px) and (max-height: 610px) {
  .pswp__button--close {
    bottom: 10px;
    width: 44px;
    height: 46px;
    margin-left: -22px;
  }
}
/*# sourceMappingURL=top.css.map */