@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

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

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
}

/*==================================================================================================
    サイト基礎
==================================================================================================*/
body {
  font-family: "Zen Old Mincho", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #ece8dd;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 2.2142857143;
  color: #000;
}
@media screen and (max-width: 960px) {
  body.opened {
    overflow: hidden;
  }
}

img {
  max-width: none;
  width: 100%;
}
img.img-fit {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 13.698630137vw !important;
}
@media screen and (max-width: 960px) {
  img.img-fit {
    height: 26.0416666667vw !important;
  }
}
@media screen and (max-width: 768px) {
  img.img-fit {
    height: 51.0026041667vw !important;
  }
}
@media screen and (max-width: 640px) {
  img.img-fit {
    height: 59.8453333333vw !important;
  }
}

a {
  color: #000;
  text-decoration: none;
}

/*==================================================================================================
    共通
=================================================================================================*/
.pc-show {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

.font-en {
  font-family: "Montserrat", serif;
}

.color_red {
  color: #d91a17 !important;
}

.color_gre {
  color: #B7D100 !important;
}

.color_ora {
  color: #b78a3d !important;
}

.btn {
  display: block;
  background: #b78a3d;
  font-size: clamp(0px, 1.25vw, 18px);
  color: #FFF;
  text-align: center;
  width: 16.6666666667em;
  line-height: 3.7777777778;
  margin: 0 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 4.2666666667vw;
    margin: 3% auto;
  }
}
.btn:hover {
  opacity: 0.8;
}

.btn-cont {
  margin-top: 4.1666666667vw;
  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;
}
@media screen and (max-width: 768px) {
  .btn-cont {
    margin-top: 10%;
    display: block;
  }
}

.anim {
  opacity: 0;
}

.fadein.is-animated {
  -webkit-animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.slideinR.is-animated {
  -webkit-animation: slideInR 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInR 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.slideinL.is-animated {
  -webkit-animation: slideInL 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInL 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.slideinB.is-animated {
  -webkit-animation: slideInB 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInB 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.fadeincont > * {
  opacity: 0;
}

.fadeincont.is-animated {
  opacity: 1;
}

.fadeincont.is-animated > *:nth-of-type(1) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(2) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(3) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(4) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(5) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
}

.fadeincont.is-animated > *:nth-of-type(6) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(7) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(8) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(9) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(10) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(11) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(12) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(13) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(14) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 2.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(15) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards;
}

.fadeincont.is-animated > *:nth-of-type(16) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(17) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(18) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(19) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 3.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(20) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(21) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(22) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(23) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(24) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 4.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(25) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5s forwards;
}

.fadeincont.is-animated > *:nth-of-type(26) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(27) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(28) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(29) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 5.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(30) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(31) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(32) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(33) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(34) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 6.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(35) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7s forwards;
}

.fadeincont.is-animated > *:nth-of-type(36) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(37) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(38) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(39) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 7.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(40) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(41) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(42) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(43) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(44) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 8.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(45) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9s forwards;
}

.fadeincont.is-animated > *:nth-of-type(46) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.2s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.2s forwards;
}

.fadeincont.is-animated > *:nth-of-type(47) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.4s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.4s forwards;
}

.fadeincont.is-animated > *:nth-of-type(48) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.6s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.6s forwards;
}

.fadeincont.is-animated > *:nth-of-type(49) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.8s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 9.8s forwards;
}

.fadeincont.is-animated > *:nth-of-type(50) {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 10s forwards;
          animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) 10s forwards;
}

.txteach > span {
  opacity: 0;
}

.txteach.is-animated {
  opacity: 1;
}

.txteach.is-animated > span:nth-of-type(1) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.1s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.1s forwards;
}

.txteach.is-animated > span:nth-of-type(2) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.2s forwards;
}

.txteach.is-animated > span:nth-of-type(3) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.3s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.3s forwards;
}

.txteach.is-animated > span:nth-of-type(4) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.4s forwards;
}

.txteach.is-animated > span:nth-of-type(5) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.5s forwards;
}

.txteach.is-animated > span:nth-of-type(6) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.6s forwards;
}

.txteach.is-animated > span:nth-of-type(7) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.7s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.7s forwards;
}

.txteach.is-animated > span:nth-of-type(8) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.8s forwards;
}

.txteach.is-animated > span:nth-of-type(9) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.9s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1.9s forwards;
}

.txteach.is-animated > span:nth-of-type(10) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2s forwards;
}

.txteach.is-animated > span:nth-of-type(11) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.1s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.1s forwards;
}

.txteach.is-animated > span:nth-of-type(12) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.2s forwards;
}

.txteach.is-animated > span:nth-of-type(13) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.3s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.3s forwards;
}

.txteach.is-animated > span:nth-of-type(14) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.4s forwards;
}

.txteach.is-animated > span:nth-of-type(15) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.5s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.5s forwards;
}

.txteach.is-animated > span:nth-of-type(16) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.6s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.6s forwards;
}

.txteach.is-animated > span:nth-of-type(17) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.7s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.7s forwards;
}

.txteach.is-animated > span:nth-of-type(18) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.8s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.8s forwards;
}

.txteach.is-animated > span:nth-of-type(19) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.9s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 2.9s forwards;
}

.txteach.is-animated > span:nth-of-type(20) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3s forwards;
}

.txteach.is-animated > span:nth-of-type(21) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.1s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.1s forwards;
}

.txteach.is-animated > span:nth-of-type(22) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.2s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.2s forwards;
}

.txteach.is-animated > span:nth-of-type(23) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.3s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.3s forwards;
}

.txteach.is-animated > span:nth-of-type(24) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.4s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.4s forwards;
}

.txteach.is-animated > span:nth-of-type(25) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.5s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.5s forwards;
}

.txteach.is-animated > span:nth-of-type(26) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.6s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.6s forwards;
}

.txteach.is-animated > span:nth-of-type(27) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.7s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.7s forwards;
}

.txteach.is-animated > span:nth-of-type(28) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.8s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.8s forwards;
}

.txteach.is-animated > span:nth-of-type(29) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.9s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 3.9s forwards;
}

.txteach.is-animated > span:nth-of-type(30) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4s forwards;
}

.txteach.is-animated > span:nth-of-type(31) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.1s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.1s forwards;
}

.txteach.is-animated > span:nth-of-type(32) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.2s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.2s forwards;
}

.txteach.is-animated > span:nth-of-type(33) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.3s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.3s forwards;
}

.txteach.is-animated > span:nth-of-type(34) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.4s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.4s forwards;
}

.txteach.is-animated > span:nth-of-type(35) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.5s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.5s forwards;
}

.txteach.is-animated > span:nth-of-type(36) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.6s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.6s forwards;
}

.txteach.is-animated > span:nth-of-type(37) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.7s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.7s forwards;
}

.txteach.is-animated > span:nth-of-type(38) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.8s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.8s forwards;
}

.txteach.is-animated > span:nth-of-type(39) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.9s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 4.9s forwards;
}

.txteach.is-animated > span:nth-of-type(40) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5s forwards;
}

.txteach.is-animated > span:nth-of-type(41) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.1s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.1s forwards;
}

.txteach.is-animated > span:nth-of-type(42) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.2s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.2s forwards;
}

.txteach.is-animated > span:nth-of-type(43) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.3s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.3s forwards;
}

.txteach.is-animated > span:nth-of-type(44) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.4s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.4s forwards;
}

.txteach.is-animated > span:nth-of-type(45) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.5s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.5s forwards;
}

.txteach.is-animated > span:nth-of-type(46) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.6s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.6s forwards;
}

.txteach.is-animated > span:nth-of-type(47) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.7s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.7s forwards;
}

.txteach.is-animated > span:nth-of-type(48) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.8s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.8s forwards;
}

.txteach.is-animated > span:nth-of-type(49) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.9s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 5.9s forwards;
}

.txteach.is-animated > span:nth-of-type(50) {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 6s forwards;
          animation: fadeIn 0.3s cubic-bezier(0.33, 1, 0.68, 1) 6s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInR {
  0% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes slideInR {
  0% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInL {
  0% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes slideInL {
  0% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInB {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
@keyframes slideInB {
  0% {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    opacity: 1;
  }
}
sup {
  font-size: 0.5em;
}

.grid {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.grid--2 {
  margin-top: -1.25em;
}
@media screen and (max-width: 768px) {
  .grid--2 {
    margin-top: -4%;
  }
}
.grid--2 .grid__list {
  width: 46.9194312796%;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .grid--2 .grid__list {
    width: 100%;
    margin-top: 4%;
  }
}
.grid--2.grid--near .grid__list {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .grid--2.grid--near .grid__list {
    width: 48%;
  }
}
.grid--3 {
  margin-top: -5.625em;
}
.grid--3:after {
  content: "";
  width: 30.8670520231%;
}
@media screen and (max-width: 768px) {
  .grid--3 {
    margin-top: -20%;
  }
}
.grid--3 .grid__list {
  width: 30.8670520231%;
  margin-top: 5.625em;
}
@media screen and (max-width: 768px) {
  .grid--3 .grid__list {
    margin-top: 20%;
    width: 100%;
  }
}
.grid--3.grid--near .grid__list {
  width: calc(33.333333% - 2px);
}
@media screen and (max-width: 768px) {
  .grid--3.grid--near .grid__list {
    width: 100%;
  }
}
.grid--4:after {
  content: "";
  width: 23.3333333333%;
}
@media screen and (max-width: 768px) {
  .grid--4 {
    margin-top: -4%;
  }
}
.grid--4 .grid__list {
  width: 23.3333333333%;
}
@media screen and (max-width: 768px) {
  .grid--4 .grid__list {
    width: 48%;
    margin-top: 4%;
  }
}
.grid--4.grid--near .grid__list {
  width: calc(25% - 3px);
}
@media screen and (max-width: 768px) {
  .grid--4.grid--near .grid__list {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .grid--5 {
    margin-top: -4%;
  }
}
.grid--5 .grid__list {
  width: 19.1666666667%;
}
@media screen and (max-width: 768px) {
  .grid--5 .grid__list {
    width: 48%;
    margin-top: 4%;
  }
}
.grid--fig figure figcaption {
  font-weight: 600;
  text-align: center;
  font-size: clamp(1em, 2vw, 1.375em);
  margin-top: 0.4545454545em;
}
.grid--fig2 figure figcaption {
  font-weight: 600;
  text-align: center;
  font-size: clamp(0.6875em, 1vw, 0.8125em);
  margin-top: 0.5em;
}
.grid__shadow {
  -webkit-box-shadow: 0 0.1875em 0.375em rgba(80, 80, 75, 0.16);
          box-shadow: 0 0.1875em 0.375em rgba(80, 80, 75, 0.16);
}

.mb5p {
  margin-bottom: 5%;
}

.mb10p {
  margin-bottom: 10%;
}

.mb1em {
  margin-bottom: 1em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt1em {
  margin-top: 1em;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.-tabflex {
  display: none !important;
}
.-tabflex.-act {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.-note {
  margin-left: 1em;
  text-indent: -1em;
}

/*==================================================================================================
    header
==================================================================================================*/
.wrap {
  background: #ece8dd;
}

/*==================================================================================================
    footer
==================================================================================================*/
.site-footer {
  background: #231e1f;
  padding: 5.625em 1.25em 1.25em;
  color: #FFF;
  text-align: center;
}
.site-footer a {
  color: #FFF;
}
.site-footer .footer-logo {
  max-width: 160px;
  margin: 0 auto 2em;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-logo {
    max-width: 120px;
  }
}
.site-footer .footer-icon {
  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;
  margin-bottom: 2em;
}
.site-footer .footer-icon li {
  margin: 0 1em;
  width: 1.875em;
}
.site-footer .copyright {
  font-family: "Montserrat", serif;
  font-style: italic;
  font-size: 0.8125em;
  margin-bottom: 2.3076923077em;
}
.site-footer .footer-note {
  font-size: 0.8125em;
  margin-bottom: 2.3076923077em;
}
.site-footer .footer-co {
  text-align: right;
  font-size: 0.75em;
}