@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*color*/
/*font*/
/*mediascreen breakpoint*/
/* CSS Document */
html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-feature-settings: "palt";
  font-family: "Old Standard TT", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
  margin: 0;
  height: 100vh;
  overflow: hidden;
  background: #000; }

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

* {
  box-sizing: border-box; }

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

li {
  list-style: none; }

canvas {
  width: 100%;
  /*
  	width: 100vw;
  */
  height: 100vh; }

address {
  font-family: "Poppins", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal; }

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.mb_br {
  display: none; }
  @media screen and (max-width: 768px) {
    .mb_br {
      display: block; } }

.products-list_line {
  display: none; }
  @media screen and (max-width: 768px) {
    .products-list_line {
      display: block; } }

.mb375_br {
  display: none; }
  @media screen and (max-width: 375px) {
    .mb375_br {
      display: block; } }

.canvas {
  position: fixed;
  width: 100vw;
  margin: 0 auto; }

#line1, #line2, #line3 {
  position: absolute;
  top: 0;
  left: 0; }

#myCanvas {
  position: absolute;
  top: 0;
  left: 0; }

.firstvew {
  display: none; }

.secondvew {
  display: none; }

.subpagevew {
  display: none; }

.firstvew_none {
  display: none; }

.header_wrapper {
  position: fixed;
  width: 100%;
  z-index: 100; }

.header_gorobal-menu {
  width: 93.437%;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: #BBD0E6;
  font-family: "Poppins", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif !important;
  letter-spacing: 0.05em; }

.header_left {
  position: relative;
  width: 210px; }

.header-logo_img {
  max-width: 68.96px;
  padding-right: 10px; }

@media all and (-ms-high-contrast: none) {
  .header-logo_img {
    height: 39.86px; } }
.header_left .company-name {
  font-size: 1.5rem;
  position: absolute;
  top: 13px; }

.header_left a {
  fill: #BBD0E6;
  stroke: #BBD0E6;
  color: #BBD0E6; }

.header_left a:hover {
  fill: #FFF;
  stroke: #FFF;
  color: #FFF;
  transition: .7s; }

.hambuger-menus {
  display: none; }

.header_menu {
  display: flex;
  justify-content: space-between;
  font-size: 1.0rem; }

.header_righat .menu_list {
  padding-right: 50px; }

.header_righat .menu_list:last-of-type {
  padding-right: 0; }

.header_righat .menu-link {
  padding: 20px 0; }

.header_menu .menu-link {
  position: relative;
  display: inline-block;
  text-decoration: none; }

.header_menu .menu-link:hover {
  color: #FFF;
  transition: .7s; }

.header_menu .menu-link::before {
  position: absolute;
  bottom: 20px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s; }

.header_menu .menu-link:hover::before {
  transform: scale(1, 1); }

@media screen and (max-width: 900px) {
  .header_gorobal-menu {
    margin: 27px auto 0; }

  .header_menu {
    display: none; }

  /*======================
  	hambuger-menu
  ========================*/
  /*
  .hambuger {
  	font-size: 14px;
  	font-family: 'Roboto',serif;
  	background: #000;
    color:#fff;
  }
  */
  .header_left {
    z-index: 991; }

  .hambuger__logo {
    z-index: 991; }

  .hambuger__icon {
    position: fixed;
    top: 27px;
    right: 25px;
    height: 32px;
    cursor: pointer; }
    .hambuger__icon > .hambuger__line {
      position: relative;
      width: 30px; }
    .hambuger__icon span {
      width: 100%;
      height: 3px;
      left: 0;
      display: block;
      background: #8996A2;
      position: absolute;
      transition: transform .6s ease-in-out, top .5s ease; }
      .hambuger__icon span:nth-child(1) {
        top: 0; }
      .hambuger__icon span:nth-child(2) {
        top: 10px; }
      .hambuger__icon span:nth-child(3) {
        width: 0;
        top: 20px; }

  .open .hambuger__icon span {
    background: #8996A2; }
    .open .hambuger__icon span:nth-child(1) {
      top: 15px;
      transform: rotate(45deg); }
    .open .hambuger__icon span:nth-child(3) {
      display: none; }
    .open .hambuger__icon span:nth-child(2) {
      top: 15px;
      transform: rotate(-45deg); }

  /* z-index */
  .hambuger__icon {
    z-index: 991; }

  .hambuger__menu {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 4.7rem;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    font-family: "Old Standard TT", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
    letter-spacing: 0.15em; } }
  @media screen and (max-width: 900px) and (max-width: 600px) {
    .hambuger__menu {
      font-size: calc(100vw / ( 414 / 47 )); } }

@media screen and (max-width: 900px) {
  .hambuger__menu a {
    display: block;
    color: #8996A2;
    text-decoration: none;
    padding: 25px 0;
    transition: color .6s ease; } }
  @media screen and (max-width: 900px) and (max-width: 600px) {
    .hambuger__menu a {
      padding: 18px 0; } }
  @media screen and (max-width: 900px) and (max-width: 414px) {
    .hambuger__menu a {
      padding: 13px 0; } }
@media screen and (max-width: 900px) {
    .hambuger__menu a:hover {
      color: #666; }
  .hambuger__menu ul {
    list-style: none; }
    .hambuger__menu ul li {
      opacity: 0;
      transform: translateX(200px);
      transition: transform .6s ease, opacity .2s ease; }
      .hambuger__menu ul li:nth-child(2) {
        transition-delay: .15s; }
      .hambuger__menu ul li:nth-child(3) {
        transition-delay: .3s; }
      .hambuger__menu ul li:nth-child(4) {
        transition-delay: .45s; }
      .hambuger__menu ul li:nth-child(5) {
        transition-delay: .6s; }
      .hambuger__menu ul li:nth-child(6) {
        transition-delay: .75s; }
      .hambuger__menu ul li:nth-child(7) {
        transition-delay: .9s; }

  /* open */
  .open {
    overflow: hidden; }
    .open .hambuger__menu {
      visibility: visible;
      opacity: 1; }
    .open .hambuger__menu li {
      opacity: 1;
      transform: translateX(0);
      transition: transform 1s ease, opacity .9s ease; }

  /*======================
  	/hambuger-menu
  ========================*/ }
@media screen and (max-width: 600px) {
  .header_left {
    left: 3%; }

  .header_left .company-name {
    font-size: 1.3rem;
    top: 11px; }

  .hambuger__icon {
    right: 30px; }

  .hambuger__menu ul {
    padding-top: 60px; } }
  @media screen and (max-width: 600px) and (max-width: 414px) {
    .hambuger__menu ul {
      padding-top: 80px; } }

.main_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 22vh; }

.privacy_wrapper {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 250px;
  text-align: left;
  color: #8996A2; }
  @media screen and (max-width: 999px) {
    .privacy_wrapper {
      max-width: 617px; } }

.top_h2 {
  font-size: 6.6rem;
  font-weight: 400;
  margin-bottom: 185px; }

.privacy_list {
  font-family: "Poppins", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif; }

.privacy_list dl {
  margin-bottom: 66px; }

.privacy_list dl:last-of-type {
  margin-bottom: 70px; }

.privacy_list dt {
  color: #8996A2;
  margin-bottom: 20px;
  font-weight: bold; }

.privacy_list dd, .privacy_text, .privacy_date {
  font-size: 1.4rem;
  line-height: 2;
  color: #BBD0E6; }

.list1::before {
  content: '1.';
  letter-spacing: 0.3em; }

.list2::before {
  content: '2.';
  letter-spacing: 0.25em; }

.list1::before, .list2::before {
  padding-right: 3px; }

.privacy_list dd ul {
  padding-left: 20px; }

.list-de1::before {
  content: '(1)';
  letter-spacing: 0.4em; }

.list-de2::before {
  content: '(2)';
  letter-spacing: 0.25em; }

.list-de1::before, .list-de2::before {
  padding: 0 3px 0 0; }

.privacy_text {
  margin-bottom: 50px; }

.privacy_date {
  text-align: right; }

@media screen and (max-width: 999px) {
  .privacy_list dl {
    margin-bottom: 50px; }

  .privacy_list dl:last-of-type {
    margin-bottom: 50px; } }
@media screen and (max-width: 768px) {
  .main_wrapper {
    padding-top: 20vh; }

  .top_h2 {
    font-size: calc(100vw / ( 768 / 72 )); }

  .privacy_wrapper {
    max-width: 80.2%; } }
@media screen and (max-width: 600px) {
  .privacy_wrapper {
    max-width: 88%; } }
@media screen and (max-width: 500px) {
  .main_wrapper {
    padding-top: 23vh; }

  .privacy_wrapper {
    margin: 0 auto 200px; }

  .top_h2 {
    font-size: 5.0rem;
    margin: 0 auto 178px; }

  .privacy_wrapper {
    max-width: 88%; }

  .privacy_list dt {
    font-size: 1.6rem; }

  .privacy_list dd, .privacy_text, .privacy_date {
    font-size: 1.2rem; } }
@media screen and (max-width: 375px) {
  .main_wrapper {
    padding-top: 29vh; }

  .privacy_wrapper {
    max-width: 83.7%; }

  .privacy_wrapper {
    margin: 0 auto 150px; }

  .top_h2 {
    font-size: calc(100vw / ( 375 / 50 ));
    margin-bottom: calc(100vw / ( 375 / 178 )); }

  .privacy_list dl {
    margin-bottom: 35px; }

  .privacy_list dt {
    font-size: 1.2rem;
    margin-bottom: 11px; }

  .privacy_list dd, .privacy_text, .privacy_date {
    font-size: 1.0rem; }

  .privacy_text {
    margin-bottom: 35px; } }
@media screen and (max-width: 350px) {
  .main_wrapper {
    padding-top: 23vh; }

  .top_h2 {
    margin: 0 auto 100px; } }
.contact_link {
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.17em;
  display: block;
  max-width: 786px;
  margin: 0 auto;
  padding: 66px;
  background-color: rgba(19, 21, 24, 0.63); }

.contact-link_wrapper {
  margin-bottom: 152px; }

.contact_link:hover {
  max-width: 786px;
  background-color: #FFF;
  transition: 1s; }

.footer_wrapper {
  background-color: rgba(19, 21, 24, 0.63);
  padding: 111px 0; }

.footer_contents {
  max-width: 727px;
  margin: 0 auto;
  color: #9FB0C1;
  text-align: center; }

.footer_address {
  margin-bottom: 75px;
  font-size: 1.2rem; }

.footer_company-name {
  font-size: 2.0rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  position: relative;
  max-width: 235.5px;
  margin: 0 auto 37.4px;
  text-align: left; }

.footer_company-name .company-name {
  position: absolute; }

.footer-logo_img {
  max-width: 54.81px;
  height: auto;
  margin-right: 15px; }

@media all and (-ms-high-contrast: none) {
  .footer-logo_img {
    height: 35.83px; } }
.footer_company-name a {
  fill: #BBD0E6;
  stroke: #BBD0E6;
  color: #BBD0E6; }

.footer_company-name a:hover {
  fill: #FFF;
  stroke: #FFF;
  color: #FFF;
  transition: .7s; }

.footer_addlink {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  letter-spacing: 0.25em; }

.footer_address .postnamber {
  margin-right: 15px; }

.footer_address .tel::after {
  content: "/";
  padding: 0 5px; }

.footer_number {
  margin-bottom: 10px;
  letter-spacing: 0.05em; }

/*
.footer_number .tel,.footer_number .fax{
	pointer-events: none;
}
*/
.footer_email {
  letter-spacing: 0.05em; }

.footer_email a {
  position: relative;
  display: inline-block;
  text-decoration: none; }

.footer_email a:hover {
  color: #FFF;
  transition: .7s; }

.footer_email a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s; }

.footer_email a:hover::after {
  transform: scale(1, 1); }

.footer_menu {
  font-size: 1.4rem;
  font-family: "Poppins", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 88px;
  display: flex;
  justify-content: space-between; }

.coppy {
  font-size: 1.2rem;
  font-family: fontGothic;
  letter-spacing: 0.05em; }

.footer_menu .menu-link {
  position: relative;
  display: inline-block;
  text-decoration: none; }

.footer_menu .menu-link:hover {
  color: #FFF;
  transition: .7s; }

.footer_menu .menu-link::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s; }

.footer_menu .menu-link:hover::after {
  transform: scale(1, 1); }

@media screen and (max-width: 900px) {
  .contact_link {
    max-width: 460px;
    padding: 48px 0; }

  .contact_link:hover {
    max-width: 460px;
    padding: 48px 0; }

  .contact-link_wrapper {
    margin-bottom: 220px; }

  .footer_wrapper {
    padding: 118px 0; }

  .footer_contents {
    max-width: 340px;
    text-align: left; }

  .footer_address {
    font-size: 1.7rem; }

  .footer_company-name {
    max-width: 100%;
    font-size: 1.9rem; }

  .footer-logo_img {
    max-width: 70px; }

  .footer_company-name .company-name {
    top: 7%; }

  .footer_company-name {
    margin: 0 auto 16px; }

  .footer_addlink {
    display: block; }

  .footer_address .postnamber {
    margin-bottom: 10px; }

  .footer_address {
    margin-bottom: 36px; }

  .footer_menu {
    display: block;
    font-size: 1.7rem;
    margin-bottom: 68px; }

  .footer_menu li {
    margin-bottom: 35.5px; } }
@media screen and (max-width: 600px) {
  .contact-link_wrapper {
    margin-bottom: 140px; }

  .contact_link {
    max-width: 88%;
    padding: 30px 0;
    font-size: 1.6rem; }

  .contact_link:hover {
    max-width: 88%;
    padding: 30px 0; }

  .footer_wrapper {
    padding: 92px 0; }

  .footer_contents {
    max-width: 250px; }

  .footer-logo_img {
    max-width: 53px; }

  .footer_company-name {
    font-size: 1.4rem;
    margin: 0 auto 10px; }

  .footer_company-name .company-name {
    top: 15%; }

  .footer_address {
    font-size: 1.2rem;
    margin-bottom: 30px; }

  .footer_address .postnamber {
    margin-bottom: 5px; }

  .footer_addlink, .footer_number {
    margin-bottom: 5px; }

  .footer_menu {
    font-size: 1.2rem;
    margin-bottom: 39px; }

  .footer_menu li {
    margin-bottom: 26px; }

  .coppy {
    font-size: 1.0rem; } }
.scloll_fadein {
  opacity: 0;
  -webkit-transform: translate(0, 120px);
  transform: translate(0, 120px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms; }

.scloll_fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.on_fadein {
  opacity: 0;
  -webkit-transition: all 3000ms;
  transition: all 3000ms; }

.on_fadein.scrollin2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

body {
  /*
      cursor: none;
  */ }

a {
  /*
      cursor: none;
  */ }

#cursor {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: skyblue;
  width: 8px;
  height: 8px;
  pointer-events: none;
  z-index: 1001; }

#cursor.cursor_active {
  transform: scale(1); }

#stalker {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: dotted 1px #BBD0E6;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  opacity: .4;
  pointer-events: none;
  z-index: 1000; }

#stalker.stalker_active {
  transform: scale(3); }

.top_h2 span {
  animation: letter-glow 0.7s 0s ease both; }
  .top_h2 span:nth-child(1) {
    animation-delay: 0.02s; }
  .top_h2 span:nth-child(2) {
    animation-delay: 0.04s; }
  .top_h2 span:nth-child(3) {
    animation-delay: 0.06s; }
  .top_h2 span:nth-child(4) {
    animation-delay: 0.08s; }
  .top_h2 span:nth-child(5) {
    animation-delay: 0.1s; }
  .top_h2 span:nth-child(6) {
    animation-delay: 0.12s; }
  .top_h2 span:nth-child(7) {
    animation-delay: 0.14s; }
  .top_h2 span:nth-child(8) {
    animation-delay: 0.16s; }
  .top_h2 span:nth-child(9) {
    animation-delay: 0.18s; }
  .top_h2 span:nth-child(10) {
    animation-delay: 0.2s; }
  .top_h2 span:nth-child(11) {
    animation-delay: 0.22s; }
  .top_h2 span:nth-child(12) {
    animation-delay: 0.24s; }
  .top_h2 span:nth-child(13) {
    animation-delay: 0.26s; }
  .top_h2 span:nth-child(14) {
    animation-delay: 0.28s; }
  .top_h2 span:nth-child(15) {
    animation-delay: 0.3s; }
  .top_h2 span:nth-child(16) {
    animation-delay: 0.32s; }
  .top_h2 span:nth-child(17) {
    animation-delay: 0.34s; }
  .top_h2 span:nth-child(18) {
    animation-delay: 0.36s; }
  .top_h2 span:nth-child(19) {
    animation-delay: 0.38s; }
  .top_h2 span:nth-child(20) {
    animation-delay: 0.4s; }
  .top_h2 span:nth-child(21) {
    animation-delay: 0.42s; }
  .top_h2 span:nth-child(22) {
    animation-delay: 0.44s; }
  .top_h2 span:nth-child(23) {
    animation-delay: 0.46s; }
  .top_h2 span:nth-child(24) {
    animation-delay: 0.48s; }
  .top_h2 span:nth-child(25) {
    animation-delay: 0.5s; }
  .top_h2 span:nth-child(26) {
    animation-delay: 0.52s; }
  .top_h2 span:nth-child(27) {
    animation-delay: 0.54s; }
  .top_h2 span:nth-child(28) {
    animation-delay: 0.56s; }
  .top_h2 span:nth-child(29) {
    animation-delay: 0.58s; }
  .top_h2 span:nth-child(30) {
    animation-delay: 0.6s; }
  .top_h2 span:nth-child(31) {
    animation-delay: 0.62s; }
  .top_h2 span:nth-child(32) {
    animation-delay: 0.64s; }
  .top_h2 span:nth-child(33) {
    animation-delay: 0.66s; }
  .top_h2 span:nth-child(34) {
    animation-delay: 0.68s; }
  .top_h2 span:nth-child(35) {
    animation-delay: 0.7s; }
  .top_h2 span:nth-child(36) {
    animation-delay: 0.72s; }
  .top_h2 span:nth-child(37) {
    animation-delay: 0.74s; }
  .top_h2 span:nth-child(38) {
    animation-delay: 0.76s; }
  .top_h2 span:nth-child(39) {
    animation-delay: 0.78s; }
  .top_h2 span:nth-child(40) {
    animation-delay: 0.8s; }
  .top_h2 span:nth-child(41) {
    animation-delay: 0.82s; }
  .top_h2 span:nth-child(42) {
    animation-delay: 0.84s; }
  .top_h2 span:nth-child(43) {
    animation-delay: 0.86s; }
  .top_h2 span:nth-child(44) {
    animation-delay: 0.88s; }
  .top_h2 span:nth-child(45) {
    animation-delay: 0.9s; }
  .top_h2 span:nth-child(46) {
    animation-delay: 0.92s; }
  .top_h2 span:nth-child(47) {
    animation-delay: 0.94s; }
  .top_h2 span:nth-child(48) {
    animation-delay: 0.96s; }
  .top_h2 span:nth-child(49) {
    animation-delay: 0.98s; }
  .top_h2 span:nth-child(50) {
    animation-delay: 1s; }
  .top_h2 span:nth-child(51) {
    animation-delay: 1.02s; }
  .top_h2 span:nth-child(52) {
    animation-delay: 1.04s; }
  .top_h2 span:nth-child(53) {
    animation-delay: 1.06s; }
  .top_h2 span:nth-child(54) {
    animation-delay: 1.08s; }
  .top_h2 span:nth-child(55) {
    animation-delay: 1.1s; }
  .top_h2 span:nth-child(56) {
    animation-delay: 1.12s; }
  .top_h2 span:nth-child(57) {
    animation-delay: 1.14s; }
  .top_h2 span:nth-child(58) {
    animation-delay: 1.16s; }
  .top_h2 span:nth-child(59) {
    animation-delay: 1.18s; }
  .top_h2 span:nth-child(60) {
    animation-delay: 1.2s; }
  .top_h2 span:nth-child(61) {
    animation-delay: 1.22s; }
  .top_h2 span:nth-child(62) {
    animation-delay: 1.24s; }
  .top_h2 span:nth-child(63) {
    animation-delay: 1.26s; }
  .top_h2 span:nth-child(64) {
    animation-delay: 1.28s; }
  .top_h2 span:nth-child(65) {
    animation-delay: 1.3s; }
  .top_h2 span:nth-child(66) {
    animation-delay: 1.32s; }
  .top_h2 span:nth-child(67) {
    animation-delay: 1.34s; }
  .top_h2 span:nth-child(68) {
    animation-delay: 1.36s; }
  .top_h2 span:nth-child(69) {
    animation-delay: 1.38s; }
  .top_h2 span:nth-child(70) {
    animation-delay: 1.4s; }
  .top_h2 span:nth-child(71) {
    animation-delay: 1.42s; }
  .top_h2 span:nth-child(72) {
    animation-delay: 1.44s; }
  .top_h2 span:nth-child(73) {
    animation-delay: 1.46s; }
  .top_h2 span:nth-child(74) {
    animation-delay: 1.48s; }
  .top_h2 span:nth-child(75) {
    animation-delay: 1.5s; }
  .top_h2 span:nth-child(76) {
    animation-delay: 1.52s; }
  .top_h2 span:nth-child(77) {
    animation-delay: 1.54s; }
  .top_h2 span:nth-child(78) {
    animation-delay: 1.56s; }
  .top_h2 span:nth-child(79) {
    animation-delay: 1.58s; }
  .top_h2 span:nth-child(80) {
    animation-delay: 1.6s; }
  .top_h2 span:nth-child(81) {
    animation-delay: 1.62s; }
  .top_h2 span:nth-child(82) {
    animation-delay: 1.64s; }
  .top_h2 span:nth-child(83) {
    animation-delay: 1.66s; }

/*
  .mast__text{
    font-family: "Poppins";
    font-size: 1em;
    margin: 0 0 0.5em;
    line-height: 1.5;
    white-space: pre;
  }
  
*/
.top_h3 span {
  animation: letter-glow 0.7s 0s ease both; }
  .top_h3 span:nth-child(1) {
    animation-delay: 0.02s; }
  .top_h3 span:nth-child(2) {
    animation-delay: 0.04s; }
  .top_h3 span:nth-child(3) {
    animation-delay: 0.06s; }
  .top_h3 span:nth-child(4) {
    animation-delay: 0.08s; }
  .top_h3 span:nth-child(5) {
    animation-delay: 0.1s; }
  .top_h3 span:nth-child(6) {
    animation-delay: 0.12s; }
  .top_h3 span:nth-child(7) {
    animation-delay: 0.14s; }
  .top_h3 span:nth-child(8) {
    animation-delay: 0.16s; }
  .top_h3 span:nth-child(9) {
    animation-delay: 0.18s; }
  .top_h3 span:nth-child(10) {
    animation-delay: 0.2s; }
  .top_h3 span:nth-child(11) {
    animation-delay: 0.22s; }
  .top_h3 span:nth-child(12) {
    animation-delay: 0.24s; }
  .top_h3 span:nth-child(13) {
    animation-delay: 0.26s; }
  .top_h3 span:nth-child(14) {
    animation-delay: 0.28s; }
  .top_h3 span:nth-child(15) {
    animation-delay: 0.3s; }
  .top_h3 span:nth-child(16) {
    animation-delay: 0.32s; }
  .top_h3 span:nth-child(17) {
    animation-delay: 0.34s; }
  .top_h3 span:nth-child(18) {
    animation-delay: 0.36s; }
  .top_h3 span:nth-child(19) {
    animation-delay: 0.38s; }
  .top_h3 span:nth-child(20) {
    animation-delay: 0.4s; }
  .top_h3 span:nth-child(21) {
    animation-delay: 0.42s; }
  .top_h3 span:nth-child(22) {
    animation-delay: 0.44s; }
  .top_h3 span:nth-child(23) {
    animation-delay: 0.46s; }
  .top_h3 span:nth-child(24) {
    animation-delay: 0.48s; }
  .top_h3 span:nth-child(25) {
    animation-delay: 0.5s; }
  .top_h3 span:nth-child(26) {
    animation-delay: 0.52s; }
  .top_h3 span:nth-child(27) {
    animation-delay: 0.54s; }
  .top_h3 span:nth-child(28) {
    animation-delay: 0.56s; }
  .top_h3 span:nth-child(29) {
    animation-delay: 0.58s; }
  .top_h3 span:nth-child(30) {
    animation-delay: 0.6s; }
  .top_h3 span:nth-child(31) {
    animation-delay: 0.62s; }
  .top_h3 span:nth-child(32) {
    animation-delay: 0.64s; }
  .top_h3 span:nth-child(33) {
    animation-delay: 0.66s; }
  .top_h3 span:nth-child(34) {
    animation-delay: 0.68s; }
  .top_h3 span:nth-child(35) {
    animation-delay: 0.7s; }
  .top_h3 span:nth-child(36) {
    animation-delay: 0.72s; }
  .top_h3 span:nth-child(37) {
    animation-delay: 0.74s; }
  .top_h3 span:nth-child(38) {
    animation-delay: 0.76s; }
  .top_h3 span:nth-child(39) {
    animation-delay: 0.78s; }
  .top_h3 span:nth-child(40) {
    animation-delay: 0.8s; }
  .top_h3 span:nth-child(41) {
    animation-delay: 0.82s; }
  .top_h3 span:nth-child(42) {
    animation-delay: 0.84s; }
  .top_h3 span:nth-child(43) {
    animation-delay: 0.86s; }
  .top_h3 span:nth-child(44) {
    animation-delay: 0.88s; }
  .top_h3 span:nth-child(45) {
    animation-delay: 0.9s; }
  .top_h3 span:nth-child(46) {
    animation-delay: 0.92s; }
  .top_h3 span:nth-child(47) {
    animation-delay: 0.94s; }
  .top_h3 span:nth-child(48) {
    animation-delay: 0.96s; }
  .top_h3 span:nth-child(49) {
    animation-delay: 0.98s; }
  .top_h3 span:nth-child(50) {
    animation-delay: 1s; }
  .top_h3 span:nth-child(51) {
    animation-delay: 1.02s; }
  .top_h3 span:nth-child(52) {
    animation-delay: 1.04s; }
  .top_h3 span:nth-child(53) {
    animation-delay: 1.06s; }
  .top_h3 span:nth-child(54) {
    animation-delay: 1.08s; }
  .top_h3 span:nth-child(55) {
    animation-delay: 1.1s; }
  .top_h3 span:nth-child(56) {
    animation-delay: 1.12s; }
  .top_h3 span:nth-child(57) {
    animation-delay: 1.14s; }
  .top_h3 span:nth-child(58) {
    animation-delay: 1.16s; }
  .top_h3 span:nth-child(59) {
    animation-delay: 1.18s; }
  .top_h3 span:nth-child(60) {
    animation-delay: 1.2s; }
  .top_h3 span:nth-child(61) {
    animation-delay: 1.22s; }
  .top_h3 span:nth-child(62) {
    animation-delay: 1.24s; }
  .top_h3 span:nth-child(63) {
    animation-delay: 1.26s; }
  .top_h3 span:nth-child(64) {
    animation-delay: 1.28s; }
  .top_h3 span:nth-child(65) {
    animation-delay: 1.3s; }
  .top_h3 span:nth-child(66) {
    animation-delay: 1.32s; }
  .top_h3 span:nth-child(67) {
    animation-delay: 1.34s; }
  .top_h3 span:nth-child(68) {
    animation-delay: 1.36s; }
  .top_h3 span:nth-child(69) {
    animation-delay: 1.38s; }
  .top_h3 span:nth-child(70) {
    animation-delay: 1.4s; }
  .top_h3 span:nth-child(71) {
    animation-delay: 1.42s; }
  .top_h3 span:nth-child(72) {
    animation-delay: 1.44s; }
  .top_h3 span:nth-child(73) {
    animation-delay: 1.46s; }
  .top_h3 span:nth-child(74) {
    animation-delay: 1.48s; }
  .top_h3 span:nth-child(75) {
    animation-delay: 1.5s; }
  .top_h3 span:nth-child(76) {
    animation-delay: 1.52s; }
  .top_h3 span:nth-child(77) {
    animation-delay: 1.54s; }
  .top_h3 span:nth-child(78) {
    animation-delay: 1.56s; }
  .top_h3 span:nth-child(79) {
    animation-delay: 1.58s; }
  .top_h3 span:nth-child(80) {
    animation-delay: 1.6s; }
  .top_h3 span:nth-child(81) {
    animation-delay: 1.62s; }
  .top_h3 span:nth-child(82) {
    animation-delay: 1.64s; }
  .top_h3 span:nth-child(83) {
    animation-delay: 1.66s; }
  .top_h3 span:nth-child(84) {
    animation-delay: 1.68s; }
  .top_h3 span:nth-child(85) {
    animation-delay: 1.7s; }
  .top_h3 span:nth-child(86) {
    animation-delay: 1.72s; }
  .top_h3 span:nth-child(87) {
    animation-delay: 1.74s; }
  .top_h3 span:nth-child(88) {
    animation-delay: 1.76s; }
  .top_h3 span:nth-child(89) {
    animation-delay: 1.78s; }
  .top_h3 span:nth-child(90) {
    animation-delay: 1.8s; }
  .top_h3 span:nth-child(91) {
    animation-delay: 1.82s; }
  .top_h3 span:nth-child(92) {
    animation-delay: 1.84s; }
  .top_h3 span:nth-child(93) {
    animation-delay: 1.86s; }
  .top_h3 span:nth-child(94) {
    animation-delay: 1.88s; }
  .top_h3 span:nth-child(95) {
    animation-delay: 1.9s; }
  .top_h3 span:nth-child(96) {
    animation-delay: 1.92s; }
  .top_h3 span:nth-child(97) {
    animation-delay: 1.94s; }
  .top_h3 span:nth-child(98) {
    animation-delay: 1.96s; }
  .top_h3 span:nth-child(99) {
    animation-delay: 1.98s; }
  .top_h3 span:nth-child(100) {
    animation-delay: 2s; }
  .top_h3 span:nth-child(101) {
    animation-delay: 2.02s; }
  .top_h3 span:nth-child(102) {
    animation-delay: 2.04s; }
  .top_h3 span:nth-child(103) {
    animation-delay: 2.06s; }
  .top_h3 span:nth-child(104) {
    animation-delay: 2.08s; }
  .top_h3 span:nth-child(105) {
    animation-delay: 2.1s; }
  .top_h3 span:nth-child(106) {
    animation-delay: 2.12s; }
  .top_h3 span:nth-child(107) {
    animation-delay: 2.14s; }
  .top_h3 span:nth-child(108) {
    animation-delay: 2.16s; }
  .top_h3 span:nth-child(109) {
    animation-delay: 2.18s; }
  .top_h3 span:nth-child(110) {
    animation-delay: 2.2s; }
  .top_h3 span:nth-child(111) {
    animation-delay: 2.22s; }
  .top_h3 span:nth-child(112) {
    animation-delay: 2.24s; }
  .top_h3 span:nth-child(113) {
    animation-delay: 2.26s; }
  .top_h3 span:nth-child(114) {
    animation-delay: 2.28s; }
  .top_h3 span:nth-child(115) {
    animation-delay: 2.3s; }
  .top_h3 span:nth-child(116) {
    animation-delay: 2.32s; }
  .top_h3 span:nth-child(117) {
    animation-delay: 2.34s; }
  .top_h3 span:nth-child(118) {
    animation-delay: 2.36s; }
  .top_h3 span:nth-child(119) {
    animation-delay: 2.38s; }
  .top_h3 span:nth-child(120) {
    animation-delay: 2.4s; }
  .top_h3 span:nth-child(121) {
    animation-delay: 2.42s; }
  .top_h3 span:nth-child(122) {
    animation-delay: 2.44s; }
  .top_h3 span:nth-child(123) {
    animation-delay: 2.46s; }
  .top_h3 span:nth-child(124) {
    animation-delay: 2.48s; }
  .top_h3 span:nth-child(125) {
    animation-delay: 2.5s; }
  .top_h3 span:nth-child(126) {
    animation-delay: 2.52s; }
  .top_h3 span:nth-child(127) {
    animation-delay: 2.54s; }
  .top_h3 span:nth-child(128) {
    animation-delay: 2.56s; }
  .top_h3 span:nth-child(129) {
    animation-delay: 2.58s; }
  .top_h3 span:nth-child(130) {
    animation-delay: 2.6s; }
  .top_h3 span:nth-child(131) {
    animation-delay: 2.62s; }
  .top_h3 span:nth-child(132) {
    animation-delay: 2.64s; }
  .top_h3 span:nth-child(133) {
    animation-delay: 2.66s; }
  .top_h3 span:nth-child(134) {
    animation-delay: 2.68s; }
  .top_h3 span:nth-child(135) {
    animation-delay: 2.7s; }
  .top_h3 span:nth-child(136) {
    animation-delay: 2.72s; }
  .top_h3 span:nth-child(137) {
    animation-delay: 2.74s; }
  .top_h3 span:nth-child(138) {
    animation-delay: 2.76s; }
  .top_h3 span:nth-child(139) {
    animation-delay: 2.78s; }
  .top_h3 span:nth-child(140) {
    animation-delay: 2.8s; }
  .top_h3 span:nth-child(141) {
    animation-delay: 2.82s; }
  .top_h3 span:nth-child(142) {
    animation-delay: 2.84s; }
  .top_h3 span:nth-child(143) {
    animation-delay: 2.86s; }
  .top_h3 span:nth-child(144) {
    animation-delay: 2.88s; }
  .top_h3 span:nth-child(145) {
    animation-delay: 2.9s; }
  .top_h3 span:nth-child(146) {
    animation-delay: 2.92s; }
  .top_h3 span:nth-child(147) {
    animation-delay: 2.94s; }
  .top_h3 span:nth-child(148) {
    animation-delay: 2.96s; }
  .top_h3 span:nth-child(149) {
    animation-delay: 2.98s; }
  .top_h3 span:nth-child(150) {
    animation-delay: 3s; }
  .top_h3 span:nth-child(151) {
    animation-delay: 3.02s; }
  .top_h3 span:nth-child(152) {
    animation-delay: 3.04s; }
  .top_h3 span:nth-child(153) {
    animation-delay: 3.06s; }
  .top_h3 span:nth-child(154) {
    animation-delay: 3.08s; }
  .top_h3 span:nth-child(155) {
    animation-delay: 3.1s; }
  .top_h3 span:nth-child(156) {
    animation-delay: 3.12s; }
  .top_h3 span:nth-child(157) {
    animation-delay: 3.14s; }
  .top_h3 span:nth-child(158) {
    animation-delay: 3.16s; }
  .top_h3 span:nth-child(159) {
    animation-delay: 3.18s; }
  .top_h3 span:nth-child(160) {
    animation-delay: 3.2s; }
  .top_h3 span:nth-child(161) {
    animation-delay: 3.22s; }
  .top_h3 span:nth-child(162) {
    animation-delay: 3.24s; }
  .top_h3 span:nth-child(163) {
    animation-delay: 3.26s; }
  .top_h3 span:nth-child(164) {
    animation-delay: 3.28s; }
  .top_h3 span:nth-child(165) {
    animation-delay: 3.3s; }
  .top_h3 span:nth-child(166) {
    animation-delay: 3.32s; }
  .top_h3 span:nth-child(167) {
    animation-delay: 3.34s; }
  .top_h3 span:nth-child(168) {
    animation-delay: 3.36s; }
  .top_h3 span:nth-child(169) {
    animation-delay: 3.38s; }
  .top_h3 span:nth-child(170) {
    animation-delay: 3.4s; }
  .top_h3 span:nth-child(171) {
    animation-delay: 3.42s; }
  .top_h3 span:nth-child(172) {
    animation-delay: 3.44s; }
  .top_h3 span:nth-child(173) {
    animation-delay: 3.46s; }
  .top_h3 span:nth-child(174) {
    animation-delay: 3.48s; }
  .top_h3 span:nth-child(175) {
    animation-delay: 3.5s; }
  .top_h3 span:nth-child(176) {
    animation-delay: 3.52s; }
  .top_h3 span:nth-child(177) {
    animation-delay: 3.54s; }
  .top_h3 span:nth-child(178) {
    animation-delay: 3.56s; }
  .top_h3 span:nth-child(179) {
    animation-delay: 3.58s; }
  .top_h3 span:nth-child(180) {
    animation-delay: 3.6s; }

@keyframes letter-glow {
  0% {
    opacity: 0;
    /*text-shadow: 0px 0px 1px rgba(255,255,255,0.1)*/ }
  /*
    66%  { opacity: 1; text-shadow: 0px 0px 20px rgba(255,255,255,0.9) }
    77%   { opacity: 1;  }
  */
  100% {
    opacity: 1;
    /* text-shadow: 0px 0px 20px rgba(255,255,255,0.0)*/ } }
/*
@keyframes letter-glow{
  0%   { opacity: 0; text-shadow: 0px 0px 1px rgba(255,255,255,0.1)}
  66%  { opacity: 1; text-shadow: 0px 0px 20px rgba(255,255,255,0.9) }
  77%   { opacity: 1;  }
  100% { opacity:0.7; text-shadow: 0px 0px 20px rgba(255,255,255,0.0)}
}
*/
.top_h3 {
  animation: fadeIn 0.7s 2.5s ease both; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    /*text-shadow: 0px 0px 1px rgba(255,255,255,0.1)*/ }
  /*
    66%  { opacity: 1; text-shadow: 0px 0px 20px rgba(255,255,255,0.9) }
    77%   { opacity: 1;  }
  */
  100% {
    opacity: 1;
    /* text-shadow: 0px 0px 20px rgba(255,255,255,0.0)*/ } }
.about_h3 {
  animation: fadeIn 0.7s 1s ease both; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.scroll {
  position: absolute;
  /*
  			top: 44vh;
  */
  top: 85vh;
  left: 0;
  right: 0;
  font-family: "Poppins";
  color: #BBD0E6;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.25em;
  padding-bottom: 200px; }
  @media screen and (max-width: 786px) {
    .scroll {
      top: 77vh;
      /*
      					top: 45vh;
      */ } }
  @media screen and (max-width: 500px) {
    .scroll {
      /*
      					top: 48vh;
      */
      top: 70vh; } }

.arrow {
  width: 1px;
  height: 35px;
  margin: 50px auto 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px; }
  @media screen and (max-width: 600px) {
    .arrow {
      height: 24px; } }

.arrow::before {
  content: '';
  width: 1px;
  height: 35px;
  margin: 50px auto 0;
  background-color: #BBD0E6;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal; }
  @media screen and (max-width: 600px) {
    .arrow::before {
      height: 24px;
      top: -113px; } }

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); } }
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  padding: 3px 12px;
  border: none;
  margin: 2px; }
  @media screen and (max-width: 414PX) {
    .wp-pagenavi a, .wp-pagenavi span {
      padding: 3px 9px; } }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000; }

.wp-pagenavi span.current {
  font-weight: bold; }

.wp-pagenavi {
  clear: both;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-decoration: none;
  /* font-family: "Poppins", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif; */
  font-family: "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

.paging {
  max-width: 640px;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  font-family: "Poppins", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 100;
  margin: 0 auto;
  text-align: right;
  word-break: break-all; }
  @media screen and (max-width: 768PX) {
    .paging {
      max-width: 83.7%; } }

.next, .prev {
  margin-bottom: 15px; }

.paging a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #707070; }

.paging a:hover {
  max-width: 786px;
  color: #131313;
  transition: 1s; }

.paging a::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #131313;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s; }

.paging a:hover::before {
  transform: scale(1, 1); }

.topi-de_tag a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #707070; }

.topi-de_tag a:hover {
  max-width: 786px;
  color: #131313;
  transition: 1s; }

.topi-de_tag a::before {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #131313;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s; }

.topi-de_tag a:hover::before {
  transform: scale(1, 1); }

span.wpcf7-not-valid-tip {
  color: #ad1c1c;
  font-size: 1.4rem; }
