@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100");
@import url("https://fonts.googleapis.com/css?family=Play");
/*--------------------------------------------------
	初期化、基本設定
---------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin: 0;
}

body {
  font-size: 16px;
  font-family: 'Play', sans-serif;
  line-height: 1.7;
  max-width: 100%;
  color: #444;
}

.center {
  text-align: center;
  margin: 0 auto;
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
}

.strong {
  font-weight: bold;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.red {
  color: red;
}

.left {
  float: left;
}

.right {
  float: right;
}

li {
  list-style-type: none;
}

.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.i_block {
  text-align: center;
}

.i_block li {
  display: inline-block;
}

.pager {
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.pager a {
  text-decoration: none;
  color: #222;
}

.pager li {
  border: 1px #ccc solid;
  padding: 10px 15px;
  background: #fff;
}

.pager li a {
  color: #468dc8;
}

.pager .now {
  background: #468dc8;
  color: #fff;
}

.last {
  border: none !important;
}

.align_right {
  text-align: right;
}

.p10 {
  padding: 10px;
}

.m10 {
  margin: 10px;
}

.m10_0 {
  margin: 10px 0;
}

.flex {
  display: flex;
  justify-content: center;
}

input,
select {
  padding: 10px;
  font-size: 16px;
}

select option {
  padding: 10px;
}

.selector {
  margin: 40px 0 20px 0;
}

.view {
  position: relative;
  margin-top: 20% !important;
  font-size: 4rem;
  color: #444;
  font-family: 'Play', sans-serif;
  font-weight: bold;
  max-width: 95%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  display: inline-block;
}

@keyframes gl-body_animation {
  3%, 33%, 36%, 63%, 81%, 84% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  0% {
    -webkit-clip-path: inset(10% 0 10% 0);
    clip-path: inset(10% 0 10% 0);
    transform: scaleX(1.1);
  }
  30% {
    -webkit-clip-path: inset(30% 0 10% 0);
    clip-path: inset(30% 0 10% 0);
    transform: scale(3, 3);
  }
  35% {
    -webkit-clip-path: inset(30% 0 60% 0);
    clip-path: inset(30% 0 60% 0);
    transform: scaleX(0.5);
  }
  60% {
    -webkit-clip-path: inset(10% 0 50% 0);
    clip-path: inset(10% 0 50% 0);
    transform: scale(10, 10);
    top: 0;
  }
  80% {
    -webkit-clip-path: inset(55% 0 30% 0);
    clip-path: inset(55% 0 30% 0);
  }
  83% {
    -webkit-clip-path: inset(55% 0 10% 0);
    clip-path: inset(55% 0 10% 0);
    transform: scaleY(1.1);
  }
  to {
    -webkit-clip-path: inset(85% 0 0 0);
    clip-path: inset(85% 0 0 0);
  }
}

@media screen and (max-width: 750px) {
  .view {
    font-size: 2rem;
  }
}
