@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

html {
  font-size: 10px;
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-weight: 400;
  height: 100%;
  position: relative;
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  font-size: 0;
  background: linear-gradient(-269deg, #b9f5ff 0%, #7f7edd 56%, #baffde 100%);
  overflow-x: hidden; }

img {
  max-width: 100%;
  height: auto; }

.fi {
  -webkit-transition: all 5s ease;
  -moz-transition: all 5s ease;
  -ms-transition: all 5s ease;
  -o-transition: all 5s ease;
  transition: all 5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transform: translate(0, 30px); }

.fi.active {
  opacity: 1;
  transform: translate(0, 0); }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

.ball-scale-random {
  width: 37px;
  height: 40px; }

.ball-scale-random > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite; }

.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
  animation: ball-scale 1s 0.2s ease-in-out infinite; }

.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.ball-rotate {
  position: relative; }

.ball-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative; }

.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }

.ball-rotate > div:before,
.ball-rotate > div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8; }

.ball-rotate > div:before {
  top: 0px;
  left: -28px; }

.ball-rotate > div:after {
  top: 0px;
  left: 25px; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 26px;
  width: 26px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px); }

.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%; }

.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1); } }
.ball-clip-rotate-multiple {
  position: relative; }

.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite; }

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse; }

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0; } }
@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0; } }
.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0; } }
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0; } }
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px); }

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear; }

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important; }

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite; }

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px); }

.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff; }

.ball-triangle-path > div:nth-of-type(1) {
  top: 50px; }

.ball-triangle-path > div:nth-of-type(2) {
  left: 25px; }

.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px; }

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); } }
@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); } }
.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even; }

.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd; }

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
@keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
.ball-grid-beat {
  width: 57px; }

.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 1.45s;
  animation-duration: 1.45s; }

.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: -0.02s;
  animation-delay: -0.02s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s; }

.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
  -webkit-animation-duration: 1.23s;
  animation-duration: 1.23s; }

.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s; }

.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: -0.19s;
  animation-delay: -0.19s;
  -webkit-animation-duration: 1.13s;
  animation-duration: 1.13s; }

.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
  -webkit-animation-duration: 1.42s;
  animation-duration: 1.42s; }

.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
  -webkit-animation-duration: 1.14s;
  animation-duration: 1.14s; }

.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s; }

.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s; }

.ball-grid-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.ball-grid-pulse {
  width: 57px; }

.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s; }

.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s; }

.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: -0.03s;
  animation-delay: -0.03s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s; }

.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s; }

.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
  -webkit-animation-duration: 1.55s;
  animation-duration: 1.55s; }

.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s; }

.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s; }

.ball-grid-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px; }

.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear; }

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear; }

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear; }

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear; }

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear; }

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear; }

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear; }

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear; }

.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute; }

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
.ball-spin-loader {
  position: relative; }

.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear; }

.ball-spin-loader > span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear; }

.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear; }

.ball-spin-loader > span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear; }

.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear; }

.ball-spin-loader > span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear; }

.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear; }

.ball-spin-loader > span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear; }

.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green; }

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px); }

.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px; }

.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear; }

.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear; }

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px); }

.ball-zig-zag-deflect > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px; }

.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear; }

.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear; }

@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
  -webkit-animation-duration: 0.54s;
  animation-duration: 0.54s; }

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s; }

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
  -webkit-animation-duration: 0.77s;
  animation-duration: 0.77s; }

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  -webkit-animation-duration: 0.61s;
  animation-duration: 0.61s; }

.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important; }

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important; }

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1); } }
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }

.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important; }

.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important; }

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px; }

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }

.line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px; }

@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }
.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }
.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }
@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }
.pacman {
  position: relative; }

.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear; }

.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear; }

.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear; }

.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear; }

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px; }

.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px; }

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px; }

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px); }

.cube-transition > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out; }

.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden; }

.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%; }

@font-face {
  font-family: "slick";
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 2.4vw;
  height: 4.6vw;
  max-width: 20px;
  max-height: 30px;
  text-indent: -9999px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  z-index: 100;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: clamp(-30px, -2vw, -20px); }

[dir="rtl"] .slick-prev {
  left: auto;
  right: clamp(-30px, -2vw, -20px); }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: clamp(-30px, -2vw, -20px); }

[dir="rtl"] .slick-next {
  left: clamp(-30px, -2vw, -20px);
  right: auto; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

.slick-dotted.slick-slider {
  margin-bottom: 35px; }

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased; }

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.l-wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.screen-main {
  display: none; }

.l-photo {
  width: 100%; }

.c-grid__row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -1.65vw;
  margin-right: -1.65vw;
  margin-bottom: -4.29vw; }

@media screen and (max-width: 599px) {
  .c-grid__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0; } }
.c-grid__col--lg-1 {
  width: 8.33333%; }

.c-grid__col--lg-2 {
  width: 16.66667%; }

.c-grid__col--lg-3 {
  width: 25%; }

.c-grid__col--lg-4 {
  width: 33.33333%; }

.c-grid__col--lg-5 {
  width: 41.66667%; }

.c-grid__col--lg-6 {
  width: 50%; }

.c-grid__col--lg-7 {
  width: 58.33333%; }

.c-grid__col--lg-8 {
  width: 66.66667%; }

.c-grid__col--lg-9 {
  width: 75%; }

.c-grid__col--lg-10 {
  width: 83.33333%; }

.c-grid__col--lg-11 {
  width: 91.66667%; }

.c-grid__col--lg-12 {
  width: 100%; }

@media screen and (max-width: 599px) {
  .c-grid__col--sm-1 {
    width: 8.33333%; }

  .c-grid__col--sm-2 {
    width: 16.66667%; }

  .c-grid__col--sm-3 {
    width: 25%; }

  .c-grid__col--sm-4 {
    width: 33.33333%; }

  .c-grid__col--sm-5 {
    width: 41.66667%; }

  .c-grid__col--sm-6 {
    width: 50%; }

  .c-grid__col--sm-7 {
    width: 58.33333%; }

  .c-grid__col--sm-8 {
    width: 66.66667%; }

  .c-grid__col--sm-9 {
    width: 75%; }

  .c-grid__col--sm-10 {
    width: 83.33333%; }

  .c-grid__col--sm-11 {
    width: 91.66667%; }

  .c-grid__col--sm-12 {
    width: 100%; } }
[class*='c-grid__col'] {
  box-sizing: border-box;
  position: relative; }

[class*='c-grid__col--lg'] {
  padding: 0 1.65vw;
  margin-bottom: 4.29vw; }

@media screen and (max-width: 599px) {
  [class*='c-grid__col--sm'] {
    padding: 0 15px;
    margin-bottom: 39px; } }
.c-text {
  font-size: 1.8rem;
  line-height: 1.8; }

@media screen and (max-width: 599px) {
  .c-text {
    font-size: 16px;
    line-height: 1.6; } }
.c-text--size-small {
  font-size: 1.6rem;
  line-height: 1.7; }

@media screen and (max-width: 599px) {
  .c-text--size-small {
    font-size: 16px;
    line-height: 1.6; } }
.c-text--color-white {
  color: #fff; }

.c-text--weight-bold {
  font-weight: bold; }

.c-title {
  line-height: 1;
  margin-bottom: 1em;
  font-size: 26px; }

@media screen and (max-width: 599px) {
  .c-title {
    font-size: 25.6px;
    line-height: 1.6; } }
@media screen and (max-width: 599px) {
  .c-title {
    margin-bottom: 0.7em; } }
.c-layout-center {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center; }

.c-inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0; }

@media screen and (max-width: 599px) {
  .c-inner {
    padding: 30px 0; } }
.c-button {
  width: 250px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f0cc5b;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1); }

@media screen and (max-width: 599px) {
  .c-button {
    font-size: 19.2px;
    line-height: 1.6; } }
.c-button--small {
  width: 130px; }

@media screen and (max-width: 599px) {
  .c-button--small {
    width: 80px;
    height: 40px;
    border-radius: 20px; } }
@media screen and (max-width: 599px) and (max-width: 599px) {
  .c-button--small {
    font-size: 12.8px;
    line-height: 1.6; } }
.c-button--gray {
  background-color: #ddd; }

.c-button:hover {
  background: #ffe590; }

.c-button__wrap {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center; }

.c-textarea {
  width: 100%;
  height: 250px;
  resize: vertical;
  border: 12px solid #f2f2f2;
  border-radius: 30px;
  font-size: 18px;
  color: #000;
  padding: 18px;
  box-sizing: border-box; }

@media screen and (max-width: 599px) {
  .c-textarea {
    font-size: 16px;
    line-height: 1.6; } }
.c-textarea::placeholder {
  color: gray; }

@media screen and (max-width: 599px) {
  .c-textarea {
    font-size: 16px;
    line-height: 1.6; } }
@media screen and (max-width: 599px) {
  .c-textarea {
    height: 300px;
    border: 5px solid #f2f2f2;
    border-radius: 20px; } }
.c-textarea + .c-button__wrap .c-button {
  margin-top: 30px; }

@media screen and (max-width: 599px) {
  .c-textarea + .c-button__wrap .c-button {
    margin-top: 15px; } }
.p-login {
  margin: 0 auto;
  text-align: left; }

@media screen and (max-width: 599px) {
  .p-login {
    width: 86%;
    margin: 0 auto;
    margin-top: -20px; } }
.p-login__logo {
  display: block;
  margin-bottom: 30px;
  width: 50%;
  max-width: 180px;
  margin: 0 auto; }

@media screen and (max-width: 599px) {
  .p-login__logo {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 15px; } }
.p-login__project-name {
  display: block;
  width: 100%;
  word-break: break-word;
  font-size: 3.2rem;
  font-size: 3.0rem;
  font-weight: 700;
  margin: 3.0rem auto;
  line-height: 1.6;
  text-align: center; }

.p-login__form {
  width: 100%;
  max-width: 340px;
  margin: 0 auto; }

.p-login__input-text {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto;
  position: relative;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 1em;
  color: #000;
  background-color: #f2f2f2;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  box-sizing: border-box; }

@media screen and (max-width: 599px) {
  .p-login__input-text {
    font-size: 16px;
    line-height: 1.6; } }
.p-login__button {
  margin-top: 30px; }

@media screen and (max-width: 599px) {
  .p-login__button {
    margin-top: 20px; } }
.c-block {
  border: 10px solid #f2f2f2;
  border-radius: 20px;
  background-color: #fff; }

@media screen and (max-width: 599px) {
  .c-block {
    border: 5px solid #f2f2f2; } }
.c-block + .c-block {
  margin-top: 60px; }

@media screen and (max-width: 599px) {
  .c-block + .c-block {
    margin-top: 15px; } }
.c-block__inner {
  width: 90%;
  max-width: 760px;
  margin: 70px auto; }

@media screen and (max-width: 599px) {
  .c-block__inner {
    margin: 20px auto; } }
.c-modal {
  text-align: center; }

.c-modal__wrap {
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0; }

.c-modal__wrap.is-active {
  animation: show 0.8s ease forwards; }

.c-modal__text {
  margin-bottom: 20px;
  display: block; }

@media screen and (max-width: 599px) {
  .c-modal__text {
    margin-bottom: 20px; } }
.c-modal__inner {
  width: 400px;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-sizing: border-box;
  opacity: 0; }

@media screen and (max-width: 599px) {
  .c-modal__inner {
    width: 280px; } }
.is-active .c-modal__inner {
  animation: showUp 0.4s ease 0.2s forwards; }

.c-modal__button-list {
  display: flex;
  justify-content: center; }

.c-modal__button-list li {
  margin-right: 10px; }

.c-modal__button-list li:last-child {
  margin-right: 0; }

@keyframes show {
  0% {
    pointer-events: none;
    opacity: 0; }
  100% {
    pointer-events: all;
    opacity: 1; } }
@keyframes showUp {
  0% {
    transform: translate(0, -20px);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.c-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none; }

.c-loader.is-active {
  opacity: 1;
  pointer-events: all; }

.loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 50px;
  transform: scale(0.8); }

.p-question-form {
  margin-bottom: 10rem; }

.p-q-card {
  display: block;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #000;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border: 10px solid #f2f2f2;
  border-radius: 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  position: relative;
  word-break: break-all; }

.p-q-card.is-answer:before {
  background-color: #f07800;
  color: #fff;
  position: absolute;
  right: -20px;
  top: 10px;
  font-size: 16px;
  padding: 0 1em;
  height: 30px;
  line-height: 30px;
  z-index: 3; }

@media screen and (max-width: 599px) {
  .p-q-card.is-answer:before {
    font-size: 16px;
    line-height: 1.6; } }
@media screen and (max-width: 599px) {
  .p-q-card.is-answer:before {
    right: -10px;
    height: 25px;
    line-height: 25px; } }
.p-q-card.is-answer:after {
  content: "";
  background-color: rgba(240, 120, 0, 0.5);
  transform: skewY(-45deg);
  z-index: 2;
  position: absolute;
  right: -20px;
  top: 35px;
  width: 10px;
  height: 10px; }

@media screen and (max-width: 599px) {
  .p-q-card.is-answer:after {
    width: 5px;
    height: 10px;
    right: -10px;
    top: 27.5px; } }
.p-q-card:hover {
  opacity: .8;
  transform: scale(1.01, 1.01); }

@media screen and (max-width: 599px) {
  .p-q-card {
    border: 5px solid #f2f2f2; }

  .p-q-card:hover {
    opacity: 1;
    transform: scale(1, 1); } }
.p-q-card__nickname {
  font-weight: bold;
  margin-bottom: 0.5em; }

.p-q-card__description {
  margin-bottom: 0.5em; }

.p-q-card__footer {
  display: flex;
  justify-content: space-between; }

.p-q-card__comment-number {
  color: #f0cc5b;
  font-weight: bold; }

.p-q-card__comment-number:before {
  content: "\f263";
  font: normal normal normal 24px 'Material-Design-Iconic-Font';
  font-size: 1.1em;
  vertical-align: middle;
  margin-right: 0.1em; }

@media screen and (max-width: 599px) {
  .p-q-card__comment-number:before {
    font-size: 16px;
    line-height: 1.6; } }
.p-q-card__delete {
  position: absolute;
  bottom: -33px;
  right: 20px;
  text-align: left;
  cursor: pointer; }

.p-q-card__delete:hover {
  text-decoration: none; }

.p-delete {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #29abe2;
  text-decoration: underline;
  font-size: 1.6rem; }

@media screen and (max-width: 599px) {
  .p-delete {
    font-size: 16px;
    line-height: 1.6; } }
.p-detail {
  text-align: left; }

.p-detail__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6; }

@media screen and (max-width: 599px) {
  .p-detail__title {
    font-size: 17.6px;
    line-height: 1.6; } }
@media screen and (max-width: 599px) {
  .p-detail__title {
    margin-bottom: 5px; } }
.p-detail__date {
  opacity: .3;
  font-weight: bold; }

.p-detail__header {
  margin-bottom: 4.0rem;
  padding-bottom: 3.0rem;
  position: relative; }

.p-detail__header:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background: radial-gradient(circle farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
  background-size: 6px 6px;
  content: '';
  display: inline-block;
  width: 100%;
  height: 6px; }

@media screen and (max-width: 599px) {
  .p-detail__header {
    padding-bottom: 15px;
    margin-bottom: 20px; }

  .p-detail__header:after {
    background-size: 4px 4px;
    height: 4px; } }
.p-detail__content {
  font-size: 1.8rem;
  line-height: 1.8; }

@media screen and (max-width: 599px) {
  .p-detail__content {
    font-size: 16px;
    line-height: 1.6; } }
.p-detail__content p {
  font-size: 1.8rem; }

@media screen and (max-width: 599px) {
  .p-detail__content p {
    font-size: 16px;
    line-height: 1.6; } }
.p-detail__content img {
  display: block;
  margin: 35px 0; }

@media screen and (max-width: 599px) {
  .p-detail__content img {
    margin: 20px 0; } }
.p-detail__content h1 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 1.5em;
  padding-bottom: .2em;
  margin-bottom: .5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.p-detail__content h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.5em;
  padding-bottom: .2em;
  margin-bottom: .3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.p-detail__content h3 {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: .8em;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 1.5em;
  margin-bottom: .3em;
  position: relative;
  box-sizing: border-box; }

.p-detail__content h3:before {
  content: "";
  display: block;
  height: calc(100% - .5em);
  background-color: rgba(0, 0, 0, 0.2);
  width: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%); }

.p-detail__content h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.3em; }

.p-detail__content h5 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.3em; }

.p-detail-edit__title {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #f2f2f2;
  font-size: 2.4rem;
  box-sizing: border-box;
  padding: 1.2rem 2rem; }

@media screen and (max-width: 599px) {
  .p-detail-edit__title {
    font-size: 16px;
    line-height: 1.6; } }
.p-detail-edit__checkbox {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none; }

.p-detail-edit__checkbox + label {
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  opacity: 0.5; }

@media screen and (max-width: 599px) {
  .p-detail-edit__checkbox + label {
    font-size: 19.2px;
    line-height: 1.6; } }
.p-detail-edit__checkbox + label:before {
  content: "\f26c";
  font: normal normal normal 1.3em 'Material-Design-Iconic-Font';
  vertical-align: middle;
  margin-right: 0.3em; }

.p-detail-edit__checkbox:checked + label {
  opacity: 1; }

.p-detail-edit__checkbox:checked + label:before {
  content: ""; }

.p-detail-edit__textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 1.6rem;
  resize: vertical;
  height: 600px;
  line-height: 1.8;
  padding: 1.2rem 2.0rem;
  box-sizing: border-box;
  background-color: #f2f2f2; }

@media screen and (max-width: 599px) {
  .p-detail-edit__textarea {
    font-size: 16px;
    line-height: 1.6; } }
@media screen and (max-width: 599px) {
  .p-detail-edit__textarea {
    height: 300px; } }
.p-comment-list__item {
  margin-bottom: 20px; }

.p-comment-list__item:last-child {
  margin-bottom: 0; }

.p-comment-list__text {
  text-align: left;
  border: 5px solid #ccc;
  padding: 2.5rem;
  border-radius: 20px;
  margin-bottom: .2em;
  position: relative;
  word-break: break-all; }

@media screen and (max-width: 599px) {
  .p-comment-list__text {
    padding: 15px;
    border: 4px solid #ccc; } }
.p-comment-list__text:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: -20px;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-gray@2x.png") no-repeat center center;
  background-size: contain; }

.is-admin .p-comment-list__text {
  background-color: #f0cc5b;
  border: 5px solid #f0cc5b; }

.is-admin .p-comment-list__text:before {
  background: url("../images/arrow-yellow@2x.png") no-repeat center center;
  background-size: contain; }

.p-comment-list__nickname {
  display: flex;
  text-align: left;
  align-items: center;
  padding-top: 1.5em; }

.p-comment-list__nickname i {
  font-size: 1.4em;
  vertical-align: middle;
  margin-right: 0.2em; }

.p-comment-list__date {
  text-align: right;
  opacity: 0.3; }

.p-comment-list__right {
  text-align: right; }

.p-comment-list__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.p-commnet-select-list li {
  display: inline-block;
  margin-right: 10px; }

@media screen and (max-width: 599px) {
  .p-commnet-select-list li {
    margin-right: 5px; } }
.p-commnet-select-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  padding: 0 1em;
  font-size: 1.4rem;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0.5; }

@media screen and (max-width: 599px) {
  .p-commnet-select-list__item {
    font-size: 16px;
    line-height: 1.6; } }
@media screen and (max-width: 599px) {
  .p-commnet-select-list__item {
    padding: 0 0.5em; } }
.p-commnet-select-list__item.is-current {
  opacity: 1;
  background-color: #ccc; }

.p-commnet-select-list__item i {
  font-size: 1.5em;
  margin-right: .3em;
  vertical-align: middle; }

.drag-erea {
  padding: 100px 0;
  width: 100%;
  margin: 0 auto 20px;
  background: #f6f6f6;
  text-align: center; }

.drag-erea + .c-button__wrap .c-button {
  margin-top: 30px; }

@media screen and (max-width: 599px) {
  .drag-erea + .c-button__wrap .c-button {
    margin-top: 0; } }
@media screen and (max-width: 599px) {
  .drag-erea {
    margin: 0 auto 15px; } }
.drag-erea.drag {
  background: #f0f0f0; }

.drag-erea input {
  margin: 0 auto; }

.p-manage {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.p-manage__inner {
  width: 86%;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  padding-top: clamp(20px, 5%, 10rem);
  padding-bottom: clamp(20px, 5%, 10rem); }

.p-manage__logo {
  width: 50%;
  max-width: 180px;
  margin-bottom: clamp(20px, 10%, 15rem); }

.p-manage__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse; }

.p-manage__form {
  width: 50%;
  background-color: #fff;
  padding: clamp(10px, 8%, 50px);
  border-radius: 2.0rem;
  box-sizing: border-box; }

@media screen and (max-width: 599px) {
  .p-manage__form {
    width: 100%;
    margin-bottom: 2rem; } }
.p-manage__list {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 500; }

.p-manage__list li {
  padding-left: 1.7em;
  box-sizing: border-box;
  position: relative;
  line-height: 1.2;
  margin-bottom: 1em; }

.p-manage__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: .2rem;
  border-radius: 50%;
  background-color: gray; }

.p-manage__list li.is-green::before {
  background-color: #22b573; }

.p-manage__list li.is-light-blue::before {
  background-color: #29abe2; }

.p-manage__list li.is-blue::before {
  background-color: #2e3192; }

.p-manage__list li.is-purple::before {
  background-color: #ab1a9a; }

.p-manage__list li.is-pink::before {
  background-color: #ff78ff; }

.p-manage__list li.is-red::before {
  background-color: red; }

.p-manage__list li.is-orange::before {
  background-color: #ff6a24; }

.p-manage__list li.is-yellow::before {
  background-color: #fcee21; }

.p-manage__list li.is-light-green::before {
  background-color: #d9e021; }

@media screen and (max-width: 599px) {
  .p-manage__list {
    width: 100%; } }
.p-radio__list {
  font-size: 0;
  letter-spacing: -2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.p-radio__item {
  padding: 0 0.4rem 1.1rem; }

.p-radio input[type="radio"] {
  display: none; }

.p-radio input[type="radio"] + label {
  background-color: blue;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  cursor: pointer;
  position: relative; }

.p-radio input[type="radio"] + label::before {
  content: "";
  display: none;
  width: 2rem;
  height: 2rem;
  border: .2rem solid #000;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.p-radio input[type="radio"]:checked + label:before {
  display: block; }

.p-radio input[type="radio"].is-green + label {
  background-color: #22b573; }

.p-radio input[type="radio"].is-light-blue + label {
  background-color: #29abe2; }

.p-radio input[type="radio"].is-blue + label {
  background-color: #2e3192; }

.p-radio input[type="radio"].is-purple + label {
  background-color: #ab1a9a; }

.p-radio input[type="radio"].is-pink + label {
  background-color: #ff78ff; }

.p-radio input[type="radio"].is-red + label {
  background-color: red; }

.p-radio input[type="radio"].is-orange + label {
  background-color: #ff6a24; }

.p-radio input[type="radio"].is-yellow + label {
  background-color: #fcee21; }

.p-radio input[type="radio"].is-light-green + label {
  background-color: #d9e021; }

img {
  pointer-events: none; }

.js-fade {
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.js-fade.is-active {
  transform: translate(0, 0);
  opacity: 1; }

.pc {
  display: block; }

@media screen and (max-width: 599px) {
  .pc {
    display: none; } }
.sp {
  display: none; }

@media screen and (max-width: 599px) {
  .sp {
    display: block; } }
.page-wrap {
  width: 100vw; }

.dot {
  width: 100%;
  width: calc(100% + 50px);
  margin: 60px auto;
  margin-left: -25px;
  height: 5px;
  background: url("../images/0515/dot.png") repeat-x left center; }

@media screen and (max-width: 599px) {
  .dot {
    margin: 0 auto;
    width: 100%;
    margin-left: 0; } }
.p-nav__container {
  position: fixed;
  left: 0;
  bottom: 20px;
  left: -400px;
  padding-right: 0;
  background-color: #fff;
  border-top: 2px solid #ff99c8;
  border-right: 2px solid #ff99c8;
  border-bottom: 2px solid #ff99c8;
  border-radius: 0px 20px 20px 0px;
  box-sizing: border-box;
  width: 400px;
  width: 400px;
  z-index: 1003;
  padding-right: 5%;
  height: auto;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

@media screen and (max-width: 768px) {
  .p-nav__container {
    left: -400px;
    width: 400px; } }
@media screen and (max-width: 599px) {
  .p-nav__container {
    left: -88vw;
    width: 88vw; } }
.p-nav__container.is-active {
  left: 0; }

.p-nav__button {
  width: 40px;
  height: 142px;
  background: url("../images/2x/menu@2x.png") no-repeat center right;
  background-size: auto 100%;
  position: absolute;
  left: 400px;
  bottom: 20px; }

@media screen and (max-width: 599px) {
  .p-nav__button {
    width: 10.66667vw;
    height: 37.86667vw; } }
@media screen and (max-width: 768px) {
  .p-nav__button {
    left: 400px; } }
@media screen and (max-width: 599px) {
  .p-nav__button {
    left: 88vw; } }
.p-nav__button.is-active {
  background: url("../images/2x/menu_close@2x.png") no-repeat center right;
  background-size: auto 100%; }

.p-nav__list {
  width: 380px;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
  bottom: 5vw;
  text-align: left;
  padding: 5%;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .p-nav__list {
    width: 380px; } }
@media screen and (max-width: 599px) {
  .p-nav__list {
    width: 88vw; } }
.p-nav__item {
  margin-bottom: 5px;
  width: 100%; }

.p-nav__item:last-child {
  margin-bottom: 0; }

.p-nav__item > a {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 30px; }

.p-nav__item > a:before {
  content: "";
  width: 19px;
  height: 19px;
  background: url("../images/2x/arrow@2x.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%); }

.p-nav__item img {
  pointer-events: all !important; }

.p-nav__footer {
  display: flex;
  margin: 0 -5px; }

.p-nav__footer li {
  padding: 0 5px; }

.p-nav__footer li img {
  pointer-events: all !important; }

.p-nav__background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  background-color: rgba(117, 117, 117, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.p-nav__background.is-active {
  opacity: 1;
  pointer-events: all; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .p-nav__container {
    transition: none !important; } }
.kv_bg_stripe_01 {
  position: absolute;
  right: -200px;
  top: -200px;
  z-index: 0;
  width: 700px;
  opacity: 0;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(50px, -50px); }

.kv_bg_stripe_01--present {
  right: -300px;
  width: 600px; }

.is-active .kv_bg_stripe_01 {
  opacity: 1;
  transform: translate(0, 0); }

.kv_bg_stripe_02 {
  position: absolute;
  left: -150px;
  bottom: 0;
  z-index: 0;
  width: 700px;
  opacity: 0;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate(-50px, 50px); }

.kv_bg_stripe_02--present {
  left: -250px;
  width: 600px; }

.is-active .kv_bg_stripe_02 {
  opacity: 1;
  transform: translate(0, 0); }

.p-kv {
  width: 100%;
  padding-top: 0;
  height: 650px;
  background: url("../images/main_bg.jpg") no-repeat center center;
  overflow: hidden;
  background-size: cover;
  position: relative; }

.p-kv:before {
  content: "";
  display: block;
  background: url("../images/chara.png") no-repeat center center;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.p-kv--nobg {
  background: none;
  background-color: #d6edec;
  height: 600px; }

.p-kv--nobg:before {
  display: none; }

.p-kv.is-active:before {
  opacity: 1;
  transform: translate(0, 0); }

.p-kv__chara-list {
  display: flex; }

.p-kv__chara-list-wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 70px;
  box-sizing: border-box;
  z-index: 1; }

.p-kv__chara-list--01 {
  width: 500px; }

.p-kv__chara-list--02 {
  width: 600px; }

@media all and (orientation: landscape) and (max-width: 1040px) {
  .p-kv__chara-list-wrap {
    position: absolute;
    transform: scale(0.9, 0.9);
    top: 0; } }
@media all and (orientation: landscape) and (max-width: 767px) {
  .p-kv__chara-list-wrap {
    position: absolute;
    transform: scale(0.9, 0.9);
    top: 0;
    padding-top: 30px; } }
@media all and (orientation: portrait) {
  .p-kv__chara-list-wrap {
    position: absolute;
    transform: scale(0.9, 0.9);
    top: 0; } }
@media all and (orientation: portrait) and (max-width: 767px) {
  .p-kv__chara-list-wrap {
    position: absolute;
    transform: scale(0.65, 0.65);
    top: 0; } }
@media screen and (max-width: 599px) {
  .p-kv__chara-list-wrap {
    position: absolute;
    transform: scale(0.95, 0.95);
    flex-wrap: wrap;
    top: 0; }

  .p-kv__chara-list--01 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    margin-top: 8vw;
    width: auto; }

  .p-kv__chara-list--02 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    margin-top: 70vw;
    width: auto; } }
.p-kv__chara-list li {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  box-sizing: border-box; }

@media screen and (max-width: 599px) {
  .p-kv__chara-list li {
    width: 16vw; } }
.is-active .p-kv__chara-list li {
  opacity: 1;
  transform: translate(0, 0) !important; }

.p-kv__chara-list li span {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box; }

.p-kv__chara-list li span img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  z-index: 3; }

.p-kv__chara-list li span:before {
  content: "";
  display: block;
  width: -wetkit-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #bc0567;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: -1;
  transform: translate(0, 10%);
  opacity: 0;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.is-active .p-kv__chara-list li span:before {
  opacity: 1;
  transform: translate(0, 0); }

@media screen and (max-width: 599px) {
  .p-kv__chara-list li span {
    transform: scale(1.05, 1.05);
    padding: 2px; }

  .p-kv__chara-list li span:before {
    border-radius: 2vw;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0; } }
.p-kv__chara-list li.chara-01 {
  margin-top: -5%;
  transform: translate(0, 5%); }

.p-kv__chara-list li.chara-02 {
  margin-top: 0%;
  transform: translate(0, -2%); }

.p-kv__chara-list li.chara-03 {
  margin-top: -5%;
  transform: translate(0, 3%); }

.p-kv__chara-list li.chara-04 {
  margin-top: -2%;
  transform: translate(0, -1%); }

.p-kv__chara-list li.chara-05 {
  margin-top: -6%;
  transform: translate(0, 2%); }

.p-kv__chara-list li.chara-06 {
  margin-top: 0%;
  transform: translate(0, -3%); }

.p-kv__chara-list li.chara-07 {
  margin-top: 5%;
  transform: translate(0, 4%); }

.p-kv__chara-list li.chara-08 {
  margin-top: 10%;
  transform: translate(0, -6%); }

.p-kv__chara-list li.chara-09 {
  margin-top: 7%;
  transform: translate(0, -3%); }

.p-kv__chara-list li.chara-10 {
  margin-top: 8%;
  transform: translate(0, -6%); }

.p-kv__chara-list li.chara-11 {
  margin-top: .7%;
  transform: translate(0, -2%); }

.p-kv__logo-02 {
  width: 576px;
  height: 251px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -288px;
  z-index: 10; }

@media screen and (max-width: 768px) {
  .p-kv__logo-02 {
    transform: scale(0.8, 0.8) translate(0, 25%); } }
@media screen and (max-width: 599px) {
  .p-kv__logo-02 {
    width: 90vw;
    height: 39.21875vw;
    left: 50%;
    margin-top: 0;
    margin-left: 0;
    transform: translate(-50%, 0) scale(1, 1);
    bottom: auto;
    top: 45vw; } }
.p-kv__logo-02 .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  transform: scale(1.5, 1.5);
  opacity: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.is-active .p-kv__logo-02 .logo {
  left: 0;
  top: 0;
  opacity: 1;
  transform: scale(1, 1); }

.p-kv__logo-02 .bg_01 {
  position: absolute;
  left: 0;
  top: 0;
  margin: -15% 0 0 15%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.is-active .p-kv__logo-02 .bg_01 {
  left: 0;
  top: 0;
  margin: 0;
  opacity: 1; }

.p-kv__logo-02 .bg_02 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  margin: 15% 0 0 -15%;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.is-active .p-kv__logo-02 .bg_02 {
  left: 0;
  top: 0;
  opacity: 1;
  margin: 0; }

.p-kv__logo-02 .flower {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  z-index: 3;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-delay: 250ms;
  transform: scale(1.6, 1.6);
  opacity: 0; }

.is-active .p-kv__logo-02 .flower {
  transform: rotate(-180deg) scale(1, 1);
  opacity: 1; }

.p-kv__logo-02 .flower-01 {
  margin: 5% 0 0 -5%;
  width: 22%; }

.p-kv__logo-02 .flower-02 {
  margin: 25% 0 0 5%;
  width: 15%; }

.p-kv__logo-02 .flower-03 {
  margin: 28% 0 0 20%;
  width: 17%; }

.p-kv__logo-02 .flower-04 {
  margin: 9% 0 0 35%;
  width: 12%; }

.p-kv__logo-02 .flower-05 {
  margin: 22% 0 0 65%;
  width: 20%; }

.p-kv__logo-02 .flower-06 {
  margin: 8% 0 0 80%;
  width: 15%; }

.p-kv__logo-02 .flower-07 {
  margin: 25% 0 0 85%;
  width: 10%; }

.p-kv__logo {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 0) scale(1.4, 1.4);
  z-index: 3;
  width: 600px;
  height: 313px;
  opacity: 0;
  margin-bottom: -30px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

@media screen and (max-width: 768px) {
  .p-kv__logo {
    width: 60vw;
    height: 25vw; } }
@media screen and (max-width: 599px) {
  .p-kv__logo {
    width: 90vw;
    height: 45vw;
    margin-bottom: -5vw; } }
.p-kv__logo-title {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  transform: translate(0, -10%); }

@media screen and (max-width: 599px) {
  .p-kv__logo-title {
    transform: translate(0, -20%); } }
.p-kv__logo-flower {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition-delay: 0.5s !important; }

.is-active .p-kv__logo-flower {
  opacity: 1;
  transform: rotate(90deg); }

.p-kv__logo-flower--01 {
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 11.0rem;
  margin: 3rem 0 0 23rem; }

.p-kv__logo-flower--02 {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 14.0rem;
  margin: 3rem 0 0 -36rem; }

.p-kv__logo-flower--03 {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 8.0rem;
  margin: 4.5rem 0 0 -8rem; }

.p-kv__logo-flower--04 {
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 8.0rem;
  margin: 15rem 0 0 -29rem; }

.p-kv__logo-flower--05 {
  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -ms-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 9.0rem;
  margin: 18rem 0 0 -17rem; }

.p-kv__logo-flower--06 {
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  -ms-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition: all 1.4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 6.0rem;
  margin: 18rem 0 0 19rem; }

.p-kv__logo-flower--07 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 10.0rem;
  margin: 13rem 0 0 12rem; }

.p-kv__logo-flower--08 {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 6.0rem;
  margin: 14rem 0 0 24rem; }

@media screen and (max-width: 599px) {
  .p-kv__logo-flower--01 {
    width: 22vw;
    margin: -2vw 0 0 36vw; }

  .p-kv__logo-flower--02 {
    width: 26vw;
    margin: -2vw 0 0 -62vw; }

  .p-kv__logo-flower--03 {
    width: 12.0vw;
    margin: 3vw 0 0 -12vw; }

  .p-kv__logo-flower--04 {
    width: 12.0vw;
    margin: 22vw 0 0 -46vw; }

  .p-kv__logo-flower--05 {
    width: 18.0vw;
    margin: 23vw 0 0 -30vw; }

  .p-kv__logo-flower--06 {
    width: 10.0vw;
    margin: 25vw 0 0 29vw; }

  .p-kv__logo-flower--07 {
    width: 17.0vw;
    margin: 17vw 0 0 20vw; }

  .p-kv__logo-flower--08 {
    width: 12.0vw;
    margin: 19vw 0 0 38vw; } }
.is-active .p-kv__logo {
  opacity: 1;
  transform: translate(-50%, 0) scale(0.8, 0.8); }

@media screen and (max-width: 768px) {
  .p-kv {
    height: auto;
    padding-top: 56%; }

  .p-kv__logo {
    width: 50%;
    bottom: 1vw; } }
@media screen and (max-width: 599px) {
  .p-kv {
    padding-top: 138.666666666666667%;
    height: 0;
    background: url("../images/2x/bg_sp@2x.jpg") no-repeat center center;
    background-size: cover; }

  .p-kv:before {
    display: none; }

  .p-kv__logo {
    width: 100%; }

  .p-kv--nobg {
    background: none;
    background: url("../images/1x/kv-bg.jpg") no-repeat center top;
    background-size: 100% auto;
    padding-top: 140%; } }
.p-intro {
  background-color: #fffcce;
  padding-top: 40px;
  margin-bottom: -60px; }

@media screen and (max-width: 599px) {
  .p-intro {
    padding-top: 30px;
    margin-bottom: -30px; } }
.p-intro__inner {
  width: 90vw;
  max-width: 760px;
  margin: 0 auto; }

.p-banner {
  background-color: #d6edec;
  padding-top: 0px;
  margin-bottom: -60px; }

@media screen and (max-width: 599px) {
  .p-banner {
    padding-top: 0px;
    margin-bottom: -40px; } }
.p-banner__inner {
  width: 75vw;
  max-width: 760px;
  margin: 0 auto; }

.p-banner__inner img {
  pointer-events: all !important; }

.p-section {
  padding: 40px 0; }

.p-section__button {
  display: inline-block;
  margin-top: 3%; }

.p-section:first-child {
  padding: 0; }

.p-section--yellow {
  background-color: #fffcce; }

.p-section--blue {
  background-color: #d6edec; }

.p-section__title {
  margin-bottom: 40px;
  width: 100%;
  height: 154px;
  position: relative; }

@media screen and (max-width: 599px) {
  .p-section__title {
    height: 25vw;
    margin-bottom: 3vw; }

  .p-section__title--large {
    height: 30vw; } }
.p-section__title-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 30px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3; }

.is-active .p-section__title-text {
  transform: translate(-50%, 0);
  opacity: 1; }

.is-active .p-section__title-text.mt-10 {
  transform: translate(-50%, -10%) !important;
  opacity: 1; }

@media screen and (max-width: 599px) {
  .p-section__title-text {
    height: 20vw;
    width: auto !important;
    max-width: 1000px; }

  .p-section__title-text--large {
    height: 26vw; } }
.p-section__title-flower {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: scale(0.6, 0.6);
  transition-delay: 0.5s !important; }

.p-section__title-flower--01 {
  width: 80px;
  margin-left: -220px;
  margin-top: -60px;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.p-section__title-flower--02 {
  width: 70px;
  margin-left: 110px;
  margin-top: -70px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.p-section__title-flower--03 {
  width: 80px;
  margin-left: 200px;
  margin-top: 5px;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.p-section__title-flower--04 {
  width: 40px;
  margin-left: 230px;
  margin-top: -30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.p-section__title-flower--05 {
  width: 40px;
  margin-left: -280px;
  margin-top: -50px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.p-section__title-flower--06 {
  width: 60px;
  margin-left: -240px;
  margin-top: 30px;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.is-active .p-section__title-flower {
  transform: rotate(180deg) scale(1.1, 1.1); }

@media screen and (max-width: 599px) {
  .p-section__title-flower--01 {
    width: 8vw;
    margin-left: -22vw;
    margin-top: -6vw; }

  .p-section__title-flower--02 {
    width: 7vw;
    margin-left: 11vw;
    margin-top: -7vw; }

  .p-section__title-flower--03 {
    width: 8vw;
    margin-left: 20vw;
    margin-top: 5vw; }

  .p-section__title-flower--04 {
    width: 4vw;
    margin-left: 23vw;
    margin-top: -5vw;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  .p-section__title-flower--05 {
    width: 4vw;
    margin-left: -28vw;
    margin-top: -5vw;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }

  .p-section__title-flower--06 {
    width: 6vw;
    margin-left: -22vw;
    margin-top: 5vw;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; } }
@media screen and (max-width: 599px) {
  .p-section__title--large .p-section__title-flower--01 {
    margin-top: -10vw; }

  .p-section__title--large .p-section__title-flower--02 {
    margin-top: -8vw; }

  .p-section__title--large .p-section__title-flower--03 {
    margin-top: 8vw; }

  .p-section__title--large .p-section__title-flower--04 {
    margin-top: -10vw; }

  .p-section__title--large .p-section__title-flower--05 {
    margin-top: -10vw; }

  .p-section__title--large .p-section__title-flower--06 {
    margin-top: 10vw; } }
.p-section__title:before {
  content: "";
  display: block;
  width: 970px;
  height: 154px;
  background: url("../images/2x/ttl_back@2x.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  background-size: contain;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  background-size: contain; }

@media screen and (max-width: 768px) {
  .p-section__title:before {
    width: 100%; } }
@media screen and (max-width: 599px) {
  .p-section__title {
    width: 100vw;
    margin-left: -5vw;
    overflow: hidden; }

  .p-section__title:before {
    width: 100vw;
    height: 20vw;
    background-size: 130vw auto; }

  .p-section__title--large:before {
    margin-top: 5vw; } }
.p-section__inner {
  padding: 5% 0;
  width: 90vw;
  max-width: 760px;
  margin: 0 auto; }

.p-section__inner--nomargin {
  padding-top: 0; }

.p-broadcast-info__linkWrap {
  background-color: #fff;
  padding: 6%;
  position: relative;
  margin-top: 9%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px; }

.p-broadcast-info__linkWrap h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.p-broadcast-info__linkWrap h3 img {
  display: block;
  margin: 0 auto;
  transform: translate(0, -50%); }

.p-broadcast-info__linkWrap p {
  margin-bottom: 1%; }

@media screen and (max-width: 599px) {
  .p-broadcast-info__linkWrap {
    border-radius: 0;
    width: 100vw;
    margin-left: -5vw;
    padding: 8%; }

  .p-broadcast-info__linkWrap h3 {
    display: block;
    margin: 0 auto; }

  .p-broadcast-info__linkWrap h3 img {
    width: 30.6666666667vw; }

  .p-broadcast-info__linkWrap p {
    margin-bottom: 5%; }

  .p-broadcast-info__linkWrap p img {
    width: 53.8666666667vw; }

  .p-broadcast-info__linkWrap a {
    display: block; }

  .p-broadcast-info__linkWrap a img {
    width: 69.6vw; } }
.p-screen__item {
  opacity: 0 !important;
  margin-bottom: 8px;
  transform: translate(0, 20px);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  list-style: none; }

.p-screen__item--margin {
  margin-bottom: 30px; }

.p-screen__item:last-child {
  margin-bottom: 0; }

.is-active .p-screen__item {
  opacity: 1 !important;
  transform: translate(0, 0); }

.p-screen__item:first-child {
  transition-delay: 0.3s !important; }

.p-screen__item:nth-of-type(2) {
  transition-delay: 0.6s !important; }

.p-screen__item:nth-of-type(3) {
  transition-delay: 0.9s !important; }

.p-screen__item:nth-of-type(4) {
  transition-delay: 1.2s !important; }

.p-footer__top {
  display: flex;
  justify-content: center;
  background-color: #c0dede;
  padding: 5% 5%;
  position: relative; }

.p-footer__top a.totop {
  display: block;
  width: 89px;
  height: 39px;
  position: absolute;
  left: 50%;
  top: -39px;
  transform: translate(-50%, 0);
  background: url("../images/1x/arrow_footer.png") no-repeat center center;
  background-size: 100% auto; }

.p-footer__top-icon {
  width: 30vw;
  max-width: 130px;
  margin-right: 20px; }

.p-footer__top-badge {
  text-align: left; }

.p-footer__top-badge ul li {
  height: 13vw;
  max-height: 60px;
  list-style: none;
  margin-bottom: 10px; }

.p-footer__top-badge ul li a {
  display: block;
  height: 100%; }

.p-footer__top-badge ul li img {
  width: auto;
  height: 100%; }

.p-footer__top-badge ul li:last-child {
  margin-bottom: 0; }

.p-footer__bottom {
  background-color: #727272;
  padding: 5% 5%;
  color: #fff; }

.p-footer__bottom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; }

.p-footer__bottom-list li {
  padding: 5px; }

.p-footer__bottom-list li img {
  max-width: 40vw;
  pointer-events: all !important; }

.p-footer__bottom-text-list {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  margin-bottom: 5%; }

.p-footer__bottom-text-list li:first-child:after {
  content: "|";
  margin: 0 1em; }

.p-footer__bottom-text-list a {
  color: #fff;
  text-decoration: none; }

.p-footer__bottom-text {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.6; }

@media screen and (max-width: 599px) {
  .p-footer__bottom-text {
    text-align: left; } }
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.loader {
  pointer-events: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 50px;
  transform: scale(0.8);
  display: block;
  z-index: 100;
  left: 0;
  top: 0; }

.l-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none; }

.l-loader.is-active {
  opacity: 1;
  pointer-events: all; }

.p-screen__title {
  margin-bottom: 2.5vw; }

.p-screen__description {
  margin-bottom: 5vw;
  color: #fff;
  font-size: 4vw;
  line-height: 1.5; }

.p-screen__description span {
  display: block;
  font-size: 3.2vw;
  color: #fff;
  margin-top: 1em; }

.p-screen__footer {
  margin-top: 5vw; }

.p-screen__footer button {
  display: inline-block; }

.p-button:disabled {
  opacity: 0.5; }

.p-button__wrap + .p-button__wrap {
  margin-top: 5vw; }

.u-mt1 {
  margin-top: 10px; }

@media screen and (max-width: 768px) {
  .u-mt1 {
    margin-top: 5px; } }
.u-mt2 {
  margin-top: 20px; }

@media screen and (max-width: 768px) {
  .u-mt2 {
    margin-top: 10px; } }
.u-mt3 {
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  .u-mt3 {
    margin-top: 15px; } }
.u-mt4 {
  margin-top: 40px; }

@media screen and (max-width: 768px) {
  .u-mt4 {
    margin-top: 20px; } }
.u-mt5 {
  margin-top: 50px; }

@media screen and (max-width: 768px) {
  .u-mt5 {
    margin-top: 25px; } }
.u-mt6 {
  margin-top: 60px; }

@media screen and (max-width: 768px) {
  .u-mt6 {
    margin-top: 30px; } }
.u-mt7 {
  margin-top: 70px; }

@media screen and (max-width: 768px) {
  .u-mt7 {
    margin-top: 35px; } }
.u-mt8 {
  margin-top: 80px; }

@media screen and (max-width: 768px) {
  .u-mt8 {
    margin-top: 40px; } }
.u-mt9 {
  margin-top: 90px; }

@media screen and (max-width: 768px) {
  .u-mt9 {
    margin-top: 45px; } }
.u-mt10 {
  margin-top: 100px; }

@media screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 50px; } }
.u-mt11 {
  margin-top: 110px; }

@media screen and (max-width: 768px) {
  .u-mt11 {
    margin-top: 55px; } }
.u-mt12 {
  margin-top: 120px; }

@media screen and (max-width: 768px) {
  .u-mt12 {
    margin-top: 60px; } }
.u-mt13 {
  margin-top: 130px; }

@media screen and (max-width: 768px) {
  .u-mt13 {
    margin-top: 65px; } }
.u-mt14 {
  margin-top: 140px; }

@media screen and (max-width: 768px) {
  .u-mt14 {
    margin-top: 70px; } }
.u-mt15 {
  margin-top: 150px; }

@media screen and (max-width: 768px) {
  .u-mt15 {
    margin-top: 75px; } }
.u-mb1 {
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  .u-mb1 {
    margin-bottom: 5px; } }
.u-mb2 {
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .u-mb2 {
    margin-bottom: 10px; } }
.u-mb3 {
  margin-bottom: 30px; }

@media screen and (max-width: 768px) {
  .u-mb3 {
    margin-bottom: 15px; } }
.u-mb4 {
  margin-bottom: 40px; }

@media screen and (max-width: 768px) {
  .u-mb4 {
    margin-bottom: 20px; } }
.u-mb5 {
  margin-bottom: 50px; }

@media screen and (max-width: 768px) {
  .u-mb5 {
    margin-bottom: 25px; } }
.u-mb6 {
  margin-bottom: 60px; }

@media screen and (max-width: 768px) {
  .u-mb6 {
    margin-bottom: 30px; } }
.u-mb7 {
  margin-bottom: 70px; }

@media screen and (max-width: 768px) {
  .u-mb7 {
    margin-bottom: 35px; } }
.u-mb8 {
  margin-bottom: 80px; }

@media screen and (max-width: 768px) {
  .u-mb8 {
    margin-bottom: 40px; } }
.u-mb9 {
  margin-bottom: 90px; }

@media screen and (max-width: 768px) {
  .u-mb9 {
    margin-bottom: 45px; } }
.u-mb10 {
  margin-bottom: 100px; }

@media screen and (max-width: 768px) {
  .u-mb10 {
    margin-bottom: 50px; } }
.u-mb11 {
  margin-bottom: 110px; }

@media screen and (max-width: 768px) {
  .u-mb11 {
    margin-bottom: 55px; } }
.u-mb12 {
  margin-bottom: 120px; }

@media screen and (max-width: 768px) {
  .u-mb12 {
    margin-bottom: 60px; } }
.u-mb13 {
  margin-bottom: 130px; }

@media screen and (max-width: 768px) {
  .u-mb13 {
    margin-bottom: 65px; } }
.u-mb14 {
  margin-bottom: 140px; }

@media screen and (max-width: 768px) {
  .u-mb14 {
    margin-bottom: 70px; } }
.u-mb15 {
  margin-bottom: 150px; }

@media screen and (max-width: 768px) {
  .u-mb15 {
    margin-bottom: 75px; } }
.u-br-sp {
  display: none; }

@media screen and (max-width: 768px) {
  .u-br-sp {
    display: inline-block; } }
.im-kv {
  position: relative;
  width: 100%;
  overflow: hidden; }

@media all and (orientation: portrait) {
  .im-kv {
    height: 80vw; } }
@media screen and (max-width: 599px) {
  .im-kv {
    height: auto; } }
.im-kv .kv_bg_stripe_02 {
  bottom: -100px; }

#gesture-area img.is-selected {
  pointer-events: all !important; }

.im-title {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 3%;
  margin-top: 1%;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 10px;
  width: 90%;
  box-sizing: border-box;
  max-width: 850px;
  transform: translate(-50%, 0); }

.im-title img {
  width: 100%;
  display: block;
  height: auto; }

@media all and (orientation: portrait) {
  .im-title {
    margin-top: 3vw; } }
@media screen and (max-width: 599px) {
  .im-title {
    width: 110vw;
    margin-top: 0; } }
.im-title.is-static {
  position: static;
  transform: translate(0, 0);
  width: 90%;
  overflow: hidden;
  margin-top: 1%;
  margin-bottom: 1%;
  max-width: 650px; }

.im-title-animation {
  position: absolute;
  top: 8%;
  width: 90%;
  max-width: 800px;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0); }

.im-title-animation--relative {
  position: relative;
  margin: 5% auto;
  transform: translate(0, 0);
  left: 0; }

.im-title-animation--relative .im-title-animation__inner {
  overflow: hidden; }

.im-title-animation__inner {
  width: 100%;
  padding-top: 30%; }

.im-title-animation .logo,
.im-title-animation .bg {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.im-title-animation .logo {
  z-index: 3; }

.im-title-animation .logo--present {
  width: 80%; }

.im-title-animation .bg {
  z-index: 1; }

@media screen and (max-width: 599px) {
  .im-title-animation {
    width: 100vw;
    top: 5%;
    overflow: hidden; }

  .im-title-animation .logo {
    width: 90%; }

  .im-title-animation .logo--present {
    width: 85%; }

  .im-title-animation .bg {
    width: 110vw; } }
.im-title-animation .flower {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.6, 0.6);
  opacity: 0;
  transition-delay: .5s !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.is-active .im-title-animation .flower {
  opacity: 1;
  transform: rotate(180deg) scale(1, 1); }

.im-title-animation .flower-01 {
  width: 10%;
  left: 0%;
  top: 15%; }

.im-title-animation .flower-02 {
  width: 11%;
  left: 2%;
  top: 65%; }

.im-title-animation .flower-03 {
  width: 17%;
  left: 8%;
  top: 18%; }

.im-title-animation .flower-04 {
  width: 12%;
  left: 25%;
  top: 0%; }

.im-title-animation .flower-05 {
  width: 10%;
  left: 68%;
  top: 9%; }

.im-title-animation .flower-06 {
  width: 8%;
  left: 82%;
  top: 17%; }

.im-title-animation .flower-07 {
  width: 15%;
  left: 87%;
  top: 45%; }

.im-slide {
  margin-bottom: 3%;
  margin-top: 300px; }

.im-slide li {
  width: 70vw;
  max-width: 300px;
  opacity: 0; }

.im-slide li.slick-slide {
  opacity: 1; }

.im-slide li img {
  width: 100%;
  height: auto; }

.im-slide__wrap {
  width: 100%;
  overflow: hidden; }

@media all and (orientation: portrait) {
  .im-slide {
    margin-top: 33vw; }

  .im-slide li {
    max-width: 40vw; } }
@media screen and (max-width: 599px) {
  .im-slide {
    margin-top: 35vw; }

  .im-slide li {
    max-width: 60vw; } }
.im-text-01 {
  background-color: #3c6ab766;
  padding: 2% 3%; }
  .im-text-01 p {
    color: #FFF;
    font-size: large;
    line-height: initial; }

@media screen and (max-width: 599px) {
  .im-text-01 p {
    font-size: medium; } }
.im-howto-entry {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #ffffffba;
  border: 1px solid #ffffff;
  margin: 40px auto;
  position: relative; }

@media screen and (max-width: 599px) {
  .im-howto-entry {
    margin: 5% auto; } }
.im-howto-entry:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 3;
  pointer-events: none; }

.im-howto-entry__inner {
  padding: 5% 5% calc(5% + 3px) calc(5% + 3px); }

.im-howto-entry h2 {
  text-align: center;
  border-bottom: 1px solid #ff7dbe;
  padding: 4% 0 2%; }

.im-howto-entry h2 img {
  width: 30%; }

.im-howto-entry ul li {
  display: flex;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  align-items: center;
  align-items: flex-start; }

.im-howto-entry ul li.is-wrap {
  flex-wrap: wrap; }

.im-howto-entry ul li:after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  margin: 0 auto;
  background: url("../images/icon/2x/arrow_01@2x.png") no-repeat center center;
  background-size: contain; }

.im-howto-entry ul li:last-child:after {
  display: none; }

.im-howto-entry span {
  width: 16%;
  max-width: 50px;
  padding-right: 10px;
  box-sizing: border-box; }

.im-howto-entry p {
  font-size: 20px;
  color: #ff7dbe;
  text-align: justify;
  font-weight: bold;
  line-height: 1.3; }

@media screen and (max-width: 599px) {
  .im-howto-entry p {
    font-size: 3.8vw; } }
.im-howto-entry p span {
  color: #359eed; }

.im-howto-entry p.is-large {
  width: 100%; }

.im-howto-entry p.is-large span {
  margin: 0;
  padding: 0; }

.im-howto-entry p.is-black {
  color: #565656; }

.im-howto-entry p.is-black span {
  color: #ff618e;
  margin: 0;
  padding: 0; }

.im-howto-entry p.is-black small {
  display: block;
  font-size: 13px;
  margin-top: 0.3em; }

@media screen and (max-width: 599px) {
  .im-howto-entry p.is-black small {
    font-size: 2.8vw; } }
.im-howto-entry small {
  font-size: 13px;
  line-height: 1.5;
  color: #565656;
  text-align: left;
  display: block; }

@media screen and (max-width: 599px) {
  .im-howto-entry small {
    font-size: 2.8vw; } }
.im-canvas-attention {
  justify-content: center;
  align-items: center;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  display: none; }

.im-canvas-attention p {
  font-size: 3.2vw;
  color: #fff; }

@media (orientation: landscape) and (max-width: 820px) {
  .im-canvas-attention {
    display: flex !important; } }
.im-download-title {
  background-color: #ffffffab;
  margin: 5% auto;
  margin-top: 2%;
  padding: 2% 0; }

.im-download-title img {
  display: block;
  margin: 0 auto;
  max-width: 60%; }

.im-download-image {
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 5%; }

.im-download-image p {
  text-align: center;
  display: block; }

.im-download-image > img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  pointer-events: all !important; }

.im-header__title {
  background-color: #2d2176ad;
  padding: 2% 0; }

.im-header__button-text {
  max-width: 95%;
  margin: 0 auto; }

.im-header__button-list {
  display: flex;
  width: 75%;
  max-width: 400px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  margin: 20px auto; }

.im-header__button-list:before {
  content: "";
  display: block;
  width: 21px;
  height: 47px;
  background: url("../images/icon/2x/arrow_02@2x.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

@media screen and (max-width: 599px) {
  .im-header__button-list:before {
    width: 5vw;
    height: 15vw; } }
.im-header__button-list li {
  width: 45%; }

.im-header__button-list li img {
  width: 100%;
  margin: 0 auto;
  pointer-events: all !important; }

.im-header__button-list .button_modal {
  opacity: .5;
  filter: grayscale(1);
  pointer-events: none; }

.im-header__button-list .button_modal.is-active {
  filter: grayscale(0);
  pointer-events: all;
  opacity: 1;
  cursor: pointer; }

.im-header h4 {
  margin-bottom: 3%; }

.im-header h4 + p {
  font-size: 12px;
  color: #565656;
  line-height: 1.6;
  margin-bottom: -30px; }

.is-bounce {
  animation-name: bounce;
  animation-duration: 1.0s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }

@keyframes bounce {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.05, 1.05); }
  100% {
    transform: scale(1, 1); } }
.im-button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  filter: grayscale(0);
  opacity: 1;
  cursor: pointer !important; }

.im-button:disabled {
  filter: grayscale(1);
  opacity: .5;
  cursor: default !important; }

.im-button__wrap {
  margin-top: 5%; }

.im-modal {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  display: none;
  transform: translate(0, 10%); }

.im-modal.is-active {
  display: block;
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: all; }

.im-modal__wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: scroll;
  width: 100%;
  background-color: rgba(117, 117, 117, 0.65);
  padding: 5%;
  z-index: 1003;
  box-sizing: border-box; }

.im-modal__content {
  height: auto; }

.im-modal__inner {
  height: auto;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  padding: 8%;
  border-radius: 15px; }

.im-modal__close {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
  width: 20%;
  max-width: 100px; }

.im-modal__title {
  margin-bottom: 4%; }

.im-modal__list {
  margin-bottom: 3%;
  pointer-events: none; }

.im-modal__list li {
  width: 100%;
  margin-bottom: 2%; }

.im-modal__list li:last-child {
  margin-bottom: 0; }

.im-modal__list li img {
  display: block; }

.im-modal__text {
  margin-bottom: 0%; }

.im-modal__button {
  display: block; }

.p-slide-tab__list {
  display: flex;
  width: 95%;
  margin: 0 auto;
  margin-top: 30px; }

.p-slide-tab__content {
  width: 25%;
  color: #fff;
  font-size: 1.3rem;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer; }

.p-slide-tab__content img {
  display: block; }

.p-icon__area {
  background-color: #7081b9; }

.im-icon__title {
  background-color: #00000045;
  text-align: center;
  padding: 2% 0 2% 0;
  margin-bottom: 3%; }

.im-icon__title img {
  width: 80%;
  max-width: 400px; }

.p-icon__wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto; }

.p-slide__content {
  display: none;
  background-color: #202c9d;
  padding: 10px;
  width: 100%;
  box-sizing: border-box; }

.p-slide__content:nth-of-type(2) {
  background-color: #244b13; }

.p-slide__content:nth-of-type(3) {
  background-color: #551f92; }

.p-slide__content:nth-of-type(4) {
  background-color: #d3a61d; }

.p-slide__content:nth-of-type(5) {
  background-color: #a42b50; }

.p-slide__content.is-active {
  display: block; }

.p-slide__list {
  display: flex;
  flex-wrap: wrap; }

.p-slide__item {
  width: 20%; }

.is-small .p-slide__item {
  width: 14.285%; }

.p-slide__item input[type="radio"] {
  display: none; }

.p-slide__item input[type="radio"] + label {
  display: block;
  box-sizing: border-box;
  padding: 2px; }

.p-slide__item input[type="radio"] + label img {
  display: block;
  background-color: #fff;
  background-color: #ddd; }

.p-slide__item input[type="radio"]:checked + label {
  border: 5px solid #e6ff00;
  position: relative; }

.p-slide__item input[type="radio"]:checked + label:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100; }

html.is-dragging .l-wrap .c-canvas__wrap {
  overflow: hidden;
  touch-action: none; }

.c-canvs__wrap {
  margin: 0 auto;
  width: 90vw;
  height: 90vw;
  max-width: 500px;
  max-height: 500px;
  position: relative;
  overflow: hidden;
  background: url("../images/icon/2x/bg@2x.png") no-repeat center center;
  background-size: 100% auto; }

.c-canvs__wrap:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/icon/2x/circle@2x.png") no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none; }

#gesture-area {
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: none; }

.editable-stamp {
  touch-action: none;
  border: solid #f00 2px; }

.is-selected {
  border: 2px solid #f00;
  background-image: url("../images/icon/2x/arrow_lt@2x.png"), url("../images/icon/2x/arrow_rt@2x.png"), url("../images/icon/2x/arrow_lb@2x.png"), url("../images/icon/2x/arrow_rb@2x.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 20px 20px, 20px 20px, 20px 20px, 20px 20px; }

.is-selected:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.present-kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
  max-height: 300px; }

@media screen and (max-width: 768px) {
  .present-kv {
    height: 40vw; }

  .present-kv .kv_bg_stripe_01,
  .present-kv .kv_bg_stripe_02 {
    display: none !important; } }
@media all and (orientation: portrait) {
  .present-kv {
    height: 40vw; } }
@media screen and (max-width: 599px) {
  .present-kv {
    height: 40vw; } }
.present-intro {
  max-width: 90%;
  margin: 0 auto;
  margin-top: -4%;
  margin-bottom: 4%;
  width: 725px;
  height: 174px;
  position: relative; }

.present-intro img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2; }

@media screen and (max-width: 599px) {
  .present-intro {
    margin-bottom: 6%;
    width: 90.133333333333333vw;
    height: 22vw; } }
.present-period {
  width: 100%;
  padding: 4% 3% 3% 3%;
  box-sizing: border-box;
  margin: 3% auto;
  margin-top: 0;
  background-color: #fff;
  position: relative; }

@media screen and (max-width: 599px) {
  .present-period {
    margin-top: 10%;
    padding: 8% 5% 5% 5%; } }
.present-period__title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.present-period__title img {
  display: block;
  margin: 0 auto;
  transform: translate(0, -50%); }

.present-button__wrap {
  width: 90%;
  max-width: 320px;
  margin: 2% auto;
  display: block; }

.present-button__wrap--large {
  max-width: 400px; }

.present-button__wrap a {
  display: block; }

.present-button__wrap a img {
  pointer-events: all !important; }

.present-check-tweet {
  background-color: #fff;
  padding: 3% 3% 1% 2%; }

@media screen and (max-width: 599px) {
  .present-check-tweet {
    padding: 5% 6% 2% 2%;
    margin: 3% auto; } }
.present-check-tweet__title {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 0; }

.present-toggle {
  margin: 0 auto;
  width: 90%;
  max-width: 600px;
  margin-top: 1%; }

@media screen and (max-width: 599px) {
  .present-toggle {
    margin-top: 3%; } }
.present-toggle__button {
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  background: url("../images/present/2x/toggle_arrow@2x.png") no-repeat right 5% center #fff;
  background-size: 5%;
  background-size: 5%;
  text-align: left;
  padding: 4.5% 3% 4.5% 8%;
  border-radius: 5px;
  box-sizing: border-box; }

.present-toggle__button img {
  max-width: 22%;
  display: block; }

.present-toggle__content {
  padding: 4% 3%;
  background-color: #fff;
  width: 100%;
  line-height: 1.5;
  box-sizing: border-box;
  display: none;
  text-align: left; }

.present-toggle__content p {
  font-size: 15px; }

@media screen and (max-width: 599px) {
  .present-toggle__content p {
    font-size: 2.8vw; } }
/* Custom */
.p-slide__char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -2px 10px -2px; }

.p-slide__char li {
  width: calc(100% / 4);
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.p-slide__char a {
  color: #FFF;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 8px 10px;
  border: 2px solid #FFF;
  border-radius: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.p-slide__char li a[data-char-id="01"] {
  color: #ff4d4d;
  border-color: #ff4d4d; }

.p-slide__char li a[data-char-id="02"] {
  color: #315ba5;
  border-color: #315ba5; }

.p-slide__char li a[data-char-id="03"] {
  color: #f4bb26;
  border-color: #fbc73f; }

.p-slide__char li a[data-char-id="04"] {
  color: #513f89;
  border-color: #513f89; }

.p-slide__char li a[data-char-id="05"] {
  color: #ec6d1c;
  border-color: #ec6d1c; }

.p-slide__char li a[data-char-id="06"] {
  color: #e86378;
  border-color: #e86378; }

.p-slide__char li a[data-char-id="07"] {
  color: #90b52a;
  border-color: #9ec62f; }

.p-slide__char li a[data-char-id="08"] {
  color: #5fb876;
  border-color: #5fb876; }

.p-slide__char li a[data-char-id="09"] {
  color: #8f2033;
  border-color: #8f2033; }

.p-slide__char li a[data-char-id="10"] {
  color: #ac7fba;
  border-color: #bb9ac5; }

.p-slide__char li a[data-char-id="11"] {
  color: #50bbf5;
  border-color: #7ecdf7; }

.p-slide__char li a.active {
  color: #FFF;
  border-color: #FFF; }

.p-slide__char li a[data-char-id="01"].active {
  background-color: #ff4d4d;
  background-color: #ff4d4d; }

.p-slide__char li a[data-char-id="02"].active {
  background-color: #315ba5; }

.p-slide__char li a[data-char-id="03"].active {
  background-color: #fbc73f; }

.p-slide__char li a[data-char-id="04"].active {
  background-color: #513f89; }

.p-slide__char li a[data-char-id="05"].active {
  background-color: #ec6d1c; }

.p-slide__char li a[data-char-id="06"].active {
  background-color: #e86378; }

.p-slide__char li a[data-char-id="07"].active {
  background-color: #9ec62f; }

.p-slide__char li a[data-char-id="08"].active {
  background-color: #5fb876; }

.p-slide__char li a[data-char-id="09"].active {
  background-color: #8f2033; }

.p-slide__char li a[data-char-id="10"].active {
  background-color: #bb9ac5; }

.p-slide__char li a[data-char-id="11"].active {
  background-color: #7ecdf7; }

/* Added - 22/10/14 */
.p-slide__item.new,
.im-modal__list li.new {
  position: relative; }

.p-slide__item.new::before,
.im-modal__list li.new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 1;
  width: 43px;
  height: 15px;
  background: url("../images/icon/new.png") center center/contain no-repeat; }

.im-modal__list li.new::before {
  left: 0; }

/*-----------------------------------------------
 header
-----------------------------------------------*/
#pageSetup {
  position: absolute;
  z-index: -1;
  top: 700px;
  left: 0;
  width: 1px;
  height: 1px; }

#pageTrigger {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 1px;
  height: 1px; }

#header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 84px;
  transition: all 0.3s ease; }
  #header .logo {
    position: absolute;
    top: 10px;
    left: 10px; }
    #header .logo img {
      width: 141px;
      transition: all 0.3s ease; }
  #header nav {
    position: absolute;
    top: 30px;
    right: 30px; }
    #header nav .globalNav {
      display: inline-block;
      vertical-align: middle; }
      #header nav .globalNav li {
        display: inline-block;
        margin-left: 40px;
        font-size: 16px;
        line-height: 1;
        transition: all 0.3s ease; }
    #header nav .sns {
      display: inline-block;
      margin-left: 100px;
      vertical-align: middle; }
      #header nav .sns li {
        display: inline-block;
        width: 25px;
        margin-left: 30px; }
        #header nav .sns li img {
          width: 100%; }
  #header.on {
    background-color: #fff;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease; }
    #header.on .logo img {
      width: 119px; }

@media only screen and (max-width: 1100px) {
  #header nav .sns {
    margin-left: 30px; }
    #header nav .sns li {
      margin-left: 10px; } }
@media only screen and (max-width: 900px) {
  #header nav .globalNav li {
    margin-left: 20px; }
  #header nav .sns {
    margin-left: 10px; }
    #header nav .sns li {
      margin-left: 10px; } }
@media only screen and (max-width: 768px) {
  #header {
    position: static;
    height: 70px; }
    #header .logo {
      position: static;
      width: calc(141/640*100%);
      max-width: 141px;
      padding: 5px 0 0 10px; }
      #header .logo img {
        width: 100%; }
    #header nav {
      display: none; }
    #header.on {
      position: static;
      background: none;
      box-shadow: none; } }
/*-----------------------------------------------
 aside
-----------------------------------------------*/
#aside {
  position: fixed;
  z-index: 5;
  top: 35%;
  right: 10px; }
  #aside p {
    margin-bottom: 5px;
    font-size: 14px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #000f73; }
  #aside span {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    margin: 0 auto 20px;
    background-color: #000f73; }
  #aside .sns li {
    width: 25px;
    margin-bottom: 20px; }
    #aside .sns li img {
      width: 100%; }

@media only screen and (max-width: 768px) {
  #aside {
    display: none; } }
/*-----------------------------------------------
 content
-----------------------------------------------*/
#content {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px; }

@media only screen and (max-width: 768px) {
  #content {
    position: relative; } }
/*-----------------------------------------------
 sns
-----------------------------------------------*/
#sns {
  position: relative;
  z-index: 1;
  margin-bottom: 20;
  text-align: center;
  color: #000f73; }
  #sns .logo {
    width: 197px;
    margin: 0 auto 20px; }
    #sns .logo path {
      fill: #000f73; }
  #sns .sns {
    margin-bottom: 10px; }
    #sns .sns li {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin: 0 10px; }
      #sns .sns li img {
        width: 100%; }
  #sns nav {
    margin-bottom: 5px; }
    #sns nav.navigation li {
      display: inline-block;
      font-size: 16px;
      line-height: 1.5;
      vertical-align: middle; }
      #sns nav.navigation li::after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 10px;
        background-color: #000f73; }
      #sns nav.navigation li a {
        padding: 0 10px; }
      #sns nav.navigation li:last-child::after {
        display: none; }
  #sns .notice {
    margin-bottom: 20px; }

/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer {
  position: relative;
  padding: 15px 0;
  background-color: #000f73;
  text-align: center; }
  #footer small {
    font-size: 14px;
    line-height: 1.5;
    color: #fff; }
  #footer .pagetop {
    position: fixed;
    opacity: 0;
    z-index: 10;
    right: 10px;
    bottom: 28px;
    transform: translateY(200px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    #footer .pagetop.on {
      opacity: 1;
      transform: translateY(0); }
    #footer .pagetop.off {
      opacity: 0;
      transform: translateY(200px); }

#footerNavigation {
  display: none; }
  #footerNavigation .bg {
    position: fixed;
    opacity: 0;
    z-index: 10;
    bottom: -200px;
    width: 100%;
    height: 70px;
    background-color: #fff;
    transform: skew(0deg, -2deg);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    #footerNavigation .bg::before {
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background: linear-gradient(to left, #acd1e9, #f6b6c2); }
  #footerNavigation .inner {
    position: fixed;
    opacity: 0;
    z-index: 11;
    bottom: -200px;
    width: 100%;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
    #footerNavigation .inner .sns {
      font-size: 0;
      padding: 10px; }
      #footerNavigation .inner .sns li {
        display: inline-block;
        margin-right: 5px; }
        #footerNavigation .inner .sns li img {
          width: 35px; }
    #footerNavigation .inner .logo {
      position: absolute;
      bottom: 10px;
      right: 75px; }
      #footerNavigation .inner .logo img {
        width: 110px; }
    #footerNavigation .inner .menu {
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 50px;
      height: 54px;
      background-image: url(/assets/img/global/menu@2x.png);
      background-size: 50px 54px; }
  #footerNavigation.on .bg {
    opacity: 1;
    bottom: 0; }
  #footerNavigation.on .inner {
    opacity: 1;
    bottom: 0; }

#spNavigation {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 90vh;
  background-color: #fff;
  background-image: url(/assets/img/global/menuBg.png);
  background-size: cover;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2); }
  #spNavigation .close {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 50px;
    height: 64px;
    background-image: url(/assets/img/global/close@2x.png);
    background-size: 50px 64px; }
  #spNavigation nav > ul {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    text-align: center; }
    #spNavigation nav > ul > li {
      line-height: 3; }
      #spNavigation nav > ul > li::before {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        background: linear-gradient(to left, #acd1e9, #f6b6c2);
        transform: skew(0deg, -2deg); }
      #spNavigation nav > ul > li a {
        color: #00176f; }
      #spNavigation nav > ul > li.logo img {
        width: 40%; }
      #spNavigation nav > ul > li.logo::before {
        display: none; }
      #spNavigation nav > ul > li ul {
        font-size: 0; }
        #spNavigation nav > ul > li ul li {
          display: inline-block;
          margin: 0 5px;
          padding-top: 5vw;
          width: 35px; }
          #spNavigation nav > ul > li ul li img {
            width: 100%; }

@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 110px; }
    #footer .pagetop {
      bottom: 140px; }
      #footer .pagetop img {
        width: 23.5px; }

  #footerNavigation {
    display: block; } }
@media only screen and (max-width: 500px) {
  #footerNavigation .inner .logo {
    right: 75px; } }
@media only screen and (max-width: 479px) {
  #footerNavigation .inner .logo {
    display: none;
    right: 75px; } }
