@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/* --------------------------------------------------
-------------------------------------------------- 関数 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

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

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #3EB0AF;
  padding-top: 66px;
}
@media only screen and (max-width: 1500px) {
  body {
    padding-top: 4.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 10.9375vw;
  }
}

a {
  color: #FF0200;
}
a.blank {
  position: relative;
  padding-right: 1.5em;
  margin-right: 0.5em;
}
a.blank::after {
  content: "";
  position: absolute;
  bottom: 0.15em;
  right: 0;
  display: block;
  width: 19px;
  height: 19px;
  background: url("../img/parts/icon_link.svg") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1500px) {
  a.blank::after {
    width: 1.3571428571vw;
    height: 1.3571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  a.blank::after {
    width: 2.96875vw;
    height: 2.96875vw;
  }
}

.re-image {
  width: 100%;
}

#btn-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  #btn-nav {
    position: fixed;
    top: 1.875vw;
    left: 4.6875vw;
    display: block;
    width: 7.03125vw;
    padding: 3.59375vw 3.125vw 2.8125vw;
    border-radius: 15.625vw;
    z-index: 11;
    box-sizing: content-box;
    background-color: #3DB0AF;
    box-shadow: 0 0 1.25vw rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.4s ease;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav .line {
    position: relative;
    width: 100%;
    height: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  #btn-nav .line span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0.3125vw;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 1.25vw rgba(0, 0, 0, 0.3);
  }
}
#btn-nav .line span:nth-child(1) {
  top: 0;
}
#btn-nav .line span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#btn-nav .line span:nth-child(3) {
  bottom: 0;
}
#btn-nav p {
  font-size: 1.875vw;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1.25vw rgba(0, 0, 0, 0.3);
}

#header {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -10px);
  padding: 15px 0 24px;
  transition: all 0.4s ease;
  z-index: 10;
  width: 1350px;
  border-radius: 100px;
}
@media only screen and (max-width: 1500px) {
  #header {
    width: 96.4285714286vw;
    padding: 0.3571428571vw 0 1vw;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    position: fixed;
    width: 35.625vw;
    top: 1.5625vw;
    left: inherit;
    right: 1.5625vw;
    transform: unset;
    height: 10.625vw;
    padding: 0;
    border: none;
    background-color: #fff;
    box-shadow: 0 0 1.25vw rgba(0, 0, 0, 0.3);
    opacity: 0;
  }
}
#header .inner {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 240px 1fr 160px;
  width: 1200px;
  margin: 0 auto;
  gap: 0 40px;
}
@media only screen and (max-width: 1500px) {
  #header .inner {
    grid-template-columns: 17.1428571429vw 1fr 11.4285714286vw;
    width: 85.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
  }
}
#header .logo {
  position: relative;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    width: 27.03125vw;
    transition: all 0.3s 0.1s ease;
  }
}
#header .logo.en {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header nav {
    position: fixed;
    top: 10.9375vw;
    left: 0;
    width: 100vw;
    min-height: calc(100vh - 10.9375vw);
    background-color: #3EB0AF;
    opacity: 0;
    transition: all 0.3s 0.2s ease;
    visibility: hidden;
  }
}
#header nav .close {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header nav .close {
    display: flex;
    justify-content: center;
    padding: 4.6875vw 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (max-width: 768px) {
  #header nav .close img {
    width: 12.1875vw;
  }
}
#header nav ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #header nav ul {
    display: block;
  }
}
#header nav ul li {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #header nav ul li {
    display: block;
    text-align: center;
  }
}
#header nav ul li a {
  position: relative;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
  padding: 0 0.8em;
  border-left: 1px solid #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
@media only screen and (max-width: 1500px) {
  #header nav ul li a {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (max-width: 768px) {
  #header nav ul li a {
    display: block;
    font-size: 6.25vw;
    padding: 4.6875vw 0;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
}
#header nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0.8em;
  width: calc(100% - 1.6em);
  height: 1px;
  background-color: #fff;
  width: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #header nav ul li a::after {
    display: none;
  }
}
#header nav ul li a:hover::after {
  width: calc(100% - 1.6em);
}
#header nav ul li:last-child a {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #header nav ul li:last-child a {
    border-right: none;
  }
}
#header .other {
  position: relative;
  display: flex;
  gap: 0 8px;
}
@media only screen and (max-width: 768px) {
  #header .other {
    width: 25.3125vw;
    gap: 0 1.25vw;
    position: absolute;
    top: 50%;
    right: 4.6875vw;
    transform: translateY(-50%);
  }
}
#header .other .sns-x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 26px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: #3EB0AF;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  #header .other .sns-x {
    width: 1.9285714286vw;
    height: 1.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .other .sns-x {
    width: 7.34375vw;
    height: 7.1875vw;
  }
}
#header .other .sns-x img {
  width: 18px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  #header .other .sns-x img {
    width: 1.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .other .sns-x img {
    width: 2.8125vw;
  }
}
#header .other .sns-x img.on {
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  #header .other .sns-x img.on {
    top: 0.3571428571vw;
    left: 0.3571428571vw;
  }
}
#header .other .sns-x a {
  display: block;
}
#header .other .sns-x:hover {
  background-color: #fff;
  border-color: #3EB0AF;
}
@media only screen and (max-width: 768px) {
  #header .other .sns-x:hover {
    background-color: #3EB0AF;
    border-color: #fff;
  }
}
#header .other .sns-x:hover img.off {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #header .other .sns-x:hover img.off {
    opacity: 1;
  }
}
#header .other .sns-x:hover img.on {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #header .other .sns-x:hover img.on {
    opacity: 0;
  }
}
#header .other .lang-menu {
  position: relative;
  width: 125px;
  height: 26px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: #3EB0AF;
}
@media only screen and (max-width: 1500px) {
  #header .other .lang-menu {
    width: 8.9285714286vw;
    height: 1.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .other .lang-menu {
    width: 19.53125vw;
    height: 7.1875vw;
  }
}
#header .other .lang-menu .current {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 28px;
  height: 24px;
  cursor: pointer;
  border: 1px solid #3EB0AF;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  #header .other .lang-menu .current {
    grid-template-columns: 1fr 2vw;
    height: 1.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .other .lang-menu .current {
    grid-template-columns: 1fr 4.375vw;
    height: 6.875vw;
  }
}
#header .other .lang-menu .current a {
  line-height: 1;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  text-decoration: none;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  #header .other .lang-menu .current a {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .other .lang-menu .current a {
    font-size: 2.34375vw;
  }
}
#header .other .lang-menu .current span {
  display: flex;
  justify-content: center;
}
#header .other .lang-menu .current span::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  text-align: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  #header .other .lang-menu .current span::before {
    width: 0.7142857143vw;
    height: 0.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .other .lang-menu .current span::before {
    width: 1.5625vw;
    height: 1.40625vw;
  }
}
#header .other .lang-menu .current:hover {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #header .other .lang-menu .current:hover {
    background-color: #3EB0AF;
  }
}
#header .other .lang-menu .current:hover a {
  color: #3EB0AF;
  border-color: #3EB0AF;
}
@media only screen and (max-width: 768px) {
  #header .other .lang-menu .current:hover a {
    color: #fff;
    border-color: #fff;
  }
}
#header .other .lang-menu .current:hover span::before {
  background-color: #3EB0AF;
}
@media only screen and (max-width: 768px) {
  #header .other .lang-menu .current:hover span::before {
    background-color: #fff;
  }
}
#header .other .lang-menu ul {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: #3EB0AF;
  border-top: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#header .other .lang-menu ul li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 28px;
  height: 24px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 1500px) {
  #header .other .lang-menu ul li {
    height: 1.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .other .lang-menu ul li {
    height: 6.875vw;
  }
}
#header .other .lang-menu ul li a {
  line-height: 1;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  #header .other .lang-menu ul li a {
    font-size: 1.0714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .other .lang-menu ul li a {
    font-size: 2.34375vw;
  }
}
#header .other .lang-menu ul li span {
  display: flex;
  justify-content: center;
}
#header .other .lang-menu ul li span::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  text-align: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  #header .other .lang-menu ul li span::before {
    width: 0.7142857143vw;
    height: 0.6428571429vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .other .lang-menu ul li span::before {
    width: 1.5625vw;
    height: 1.40625vw;
  }
}
#header .other .lang-menu ul li:hover {
  background-color: #fff;
}
#header .other .lang-menu ul li:hover a {
  color: #3EB0AF;
}
#header .other .lang-menu ul li:hover span::before {
  background-color: #3EB0AF;
}
#header .other .lang-menu ul.active {
  visibility: inherit;
  opacity: 1;
}
#header .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100px;
}
#header .line span {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 3px;
  border: 1px solid #FF5671;
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  #header .line span {
    bottom: 0.4285714286vw;
    height: 0.2142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .line span {
    display: none;
  }
}
#header .ribbon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  width: 50px;
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  #header .ribbon {
    width: 3.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .ribbon {
    display: none;
  }
}
#header.fixed {
  position: fixed;
  top: 30px;
  transform: translate(-50%, 0px);
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#header.fixed .logo {
  pointer-events: all;
}
#header.fixed .logo, #header.fixed .line span, #header.fixed .ribbon {
  opacity: 1;
}
#header.fixed nav ul li a {
  color: #3EB0AF;
  text-shadow: none;
  border-color: #3EB0AF;
}
#header.fixed nav ul li a::after {
  background-color: #3EB0AF;
}
#header.off {
  opacity: 0;
}
#header.active {
  background-color: #fff;
  z-index: 12;
  width: 100%;
  top: 0;
  right: 0;
  height: 70px;
  border-radius: 0;
}
#header.active .logo {
  opacity: 1;
  pointer-events: all;
}
#header.active nav {
  opacity: 1;
  visibility: inherit;
}

#footer {
  position: relative;
  padding-top: 82px;
}
@media only screen and (max-width: 1500px) {
  #footer {
    padding-top: 5.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    padding-top: 15.9375vw;
  }
}
#footer .wave {
  position: absolute;
  top: -10px;
  left: -50%;
  width: 200%;
  height: 92px;
  -webkit-animation: swayUpDown 2.5s ease-in-out infinite;
          animation: swayUpDown 2.5s ease-in-out infinite;
}
@media only screen and (max-width: 1500px) {
  #footer .wave {
    height: 6.5714285714vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .wave {
    top: -0.78125vw;
    height: 18.125vw;
  }
}
#footer .wave span {
  display: block;
  width: 100%;
  height: 100%;
  height: 83px;
  background: url("../img/global/bg_foot.png") repeat-x top center;
  background-size: 83px auto;
  -webkit-animation: moveWave 8s ease-in-out infinite;
          animation: moveWave 8s ease-in-out infinite;
}
@-webkit-keyframes swayUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes swayUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes moveWave {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(25px, 0px);
  }
  50% {
    transform: translate(100px, 0px);
  }
  75% {
    transform: translate(50px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes moveWave {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(25px, 0px);
  }
  50% {
    transform: translate(100px, 0px);
  }
  75% {
    transform: translate(50px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
#footer .copy {
  position: relative;
  font-size: 12px;
}
@media only screen and (max-width: 1500px) {
  #footer .copy {
    font-size: 0.8571428571vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    font-size: 1.875vw;
  }
}
#footer .copy.copy1 {
  color: #fff;
  width: 1200px;
  line-height: 1.8;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 1500px) {
  #footer .copy.copy1 {
    width: 85.7142857143vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .copy.copy1 {
    width: 91.25vw;
    margin-bottom: 7.8125vw;
  }
}
#footer .copy.copy2 {
  text-align: center;
  padding: 1.2em 0;
  background-color: #fff;
}

#pagetop {
  position: absolute;
  bottom: 80px;
  right: 30px;
  width: 55px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: 12.5vw;
    right: 4.6875vw;
    width: 12.5vw;
  }
}
#pagetop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 0;
}
@media only screen and (max-width: 768px) {
  #pagetop a {
    gap: 1.5625vw 0;
  }
}
#pagetop a .icon {
  width: 100%;
  height: 55px;
  background: url("../img/global/pagetop01.png") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #pagetop a .icon {
    height: 12.5vw;
  }
}
#pagetop a span {
  display: block;
  width: 11px;
  height: 10px;
  border: 1px dotted #3EB0AF;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #pagetop a span {
    width: 3.125vw;
    height: 3.28125vw;
    border-radius: 4.6875vw;
  }
}
#pagetop a:hover span {
  background-color: #3EB0AF;
  border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #pagetop a:hover span {
    background-color: #fff;
    border: 1px dotted #3EB0AF;
  }
}
#pagetop.type1 a .icon {
  background-image: url("../img/global/pagetop01.png");
}
#pagetop.type1 a:hover .icon {
  background-image: url("../img/global/pagetop01_on.png");
}
@media only screen and (max-width: 768px) {
  #pagetop.type1 a:hover .icon {
    background-image: url("../img/global/pagetop01.png");
  }
}
#pagetop.type2 a .icon {
  background-image: url("../img/global/pagetop02.png");
}
#pagetop.type2 a:hover .icon {
  background-image: url("../img/global/pagetop02_on.png");
}
@media only screen and (max-width: 768px) {
  #pagetop.type2 a:hover .icon {
    background-image: url("../img/global/pagetop02.png");
  }
}
#pagetop.type3 a .icon {
  background-image: url("../img/global/pagetop03.png");
}
#pagetop.type3 a:hover .icon {
  background-image: url("../img/global/pagetop03_on.png");
}
@media only screen and (max-width: 768px) {
  #pagetop.type3 a:hover .icon {
    background-image: url("../img/global/pagetop03.png");
  }
}
#pagetop.on {
  position: fixed;
}
#pagetop.on a .icon {
  -webkit-animation: poyoyonBounce 1s infinite ease-in-out;
          animation: poyoyonBounce 1s infinite ease-in-out;
}
@-webkit-keyframes poyoyonBounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px) scaleY(1.1) scaleX(0.9);
  }
  40% {
    transform: translateY(0) scaleY(0.9) scaleX(1.1);
  }
  60% {
    transform: translateY(-10px) scaleY(1.5) scaleX(0.95);
  }
  80% {
    transform: translateY(0) scaleY(0.98) scaleX(1.02);
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
  }
}
@keyframes poyoyonBounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px) scaleY(1.1) scaleX(0.9);
  }
  40% {
    transform: translateY(0) scaleY(0.9) scaleX(1.1);
  }
  60% {
    transform: translateY(-10px) scaleY(1.5) scaleX(0.95);
  }
  80% {
    transform: translateY(0) scaleY(0.98) scaleX(1.02);
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
  }
}
#pagetop .icon, #pagetop span {
  transform: scale(0) translateY(130px);
}
#pagetop.move-on .icon, #pagetop.move-on span {
  transform: scale(1) translateY(0);
}

#modal-block {
  background: url("../img/parts/bg_modal.png") repeat-y top center #3EB0AF;
  background-size: 100%;
}