@charset "UTF-8";

body {
  font-family: "Sawarabi Gothic";
}

.head_wrap {
  position: relative;
  height: 100px;
  left: 0px;
}
.head {
  position: absolute;
  color: black;
  z-index: 9;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.head .head_ttl {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  letter-spacing: 4px;
  margin: 0px;
}

.head .head_ttl::before {
  content: "";
  background-image: linear-gradient(to right, #c5a6ff, #29ccbf);
  bottom: -55px;
  display: block;
  height: 12px;
  opacity: 0.8;
  position: relative;
  z-index: -1;
}

.head .head_ruby {
  font-family: "Sawarabi Gothic";
  letter-spacing: 3px;
  font-size: 15px;
  margin: 0px;
}
@media screen and (max-width: 480px) {
  .head .head_ttl {
    font-size: 40px;
  }
  .head .head_ttl::before {
    bottom: -45px;
  }
  .head .head_ruby {
    font-size: 12px;
  }
}
/* CSS Document */
@-webkit-keyframes move-stripe {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -1300px;
  }
}

@keyframes move-stripe {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -1300px;
  }
}

@-webkit-keyframes move-stripe2 {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 50px;
  }
}

@keyframes move-stripe2 {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 50px;
  }
}

body {
  margin: 0;
  background: url("../SVG/hougan.svg");
  background-size: 50px 50px;
  animation: move-stripe2 5s infinite linear;
}

.content {
  margin: 0;
  /*
  background: url("../SVG/hougan.svg");
  background-size: 50px 50px;
  animation: move-stripe2 5s infinite linear;
*/
}

.parallax {
  height: 100vh;
  /*  min-height: 400px;*/
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1900;
}

.parallax.bg-01 {
  background-image: url(/image/works_bg1.PNG);
}

.parallax.bg-02 {
  background-image: url(/image/works_bg2.jpg);
}

.parallax.bg-03 {
  background-image: url(/image/works_bg3.jpg);
}

.parallax.bg-04 {
  background-image: url(/image/works_bg4.JPG);
}

.parallax.bg-05 {
  background-image: url(/image/works_bg5.jpg);
}

@media screen and (max-width: 766px) {
  /*　画面サイズが766pxまではここを読み込む　大きいスマホ*/
  .parallax.bg-01 {
    background-image: url(/image/phone_bg1.JPG);
  }

  .parallax.bg-02 {
    background-image: url(/image/phone_bg2.JPG);
  }

  .parallax.bg-03 {
    background-image: url(/image/phone_bg3.JPG);
  }

  .parallax.bg-04 {
    background-image: url(/image/phone_bg4.jpg);
  }

  .parallax.bg-05 {
    background-image: url(/image/phone_bg5.jpg);
  }
}

@media screen and (min-width: 769px) {
  body {
    cursor: none;
    /*もともとあるカーソルは見えなくなるようにする*/
  }

  /*　画面サイズが1024pxからはここを読み込む　pc */
}

.hello {
  position: absolute;
  bottom: 0px;
  width: 100vw;
  height: 200px;
  z-index: 2002;
  background: url("../SVG/hello.svg");
  background-size: 1300px;
  background-repeat: repeat-x;
  animation: move-stripe 8s infinite linear;
}

/*　↓ ↓ ↓ ↓　　カーソル追従  ↓ ↓ ↓ ↓  */

.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3000;
}

.cursor {
  width: 4px;
  height: 4px;
  background-color: #000;
  z-index: 3000;
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(214, 214, 214, 0.5);
  z-index: 3000;
  transition: -webkit-transform ease 0.1s;
  transition: transform ease 0.1s;
  transition: transform ease 0.1s, -webkit-transform ease 0.1s;
  text-align: center;
}

.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.follower.is-active {
  -webkit-transform: scale(2);
  transform: scale(2);
  background-color: rgba(214, 214, 214, 0.5);
  /*  border: solid 1px #24FFB6;*/
}

.cursor.is-active {
  background-color: #e81863;
}

@media only screen and (max-width: 768px) {
  .cursor {
    display: none !important;
  }

  .follower {
    display: none !important;
  }

  .follower.is-active {
    display: none !important;
  }

  .cursor.is-active {
    display: none !important;
  }
}

/*　↑ ↑ ↑ ↑　　カーソル追従  ↑ ↑ ↑ ↑  */

.l-loading {
  position: absolute;
  z-index: 999;
}

.toumei {
  position: absolute;
  width: 100vw;
  z-index: 5;
  height: 0px;
}

.top_title {
  padding-top: 10vh;
  font-size: 4em;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  letter-spacing: 0.5em;
  z-index: 2;
}

.top_border {
  position: relative;
  top: 0;
  right: auto;
  left: auto;
  overflow: hidden;
  height: 110vh;
  border-style: solid;
  border-color: #83ccd2;
  border-top-width: 21vh;
  border-right-width: 9vw;
  border-left-width: 9vw;
  border-bottom-width: 0px;
  box-sizing: border-box;
  z-index: 1;
}

.border_left {
  position: fixed;
  width: 15px;
  height: 100vh;
  background: #83ccd2;
  left: 0px;
  top: 0px;
  z-index: 2000;
}

.border_right {
  position: fixed;
  width: 15px;
  height: 100vh;
  background-color: #83ccd2;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
}

.border_top {
  position: fixed;
  width: 100vw;
  height: 15px;
  background-color: #83ccd2;
  top: 0px;
  left: 0px;
  z-index: 2000;
}

/* スクロールでフェードインのボトム*/
#border_bottom {
  position: fixed;
  width: 100vw;
  height: 15px;
  background-color: #83ccd2;
  bottom: 0px;
  left: 0px;
  z-index: 2000;
}

.top {
  position: absolute;
  top: 180px;
  z-index: -100;
  height: 100vh;
}

.top .fixed {
  position: fixed;
  top: 20px;
}

.top img {
  width: 100vw;
  /*
  display: block;
  transition-duration: 0.3s;
*/
  /*  変化に掛かる時間*/
}

/*
.top img:hover {
  transform: scale(1.08);
  画像の拡大率
  transition-duration: 0.3s;
  変化に掛かる時間
}
*/
.works_container {
  z-index: 1000;
  max-width: 100vw;
}

.line-through,
.navigation .links .link-active::after,
.navigation .links h2::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 1px;
  left: -10%;
  top: 55%;
  background-color: #0060e6;
  font-family: "Lexend Deca", sans-serif;
}

bg .navigation {
  overflow: hidden;
  position: fixed;
}

.navigation .hamburger-wrapper {
  position: fixed;
  top: 35px;
  left: 35px;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 9999;
}

.navigation .hamburger {
  position: absolute;
  width: 30px;
  height: 3px;
  top: 8px;
  -webkit-transition: background 300ms ease-in-out 100ms;
  -moz-transition: background 300ms ease-in-out 100ms;
  transition: background 300ms ease-in-out 100ms;
  background-color: #333;
}

.navigation .hamburger::after,
.navigation .hamburger::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  background-color: #333;
  transform-origin: center;
}

.navigation .hamburger::after {
  top: 8px;
  -webkit-transition: top 100ms ease-in-out 300ms, -webkit-transform 100ms ease-in-out,
    background 300ms ease-in-out 300ms;
  -moz-transition: top 100ms ease-in-out 300ms, -moz-transform 100ms ease-in-out, background 300ms ease-in-out 300ms;
  transition: top 100ms ease-in-out 300ms, transform 100ms ease-in-out, background 300ms ease-in-out 300ms;
}

.navigation .hamburger::before {
  bottom: 8px;
  -webkit-transition: bottom 100ms ease-in-out 300ms, -webkit-transform 100ms ease-in-out,
    background 300ms ease-in-out 300ms;
  -moz-transition: bottom 100ms ease-in-out 300ms, -moz-transform 100ms ease-in-out, background 300ms ease-in-out 300ms;
  transition: bottom 100ms ease-in-out 300ms, transform 100ms ease-in-out, background 300ms ease-in-out 300ms;
}

.navigation .hamburger-open {
  background: rgba(255, 255, 255, 0);
}

.navigation .hamburger-open::before {
  bottom: 0;
  background-color: #0060e6;
  -webkit-transition: bottom 100ms ease-in-out, -webkit-transform 100ms ease-in-out 300ms,
    background 100ms ease-in-out 100ms;
  -moz-transition: bottom 100ms ease-in-out, -moz-transform 100ms ease-in-out 300ms, background 100ms ease-in-out 100ms;
  transition: bottom 100ms ease-in-out, transform 100ms ease-in-out 300ms, background 100ms ease-in-out 100ms;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation .hamburger-open::after {
  top: 0;
  background-color: #0060e6;
  -webkit-transition: top 100ms ease-in-out, -webkit-transform 100ms ease-in-out 300ms,
    background 100ms ease-in-out 100ms;
  -moz-transition: top 100ms ease-in-out, -moz-transform 100ms ease-in-out 300ms, background 100ms ease-in-out 100ms;
  transition: top 100ms ease-in-out, transform 100ms ease-in-out 300ms, background 100ms ease-in-out 100ms;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation .background {
  position: fixed;
  height: 0;
  width: 0;
  left: -50%;
  top: -50%;
  border-radius: 100%;
  background-color: #83ccd2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 2500;
  visibility: hidden;
}

.navigation .background-open {
  left: -50%;
  top: -50%;
  width: 180%;
  height: 180%;
  overflow: hidden;
  background-color: #83ccd2;
  z-index: 2500;
  visibility: visible;
}

.navigation .links {
  position: fixed;
  text-align: center;
  top: 60%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2500;
}

.navigation .links h2 {
  position: relative;
  cursor: default;
  color: #fff;
  font-size: 42px;
  margin-bottom: 80px;
  font-weight: 100;
  font-family: "Lexend Deca", sans-serif;
}

.navigation .links h2::after {
  width: 0;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  transition: width 300ms ease;
}

.navigation .links h2:hover:after {
  width: 120%;
  color: #ffa5b5;
}

.navigation .links-open {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  top: 50%;
  -webkit-transition: all 400ms ease 400ms;
  -moz-transition: all 400ms ease 400ms;
  transition: all 400ms ease 400ms;
}

.navigation .links-open h2 {
  cursor: pointer;
  visibility: visible;
}

/*ここからローディングアニメーション*/
@import url(https://fonts.googleapis.com/css?family=Quattrocento + Sans);

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  background: #000;*/
  z-index: 10;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}

.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #333;
  font-family: "Lexend Deca", sans-serif;
}

.loading-text span:nth-child(1) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
  animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
  animation: blur-text 1.5s 1s infinite linear alternate;
}

.loading-text span:nth-child(7) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}

.works_contents {
  padding-bottom: 5vh;
  padding-top: 3vh;
  z-index: 1;
  width: 80vw;
  margin: auto;
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  /* フレックスボックスにする */
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Lekton", sans-serif;
}

.flex_item {
  margin: 10px;
  /* 外側の余白 */
}

/*
.flex_item label {
  width: 100%;
  height: 100%
}
*/

.works_contents img {
  padding: 6px;
  border-radius: 15px;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
}

.works_contents iframe {
  width: 300px;
  height: 300px;
  padding: 6px;
  border-radius: 15px;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
}

.movies_title {
  text-align: center;
  font-size: 45px;
  font-family: "Caveat", cursive;
  z-index: 1;
}

/*
.movies_contents {
  text-align: center;
  font-size: 20px;
  font-family: 'Caveat', cursive;
  padding-bottom: 5vh;
  padding-top: 1vh;
  z-index: 1;
  width: 500px;
  margin: auto;
}
*/

@media screen and (max-width: 320px) {
  /*　画面サイズが320px以下ここを読み込む　小さいスマホ*/
  .movies_contents {
    width: 85vw;
    margin: auto;
  }
}

@media screen and (min-width: 321px) and (max-width: 766px) {
  /*　画面サイズが321pxから766pxまではここを読み込む　大きいスマホ*/
  .movies_contents {
    width: 80vw;
    margin: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　　iPad*/
  .movies_contents {
    width: 60vw;
    margin: auto;
  }
}

@media screen and (min-width: 1025px) {
  /*　画面サイズが1024pxからはここを読み込む　pc */
  .movies_contents {
    width: 40vw;
    max-width: 500px;
    margin: auto;
  }
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 15px;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.other_title {
  text-align: center;
  font-size: 35px;
  font-family: "Caveat", cursive;
  z-index: 1;
}

.other_contents {
  text-align: center;
  font-size: 20px;
  font-family: "Caveat", cursive;
  padding-bottom: 5vh;
  padding-top: 3vh;
  z-index: 1;
  width: 80vw;
  max-width: 1000px;
  margin: auto;
}

.other_contents img {
  width: 200px;
}

@media screen and (max-width: 480px) {
  .navigation .links h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .other_contents img {
    width: 150px;
  }
}

.mov {
  width: 50vw;
}

/*footer*/

.footer {
  background: #83ccd2;
  width: 100vw;
  height: 230px;
  bottom: 0px;
  position: relative;
  z-index: 1;
}

.allright {
  font-family: "Lekton", sans-serif;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 95vw;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .allright {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  /*　画面サイズが480px以下からはここを読み込む　*/
  .border_left {
    position: fixed;
    width: 10px;
    height: 100vh;
    left: 0px;
    top: 0px;
    z-index: 2000;
  }

  .border_right {
    position: fixed;
    width: 10px;
    height: 100vh;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
  }

  .border_top {
    position: fixed;
    width: 100vw;
    height: 10px;
    top: 0px;
    left: 0px;
    z-index: 2003;
  }

  .border_bottom {
    position: fixed;
    width: 100vw;
    height: 10px;
    bottom: 0px;
    left: 0px;
    z-index: 2000;
  }

  .icon h1 {
    font-size: 5px;
  }

  .top_title {
    padding-top: 80px;
    font-size: 1.8em;
  }
}

@media screen and (max-width: 320px) {
  /*　画面サイズが320px以下からはここを読み込む　*/
  .border_left {
    position: fixed;
    width: 10px;
    height: 100vh;
    left: 0px;
    top: 0px;
    z-index: 2000;
  }

  .border_right {
    position: fixed;
    width: 10px;
    height: 100vh;
    right: 0px;
    bottom: 0px;
    z-index: 2000;
  }

  .border_top {
    position: fixed;
    width: 100vw;
    height: 10px;
    top: 0px;
    left: 0px;
    z-index: 2000;
  }

  .border_bottom {
    position: fixed;
    width: 100vw;
    height: 10px;
    bottom: 0px;
    left: 0px;
    z-index: 2000;
  }
}

/*ここからはポップアップのcss*/
.content {
  margin: 0 auto;
  padding: 40px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2500;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  line-height: 1em;
  max-width: 800px;
  max-height: 500px;
  border-radius: 15px;
  overflow: scroll;
}
.modal__content h2 {
  font-family: "Sawarabi Gothic";
  letter-spacing: 2px;
}

.slider {
  margin: 10px auto;
  width: 70%;
}
@media screen and (max-width: 480px) {
  .slider {
    width: 90%;
  }
}
.slider img {
  height: auto;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
  filter: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
/*slick setting*/
.slick-prev,
.slick-next {
  display: none;
}

@media screen and (max-width: 480px) {
  .modal__content {
    width: 80%;
    padding: 40px 20px;
  }
}

.close_button {
  position: fixed;
  top: 20px;
  right: 16px;
  font-size: 26px;
  cursor: pointer;
}

.modal_content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
}

.modal_content p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

/*
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2020;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  align-self: center;
  width: 60%;
  max-width: 800px;
  padding: 40px 40px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1em;
  transform: scale(0.3);
  transition: 0.5s;
  border-radius: 15px;
}

.modal_content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}

.modal_content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: scale(1);
}
*/

@media screen and (max-width: 320px) {
  /*　画面サイズが320px以下ここを読み込む　小さいスマホ*/
  .modal_content {
    width: 90vw;
  }

  .modal_content h2 {
    font-size: 20px;
  }

  .modal_content p {
    font-size: 12px;
  }
}

@media screen and (min-width: 321px) and (max-width: 766px) {
  /*　画面サイズが321pxから766pxまではここを読み込む　大きいスマホ*/
  .modal_content {
    width: 80vw;
  }

  .modal_content h2 {
    font-size: 20px;
  }

  .modal_content p {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　　iPad*/
  .modal_content {
    width: 80vw;
    max-width: 800px;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*canvas*/

@media screen and (min-width: 320px) and (max-width: 766px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　　iPhone*/
  .intro-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 40px;
    height: 40px;
  }

  .intro-animation img {
    width: 40px;
  }

  @keyframes intro-fadein1 {
    0% {
      opacity: 0;
      transform: translateY(40px) translateX(-120px);
    }

    25% {
      opacity: 0;
      transform: translateY(40px) translateX(-120px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(-120px);
    }

    60% {
      opacity: 1;
      transform: translateX(-120px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes intro-fadein2 {
    0% {
      opacity: 0;
      transform: translateY(-40px) translateX(-70px);
    }

    25% {
      opacity: 0;
      transform: translateY(-40px) translateX(-70px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(-70px);
    }

    60% {
      opacity: 1;
      transform: translateX(-70px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes intro-fadein3 {
    0% {
      opacity: 0;
      transform: translateY(40px) translateX(-20px);
    }

    25% {
      opacity: 0;
      transform: translateY(40px) translateX(-20px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(-20px);
    }

    60% {
      transform: translateX(-20px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes intro-fadein4 {
    0% {
      opacity: 0;
      transform: translateY(-40px) translateX(30px);
    }

    25% {
      opacity: 0;
      transform: translateY(-40px) translateX(30px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(30px);
    }

    60% {
      transform: translateX(30px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes intro-fadein5 {
    0% {
      opacity: 0;
      transform: translateY(40px) translateX(80px);
    }

    25% {
      opacity: 0;
      transform: translateY(40px) translateX(80px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(80px);
    }

    60% {
      transform: translateX(80px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes intro-fadein6 {
    0% {
      opacity: 0;
      transform: translateY(-40px) translateX(120px);
    }

    25% {
      opacity: 0;
      transform: translateY(-40px) translateX(120px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(120px);
    }

    60% {
      transform: translateX(120px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 0;
    }
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　　iPad*/
  .intro-animation {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 70px;
    height: 70px;
  }

  .intro-animation img {
    width: 70px;
  }

  @keyframes intro-fadein1 {
    0% {
      opacity: 0;
      transform: translateY(40px) translateX(-250px);
    }

    25% {
      opacity: 0;
      transform: translateY(40px) translateX(-250px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(-250px);
    }

    60% {
      opacity: 1;
      transform: translateX(-250px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes intro-fadein2 {
    0% {
      opacity: 0;
      transform: translateY(-40px) translateX(-150px);
    }

    25% {
      opacity: 0;
      transform: translateY(-40px) translateX(-150px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(-150px);
    }

    60% {
      opacity: 1;
      transform: translateX(-150px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes intro-fadein3 {
    0% {
      opacity: 0;
      transform: translateY(40px) translateX(-50px);
    }

    25% {
      opacity: 0;
      transform: translateY(40px) translateX(-50px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(-50px);
    }

    60% {
      transform: translateX(-50px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes intro-fadein4 {
    0% {
      opacity: 0;
      transform: translateY(-40px) translateX(50px);
    }

    25% {
      opacity: 0;
      transform: translateY(-40px) translateX(50px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(50px);
    }

    60% {
      transform: translateX(50px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes intro-fadein5 {
    0% {
      opacity: 0;
      transform: translateY(40px) translateX(150px);
    }

    25% {
      opacity: 0;
      transform: translateY(40px) translateX(150px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(150px);
    }

    60% {
      transform: translateX(150px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes intro-fadein6 {
    0% {
      opacity: 0;
      transform: translateY(-40px) translateX(250px);
    }

    25% {
      opacity: 0;
      transform: translateY(-40px) translateX(250px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(250px);
    }

    60% {
      transform: translateX(250px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }
}

@media screen and (min-width: 1025px) {
  /*　画面サイズが1024pxからはここを読み込む　pc */

  .intro-animation {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100px;
    height: 100px;
  }

  @keyframes intro-fadein1 {
    0% {
      opacity: 0;
      transform: translateY(40px) translateX(-400px);
    }

    25% {
      opacity: 0;
      transform: translateY(40px) translateX(-400px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(-400px);
    }

    60% {
      opacity: 1;
      transform: translateX(-400px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes intro-fadein2 {
    0% {
      opacity: 0;
      transform: translateY(-40px) translateX(-240px);
    }

    25% {
      opacity: 0;
      transform: translateY(-40px) translateX(-240px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(-240px);
    }

    60% {
      opacity: 1;
      transform: translateX(-240px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes intro-fadein3 {
    0% {
      opacity: 0;
      transform: translateY(40px) translateX(-80px);
    }

    25% {
      opacity: 0;
      transform: translateY(40px) translateX(-80px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(-80px);
    }

    60% {
      transform: translateX(-80px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes intro-fadein4 {
    0% {
      opacity: 0;
      transform: translateY(-40px) translateX(80px);
    }

    25% {
      opacity: 0;
      transform: translateY(-40px) translateX(80px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(80px);
    }

    60% {
      transform: translateX(80px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes intro-fadein5 {
    0% {
      opacity: 0;
      transform: translateY(40px) translateX(240px);
    }

    25% {
      opacity: 0;
      transform: translateY(40px) translateX(240px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(240px);
    }

    60% {
      transform: translateX(240px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes intro-fadein6 {
    0% {
      opacity: 0;
      transform: translateY(-40px) translateX(400px);
    }

    25% {
      opacity: 0;
      transform: translateY(-40px) translateX(400px);
    }

    50% {
      opacity: 1;
      transform: translateY(0) translateX(400px);
    }

    60% {
      transform: translateX(400px);
    }

    75% {
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      opacity: 1;
    }
  }
}

.intro_active1 {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  animation-name: intro-fadein1;
  animation-duration: 5s;
}

.intro_active2 {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  animation-name: intro-fadein2;
  animation-duration: 5s;
}

.intro_active3 {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  animation-name: intro-fadein3;
  animation-duration: 5s;
}

.intro_active4 {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  animation-name: intro-fadein4;
  animation-duration: 5s;
}

.intro_active5 {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  animation-name: intro-fadein5;
  animation-duration: 5s;
}

.intro_active6 {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  animation-name: intro-fadein6;
  animation-duration: 5s;
}

/*
    @media screen and (min-width:320px) and (max-width:766px) {
      .intro-svg1 {
        position: absolute;
        top: 0px;
        left: 0px;
        animation-name: intro-fadein1;
        animation-duration: 8s;
        opacity: 0;
      }

      .intro-svg2 {
        position: absolute;
        top: 0px;
        left: 0px;
        animation-name: intro-fadein2;
        animation-duration: 8s;
        opacity: 0;
      }

      .intro-svg3 {
        position: absolute;
        top: 0px;
        left: 0px;
        animation-name: intro-fadein3;
        animation-duration: 8s;
        opacity: 0;
      }

      .intro-svg4 {
        position: absolute;
        top: 0px;
        left: 0px;
        animation-name: intro-fadein4;
        animation-duration: 8s;
        opacity: 0;
      }

      .intro-svg5 {
        position: absolute;
        top: 0px;
        left: 0px;
        animation-name: intro-fadein5;
        animation-duration: 8s;
        opacity: 0;
      }

      .intro-svg6 {
        position: absolute;
        top: 0px;
        left: 0px;
        animation-name: intro-fadein6;
        animation-duration: 8s;
        opacity: 0;
      }
    }
*/

/*animation*/
/*sns*/

.sns_box {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  height: 44px;
  min-width: 88px;
}

.sns_button {
  float: left;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 100%;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}

.sns_button a {
  display: table-cell;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -moz-transition: all 280ms ease;
  -o-transition: all 280ms ease;
  -webkit-transition: all 280ms ease;
  transition: all 280ms ease;
}

.sns_button i {
  font-size: 20px;
  vertical-align: middle;
}

.sns_button:hover {
  box-shadow: inset 0 0 0 22px #fff;
}

.sns_button + .sns_button {
  margin: 0 0 0 24px;
}

.twitter img {
  width: 35px;
  height: 35px;
}

.facebook img {
  width: 30px;
  height: 30px;
}

.twitter img:hover {
  color: #1b95e0;
}

.facebook img:hover {
  color: #3b5999;
}
