/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/site.scss ***!
  \*********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap);
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/site.scss (1) ***!
  \*************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Oswald&family=Poppins:wght@400;500;600;700&family=Teko&display=swap);
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/reset-css/reset.css ***!
  \***********************************************************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/site.scss (2) ***!
  \*************************************************************************************************************************************************************************/
@charset "UTF-8";
@keyframes pageTop {
  0% {
    transform: translateY(101%);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bar1 {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(0);
  }
}
@keyframes on-bar1 {
  0% {
    transform: translateY(-10px) rotate(0);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes bar3 {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(0);
  }
}
@keyframes on-bar3 {
  0% {
    transform: translateY(10px) rotate(0);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
[data-scroll=opt1] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt1].animIn {
  transition: transform 0.8s 0.1s, opacity 0.8s 0.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt2] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt2].animIn {
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt3] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt3].animIn {
  transition: transform 0.8s 0.3s, opacity 0.8s 0.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt4] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt4].animIn {
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt5] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt5].animIn {
  transition: transform 0.8s 0.5s, opacity 0.8s 0.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt6] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt6].animIn {
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt7] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt7].animIn {
  transition: transform 0.8s 0.7s, opacity 0.8s 0.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt8] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt8].animIn {
  transition: transform 0.8s 0.8s, opacity 0.8s 0.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt9] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt9].animIn {
  transition: transform 0.8s 0.9s, opacity 0.8s 0.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt10] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt10].animIn {
  transition: transform 0.8s 1s, opacity 0.8s 1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt11] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt11].animIn {
  transition: transform 0.8s 1.1s, opacity 0.8s 1.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt12] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt12].animIn {
  transition: transform 0.8s 1.2s, opacity 0.8s 1.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt13] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt13].animIn {
  transition: transform 0.8s 1.3s, opacity 0.8s 1.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt14] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt14].animIn {
  transition: transform 0.8s 1.4s, opacity 0.8s 1.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt15] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt15].animIn {
  transition: transform 0.8s 1.5s, opacity 0.8s 1.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt16] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt16].animIn {
  transition: transform 0.8s 1.6s, opacity 0.8s 1.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt17] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt17].animIn {
  transition: transform 0.8s 1.7s, opacity 0.8s 1.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt18] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt18].animIn {
  transition: transform 0.8s 1.8s, opacity 0.8s 1.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt19] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt19].animIn {
  transition: transform 0.8s 1.9s, opacity 0.8s 1.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt20] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt20].animIn {
  transition: transform 0.8s 2s, opacity 0.8s 2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt21] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt21].animIn {
  transition: transform 0.8s 2.1s, opacity 0.8s 2.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt22] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt22].animIn {
  transition: transform 0.8s 2.2s, opacity 0.8s 2.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt23] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt23].animIn {
  transition: transform 0.8s 2.3s, opacity 0.8s 2.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt24] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt24].animIn {
  transition: transform 0.8s 2.4s, opacity 0.8s 2.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt25] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt25].animIn {
  transition: transform 0.8s 2.5s, opacity 0.8s 2.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt26] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt26].animIn {
  transition: transform 0.8s 2.6s, opacity 0.8s 2.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt27] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt27].animIn {
  transition: transform 0.8s 2.7s, opacity 0.8s 2.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt28] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt28].animIn {
  transition: transform 0.8s 2.8s, opacity 0.8s 2.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt29] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt29].animIn {
  transition: transform 0.8s 2.9s, opacity 0.8s 2.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt30] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt30].animIn {
  transition: transform 0.8s 3s, opacity 0.8s 3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt31] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt31].animIn {
  transition: transform 0.8s 3.1s, opacity 0.8s 3.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt32] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt32].animIn {
  transition: transform 0.8s 3.2s, opacity 0.8s 3.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt33] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt33].animIn {
  transition: transform 0.8s 3.3s, opacity 0.8s 3.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt34] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt34].animIn {
  transition: transform 0.8s 3.4s, opacity 0.8s 3.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt35] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt35].animIn {
  transition: transform 0.8s 3.5s, opacity 0.8s 3.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt36] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt36].animIn {
  transition: transform 0.8s 3.6s, opacity 0.8s 3.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt37] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt37].animIn {
  transition: transform 0.8s 3.7s, opacity 0.8s 3.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt38] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt38].animIn {
  transition: transform 0.8s 3.8s, opacity 0.8s 3.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt39] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt39].animIn {
  transition: transform 0.8s 3.9s, opacity 0.8s 3.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt40] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt40].animIn {
  transition: transform 0.8s 4s, opacity 0.8s 4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt41] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt41].animIn {
  transition: transform 0.8s 4.1s, opacity 0.8s 4.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt42] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt42].animIn {
  transition: transform 0.8s 4.2s, opacity 0.8s 4.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt43] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt43].animIn {
  transition: transform 0.8s 4.3s, opacity 0.8s 4.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt44] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt44].animIn {
  transition: transform 0.8s 4.4s, opacity 0.8s 4.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt45] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt45].animIn {
  transition: transform 0.8s 4.5s, opacity 0.8s 4.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt46] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt46].animIn {
  transition: transform 0.8s 4.6s, opacity 0.8s 4.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt47] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt47].animIn {
  transition: transform 0.8s 4.7s, opacity 0.8s 4.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt48] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt48].animIn {
  transition: transform 0.8s 4.8s, opacity 0.8s 4.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt49] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt49].animIn {
  transition: transform 0.8s 4.9s, opacity 0.8s 4.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt50] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt50].animIn {
  transition: transform 0.8s 5s, opacity 0.8s 5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt51] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt51].animIn {
  transition: transform 0.8s 5.1s, opacity 0.8s 5.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt52] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt52].animIn {
  transition: transform 0.8s 5.2s, opacity 0.8s 5.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt53] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt53].animIn {
  transition: transform 0.8s 5.3s, opacity 0.8s 5.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt54] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt54].animIn {
  transition: transform 0.8s 5.4s, opacity 0.8s 5.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt55] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt55].animIn {
  transition: transform 0.8s 5.5s, opacity 0.8s 5.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt56] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt56].animIn {
  transition: transform 0.8s 5.6s, opacity 0.8s 5.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt57] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt57].animIn {
  transition: transform 0.8s 5.7s, opacity 0.8s 5.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt58] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt58].animIn {
  transition: transform 0.8s 5.8s, opacity 0.8s 5.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt59] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt59].animIn {
  transition: transform 0.8s 5.9s, opacity 0.8s 5.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt60] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt60].animIn {
  transition: transform 0.8s 6s, opacity 0.8s 6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt61] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt61].animIn {
  transition: transform 0.8s 6.1s, opacity 0.8s 6.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt62] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt62].animIn {
  transition: transform 0.8s 6.2s, opacity 0.8s 6.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt63] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt63].animIn {
  transition: transform 0.8s 6.3s, opacity 0.8s 6.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt64] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt64].animIn {
  transition: transform 0.8s 6.4s, opacity 0.8s 6.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt65] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt65].animIn {
  transition: transform 0.8s 6.5s, opacity 0.8s 6.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt66] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt66].animIn {
  transition: transform 0.8s 6.6s, opacity 0.8s 6.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt67] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt67].animIn {
  transition: transform 0.8s 6.7s, opacity 0.8s 6.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt68] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt68].animIn {
  transition: transform 0.8s 6.8s, opacity 0.8s 6.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt69] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt69].animIn {
  transition: transform 0.8s 6.9s, opacity 0.8s 6.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt70] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt70].animIn {
  transition: transform 0.8s 7s, opacity 0.8s 7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt71] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt71].animIn {
  transition: transform 0.8s 7.1s, opacity 0.8s 7.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt72] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt72].animIn {
  transition: transform 0.8s 7.2s, opacity 0.8s 7.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt73] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt73].animIn {
  transition: transform 0.8s 7.3s, opacity 0.8s 7.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt74] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt74].animIn {
  transition: transform 0.8s 7.4s, opacity 0.8s 7.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt75] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt75].animIn {
  transition: transform 0.8s 7.5s, opacity 0.8s 7.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt76] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt76].animIn {
  transition: transform 0.8s 7.6s, opacity 0.8s 7.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt77] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt77].animIn {
  transition: transform 0.8s 7.7s, opacity 0.8s 7.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt78] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt78].animIn {
  transition: transform 0.8s 7.8s, opacity 0.8s 7.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt79] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt79].animIn {
  transition: transform 0.8s 7.9s, opacity 0.8s 7.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt80] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt80].animIn {
  transition: transform 0.8s 8s, opacity 0.8s 8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt81] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt81].animIn {
  transition: transform 0.8s 8.1s, opacity 0.8s 8.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt82] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt82].animIn {
  transition: transform 0.8s 8.2s, opacity 0.8s 8.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt83] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt83].animIn {
  transition: transform 0.8s 8.3s, opacity 0.8s 8.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt84] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt84].animIn {
  transition: transform 0.8s 8.4s, opacity 0.8s 8.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt85] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt85].animIn {
  transition: transform 0.8s 8.5s, opacity 0.8s 8.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt86] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt86].animIn {
  transition: transform 0.8s 8.6s, opacity 0.8s 8.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt87] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt87].animIn {
  transition: transform 0.8s 8.7s, opacity 0.8s 8.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt88] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt88].animIn {
  transition: transform 0.8s 8.8s, opacity 0.8s 8.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt89] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt89].animIn {
  transition: transform 0.8s 8.9s, opacity 0.8s 8.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt90] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt90].animIn {
  transition: transform 0.8s 9s, opacity 0.8s 9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt91] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt91].animIn {
  transition: transform 0.8s 9.1s, opacity 0.8s 9.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt92] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt92].animIn {
  transition: transform 0.8s 9.2s, opacity 0.8s 9.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt93] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt93].animIn {
  transition: transform 0.8s 9.3s, opacity 0.8s 9.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt94] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt94].animIn {
  transition: transform 0.8s 9.4s, opacity 0.8s 9.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt95] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt95].animIn {
  transition: transform 0.8s 9.5s, opacity 0.8s 9.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt96] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt96].animIn {
  transition: transform 0.8s 9.6s, opacity 0.8s 9.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt97] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt97].animIn {
  transition: transform 0.8s 9.7s, opacity 0.8s 9.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt98] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt98].animIn {
  transition: transform 0.8s 9.8s, opacity 0.8s 9.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt99] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt99].animIn {
  transition: transform 0.8s 9.9s, opacity 0.8s 9.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt100] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt100].animIn {
  transition: transform 0.8s 10s, opacity 0.8s 10s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opx1] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx1].animIn {
  transition: transform 0.8s 0.1s, opacity 0.8s 0.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx2] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx2].animIn {
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx3] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx3].animIn {
  transition: transform 0.8s 0.3s, opacity 0.8s 0.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx4] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx4].animIn {
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx5] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx5].animIn {
  transition: transform 0.8s 0.5s, opacity 0.8s 0.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx6] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx6].animIn {
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx7] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx7].animIn {
  transition: transform 0.8s 0.7s, opacity 0.8s 0.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx8] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx8].animIn {
  transition: transform 0.8s 0.8s, opacity 0.8s 0.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx9] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx9].animIn {
  transition: transform 0.8s 0.9s, opacity 0.8s 0.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx10] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx10].animIn {
  transition: transform 0.8s 1s, opacity 0.8s 1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx11] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx11].animIn {
  transition: transform 0.8s 1.1s, opacity 0.8s 1.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx12] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx12].animIn {
  transition: transform 0.8s 1.2s, opacity 0.8s 1.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx13] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx13].animIn {
  transition: transform 0.8s 1.3s, opacity 0.8s 1.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx14] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx14].animIn {
  transition: transform 0.8s 1.4s, opacity 0.8s 1.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx15] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx15].animIn {
  transition: transform 0.8s 1.5s, opacity 0.8s 1.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx16] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx16].animIn {
  transition: transform 0.8s 1.6s, opacity 0.8s 1.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx17] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx17].animIn {
  transition: transform 0.8s 1.7s, opacity 0.8s 1.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx18] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx18].animIn {
  transition: transform 0.8s 1.8s, opacity 0.8s 1.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx19] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx19].animIn {
  transition: transform 0.8s 1.9s, opacity 0.8s 1.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx20] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx20].animIn {
  transition: transform 0.8s 2s, opacity 0.8s 2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx21] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx21].animIn {
  transition: transform 0.8s 2.1s, opacity 0.8s 2.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx22] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx22].animIn {
  transition: transform 0.8s 2.2s, opacity 0.8s 2.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx23] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx23].animIn {
  transition: transform 0.8s 2.3s, opacity 0.8s 2.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx24] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx24].animIn {
  transition: transform 0.8s 2.4s, opacity 0.8s 2.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx25] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx25].animIn {
  transition: transform 0.8s 2.5s, opacity 0.8s 2.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx26] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx26].animIn {
  transition: transform 0.8s 2.6s, opacity 0.8s 2.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx27] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx27].animIn {
  transition: transform 0.8s 2.7s, opacity 0.8s 2.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx28] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx28].animIn {
  transition: transform 0.8s 2.8s, opacity 0.8s 2.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx29] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx29].animIn {
  transition: transform 0.8s 2.9s, opacity 0.8s 2.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx30] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx30].animIn {
  transition: transform 0.8s 3s, opacity 0.8s 3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx31] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx31].animIn {
  transition: transform 0.8s 3.1s, opacity 0.8s 3.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx32] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx32].animIn {
  transition: transform 0.8s 3.2s, opacity 0.8s 3.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx33] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx33].animIn {
  transition: transform 0.8s 3.3s, opacity 0.8s 3.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx34] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx34].animIn {
  transition: transform 0.8s 3.4s, opacity 0.8s 3.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx35] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx35].animIn {
  transition: transform 0.8s 3.5s, opacity 0.8s 3.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx36] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx36].animIn {
  transition: transform 0.8s 3.6s, opacity 0.8s 3.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx37] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx37].animIn {
  transition: transform 0.8s 3.7s, opacity 0.8s 3.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx38] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx38].animIn {
  transition: transform 0.8s 3.8s, opacity 0.8s 3.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx39] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx39].animIn {
  transition: transform 0.8s 3.9s, opacity 0.8s 3.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx40] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx40].animIn {
  transition: transform 0.8s 4s, opacity 0.8s 4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx41] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx41].animIn {
  transition: transform 0.8s 4.1s, opacity 0.8s 4.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx42] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx42].animIn {
  transition: transform 0.8s 4.2s, opacity 0.8s 4.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx43] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx43].animIn {
  transition: transform 0.8s 4.3s, opacity 0.8s 4.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx44] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx44].animIn {
  transition: transform 0.8s 4.4s, opacity 0.8s 4.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx45] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx45].animIn {
  transition: transform 0.8s 4.5s, opacity 0.8s 4.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx46] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx46].animIn {
  transition: transform 0.8s 4.6s, opacity 0.8s 4.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx47] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx47].animIn {
  transition: transform 0.8s 4.7s, opacity 0.8s 4.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx48] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx48].animIn {
  transition: transform 0.8s 4.8s, opacity 0.8s 4.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx49] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx49].animIn {
  transition: transform 0.8s 4.9s, opacity 0.8s 4.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx50] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx50].animIn {
  transition: transform 0.8s 5s, opacity 0.8s 5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx51] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx51].animIn {
  transition: transform 0.8s 5.1s, opacity 0.8s 5.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx52] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx52].animIn {
  transition: transform 0.8s 5.2s, opacity 0.8s 5.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx53] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx53].animIn {
  transition: transform 0.8s 5.3s, opacity 0.8s 5.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx54] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx54].animIn {
  transition: transform 0.8s 5.4s, opacity 0.8s 5.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx55] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx55].animIn {
  transition: transform 0.8s 5.5s, opacity 0.8s 5.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx56] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx56].animIn {
  transition: transform 0.8s 5.6s, opacity 0.8s 5.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx57] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx57].animIn {
  transition: transform 0.8s 5.7s, opacity 0.8s 5.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx58] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx58].animIn {
  transition: transform 0.8s 5.8s, opacity 0.8s 5.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx59] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx59].animIn {
  transition: transform 0.8s 5.9s, opacity 0.8s 5.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx60] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx60].animIn {
  transition: transform 0.8s 6s, opacity 0.8s 6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx61] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx61].animIn {
  transition: transform 0.8s 6.1s, opacity 0.8s 6.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx62] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx62].animIn {
  transition: transform 0.8s 6.2s, opacity 0.8s 6.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx63] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx63].animIn {
  transition: transform 0.8s 6.3s, opacity 0.8s 6.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx64] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx64].animIn {
  transition: transform 0.8s 6.4s, opacity 0.8s 6.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx65] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx65].animIn {
  transition: transform 0.8s 6.5s, opacity 0.8s 6.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx66] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx66].animIn {
  transition: transform 0.8s 6.6s, opacity 0.8s 6.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx67] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx67].animIn {
  transition: transform 0.8s 6.7s, opacity 0.8s 6.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx68] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx68].animIn {
  transition: transform 0.8s 6.8s, opacity 0.8s 6.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx69] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx69].animIn {
  transition: transform 0.8s 6.9s, opacity 0.8s 6.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx70] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx70].animIn {
  transition: transform 0.8s 7s, opacity 0.8s 7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx71] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx71].animIn {
  transition: transform 0.8s 7.1s, opacity 0.8s 7.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx72] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx72].animIn {
  transition: transform 0.8s 7.2s, opacity 0.8s 7.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx73] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx73].animIn {
  transition: transform 0.8s 7.3s, opacity 0.8s 7.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx74] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx74].animIn {
  transition: transform 0.8s 7.4s, opacity 0.8s 7.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx75] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx75].animIn {
  transition: transform 0.8s 7.5s, opacity 0.8s 7.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx76] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx76].animIn {
  transition: transform 0.8s 7.6s, opacity 0.8s 7.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx77] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx77].animIn {
  transition: transform 0.8s 7.7s, opacity 0.8s 7.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx78] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx78].animIn {
  transition: transform 0.8s 7.8s, opacity 0.8s 7.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx79] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx79].animIn {
  transition: transform 0.8s 7.9s, opacity 0.8s 7.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx80] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx80].animIn {
  transition: transform 0.8s 8s, opacity 0.8s 8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx81] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx81].animIn {
  transition: transform 0.8s 8.1s, opacity 0.8s 8.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx82] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx82].animIn {
  transition: transform 0.8s 8.2s, opacity 0.8s 8.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx83] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx83].animIn {
  transition: transform 0.8s 8.3s, opacity 0.8s 8.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx84] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx84].animIn {
  transition: transform 0.8s 8.4s, opacity 0.8s 8.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx85] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx85].animIn {
  transition: transform 0.8s 8.5s, opacity 0.8s 8.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx86] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx86].animIn {
  transition: transform 0.8s 8.6s, opacity 0.8s 8.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx87] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx87].animIn {
  transition: transform 0.8s 8.7s, opacity 0.8s 8.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx88] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx88].animIn {
  transition: transform 0.8s 8.8s, opacity 0.8s 8.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx89] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx89].animIn {
  transition: transform 0.8s 8.9s, opacity 0.8s 8.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx90] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx90].animIn {
  transition: transform 0.8s 9s, opacity 0.8s 9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx91] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx91].animIn {
  transition: transform 0.8s 9.1s, opacity 0.8s 9.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx92] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx92].animIn {
  transition: transform 0.8s 9.2s, opacity 0.8s 9.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx93] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx93].animIn {
  transition: transform 0.8s 9.3s, opacity 0.8s 9.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx94] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx94].animIn {
  transition: transform 0.8s 9.4s, opacity 0.8s 9.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx95] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx95].animIn {
  transition: transform 0.8s 9.5s, opacity 0.8s 9.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx96] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx96].animIn {
  transition: transform 0.8s 9.6s, opacity 0.8s 9.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx97] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx97].animIn {
  transition: transform 0.8s 9.7s, opacity 0.8s 9.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx98] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx98].animIn {
  transition: transform 0.8s 9.8s, opacity 0.8s 9.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx99] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx99].animIn {
  transition: transform 0.8s 9.9s, opacity 0.8s 9.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx100] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx100].animIn {
  transition: transform 0.8s 10s, opacity 0.8s 10s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opt] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt].animIn {
  transition: transform 0.8s, opacity 0.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opx] {
  transform: translateX(30px);
  opacity: 0;
}
[data-scroll=opx].animIn {
  transition: transform 0.8s, opacity 0.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opr] {
  transform: translateX(40px) perspective(100px) rotateY(-3deg);
  opacity: 0;
}
[data-scroll=opr].animIn {
  transition: transform 0.8s 0.5s, opacity 0.8s 0.5s;
  transform: translateX(0) rotateY(0);
  opacity: 1;
}

[data-scroll=op] {
  opacity: 0;
}
[data-scroll=op].animIn {
  transition: opacity 1.5s 0.5s;
  opacity: 1;
}

.loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.spinner {
  margin: -2.5rem 0 0 -2.5rem;
  font-size: 5px;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid rgba(0, 0, 0, 0.4);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sp {
  display: block;
}

.pc {
  display: none;
}

.dp-b {
  display: block;
}

.dp-ib {
  display: inline-block;
}

.mx90pd {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

.mx96 {
  max-width: 960px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.mx84 {
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.mx70pd {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 0 1rem;
}

.pd-lr2 {
  padding: 0 2rem;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 5em;
}

.mt6 {
  margin-top: 6em;
}

.mt7 {
  margin-top: 7em;
}

.mt8 {
  margin-top: 8em;
}

.mt9 {
  margin-top: 9em;
}

.mt10 {
  margin-top: 10em;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

html {
  font-size: 62.5%;
  overflow: hidden;
  flex-direction: column;
  display: flex;
}
html.on {
  overflow: visible;
}
html.fix {
  overflow: hidden;
}

body {
  line-height: 1.7;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, sans-serif;
  color: #3f3a39;
  flex: 1;
  flex-direction: column;
  display: flex;
}

#wrap {
  overflow-x: hidden;
  opacity: 0;
}
#wrap.on {
  opacity: 1;
  transition: opacity 1.5s;
}
#wrap.bk {
  background: #000;
}
#wrap.wh {
  background: #fff;
}

.col1, .col2, .col3, .col4 {
  transition: background-color 0.5s, color 0.5s;
}

.site.bk {
  color: #fff;
}
.site.bk a {
  color: #fff;
}
.site.bk .col1 {
  background: #000;
}
.site.bk .col2 {
  background: #141414;
}
.site.bk .col3 {
  background-color: #1d1d1d;
}
.site.bk .col4 {
  background-color: #0e0e0e;
}
.site.bk .colx {
  background-color: #fff;
}
.site.bk .col_t {
  color: #fff;
}
.site.wh {
  color: #000;
}
.site.wh a {
  color: #000;
}
.site.wh .col1 {
  background: #fff;
}
.site.wh .col2 {
  background: #dedede;
}
.site.wh .col3 {
  background-color: #f4f4f4;
}
.site.wh .col4 {
  background-color: #7a7a7a;
}
.site.wh .colx {
  background-color: #000;
}
.site.wh .col_t {
  color: #000;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
}

.site {
  position: relative;
}
.site.on .menuContainer {
  opacity: 1;
  transform: translateY(0);
}
input[type=text],
input[type=email],
textarea {
  border: none;
  font-size: 1.6rem;
  padding: 0.4em;
  width: 100%;
  background: transparent;
}

.notfound {
  padding: 5em 1em;
  text-align: center;
}

.page_navi {
  padding: 4rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
.page_navi a:hover {
  border-color: inherit;
}
.page_navi a > span {
  border: none;
  margin: 0;
  padding: 0;
}
.page_navi .wp-pagenavi {
  margin: 0 -0.5em;
  font-size: 1.2rem;
  text-align: center;
}
.page_navi .wp-pagenavi .page, .page_navi .wp-pagenavi .current,
.page_navi .wp-pagenavi .previouspostslink,
.page_navi .wp-pagenavi .nextpostslink {
  width: 2.5em;
  height: 2.5em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5em;
  padding: 0;
  border-color: inherit;
}
.page_navi .wp-pagenavi .previouspostslink,
.page_navi .wp-pagenavi .nextpostslink {
  width: auto;
  padding: 0 0.8em;
}
.page_navi .wp-pagenavi .previouspostslink .arrow {
  margin-right: 0.4em;
}
.page_navi .wp-pagenavi .nextpostslink .arrow {
  margin-left: 0.4em;
}
.bk .wp-pagenavi .current {
  background: #fff;
  color: #000;
}

.wh .wp-pagenavi .current {
  background: #000;
  color: #fff;
}

.btn_fav {
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  background-size: 50% auto;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  color: #000;
}
.btn_fav .far {
  font-size: 1.2em;
  color: inherit;
}
.btn_fav.on .far {
  color: #ff7676;
}

.swiper-wrapper {
  align-items: center;
}
.swiper-sliderWrapper, .swiper-thumbnailWrapper {
  position: relative;
}
.swiper-sliderWrapper .swiper-slide > a {
  position: relative;
  display: block;
  width: 100%;
}
.swiper-sliderWrapper .swiper-slide > a:before {
  content: "";
  display: block;
  padding: 67% 0 0;
}
.swiper-sliderWrapper .swiper-slide > a:hover {
  opacity: 1;
}
.swiper-sliderWrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}
.swiper-thumbnailWrapper {
  margin-top: 4px;
}
.swiper-thumbnailWrapper .swiper-wrapper.und {
  justify-content: center;
}
.swiper-thumbnailWrapper .swiper-wrapper.und .swiper-slide-active {
  opacity: 0.5;
}
.swiper-thumbnailWrapper .swiper-wrapper.und .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-thumbnailWrapper .swiper-wrapper.onl {
  display: none;
}
.swiper-mx {
  position: relative;
}
.swiper-container.slider {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-container.thumbnail {
  max-width: 840px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-container.thumbnail .swiper-slide {
  width: 14.2857142857%;
  cursor: pointer;
}
.swiper-container.thumbnail .swiper-slide:before {
  content: "";
  display: block;
  padding: 57.5% 0 0;
}
.swiper-container.thumbnail .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  text-align: center;
  opacity: 0.3;
  transition-property: transform, opacity !important;
  transition-duration: 0.7s;
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-slide a {
  display: inline-block;
  position: relative;
}
.swiper-slide a .ico {
  position: absolute;
  background: #fff;
}
.swiper-slide a .ico:after {
  display: block;
  font-size: 0.9em;
  line-height: 1;
  color: #000 !important;
}
.swiper-slide a .ico.ico-yt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4em;
  height: auto;
  border-radius: 0.4em;
}
.swiper-slide a .ico.ico-yt:before {
  content: "";
  display: block;
  padding: 75% 0 0;
}
.swiper-slide a .ico.ico-yt:after {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-slide a .ico.ico-img {
  right: 1px;
  bottom: 1px;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
}
.swiper-slide a .ico.ico-img:after {
  display: block;
  font-size: 0.9em;
  color: #000 !important;
}
.swiper-btn {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-btn.slider-btn-prev, .swiper-btn.thumbnail-btn-prev {
  left: 0;
  right: auto;
}
.swiper-btn.slider-btn-next, .swiper-btn.thumbnail-btn-next {
  left: auto;
  right: 0;
}
.swiper-btn.slider-btn {
  font-size: 3rem;
}
.swiper-btn.thumbnail-btn {
  font-size: 2rem;
}

#lightcase-sequenceInfo {
  display: none !important;
}

.mobile .swiper-sliderWrapper .slider-btn {
  display: none;
}

@media screen and (min-width: 641px) {
  .page_navi .wp-pagenavi {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hd {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hd64 {
    display: none;
  }
}
#topAnim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
#topAnim #logo {
  position: absolute;
}
#topAnim #topTxtContainer {
  display: flex;
  position: relative;
}

.site-header {
  font-family: "Poppins", sans-serif;
  padding: 0 0 1px;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.site-header .btn_hum {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  z-index: 2;
}
.site-header .btn_hum .btn_inner {
  width: 3.2rem;
  height: 2.4rem;
  position: relative;
}
.site-header .btn_hum .bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.site-header .btn_hum .bar:nth-child(1) {
  transform: translateY(-1rem);
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
.site-header .btn_hum .bar:nth-child(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.site-header .btn_hum .bar:nth-child(3) {
  transform: translateY(1rem);
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
.site-header.on .btn_hum .bar:nth-child(1) {
  animation-name: on-bar1 !important;
}
.site-header.on .btn_hum .bar:nth-child(2) {
  opacity: 0;
}
.site-header.on .btn_hum .bar:nth-child(3) {
  animation-name: on-bar3 !important;
}
.site-header.on .navContainer {
  transform: translateX(0);
}
.site-header.in .navContainer {
  transition: transform 0.7s ease;
}
.site-branding {
  position: relative;
  height: 6rem;
  display: flex;
  align-items: center;
  padding-left: 1em;
}

.navContainer {
  position: fixed;
  top: 6rem;
  width: 100vw;
  height: calc(100vh - 6rem);
  transform: translateX(100%);
  padding: 1.4rem;
  overflow-y: auto;
}

.menuContainer__list {
  font-size: 0.875em;
  line-height: 1;
}
.menuContainer__list--item {
  transition: background-color 0.7s;
  position: relative;
}
.menuContainer__list--item:not(:last-child) {
  margin-right: 1px;
}
.menuContainer__list--item a {
  padding: 1.5em 0;
  display: block;
  font-size: 1.28em;
}
.menuContainer__list--item .termsListWrapper {
  text-align: left;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.menuContainer__list--item .termsList-item a {
  padding-left: 3em;
}
.menuContainer__list--item .termsList-item a:hover {
  opacity: 1;
}
.menuContainer__list--item .btn_sub {
  cursor: pointer;
  position: absolute;
  width: 3em;
  height: 3em;
  right: 0;
  top: 2.56em;
  transform: translateY(-50%);
}
.menuContainer__list--item .btn_sub:before {
  content: "";
  width: calc(100% - 1em);
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 1px solid;
  transform: translate(-50%, -50%);
}
.menuContainer__list--item .btn_sub:after {
  content: "";
  width: 1px;
  height: calc(100% - 1em);
  position: absolute;
  left: 50%;
  top: 50%;
  border-left: 1px solid;
  transform: translate(-50%, -50%);
}
.menuContainer__list--item .btn_sub.on:after {
  display: none;
}

.snsContainer {
  margin-top: 2em;
}
.snsContainer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  padding: 0 0.5em;
}
.snsContainer__list--item a {
  display: block;
  padding: 0 0.6em;
  font-size: 1.7em;
}

.divContentWrapper {
  text-align: center;
}

.divContainer {
  margin-top: 2em;
}
.divContainer-ttl {
  font-size: 0.75em;
  margin-right: 0.7em;
}
.divContainer .far {
  font-size: 2.2rem;
}

.myListContainer > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  padding: 0.5em;
}
.myListContainer > a.on .far {
  color: #ff7676;
}
.myListContainer .divContainer-ttl {
  font-size: 1.8rem;
}

.modeContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.modeContainer .divContainer-ttl {
  width: 100%;
  font-size: 1.4rem;
}
.modeContainer .btn_m {
  outline: none;
  cursor: pointer;
  background: #f4f4f4;
  color: #000;
  border: solid 1px rgba(148, 148, 148, 0.5);
  width: 50%;
  margin: 0;
}
.modeContainer .btn_m .txt {
  font-size: 1.4rem;
  padding: 0.7em;
  display: block;
}
.modeContainer .mode_b {
  background: #1d1d1d;
  color: #fff;
}

.worksList {
  display: flex;
  flex-wrap: wrap;
}
.worksList__item {
  overflow: hidden;
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.worksList__item:hover .worksList__item--over {
  opacity: 1;
}
.worksList__item--over {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.3s;
}
.worksList__item--over > a {
  display: block;
  height: 100%;
}
.worksList__item--over > .txtContainer {
  font-size: 0.875em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: calc(100% - 50px);
  padding-bottom: 0.3em;
}
.worksList__item--over .tx {
  display: inline-block;
  background: #000;
  color: #fff !important;
  line-height: 1;
  padding: 0.3em 0.3em 0.2em;
  margin-bottom: 0.3em;
}
.worksList__item--over .date {
  font-size: 0.75em;
}
.worksList__item--over .ttl {
  display: block;
  font-size: 0.857em;
}
.worksList__item--over .ttl .tx {
  line-height: 1.2;
  padding: 0.2em 0.2em 0.1em;
}
.worksList__item--over .termList-item {
  font-size: 0.857em;
}
.worksList__item--image {
  flex: 1;
}
.worksList__item--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.site {
  flex-direction: column;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding-top: 6.1rem;
  transition: background-color 0.7s, color 0.7s;
}
.site-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.site-info {
  text-align: center;
  padding: 0.7em 3em;
  font-size: 0.625em;
}
.site-main {
  flex: 1;
  transition: background-color 0.7s;
  padding-bottom: 4rem;
  flex-direction: column;
  display: flex;
}
.site-main > article {
  flex: 1;
  flex-direction: column;
  display: flex;
}
.site .entry-header {
  position: relative;
  padding: 0.8em 1em;
  font-size: 0.875em;
}
.site .entry-header .breadList {
  display: flex;
  line-height: 1.2;
}
.site .entry-header .breadList-item {
  display: flex;
  font-family: "Poppins", sans-serif;
}
.site .entry-header .breadList-item:not(:last-child):after {
  content: "/";
  display: block;
  padding: 0 0.2em;
}

.single-works .site-main {
  padding-bottom: 8rem;
}
.single-works .favContainer {
  margin-top: 3em;
  position: relative;
  text-align: right;
}
.single-works .favContainer .btn_fav {
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: inherit;
  padding: 0.7em;
  border: 1px solid;
  display: inline-flex;
  align-items: center;
}
.single-works .favContainer .btn_fav .far {
  font-size: 1.7em;
  margin-left: 0.5em;
}
.single-works .favContainer .btn_fav .in {
  display: none;
}
.single-works .favContainer .btn_fav.on .in {
  display: inline-block;
}
.single-works .favContainer .btn_fav.on .not {
  display: none;
}
.single-works .favContainer .btn_fav.on .far {
  color: #ff7676;
}
.single-works .entry-content .content {
  font-size: 0.9em;
}
.single-works .entry-title {
  font-size: 1.25em;
  padding: 0.7em 0;
  font-weight: 700;
  line-height: 1.2;
}
.single-works .entry-txtContainer {
  margin-top: 2em;
  font-size: 0.875em;
}
.single-works .taxContainer {
  display: flex;
  font-size: 0.875em;
}
.single-works .taxContainer a {
  display: block;
  margin-right: 0.5em;
  padding: 0.3em 0.7em;
  line-height: 1;
}
.single-works .taxContainer-tag {
  padding: 0.3em !important;
}
.single-works .taxContainer-item {
  background: #000;
  color: #fff !important;
}
.single-works .navWrapper {
  margin: 2em auto 0;
  width: 100%;
}
.single-works .nav-links {
  width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
}
.single-works .nav-links > div a {
  display: block;
  border: 1px solid;
  line-height: 1;
  padding: 0.7em;
}
.single-works .nav-links .nav-next {
  margin-left: auto;
}

.single-member .swiper-sliderInner {
  max-width: none;
}
.single-member .swiper-container {
  max-width: none;
}
.single-member .swiper-slide img {
  object-fit: cover;
}
.single-member .swiper-slide > a:before {
  padding: 0;
  height: 550px;
}
.single-member .sec-ttl, .single-member .content h2, .single-member .content h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1;
}
.single-member .content {
  margin-top: min(9rem,9.3847758081vw);
}
.single-member .content .border {
  border: 1px solid;
  display: inline-block;
  padding: 0.3em 1em;
}
.single-member .content .sec {
  font-size: 0.9em;
  margin-bottom: 2em;
}
.single-member .content .sec:last-child {
  margin: 0;
}
.single-member .content .sec-name {
  margin-bottom: 1em;
}
.single-member .content .sec-name span {
  display: block;
}
.single-member .content .sec-name .ja {
  font-size: 1.25em;
}
.single-member .content .sec-name .en {
  font-size: 0.75em;
}
.single-member .content .sec-position {
  font-size: 0.875em;
  margin-bottom: 1em;
}
.single-member .content .sec-content {
  font-size: 0.875em;
}
.single-member .content .sec-textContainer {
  font-size: 0.875em;
}
.single-member .works {
  margin-top: 9rem;
}
.single-member .works .work_ttl .ttl_txt {
  font-size: 0.9em;
}

.people .entry-contentWrapper {
  margin-top: min(12.5rem ,13.0344108446vw);
}
.people .memberList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}
.people .memberList .txtContainer {
  margin-top: 1em;
}
.people .memberList-ttl .ja {
  font-size: 1.25em;
}
.people .memberList-ttl .en {
  display: block;
  font-size: 0.75em;
  margin-top: 0.2em;
}
.people .memberList-member {
  width: 90%;
  padding: 0 3rem 3rem;
  margin: 0 auto;
  max-width: 500px;
}
.people .memberList-position {
  margin-top: 1em;
  font-size: 0.875em;
}

.mylist .mlContainer {
  padding: 1em 0.5em;
  font-size: 1.4rem;
}
.mylist .mlContainer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mylist .snsList {
  display: flex;
  margin-left: 0.5em;
}
.mylist .snsList-item {
  padding: 0 0.5em;
}
.mylist .snsList-item > a {
  width: 2.3em;
  height: 2.3em;
  font-size: 1.25em;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mylist .trContainer {
  padding: max(20px,5.2083333333vw) 1em;
  margin-top: auto;
}
.mylist .trContainer .btnContainer {
  display: flex;
  align-items: center;
  justify-content: right;
}
.mylist .trContainer .btnContainer-txt {
  font-size: 1.2rem;
  margin-left: auto;
}
.mylist .trContainer .btnContainer-btn {
  cursor: pointer;
  margin-left: 1em;
  font-size: 0.875em;
  width: 2.9em;
  height: 2.9em;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.single-post .site .entry {
  padding-top: 4rem;
}
.single-post .site .entry-header {
  padding: 0;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.single-post .site .entry-content {
  font-size: 1.4rem;
}
.single-post .site .entry-content {
  padding-top: 2em;
  line-height: 1.7;
  word-break: break-all;
}
.single-post .site .entry-content:after {
  content: "";
  display: block;
  clear: both;
}
.single-post .site .entry-content .ytWrapper {
  position: relative;
  margin-bottom: 1.2em;
  max-width: 70rem;
}
.single-post .site .entry-content .ytWrapper:before {
  content: "";
  display: block;
  padding: 56.25% 0 0;
}
.single-post .site .entry-content .ytWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post .site .entry-content .alignleft {
  float: left;
  margin-right: 2em;
}
.single-post .site .entry-content .alignright {
  float: right;
  margin-left: 2em;
}
.single-post .site .entry-content .aligncenter {
  clear: both;
}
.single-post .site .entry-content h1, .single-post .site .entry-content h2, .single-post .site .entry-content h3, .single-post .site .entry-content h4, .single-post .site .entry-content h5, .single-post .site .entry-content h6 {
  font-weight: bold;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.single-post .site .entry-content h6 {
  display: block;
  font-size: 1em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}
.single-post .site .entry-content h5 {
  display: block;
  font-size: 1.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.single-post .site .entry-content h4 {
  display: block;
  font-size: 2em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.single-post .site .entry-content h3 {
  display: block;
  font-size: 2.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.single-post .site .entry-content h2 {
  display: block;
  font-size: 2.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.single-post .site .entry-content h1 {
  display: block;
  font-size: 3em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.single-post .site .entry-content figure {
  max-width: 100%;
  margin-bottom: 1em;
}
.single-post .site .entry-content strong {
  font-weight: 600;
}
.single-post .site .entry-content p {
  margin-bottom: 1.2em;
}
.single-post .site .entry-content a {
  text-decoration: underline;
}

.blog .articleWrapper {
  padding-bottom: 4rem;
}
.blog .post {
  margin-top: 4rem;
  padding: 0 0 min(20px, 5.2015604681vw);
}
.blog .post .entry-header {
  padding: 0 0 1em;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
.blog .post .entry-header .date {
  margin-left: 1em;
  font-size: 0.875em;
}
.blog .entry-content {
  font-size: 1.4rem;
}

.about-us .entry-content,
.studio .entry-content {
  position: relative;
}
.about-us .entry-content .post-thumbnail,
.studio .entry-content .post-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.about-us .entry-content .post-thumbnail img,
.studio .entry-content .post-thumbnail img {
  width: 100%;
}
.about-us .entry-inner,
.studio .entry-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.about-us .entry-inner h1, .about-us .entry-inner h2, .about-us .entry-inner h3, .about-us .entry-inner h4,
.studio .entry-inner h1,
.studio .entry-inner h2,
.studio .entry-inner h3,
.studio .entry-inner h4 {
  margin-bottom: 1.5em;
}
.about-us .secContainer .sec,
.studio .secContainer .sec {
  background: #fff;
  transition: background-color 0.7s;
  font-size: 0.875em;
  padding: 3em 2em;
}
.about-us .secContainer .sec-ttl, .about-us .secContainer .single-member .content h2, .single-member .content .about-us .secContainer h2, .about-us .secContainer .single-member .content h3, .single-member .content .about-us .secContainer h3,
.studio .secContainer .sec-ttl,
.studio .secContainer .single-member .content h2,
.single-member .content .studio .secContainer h2,
.studio .secContainer .single-member .content h3,
.single-member .content .studio .secContainer h3 {
  font-weight: 700;
  margin-bottom: 2em;
}
.about-us .secContainer .sec-subttl,
.studio .secContainer .sec-subttl {
  font-size: clamp(1.8rem, 3.125vw ,2.4rem);
  margin-bottom: 2em;
  line-height: 2;
}
.about-us .site.bk .secContainer .sec,
.studio .site.bk .secContainer .sec {
  background: #000;
}

.about-us .secContainer .sec-container {
  line-height: 2.2;
}
.about-us .secContainer .sec-container .txt:not(:last-of-type) {
  margin-bottom: 2.7em;
}

.studio .secContainer {
  line-height: 1.3;
}
.studio .secContainer .box1 .txt {
  font-size: clamp(1.6rem, 2.0833333333vw ,1.8rem);
  line-height: 1.4;
  margin-bottom: 1.4em;
  letter-spacing: 0.05em;
}
.studio .secContainer .box3 {
  margin-top: 4em;
}
.studio .secContainer .image_fx {
  flex-direction: row-reverse;
  position: relative;
}
.studio .secContainer .image_fx .image {
  margin-top: 2em;
}
.mobile .worksList__item--over > .txtContainer {
  display: none;
}

@media screen and (min-width: 641px) {
  .single-works .nav-links {
    margin: 0 auto 0 0;
  }

  .people .memberList-member {
    width: 50%;
    margin: 0;
    padding: 0 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .worksList__item:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .about-us .secContainer .sec,
.studio .secContainer .sec {
    padding: 3em;
    margin-bottom: 6rem;
  }

  .studio .secContainer {
    padding-bottom: 20%;
  }
  .studio .secContainer .image_fx {
    display: flex;
    justify-content: space-around;
    margin-top: 2em;
  }
  .studio .secContainer .image_fx .image {
    width: 40%;
  }
  .studio .secContainer .image_fx .image1 {
    margin-top: 0;
    transform: translate(-5%, 12%);
  }
  .studio .secContainer .image_fx .image2 {
    margin-top: 10%;
    transform: translate(5%, 60%);
  }

  .blog .post {
    padding-bottom: 4rem;
  }

  .btnSp {
    display: none;
  }

  .worksList__item {
    width: 33.3333333333%;
  }

  .single-member .content-inner {
    display: flex;
    gap: 2em;
  }
  .single-member .content .sec {
    width: 50%;
    margin: 0;
  }

  .mylist .trContainer {
    padding: 4rem;
  }
}
@media screen and (min-width: 897px) {
  .people .memberList-member {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 959px) {
  .site-header {
    overflow-x: hidden;
  }
  .site.bk .navContainer {
    background: #1d1d1d;
  }
  .site.bk .menuContainer__list--item > a {
    background: #1d1d1d;
    border-bottom: 1px solid #000;
  }
  .site.bk .termsList-item > a {
    border-bottom: 1px solid #1d1d1d;
  }
  .site.wh .navContainer {
    background: #f4f4f4;
  }
  .site.wh .menuContainer__list--item > a {
    background: #f4f4f4;
    border-bottom: solid 1px rgba(148, 148, 148, 0.5);
  }
  .site.wh .termsList-item > a {
    border-bottom: 1px solid #dedede;
  }
}
@media screen and (min-width: 960px) {
  .site {
    padding-top: 67px;
  }
  .site-header {
    font-size: 0.875em;
    display: flex;
    align-items: center;
    padding: 0 1em 1px;
    height: 67px;
  }
  .site-header .btn_hum {
    display: none;
  }
  .site-branding {
    padding: 0;
    min-width: 140px;
    margin-right: 0.5em;
  }
  .site-info {
    text-align: right;
  }
  .site .entry-header {
    padding: 0.7em 1em 0.7em 3em;
  }

  .navContainer {
    display: flex;
    flex: 1;
    height: 100%;
    position: static;
    transform: translateX(0);
    transition: unset;
    padding: 0;
    overflow-y: visible;
  }

  .main-navigation {
    height: 100%;
  }

  .snsContainer {
    display: flex;
    margin-top: 0;
  }

  .btn_hum {
    display: none;
  }

  .menuContainer {
    height: 100%;
  }
  .menuContainer__list {
    display: flex;
    align-items: center;
    font-size: 0.875em;
    line-height: 1;
    height: 100%;
  }
  .menuContainer__list--item {
    transition: background-color 0.7s;
    height: 100%;
  }
  .menuContainer__list--item:not(:last-child) {
    margin-right: 1px;
  }
  .menuContainer__list--item a {
    padding: 1em 1.7em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1em;
  }
  .menuContainer__list--item .termsListWrapper {
    text-align: center;
  }
  .menuContainer__list--item .termsList-item a {
    padding-left: 1.7em;
  }
  .menuContainer__list .btn_sub {
    display: none;
  }

  .snsContainer__list {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    padding: 0 0.5em;
  }
  .snsContainer__list--item a {
    display: block;
    padding: 0 0.6em;
    font-size: 1em;
  }

  .divContentWrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0 0.5em;
    margin-left: auto;
    text-align: left;
  }

  .divContainer {
    margin-top: 0;
  }
  .myListContainer > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    padding: 0;
  }
  .myListContainer > a.on .far {
    color: #ff7676;
  }
  .myListContainer .divContainer-ttl {
    font-size: 0.75em;
  }

  .modeContainer {
    margin-right: 0.5em;
    display: flex;
    align-items: center;
  }
  .modeContainer .divContainer-ttl {
    width: auto;
    font-size: 0.75em;
  }
  .modeContainer .btn_m {
    width: 22px;
    height: 17px;
    outline: none;
    cursor: pointer;
    background: #f4f4f4;
    border: solid 1px rgba(148, 148, 148, 0.5);
    margin: 0 0.7rem 0 0;
  }
  .modeContainer .btn_m .txt {
    display: none;
  }
  .modeContainer .mode_b {
    background: #1d1d1d;
    margin: 0 0.7rem 0 0;
    width: 22px;
  }

  .main-navigation {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .termsListWrapper {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  .people .entry-contentWrapper {
    margin-top: 8em;
  }

  .single-member .content {
    margin-top: 9rem;
  }

  .blog .post .entry-header {
    padding: 0 0 1em;
  }

  .about-us .secContainer .sec,
.studio .secContainer .sec {
    padding: 3em 1em;
  }
  .about-us .secContainer .sec-inner,
.studio .secContainer .sec-inner {
    position: relative;
    padding-left: 20rem;
    padding-top: 4.5rem;
  }
  .about-us .secContainer .sec-ttl, .about-us .secContainer .single-member .content h2, .single-member .content .about-us .secContainer h2, .about-us .secContainer .single-member .content h3, .single-member .content .about-us .secContainer h3,
.studio .secContainer .sec-ttl,
.studio .secContainer .single-member .content h2,
.single-member .content .studio .secContainer h2,
.studio .secContainer .single-member .content h3,
.single-member .content .studio .secContainer h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 15rem;
    padding-bottom: 1.2em;
    border-bottom: 2px solid #dedede;
  }

  .studio .secContainer .sec {
    padding-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .worksList__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .site-header {
    font-size: 1em;
  }
  .site-branding {
    margin-right: 1em;
  }

  .divContentWrapper {
    padding: 0 1em;
  }
}
@media screen and (min-width: 1200px) {
  .site {
    padding-top: 76px;
  }
  .site-header {
    display: flex;
    align-items: center;
    padding: 0 1em 1px;
    height: 76px;
  }
  .divContentWrapper {
    width: 30rem;
  }

  .menuContainer__list {
    display: flex;
    align-items: center;
    font-size: 0.875em;
    line-height: 1;
  }
  .menuContainer__list--item {
    transition: background-color 0.7s;
  }
  .menuContainer__list--item:not(:last-child) {
    margin-right: 1px;
  }
  .snsContainer__list {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    padding: 0 0.5em;
  }
  .snsContainer__list--item a {
    display: block;
    padding: 0 0.6em;
  }

  .myListContainer > a {
    display: flex;
    align-items: center;
  }
  .myListContainer > a.on .far {
    color: #ff7676;
  }

  .modeContainer {
    margin-right: 2em;
    display: flex;
    align-items: center;
  }
  .modeContainer .btn_m {
    width: 22px;
    height: 17px;
    outline: none;
    cursor: pointer;
    background: #f4f4f4;
    border: solid 1px rgba(148, 148, 148, 0.5);
    margin: 0 0.7rem 0 0;
  }
  .modeContainer .mode_b {
    background: #1d1d1d;
  }

  .main-navigation {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .worksList__item {
    width: 25%;
  }
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/swiper/swiper.min.css ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/swiper/swiper-bundle.min.css ***!
  \********************************************************************************************************************************************************************************************/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/lightcase/src/css/lightcase.css ***!
  \***********************************************************************************************************************************************************************************************/
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "\e800";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "\e801";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "\e802";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "\e803";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "\e804";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "\e805";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }

  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

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