@charset "UTF-8";
@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, "游ゴシック体", 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 #0a0a0a;
  border-right: 1px solid #0a0a0a;
  -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 {
  width: 3rem;
  height: 0.6rem;
  background-color: #0a0a0a;
  border-radius: 2rem;
  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 {
    height: auto;
    width: 60%;
    font-size: 0.18rem;
    padding: 0.08rem;
  }
}
.btn span {
  display: inline-block;
  font-size: 0.16rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .btn span {
    font-size: 0.11rem;
    letter-spacing: 0.2em;
  }
}
.mouse .btn:hover {
  opacity: 1;
  background-color: rgba(10, 10, 10, 0.8);
}
.mouse .btn:hover span {
  color: #fff;
}
.mouse .btn:hover span:after {
  border-color: #fff;
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.arrow-left {
  padding-left: 0.34rem;
  position: relative;
}
.arrow-left:before {
  content: "";
  display: block;
  width: 0.23rem;
  height: 0.06rem;
  border-left: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  bottom: 0.12rem;
  left: 0.04rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .arrow-left:before {
    width: 0.15rem;
    height: 0.04rem;
    bottom: 0.09rem;
  }
}
.mouse .arrow-left:hover:before {
  left: -0.02rem;
}

.more {
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 0.18rem;
  padding-right: 0.26rem;
  position: relative;
}
.more:after {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.04rem;
  border-right: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  top: 0.14rem;
  right: 0.02rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mouse .more:hover:after {
  right: -0.02rem;
}

/* アニメーション */
.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
************************ */
.swiper-nav .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;
}
.swiper-nav .swiper-pagination-bullet {
  background-color: #d9d9d9;
  border-radius: 0 !important;
  width: 0.3rem;
  height: 0.06rem;
  margin: 0 0.05rem !important;
  opacity: 1 !important;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-nav .swiper-pagination-bullet-active {
  background-color: #269db9;
  width: 0.48rem;
}
.swiper-nav .swiper-prev, .swiper-nav .swiper-next {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #269db9;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.03rem rgba(10, 10, 10, 0.3);
          box-shadow: 0 0 0.03rem rgba(10, 10, 10, 0.3);
}
.swiper-nav .swiper-prev span, .swiper-nav .swiper-next span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-nav .swiper-prev span:before, .swiper-nav .swiper-next span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.09rem solid transparent;
  border-right: 0.12rem solid #fff;
  position: absolute;
  top: calc((100% - 0.18rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .swiper-nav .swiper-prev span:before, .swiper-nav .swiper-next span:before {
    width: 0.08rem;
    height: 0.08rem;
  }
}
.swiper-nav .swiper-prev span:before {
  left: calc(50% - 0.16rem);
}
.swiper-nav .swiper-next span:before {
  left: calc(50% - 0.05rem);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*************************
common
************************ */
body {
  font-size: 0.15rem;
  line-height: 1.8667;
  background-color: #f2f2f2;
  color: #0a0a0a;
  letter-spacing: 0.05em;
  min-width: 1200px;
  -webkit-transition: opacity 0.7s ease 0s;
  transition: opacity 0.7s ease 0s;
  position: relative;
}
@media screen and (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 0.13rem;
    line-height: 1.7692307692;
    min-width: 0;
  }
}
body.menuon {
  overflow: hidden;
}

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 0.5s ease 0s;
  transition: all 0.5s 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-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
[data-iv-list].linkinglist li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-iv-list] ul li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-iv-list] ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-iv-list] ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-iv-list] ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-iv-list] ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-iv-list] ul li:nth-of-type(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-iv-list] ul li:nth-of-type(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-iv-list] ul li:nth-of-type(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-iv-list] ul li:nth-of-type(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-iv-list] ul li:nth-of-type(10) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

/*************************
accordion
************************ */
[data-accordion-name] {
  font-size: 0.2rem;
  cursor: pointer;
  position: relative;
}
[data-accordion-name]:before, [data-accordion-name]:after {
  content: "";
  display: block;
  background-color: #0a0a0a;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
[data-accordion-name]:before {
  width: 0.24rem;
  height: 2px;
  top: 50%;
  right: 0.24rem;
}
@media screen and (max-width: 767.98px) {
  [data-accordion-name]:before {
    width: 0.13rem;
    height: 1px;
    right: 0.12rem;
  }
}
[data-accordion-name]:after {
  width: 2px;
  height: 0.24rem;
  top: calc(50% - 0.11rem);
  right: 0.35rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767.98px) {
  [data-accordion-name]:after {
    width: 1px;
    height: 0.13rem;
    right: 0.18rem;
    top: calc(50% - 0.06rem);
  }
}
[data-accordion-name].close:after {
  height: 0;
  -webkit-transform: translateY(0.12rem);
          transform: translateY(0.12rem);
}
@media screen and (max-width: 767.98px) {
  [data-accordion-name].close:after {
    -webkit-transform: translateY(0.06rem);
            transform: translateY(0.06rem);
  }
}

[data-accordion-cont] {
  display: none;
}

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

/* ************************
particles-js
************************ */
.particles-js {
  width: 4rem;
}
@media screen and (max-width: 767.98px) {
  .particles-js {
    width: 100%;
  }
}

/* ************************
header
************************ */
#header {
  position: relative;
}
#header.headbox {
  width: 100%;
  height: 0.8rem;
  margin: 0.2rem 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.5rem;
  }
}
#header.headbox .container {
  width: 100%;
  max-width: none;
  padding: 0 0.5rem;
  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.5rem;
  }
}
#header.headbox .logo {
  width: 1.6rem;
  font-size: 0;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .logo {
    width: 1.2rem;
    z-index: 2100;
  }
}
#header.headbox .logo a {
  width: 1.6rem;
}
.safari #header.headbox .logo a, .firefox #header.headbox .logo a {
  width: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .safari #header.headbox .logo a, .firefox #header.headbox .logo a {
    width: 1.2rem;
  }
}
#header.headbox .logo a svg {
  fill: #269db9;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .menuon #header.headbox .logo a svg {
    fill: #fff;
  }
}
#header.headbox .logo a p {
  font-size: 0.11rem;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-top: 0.08rem;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .logo a p {
    font-size: 0.1rem;
    margin: 0.04rem -0.16rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #header.headbox .logo a p {
    color: #fff;
  }
}
#header.headbox .gnavibox {
  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;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .gnavibox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #269db9;
    padding-top: 0.5rem;
    padding: 1.2rem 0.25rem 0.3rem;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: -100%;
    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 .gnavibox .menu-polygon {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .gnavibox .menu-polygon {
    display: block;
    width: 65%;
    position: absolute;
    top: 50%;
    right: -0.1rem;
    z-index: -1;
  }
}
#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;
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul {
    display: block;
  }
}
#header.headbox #gnavi ul li {
  line-height: 1.2;
  position: relative;
}
#header.headbox #gnavi ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #0a0a0a;
  position: absolute;
  top: calc((100% - 13px) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul li:before {
    content: none;
  }
}
#header.headbox #gnavi ul li a {
  font-size: 0.14rem;
  padding: 0 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #header.headbox #gnavi ul li a {
    display: block;
    font-size: 0.2rem;
    font-weight: 700;
    padding: 0.18rem 0 0.16rem;
    color: #fff;
  }
}
#header.headbox #gnavi ul li:first-of-type:before {
  content: none;
}
#header.headbox .hdlink ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul {
    display: block;
  }
}
#header.headbox .hdlink ul li {
  margin-left: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li {
    margin-left: 0;
  }
}
#header.headbox .hdlink ul li a {
  min-width: 1.5rem;
  border-radius: 2rem;
  color: #fff;
  text-align: center;
  padding: 0.04rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li a {
    min-width: none;
    border-radius: 0;
    padding: 0.18rem 0 0.16rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-download, #header.headbox .hdlink ul li.nav-trial {
    padding-left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-download a, #header.headbox .hdlink ul li.nav-trial a {
    padding-top: 0.17rem;
    text-align: left;
    position: relative;
  }
}
#header.headbox .hdlink ul li.nav-download a:before, #header.headbox .hdlink ul li.nav-trial a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-download a span, #header.headbox .hdlink ul li.nav-trial a span {
    display: inline-block;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.2;
  }
}
#header.headbox .hdlink ul li.nav-download a {
  background-color: #269db9;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-download a {
    background-color: transparent;
  }
}
#header.headbox .hdlink ul li.nav-trial a {
  background-color: #0a0a0a;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .hdlink ul li.nav-trial a {
    background-color: transparent;
  }
}
#header.headbox .ftlink {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #header.headbox .ftlink {
    display: block;
    font-size: 0.14rem;
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .ftlink ul li {
    margin-top: 0.02rem;
  }
}
@media screen and (max-width: 767.98px) {
  #header.headbox .ftlink ul li a {
    padding: 0.02rem 0;
    color: #fff;
  }
}
@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;
  }
}
#header .copyright {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #header .copyright {
    display: block;
    margin-top: 0.36rem;
  }
}

/*************************
main
************************ */
#main {
  position: relative;
}
#menubtn {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #menubtn {
    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: fixed;
    position: absolute;
    top: 0.015rem;
    right: -0.125rem;
    z-index: 2100;
  }
}
@media screen and (max-width: 767.98px) {
  #menubtn span {
    display: block;
    width: 0.2rem;
    height: 2px;
    background-color: #0a0a0a;
    position: absolute;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #menubtn span {
    background-color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  #menubtn span:before, #menubtn span:after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2px;
    background-color: #0a0a0a;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #menubtn span:before, .menuon #menubtn span:after {
    background-color: #fff;
  }
}
@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) {
  .menuon #menubtn span {
    background: transparent;
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #menubtn span:before {
    top: -0.06rem;
    top: 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media screen and (max-width: 767.98px) {
  .menuon #menubtn span:after {
    top: 0.06rem;
    top: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

@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 #0a0a0a;
  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 #0a0a0a;
  border-right: 1px solid #0a0a0a;
  -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;
}
.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 #0a0a0a;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .sctbox .tabbox .tablist-item a,
  .sctbox .tabbox .tablist-item span {
    border: none;
    border-top: 1px solid #0a0a0a;
    border-right: 1px solid #0a0a0a;
    border-bottom: 1px solid #0a0a0a;
  }
}
.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:not(.active):first-child {
    border-left: 1px solid #0a0a0a;
  }
}
.sctbox .tabbox .tablist-item.active span {
  background-color: #a9894b;
  border-color: #a9894b;
  color: #fff;
  position: relative;
}
.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 .monthbox {
  width: 2.6rem;
  position: absolute;
  bottom: -0.9rem;
  right: 0;
}
.sctbox .tabbox .monthbox .tabmonth {
  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;
  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(10, 10, 10, 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;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .pagenav {
    padding-top: 0.3rem;
  }
}
.pagenav .wp-pagenavi {
  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;
}
.pagenav .wp-pagenavi a,
.pagenav .wp-pagenavi span {
  display: inline-block;
  font-size: 0.24rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  color: #b2b2b2;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin: 0 0.04rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .pagenav .wp-pagenavi a,
  .pagenav .wp-pagenavi span {
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.14rem;
    margin: 0 0.02rem;
  }
}
.pagenav .wp-pagenavi span {
  color: #0a0a0a;
}
.pagenav .wp-pagenavi .first,
.pagenav .wp-pagenavi .previouspostslink,
.pagenav .wp-pagenavi .nextpostslink,
.pagenav .wp-pagenavi .last {
  width: 0.3rem;
  height: 0.3rem;
  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 {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.pagenav .wp-pagenavi .previouspostslink:before {
  content: "";
  display: block;
  width: 0.23rem;
  height: 0.06rem;
  border-left: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  bottom: 0.14rem;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .pagenav .wp-pagenavi .previouspostslink:before {
    width: 0.15rem;
    height: 0.04rem;
    bottom: 0.09rem;
  }
}
.mouse .pagenav .wp-pagenavi .previouspostslink:hover:before {
  left: -0.06rem;
}
.pagenav .wp-pagenavi .extend {
  color: #b2b2b2;
  font-size: 0.15rem;
}
@media screen and (max-width: 767.98px) {
  .pagenav .wp-pagenavi .extend {
    margin: 0;
    width: auto;
  }
}
.mouse .pagenav .wp-pagenavi .page:hover {
  color: #0a0a0a;
}
.pagenav .wp-pagenavi .nextpostslink:before {
  content: "";
  display: block;
  width: 0.23rem;
  height: 0.06rem;
  border-right: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  bottom: 0.14rem;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .pagenav .wp-pagenavi .nextpostslink:before {
    width: 0.15rem;
    height: 0.04rem;
    bottom: 0.09rem;
  }
}
.mouse .pagenav .wp-pagenavi .nextpostslink:hover:before {
  right: -0.06rem;
}
@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 #0a0a0a;
  border-right: 1px solid #0a0a0a;
  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;
}

.post-listlink {
  position: relative;
  z-index: 1;
}
.post-listlink .post-pagenavi {
  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;
}
.post-listlink .post-pagenavi .prev,
.post-listlink .post-pagenavi .next {
  min-width: 1rem;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .post-listlink .post-pagenavi .prev,
  .post-listlink .post-pagenavi .next {
    min-width: 0.7rem;
  }
}
.post-listlink .post-pagenavi .prev a,
.post-listlink .post-pagenavi .next a {
  display: block;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .post-listlink .post-pagenavi .prev a,
  .post-listlink .post-pagenavi .next a {
    font-size: 0.11rem;
  }
}
.post-listlink .post-pagenavi .prev a:before,
.post-listlink .post-pagenavi .next a:before {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.05rem;
  border-bottom: 1px solid #0a0a0a;
  position: absolute;
  bottom: 0.13rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .post-listlink .post-pagenavi .prev a:before,
  .post-listlink .post-pagenavi .next a:before {
    width: 0.15rem;
    height: 0.04rem;
    bottom: 0.08rem;
  }
}
.post-listlink .post-pagenavi .prev {
  margin-top: 0;
}
.post-listlink .post-pagenavi .prev a {
  padding-left: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .post-listlink .post-pagenavi .prev a {
    padding-left: 0.2rem;
  }
}
.post-listlink .post-pagenavi .prev a:before {
  border-left: 1px solid #0a0a0a;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  left: 0;
}
.mouse .post-listlink .post-pagenavi .prev a:hover:before {
  left: -0.06rem;
}
.post-listlink .post-pagenavi .next {
  margin-top: 0;
}
.post-listlink .post-pagenavi .next a {
  text-align: right;
  padding-right: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .post-listlink .post-pagenavi .next a {
    padding-right: 0.2rem;
  }
}
.post-listlink .post-pagenavi .next a:before {
  border-right: 1px solid #0a0a0a;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  right: 0;
}
.mouse .post-listlink .post-pagenavi .next a:hover:before {
  right: -0.06rem;
}
.post-listlink .post-pagenavi .list {
  margin: 0 1rem;
}
@media screen and (max-width: 767.98px) {
  .post-listlink .post-pagenavi .list {
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .post-listlink .post-pagenavi .list a {
    margin: 0;
    font-size: 0.11rem;
  }
}

/* ************************
related
************************ */
.relatedbox {
  padding-top: 0.6rem;
}
@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-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;
  }
}

/*************************
foot-polygon
************************ */
.foot-polygon {
  position: absolute;
  bottom: -0.2rem;
  left: -0.5rem;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .foot-polygon {
    width: 3.1rem;
    left: -1.6rem;
  }
}

/*************************
breadcrumb
************************ */
.breadbox {
  background-color: #269db9;
  position: relative;
  z-index: 1;
}
.breadbox .breadcrumbs {
  width: 11rem;
  margin: 0 auto;
  padding: 0.2rem 0 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .breadbox .breadcrumbs {
    width: 100%;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    overflow-y: scroll;
    white-space: nowrap;
  }
}
.breadbox .breadcrumbs a,
.breadbox .breadcrumbs span {
  color: #fff;
}
.breadbox .breadcrumbs > span {
  display: inline-block;
  position: relative;
}
.breadbox .breadcrumbs > span:after {
  content: "/";
  display: inline-block;
  margin: 0 0.08rem;
}
.breadbox .breadcrumbs > span:last-of-type:after {
  content: none;
}

/*************************
totop
************************ */
#totop {
  position: fixed;
  bottom: 1.8rem;
  right: 0.4rem;
  z-index: 200;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  #totop {
    bottom: 1rem;
    right: 0.16rem;
  }
}
#totop span {
  display: inline-block;
  cursor: pointer;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  color: #0a0a0a;
  line-height: 1;
  position: relative;
  padding-right: 0.84rem;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  #totop span {
    font-size: 0.14rem;
    padding-right: 0.44rem;
  }
}
#totop span:before {
  content: "";
  display: block;
  width: 0.77rem;
  height: 0.05rem;
  border-bottom: 1px solid #0a0a0a;
  border-right: 1px solid #0a0a0a;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  top: calc((100% - 0.08rem) / 2);
  left: 0.6rem;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  #totop span:before {
    width: 0.38rem;
    height: 0.03rem;
    top: calc((100% - 0.06rem) / 2);
    left: 0.36rem;
  }
}
#totop.show {
  opacity: 1;
  visibility: visible;
}
#totop.white span {
  color: #fff;
}
#totop.white span:before {
  border-color: #fff;
}
.mouse #totop:hover span:before {
  -webkit-animation: totop 1.2s ease 0s infinite forwards;
          animation: totop 1.2s ease 0s infinite forwards;
}
@media screen and (max-width: 767.98px) {
  #top #totop {
    bottom: 1.9rem;
  }
}

@-webkit-keyframes totop {
  0% {
    width: 0.16rem;
  }
  100% {
    width: 0.77rem;
  }
}

@keyframes totop {
  0% {
    width: 0.16rem;
  }
  100% {
    width: 0.77rem;
  }
}
/*************************
footer
************************ */
#footer {
  width: 100%;
  padding: 0.8rem 0;
  background-color: #269db9;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #footer {
    padding-bottom: 0.4rem;
    padding-top: 0.48rem;
  }
}
#footer .container {
  max-width: 11rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #footer .container {
    padding: 0 0.25rem;
  }
}
#footer .footbox-logo {
  margin-bottom: 0.56rem;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-logo {
    margin-bottom: 0.4rem;
  }
}
#footer .footbox-logo a img {
  width: 2.25rem;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-logo a img {
    width: 1.75rem;
  }
}
#footer .footbox-links-top {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-links-top {
    margin-bottom: 0.3rem;
  }
}
#footer .footbox-links-top ul li {
  margin-bottom: 0.08rem;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-links-top ul li {
    margin-bottom: 0.06rem;
  }
}
#footer .footbox-links-top ul li a {
  font-size: 0.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-links-top ul li a {
    font-size: 0.18rem;
  }
}
#footer .footbox-links-bottom {
  margin-bottom: 0.32rem;
}
#footer .footbox-links-bottom ul {
  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;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-links-bottom ul {
    display: block;
  }
}
#footer .footbox-links-bottom ul li {
  padding: 0 0.12rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-links-bottom ul li {
    padding: 0;
    margin-top: 0.03rem;
  }
}
#footer .footbox-links-bottom ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.16rem;
  background-color: #fff;
  position: absolute;
  top: calc((100% - 0.16rem) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-links-bottom ul li:before {
    content: none;
  }
}
#footer .footbox-links-bottom ul li a {
  font-weight: 400;
  color: #fff;
}
#footer .footbox-links-bottom ul li:first-of-type {
  padding-left: 0;
}
#footer .footbox-links-bottom ul li:first-of-type:before {
  content: none;
}
#footer .footbox-img {
  max-width: 6.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-img {
    width: 2.11rem;
    bottom: auto;
    top: 0.95rem;
  }
}
#footer .footbox-img figure {
  width: 100%;
  height: 100%;
  text-align: right;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-img figure {
    overflow: auto;
  }
}
#footer .footbox-img figure img.polygon-photo1 {
  width: 4.12rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 25%, 76.5% 2%);
          clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 25%, 76.5% 2%);
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-img figure img.polygon-photo1 {
    width: 1.94rem;
    height: 1.66rem;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 9.5% 68%, 10% 24.5%, 10% 30.5%, 10% 24.5%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 9.5% 68%, 10% 24.5%, 10% 30.5%, 10% 24.5%, 69.5% 0%);
  }
}
#footer .footbox-img figure img.polygon-photo2 {
  width: 4.3rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0.5rem;
  z-index: 2;
  -webkit-clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 5% 65%, 0% 45%, 11% 39%, 50% 9%, 57% 14.5%);
          clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 5% 65%, 0% 45%, 11% 39%, 50% 9%, 57% 14.5%);
  -webkit-clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
          clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
}
#footer .footbox-img figure img.polygon-line {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-bnr {
    background-color: #269db9;
    padding: 0.14rem;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(1.1rem);
            transform: translateY(1.1rem);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    z-index: 4;
  }
}
@media screen and (max-width: 767.98px) {
  #footer .footbox-bnr.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 767.98px) {
  #footer.top-footer {
    padding-bottom: 1.2rem;
  }
}

.copyright {
  display: block;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .copyright {
    font-size: 0.1rem;
    letter-spacing: 0.04em;
  }
}

@-webkit-keyframes polygon05 {
  0% {
    -webkit-clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 25%, 76.5% 2%);
            clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 25%, 76.5% 2%);
  }
  25% {
    -webkit-clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 16%, 76.5% 2%);
            clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 16%, 76.5% 2%);
  }
  50% {
    -webkit-clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 2% 65%, 10% 29%, 10% 25%, 10% 16%, 76.5% 2%);
            clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 2% 65%, 10% 29%, 10% 25%, 10% 16%, 76.5% 2%);
  }
  75% {
    -webkit-clip-path: polygon(100% 15.2%, 100% 82%, 54% 100%, 47% 93.5%, 9.5% 69%, 2% 65%, 2% 28.5%, 10% 25%, 10% 25%, 76.5% 2%);
            clip-path: polygon(100% 15.2%, 100% 82%, 54% 100%, 47% 93.5%, 9.5% 69%, 2% 65%, 2% 28.5%, 10% 25%, 10% 25%, 76.5% 2%);
  }
  100% {
    -webkit-clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 25%, 76.5% 2%);
            clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 25%, 76.5% 2%);
  }
}

@keyframes polygon05 {
  0% {
    -webkit-clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 25%, 76.5% 2%);
            clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 25%, 76.5% 2%);
  }
  25% {
    -webkit-clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 16%, 76.5% 2%);
            clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 16%, 76.5% 2%);
  }
  50% {
    -webkit-clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 2% 65%, 10% 29%, 10% 25%, 10% 16%, 76.5% 2%);
            clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 2% 65%, 10% 29%, 10% 25%, 10% 16%, 76.5% 2%);
  }
  75% {
    -webkit-clip-path: polygon(100% 15.2%, 100% 82%, 54% 100%, 47% 93.5%, 9.5% 69%, 2% 65%, 2% 28.5%, 10% 25%, 10% 25%, 76.5% 2%);
            clip-path: polygon(100% 15.2%, 100% 82%, 54% 100%, 47% 93.5%, 9.5% 69%, 2% 65%, 2% 28.5%, 10% 25%, 10% 25%, 76.5% 2%);
  }
  100% {
    -webkit-clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 25%, 76.5% 2%);
            clip-path: polygon(100% 15.2%, 100% 81%, 48% 94.5%, 47% 93.5%, 9.5% 69%, 9.5% 69%, 10% 25%, 10% 25%, 10% 25%, 76.5% 2%);
  }
}
@-webkit-keyframes polygon05sp {
  0% {
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 9.5% 68%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 9.5% 68%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
  }
  25% {
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 49% 100%, 43% 93.5%, 9.5% 68%, 3% 63%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 49% 100%, 43% 93.5%, 9.5% 68%, 3% 63%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
  }
  50% {
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 3% 63%, 3% 26.5%, 10% 24.5%, 10% 15%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 3% 63%, 3% 26.5%, 10% 24.5%, 10% 15%, 69.5% 0%);
  }
  75% {
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 49% 100%, 43% 93.5%, 9.5% 68%, 3% 63%, 10% 30.5%, 10% 24.5%, 10% 15%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 49% 100%, 43% 93.5%, 9.5% 68%, 3% 63%, 10% 30.5%, 10% 24.5%, 10% 15%, 69.5% 0%);
  }
  100% {
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 9.5% 68%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 9.5% 68%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
  }
}
@keyframes polygon05sp {
  0% {
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 9.5% 68%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 9.5% 68%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
  }
  25% {
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 49% 100%, 43% 93.5%, 9.5% 68%, 3% 63%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 49% 100%, 43% 93.5%, 9.5% 68%, 3% 63%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
  }
  50% {
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 3% 63%, 3% 26.5%, 10% 24.5%, 10% 15%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 3% 63%, 3% 26.5%, 10% 24.5%, 10% 15%, 69.5% 0%);
  }
  75% {
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 49% 100%, 43% 93.5%, 9.5% 68%, 3% 63%, 10% 30.5%, 10% 24.5%, 10% 15%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 49% 100%, 43% 93.5%, 9.5% 68%, 3% 63%, 10% 30.5%, 10% 24.5%, 10% 15%, 69.5% 0%);
  }
  100% {
    -webkit-clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 9.5% 68%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
            clip-path: polygon(100% 21.2%, 100% 78%, 43% 93.5%, 43% 93.5%, 9.5% 68%, 9.5% 68%, 10% 30.5%, 10% 24.5%, 10% 24.5%, 69.5% 0%);
  }
}
@-webkit-keyframes polygon06 {
  -webkit-clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 5% 65%, 0% 45%, 11% 39%, 50% 9%, 57% 14.5%);
          clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 5% 65%, 0% 45%, 11% 39%, 50% 9%, 57% 14.5%);
  0% {
    -webkit-clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
            clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
  }
  25% {
    -webkit-clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
            clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
  }
  50% {
    -webkit-clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 5% 65%, 12% 38%, 12% 38%, 50% 9%, 57% 14.5%);
            clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 5% 65%, 12% 38%, 12% 38%, 50% 9%, 57% 14.5%);
  }
  75% {
    -webkit-clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 5% 64%, 0% 45%, 12% 38%, 58% 14.5%, 57% 14.5%);
            clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 5% 64%, 0% 45%, 12% 38%, 58% 14.5%, 57% 14.5%);
  }
  100% {
    -webkit-clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
            clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
  }
}
@keyframes polygon06 {
  -webkit-clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 5% 65%, 0% 45%, 11% 39%, 50% 9%, 57% 14.5%);
          clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 5% 65%, 0% 45%, 11% 39%, 50% 9%, 57% 14.5%);
  0% {
    -webkit-clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
            clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
  }
  25% {
    -webkit-clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
            clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
  }
  50% {
    -webkit-clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 5% 65%, 12% 38%, 12% 38%, 50% 9%, 57% 14.5%);
            clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 5% 65%, 12% 38%, 12% 38%, 50% 9%, 57% 14.5%);
  }
  75% {
    -webkit-clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 5% 64%, 0% 45%, 12% 38%, 58% 14.5%, 57% 14.5%);
            clip-path: polygon(94% 48%, 100% 56%, 94% 95%, 84% 100%, 12% 100%, 5% 64%, 0% 45%, 12% 38%, 58% 14.5%, 57% 14.5%);
  }
  100% {
    -webkit-clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
            clip-path: polygon(94% 48%, 94% 48%, 94% 95%, 84% 100%, 12% 100%, 12% 100%, 12% 38%, 12% 38%, 58% 14.5%, 57% 14.5%);
  }
}