@charset "UTF-8";
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");
/* line 5, ../sass/_base.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* line 11, ../sass/_base.scss */
* {
  box-sizing: border-box;
}

/* line 15, ../sass/_base.scss */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 20, ../sass/_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 29, ../sass/_base.scss */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* line 33, ../sass/_base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 39, ../sass/_base.scss */
textarea {
  resize: vertical;
}

/* line 43, ../sass/_base.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 53, ../sass/_base.scss */
html {
  font-size: 62.5%;
}

/* line 56, ../sass/_base.scss */
body {
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Droid Sans", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* line 63, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
}

/* line 67, ../sass/_base.scss */
dd {
  margin-left: 0;
}

/* line 71, ../sass/_base.scss */
a {
  color: #333;
  text-decoration: none;
}

/* line 76, ../sass/_base.scss */
a:focus {
  border: 0;
  outline: 0;
}

/* line 81, ../sass/_base.scss */
ul, ol {
  margin: 0;
  padding-left: 0;
}
/* line 84, ../sass/_base.scss */
ul li, ol li {
  list-style: none;
}

/* line 89, ../sass/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 94, ../sass/_base.scss */
img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}

/* line 99, ../sass/_base.scss */
svg {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 117, ../sass/_base.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 122, ../sass/_base.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 132, ../sass/_base.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 143, ../sass/_base.scss */
.invisible {
  visibility: hidden;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 153, ../sass/_base.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 158, ../sass/_base.scss */
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 165, ../sass/_base.scss */
  a {
    text-decoration: underline;
  }
  /* line 167, ../sass/_base.scss */
  a:visited {
    text-decoration: underline;
  }
  /* line 170, ../sass/_base.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 174, ../sass/_base.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 178, ../sass/_base.scss */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  /* line 182, ../sass/_base.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 186, ../sass/_base.scss */
  thead {
    display: table-header-group;
  }

  /* line 189, ../sass/_base.scss */
  tr {
    page-break-inside: avoid;
  }

  /* line 192, ../sass/_base.scss */
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  /* line 196, ../sass/_base.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 200, ../sass/_base.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* =====================
  all
===================== */
/* line 9, ../sass/_layout.scss */
html {
  width: 100%;
}

/* line 13, ../sass/_layout.scss */
body {
  position: relative;
  margin: 0;
}

/* line 18, ../sass/_layout.scss */
.svg-container {
  display: none;
}

/* line 22, ../sass/_layout.scss */
.wrapper {
  position: relative;
  overflow: hidden;
}

/* line 27, ../sass/_layout.scss */
.wrap {
  width: 86.66667%;
  max-width: 1024px;
  margin: 0 auto;
}

/* line 33, ../sass/_layout.scss */
.ib {
  display: inline-block;
}

/* line 37, ../sass/_layout.scss */
.sp {
  display: none;
}

/* line 42, ../sass/_layout.scss */
.txt_gradient span {
  background: -moz-linear-gradient(0deg, #604b7f, #59c4a5);
  background: -webkit-linear-gradient(0deg, #604b7f, #59c4a5);
  background: -ms-linear-gradient(0deg, #604b7f, #59c4a5);
  background: linear-gradient(90deg, #604b7f, #59c4a5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  /* line 42, ../sass/_layout.scss */
  .txt_gradient span {
    background: none;
    color: #554666;
  }
}

/* =====================
  header-block
===================== */
/* line 62, ../sass/_layout.scss */
.header-block {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 68, ../sass/_layout.scss */
.header-block .header-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 976px;
}
/* line 73, ../sass/_layout.scss */
.header-block .header-box .header-id {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 563px;
  height: 90px;
  padding-left: 30px;
  background: #fff;
}
/* line 83, ../sass/_layout.scss */
.header-block .header-box .header-id li:first-child, .header-block .header-box .header-id li:nth-child(2) {
  margin-right: 40px;
}
/* line 86, ../sass/_layout.scss */
.header-block .header-box .header-id li a {
  display: inline-block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 89, ../sass/_layout.scss */
.header-block .header-box .header-id li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 98, ../sass/_layout.scss */
.header-block .header-box .header-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 90px;
  background: -moz-linear-gradient(0deg, #604b7f, #59c4a5);
  background: -webkit-linear-gradient(0deg, #604b7f, #59c4a5);
  background: -ms-linear-gradient(0deg, #604b7f, #59c4a5);
  background: linear-gradient(90deg, #604b7f, #59c4a5);
}
/* line 108, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li {
  display: table;
  height: 100%;
}
/* line 111, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li:first-child, .header-block .header-box .header-nav ul li:nth-child(2) {
  position: relative;
}
/* line 113, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li:first-child:after, .header-block .header-box .header-nav ul li:nth-child(2):after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  background: rgba(223, 223, 223, 0.2);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 124, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li.nav_top {
  width: 198px;
}
/* line 126, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li.nav_top a {
  height: 100%;
  width: 100%;
}
/* line 129, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li.nav_top a span {
  display: inline-block;
  height: 1em;
  position: relative;
  padding-left: 35px;
}
/* line 135, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li.nav_top a span::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-16%);
  content: "";
  background: url("/regional-project/common/img/share/icon_01.png") no-repeat center;
  background-size: contain;
  height: 17px;
  width: 20px;
}
/* line 150, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li.nav_ol {
  width: 128px;
}
/* line 153, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li.nav_pg {
  width: 147px;
}
/* line 156, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li.nav_rp {
  width: 127px;
}
/* line 159, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li a {
  display: table-cell;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 168, ../sass/_layout.scss */
.header-block .header-box .header-nav ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 176, ../sass/_layout.scss */
.header-block .sp-header-box {
  display: none;
}

/* =====================
  elements
===================== */
/* line 186, ../sass/_layout.scss */
.link-btn a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 30px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  background: #554666;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #554666;
}
/* line 196, ../sass/_layout.scss */
.link-btn a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 209, ../sass/_layout.scss */
.link-btn a:hover {
  color: #554666;
  background: #fff;
}
/* line 212, ../sass/_layout.scss */
.link-btn a:hover:before {
  border-color: transparent transparent transparent #554666;
}

/* =====================
  link-block
===================== */
/* line 223, ../sass/_layout.scss */
.link-block {
  padding: 80px 0 60px;
  background: #f5f6f8;
}
/* line 226, ../sass/_layout.scss */
.link-block .link-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* line 232, ../sass/_layout.scss */
.link-block .link-inner .link-box {
  width: 31.25%;
}
/* line 234, ../sass/_layout.scss */
.link-block .link-inner .link-box a {
  display: block;
  background: #fff;
}
/* line 237, ../sass/_layout.scss */
.link-block .link-inner .link-box a .link-img {
  overflow: hidden;
}
/* line 239, ../sass/_layout.scss */
.link-block .link-inner .link-box a .link-img img {
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 244, ../sass/_layout.scss */
.link-block .link-inner .link-box a .link-txt {
  position: relative;
  padding: 17px 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #554666;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 251, ../sass/_layout.scss */
.link-block .link-inner .link-box a .link-txt:before, .link-block .link-inner .link-box a .link-txt:after {
  position: absolute;
  content: "";
  top: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 257, ../sass/_layout.scss */
.link-block .link-inner .link-box a .link-txt:before {
  right: 20px;
  width: 25px;
  height: 25px;
  border: 2px solid #554666;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 265, ../sass/_layout.scss */
.link-block .link-inner .link-box a .link-txt:after {
  right: 30px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #554666;
  border-right: 2px solid #554666;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 277, ../sass/_layout.scss */
.link-block .link-inner .link-box a:hover .link-img img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 281, ../sass/_layout.scss */
.link-block .link-inner .link-box a:hover .link-txt {
  color: #59c4a5;
}
/* line 283, ../sass/_layout.scss */
.link-block .link-inner .link-box a:hover .link-txt:before, .link-block .link-inner .link-box a:hover .link-txt:after {
  border-color: #59c4a5;
}

/* =====================
  footer-block
===================== */
/* line 297, ../sass/_layout.scss */
.page-top {
  display: none;
}

/* line 300, ../sass/_layout.scss */
.footer-block {
  padding: 35px 0 25px;
}
/* line 302, ../sass/_layout.scss */
.footer-block .footer-id {
  margin-bottom: 20px;
}
/* line 304, ../sass/_layout.scss */
.footer-block .footer-id ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 309, ../sass/_layout.scss */
.footer-block .footer-id ul li {
  margin: 0 15px;
}
/* line 311, ../sass/_layout.scss */
.footer-block .footer-id ul li a {
  display: inline-block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 314, ../sass/_layout.scss */
.footer-block .footer-id ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 321, ../sass/_layout.scss */
.footer-block .footer-address {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-items: center;
  align-items: center;
}
/* line 327, ../sass/_layout.scss */
.footer-block .footer-address .address-box {
  margin-top: 20px;
}
/* line 329, ../sass/_layout.scss */
.footer-block .footer-address .address-box p {
  display: inline-block;
}
/* line 332, ../sass/_layout.scss */
.footer-block .footer-address .address-box .place {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #554666;
}
/* line 337, ../sass/_layout.scss */
.footer-block .footer-address .address-box .address {
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 339, ../sass/_layout.scss */
.footer-block .footer-address .address-box .address span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
/* line 343, ../sass/_layout.scss */
.footer-block .footer-address .address-box .address span:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("/regional-project/common/img/share/icon-footer-tel.png") center no-repeat;
  background-size: contain;
}
/* line 356, ../sass/_layout.scss */
.footer-block .footer-address .support-box {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #554666;
  text-align: center;
}
/* line 361, ../sass/_layout.scss */
.footer-block .footer-address .support-box span {
  display: inline-block;
  margin-right: 20px;
  padding: 1px 30px 0;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #554666;
}
/* line 370, ../sass/_layout.scss */
.footer-block .footer-btn {
  display: none;
}

/* line 374, ../sass/_layout.scss */
.footer-bottom {
  background: #554666;
}
/* line 376, ../sass/_layout.scss */
.footer-bottom .wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  padding: 17px 0;
}
/* line 385, ../sass/_layout.scss */
.footer-bottom .link a {
  position: relative;
  display: inline-block;
  padding-left: 1.7em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
/* line 391, ../sass/_layout.scss */
.footer-bottom .link a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 403, ../sass/_layout.scss */
.footer-bottom .link a:hover {
  text-decoration: underline;
}
/* line 408, ../sass/_layout.scss */
.footer-bottom .copy {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  /* =====================
    header-block
  ===================== */
  /* line 8, ../sass/_responsive.scss */
  .wrapper {
    padding-top: 80px;
  }

  /* =====================
    header-block
  ===================== */
  /* line 15, ../sass/_responsive.scss */
  .header-block .header-box {
    width: 100%;
  }
  /* line 18, ../sass/_responsive.scss */
  .header-block .header-box .header-id {
    width: 56%;
    height: 80px;
    padding-left: 2%;
  }
  /* line 23, ../sass/_responsive.scss */
  .header-block .header-box .header-id li {
    margin-left: 0;
  }
  /* line 26, ../sass/_responsive.scss */
  .header-block .header-box .header-id li img {
    width: 100%;
  }
  /* line 30, ../sass/_responsive.scss */
  .header-block .header-box .header-id li:first-child {
    width: 24%;
    margin-right: 4%;
  }
  /* line 35, ../sass/_responsive.scss */
  .header-block .header-box .header-id li:nth-child(2) {
    width: 28%;
    margin-right: 4%;
  }
  /* line 40, ../sass/_responsive.scss */
  .header-block .header-box .header-id li:last-child {
    width: 24%;
  }
  /* line 46, ../sass/_responsive.scss */
  .header-block .header-box .header-nav {
    width: 44%;
  }
  /* line 49, ../sass/_responsive.scss */
  .header-block .header-box .header-nav ul {
    height: 80px;
  }
  /* line 53, ../sass/_responsive.scss */
  .header-block .header-box .header-nav ul li.nav_top {
    width: 40%;
  }
  /* line 57, ../sass/_responsive.scss */
  .header-block .header-box .header-nav ul li.nav_top a span {
    padding-left: 18%;
  }
  /* line 63, ../sass/_responsive.scss */
  .header-block .header-box .header-nav ul li.nav_ol {
    width: 30%;
  }
  /* line 67, ../sass/_responsive.scss */
  .header-block .header-box .header-nav ul li.nav_pg {
    width: 30%;
  }
  /* line 73, ../sass/_responsive.scss */
  .header-block .header-box .header-nav ul li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  /* =====================
    link-block
  ===================== */
  /* line 91, ../sass/_responsive.scss */
  .link-block .link-inner .link-box a .link-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 94, ../sass/_responsive.scss */
  .link-block .link-inner .link-box a .link-txt:before {
    right: 16px;
  }
  /* line 98, ../sass/_responsive.scss */
  .link-block .link-inner .link-box a .link-txt:after {
    right: 26px;
  }

  /* =====================
    footer-block
  ===================== */
  /* line 112, ../sass/_responsive.scss */
  .footer-block .footer-address .address-box p {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  /* =====================
    header-block
  ===================== */
  /* line 125, ../sass/_responsive.scss */
  .wrapper {
    padding-top: 60px;
  }

  /* =====================
    header-block
  ===================== */
  /* line 132, ../sass/_responsive.scss */
  .header-block .header-box {
    display: none;
  }
  /* line 136, ../sass/_responsive.scss */
  .header-block .sp-header-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  /* line 143, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    z-index: 9999;
    width: 100%;
    height: 70px;
    background: #fff;
  }
  /* line 153, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% - 70px);
    height: 70px;
    padding-left: 4%;
    background: #fff;
  }
  /* line 164, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id li a {
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 168, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id li a img {
    width: 100%;
  }
  /* line 172, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  /* line 177, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id li:first-child {
    width: 20%;
    margin-right: 4%;
  }
  /* line 182, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id li:nth-child(2) {
    width: 24%;
    margin-right: 4%;
  }
  /* line 187, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id li:last-child {
    width: 20%;
  }
  /* line 193, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu {
    width: 70px;
    height: 70px;
    padding: 10px 0;
    text-align: center;
    background: -moz-linear-gradient(left, #604b7f, #59c4a5);
    background: -webkit-linear-gradient(left, #604b7f, #59c4a5);
    background: -ms-linear-gradient(left, #604b7f, #59c4a5);
    background: linear-gradient(to right, #604b7f, #59c4a5);
    cursor: pointer;
  }
  /* line 204, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu div {
    position: relative;
    display: inline-block;
    top: 16px;
    width: 24px;
    height: 16px;
    margin-bottom: 4px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 213, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu div span {
    position: absolute;
    display: inline-block;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  /* line 222, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu div span:first-child {
    top: 0;
  }
  /* line 226, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu div span:nth-child(2) {
    top: 7px;
  }
  /* line 230, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu div span:last-child {
    bottom: 0;
  }
  /* line 236, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1px;
  }
  /* line 245, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu.open div span:first-child {
    -moz-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  /* line 249, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu.open div span:nth-child(2) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  /* line 253, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu.open div span:last-child {
    bottom: 0;
    -moz-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  /* line 263, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav {
    position: fixed;
    overflow-y: scroll;
    height: calc(100% - 70px);
    top: 70px;
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5000;
    background: #554666;
    -webkit-overflow-scrolling: touch;
  }
  /* line 278, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul {
    margin: 12.30769% 0;
  }
  /* line 281, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li {
    background-color: #fff;
    margin-bottom: 6.15385%;
  }
  /* line 285, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li a {
    font-size: 0;
    display: block;
  }
  /* line 289, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li a .cont_wrap {
    display: flex;
  }
  /* line 292, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li a .cont_wrap .img_wrap {
    width: 33.84615%;
  }
  /* line 295, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li a .cont_wrap .img_wrap img {
    width: 100%;
  }
  /* line 300, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li a .cont_wrap .txt_wrap {
    position: relative;
    padding-left: 6.15385%;
    width: 66.15385%;
  }
  /* line 305, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li a .cont_wrap .txt_wrap .en {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 6.46154vw;
    letter-spacing: 0.3rem;
    line-height: 1;
    padding-top: 16.27907%;
  }
  /* line 313, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li a .cont_wrap .txt_wrap .ja {
    padding-top: 2.32558%;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  /* line 321, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li a .cont_wrap .txt_wrap .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 9.30233%;
    width: 8.83721%;
    height: 19%;
    border: #59c4a5 2px solid;
    border-radius: 50%;
  }
  /* line 332, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li a .cont_wrap .txt_wrap .arrow::after {
    content: "";
    position: absolute;
    display: block;
    right: 39.47368%;
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
    width: 26.31579%;
    height: 26.31579%;
    border-right: #59c4a5 2px solid;
    border-bottom: #59c4a5 2px solid;
  }
  /* line 349, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li:last-child {
    margin-bottom: 0;
  }
  /* line 354, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li.li_top a {
    padding: 6.76923% 0 6.76923% 0;
  }
  /* line 357, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li.li_top a .cont_wrap {
    align-items: center;
  }
  /* line 359, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li.li_top a .cont_wrap .img_wrap {
    width: 11.53846%;
    padding-left: 4.61538%;
  }
  /* line 363, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li.li_top a .cont_wrap .img_wrap img {
    width: 1005;
  }
  /* line 368, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li.li_top a .cont_wrap .txt_wrap {
    width: 88.46154%;
    padding-left: 3.47826%;
  }
  /* line 372, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li.li_top a .cont_wrap .txt_wrap .ja {
    font-size: 4vw;
    padding-top: 0%;
  }
  /* line 376, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav ul > li.li_top a .cont_wrap .txt_wrap .arrow {
    right: 6.95652%;
    width: 6.6087%;
    height: 135.71429%;
  }

  /* =====================
    link-block
  ===================== */
  /* line 394, ../sass/_responsive.scss */
  .link-block {
    padding: 30px 0;
  }
  /* line 397, ../sass/_responsive.scss */
  .link-block .link-inner {
    display: block;
  }
  /* line 400, ../sass/_responsive.scss */
  .link-block .link-inner .link-box {
    width: 100%;
  }
  /* line 403, ../sass/_responsive.scss */
  .link-block .link-inner .link-box:not(:last-child) {
    margin-bottom: 20px;
  }
  /* line 407, ../sass/_responsive.scss */
  .link-block .link-inner .link-box a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  /* line 415, ../sass/_responsive.scss */
  .link-block .link-inner .link-box a .link-img {
    width: 34.76923%;
  }
  /* line 419, ../sass/_responsive.scss */
  .link-block .link-inner .link-box a .link-txt {
    width: 65.23077%;
    padding: 0 0 0 12%;
    font-size: 3.07692vw;
  }
  /* line 424, ../sass/_responsive.scss */
  .link-block .link-inner .link-box a .link-txt:before {
    right: 20px;
    width: 23px;
    height: 23px;
  }
  /* line 430, ../sass/_responsive.scss */
  .link-block .link-inner .link-box a .link-txt:after {
    right: 29px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
  }

  /* =====================
    footer-block
  ===================== */
  /* line 444, ../sass/_responsive.scss */
  .page-top {
    display: block;
  }
  /* line 447, ../sass/_responsive.scss */
  .page-top a {
    position: relative;
    display: block;
    height: 50px;
    background: #bbb;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 454, ../sass/_responsive.scss */
  .page-top a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  /* line 467, ../sass/_responsive.scss */
  .page-top a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  /* line 473, ../sass/_responsive.scss */
  .footer-block {
    padding: 60px 0;
  }
  /* line 476, ../sass/_responsive.scss */
  .footer-block .footer-id {
    margin-bottom: 20px;
  }
  /* line 479, ../sass/_responsive.scss */
  .footer-block .footer-id ul {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 483, ../sass/_responsive.scss */
  .footer-block .footer-id ul li {
    margin: 0;
    text-align: center;
  }
  /* line 486, ../sass/_responsive.scss */
  .footer-block .footer-id ul li a {
    display: inline-block;
  }
  /* line 489, ../sass/_responsive.scss */
  .footer-block .footer-id ul li a img {
    width: 100%;
  }
  /* line 494, ../sass/_responsive.scss */
  .footer-block .footer-id ul li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 497, ../sass/_responsive.scss */
  .footer-block .footer-id ul li:first-child a {
    width: 40%;
  }
  /* line 502, ../sass/_responsive.scss */
  .footer-block .footer-id ul li:nth-child(2) {
    width: 50%;
  }
  /* line 504, ../sass/_responsive.scss */
  .footer-block .footer-id ul li:nth-child(2) a {
    width: 86.76923%;
  }
  /* line 509, ../sass/_responsive.scss */
  .footer-block .footer-id ul li:last-child {
    width: 50%;
  }
  /* line 511, ../sass/_responsive.scss */
  .footer-block .footer-id ul li:last-child a {
    width: 76.92308%;
  }
  /* line 519, ../sass/_responsive.scss */
  .footer-block .footer-address {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 522, ../sass/_responsive.scss */
  .footer-block .footer-address .address-box {
    margin-top: 0;
  }
  /* line 525, ../sass/_responsive.scss */
  .footer-block .footer-address .address-box .place {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 529, ../sass/_responsive.scss */
  .footer-block .footer-address .address-box .address {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 532, ../sass/_responsive.scss */
  .footer-block .footer-address .address-box .address span {
    padding-left: 18px;
  }
  /* line 535, ../sass/_responsive.scss */
  .footer-block .footer-address .address-box .address span:before {
    top: 4px;
    width: 13px;
    height: 13px;
  }
  /* line 544, ../sass/_responsive.scss */
  .footer-block .footer-address .support-box {
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 548, ../sass/_responsive.scss */
  .footer-block .footer-address .support-box span {
    margin-right: 15px;
    padding: 1px 20px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 556, ../sass/_responsive.scss */
  .footer-block .footer-btn {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  /* line 561, ../sass/_responsive.scss */
  .footer-block .footer-btn a {
    display: inline-block;
    width: 240px;
    padding: 10px 0;
    font-weight: bold;
    color: #fff;
    background: #554666;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 571, ../sass/_responsive.scss */
  .footer-block .footer-btn a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  /* line 579, ../sass/_responsive.scss */
  .footer-bottom .wrap {
    display: block;
    padding: 17px 0;
  }
  /* line 584, ../sass/_responsive.scss */
  .footer-bottom .link {
    display: none;
  }
  /* line 588, ../sass/_responsive.scss */
  .footer-bottom .copy {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  /* =====================
    all
  ===================== */
  /* line 598, ../sass/_responsive.scss */
  .pc {
    display: none;
  }

  /* line 602, ../sass/_responsive.scss */
  .sp {
    display: block;
  }

  /* =====================
    footer-block
  ===================== */
  /* line 611, ../sass/_responsive.scss */
  .footer-block .footer-address .address-box .place {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 615, ../sass/_responsive.scss */
  .footer-block .footer-address .address-box .address {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 620, ../sass/_responsive.scss */
  .footer-block .footer-address .support-box {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 623, ../sass/_responsive.scss */
  .footer-block .footer-address .support-box span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  /* =====================
    header-block
  ===================== */
  /* line 636, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap {
    height: 60px;
  }
  /* line 639, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id {
    width: calc(100% - 60px);
    height: 60px;
  }
  /* line 644, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id li:first-child {
    width: 28%;
  }
  /* line 648, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id li:nth-child(2) {
    width: 30%;
  }
  /* line 652, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-id li:last-child {
    width: 28%;
  }
  /* line 658, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu {
    width: 60px;
    height: 60px;
  }
  /* line 662, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-wrap .sp-header-menu div {
    top: 12px;
    width: 20px;
  }
  /* line 668, ../sass/_responsive.scss */
  .header-block .sp-header-box .sp-header-nav {
    top: 60px;
    height: calc(100% - 60px);
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes txtMove {
  from {
    opacity: 0;
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes txtMove {
  from {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes txtMove {
  from {
    opacity: 0;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes imgMoveX {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes imgMoveX {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes imgMoveX {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes imgMoveY {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes imgMoveY {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes imgMoveY {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes bgMoveY {
  from {
    opacity: 0;
    -moz-transform: translateY(-101%);
    transform: translateY(-101%);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes bgMoveY {
  from {
    opacity: 0;
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes bgMoveY {
  from {
    opacity: 0;
    -moz-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes bgMoveX {
  from {
    opacity: 0;
    -moz-transform: translateX(-101%);
    transform: translateX(-101%);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes bgMoveX {
  from {
    opacity: 0;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes bgMoveX {
  from {
    opacity: 0;
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-moz-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes rotateIn {
  from {
    opacity: 0;
    -moz-transform: scale(0.5) rotate(-45deg);
    transform: scale(0.5) rotate(-45deg);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes rotateIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-45deg);
    transform: scale(0.5) rotate(-45deg);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    -moz-transform: scale(0.5) rotate(-45deg);
    -ms-transform: scale(0.5) rotate(-45deg);
    -webkit-transform: scale(0.5) rotate(-45deg);
    transform: scale(0.5) rotate(-45deg);
    animation-timing-function: cubic-bezier(0.29, 0.69, 0.42, 0.86);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
