.ball-pulse-sync>div, .ball-pulse>div, .ball-scale-random>div, .ball-scale>div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px;
  display: inline-block
}

@-webkit-keyframes scale {
  0%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7
  }
}

.ball-pulse>div:first-child {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.ball-pulse>div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.ball-pulse>div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.ball-pulse>div {
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.ball-pulse-sync>div:first-child {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out
}

.ball-pulse-sync>div {
  width: 15px;
  height: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.ball-scale>div {
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random {
  width: 37px;
  height: 40px
}

.ball-scale-random>div {
  position: absolute;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-rotate, .ball-rotate>div {
  position: relative
}

.ball-rotate>div, .ball-rotate>div:after, .ball-rotate>div:before {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%
}

.ball-scale-random>div:first-child {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
  animation: ball-scale 1s 0.2s ease-in-out infinite
}

.ball-scale-random>div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.ball-rotate>div {
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.ball-rotate>div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite
}

.ball-rotate>div:after, .ball-rotate>div:before {
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8
}

.ball-rotate>div:before {
  top: 0;
  left: -28px
}

.ball-rotate>div:after {
  top: 0;
  left: 25px
}

.ball-clip-rotate>div {
  border-radius: 100%;
  margin: 2px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 26px;
  width: 26px;
  background: 0 0!important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite
}

.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px)
}

.ball-clip-rotate-pulse>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%
}

.ball-clip-rotate-pulse>div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite
}

.ball-clip-rotate-pulse>div:last-child {
  position: absolute;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: 0 0;
  border: 2px solid;
  border-color: #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}

.ball-beat>div, .ball-scale-multiple>div {
  background-color: #fff;
  border-radius: 100%
}

.ball-clip-rotate-multiple {
  position: relative
}

.ball-clip-rotate-multiple>div {
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite
}

.ball-clip-rotate-multiple>div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
  }
  to {
    opacity: 0
  }
}

.ball-scale-ripple>div {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8)
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
  }
  to {
    opacity: 0
  }
}

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px)
}

.ball-scale-ripple-multiple>div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s
}

.ball-scale-ripple-multiple>div:first-child {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s
}

.ball-scale-ripple-multiple>div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}

.ball-scale-ripple-multiple>div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s
}

.ball-scale-ripple-multiple>div {
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8)
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.ball-beat>div {
  width: 15px;
  height: 15px;
  margin: 2px;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear
}

.ball-beat>div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s!important;
  animation-delay: -0.35s!important
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  5% {
    opacity: 1
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px)
}

.ball-scale-multiple>div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s
}

.ball-scale-multiple>div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s
}

.ball-scale-multiple>div {
  position: absolute;
  left: -30px;
  top: 0;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite
}

.ball-triangle-path>div:first-child, .ball-triangle-path>div:nth-child(2) {
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px)
  }
  66% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px)
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.99px, -37.51px);
  -ms-transform: translate(-29.99px, -37.51px);
  transform: translate(-29.99px, -37.51px)
}

.ball-triangle-path>div:first-child {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.ball-triangle-path>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff
}

.ball-grid-beat>div, .ball-pulse-rise>div {
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite
}

.ball-grid-beat>div, .ball-grid-pulse>div, .ball-pulse-rise>div {
  height: 15px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  margin: 2px
}

.ball-triangle-path>div:first-of-type {
  top: 50px
}

.ball-triangle-path>div:nth-of-type(2) {
  left: 25px
}

.ball-triangle-path>div:nth-of-type(3) {
  top: 50px;
  left: 50px
}

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
}

.ball-pulse-rise>div {
  width: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0
}

.ball-pulse-rise>div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even
}

.ball-pulse-rise>div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd
}

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7
  }
  to {
    opacity: 1
  }
}

.ball-grid-beat {
  width: 57px
}

.ball-grid-beat>div:first-child {
  -webkit-animation-delay: 0.49s;
  animation-delay: 0.49s;
  -webkit-animation-duration: 0.93s;
  animation-duration: 0.93s
}

.ball-grid-beat>div:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1.02s;
  animation-duration: 1.02s
}

.ball-grid-beat>div:nth-child(3) {
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-animation-duration: 1.07s;
  animation-duration: 1.07s
}

.ball-grid-beat>div:nth-child(4) {
  -webkit-animation-delay: -40ms;
  animation-delay: -40ms;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s
}

.ball-grid-beat>div:nth-child(5) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 1.41s;
  animation-duration: 1.41s
}

.ball-grid-beat>div:nth-child(6) {
  -webkit-animation-delay: -80ms;
  animation-delay: -80ms;
  -webkit-animation-duration: 0.66s;
  animation-duration: 0.66s
}

.ball-grid-beat>div:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1.36s;
  animation-duration: 1.36s
}

.ball-grid-beat>div:nth-child(8) {
  -webkit-animation-delay: 0.78s;
  animation-delay: 0.78s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s
}

.ball-grid-beat>div:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.49s;
  animation-duration: 1.49s
}

.ball-grid-beat>div {
  width: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  float: left;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.ball-grid-pulse {
  width: 57px
}

.ball-grid-pulse>div:first-child {
  -webkit-animation-delay: 0.19s;
  animation-delay: 0.19s;
  -webkit-animation-duration: 0.98s;
  animation-duration: 0.98s
}

.ball-grid-pulse>div:nth-child(2) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
  -webkit-animation-duration: 1.58s;
  animation-duration: 1.58s
}

.ball-grid-pulse>div:nth-child(3) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
  -webkit-animation-duration: 1.13s;
  animation-duration: 1.13s
}

.ball-grid-pulse>div:nth-child(4) {
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-animation-duration: 0.98s;
  animation-duration: 0.98s
}

.ball-grid-pulse>div:nth-child(5) {
  -webkit-animation-delay: 60ms;
  animation-delay: 60ms;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s
}

.ball-grid-pulse>div:nth-child(6) {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
  -webkit-animation-duration: 0.85s;
  animation-duration: 0.85s
}

.ball-grid-pulse>div:nth-child(7) {
  -webkit-animation-delay: -60ms;
  animation-delay: -60ms;
  -webkit-animation-duration: 1.53s;
  animation-duration: 1.53s
}

.ball-grid-pulse>div:nth-child(8) {
  -webkit-animation-delay: 0.57s;
  animation-delay: 0.57s;
  -webkit-animation-duration: 0.76s;
  animation-duration: 0.76s
}

.ball-grid-pulse>div:nth-child(9) {
  -webkit-animation-delay: 0.73s;
  animation-delay: 0.73s;
  -webkit-animation-duration: 0.98s;
  animation-duration: 0.98s
}

.ball-grid-pulse>div {
  width: 15px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px
}

.ball-spin-fade-loader>div:first-child {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear
}

.ball-spin-fade-loader>div:nth-child(2) {
  top: 17.05px;
  left: 17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear
}

.ball-spin-fade-loader>div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear
}

.ball-spin-fade-loader>div:nth-child(4) {
  top: -17.05px;
  left: 17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear
}

.ball-spin-fade-loader>div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear
}

.ball-spin-fade-loader>div:nth-child(6) {
  top: -17.05px;
  left: -17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear
}

.ball-spin-fade-loader>div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear
}

.ball-spin-fade-loader>div:nth-child(8) {
  top: 17.05px;
  left: -17.05px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear
}

.ball-spin-fade-loader>div, .ball-spin-loader>div {
  -webkit-animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%
}

.ball-spin-fade-loader>div {
  background-color: #fff;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2
  }
  to {
    opacity: 1
  }
}

.ball-spin-loader {
  position: relative
}

.ball-spin-loader>span:first-child {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear
}

.ball-spin-loader>span:nth-child(2) {
  top: 30.68px;
  left: 30.68px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear
}

.ball-spin-loader>span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear
}

.ball-spin-loader>span:nth-child(4) {
  top: -30.68px;
  left: 30.68px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear
}

.ball-spin-loader>span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear
}

.ball-spin-loader>span:nth-child(6) {
  top: -30.68px;
  left: -30.68px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear
}

.ball-spin-loader>span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear
}

.ball-spin-loader>span:nth-child(8) {
  top: 30.68px;
  left: -30.68px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear
}

.ball-spin-loader>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: #008000
}

.ball-zig-zag-deflect>div, .ball-zig-zag>div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px 2px 2px 15px;
  top: 4px;
  left: -7px
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px)
}

.ball-zig-zag>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute
}

.ball-zig-zag>div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear
}

.ball-zig-zag>div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear
}

@-webkit-keyframes ball-zig-deflect {
  17%, 84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }
  34%, 67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }
  50%, to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-zag-deflect {
  17%, 84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }
  34%, 67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }
  50%, to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px)
}

.ball-zig-zag-deflect>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute
}

.line-scale-party>div, .line-scale-pulse-out-rapid>div, .line-scale-pulse-out>div, .line-scale>div {
  width: 4px;
  height: 35px;
  display: inline-block
}

.line-scale-party>div, .line-scale-pulse-out-rapid>div, .line-scale-pulse-out>div, .line-scale>div, .line-spin-fade-loader>div {
  border-radius: 2px;
  margin: 2px;
  background-color: #fff
}

.ball-zig-zag-deflect>div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear
}

.ball-zig-zag-deflect>div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear
}

@-webkit-keyframes line-scale {
  0%, to {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4)
  }
}

.line-scale>div:first-child {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale>div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale>div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale>div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale>div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.line-scale>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes line-scale-party {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }
}

.line-scale-party>div:first-child {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
  -webkit-animation-duration: 1.23s;
  animation-duration: 1.23s
}

.line-scale-party>div:nth-child(2) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s
}

.line-scale-party>div:nth-child(3) {
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
  -webkit-animation-duration: 0.39s;
  animation-duration: 0.39s
}

.line-scale-party>div:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.59s;
  animation-duration: 0.59s
}

.line-scale-party>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0
}

@-webkit-keyframes line-scale-pulse-out {
  0%, to {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4)
  }
}

.line-scale-pulse-out>div {
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85)
}

.line-scale-pulse-out>div:nth-child(2), .line-scale-pulse-out>div:nth-child(4) {
  -webkit-animation-delay: -0.4s!important;
  animation-delay: -0.4s!important
}

.line-scale-pulse-out>div:first-child, .line-scale-pulse-out>div:nth-child(5) {
  -webkit-animation-delay: -0.2s!important;
  animation-delay: -0.2s!important
}

@-webkit-keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3)
  }
}

.line-scale-pulse-out-rapid>div {
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78)
}

.line-scale-pulse-out-rapid>div:nth-child(2), .line-scale-pulse-out-rapid>div:nth-child(4) {
  -webkit-animation-delay: -0.25s!important;
  animation-delay: -0.25s!important
}

.line-scale-pulse-out-rapid>div:first-child, .line-scale-pulse-out-rapid>div:nth-child(5) {
  -webkit-animation-delay: 0s!important;
  animation-delay: 0s!important
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3
  }
  to {
    opacity: 1
  }
}

.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px
}

.line-spin-fade-loader>div:first-child {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(2) {
  top: 13.64px;
  left: 13.64px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(4) {
  top: -13.64px;
  left: 13.64px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(6) {
  top: -13.64px;
  left: -13.64px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(8) {
  top: 13.64px;
  left: -13.64px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
}

.line-spin-fade-loader>div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px
}

@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

.triangle-skew-spin>div {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite
}

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

.square-spin>div {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite
}

.pacman>div:first-of-type, .pacman>div:nth-child(2) {
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  position: relative;
  left: -30px
}

@-webkit-keyframes rotate_pacman_half_up {
  0%, to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate_pacman_half_down {
  0%, to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7
  }
  to {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px)
  }
}

.pacman {
  position: relative
}

.pacman>div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear
}

.pacman>div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear
}

.pacman>div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear
}

.pacman>div:first-of-type {
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite
}

.pacman>div:nth-child(2) {
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px
}

.pacman>div:nth-child(3), .pacman>div:nth-child(4), .pacman>div:nth-child(5), .pacman>div:nth-child(6) {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  -ms-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px
}

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg)
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg)
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px)
}

.cube-transition>div {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out
}

.cube-transition>div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s
}

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden
}

.semi-circle-spin>div {
  position: absolute;
  border-width: 0;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: -webkit-linear-gradient(transparent 0, transparent 70%, #fff 30%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, transparent), color-stop(30%, #fff), to(#fff));
  background-image: -o-linear-gradient(transparent 0, transparent 70%, #fff 30%, #fff 100%);
  background-image: linear-gradient(transparent 0, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%
}

@-moz-keyframes scale {
  0%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7
  }
}

@-webkit-keyframes scale {
  0%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7
  }
}

@-o-keyframes scale {
  0%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7
  }
}

@keyframes scale {
  0%, 80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7
  }
}

@-moz-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-o-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-moz-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-o-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-o-keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6)
  }
  to {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1)
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6)
  }
  to {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1)
  }
}

@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6)
  }
  to {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6)
  }
  to {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1)
  }
}

@-moz-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
  }
  to {
    opacity: 0
  }
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
  }
  to {
    opacity: 0
  }
}

@-o-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
  }
  to {
    opacity: 0
  }
}

@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
  }
  to {
    opacity: 0
  }
}

@-moz-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
  }
  to {
    opacity: 0
  }
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
  }
  to {
    opacity: 0
  }
}

@-o-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
  }
  to {
    opacity: 0
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7
  }
  to {
    opacity: 0
  }
}

@-moz-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-o-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-moz-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  5% {
    opacity: 1
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  5% {
    opacity: 1
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-o-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  5% {
    opacity: 1
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  5% {
    opacity: 1
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@-moz-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px)
  }
  66% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px)
  }
  66% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-o-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px)
  }
  66% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px)
  }
  66% {
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-moz-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px)
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px)
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-o-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px)
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px)
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-moz-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-o-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0)
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-moz-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-o-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-moz-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
}

@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
}

@-o-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
}

@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }
}

@-moz-keyframes ball-grid-beat {
  50% {
    opacity: 0.7
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7
  }
  to {
    opacity: 1
  }
}

@-o-keyframes ball-grid-beat {
  50% {
    opacity: 0.7
  }
  to {
    opacity: 1
  }
}

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7
  }
  to {
    opacity: 1
  }
}

@-moz-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@-o-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@-moz-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-o-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-moz-keyframes ball-spin-loader {
  75% {
    opacity: 0.2
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2
  }
  to {
    opacity: 1
  }
}

@-o-keyframes ball-spin-loader {
  75% {
    opacity: 0.2
  }
  to {
    opacity: 1
  }
}

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2
  }
  to {
    opacity: 1
  }
}

@-moz-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-o-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-moz-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-o-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-moz-keyframes ball-zig-deflect {
  17%, 84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }
  34%, 67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }
  50%, to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-zig-deflect {
  17%, 84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }
  34%, 67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }
  50%, to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-o-keyframes ball-zig-deflect {
  17%, 84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }
  34%, 67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }
  50%, to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-zig-deflect {
  17%, 84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px)
  }
  34%, 67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px)
  }
  50%, to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-moz-keyframes ball-zag-deflect {
  17%, 84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }
  34%, 67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }
  50%, to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-webkit-keyframes ball-zag-deflect {
  17%, 84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }
  34%, 67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }
  50%, to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-o-keyframes ball-zag-deflect {
  17%, 84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }
  34%, 67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }
  50%, to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes ball-zag-deflect {
  17%, 84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px)
  }
  34%, 67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px)
  }
  50%, to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@-moz-keyframes line-scale {
  0%, to {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4)
  }
}

@-webkit-keyframes line-scale {
  0%, to {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4)
  }
}

@-o-keyframes line-scale {
  0%, to {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4)
  }
}

@keyframes line-scale {
  0%, to {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4)
  }
}

@-moz-keyframes line-scale-party {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }
}

@-webkit-keyframes line-scale-party {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }
}

@-o-keyframes line-scale-party {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }
}

@keyframes line-scale-party {
  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }
}

@-moz-keyframes line-scale-pulse-out {
  0%, to {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4)
  }
}

@-webkit-keyframes line-scale-pulse-out {
  0%, to {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4)
  }
}

@-o-keyframes line-scale-pulse-out {
  0%, to {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4)
  }
}

@keyframes line-scale-pulse-out {
  0%, to {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4)
  }
}

@-moz-keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3)
  }
}

@-webkit-keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3)
  }
}

@-o-keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3)
  }
}

@keyframes line-scale-pulse-out-rapid {
  0%, 90% {
    -webkit-transform: scaley(1);
    transform: scaley(1)
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3)
  }
}

@-moz-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3
  }
  to {
    opacity: 1
  }
}

@-o-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3
  }
  to {
    opacity: 1
  }
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3
  }
  to {
    opacity: 1
  }
}

@-moz-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@-o-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@-moz-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@-o-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

@-moz-keyframes rotate_pacman_half_up {
  0%, to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotate_pacman_half_up {
  0%, to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes rotate_pacman_half_up {
  0%, to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate_pacman_half_up {
  0%, to {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes rotate_pacman_half_down {
  0%, to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@-webkit-keyframes rotate_pacman_half_down {
  0%, to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@-o-keyframes rotate_pacman_half_down {
  0%, to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes rotate_pacman_half_down {
  0%, to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@-moz-keyframes pacman-balls {
  75% {
    opacity: 0.7
  }
  to {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px)
  }
}

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7
  }
  to {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px)
  }
}

@-o-keyframes pacman-balls {
  75% {
    opacity: 0.7
  }
  to {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px)
  }
}

@keyframes pacman-balls {
  75% {
    opacity: 0.7
  }
  to {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px)
  }
}

@-moz-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg)
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg)
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg)
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg)
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@-o-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg)
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg)
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg)
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg)
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg)
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}

@-moz-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-o-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

html {
  overflow: hidden;
  height: 100%
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000
}

.loading .loader-inner, .loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.loading .ball-beat>div {
  background-color: #9788b3
}

@media screen and (max-width:767px) {
  .loading {
    z-index: 10000
  }
}

.global-header.sp .logo {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 9999;
  width: 100px;
  height: 40px;
  margin: 0;
  padding: 0px 5px 15px 0px;
  /* background: #fff; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.global-header.sp .access {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 9999;
  margin: 0
}

.global-header.sp .global-header-inner {
  z-index: 9999
}

.contents-wrap .main-visual {
  position: relative;
  overflow: hidden
}

.contents-wrap .main-visual .information {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 300px;
  padding: 20px;
  line-height: 1.56;
  background: rgba(255, 255, 255, 0.8)
}

@media screen and (max-width:767px) {
  .contents-wrap .main-visual .information {
    display: none
  }
}

.contents-wrap .main-visual .information .time {
  font-size: 1.8rem
}

.contents-wrap .main-visual .information .time span {
  padding: 0 0 0 10px;
  font-size: 1.4rem
}

.contents-wrap .main-visual .information .text {
  font-size: 1.8rem
}

.contents-wrap .main-visual .information .btn {
  width: 168px;
  margin: 15px 0 0 auto;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center
}

.contents-wrap .main-visual .information .btn a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #9788b3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 3px
}

@media screen and (min-width:768px) {
  .contents-wrap .main-visual .information .btn a:hover {
    opacity: 0.7
  }
}

.contents-wrap .main-visual .information .btn a:after, .contents-wrap .main-visual .information .btn a:before {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.contents-wrap .main-visual .information .btn a:before {
  right: 10px;
  border-left: 6px solid #fff
}

.contents-wrap .main-visual .information .btn a:after {
  right: 11px;
  border-left: 6px solid #9788b3
}

.contents-wrap .main-visual .main-visual-pc {
  background: url("/assets/baysuite-sakurajima/img/top/img_main_bg.jpg") no-repeat center center;
  background-size: cover;
  height: 1000px;
  position: relative
}

.contents-wrap .main-visual .main-visual-pc-inner {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 50px 0
}

.contents-wrap .main-visual img {
  width: 100%;
  height: auto
}

.contents-wrap .section-title {
  margin: 0 0 20px;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section-title {
    text-align: left
  }
}

.contents-wrap .section-title img.title02 {
  width: auto;
  height: 38px
}

@media screen and (max-width:767px) {
  .contents-wrap .section-title img.title02 {
    width: auto;
    height: 20px
  }
}

.contents-wrap .section-title img.title03 {
  width: auto;
  height: 38px
}

@media screen and (max-width:767px) {
  .contents-wrap .section-title img.title03 {
    width: auto;
    height: 20px
  }
}

.contents-wrap .section-title img.title04 {
  width: auto;
  height: 38px
}

@media screen and (max-width:767px) {
  .contents-wrap .section-title img.title04 {
    width: auto;
    height: 20px
  }
}

.contents-wrap .section-title img.title06 {
  width: auto;
  height: 38px
}

@media screen and (max-width:767px) {
  .contents-wrap .section-title img.title06 {
    width: auto;
    height: 20px
  }
}

.contents-wrap .section-title img.title07 {
  width: auto;
  height: 38px
}

@media screen and (max-width:767px) {
  .contents-wrap .section-title img.title07 {
    width: auto;
    height: 20px
  }
}

.contents-wrap .section-title img.title08 {
  width: auto;
  height: 38px
}

@media screen and (max-width:767px) {
  .contents-wrap .section-title img.title08 {
    width: auto;
    height: 20px
  }
}

.contents-wrap .section-title span {
  display: block;
  padding: 10px 0 0;
  font-size: 1.8rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section-title span {
    padding: 5px 0 0;
    font-size: 1.1rem
  }
}

.contents-wrap .section01 {
  padding: 40px 0 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 {
    padding: 23px 0 0
  }
}

.contents-wrap .section01 .section-inner {
  width: 960px;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .section-inner {
    width: auto;
    padding: 0
  }
}

.contents-wrap .section01 .section-title-wrap {
  margin: 0 0 30px;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .section-title-wrap {
    margin: 0 10px 15px
  }
}

.contents-wrap .section01 .section-title-wrap p:first-child {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .section-title-wrap p:first-child {
    margin: 0 0 5px;
    font-size: 1.2rem
  }
}

.contents-wrap .section01 .section-title-wrap p:nth-child(2) {
  margin: 0 0 10px;
  font-size: 2.8rem;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .section-title-wrap p:nth-child(2) {
    margin: 0 0 10px;
    font-size: 1.4rem
  }
}

.contents-wrap .section01 .section-title-wrap p:last-child {
  margin: 0 0 35px;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.8
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .section-title-wrap p:last-child {
    margin: 0 0 23px;
    font-size: 1.2rem
  }
}

.contents-wrap .section01 .section-title-wrap p:last-child span {
  display: inline-block
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .section-title-wrap p:last-child span {
    display: block;
    letter-spacing: -0.13rem
  }
}

.contents-wrap .section01 .section-title-wrap .section-title {
  margin: 0 0 25px
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .section-title-wrap .section-title {
    margin: 0 0 20px;
    text-align: center
  }
}

@media screen and (max-width:320px) {
  .contents-wrap .section01 .section-title-wrap .section-title {
    font-size: 2rem
  }
}

.contents-wrap .section01 .section-title-wrap .section-title span {
  display: inline;
  font-size: 4rem;
  padding-left: 15px
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .section-title-wrap .section-title span {
    display: block;
    font-size: 2rem;
    padding-left: 0
  }
}

.contents-wrap .section01 .section-title {
  font-size: 4rem;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .section-title {
    font-size: 2rem
  }
}

/* 選ばれるバナー */
.contents-wrap .section01 .banner {
  margin: 0 0 60px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .banner {
    margin: 0 0 30px;
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section01 .banner:hover {
    opacity: 0.7
  }
}

.contents-wrap .section01 .banner a {
  display: block
}

.contents-wrap .section01 .banner img {
  max-width: 700px
}

@media screen and (max-width:767px) {
  .contents-wrap .section01 .banner img {
    max-width: 90%
  }
}

.contents-wrap .section01 .topics-wrap {
  background: #e6dabf;
  padding: 30px 10px
}

@media screen and (min-width:768px) {
  .contents-wrap .section01 .topics-wrap .topics-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 960px;
    margin: 0 auto
  }
}

.contents-wrap .section01 .topics-wrap .topics-title img {
  width: 83px
}

.contents-wrap .section01 .topics-wrap .topics-title+.topics-contents {
  margin-top: 18px
}

@media screen and (min-width:768px) {
  .contents-wrap .section01 .topics-wrap .topics-title {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .contents-wrap .section01 .topics-wrap .topics-title img {
    width: 108px
  }
  .contents-wrap .section01 .topics-wrap .topics-title+.topics-contents {
    margin-top: 0
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section01 .topics-wrap .topics-contents {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 50px
  }
}

.contents-wrap .section01 .topics-wrap .topics-item, .contents-wrap .section01 .topics-wrap .topics-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.contents-wrap .section01 .topics-wrap .topics-item+.topics-item, .contents-wrap .section01 .topics-wrap .topics-item a+.topics-item {
  margin-top: 15px
}

@media screen and (min-width:768px) {
  .contents-wrap .section01 .topics-wrap .topics-item, .contents-wrap .section01 .topics-wrap .topics-item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.contents-wrap .section01 .topics-wrap .topics-item a {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.contents-wrap .section01 .topics-wrap .topics-thumbnail {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px
}

@media screen and (min-width:768px) {
  .contents-wrap .section01 .topics-wrap .topics-thumbnail {
    margin-right: 20px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px
  }
}

.contents-wrap .section01 .topics-wrap .topics-body {
  font-size: 1.2rem;
  line-height: 1.58;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.contents-wrap .section01 .topics-wrap .topics-body dt {
  font-size: 1.1rem
}

.contents-wrap .section01 .topics-wrap .topics-body dt+dd {
  margin-top: 5px
}

@media screen and (min-width:768px) {
  .contents-wrap .section01 .topics-wrap .topics-body {
    font-size: 1.4rem
  }
  .contents-wrap .section01 .topics-wrap .topics-body dt {
    font-size: 1.2rem
  }
}

.contents-wrap .section01 .topics-wrap a .topics-body dd {
  text-decoration: underline
}

@media screen and (min-width:768px) {
  .contents-wrap .section01 .topics-wrap a .topics-body dd:hover {
    text-decoration: none
  }
}

.contents-wrap .section02 {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 {
    width: auto;
    padding: 35px 10px
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .section-title {
    margin: 0 0 10px
  }
}

.contents-wrap .section02 .tab-wrap {
  overflow: hidden;
  margin: 0 0 43px;
  font-size: 0;
  text-align: center;
  border-bottom: 3px solid #9788b3
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap {
    margin: 0 -10px;
    border-bottom: 2px solid #9788b3
  }
}

.contents-wrap .section02 .tab-wrap li {
  float: right;
  display: inline-block;
  width: 50%;
  padding: 15px;
  cursor: pointer;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  background: #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li {
    padding: 12px 10px;
    font-size: 1.2rem
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section02 .tab-wrap li:hover {
    opacity: 0.7
  }
}

.contents-wrap .section02 .tab-wrap li:first-child {
  float: left;
  border-left: none;
  border-right: 5px solid #fff
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li:first-child {
    border-right: 2px solid #fff
  }
}

.contents-wrap .section02 .tab-wrap li:first-child span {
  background: url("../img/icon-tab01.png") no-repeat left;
  background-size: 20px auto
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li:first-child span {
    background: url("../img/icon-tab01.png") no-repeat left;
    background-size: 16px auto
  }
}

.contents-wrap .section02 .tab-wrap li:first-child.current span {
  background: url("../img/icon-tab01-2.png") no-repeat left;
  background-size: 20px auto
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li:first-child.current span {
    background: url("../img/icon-tab01-2.png") no-repeat left;
    background-size: 16px auto
  }
}

.contents-wrap .section02 .tab-wrap li:last-child {
  border-left: 5px solid #fff
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li:last-child {
    border-left: 2px solid #fff
  }
}

.contents-wrap .section02 .tab-wrap li:last-child span {
  background: url("../img/icon-tab02.png") no-repeat left;
  background-size: 20px auto
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li:last-child span {
    background: url("../img/icon-tab02.png") no-repeat left;
    background-size: 15px auto
  }
}

.contents-wrap .section02 .tab-wrap li:last-child.current span {
  background: url("../img/icon-tab02-2.png") no-repeat left;
  background-size: 20px auto
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li:last-child.current span {
    background: url("../img/icon-tab02-2.png") no-repeat left;
    background-size: 15px auto
  }
}

.contents-wrap .section02 .tab-wrap li span {
  position: relative;
  padding: 1px 0 1px 30px
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li span {
    padding: 2px 10px 2px 20px
  }
}

.contents-wrap .section02 .tab-wrap li span:after, .contents-wrap .section02 .tab-wrap li span:before {
  position: absolute;
  top: 50%;
  right: -20px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li span:after, .contents-wrap .section02 .tab-wrap li span:before {
    right: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
  }
}

.contents-wrap .section02 .tab-wrap li span:before {
  margin: -1px 0 0;
  border-top: 7px solid #333
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li span:before {
    border-top: 5px solid #333
  }
}

.contents-wrap .section02 .tab-wrap li span:after {
  margin: -3px 0 0;
  border-top: 7px solid #d2d2d2
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li span:after {
    border-top: 5px solid #d2d2d2
  }
}

.contents-wrap .section02 .tab-wrap li.current {
  color: #fff;
  background: #9788b3
}

.contents-wrap .section02 .tab-wrap li.current span:before {
  border-top: 7px solid #fff
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li.current span:before {
    border-top: 5px solid #fff
  }
}

.contents-wrap .section02 .tab-wrap li.current span:after {
  border-top: 7px solid #9788b3
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-wrap li.current span:after {
    border-top: 5px solid #9788b3
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content {
    margin: 10px 0 0
  }
}

.contents-wrap .section02 .tab-content.recommend .col-wrap {
  overflow: hidden
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap {
    display: block;
    width: auto
  }
}

.contents-wrap .section02 .tab-content.recommend .col-wrap .col {
  float: left;
  width: 300px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .col {
    float: none;
    display: table;
    width: 100%;
    background: #f2f1ed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top
  }
}

.contents-wrap .section02 .tab-content.recommend .col-wrap .col:first-child {
  margin: 0 30px 0 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .col:first-child {
    margin: 0
  }
}

.contents-wrap .section02 .tab-content.recommend .col-wrap .col:last-child {
  float: right
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .col:last-child {
    float: none
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .col+.col {
    margin: 10px 0 0
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .col:hover {
    opacity: 0.7
  }
}

.contents-wrap .section02 .tab-content.recommend .col-wrap .col a {
  display: block
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .col a {
    padding: 10px
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .image {
    display: table-cell;
    width: 100px;
    vertical-align: middle
  }
}

.contents-wrap .section02 .tab-content.recommend .col-wrap .content {
  padding: 10px 15px;
  line-height: 1.56;
  background: #f2f1ed
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .content {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
    background: none
  }
}

.contents-wrap .section02 .tab-content.recommend .col-wrap .content .date {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: bold
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .content .date {
    margin: 0 0 5px;
    font-size: 1.5rem
  }
}

.contents-wrap .section02 .tab-content.recommend .col-wrap .content .date span {
  display: block;
  font-size: 1.2rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .content .date span {
    font-size: 1.1rem
  }
}

.contents-wrap .section02 .tab-content.recommend .col-wrap .content .name {
  font-size: 1.6rem;
  line-height: 1.5
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.recommend .col-wrap .content .name {
    font-size: 1.4rem;
    line-height: 1.7;
    text-decoration: underline
  }
}

.contents-wrap .section02 .tab-content.calendar {
  display: none
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar {
    margin: 0 -10px 20px;
    padding: 30px 0 0
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap {
  overflow: hidden
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap {
    display: block;
    width: auto
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .col {
  float: left;
  width: 300px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .col {
    overflow: hidden;
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 20px 10px;
    background: #f2f1ed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .col:nth-child(3n+1) {
  clear: both;
  margin: 0 30px 30px 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .col:nth-child(3n+1) {
    margin: 0 auto 10px
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .col:nth-child(3n+3) {
  float: right;
  margin: 0 0 30px
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .col:nth-child(3n+3) {
    float: none;
    margin: 0 auto 10px
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .image {
    float: left;
    width: 100px;
    padding: 0 10px 0 0;
    vertical-align: top
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content {
  position: relative;
  padding: 15px 20px 140px;
  line-height: 1.56;
  background: #f2f1ed
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .content {
    height: auto!important;
    padding: 0;
    vertical-align: middle;
    background: none
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .content .right-col {
    float: right;
    width: 60%;
    width: calc(100% - 110px)
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content .fair-date {
  margin: 0 0 5px;
  font-size: 1.4rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .content .fair-date {
    font-size: 1rem
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content .fair-date span {
  display: block;
  font-size: 1.2rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .content .fair-date span {
    font-size: 1.1rem
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content .fair-text {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .content .fair-text {
    margin: 0 0 5px;
    font-size: 1.2rem
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content .fair-name {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.5
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .content .fair-name {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.7
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content .fair-time {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 1.2rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .content .fair-time {
    margin: 0;
    font-size: 1rem
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content .link {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .content .link {
    clear: both;
    margin: 0 0 15px;
    padding: 15px 0 0;
    font-size: 1.2rem
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content .link a {
  text-decoration: underline
}

@media screen and (min-width:768px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .content .link a:hover {
    text-decoration: none
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content .link span {
  padding: 1px 20px 1px 0;
  background: url("../img/arrow-right01.png") no-repeat right;
  background-size: 14px auto
}

@media screen and (min-width:768px) {
  .contents-wrap .section02 .tab-content.calendar .col-wrap .content .btn-wrap {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 250px;
    margin: 0 0 0 -125px
  }
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content .btn-wrap .btn {
  width: 250px;
  margin: 0 auto
}

.contents-wrap .section02 .tab-content.calendar .col-wrap .content .btn-wrap .btn a {
  padding: 9px 0;
  font-size: 1.4rem
}

.contents-wrap .section02 .tab-content.calendar .month-wrap {
  text-align: center
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul {
  overflow: hidden
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .month-wrap ul {
    margin: 0 10px
  }
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .next, .contents-wrap .section02 .tab-content.calendar .month-wrap ul .prev {
  position: relative;
  color: #999;
  font-size: 1.4rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .month-wrap ul .next, .contents-wrap .section02 .tab-content.calendar .month-wrap ul .prev {
    font-size: 1rem
  }
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .next:after, .contents-wrap .section02 .tab-content.calendar .month-wrap ul .next:before, .contents-wrap .section02 .tab-content.calendar .month-wrap ul .prev:after, .contents-wrap .section02 .tab-content.calendar .month-wrap ul .prev:before {
  position: absolute;
  top: 50%;
  margin: -5px 0 0;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .next a, .contents-wrap .section02 .tab-content.calendar .month-wrap ul .prev a {
  color: #333
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .prev {
  float: left;
  padding: 0 0 0 15px
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .prev:before {
  left: 0;
  border-right: 6px solid #999
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .prev.active:before {
  border-right: 6px solid #333
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .prev:after {
  left: 2px;
  border-right: 6px solid #fff
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .next {
  float: right;
  padding: 0 15px 0 0
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .next:before {
  right: 0;
  border-left: 6px solid #999
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .next.active:before {
  border-left: 6px solid #333
}

.contents-wrap .section02 .tab-content.calendar .month-wrap ul .next:after {
  right: 2px;
  border-left: 6px solid #fff
}

.contents-wrap .section02 .tab-content.calendar .month-wrap .now {
  position: relative;
  display: inline-block;
  top: -35px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .month-wrap .now {
    top: -26px;
    font-size: 1.4rem
  }
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr.days {
  font-size: 1.4rem;
  text-align: center;
  background: #ebeae5
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .calendar-table tr.days {
    font-size: 1.2rem;
    background: #a194bb
  }
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr.days th {
  padding: 5px 0;
  border-left: 1px solid #fff
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr.days th:first-child {
  border-left: none
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr.days th.holiday {
  background: #ecc8c7
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td {
  padding: 20px 35px;
  font-size: 1.8rem;
  color: #999;
  text-align: center;
  background: #f8f8f6;
  border-left: 1px solid #fff
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .calendar-table tr td {
    padding: 15px 10px;
    font-size: 1.4rem
  }
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td:first-child {
  border-left: none
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td.active {
  padding: 0
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td.checked {
  background: #4ca3d5
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td.checked span {
  color: #fff
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td label {
  display: block;
  padding: 20px 35px;
  cursor: pointer
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .calendar-table tr td label {
    padding: 15px 10px
  }
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td label span {
  color: #000;
  text-decoration: underline
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td.saturday {
  color: #aabac9
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td.saturday label span {
  color: #387bc0
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td.holiday {
  color: #cdacb8
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td.holiday label span {
  color: #cc4071
}

.contents-wrap .section02 .tab-content.calendar .calendar-table tr td input {
  position: absolute;
  z-index: -1
}

.contents-wrap .section02 .tab-content.calendar .btn-wrap p {
  margin: 0 0 10px;
  font-size: 1.5rem;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .btn-wrap p {
    font-size: 1.2rem
  }
}

.contents-wrap .section02 .tab-content.calendar .btn {
  width: 400px;
  margin: 0 auto 75px
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .btn {
    width: 250px;
    margin: 0 auto
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .fair-wrap {
    padding: 50px 0 0
  }
}

.contents-wrap .section02 .tab-content.calendar .fair-wrap+.fair-wrap {
  margin: 75px 0 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .fair-wrap+.fair-wrap {
    margin: 0;
    padding: 50px 0 0
  }
}

.contents-wrap .section02 .tab-content.calendar .fair-wrap .title {
  margin: 0 0 20px;
  font-size: 1.6rem;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .fair-wrap .title {
    margin: 0 0 10px;
    font-size: 1.2rem
  }
}

.contents-wrap .section02 .tab-content.calendar .fair-wrap .title .date {
  font-weight: bold;
  font-size: 2.4rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .fair-wrap .title .date {
    font-size: 1.6rem
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .tab-content.calendar .fair-wrap .col-wrap {
    padding: 0 10px
  }
}

.contents-wrap .section02 .btn-wrap {
  margin: 30px 0 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .btn-wrap {
    margin: 15px 0 0
  }
}

.contents-wrap .section02 .btn-wrap p {
  margin: 0 0 10px;
  font-size: 1.5rem;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .btn-wrap p {
    font-size: 1.4rem
  }
}

.contents-wrap .section02 .btn {
  clear: both;
  width: 400px;
  margin: 0 auto;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .btn {
    width: 250px
  }
}

.contents-wrap .section02 .btn a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #9788b3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  padding: 15px 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .btn a {
    font-size: 1.4rem
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section02 .btn a:hover {
    opacity: 0.7
  }
}

.contents-wrap .section02 .btn a:after, .contents-wrap .section02 .btn a:before {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.contents-wrap .section02 .btn a:before {
  right: 20px;
  border-left: 6px solid #fff
}

.contents-wrap .section02 .btn a:after {
  right: 22px;
  border-left: 6px solid #9788b3
}

.contents-wrap .section02 .recommend-plan-wrap {
  margin: 30px 0 0;
  padding: 1px;
  background: #fff;
  border: 2px solid #e6dabf
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap {
    margin: 15px 0 0
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section02 .recommend-plan-wrap:hover .inner .btn span, .contents-wrap .section02 .recommend-plan-wrap:hover .inner .image {
    opacity: 0.7
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner {
  display: table;
  width: 100%;
  border: 1px solid #e6dabf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner {
    display: block
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner .col {
  display: table-cell;
  vertical-align: middle
}

.contents-wrap .section02 .recommend-plan-wrap .inner>.col {
  width: 295px;
  font-size: 2.2rem;
  text-align: center;
  background: #e6dabf;
  border-right: 1px solid #e6dabf
}

@media screen and (max-width:1150px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner>.col {
    width: 21%;
    padding: 0 10px
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner>.col {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1.4rem
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner>.col p {
  display: inline-block;
  text-align: left;
  font-weight: bold
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner>.col p {
    display: block;
    text-align: center
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner .recommend-plan-body {
    position: relative;
    display: table;
    width: 100%;
    padding: 10px 10px 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner .image {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner .image {
    display: block;
    width: 100px;
    height: 100px
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner .image img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area {
  padding: 20px 30px
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner .text-area {
    display: table-cell;
    padding: 0 0 0 10px
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area p {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner .text-area p {
    margin: 0 0 5px;
    font-size: 1.4rem;
    line-height: 1.2
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area dl dt {
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: bold
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner .text-area dl dt {
    margin: 0 0 5px;
    font-size: 1.4rem
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area dl dd {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.7
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner .text-area dl dd {
    margin: 0;
    font-size: 1.1rem
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn {
  width: 250px;
  margin: 0 auto;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn {
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin: 0 0 0 -125px
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn span {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #9788b3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  color: #333;
  padding: 15px 0;
  background: #e6dabf
}

@media screen and (max-width:767px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn span {
    font-size: 1.4rem
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn span:hover {
    opacity: 0.7
  }
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn span:after, .contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn span:before {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn span:before {
  right: 20px;
  border-left: 6px solid #fff
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn span:after {
  right: 22px;
  border-left: 6px solid #9788b3
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn span:before {
  right: 20px;
  border-left: 6px solid #333
}

.contents-wrap .section02 .recommend-plan-wrap .inner .text-area .btn span:after {
  right: 22px;
  border-left: 6px solid #e6dabf
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .section-title {
    margin: 0 10px 10px
  }
}

.contents-wrap .section03 .space-wrap {
  padding: 30px 0 0;
  background: url("../img/top/bg-space01.jpg") no-repeat;
  background-size: cover
}

.contents-wrap .section03 .space-inner {
  overflow: hidden;
  width: 1170px;
  margin: 0 auto
}

@media screen and (max-width:1150px) {
  .contents-wrap .section03 .space-inner {
    width: 960px
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space-inner {
    width: auto
  }
}

.contents-wrap .section03 .space {
  margin: 0 0 30px
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space {
    margin: 0 10px 15px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2)
  }
}

.contents-wrap .section03 .space a {
  overflow: hidden;
  display: block
}

@media screen and (min-width:768px) {
  .contents-wrap .section03 .space a:hover .image img, .contents-wrap .section03 .space a:hover .sub-image img {
    opacity: 0.7
  }
}

.contents-wrap .section03 .space .left-col {
  float: left
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .left-col {
    float: none
  }
}

.contents-wrap .section03 .space .right-col {
  float: right
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .right-col {
    float: none
  }
}

.contents-wrap .section03 .space .image {
  width: 810px;
  background: #fff
}

@media screen and (max-width:1150px) {
  .contents-wrap .section03 .space .image {
    width: 70%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .image {
    width: auto
  }
}

.contents-wrap .section03 .space .image img {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (max-width:1150px) {
  .contents-wrap .section03 .space .image img {
    max-width: none
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .image img {
    max-width: 100%
  }
}

.contents-wrap .section03 .space .text-area {
  position: relative;
  width: 360px;
  height: 607px;
  background: #fff
}

@media screen and (max-width:1150px) {
  .contents-wrap .section03 .space .text-area {
    width: 30%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .text-area {
    width: auto;
    height: auto
  }
}

.contents-wrap .section03 .space .text-area dl {
  position: relative;
  padding: 80px 0 80px 27px
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .text-area dl {
    padding: 18px 10px;
    font-size: 0;
    line-height: 1
  }
}

.contents-wrap .section03 .space .text-area dl:after, .contents-wrap .section03 .space .text-area dl:before {
  position: absolute;
  top: 50%;
  margin: -5px 0 0;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.contents-wrap .section03 .space .text-area dl:before {
  right: 20px;
  border-left: 6px solid #333
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .text-area dl:before {
    right: 10px
  }
}

.contents-wrap .section03 .space .text-area dl:after {
  right: 22px;
  border-left: 6px solid #fff
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .text-area dl:after {
    right: 12px
  }
}

.contents-wrap .section03 .space .text-area dt {
  margin: 0 0 15px
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .text-area dt {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    line-height: 18px;
    vertical-align: middle;
    border-right: 1px solid #333
  }
}

.contents-wrap .section03 .space .text-area dt img.text01 {
  vertical-align: middle;
  height: 34px
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .text-area dt img.text01 {
    width: auto;
    height: 15px
  }
}

.contents-wrap .section03 .space .text-area dt img.text02 {
  vertical-align: middle;
  height: 42px
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .text-area dt img.text02 {
    width: auto;
    height: 19px
  }
}

.contents-wrap .section03 .space .text-area dt img.text03 {
  vertical-align: middle;
  height: 34px
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .text-area dt img.text03 {
    width: auto;
    height: 15px
  }
}

.contents-wrap .section03 .space .text-area dd {
  padding: 0 25px 0 0;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .text-area dd {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 18px;
    padding: 0 10px 0 0;
    vertical-align: middle
  }
}

@media screen and (max-width:320px) {
  .contents-wrap .section03 .space .text-area dd {
    font-size: 1rem
  }
}

.contents-wrap .section03 .space .text-area dd .break {
  display: block
}

.contents-wrap .section03 .space .sub-image {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  background: #fff
}

@media screen and (max-width:767px) {
  .contents-wrap .section03 .space .sub-image {
    display: none
  }
}

.contents-wrap .section03 .space .sub-image img {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.contents-wrap .section04 {
  padding: 80px 0 50px
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 {
    padding: 35px 0 0
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .section-title {
    margin: 0 10px 10px
  }
}

.contents-wrap .section04 .col-wrap {
  overflow: hidden;
  width: 1300px;
  margin: 0 auto
}

@media screen and (max-width:1400px) {
  .contents-wrap .section04 .col-wrap {
    width: 960px
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .col-wrap {
    width: auto
  }
}

.contents-wrap .section04 .col-wrap .col a {
  display: block;
  width: 625px;
  padding: 180px 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (max-width:1400px) {
  .contents-wrap .section04 .col-wrap .col a {
    width: 48%;
    padding: 11.2% 0
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .col-wrap .col a {
    width: 100%;
    padding: 23.7% 0
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section04 .col-wrap .col a:hover {
    opacity: 0.7
  }
}

.contents-wrap .section04 .col-wrap .col:first-child a {
  float: left;
  margin: 0 50px 0 0;
  background: url("../img/top/section04-image01.jpg") no-repeat;
  background-size: 100% auto
}

@media screen and (max-width:1400px) {
  .contents-wrap .section04 .col-wrap .col:first-child a {
    margin: 0
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .col-wrap .col:first-child a {
    float: none;
    margin: 0 0 2px
  }
}

.contents-wrap .section04 .col-wrap .col:last-child a {
  float: right;
  background: url("../img/top/section04-image02.jpg") no-repeat;
  background-size: 100% auto
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .col-wrap .col:last-child a {
    float: none
  }
}

.contents-wrap .section04 .col-wrap .col .text-area {
  width: 270px;
  margin: 0 auto;
  padding: 2px;
  background: #fff;
  border: 2px solid #e6dabf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .col-wrap .col .text-area {
    width: 180px
  }
}

.contents-wrap .section04 .col-wrap .col .text-area dl {
  padding: 21px 0;
  text-align: center;
  border: 1px solid #e6dabf
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .col-wrap .col .text-area dl {
    padding: 20px 0
  }
}

.contents-wrap .section04 .col-wrap .col .text-area dt {
  margin: 0 0 15px
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .col-wrap .col .text-area dt {
    margin: 0 0 10px
  }
}

.contents-wrap .section04 .col-wrap .col .text-area dt img.text-area01 {
  height: 22px;
  width: auto
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .col-wrap .col .text-area dt img.text-area01 {
    height: 14px
  }
}

.contents-wrap .section04 .col-wrap .col .text-area dt img.text-area02 {
  height: 22px;
  width: auto
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .col-wrap .col .text-area dt img.text-area02 {
    height: 14px
  }
}

.contents-wrap .section04 .col-wrap .col .text-area dd {
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section04 .col-wrap .col .text-area dd {
    font-size: 1rem
  }
}

.contents-wrap .section04 .col-wrap .col .text-area dd span {
  position: relative;
  padding: 0 0 0 15px
}

.contents-wrap .section04 .col-wrap .col .text-area dd span:after, .contents-wrap .section04 .col-wrap .col .text-area dd span:before {
  position: absolute;
  content: "";
  top: 50%;
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.contents-wrap .section04 .col-wrap .col .text-area dd span:before {
  left: 0;
  border-left: 6px solid #333
}

.contents-wrap .section04 .col-wrap .col .text-area dd span:after {
  left: -2px;
  margin: -5px 0 0;
  border-left: 6px solid #fff
}

/* section05 youtube*/
.section05 .for_pc {
  display: block;
}

.section05 .for_sp {
  display: none;
}

@media screen and (max-width:767px) {
  .section05 .for_sp {
    display: block;
  }
  .section05 .for_pc {
    display: none;
  }
}

.section05 .main-contents{
  width: 1170px;
  position: relative;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .section05 .main-contents{
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
  }
}

.catch-wrap{
  min-width: 10px;
    min-height: 10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    font-size: 1.6rem

}
@media screen and (max-width:767px) {
  .catch-wrap{
    min-width: 10px;
      min-height: 10px;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start;
      position: absolute;
      top: 0%;
      margin-top: 0px;
      right: 0;
      font-size: 1rem
  
  }
}

.image-wrapper {
  /* padding: 15px; */
  text-align-last: left;
}
@media screen and (max-width:767px) {
  .image-wrapper {
    padding: 10px;
    text-align-last: left;
  }
}

.image-wrapper p{
  padding: 15px 0 0;
}
@media screen and (max-width:767px) {
  .image-wrapper p{
    padding: 5px 0;
  }
}

.image-wrapper img{
  width: 70%;
}

.contents-wrap .section05 {
  padding: 60px 0;
  background: #e6dabf;
}


@media screen and (max-width:767px) {
  .contents-wrap .section05 {
    padding: 35px 10px
  }
}

/* .contents-wrap .section05 {
  padding: 60px 0;
  background: #e6dabf;
}

@media screen and (max-width:767px) {
  .contents-wrap .section05 {
    padding: 35px 0
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section05 .section-title {
    margin: 0 10px 10px
  }
}

.contents-wrap .section05 .col-wrap {
  overflow: hidden;
  width: 960px;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .contents-wrap .section05 .col-wrap {
    width: 90%
  }
}

.contents-wrap .section05 .col-wrap .youtube {
  width: 700px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .contents-wrap .section05 .col-wrap .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0;
  }
  .contents-wrap .section05 .col-wrap .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.contents-wrap .section05 .btn {
  width: 400px;
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents-wrap .section05 .btn {
    width: 250px;
    margin: 20px auto 0;
  }
}

.contents-wrap .section05 .btn a {
  padding: 15px 0;
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #9788b3;
  transition: opacity .3s ease;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .contents-wrap .section05 .btn a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .contents-wrap .section05 .btn a:hover {
    opacity: .7;
  }
}

.contents-wrap .section05 .btn a:before, .contents-wrap .section05 .btn a:after {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.contents-wrap .section05 .btn a:before {
  right: 20px;
  border-left: 6px solid #fff;
}

.contents-wrap .section05 .btn a:after {
  right: 22px;
  border-left: 6px solid #9788b3;
} */

/* section06 */
.contents-wrap .section06 {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section06 {
    width: auto;
    padding: 35px 0
  }
}

.contents-wrap .section06 a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

@media screen and (min-width:768px) {
  .contents-wrap .section06 a:hover {
    opacity: 0.7
  }
}

.contents-wrap .section06 .section-title {
  margin: 0 10px 15px
}

@media screen and (max-width:767px) {
  .contents-wrap .section06 .section-title {
    margin: 0 10px 10px
  }
}

.contents-wrap .section06 .post {
  overflow: hidden;
  position: relative;
  padding: 20px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2
}

@media screen and (max-width:767px) {
  .contents-wrap .section06 .post {
    padding: 10px
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section06 .post-row a {
    display: table;
    width: 100%
  }
}

.contents-wrap .section06 .post .image {
  float: left;
  width: 140px;
  margin: 0 20px 0 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section06 .post .image {
    float: none;
    display: table-cell;
    width: 100px;
    vertical-align: middle
  }
}

.contents-wrap .section06 .post ul {
  float: left;
  width: 490px;
  line-height: 1.56
}

@media screen and (max-width:767px) {
  .contents-wrap .section06 .post ul {
    display: table-cell;
    width: auto;
    padding: 0 0 0 10px;
    vertical-align: middle
  }
}

.contents-wrap .section06 .post ul li {
  font-size: 1.4rem;
  line-height: 1.5
}

@media screen and (max-width:767px) {
  .contents-wrap .section06 .post ul li {
    font-size: 1.1rem;
    line-height: 1.7
  }
}

.contents-wrap .section06 .post ul li.title {
  text-decoration: underline
}

.contents-wrap .section06 .post ul li.title:hover {
  text-decoration: none
}

.contents-wrap .section06 .post .btn {
  position: absolute;
  top: 50%;
  right: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:767px) {
  .contents-wrap .section06 .post .btn {
    position: static;
    top: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.contents-wrap .section06 .post .btn a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #9788b3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  width: 250px;
  padding: 8px 0;
  background: #9788b3;
  color: #fff
}

@media screen and (max-width:767px) {
  .contents-wrap .section06 .post .btn a {
    font-size: 1.4rem
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section06 .post .btn a:hover {
    opacity: 0.7
  }
}

.contents-wrap .section06 .post .btn a:after, .contents-wrap .section06 .post .btn a:before {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.contents-wrap .section06 .post .btn a:before {
  right: 20px;
  border-left: 6px solid #fff
}

.contents-wrap .section06 .post .btn a:after {
  right: 22px;
  border-left: 6px solid #9788b3
}

@media screen and (max-width:767px) {
  .contents-wrap .section06 .post .btn a {
    margin: 10px auto 0;
    padding: 15px 0
  }
}

.contents-wrap .section06 .post .btn a:before {
  border-left: 6px solid #fff
}

.contents-wrap .section06 .post .btn a:after {
  border-left: 6px solid #9788b3
}

.contents-wrap .section07 {
  padding: 80px 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 {
    padding: 35px 0 0
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 .section-title {
    margin: 0 10px 10px
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 .section-title img {
    height: 20px;
    width: auto
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 .section-inner {
    padding: 15px 0;
    background: #e6dabf
  }
}

.contents-wrap .section07 .bx-viewport {
  height: 160px!important
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 .bx-viewport {
    height: 140px!important
  }
}

.contents-wrap .section07 .slide-wrap {
  overflow: hidden;
  height: 160px;
  margin: 0 0 20px;
  padding: 20px 0;
  background: #e6dabf
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 .slide-wrap {
    margin: 0;
    padding: 20px 0 0
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 .slide {
    overflow: hidden
  }
}

.contents-wrap .section07 .slide div:nth-child(4+3n) {
  clear: both
}

.contents-wrap .section07 .slide div img {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media screen and (min-width:768px) {
  .contents-wrap .section07 .slide div img:hover {
    opacity: 0.7
  }
}

.contents-wrap .section07 .btn {
  width: 450px;
  margin: 0 auto;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 .btn {
    width: 250px
  }
}

.contents-wrap .section07 .btn a {
  position: relative;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 1.4rem;
  background: #9788b3;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 3px
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 .btn a {
    padding: 10px 0 10px 40px;
    /* color: #333;
    font-size: 1.2rem;
    background: #fff */
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section07 .btn a:hover {
    opacity: 0.7
  }
}

.contents-wrap .section07 .btn a:after, .contents-wrap .section07 .btn a:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.contents-wrap .section07 .btn a:before {
  right: 10px;
  width: 6px;
  height: 5px;
  margin: 1px 0 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff
}

/* @media screen and (max-width:767px) {
  .contents-wrap .section07 .btn a:before {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333
  }
} */

.contents-wrap .section07 .btn a:after {
  right: 12px;
  width: 7px;
  height: 6px;
  margin: -2px 0 0;
  border: 1px solid #fff;
  border-top: 2px solid #fff
}

/* @media screen and (max-width:767px) {
  .contents-wrap .section07 .btn a:after {
    border: 1px solid #333;
    border-top: 2px solid #333
  }
} */

@media screen and (max-width:767px) {
  .contents-wrap .section07 .btn a span {
    text-align: left
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 .btn a span:not(.inner) {
    display: block;
    font-size: 1rem
  }
}

.contents-wrap .section07 .btn a span.inner {
  padding: 3px 0 3px 30px;
  background: url("../img/icon-sns07.png") no-repeat left;
  background-size: 20px auto
}

@media screen and (max-width:767px) {
  .contents-wrap .section07 .btn a span.inner {
    display: block;
    /* background: url("../img/icon-sns06.png") no-repeat left; */
    background-size: 20px auto
  }
}

.contents-wrap .section08 {
  margin: 0 0 60px;
  background: #f6f6f6
}

.contents-wrap .section08 iframe {
  vertical-align: top
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 {
    margin: 0 0 15px;
    background: none
  }
}

.contents-wrap .section08 .section-inner {
  display: table;
  width: 1300px;
  margin: 0 auto
}

@media screen and (max-width:1300px) {
  .contents-wrap .section08 .section-inner {
    width: 100%;
    margin: 0
  }
}

.contents-wrap .section08 .map-area {
  display: table-cell;
  width: 810px;
  vertical-align: middle
}

@media screen and (max-width:1400px) {
  .contents-wrap .section08 .map-area {
    width: 62.3%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .map-area {
    display: none
  }
}

.contents-wrap .section08 .map-area .map-parent {
  position: relative;
  width: 100%
}

.contents-wrap .section08 .text-area {
  display: table-cell;
  width: 490px;
  padding: 30px 0 0;
  text-align: center;
  vertical-align: middle
}

@media screen and (max-width:1400px) {
  .contents-wrap .section08 .text-area {
    width: 37.69%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area {
    float: none;
    display: block;
    width: auto;
    padding: 35px 0 0
  }
}

.contents-wrap .section08 .text-area .section-title {
  position: relative;
  margin: 0 0 25px
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .section-title {
    margin: 0 10px 20px
  }
  .contents-wrap .section08 .text-area .section-title img {
    max-width: 105px
  }
}

.contents-wrap .section08 .text-area .section-title .app {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  padding: 7px 0 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .section-title .app {
    display: block
  }
}

.contents-wrap .section08 .text-area .section-title .app a {
  text-decoration: underline
}

.contents-wrap .section08 .text-area .map-parent {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: none
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .map-parent {
    display: block
  }
}

.contents-wrap .section08 .text-area .map {
  display: none
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .map {
    display: block;
    margin: 0 0 30px
  }
}

.contents-wrap .section08 .text-area .logo {
  margin: 0 auto 25px;
  width: 180px;
  padding: 20px
}

.contents-wrap .section08 .text-area .logo img {
  max-width: 180px
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .logo img {
    max-width: 180px
  }
}

.contents-wrap .section08 .text-area .logo span {
  display: block;
  margin: 10px 0 0
}

.contents-wrap .section08 .text-area .text {
  padding: 0 10px 20px;
  line-height: 1.5
}

.contents-wrap .section08 .text-area .text p:first-child {
  font-weight: bold
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .text {
    line-height: 1.7
  }
}

.contents-wrap .section08 .text-area .text p {
  font-size: 1.4rem;
  line-height: 1.6
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .text p {
    font-size: 1rem
  }
}

.contents-wrap .section08 .text-area .text p+p {
  margin: 10px 0 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .text p+p {
    margin: 5px 0 0
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .text p.link {
    font-size: 1.3rem
  }
}

.contents-wrap .section08 .text-area .text p.link a {
  text-decoration: underline
}

@media screen and (min-width:768px) {
  .contents-wrap .section08 .text-area .text p.link a:hover {
    text-decoration: none
  }
}

.contents-wrap .section08 .text-area .text p.link span {
  padding: 1px 20px 1px 0;
  background: url("../img/arrow-right01.png") no-repeat right;
  background-size: 14px auto
}

.contents-wrap .section08 .text-area .text_last {
  padding: 0 10px 20px;
  line-height: 1.5
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .text_last {
    line-height: 1.7
  }
}

.contents-wrap .section08 .text-area .text_last p {
  font-size: 1.4rem;
  line-height: 1.6
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .text_last p {
    font-size: 1rem
  }
}

.contents-wrap .section08 .text-area .text_last p+p {
  margin: 10px 0 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .text_last p+p {
    margin: 5px 0 0
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section08 .text-area .text_last p.link {
    font-size: 1.3rem
  }
}

.contents-wrap .section08 .text-area .text_last p.link a {
  text-decoration: underline
}

@media screen and (min-width:768px) {
  .contents-wrap .section08 .text-area .text_last p.link a:hover {
    text-decoration: none
  }
}

.contents-wrap .section08 .text-area .text_last p.link span {
  padding: 1px 20px 1px 0;
  background: url("../img/arrow-right01.png") no-repeat right;
  background-size: 14px auto
}

.win .tab-wrap li {
  line-height: 1
}

.win .contents-wrap .section01 .section-title {
  -webkit-text-stroke: 0.2px #000
}

.contents-wrap .section_title {
  text-align: center;
  margin: 0 auto 25px auto
}

.contents-wrap .section_lead {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif
}

@media screen and (max-width:767px) {
  .contents-wrap .section_lead {
    font-size: 1.8rem
  }
  .contents-wrap .section_lead span {
    display: block
  }
}

.contents-wrap .section_text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  width: 765px;
  margin: 0 auto 30px
}

.contents-wrap .section_text i {
  font-style: normal
}

@media screen and (max-width:767px) {
  .contents-wrap .section_text {
    width: 100%;
    padding: 0 20px;
    font-size: 1.8rem
  }
  .contents-wrap .section_text span {
    display: block
  }
  .contents-wrap .section_text i {
    margin-top: 15px;
    display: block;
    text-align: center
  }
}

.contents-wrap .section_text.section_pc {
  margin-top: 30px
}

@media screen and (max-width:767px) {
  .contents-wrap .section_text.section_pc {
    display: none
  }
}

.contents-wrap .section_text.section_sp {
  display: none
}

@media screen and (max-width:767px) {
  .contents-wrap .section_text.section_sp {
    margin: 30px 0 0 0;
    padding: 0 20px;
    display: block
  }
}

.contents-wrap .section_img {
  margin-bottom: 30px
}

.contents-wrap .section_img_center {
  text-align: center;
  margin-bottom: 30px
}

.contents-wrap .sec02 {
  width: 1300px;
  margin: 0 auto 100px;
  padding-top: 55px;
  text-align: center
}

.contents-wrap .sec02 .section_text {
  font-size: 1.6rem;
  text-align: left;
  width: 480px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width:1300px) {
  .contents-wrap .sec02 {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .sec02 {
    margin: 0 auto 30px
  }
  .contents-wrap .sec02 .section_text {
    font-size: 1.4rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .contents-wrap .sec02 .section_title img {
    width: 156px
  }
}

.contents-wrap .sec02 .section_img_left {
  text-align: left
}

@media screen and (max-width:767px) {
  .contents-wrap .sec02 .section_img_left {
    margin: 0px
  }
}

.contents-wrap .sec02 .section_img_right {
  text-align: right;
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .contents-wrap .sec02 .section_img_right {
    margin: 0px
  }
}

.contents-wrap .sec03 {
  width: 1300px;
  margin: 0 auto 100px;
  padding-top: 55px
}

@media screen and (max-width:1300px) {
  .contents-wrap .sec03 {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .sec03 {
    margin: 0 auto 30px
  }
  .contents-wrap .sec03 .section_title img {
    width: 115px
  }
  .contents-wrap .sec03 .section_text {
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left
  }
  .contents-wrap .sec03 .section_text br {
    display: none
  }
}

.contents-wrap .sec04 {
  width: 1300px;
  margin: 0 auto 100px;
  padding-top: 55px
}

@media screen and (max-width:1300px) {
  .contents-wrap .sec04 {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .sec04 {
    margin: 0 auto 30px;
    text-align: center
  }
  .contents-wrap .sec04 .section_title img {
    width: 126px
  }
  .contents-wrap .sec04 .section_text {
    font-size: 1.4rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.contents-wrap .sec05 {
  width: 1300px;
  margin: 0 auto 100px;
  padding-top: 55px
}

@media screen and (max-width:1300px) {
  .contents-wrap .sec05 {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .sec05 {
    margin: 0 auto 30px
  }
  .contents-wrap .sec05 .section_title img {
    width: 150px
  }
}

.contents-wrap .sec05 .section_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #f9f6ef;
  width: 1170px;
  margin: 0 auto 30px
}

.contents-wrap .sec05 .section_inner+.section_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media screen and (max-width:767px) {
  .contents-wrap .sec05 .section_inner {
    display: block;
    width: 100%;
    margin: 0
  }
}

.contents-wrap .sec05 .section_inner_img {
  width: 700px
}

@media screen and (max-width:767px) {
  .contents-wrap .sec05 .section_inner_img {
    width: 100%
  }
  .contents-wrap .sec05 .section_inner_img img {
    width: 100%
  }
}

.contents-wrap .sec05 .section_inner_cts {
  width: 470px;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8
}

@media screen and (max-width:767px) {
  .contents-wrap .sec05 .section_inner_cts {
    width: 100%;
    padding: 35px 20px 45px
  }
  .contents-wrap .sec05 .section_inner_cts p {
    font-size: 1.4rem;
    line-height: 1.8
  }
}

.contents-wrap .sec05 .section_inner_cts p:last-child {
  text-align: center;
  padding-top: 40px;
  margin-top: 30px;
  border-top: 1px solid #c0a35f
}

.contents-wrap .sec05 .section_inner_cts p:last-child span {
  font-size: 2rem
}

.contents-wrap .sec06 {
  width: 1300px;
  margin: 0 auto 100px;
  padding-top: 55px
}

.contents-wrap .sec06 .section_text {
  width: auto
}

@media screen and (max-width:1300px) {
  .contents-wrap .sec06 {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .sec06 {
    margin: 0 auto 30px
  }
  .contents-wrap .sec06 .section_title img {
    width: 121px
  }
  .contents-wrap .sec06 .section_text {
    font-size: 1.4rem;
    text-align: left;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.contents-wrap .sec06 .section_img_wrap {
  width: 960px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:767px) {
  .contents-wrap .sec06 .section_img_wrap {
    width: calc(100% - 40px);
    display: block;
    margin: 0 20px
  }
  .contents-wrap .sec06 .section_img_wrap .section_img_item {
    width: 100%
  }
  .contents-wrap .sec06 .section_img_wrap .section_img_item img {
    width: 100%
  }
  .contents-wrap .sec06 .section_img_wrap .section_img_item+.section_img_item {
    margin-top: 10px
  }
}

.contents-wrap .sec07 {
  width: 1300px;
  margin: 0 auto 100px;
  padding-top: 55px
}

@media screen and (max-width:1300px) {
  .contents-wrap .sec07 {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .sec07 {
    margin: 0 auto 50px
  }
  .contents-wrap .sec07 .section_title img {
    width: 215px
  }
  .contents-wrap .sec07 .section_text {
    font-size: 1.4rem;
    text-align: left;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.contents-wrap .sec_sns {
  display: none
}

@media screen and (max-width:767px) {
  .contents-wrap .sec_sns {
    display: block;
    margin: 0 auto 50px;
    padding: 20px 0;
    background: #f9f6ef;
    text-align: center;
    font-size: 1.4rem
  }
  .contents-wrap .sec_sns .sns_title {
    padding-bottom: 10px
  }
  .contents-wrap .sec_sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .contents-wrap .sec_sns ul li:first-child {
    margin-right: 15px
  }
}
@media screen and (max-width:767px) {
  .section-title-wrap span {
    display: block;
  }
}

/* PCとSPの表示切り替え定義 */
@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* ドレスバナー */
.dress-banner {
  width: 100%;
  margin: 50px 0 0;
}
.dress-banner:hover {
  opacity: 0.7
}
@media screen and (max-width:767px) {
  .dress-banner {
    margin: 30px 0 0;
  }
}

/* スタイル別アイコン */
.contents-wrap .section09 {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media screen and (max-width:767px) {
  .contents-wrap .section09 {
    width: auto;
    padding: 35px 10px 0;
  }
}
.style_icon {
  text-align: center;
  margin: 30px 0 0;
}
.style_icon p {
  text-align: center;
  font-size: 1.6rem;
  margin: 30px 0;
  line-height: 1.7;
}
.style_icon img {
  width: 120px;
}
.style_icon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:flex-end;
}
.style_icon li {
  list-style: none;
  margin: 0 20px;
}
.style_icon img:hover {
  opacity: 0.7
}
.contents-wrap .section-title img {
  width: auto;
  height: 38px
}
@media screen and (max-width:767px) {
  .style_icon {
    margin: 0;
  }
  .style_icon p {
    text-align: left;
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .style_icon img {
    width: auto;
  }
  .style_icon ul {
    flex-wrap: wrap;
  }
  .style_icon li {
    margin: 5px;
    width: 25%;
  }
  .contents-wrap .section-title img {
    width: auto;
    height: 20px
  }
}
/* DOTSバナー */
.dots-banner {
  width: 100%;
  margin: 50px 0 0;
}
.dots-banner:hover {
  opacity: 0.7
}
@media screen and (max-width:767px) {
  .dots-banner {
    margin: 15px 0 0;
  }
}

/*メイン動画（PC） */
@media screen and (min-width:768px) {
  .mainvisual {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  
  .movie {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .movie video {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
  }
}

/*メイン動画（SP） */
@media screen and (max-width:767px) {
  .mainvisual {
    margin-top: 41px;
  }
  
  .movie video {
    width: 100%;
  }
}