@charset "UTF-8";
/*# sourceMappingURL=../css/style.css.map */
/*--基本スタイル--*/
/*--mixin--*/
/*共通部分*/
html {
  font-size: 100%;
  letter-spacing: 0.22em;
  visibility: hidden;
  opacity: 0;
}

html.wf-active {
  visibility: visible;
  opacity: 1;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, "georgiapro", sans-serif, "nautica", sans-serif;
  line-height: 1.5;
  color: #242424;
  font-weight: 400;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 0.75rem;
  }
}

body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.max-extend {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #B4192B;
}

.contents750 {
  max-width: 750px;
  margin: 0 auto;
}

.max-extend-inner {
  max-width: 1366px;
  margin: 0 auto 0;
}

.content-extend {
  max-width: 1166px;
  width: 85.3%;
  margin: 0 auto;
}

.wrapper {
  padding: 0 4%;
}

h1 {
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  font-size: 1.12rem;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  h4 {
    font-size: 1rem;
  }
}

b {
  font-weight: 700;
}

p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  p {
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pc-br {
  display: block;
}
@media screen and (max-width: 576px) {
  .pc-br {
    display: none;
  }
}

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

.m-br {
  display: none;
}
@media screen and (max-width: 992px) {
  .m-br {
    display: block;
  }
}

.xs-br {
  display: none;
}
@media screen and (max-width: 576px) {
  .xs-br {
    display: block;
  }
}

.pc-show {
  display: block;
}
@media screen and (max-width: 576px) {
  .pc-show {
    display: none;
  }
}

.tabL-show {
  display: block;
}
@media screen and (max-width: 992px) {
  .tabL-show {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media screen and (max-width: 992px) {
  .tab-show {
    display: block !important;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-show {
    display: block;
  }
}

.sp-xs-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-xs-none {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sp-xs-none {
    display: none;
  }
}

.sp-xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-xs-show {
    display: block;
  }
}

ul {
  list-style: none;
}

select {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 576px) {
  table th, table td {
    font-size: 0.875rem;
  }
}

ol {
  padding-left: 20px;
}

ul {
  list-style: none;
}

.back-inherit {
  background-color: inherit !important;
}

.text-align-center {
  text-align: center;
}

.mr-top {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .mr-top {
    margin-top: 40px;
  }
}

.responsive-br {
  display: block;
}
@media screen and (max-width: 576px) {
  .responsive-br {
    display: none;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .flex {
    display: block;
  }
}

.flex_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1100px) {
  .flex_2 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .flex_2 {
    display: block;
  }
}

.flex-warp {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-as {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-warp {
  white-space: nowrap;
}

.pointer {
  cursor: pointer;
}

/* フォントカラー */
.section-content {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-content {
    margin-top: 32px;
    margin-bottom: 56px;
  }
}

/* bottom 三角 */
.triangle-bottom {
  margin: 48px auto;
  width: 0;
  height: 0;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  border-top: 64px solid #FFFFFF;
}
@media screen and (max-width: 576px) {
  .triangle-bottom {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #FFFFFF;
  }
}

.common-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inline-d {
  display: inline-block;
}

* {
  margin: 0;
  padding: 0;
}

.back-color {
  background-color: #FFFFFF;
}

.fv-contents {
  margin-bottom: 20px;
}
.fv-contents img {
  vertical-align: bottom;
}
.fv-contents video {
  width: 100%;
}
.fv-contents .reserve-container {
  position: relative;
}
.fv-contents .reserve-container .yureru-j {
  -webkit-animation: yureru-j 2s infinite;
          animation: yureru-j 2s infinite;
}
@-webkit-keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.bururi {
  -webkit-animation: bururi 1s infinite;
          animation: bururi 1s infinite;
}

@-webkit-keyframes bururi {
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  52% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  54% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  56% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  58% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
}

@keyframes bururi {
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  52% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  54% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  56% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  58% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
}
.marude {
  margin-top: 20px;
}

.centertext {
  text-align: center;
  margin: 20px auto;
}
.centertext p {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .centertext p {
    font-size: 1.375rem;
    margin: 0 auto;
  }
}
.centertext .flextext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .centertext .flextext {
    width: 60%;
  }
}
.centertext .flextext .red-big {
  color: #E84646;
  font-size: 2.5rem;
}
@media screen and (max-width: 576px) {
  .centertext .flextext .red-big {
    font-size: 1.375rem;
  }
}

.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #FDFD60));
  background: -webkit-linear-gradient(transparent 60%, #FDFD60 30%);
  background: -o-linear-gradient(transparent 60%, #FDFD60 30%);
  background: linear-gradient(transparent 60%, #FDFD60 30%);
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sp-100 {
    width: 100%;
  }
}

.contents-title {
  text-align: center;
  background-color: #E84646;
  color: #FFFFFF;
  font-size: 2.625rem;
  text-shadow: 3px 3px 3px #808080;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contents-title p {
  font-size: 1.375rem;
  text-align: center;
  margin: 0 auto;
}

img {
  vertical-align: bottom;
}

.margin-bottom {
  margin-top: 40px;
}

.secret {
  background-image: url(/assets/img/rose-back.png);
  height: 263px;
}
.secret .lp2-h2 {
  color: #E84646;
  font-size: 2.5rem;
  text-align: center;
  padding-top: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .secret .lp2-h2 {
    width: 90%;
    padding-top: 90px;
    font-size: 1.8rem;
  }
}
.secret .lp2-h2 .big {
  display: inline-block;
  font-size: 3.75rem;
}
@media screen and (max-width: 480px) {
  .secret .lp2-h2 .big {
    font-size: 2.5rem;
  }
}

.b-a {
  margin-bottom: 30px;
}
.b-a .case {
  margin-top: 80px;
  margin-bottom: 50px;
}
.b-a .case .red {
  color: #E84646;
}
.b-a .case .border {
  border: solid 7px #E84646;
  margin-top: 8px;
}

.red {
  color: #E84646;
}

.center {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}

.point {
  padding-top: 40px;
  margin-bottom: 20px;
  background-color: #FFFFF0;
  padding-bottom: 80px;
}
.point .mini-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
}
.point p {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.point .flexkeep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.point .flexkeep img {
  margin-right: 10px;
}
.point .centertext {
  text-align: center;
  margin: 20px auto;
  width: 90%;
}
.point .centertext p {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .point .centertext p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .point .centertext p {
    font-size: 1.375rem;
  }
}

.kouso {
  text-align: center;
}
.kouso .flexkeep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 90px;
  margin-bottom: 40px;
}

.syoukai .triangle {
  display: block;
  text-align: center;
  margin: 20px auto;
}
.syoukai .flex {
  width: 100%;
  margin-bottom: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .syoukai .flex {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .syoukai .flex .sp-show {
    margin: 0 auto;
    text-align: center;
  }
}
.syoukai .flex .pc-show {
  width: 70%;
}
.syoukai .flex .stuff {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .syoukai .flex .stuff {
    width: 70%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.syoukai .syokai-p P {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .syoukai .syokai-p P {
    padding: 0px 10px;
    margin: 0 auto;
    font-size: 1.5rem;
  }
}
.syoukai .width530 {
  width: 60%;
  margin: 30px auto;
}
@media screen and (max-width: 576px) {
  .syoukai .width530 {
    width: 80%;
  }
}

.contents-title-yellow {
  text-align: center;
  background-color: #FDFD60;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contents-title-yellow p {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contents-title-yellow p {
    font-size: 1.375rem;
  }
}

.flow {
  text-align: center;
  background-color: #FFFFFF;
}
.flow h3 {
  text-align: center;
  font-size: 2rem;
  margin-top: 60px;
  margin-bottom: 10px;
}
.flow .lp2-h2 {
  color: #E84646;
  font-size: 2.5rem;
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .flow .lp2-h2 {
    padding-top: 90px;
    font-size: 2rem;
  }
}
.flow .red {
  color: #E84646;
  padding-top: 20px;
}
.flow .flow-wrapper {
  text-align: left;
  margin: 0 auto;
}
.flow .flow-wrapper .flex-3 {
  margin: 0px auto 50px auto;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .flow .flow-wrapper .flex-3 {
    display: block;
    width: 80%;
    margin-bottom: 80px;
  }
}
.flow .flow-wrapper .flex-3 img {
  width: 30%;
  height: 141px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .flow .flow-wrapper .flex-3 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    height: 100%;
  }
}
.flow .flow-wrapper .flex-3 .flow-discription {
  text-align: left;
  width: 100%;
  padding-left: 3%;
}
.flow .flow-wrapper .flex-3 .flow-discription h2 {
  color: #E84646;
  font-size: 2rem;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .flow .flow-wrapper .flex-3 .flow-discription {
    width: 90%;
    padding-left: 0px;
    font-size: 1.5rem;
  }
}
.flow .flow-wrapper .flex-3 .flow-discription p {
  font-size: 1.5rem;
  font-weight: 700;
}

.taiken-centertext p {
  text-align: center;
  margin: 20px auto;
  width: 90%;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .taiken-centertext p {
    font-size: 1.5rem;
  }
}

.voice {
  width: 100%;
  margin: 0 auto;
}
.voice .voice-yellow {
  background-color: #FFFFF0;
}
.voice .voice-yellow .flexkeep {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.voice .voice-yellow .flexkeep h3 {
  font-size: 1.5rem;
  border: 1px;
  padding: 0.2em 0.5em;
  margin: 2em 0;
  background: #d6ebff;
  -webkit-box-shadow: 0px 0px 0px 10px #d6ebff;
          box-shadow: 0px 0px 0px 10px #d6ebff;
  border: dashed 2px white;
}
@media screen and (max-width: 576px) {
  .voice .voice-yellow .flexkeep h3 {
    font-size: 1.25rem;
  }
}
.voice .voice-yellow .flexkeep img {
  width: 35%;
}
.voice .voice-yellow p {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .voice .voice-yellow p {
    width: 90%;
    font-size: 1rem;
  }
}
.voice .voice-pink {
  background-color: #FFF4F4;
}
.voice .voice-pink .flexkeep {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
}
.voice .voice-pink .flexkeep h3 {
  font-size: 1.5rem;
  border: 1px;
  padding: 0.2em 0.5em;
  margin: 2em 0;
  background: #d6ebff;
  -webkit-box-shadow: 0px 0px 0px 10px #d6ebff;
          box-shadow: 0px 0px 0px 10px #d6ebff;
  border: dashed 2px white;
}
@media screen and (max-width: 576px) {
  .voice .voice-pink .flexkeep h3 {
    font-size: 1.25rem;
  }
}
.voice .voice-pink .flexkeep img {
  width: 35%;
}
.voice .voice-pink p {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .voice .voice-pink p {
    width: 90%;
    font-size: 1rem;
  }
}
.voice .small {
  font-size: 0.875rem;
  text-align: right;
}

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

.flextext2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flextext2 .width530 {
  width: 70%;
  margin: 30px auto;
}
.flextext2 .width530 p {
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  .flextext2 .width530 {
    width: 80%;
  }
}

.contact-page {
  margin: 0 auto;
  text-align: center;
}
.contact-page .page-title h1 {
  padding-bottom: 20px;
}
.contact-page .contact-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-wrapper {
    margin-top: 20px;
  }
}
.contact-page .contact-wrapper .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .contact-wrapper small {
  color: #FF0000;
}
.contact-page .contact-wrapper .contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-wrapper .contact-item {
    display: block;
    width: 90%;
    margin: 50px auto;
  }
}
.contact-page .contact-wrapper .contact-item .small-black p {
  font-size: 0.875rem;
  color: black;
}
.contact-page .contact-wrapper .contact-item .contact-label {
  width: 40%;
  background-color: #FDFD60;
  border-radius: 10px;
  padding: 10px;
}
.contact-page .contact-wrapper .contact-item .contact-label p {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-wrapper .contact-item .contact-label {
    margin-top: 20px;
    width: 100%;
    display: block;
    text-align: left;
    border-radius: 10px 10px 0px 0px;
  }
}
.contact-page .contact-wrapper .contact-item .contact-input {
  width: 60%;
}
.contact-page .contact-wrapper .contact-item .contact-input .wpcf7-form-control.wpcf7-text {
  width: 100%;
  background-color: #EBEBEB;
  border-radius: 10px;
  padding: 10px;
  margin-left: 10px;
  border: 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-wrapper .contact-item .contact-input .wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin-left: 0px;
    border-radius: 0px 0px 10px 10px;
  }
}
.contact-page .contact-wrapper .contact-item .contact-input .wpcf7-form-control.wpcf7-text input.wpcf7-form-control.wpcf7-validates-as-required {
  width: 100%;
  background-color: #EBEBEB;
  border-radius: 10px;
  padding: 10px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .contact-page .contact-wrapper .contact-item .contact-input .wpcf7-form-control.wpcf7-text p {
    padding: 0;
    font-size: 1rem;
  }
}
.contact-page .contact-wrapper .contact-item ::-webkit-input-placeholder {
  color: #ACABAB;
}
.contact-page .contact-wrapper .contact-item ::-moz-placeholder {
  color: #ACABAB;
}
.contact-page .contact-wrapper .contact-item :-ms-input-placeholder {
  color: #ACABAB;
}
.contact-page .contact-wrapper .contact-item ::-ms-input-placeholder {
  color: #ACABAB;
}
.contact-page .contact-wrapper .contact-item ::placeholder {
  color: #ACABAB;
}
.contact-page .contact-wrapper .contact-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 10px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .contact-page .contact-wrapper .contact-message {
    display: block;
    width: 90%;
  }
}
.contact-page .contact-wrapper .contact-message .contact-label {
  width: 40%;
}
@media screen and (max-width: 576px) {
  .contact-page .contact-wrapper .contact-message .contact-label {
    width: 100%;
    display: block;
    text-align: left;
    margin: 20px auto;
  }
}
.contact-page .contact-wrapper .contact-message .contact-label p {
  text-align: left;
}
.contact-page .contact-wrapper .contact-message .contact-input {
  width: 60%;
}
.contact-page .contact-wrapper .contact-message .contact-input textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 50px;
  border: 0;
}
@media screen and (max-width: 576px) {
  .contact-page .contact-wrapper .contact-message .contact-input textarea.wpcf7-form-control.wpcf7-textarea {
    width: 93.6%;
  }
}
.contact-page .contact-wrapper .contact-check {
  margin: 5px auto 10px auto;
  width: 100%;
  text-align: center;
}
.contact-page .contact-wrapper .contact-check .label {
  margin-right: 10px;
}
.contact-page .contact-wrapper .contact-check .red {
  margin: 0 auto;
  color: #FF0000;
  text-align: center;
}
.contact-page .contact-wrapper .contact-check .red .wpcf7-list-item first last {
  text-align: center;
  margin: 0 auto;
}
.contact-page .contact-wrapper .contact-check p {
  margin: 0 auto;
}
.contact-page .contact-wrapper .contact-btn {
  background-color: #FDFD60;
  width: 40%;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  border: 0px;
  margin: 10px auto;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .contact-page .contact-wrapper .contact-btn {
    width: 90%;
  }
}
.contact-page .contact-wrapper .contact-btn p {
  margin-top: 50px auto 0px auto;
  color: #FF0000;
}
.contact-page .contact-wrapper .contact-btn .contact-submit {
  padding-top: 18px;
}
.contact-page .contact-wrapper .contact-btn:hover {
  background-color: #d4e23e;
  /* hover時カラー変更 */
}
.contact-page .red-decline {
  margin: 0 auto;
}
.contact-page .red-decline p {
  margin: 0 auto;
  color: #FF0000;
  text-align: center;
}
.contact-page ::-webkit-input-placeholder {
  color: #ACABAB;
  font-weight: 400;
}
.contact-page ::-moz-placeholder {
  color: #ACABAB;
  font-weight: 400;
}
.contact-page :-ms-input-placeholder {
  color: #ACABAB;
  font-weight: 400;
}
.contact-page ::-ms-input-placeholder {
  color: #ACABAB;
  font-weight: 400;
}
.contact-page ::placeholder {
  color: #ACABAB;
  font-weight: 400;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

footer {
  background-color: #FFFFF0;
}
footer p {
  padding-top: 190px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer p {
    padding-top: 100px;
  }
}

button, input, select, textarea {
  width: 50%;
  background-color: #EBEBEB;
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px;
  /*  margin-bottom: 50px; */
  border: 0;
}
@media screen and (max-width: 576px) {
  button, input, select, textarea {
    width: 30%;
  }
}

.float-button__wrap {
  z-index: 10;
  text-align: center;
  width: 100%;
  max-width: 750px;
}
.float-button__wrap .centerfix {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
}

.float-button__wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #FDFD60;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  color: #242424;
  font-size: 1.5rem;
  font-weight: 700;
}

.fixed {
  position: fixed;
  bottom: 10px;
}

/*----scrollFadein----*/
.scroll-fadein {
  opacity: 0;
}

.scroll-fadein.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

@-webkit-keyframes up-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*時間差でフェイドイン*/
.scroll-fadein-delay1 {
  opacity: 0;
}

.scroll-fadein-delay1.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

.scroll-fadein-delay1.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-delay1.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-delay1.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-delay1.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-delay1.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-delay1.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-delay1.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-delay1.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-delay1.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-delay1.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-delay1.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-delay1.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-delay1.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-delay1.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-delay1.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-delay1.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-delay1.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-delay1.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-delay1.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-delay1.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay2 {
  opacity: 0;
}

.scroll-fadein-delay2.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

.scroll-fadein-delay2.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-delay2.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-delay2.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-delay2.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-delay2.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-delay2.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-delay2.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-delay2.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-delay2.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-delay2.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-delay2.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-delay2.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-delay2.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-delay2.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-delay2.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-delay2.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-delay2.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-delay2.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-delay2.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-delay2.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay3 {
  opacity: 0;
}

.scroll-fadein-delay3.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

.scroll-fadein-delay3.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-delay3.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-delay3.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-delay3.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-delay3.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-delay3.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-delay3.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-delay3.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-delay3.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-delay3.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-delay3.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-delay3.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-delay3.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-delay3.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-delay3.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-delay3.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-delay3.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-delay3.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-delay3.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-delay3.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay4 {
  opacity: 0;
}

.scroll-fadein-delay4.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

.scroll-fadein-delay4.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-delay4.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-delay4.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-delay4.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-delay4.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-delay4.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-delay4.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-delay4.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-delay4.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-delay4.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-delay4.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-delay4.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-delay4.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-delay4.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-delay4.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-delay4.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-delay4.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-delay4.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-delay4.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-delay4.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay5 {
  opacity: 0;
}

.scroll-fadein-delay5.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

.scroll-fadein-delay5.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-delay5.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-delay5.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-delay5.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-delay5.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-delay5.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-delay5.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-delay5.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-delay5.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-delay5.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-delay5.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-delay5.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-delay5.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-delay5.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-delay5.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-delay5.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-delay5.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-delay5.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-delay5.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-delay5.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay6 {
  opacity: 0;
}

.scroll-fadein-delay6.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

.scroll-fadein-delay6.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-delay6.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-delay6.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-delay6.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-delay6.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-delay6.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-delay6.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-delay6.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-delay6.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-delay6.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-delay6.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-delay6.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-delay6.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-delay6.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-delay6.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-delay6.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-delay6.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-delay6.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-delay6.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-delay6.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay7 {
  opacity: 0;
}

.scroll-fadein-delay7.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

.scroll-fadein-delay7.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-delay7.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-delay7.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-delay7.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-delay7.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-delay7.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-delay7.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-delay7.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-delay7.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-delay7.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-delay7.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-delay7.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-delay7.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-delay7.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-delay7.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-delay7.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-delay7.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-delay7.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-delay7.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-delay7.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay8 {
  opacity: 0;
}

.scroll-fadein-delay8.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

.scroll-fadein-delay8.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-delay8.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-delay8.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-delay8.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-delay8.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-delay8.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-delay8.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-delay8.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-delay8.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-delay8.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-delay8.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-delay8.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-delay8.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-delay8.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-delay8.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-delay8.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-delay8.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-delay8.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-delay8.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-delay8.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay9 {
  opacity: 0;
}

.scroll-fadein-delay9.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

.scroll-fadein-delay9.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-delay9.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-delay9.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-delay9.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-delay9.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-delay9.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-delay9.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-delay9.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-delay9.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-delay9.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-delay9.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-delay9.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-delay9.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-delay9.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-delay9.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-delay9.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-delay9.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-delay9.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-delay9.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-delay9.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay10 {
  opacity: 0;
}

.scroll-fadein-delay10.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

.scroll-fadein-delay10.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-delay10.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-delay10.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-delay10.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-delay10.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-delay10.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-delay10.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-delay10.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-delay10.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-delay10.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-delay10.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-delay10.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-delay10.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-delay10.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-delay10.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-delay10.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-delay10.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-delay10.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-delay10.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-delay10.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

/*右から左にフェイドイン*/
.scroll-fadein-right {
  opacity: 0;
}

.scroll-fadein-right.show {
  opacity: 1;
  -webkit-animation: right-fadein 1s ease-out;
          animation: right-fadein 1s ease-out;
}

@-webkit-keyframes right-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes right-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*左から右にフェイドイン*/
.scroll-fadein-left {
  opacity: 0;
}

.scroll-fadein-left.show {
  opacity: 1;
  -webkit-animation: left-fadein 1s ease-out;
          animation: left-fadein 1s ease-out;
}

@-webkit-keyframes left-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes left-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.scroll-fadein-left-delay1 {
  opacity: 0;
}

.scroll-fadein-left-delay1.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.scroll-fadein-left-delay1.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-left-delay1.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-left-delay1.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-left-delay1.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-left-delay1.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-left-delay1.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-left-delay1.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-left-delay1.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-left-delay1.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-left-delay1.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-left-delay1.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-left-delay1.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-left-delay1.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-left-delay1.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-left-delay1.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-left-delay1.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-left-delay1.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-left-delay1.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-left-delay1.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-left-delay1.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay2 {
  opacity: 0;
}

.scroll-fadein-left-delay2.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.scroll-fadein-left-delay2.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-left-delay2.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-left-delay2.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-left-delay2.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-left-delay2.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-left-delay2.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-left-delay2.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-left-delay2.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-left-delay2.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-left-delay2.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-left-delay2.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-left-delay2.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-left-delay2.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-left-delay2.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-left-delay2.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-left-delay2.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-left-delay2.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-left-delay2.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-left-delay2.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-left-delay2.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay3 {
  opacity: 0;
}

.scroll-fadein-left-delay3.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.scroll-fadein-left-delay3.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-left-delay3.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-left-delay3.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-left-delay3.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-left-delay3.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-left-delay3.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-left-delay3.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-left-delay3.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-left-delay3.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-left-delay3.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-left-delay3.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-left-delay3.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-left-delay3.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-left-delay3.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-left-delay3.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-left-delay3.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-left-delay3.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-left-delay3.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-left-delay3.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-left-delay3.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay4 {
  opacity: 0;
}

.scroll-fadein-left-delay4.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.scroll-fadein-left-delay4.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-left-delay4.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-left-delay4.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-left-delay4.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-left-delay4.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-left-delay4.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-left-delay4.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-left-delay4.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-left-delay4.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-left-delay4.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-left-delay4.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-left-delay4.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-left-delay4.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-left-delay4.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-left-delay4.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-left-delay4.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-left-delay4.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-left-delay4.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-left-delay4.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-left-delay4.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay5 {
  opacity: 0;
}

.scroll-fadein-left-delay5.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.scroll-fadein-left-delay5.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-left-delay5.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-left-delay5.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-left-delay5.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-left-delay5.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-left-delay5.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-left-delay5.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-left-delay5.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-left-delay5.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-left-delay5.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-left-delay5.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-left-delay5.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-left-delay5.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-left-delay5.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-left-delay5.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-left-delay5.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-left-delay5.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-left-delay5.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-left-delay5.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-left-delay5.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay6 {
  opacity: 0;
}

.scroll-fadein-left-delay6.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.scroll-fadein-left-delay6.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-left-delay6.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-left-delay6.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-left-delay6.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-left-delay6.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-left-delay6.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-left-delay6.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-left-delay6.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-left-delay6.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-left-delay6.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-left-delay6.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-left-delay6.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-left-delay6.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-left-delay6.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-left-delay6.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-left-delay6.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-left-delay6.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-left-delay6.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-left-delay6.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-left-delay6.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay7 {
  opacity: 0;
}

.scroll-fadein-left-delay7.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.scroll-fadein-left-delay7.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-left-delay7.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-left-delay7.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-left-delay7.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-left-delay7.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-left-delay7.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-left-delay7.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-left-delay7.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-left-delay7.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-left-delay7.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-left-delay7.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-left-delay7.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-left-delay7.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-left-delay7.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-left-delay7.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-left-delay7.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-left-delay7.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-left-delay7.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-left-delay7.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-left-delay7.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay8 {
  opacity: 0;
}

.scroll-fadein-left-delay8.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.scroll-fadein-left-delay8.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-left-delay8.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-left-delay8.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-left-delay8.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-left-delay8.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-left-delay8.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-left-delay8.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-left-delay8.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-left-delay8.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-left-delay8.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-left-delay8.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-left-delay8.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-left-delay8.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-left-delay8.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-left-delay8.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-left-delay8.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-left-delay8.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-left-delay8.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-left-delay8.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-left-delay8.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay9 {
  opacity: 0;
}

.scroll-fadein-left-delay9.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.scroll-fadein-left-delay9.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-left-delay9.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-left-delay9.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-left-delay9.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-left-delay9.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-left-delay9.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-left-delay9.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-left-delay9.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-left-delay9.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-left-delay9.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-left-delay9.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-left-delay9.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-left-delay9.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-left-delay9.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-left-delay9.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-left-delay9.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-left-delay9.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-left-delay9.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-left-delay9.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-left-delay9.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay10 {
  opacity: 0;
}

.scroll-fadein-left-delay10.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.scroll-fadein-left-delay10.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-fadein-left-delay10.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll-fadein-left-delay10.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll-fadein-left-delay10.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll-fadein-left-delay10.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll-fadein-left-delay10.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.scroll-fadein-left-delay10.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.scroll-fadein-left-delay10.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.scroll-fadein-left-delay10.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.scroll-fadein-left-delay10.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.scroll-fadein-left-delay10.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.scroll-fadein-left-delay10.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.scroll-fadein-left-delay10.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.scroll-fadein-left-delay10.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.scroll-fadein-left-delay10.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.scroll-fadein-left-delay10.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.scroll-fadein-left-delay10.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.scroll-fadein-left-delay10.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.scroll-fadein-left-delay10.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.scroll-fadein-left-delay10.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.rotate {
  opacity: 0;
}

.rotate.show {
  opacity: 1;
  -webkit-animation: Rotate-Kiran 0.8s ease-out;
          animation: Rotate-Kiran 0.8s ease-out;
}

@-webkit-keyframes Rotate-Kiran {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    /* transform: rotate(360deg); */
    /* 回転 */
    -webkit-transform: rotate3D(1, 1, 1, 360deg);
            transform: rotate3D(1, 1, 1, 360deg);
  }
}

@keyframes Rotate-Kiran {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    /* transform: rotate(360deg); */
    /* 回転 */
    -webkit-transform: rotate3D(1, 1, 1, 360deg);
            transform: rotate3D(1, 1, 1, 360deg);
  }
}
.rotate {
  opacity: 0;
}

.rotate-delay1.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}

.rotate-delay1.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.rotate-delay1.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.rotate-delay1.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.rotate-delay1-delay1.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.rotate-delay1.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes kiran {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes kiran {
  0% {
    -webkit-transform: scale(2) rotate(45deg);
            transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(20) rotate(45deg);
            transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(30) rotate(45deg);
            transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    -webkit-transform: scale(45) rotate(45deg);
            transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*---------------------*/
/*# sourceMappingURL=style.css.map */
