@charset "UTF-8";

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

}

:root {
  --brand-blue: #1a73b8;
  --brand-blue-light: #2d8fd4;
  --brand-pink: #e8406a;
  --white: #ffffff;

  --sds-color-blue:          #39a1cf;
  --sds-color-blue-dark:     #248dc3;
  --sds-color-blue-darker:   #1c6b93;
  --sds-color-blue-bright:   #2ba9d9;
  --sds-color-blue-accent:   #00a0e9;
  --sds-color-blue-bg:       #f0f7fb;
  --sds-color-blue-border:   #cfe6f2;
  --sds-color-border:        #dddddd;
  --sds-color-border-light:  #e5e7eb;
  --sds-color-border-mid:    #d4d4d4;
  --sds-color-text-sub:      #333333;

  --fs-xs: 11px;
  --fs-sm: 13px;
  --fs-base: 15px;
  --fs-md: 15px;
  --fs-lg: 16px;
  --fs-xl: 24px;
  --fs-h2: 30px;
  --fs-h1: 40px;
}

body {
  font-family: 'Noto Sans JP', 'Meiryo UI', メイリオ, Meiryo, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
  margin: 0;
  position: relative;
  min-width: 320px;
  min-height: 480px;
  color: #000;
  font-size: 15px;
  line-height: 1.6;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
  font-weight: 700;
}

li,
p {
  margin: 0 0 1em;
}

a,
article,
dd,
div,
dl,
dt,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
p,
section,
table,
td,
th {
  box-sizing: border-box;
}

#contents .no-mt,
#contents h2.no-mt,
#contents h4.no-mt,
#contents h5.no-mt,
#contents p.no-mt,
#contents li.no-mt,
.no-mt {
  margin-top: 0;
}

#main h2 {
  line-height: 1;
  font-size: 2.143em;
}

#main h2 img {
  width: auto;
  height: 1.167em;
  vertical-align: text-top;
}

#main h2 span {
  padding: 0.25em 0.5em;
  border-left: solid 6px #0AA0E7;
}

#main h4 {
  position: relative;
  margin-bottom: 25px;
  padding: 1.2em;
  background: #e0edff;
  font-size: 1.2em;
  font-weight: 100;
}

#main h4:after {
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  content: '';
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

article,
figcaption,
figure,
footer,
header,
section {
  display: block;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

address,
em {
  font-style: normal;
}

a.skip-main {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -999px;
  z-index: -999;
  width: 1px;
  height: 1px;
  outline: 0;
}

a.skip-main:active,
a.skip-main:focus {
  overflow: auto;
  top: auto;
  left: auto;
  z-index: 999;
  width: 30%;
  height: auto;
  margin: 10px 35%;
  padding: 5px;
  background-color: #000;
  color: #fff;
  border: 4px solid;
  border-radius: 15px;
  text-align: center;
  font-size: 1.2em;
}

.btn-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 2em;
  left: 0;
  z-index: 9;
  width: 3em;
  height: 3em;
  margin: 0 1em 0 auto;
  -webkit-animation: fadeIn .4s ease-in 0s 1 alternate;
  animation: fadeIn .4s ease-in 0s 1 alternate;
}

.pagetop-show .btn-top {
  display: block;
}

.scroll .btn-top {
  display: none;
}

.btn-top a {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: var(--sds-color-blue-accent, #00a0e9);
  background-image: url(/img/svg/ico-arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 10em;
  outline: 0;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}

.btn-top a:focus,
.btn-top a:hover {
  background-color: #50c8ff;
}

a[href$=".pdf"] {
  position: relative;
}

.link-btn {
  display: block;
  position: relative;
  width: 340px;
  max-width: 100%;
  padding: 15px;
  background-image: url(/img/plans/btn_bg_blue.png); /* 2026-08 パス修正: /img/ → /img/plans/ */
  color: #FFF;
  border-radius: 32px;
  transition: .3s;
  text-align: center;
  letter-spacing: .05em;
  font-size: 18px;
  font-weight: 500;
}

.link-btn:hover {
  opacity: .7;
  transition: .3s;
  text-decoration: none;
}

.link-btn::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;

  background-color: transparent;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.link-btn.anchor {
  width: 100%;
  margin-top: 30px;
}

.link-btn.anchor::after {
  transform: rotate(90deg);
}

.link-btn.center {
  margin: 0 auto;
}

.center {
  text-align: center!important;
}

#contents .flex.center {
  justify-content: center;
}

.txt-3box {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
}

.txt-3box.end {
  margin-right: 0;
}

.txt-blue {
  color: #2999CB;
}
.m-l-3 {margin-left: 3em !important;}

button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 75%;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  line-height: 1.15;
  font-size: 100%;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

body:before {
  position: absolute;
  top: -200px;
  right: 0;
  left: 0;
  height: 200px;
  background-color: #fff;
  content: '';
}

body,
html {
  height: 100%;
  background: #d5f4ff;
  scroll-behavior: smooth;
}

table,
td,
th {
  border-collapse: collapse;
}

ol,
ul {
  padding: 0;
}

canvas,
img,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  background: #000;
}

dd,
dl,
dt,
ol,
ul {
  margin: 0;
}

em {
  font-weight: 100;
}

small {
  font-size: 1em;
}

input[type=text],
textarea {
  padding: .8em;
  border: 1px solid #ddd;
  border-radius: 3px;
  outline: 0;
  font-size: 16px;
}

input[type=text]:focus,
textarea:focus {
  border: 1px solid #3498db;
  box-shadow: 0 0 7px #3498db;
}

input[type=text] {
  max-width: 200px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-property: width;
  transition-property: width;
}

input[type=text]:focus {
  max-width: 300px;
}

.wbr,
span[class*=ico-] {
  display: inline-block;
}

span[class*=ico-] {
  overflow: hidden;
  position: relative;
  width: 3em;
  height: 3em;
  font-size: 8px!important;
}

span[class*=ico-] .ico {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  outline: 0;
}

#header {
  position: relative;
}

#wrapper,
.wrap {
  position: relative;
}

.wrap {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

#wrapper {
  background-color: #fff;
}

.menu-open #main,
[data-link=telephone] {
  pointer-events: none;
}

#main {
  padding-top: 0.5em;
  padding-bottom: 0;

}

.menu-open #main {
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -ms-touch-action: none;
  touch-action: none;
}

#main .mod-article {
  margin-bottom: 0;

}

#main .mod-article .wrap {
  position: relative;
  max-width: 95%;
}

#main .section {
  overflow: hidden;
  padding-bottom: 1em;
}

svg[role=img] {
  width: 100%;
  height: auto;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff -webkit-radial-gradient(center,ellipse,#fff 50%,#e9f8ff 100%);
  background: #fff radial-gradient(ellipse at center,#fff 50%,#e9f8ff 100%);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#loading #loading-center-absolute:after,
#loading #loading-center-absolute:before,
.content-decorate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.content-decorate {
  display: none;
}

.content-decorate.content-decorate-1 {
  background-image: url(/img/top/bg-main-decorate-1.webp); /* 2026-08 パス修正: /img/*.png → /img/top/*.webp */
}

.content-decorate.content-decorate-2 {
  background-image: url(/img/top/bg-main-decorate-2.webp); /* 2026-08 パス修正: /img/*.png → /img/top/*.webp */
}

u {
  border-bottom: 1px #000000 dotted;
  text-decoration: none;
}

hr {
  margin: 50px 0;
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #fff;
}

.end {
  text-align: end;
}

#contents .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}

#contents .flex.start {
  justify-content: start;
}

.table-over {
  overflow: auto;
  width: 100%;
}

.table-over::-webkit-scrollbar {
  height: 5px;
}

.table-over table.table-01,
.table-over table.table-02 {
  width: 100%;
  min-width: 690px;
}

.table-02 {
  line-height: 1.6em;
  vertical-align: middle;
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

.table-02 th {
  padding: 15px 20px;
  background-color: var(--sds-color-blue-bg, #f0f7fb);
  border: 1px solid var(--sds-color-border-mid, #d4d4d4);
  vertical-align: middle;
  border-right-width: 0;
  font-weight: 500;
}

.table-02 td {
  padding: 15px 20px;
  background-color: #FFF;
  border: 1px solid var(--sds-color-border-mid, #d4d4d4);
  line-height: 28px;
  vertical-align: middle;
  border-left-width: 0;
  font-weight: 400;
}

.table-02 tr:first-child th:last-child,
.table-02 tr th {
  border-right: 1px solid var(--sds-color-border-mid, #d4d4d4);
}

.table-02 td {
  border-left: 1px solid var(--sds-color-border-mid, #d4d4d4);
}

.bg-blue {
  padding: 80px 0;
  background-color: var(--sds-color-blue-bg, #f0f7fb);
}

#contents .no-mb,
#contents .bg-gray.no-mb,
#contents .bg-blue.no-mb {
  margin-bottom: 0;
}

#contents .mb-20 {
  margin-bottom: 20px;
}

#contents .mb-65 {
  margin-bottom: 65px;
}

#contents .box-mb {
  margin-bottom: 80px;
}

.section table {
  width: 100%;
  margin-bottom: 30px;
}

.section table th,
.section table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.section table th {
  width: 30%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #wrapper,
  .wrap {
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  .section table {
    margin: 0 auto;
  }

  .section table th,
  .section table td {
    display: block;
    width: 100%;
    border-top: none;
  }

  .section table tr:first-child th {
    border-top: 1px solid #ddd;
  }

  .section .access table {
    margin: 0 auto;
  }

  .section .access table th,
  .section .access table td {
    display: block;
    width: 100%;
    border-top: none;
  }

  .section .access table tr:first-child th {
    border-top: 1px solid #ddd;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight_fadeOutLeft {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
  }
  10%,90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
  }
}

@keyframes fadeInRight_fadeOutLeft {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
  }
  10%,90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    opacity: 0;
  }
}

@-webkit-keyframes downInFadeOut {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  10%,90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes downInFadeOut {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  10%,90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-transform: scale(.1) translateY(-200%);
    transform: scale(.1) translateY(-200%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(.475) translateY(0);
    transform: scale(.475) translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-transform: scale(.1) translateY(-200%);
    transform: scale(.1) translateY(-200%);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(.475) translateY(0);
    transform: scale(.475) translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes carousel {
  0%,to {
    background-size: cover,0,0,0,0;
  }
  20% {
    background-size: 0,cover,0,0,0;
  }
  40% {
    background-size: 0,0,cover,0,0;
  }
  60% {
    background-size: 0,0,0,cover,0;
  }
  80% {
    background-size: 0,0,0,0,cover;
  }
}

@keyframes carousel {
  0%,to {
    background-size: cover,0,0,0,0;
  }
  20% {
    background-size: 0,cover,0,0,0;
  }
  40% {
    background-size: 0,0,cover,0,0;
  }
  60% {
    background-size: 0,0,0,cover,0;
  }
  80% {
    background-size: 0,0,0,0,cover;
  }
}

@-webkit-keyframes fadeInDownfaceOutUp {
  0%,10.5%,to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  .5%,10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDownfaceOutUp {
  0%,10.5%,to {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  .5%,10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInFadeOut {
  0%,to {
    opacity: 0;
  }
  10%,90% {
    opacity: 1;
  }
}

@keyframes fadeInFadeOut {
  0%,to {
    opacity: 0;
  }
  10%,90% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes preload {
  0% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
  75% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(0deg) rotateY(-180deg);
  }
}

@keyframes preload {
  0% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
  75% {
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(-180deg);
    transform: perspective(160px) rotateX(0deg) rotateY(-180deg);
  }
}

@-webkit-keyframes bounce {
  0%,20%,50%,80%,to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,20%,50%,80%,to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes modTitle {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes modTitle {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes pulse {
  0%,10%,20%,to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15%,25%,5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0%,10%,20%,to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15%,25%,5% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: .6;
  }
}

@keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: .6;
  }
}

@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: .6;
  }
}

@keyframes rotateRight {
  0% {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: .6;
  }
}
