@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "crimson_text";
  font-style: normal;
  src: url("../fonts/crimsontext-roman.eot");
  src: url("../fonts/crimsontext-roman.woff") format("woff"), url("../fonts/crimsontext-roman.ttf") format("truetype");
}

@font-face {
  font-family: "crimson_text_bold";
  font-style: normal;
  src: url("../fonts/crimsontext-semibold.eot");
  src: url("../fonts/crimsontext-semibold.woff") format("woff"), url("../fonts/crimsontext-semibold.ttf") format("truetype");
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
/*html {
  width: 100%;
  height: 100%;
}*/
body {
  font-family: 'arial', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  /*width: 100%;
  height: 100%; */
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: #4d0101;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

#header {
  width: 100%;
  background-color: #fff;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  #header {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 769px) {
  #header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
  }
}

#header span, #footer span {
  font-family: rosewood-std-fill, serif;
  font-weight: 400;
  font-style: normal;
}

#header .flex .left {
  margin: 0 0 92.5px 0 !important;
}

@media screen and (min-width: 769px) {
  #header .flex .left {
    width: 50%;
    margin: 0 0 50px 0 !important;
  }
}

#header .flex .left .mainVisual_area {
  position: relative;
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  #header .flex .left .mainVisual_area {
    margin-bottom: 60px;
  }
}

#header .flex .left .mainVisual_area::before {
  content: "";
  display: block;
  padding-top: calc(1000 / 750 * 100%);
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#header .flex .left .mainVisual_area h1 {
  width: 77.6%;
  position: absolute;
  top: 9%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#header .flex .left .mainVisual_area h2 {
  width: 10%;
  position: absolute;
  left: 50%;
  bottom: 1%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#header .flex .left .wrap {
  width: 82.2%;
  margin: 0 auto 15px;
}

@media screen and (min-width: 769px) {
  #header .flex .left .wrap {
    margin: 0 auto 25px;
  }
}

#header .flex .left .wrap div:nth-of-type(1) {
  width: 85.2%;
  margin: 55px auto 45px;
}

@media screen and (min-width: 769px) {
  #header .flex .right {
    width: 50%;
  }
}

#header .flex .right .subVisual_area {
  width: 80.6%;
  margin: 115px auto 45px;
}

@media screen and (min-width: 769px) {
  #header .flex .right .subVisual_area {
    margin: 95px auto 70px;
  }
}

#header .flex .right .subVisual_area .wrap {
  width: 82.2%;
  margin: 0 auto 15px;
  position: relative;
}

@media screen and (min-width: 769px) {
  #header .flex .right .subVisual_area .wrap {
    margin: 0 auto 25px;
  }
}

#header .flex .right .subVisual_area .wrap div:nth-of-type(1) {
  position: absolute;
  width: 5%;
  top: -62px;
  right: -30px;
}

@media screen and (min-width: 769px) {
  #header .flex .right .subVisual_area .wrap div:nth-of-type(1) {
    width: 5%;
    top: -55px;
    right: -65px;
  }
}

#header .flex .right .subVisual_area .wrap div:nth-of-type(2) {
  position: absolute;
  width: 28%;
  top: -28px;
  left: -30px;
}

@media screen and (min-width: 769px) {
  #header .flex .right .subVisual_area .wrap div:nth-of-type(2) {
    top: -33px;
    left: -35px;
  }
}

#header .flex .right .subVisual_area img {
  width: 78.1%;
  margin: 0 auto;
}

#header .flex .right .header_last {
  width: 86.6%;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (min-width: 769px) {
  #header .flex .right .header_last {
    padding-bottom: 100px;
  }
}

#header .flex .right .header_last div:nth-of-type(1) {
  width: 96%;
  margin: 105px auto 82px;
}

@media screen and (max-width: 768px) {
  #header .flex .right .header_last div:nth-of-type(1) {
    margin: 85px auto 75px;
  }
}

#header .flex .right .header_last div:nth-of-type(2) {
  width: 24%;
  margin: 0 auto;
}

#header .flex .right .header_last div:nth-of-type(3) {
  width: 100%;
  margin: 26px auto;
}

/* content
---------------------------------------------*/
div#wrap {
  width: 100%;
  overflow: hidden;
}

#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  z-index: 100;
}

#loader .logo_wrap {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  #loader .logo_wrap {
    width: 300px;
    height: 300px;
  }
}

#loader .logo_wrap .logo {
  position: relative;
  width: 100%;
  height: 100%;
}

#loader .logo_wrap .logo::after {
  content: "";
  display: block;
  background-image: url(../images/new_logo_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  div.main {
    max-width: 1366px;
    text-align: center;
    margin: 0 auto 96px;
  }
}

@media screen and (max-width: 768px) {
  div.main {
    width: 100%;
    margin: 0 auto 56px;
  }
}

@media screen and (max-width: 768px) {
  div.block {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  div.block {
    max-width: 800px;
    margin: 0 auto;
  }
}

div.block01 .first {
  width: 86.6%;
  margin: 0 auto 50px;
}

@media screen and (min-width: 769px) {
  div.block01 .first {
    width: 800px;
    margin: 0 auto 84px;
  }
}

div.block01 .second {
  width: 60.6%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  div.block01 .second {
    width: 440px;
    margin: 0 auto 58px;
  }
}

div.block01 .third {
  width: 100%;
  margin: 0 auto 48px;
}

@media screen and (min-width: 769px) {
  div.block01 .third {
    margin: 0 auto 70px;
  }
}

div.block01 .text {
  width: 80%;
  margin: 0 auto 52px;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1.8px;
}

@media screen and (min-width: 769px) {
  div.block01 .text {
    width: 600px;
    font-size: 18px;
    line-height: 2;
    margin: 0 auto 128px;
  }
}

div.block01 .text p {
  word-break: break-all;
}

div.block02 {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  div.block02 {
    margin-top: 114px;
  }
}

div.block02 .first {
  width: 82%;
  margin: 0 auto 22px;
}

@media screen and (min-width: 769px) {
  div.block02 .first {
    width: 600px;
    margin: 0 auto 54px;
  }
}

div.block02 .second {
  width: 50.4%;
  margin: 0 auto 80px;
}

@media screen and (min-width: 769px) {
  div.block02 .second {
    width: 360px;
    margin: 0 auto 116px;
  }
}

div.block02 .third {
  width: 47.7%;
  margin: 0 auto 63px;
}

@media screen and (min-width: 769px) {
  div.block02 .third {
    width: 360px;
    margin: 0 auto 126px;
  }
}

div.block02 .fourth {
  width: 10.6%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 769px) {
  div.block02 .fourth {
    width: 78px;
    margin: 0 auto 36px;
  }
}

div.block02 .fifth {
  width: 47.7%;
  margin: 0 auto 122px;
}

@media screen and (min-width: 769px) {
  div.block02 .fifth {
    width: 360px;
    margin: 0 auto 122px;
  }
}

div.block03 {
  margin-top: 74px;
}

@media screen and (min-width: 769px) {
  div.block03 {
    margin-top: 148px;
  }
}

div.block03 .first {
  width: 10%;
  margin: 0 auto 63px;
}

@media screen and (min-width: 769px) {
  div.block03 .first {
    width: 78px;
    margin: 0 auto 128px;
  }
}

div.block03 .second {
  width: 100%;
  margin: 0 auto 200px;
}

@media screen and (min-width: 769px) {
  div.block03 .second {
    margin: 0 auto 335px;
  }
}

.copyRight_area {
  padding-bottom: 75px;
}

.copyRight_area a {
  display: block;
  width: 24%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  .copyRight_area a {
    width: 180px;
    margin: 0 auto 44px;
  }
}

.copyRight_area small {
  font-size: 10px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 769px) {
  .copyRight_area small {
    font-size: 12px;
  }
}

.cover_anim:before {
  -webkit-animation: cover_T 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: cover_T 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #f8ced2;
  width: 120%;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.cover_anim01:before {
  -webkit-animation: cover_L 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: cover_L 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.bg_color::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100;
  -webkit-animation: shrink 1.2s ease-in-out 0s 1 forwards;
          animation: shrink 1.2s ease-in-out 0s 1 forwards;
}

.opacity {
  -webkit-animation: opacity 1.6s ease-in-out 1 both;
          animation: opacity 1.6s ease-in-out 1 both;
}

/*.rotate {
  animation: rotate 1.6s ease-in-out .6s 1 forwards;
}*/
.opacity01 {
  opacity: 1 !important;
}

.logo_small {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.logo_small.translate {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 2s;
  transition: all 2s;
}

h1.translate01 {
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}

h3.translate02 {
  opacity: 1 !important;
  -webkit-transform: translate(-90%, -95%) !important;
          transform: translate(-90%, -95%) !important;
  -webkit-transition: all 1s 1.6s;
  transition: all 1s 1.6s;
}

.rotate {
  opacity: 0;
  -webkit-transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
          transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
  -webkit-transition: -webkit-transform 1.4s;
  transition: -webkit-transform 1.4s;
  transition: transform 1.4s;
  transition: transform 1.4s, -webkit-transform 1.4s;
}

.rotate.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
          transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
}

.filter {
  filter: blur(10px) brightness(2) saturate(1);
  -webkit-filter: blur(10px) brightness(2) saturate(1);
  -moz-filter: blur(10px) brightness(2) saturate(1);
  -webkit-transition: -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
  transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1), -webkit-filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
}

.filter.off {
  filter: blur(0) brightness(1) saturate(1);
  -webkit-filter: blur(0) brightness(1) saturate(1);
  -moz-filter: blur(0) brightness(1) saturate(1);
}

.scale {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.sp_only {
  margin: 0 auto 23px !important;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

div[class*="section"] {
  margin-bottom: 125px;
}

@media screen and (min-width: 769px) {
  div[class*="section"] {
    margin-bottom: 100px;
  }
}

/*div[class*="section"]:nth-last-child(2) {
  @include mq(sp) {
    margin-bottom: 0;
  }
}*/
/*テキストアニメーション
_______________________________________*/
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fuwatAnimeFromTop {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnimeFromTop;
  animation-name: fuwatAnimeFromTop;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnimeFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.blink {
  animation: blink 2s ease 0s infinite normal;
  -webkit-animation: blink 2s ease 0s infinite normal;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shrink {
  0% {
    -webkit-transform: traslateY(0);
            transform: traslateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes shrink {
  0% {
    -webkit-transform: traslateY(0);
            transform: traslateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4) rotate(12deg);
            transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4) rotate(12deg);
            transform: scale(1.4) rotate(12deg);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

@-webkit-keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    -webkit-transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
            transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    -webkit-transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
            transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeIn01 {
  0% {
    opacity: 0.4;
    -webkit-transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
            transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
  }
  30% {
    opacity: 0.4;
    -webkit-transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
            transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.4) translateY(-30px);
            transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.4) translateY(-30px);
            transform: scale(1.4) translateY(-30px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@-webkit-keyframes zoomIn01 {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn01 {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*.position {
  opacity: 0;
  -webkit-animation: position 2s ease-in-out 0s 1 forwards;
      animation: position 2s ease-in-out 0s 1 forwards;
}*/
@-webkit-keyframes position {
  0% {
    opacity: 0.4;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes position {
  0% {
    opacity: 0.4;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@-webkit-keyframes position_01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@keyframes position_01 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@-webkit-keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}

@keyframes bg_size {
  0% {
    border: none;
  }
  100% {
    border: 1px solid;
  }
}

@-webkit-keyframes cover_R {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes cover_R {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes cover_L {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes cover_L {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes cover_T {
  100% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}

@keyframes cover_T {
  100% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}

@-webkit-keyframes arrow_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px) rotate(180deg);
            transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 50px) rotate(180deg);
            transform: translate(-50%, 50px) rotate(180deg);
  }
}

@keyframes arrow_anime {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -10px) rotate(180deg);
            transform: translate(-50%, -10px) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 50px) rotate(180deg);
            transform: translate(-50%, 50px) rotate(180deg);
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/*----- フェードイン -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: .8s;
  transition: .8s;
}

.inviewfadeInUp01 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.inviewfadeInUp2 {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.inviewfadeInUp3 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 1.4s;
  transition: 1.4s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.inviewfadeIn {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
}

.inviewfromTop {
  opacity: 0;
  transform: translate(0, -80px);
  -webkit-transform: translate(0, -80px);
  -webkit-transition: 1s;
  transition: 1s;
}

.inviewRight {
  opacity: 0;
  transform: translate(30px, -30px);
  -webkit-transform: translate(30px, -30px);
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.inviewLeft {
  opacity: 0;
  transform: translate(-30px, -30px);
  -webkit-transform: translate(-30px, -30px);
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

/*.zoomIn {
      animation: zoomIn 1.2s 1s cubic-bezier(.3,1.59,.79,-0.64) 1 forwards;
    }*/
.fadeInUp {
  opacity: 1.0 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.fadeInUp01 {
  opacity: 1.0 !important;
}

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}

#loader-bg #loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}

/*jQueryのCSS
--------------------------------------*/
/*# sourceMappingURL=style.css.map */