@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Noto+Serif+JP:wght@400;700;900&display=swap");
@import url("https://use.typekit.net/whu7vrt.css");
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");
.sctbox .ftb {
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .sctbox .ftb {
    font-weight: normal;
    -webkit-text-stroke: 0.4px;
  }
}

.rightarr {
  position: relative;
}
.rightarr:after {
  content: "";
  display: block;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  -webkit-transform: rotate(45deg) skew(8deg, 8deg);
          transform: rotate(45deg) skew(8deg, 8deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.mouse .rightarr:hover:after {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}

/*************************
共通class
************************ */
.sctbox .ftb {
  font-weight: bold;
}

.sctbox .ftu {
  text-decoration: underline;
  text-underline-offset: 0.04rem;
}

.sctbox .ftred {
  color: #f30039;
  font-weight: bold;
}

.sctbox .f24 {
  font-size: 0.24rem;
}
@media screen and (max-width: 767.98px) {
  .sctbox .f24 {
    font-size: 0.2rem;
  }
}

.sctbox .f28 {
  font-size: 0.28rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .sctbox .f28 {
    font-size: 0.22rem;
  }
}

.sctbox .f30 {
  font-size: 0.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .sctbox .f30 {
    font-size: 0.2rem;
  }
}

.sctbox .f36 {
  font-size: 0.36rem;
}
@media screen and (max-width: 767.98px) {
  .sctbox .f36 {
    font-size: 0.28rem;
    line-height: 1.2;
  }
}

.sctbox .f40 {
  font-size: 0.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .sctbox .f40 {
    font-size: 0.28rem;
    line-height: 1.2;
  }
}

.sctbox .f48 {
  font-size: 0.48rem;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .sctbox .f48 {
    font-size: 0.34rem;
    line-height: 1.2;
  }
}

html {
  font-family: Roboto, "Helvetica Neue", HelveticaNeue, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 100px;
  /* IE11だけに適応 */
}
@media screen and (min-width: 768px) {
  html {
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  html {
    font-size: 6.95vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 26.6667vw;
  }
}
html.safari {
  /*@include sc(pc) {
  	font-feature-settings : "pkna";
  	letter-spacing: 0;
  }*/
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.mouse * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=radio] {
  -webkit-transform: translateY(-0.02rem);
          transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  -webkit-transform: translateY(-0.01rem);
          transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    -webkit-transform: translateY(0.01rem);
            transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  -webkit-transform: translateY(-0.02rem);
          transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  -webkit-transform: translateY(-0.01rem);
          transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    -webkit-transform: translateY(0.01rem);
            transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.mouse a:hover {
  opacity: 0.8;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.btnbox {
  padding-top: 0.2rem;
  text-align: center;
}
.btnbox .more {
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .btnbox .more {
    padding: 0;
  }
}
.btnbox .more a {
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .btnbox .more a {
    height: 0.45rem;
  }
}
.btnbox .more a.morelink {
  pointer-events: auto;
}
.btnbox .more a.morelink:after {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.05rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  top: calc(50% - 0.03rem);
  right: 0.24rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .btnbox .more a.morelink:after {
    width: 0.28rem;
    height: 0.04rem;
    top: calc(50% - 0.02rem);
    right: 0.16rem;
  }
}
.btnbox .more a.morelink span:after {
  content: none;
}
.mouse .btnbox .more a.morelink:hover:after {
  right: 0.2rem;
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.btn,
.more {
  width: 3rem;
  height: 0.6rem;
  background-color: transparent;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .btn,
  .more {
    height: auto;
    width: 60%;
    font-size: 0.18rem;
    padding: 0.08rem;
  }
}
.btn span,
.more span {
  display: inline-block;
  font-size: 0.13rem;
  letter-spacing: 0.2em;
  padding-right: 0.16rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .btn span,
  .more span {
    font-size: 0.11rem;
    letter-spacing: 0.2em;
  }
}
.btn span:after,
.more span:after {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  top: calc((100% - 0.08rem) / 2);
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mouse .btn:hover,
.mouse .more:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.mouse .btn:hover span,
.mouse .more:hover span {
  color: #fff;
}
.mouse .btn:hover span:after,
.mouse .more:hover span:after {
  border-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.btn.arrow {
  width: auto;
  padding-right: 0.6rem;
  padding-left: 0.2rem;
  text-align: center;
  position: relative;
}
.btn.arrow:after {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.05rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  top: calc(50% - 0.03rem);
  right: 0.24rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .btn.arrow:after {
    width: 0.14rem;
    height: 0.06rem;
    top: calc(50% - 0.04rem);
    right: 0.16rem;
  }
}
.mouse .btn.arrow:hover {
  color: #fff;
}
.mouse .btn.arrow:hover:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

/* アニメーション */
.grid {
  display: -ms-grid;
  display: grid;
}

.moviebox .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.moviebox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
swiper
************************ */
.pagination {
  height: 0.3rem;
  counter-reset: nmb 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.pagination .swiper-pagination-bullet {
  counter-increment: nmb;
  background-color: #ddd2bb;
  margin: 0 0.2rem !important;
  opacity: 1 !important;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pagination .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
    margin: 0.06rem;
    margin: 0 0.12rem !important;
  }
}
.pagination .swiper-pagination-bullet.circle {
  width: 0.1rem;
  height: 0.1rem;
  font-size: 0;
}
.pagination .swiper-pagination-bullet.circle .circle-inner {
  display: none;
}
.pagination .swiper-pagination-bullet-active {
  position: relative;
}
.pagination .swiper-pagination-bullet-active.circle {
  position: relative;
  background-color: transparent;
  cursor: pointer;
}
.pagination .swiper-pagination-bullet-active.circle .circle-inner {
  display: block;
}
.pagination .swiper-pagination-bullet-active.circle .circle-inner .target {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 767.98px) {
  .pagination .swiper-pagination-bullet-active.circle .circle-inner .target {
    width: 0.23rem;
    height: 0.23rem;
  }
}
.pagination .swiper-pagination-bullet-active.circle .circle-inner .target circle {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
  stroke-dasharray: 287;
  -webkit-animation: circle ease 5s;
          animation: circle ease 5s;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: calc(50% - 0.15rem);
  left: calc(50% - 0.15rem);
}
@media screen and (max-width: 767.98px) {
  .pagination .swiper-pagination-bullet-active.circle .circle-inner .target circle {
    width: 0.23rem;
    height: 0.23rem;
    stroke-width: 3px;
  }
}
.pagination .swiper-pagination-bullet-active.circle .circle-inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 0.14rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .pagination .swiper-pagination-bullet-active.circle .circle-inner span {
    font-size: 0.11rem;
    line-height: 0.11rem;
  }
}

@-webkit-keyframes circle {
  to {
    stroke-dashoffset: 0;
  }
  from {
    stroke-dashoffset: 287;
  }
}

@keyframes circle {
  to {
    stroke-dashoffset: 0;
  }
  from {
    stroke-dashoffset: 287;
  }
}
.prev,
.next {
  width: 0.24rem;
  height: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.prev:before,
.next:before {
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.08rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}
@media screen and (max-width: 767.98px) {
  .prev:before,
  .next:before {
    width: 0.08rem;
    height: 0.08rem;
  }
}

.prev:before {
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.next:before {
  -webkit-transform: scale(-1, 1) skew(-45deg);
          transform: scale(-1, 1) skew(-45deg);
}

/*************************
common
************************ */
body {
  font-size: 0.17rem;
  line-height: 1.8824;
  color: #000;
  letter-spacing: 0.1em;
  min-width: 1200px;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease 0s;
  transition: opacity 0.7s ease 0s;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 0.13rem;
    font-weight: 500;
    line-height: 1.7692;
    min-width: 0;
  }
}
body.show {
  opacity: 1;
}
p {
  margin-top: 0.24rem;
}
@media screen and (max-width: 767.98px) {
  p {
    margin-top: 0.16rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.txtbox p:first-of-type {
  margin-top: 0;
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}
/*************************
inview
************************ */
[data-iv-fdin] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
[data-iv-fdin].fadein {
  opacity: 1;
  visibility: visible;
}

[data-iv-fdup] {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 767.98px) {
  [data-iv-fdup] {
    -webkit-transform: translateY(0.2rem);
            transform: translateY(0.2rem);
  }
}
[data-iv-fdup].fadeup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-iv-list] li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
[data-iv-list] li.fadein {
  opacity: 1;
  visibility: visible;
}

/*************************
pdf
************************ */
[data-link-pdf] {
  text-decoration: underline;
  text-underline-offset: 2px;
}
[data-link-pdf]:before {
  content: "\f1c1";
  display: inline-block;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  font-size: 0.18rem;
  color: red;
  margin-right: 0.04rem;
}

/* ************************
topics
************************ */
.topics {
  background-color: #51504f;
}
.topics .topicsbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topics .topicsbox dt {
  width: 1.25rem;
  height: 0.3rem;
  background-color: #fe9500;
  color: #fff;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-align: center;
  font-size: 0.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .topics .topicsbox dt {
    width: 0.9rem;
    height: 0.35rem;
    font-size: 0.11rem;
  }
}
.topics .topicsbox dd {
  width: calc(100% - 1.25rem);
  text-align: left;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.3rem;
  max-height: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .topics .topicsbox dd {
    width: calc(100% - 0.9rem);
    font-size: 0.1rem;
    padding-left: 0.12rem;
    padding-right: 0.12rem;
    max-height: 0.35rem;
  }
}
.topics .topicsbox dd a {
  font-size: 0.13rem;
  max-height: 0.3rem;
  padding: 0.04rem 0;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .topics .topicsbox dd a {
    max-height: 0.35rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767.98px) {
  .topics .topicsbox dd a.marquee-inner {
    -webkit-animation: marquee_sp 10s linear infinite;
            animation: marquee_sp 10s linear infinite;
  }
}
.topics .topicsbox dd.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .topics .topicsbox dd.marquee {
    width: 100%;
  }
}

@-webkit-keyframes marquee {
  0%, 30% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 0.5rem);
  }
}

@keyframes marquee {
  0%, 30% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 0.5rem);
  }
}
@-webkit-keyframes marquee_sp {
  0%, 30% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 0.6rem);
  }
}
@keyframes marquee_sp {
  0%, 30% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 0.6rem);
  }
}
/* ************************
header
************************ */
#header {
  position: relative;
}
#header.headbox {
  width: 100%;
  height: 0.6rem;
  background-color: #fff;
  margin: 0.1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3000;
}
@media screen and (max-width: 767.98px) {
  #header.headbox {
    display: block;
    margin: 0;
    padding: 0 0.15rem;
    height: 0.46rem;
  }
}
#header.headbox .container {
  width: 100%;
  max-width: none;
  padding: 0 0.2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .container {
    padding: 0;
    height: 0.46rem;
  }
}
#header.headbox .logo {
  width: 3rem;
  font-size: 0;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .logo {
    width: 1.7rem;
  }
}
#header.headbox .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.safari #header.headbox .logo a, .firefox #header.headbox .logo a {
  width: 3rem;
}
@media screen and (max-width: 767.98px) {
  .safari #header.headbox .logo a, .firefox #header.headbox .logo a {
    width: 1.7rem;
  }
}
#header.headbox .hdlink {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink {
    display: block;
    padding-right: 0.24rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 0.04rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-open, #header.headbox .hdlink ul li.nav-access, #header.headbox .hdlink ul li.nav-language {
    padding-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-open a, #header.headbox .hdlink ul li.nav-access a, #header.headbox .hdlink ul li.nav-language a {
    padding-top: 0.17rem;
    line-height: 0.8;
    position: relative;
  }
}
#header.headbox .hdlink ul li.nav-open a:before, #header.headbox .hdlink ul li.nav-access a:before, #header.headbox .hdlink ul li.nav-language a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-open a span, #header.headbox .hdlink ul li.nav-access a span, #header.headbox .hdlink ul li.nav-language a span {
    display: inline-block;
    font-size: 0.1rem;
    font-size: 0.09rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-open a:before {
    width: 0.15rem;
    height: 0.15rem;
    background: transparent url(../img/icon_watch.svg) no-repeat scroll center center/contain;
    top: 0;
    left: calc((100% - 0.15rem) / 2);
  }
}
#header.headbox .hdlink ul li.nav-access {
  margin-left: 0;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-access a:before {
    width: 0.125rem;
    height: 0.15rem;
    background: transparent url(../img/icon_train.svg) no-repeat scroll center center/contain;
    top: 0;
    left: calc((100% - 0.13rem) / 2);
  }
}
#header.headbox .hdlink ul li.nav-language {
  margin-left: 0;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-language a:before {
    width: 0.15rem;
    height: 0.15rem;
    background: transparent url(../img/icon_language.svg) no-repeat scroll center center/contain;
    top: 0;
    left: calc((100% - 0.13rem) / 2);
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .gnavibox {
    width: 2.5rem;
    height: 100vh;
    background-color: #fff;
    background-color: #51504f;
    padding-top: 0.5rem;
    padding: 0.5rem 0.25rem 0.3rem;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: -2.5rem;
    z-index: 2000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #header.headbox .gnavibox {
    right: 0;
  }
}
#header.headbox #gnavi {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi {
    text-align: left;
  }
}
#header.headbox #gnavi ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul {
    display: block;
  }
}
#header.headbox #gnavi ul li {
  margin-left: 0.3rem;
  padding-left: 0.16rem;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 1530px) {
  #header.headbox #gnavi ul li {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul li {
    padding-left: 0.27rem;
    margin-left: 0;
    border-bottom: 1px solid #a38a77;
  }
}
#header.headbox #gnavi ul li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1rem;
  background-color: #a38a77;
  position: absolute;
  top: calc((100% - 8px) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul li:before {
    width: 0.08rem;
    height: 0.08rem;
    left: 0.04rem;
    top: 0.13rem;
    top: calc((100% - 0.07rem) / 2);
  }
}
#header.headbox #gnavi ul li a {
  font-size: 0.14rem;
}
@media screen and (max-width: 1530px) {
  #header.headbox #gnavi ul li a {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul li a {
    display: block;
    font-size: 0.13rem;
    padding: 0.18rem 0 0.16rem;
    color: #fff;
  }
}
#header.headbox #gnavi ul li.nav-event:before {
  background-color: #b3d5f0;
}
#header.headbox #gnavi ul li.nav-shopnews:before {
  background-color: #e8d8ab;
}
#header.headbox #gnavi ul li.nav-shop:before {
  background-color: #c7dec6;
}
#header.headbox #gnavi ul li.nav-facility:before {
  background-color: #f5dfde;
}
#header.headbox #gnavi ul li.nav-contact:before {
  background-color: #fec7bc;
}
#header.headbox #gnavi ul li.nav-open, #header.headbox #gnavi ul li.nav-access, #header.headbox #gnavi ul li.nav-language {
  border-left: 1px solid rgba(163, 138, 119, 0.4);
  padding: 0 0.24rem;
}
@media screen and (max-width: 980px) {
  #header.headbox #gnavi ul li.nav-open, #header.headbox #gnavi ul li.nav-access, #header.headbox #gnavi ul li.nav-language {
    padding: 0 0.16rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul li.nav-open, #header.headbox #gnavi ul li.nav-access, #header.headbox #gnavi ul li.nav-language {
    border-left: none;
    padding-left: 0;
  }
}
#header.headbox #gnavi ul li.nav-open:before, #header.headbox #gnavi ul li.nav-access:before, #header.headbox #gnavi ul li.nav-language:before {
  content: none;
}
#header.headbox #gnavi ul li.nav-open a, #header.headbox #gnavi ul li.nav-access a, #header.headbox #gnavi ul li.nav-language a {
  position: relative;
  display: inline-block;
  padding-left: 0.26rem;
}
#header.headbox #gnavi ul li.nav-open a:before, #header.headbox #gnavi ul li.nav-access a:before, #header.headbox #gnavi ul li.nav-language a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
#header.headbox #gnavi ul li.nav-open a:before {
  width: 0.2rem;
  height: 0.2rem;
  background: transparent url(../img/icon_watch.svg) no-repeat scroll center center/contain;
  top: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul li.nav-open a:before {
    width: 0.15rem;
    height: 0.15rem;
    top: calc((100% - 0.15rem) / 2);
  }
}
#header.headbox #gnavi ul li.nav-access {
  margin-left: 0;
}
#header.headbox #gnavi ul li.nav-access a:before {
  width: 0.16rem;
  height: 0.2rem;
  background: transparent url(../img/icon_train.svg) no-repeat scroll center center/contain;
  top: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul li.nav-access a:before {
    width: 0.125rem;
    height: 0.15rem;
    top: calc((100% - 0.13rem) / 2);
  }
}
#header.headbox #gnavi ul li.nav-language {
  margin-left: 0;
  padding-right: 0;
}
#header.headbox #gnavi ul li.nav-language a:before {
  width: 0.2rem;
  height: 0.2rem;
  background: transparent url(../img/icon_language.svg) no-repeat scroll center center/contain;
  top: calc((100% - 0.2rem) / 2);
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul li.nav-language a:before {
    width: 0.15rem;
    height: 0.15rem;
    top: calc((100% - 0.13rem) / 2);
  }
}
#header.headbox #gnavi ul li.nav-banner {
  padding-left: 0;
  margin-left: 0.28rem;
}
@media screen and (max-width: 980px) {
  #header.headbox #gnavi ul li.nav-banner {
    margin-left: 0.16rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul li.nav-banner {
    display: none;
  }
}
#header.headbox #gnavi ul li.nav-banner:before {
  content: none;
}
#header.headbox #gnavi ul li.nav-banner img {
  width: 1.6rem;
}
#header.headbox .ftlink {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .ftlink {
    display: block;
    font-size: 0.11rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .ftlink ul li {
    margin-top: 0.03rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .ftlink ul li a {
    padding: 0.03rem 0;
    color: #fff;
  }
}
#header.headbox .ftlink ul li.banner {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .ftlink ul li.banner {
    display: inline-block;
    text-align: left;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .ftlink ul li.banner img {
    width: 70%;
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #header {
    z-index: 1800;
  }
}
#header .clsbg {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .menuon #header .clsbg {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: hidden;
  }
}

/*************************
main
************************ */
#main {
  position: relative;
}
#menubtn {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #menubtn {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    position: absolute;
    top: 0.015rem;
    right: -0.125rem;
    z-index: 8000;
    z-index: 1000;
  }
}
@media screen and (max-width: 767.98px) {
  #menubtn span {
    display: block;
    width: 0.2rem;
    height: 2px;
    background-color: #000;
    position: absolute;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  #menubtn span:before, #menubtn span:after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  #menubtn span:before {
    top: -0.06rem;
  }
}
@media screen and (max-width: 767.98px) {
  #menubtn span:after {
    top: 0.06rem;
  }
}

@media screen and (max-width: 767.98px) {
  #close {
    width: 0.4rem;
    height: 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0.025rem;
    right: 0.025rem;
    z-index: 2001;
  }
}
@media screen and (max-width: 767.98px) {
  #close span {
    display: block;
    width: 0.2rem;
    height: 2px;
    background-color: transparent;
    position: absolute;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  #close span:before, #close span:after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  #close span:before {
    top: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media screen and (max-width: 767.98px) {
  #close span:after {
    top: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

.container {
  max-width: 14.4rem;
  padding: 0 0.8rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 0.15rem;
  }
}

.sctbox {
  padding: 0.8rem 0 1rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sctbox {
    padding: 0.4rem 0 0.54rem;
  }
}
.sctbox .ttl {
  text-align: center;
  font-size: 0.38rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.4565;
  margin-bottom: 0.48rem;
}
@media screen and (max-width: 767.98px) {
  .sctbox .ttl {
    font-size: 0.23rem;
    margin-bottom: 0.12rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}
.subpage .sctbox .ttl {
  font-size: 0.33rem;
  margin-bottom: 0.76rem;
}
@media screen and (max-width: 767.98px) {
  .subpage .sctbox .ttl {
    font-size: 0.23rem;
    margin-bottom: 0.4rem;
  }
}
.sctbox .ttl span {
  font-size: 0.27rem;
  padding: 0 0.04rem;
}
@media screen and (max-width: 767.98px) {
  .sctbox .ttl span {
    font-size: 0.16rem;
    padding: 0 0.02rem;
  }
}
.subpage .sctbox .ttl span {
  font-size: 0.23rem;
}
@media screen and (max-width: 767.98px) {
  .subpage .sctbox .ttl span {
    font-size: 0.16rem;
    padding: 0 0.02rem;
  }
}
.sctbox .ttl b {
  display: block;
  font-size: 0.12rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767.98px) {
  .sctbox .ttl b {
    font-size: 0.1rem;
  }
}
.sctbox .listlink {
  position: absolute;
  top: 0.2rem;
  right: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .sctbox .listlink {
    text-align: right;
    position: relative;
    top: auto;
    right: auto;
  }
}
.sctbox .listlink a span {
  font-size: 0.13rem;
  padding-right: 0.64rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sctbox .listlink a span {
    font-size: 0.1rem;
    padding-right: 0.48rem;
  }
}
.sctbox .listlink a span:before, .sctbox .listlink a span:after {
  content: "";
  display: block;
  position: absolute;
}
.sctbox .listlink a span:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 87%, 52% 50%, 0 42%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 87%, 52% 50%, 0 42%);
  width: 0.36rem;
  height: 0.36rem;
  border: 1px solid #000;
  border-radius: 2rem;
  background-color: transparent;
  right: 0;
  top: calc((100% - 0.4rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .sctbox .listlink a span:before {
    width: 0.28rem;
    height: 0.28rem;
    top: calc((100% - 0.3rem) / 2);
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
.sctbox .listlink a span:after {
  width: 0.36rem;
  height: 0.05rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  top: calc(50% - 0.03rem);
  right: 0.2rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .sctbox .listlink a span:after {
    width: 0.28rem;
    height: 0.04rem;
    top: calc(50% - 0.02rem);
    right: 0.16rem;
  }
}
.mouse .sctbox .listlink a:hover {
  opacity: 1;
}
.mouse .sctbox .listlink a:hover span:after {
  right: 0.15rem;
}
.sctbox .txtbox {
  max-width: 800px;
  margin: 0 auto;
}
.sctbox .txtbox p:first-of-type {
  margin-top: 0;
}
.sctbox .tabbox {
  position: relative;
}
.sctbox .tabbox .tablist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sctbox .tabbox .tablist-item {
  height: 0.5rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.sctbox .tabbox .tablist-item a,
.sctbox .tabbox .tablist-item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
@media screen and (max-width: 767.98px) {
  .sctbox .tabbox .tablist-item a,
  .sctbox .tabbox .tablist-item span {
    border: none;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.mouse .sctbox .tabbox .tablist-item a:hover,
.mouse .sctbox .tabbox .tablist-item span:hover {
  background-color: #a9894b;
  border-color: #a9894b;
  color: #fff;
  opacity: 1;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sctbox .tabbox .tablist-item a {
    padding: 0 0.04rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sctbox .tabbox .tablist-item:not(.active):first-child {
    border-left: 1px solid #000;
  }
}
.sctbox .tabbox .tablist-item.active {
  cursor: auto;
}
.sctbox .tabbox .tablist-item.active a,
.sctbox .tabbox .tablist-item.active span {
  background-color: #a9894b;
  border-color: #a9894b;
  color: #fff;
  position: relative;
}
.sctbox .tabbox .tablist-item.active a:after,
.sctbox .tabbox .tablist-item.active span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.11rem solid transparent;
  border-top-color: #a9894b;
  position: absolute;
  bottom: -0.2rem;
  left: calc(50% - 0.11rem);
  opacity: 1;
}
.sctbox .tabbox .tablist-item.active a {
  pointer-events: none;
}
.post-type-archive-shopnews.date .sctbox .tabbox .tablist-item:first-of-type a {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.post-type-archive-shopnews .sctbox .tabbox .tablist-item:nth-of-type(2) a {
  border-left: 1px solid #000;
}
.sctbox .tabbox .monthbox {
  width: 2.6rem;
  position: absolute;
  bottom: -0.9rem;
  right: 0;
}
.sctbox .tabbox .monthbox .tabmonth {
  background-color: rgba(241, 240, 236, 0.75);
  position: relative;
}
.sctbox .tabbox .monthbox .tabmonth .title {
  margin-top: 0;
  font-size: 0.15rem;
  color: #555;
  width: 2.6rem;
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.04rem 0.16rem;
  position: relative;
}
.sctbox .tabbox .monthbox .tabmonth .title:before, .sctbox .tabbox .monthbox .tabmonth .title:after {
  content: "";
  display: block;
  position: absolute;
}
.sctbox .tabbox .monthbox .tabmonth .title:before {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #a9894b;
  top: 0;
  right: 0;
}
.sctbox .tabbox .monthbox .tabmonth .title:after {
  width: 0.07rem;
  height: 0.07rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  top: calc((100% - 0.07rem) / 2);
  right: 0.16rem;
}
.sctbox .tabbox .monthbox .tabmonth-list {
  display: none;
  position: absolute;
  top: 0.4rem;
  left: 0;
  z-index: 10;
}
.sctbox .tabbox .monthbox .tabmonth-list li {
  margin-top: 0.01rem;
}
.sctbox .tabbox .monthbox .tabmonth-list li a {
  display: block;
  font-size: 0.15rem;
  width: 2.6rem;
  height: 0.4rem;
  background-color: rgba(241, 240, 236, 0.75);
  line-height: 0.4rem;
  padding: 0.04rem 0.16rem;
}
.sctbox .listimg {
  padding: 0.4rem 0 0.2rem;
  position: relative;
}
.sctbox .listimg ul {
  border: 1px solid #e7e7e7;
  background-color: #f9f9f9;
  padding: 0.2rem 0.4rem;
  margin-left: -0.4rem;
}
@media screen and (max-width: 767.98px) {
  .sctbox .listimg ul {
    margin-left: 0;
    padding: 0.16rem 0.16rem 0.3rem;
  }
}
.sctbox .listimg ul li {
  font-size: 0.22rem;
  font-weight: 700;
  padding-left: 0.28rem;
  line-height: 1.64;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .sctbox .listimg ul li {
    font-size: 0.17rem;
    line-height: 1.4;
  }
}
.sctbox .listimg ul li:before {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  border-radius: 0;
  opacity: 1;
  border-bottom: 3px solid #9fc802;
  border-right: 3px solid #9fc802;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 5px;
}
@media screen and (max-width: 767.98px) {
  .sctbox .listimg ul li:before {
    width: 0.13rem;
    height: 0.16rem;
    top: 0.02rem;
    left: 0.04rem;
  }
}
.sctbox .listimg figure {
  width: 3rem;
  position: absolute;
  right: 0;
  top: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .sctbox .listimg figure {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    margin-top: -0.2rem;
    text-align: center;
  }
}
.sctbox .listimg figure img {
  width: 100%;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .sctbox .listimg figure img {
    width: 80%;
  }
}
.sctbox .icon-chk li {
  line-height: 1.75;
  position: relative;
}
.sctbox .icon-chk li:before {
  content: "";
  display: block;
  width: 0.19rem;
  height: 0.13rem;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  position: absolute;
  left: 0;
  top: 0.13rem;
}
@media screen and (max-width: 767.98px) {
  .sctbox .icon-chk li:before {
    width: 0.14rem;
    height: 0.09rem;
    border-left-width: 3px;
    border-bottom-width: 3px;
    top: 0.1rem;
  }
}
.sctbox .imgw {
  width: 100%;
}
.sctbox .imgr {
  float: right;
  margin-left: 0.4rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .sctbox .imgr {
    float: none;
    margin-left: 0;
    margin-bottom: 0.24rem;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .sctbox .imgr img {
    width: 80%;
  }
}
.sctbox .ftlt {
  text-decoration: line-through;
}
.sctbox .ftorg {
  color: #fe9500;
}
.sctbox .ftppl {
  color: #601986;
}
.sctbox .bgy {
  background-color: #fffd38;
  padding-left: 0.06rem;
  padding-right: 0.06rem;
}
.sctbox .mkr {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffd38));
  background: -webkit-linear-gradient(transparent 60%, #fffd38 60%);
  background: linear-gradient(transparent 60%, #fffd38 60%);
}
.sctbox .mkrorg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fe9500));
  background: -webkit-linear-gradient(transparent 60%, #fe9500 60%);
  background: linear-gradient(transparent 60%, #fe9500 60%);
}
.sctbox .mkr-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(92%, #ffde00));
  background: -webkit-linear-gradient(transparent 92%, #ffde00 92%);
  background: linear-gradient(transparent 92%, #ffde00 92%);
}
.sctbox .txtc {
  text-align: center;
}
.sctbox .fzlg {
  font-size: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .sctbox .fzlg {
    font-size: 0.19rem;
  }
}
.sctbox.detailhd {
  padding: 0.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .sctbox.detailhd {
    padding: 0.2rem 0 0.3rem;
  }
}
.sctbox.detailhd .ttl {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.15);
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .sctbox.detailhd .ttl {
    font-size: 0.12rem;
  }
}
.sctbox.detailhd .ttl span {
  font-size: 0.11rem;
}
/*************************
pagenav
************************ */
.pagenav {
  text-align: center;
  padding-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .pagenav {
    padding-top: 0.4rem;
  }
}
.pagenav .wp-pagenavi a,
.pagenav .wp-pagenavi span {
  display: inline-block;
  font-size: 0.13rem;
  font-family: "trajan-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 2rem;
  line-height: inherit;
  border: 1px solid transparent;
  margin: 0 0.08rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .pagenav .wp-pagenavi a,
  .pagenav .wp-pagenavi span {
    font-size: 0.11rem;
    line-height: 2.2;
    margin: 0;
  }
}
.pagenav .wp-pagenavi .first,
.pagenav .wp-pagenavi .previouspostslink,
.pagenav .wp-pagenavi .nextpostslink,
.pagenav .wp-pagenavi .last {
  width: auto;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pagenav .wp-pagenavi .first,
  .pagenav .wp-pagenavi .previouspostslink,
  .pagenav .wp-pagenavi .nextpostslink,
  .pagenav .wp-pagenavi .last {
    border: none;
  }
}
.mouse .pagenav .wp-pagenavi .first:hover,
.mouse .pagenav .wp-pagenavi .previouspostslink:hover,
.mouse .pagenav .wp-pagenavi .nextpostslink:hover,
.mouse .pagenav .wp-pagenavi .last:hover {
  border-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .pagenav .wp-pagenavi .first {
    margin-right: 0.12rem;
  }
}
.pagenav .wp-pagenavi .first:before, .pagenav .wp-pagenavi .first:after {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: calc((100% - 0.06rem) / 2);
  left: -0.08rem;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.pagenav .wp-pagenavi .first:after {
  left: -0.12rem;
}
.pagenav .wp-pagenavi .previouspostslink:before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: calc((100% - 0.06rem) / 2);
  left: -0.08rem;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media screen and (max-width: 767.98px) {
  .pagenav .wp-pagenavi .extend {
    margin: 0;
    width: auto;
  }
}
.pagenav .wp-pagenavi .current {
  border-color: #000;
}
.mouse .pagenav .wp-pagenavi .page:hover {
  background-color: #000;
  color: #fff;
}
.pagenav .wp-pagenavi .nextpostslink:before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: calc((100% - 0.06rem) / 2);
  right: -0.08rem;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media screen and (max-width: 767.98px) {
  .pagenav .wp-pagenavi .last {
    margin-left: 0.12rem;
  }
}
.pagenav .wp-pagenavi .last:before, .pagenav .wp-pagenavi .last:after {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: calc((100% - 0.06rem) / 2);
  right: -0.08rem;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.pagenav .wp-pagenavi .last:after {
  right: -0.12rem;
}

/* ************************
related
************************ */
.relatedbox {
  padding-top: 0.6rem;
  background-color: #f1f0ec;
}
@media screen and (max-width: 767.98px) {
  .relatedbox {
    padding-top: 0.36rem;
  }
}
.relatedbox .related-title {
  width: 100%;
  margin-top: 0;
  padding-bottom: 0.2rem;
  font-size: 0.22rem;
  font-weight: 500;
  color: #684b38;
}
@media screen and (max-width: 767.98px) {
  .relatedbox .related-title {
    font-size: 0.15rem;
    padding-bottom: 0;
  }
}
.relatedbox .related-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .relatedbox .related-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.relatedbox .related-news {
  width: calc((100% - 0.4rem * 3) / 4);
  margin-right: 0.4rem;
  margin-top: 0.4rem;
  padding: 0.05rem;
  background-color: #fff;
  border-radius: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .relatedbox .related-news {
    width: calc((100% - 0.16rem * 1) / 2);
    margin-right: 0;
    margin-top: 0.16rem;
  }
}
.relatedbox .related-news-ph figure {
  overflow: hidden;
  position: relative;
}
.relatedbox .related-news-ph figure img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.relatedbox .related-news-ph figure img:first-of-type {
  position: relative;
  z-index: 2;
}
.relatedbox .related-news-ph figure img:nth-of-type(2) {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.relatedbox .related-news-info {
  padding: 0.2rem 0.16rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  .relatedbox .related-news-info {
    padding: 0.2rem 0.05rem 0.1rem;
  }
}
.relatedbox .related-news-info-name {
  font-size: 0.17rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .relatedbox .related-news-info-name {
    font-size: 0.13rem;
  }
}
.relatedbox .related-news-info-txt {
  font-size: 0.15rem;
  line-height: 1.7333;
  margin-top: 0.08rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .relatedbox .related-news-info-txt {
    font-size: 0.11rem;
    line-height: 1.6364;
  }
}
.relatedbox .related-news-info-date {
  font-size: 0.13rem;
  color: #a9894b;
}
@media screen and (max-width: 767.98px) {
  .relatedbox .related-news-info-date {
    font-size: 0.1rem;
    display: block;
    padding-top: 0.04rem;
  }
}
.relatedbox .related-news:nth-of-type(4n) {
  margin-right: 0;
}
.relatedbox .related-news:nth-of-type(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .relatedbox .related-news:nth-of-type(-n+4) {
    margin-top: 0.16rem;
  }
}

/*************************
breadcrumb
************************ */
.breadbox {
  background-color: rgba(241, 240, 236, 0.5);
  padding: 0.05rem 0;
}
@media screen and (max-width: 767.98px) {
  .breadbox {
    overflow-y: scroll;
    white-space: nowrap;
  }
}

.breadcrumbs {
  max-width: 14.4rem;
  margin: 0 auto;
  padding: 0 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .breadcrumbs {
    padding: 0 0.15rem;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 0.13rem;
  color: #555;
}
@media screen and (max-width: 767.98px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 0.1rem;
  }
}
.breadcrumbs a br,
.breadcrumbs span br {
  display: none;
}
.breadcrumbs > span {
  margin-left: 0.4rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .breadcrumbs > span {
    margin-left: 0.3rem;
  }
}
.breadcrumbs > span:before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  left: -0.24rem;
  top: calc((100% - 0.06rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .breadcrumbs > span:before {
    left: -0.2rem;
  }
}
.breadcrumbs > span:first-of-type {
  margin-left: 0;
}
.breadcrumbs > span:first-of-type:before {
  content: none;
}
@media screen and (max-width: 767.98px) {
  .breadcrumbs > span:last-of-type {
    padding-right: 0.08rem;
  }
}
/*************************
footer
************************ */
#footlinks {
  padding-bottom: 0;
  background-color: #51504f;
}
@media screen and (max-width: 767.98px) {
  #footlinks {
    padding-top: 0.45rem;
  }
}
#footlinks .linkbox {
  text-align: center;
}
#footlinks .linkbox-top {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#footlinks .linkbox-top > div {
  margin: 0 0.5rem;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-top > div {
    margin: 0 0.12rem;
  }
}
#footlinks .linkbox-top > div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.2rem;
  height: 1rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-top > div a {
    width: 1.45rem;
    height: 1.35rem;
    text-align: center;
  }
}
#footlinks .linkbox-top > div a span {
  display: inline-block;
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-top > div a span {
    font-size: 0.17rem;
    text-align: center;
  }
}
#footlinks .linkbox-top > div a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-top > div a span:before {
    position: relative;
    left: auto;
    margin: 0 auto 0.18rem;
    text-align: center;
  }
}
#footlinks .linkbox-top > div a span b {
  display: block;
  font-size: 0.11rem;
  font-family: "aviano-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0.1rem;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-top > div a span b {
    font-size: 0.1rem;
    margin-top: 0.08rem;
  }
}
.mouse #footlinks .linkbox-top > div a:hover {
  opacity: 1;
}
#footlinks .linkbox-top .businesshours a {
  -webkit-box-shadow: -0.05rem -0.05rem 0 #b3d5f0, 0.05rem 0.05rem 0 #c7dec6;
          box-shadow: -0.05rem -0.05rem 0 #b3d5f0, 0.05rem 0.05rem 0 #c7dec6;
}
#footlinks .linkbox-top .businesshours a span {
  padding-left: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-top .businesshours a span {
    padding-left: 0;
  }
}
#footlinks .linkbox-top .businesshours a span:before {
  width: 0.46rem;
  height: 0.46rem;
  background: transparent url(../img/icon_watch.svg) no-repeat scroll center center/contain;
  top: calc((100% - 0.46rem) / 2);
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-top .businesshours a span:before {
    width: 0.35rem;
    height: 0.35rem;
    top: auto;
  }
}
.mouse #footlinks .linkbox-top .businesshours a:hover {
  -webkit-box-shadow: 0.1rem 0.1rem 0 #b3d5f0, -0.1rem -0.1rem 0 #c7dec6;
          box-shadow: 0.1rem 0.1rem 0 #b3d5f0, -0.1rem -0.1rem 0 #c7dec6;
}
#footlinks .linkbox-top .access a {
  -webkit-box-shadow: -0.05rem -0.05rem 0 #e8d8ab, 0.05rem 0.05rem 0 #f5dfde;
          box-shadow: -0.05rem -0.05rem 0 #e8d8ab, 0.05rem 0.05rem 0 #f5dfde;
}
#footlinks .linkbox-top .access a span {
  padding-left: 0.68rem;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-top .access a span {
    padding-left: 0;
  }
}
#footlinks .linkbox-top .access a span:before {
  width: 0.37rem;
  height: 0.45rem;
  background: transparent url(../img/icon_train.svg) no-repeat scroll center center/contain;
  top: calc((100% - 0.47rem) / 2);
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-top .access a span:before {
    width: 0.28rem;
    height: 0.34rem;
    top: auto;
  }
}
.mouse #footlinks .linkbox-top .access a:hover {
  -webkit-box-shadow: 0.1rem 0.1rem 0 #e8d8ab, -0.1rem -0.1rem 0 #f5dfde;
          box-shadow: 0.1rem 0.1rem 0 #e8d8ab, -0.1rem -0.1rem 0 #f5dfde;
}
#footlinks .linkbox-bottom {
  text-align: center;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-bottom {
    padding: 0.3rem 0;
  }
}
#footlinks .linkbox-bottom ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-bottom ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#footlinks .linkbox-bottom ul li {
  padding: 0 0.14rem;
  border-left: 1px solid #fff;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-bottom ul li {
    padding: 0 0.04rem;
  }
}
#footlinks .linkbox-bottom ul li a {
  color: #fff;
  font-size: 0.15rem;
  padding: 0.02rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-bottom ul li a {
    font-size: 0.11rem;
    padding: 0.02rem 0.06rem;
  }
}
#footlinks .linkbox-bottom ul li:first-of-type {
  border-left: none;
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-bottom ul li:nth-of-type(4) {
    border-left: none;
  }
}
@media screen and (max-width: 767.98px) {
  #footlinks .linkbox-bottom ul li:nth-of-type(n+4) {
    margin-top: 0.2rem;
  }
}
#footlinks .foot-slide {
  padding: 0.3rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #footlinks .foot-slide {
    padding: 0.24rem 0;
  }
}
#footlinks .foot-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 80, 79, 0.2);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
#footlinks .foot-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#footlinks .foot-slide .swiper-slide {
  width: 2.7rem;
  height: 0.9rem;
  padding: 0 0.05rem;
}
@media screen and (max-width: 767.98px) {
  #footlinks .foot-slide .swiper-slide {
    width: 1.95rem;
    height: 0.65rem;
  }
}
#footlinks .foot-slide .swiper-slide figure {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.06rem 0.44rem;
}
#footlinks .foot-slide .swiper-slide figure img {
  width: 100%;
  height: 100%;
}

/*************************
footer
************************ */
#footer {
  width: 100%;
  position: relative;
  z-index: 10;
}
#footer .container {
  max-width: 14.4rem;
  padding: 0 0.8rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #footer .container {
    padding: 0 0.25rem;
  }
}
#footer .ftbnrbox {
  padding-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  #footer .ftbnrbox {
    padding-top: 0.25rem;
    padding-bottom: 0.08rem;
  }
}
#footer .ftbnrbox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  #footer .ftbnrbox ul {
    display: block;
  }
}
#footer .ftbnrbox ul li {
  width: calc((100% - 0.8rem) / 3);
}
@media screen and (max-width: 767.98px) {
  #footer .ftbnrbox ul li {
    width: 100%;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  #footer .ftbnrbox ul li:first-of-type {
    margin-top: 0;
  }
}
#footer .ftlogo {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #footer .ftlogo {
    padding: 0.38rem 0 0.32rem;
  }
}
#footer .ftlogo a img {
  width: 5rem;
}
@media screen and (max-width: 767.98px) {
  #footer .ftlogo a img {
    width: 3rem;
  }
}
#footer .ftbtm {
  padding: 0 0.4rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #footer .ftbtm {
    display: block;
    padding: 0.03rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  #footer .ftbtm .ftlink {
    display: none;
  }
}
#footer .ftbtm .ftlink ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .ftbtm .ftlink ul li {
  padding: 0 0.05rem;
  border-left: 1px solid rgba(85, 85, 85, 0.25);
  line-height: 1;
}
#footer .ftbtm .ftlink ul li a {
  font-size: 0.13rem;
  padding: 0.02rem 0.16rem;
}
#footer .ftbtm .ftlink ul li:first-of-type {
  border-left: none;
}

#copyright {
  display: block;
  text-align: center;
  font-size: 0.12rem;
  line-height: 1;
  color: #a9894b;
  padding: 0.2rem 0 0.24rem;
}
@media screen and (max-width: 767.98px) {
  #copyright {
    text-align: center;
    font-size: 0.1rem;
    letter-spacing: 0.04em;
    padding: 0.04rem 0;
  }
}