@charset "UTF-8";
@font-face {
  font-family: "Sigmar One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SigmarOne-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MPLUS1p-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 　500;
  src: url("../fonts/MPLUS1p-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPLUS1p-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Corporate-Logo-Bold-ver3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Corporate-Logo-Bold-ver3.woff2") format("woff2");
  font-display: swap;
}
/********************************************
* slider
********************************************/
.slide_style {
  margin-top: 50px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .slide_style {
    margin-top: 3.8461538462vw;
  }
}
@media (max-width: 1000px) {
  .slide_style {
    margin-top: 6.6666666667vw;
  }
}

.slick-list {
  position: relative;
}

.slick-track {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.slick-track:before, .slick-track:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 50px;
  background-size: 50px;
  background-image: url(../images/works_thumb_bg.webp);
  background-repeat: repeat-x;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .slick-track:before, .slick-track:after {
    height: 3.8461538462vw;
    background-size: 3.8461538462vw;
  }
}
@media (max-width: 1000px) {
  .slick-track:before, .slick-track:after {
    height: 5vw;
    background-size: 5vw;
  }
}
.slick-track:before {
  top: 0;
}
.slick-track:after {
  bottom: 0;
}

.slick-slide {
  max-width: 465px;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .slick-slide {
    max-width: 35.7692307692vw;
  }
}
@media (max-width: 1000px) {
  .slick-slide {
    max-width: 46.6666666667vw;
  }
}
.slick-slide a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .slick-slide a {
    padding: 3.8461538462vw 0;
  }
}
@media (max-width: 1000px) {
  .slick-slide a {
    padding: 5vw 0;
  }
}

.slide_style img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .slide_style img {
    border-radius: 0.7692307692vw;
  }
}
@media (max-width: 1000px) {
  .slide_style img {
    border-radius: 1.3333333333vw;
  }
}

.slide_style a:hover img {
  opacity: 0.7;
}

.slide_style .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .slide_style .slick-slide {
    margin: 0 0.7692307692vw;
    /*スライド左右の余白調整*/
  }
}
@media (max-width: 1000px) {
  .slide_style .slick-slide {
    margin: 0 1.3333333333vw;
    /*スライド左右の余白調整*/
  }
}

/********************************************
* modal
********************************************/
.modal_content {
  width: 900px;
  height: 506px;
  overflow: hidden !important;
  background-color: #000;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .modal_content {
    width: 69.2307692308vw;
    height: 38.9230769231vw;
  }
}
@media (max-width: 1000px) {
  .modal_content {
    min-height: 70%;
    width: 86.6666666667vw;
    height: 48.8vw;
  }
}
.modal_content iframe {
  max-width: initial;
  width: 100%;
  height: 100%;
}

/********************************************
* modal-video
********************************************/
.modal-video {
  background-color: rgba(255, 255, 255, 0.95);
}

.modal-video-close-btn {
  position: absolute;
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: -50px;
  right: -50px;
  background-color: #ffe900;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: auto;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .modal-video-close-btn {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    border-radius: 3.8461538462vw;
    top: -3.8461538462vw;
    right: -3.8461538462vw;
  }
}
@media (max-width: 1000px) {
  .modal-video-close-btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -14.6666666667vw;
    right: 0vw;
  }
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  top: 62%;
  left: 50%;
  width: 50%;
  height: 2px;
  border-radius: 2px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  background-color: #000;
}
.modal-video-close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-video-close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-video-close-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/********************************************
* colorbox
********************************************/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000003;
  -webkit-transform: translate3d(0, 0, 0);
  overflow: visible !important;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* User Style:*/
#colorbox {
  width: 100% !important;
  left: auto !important;
  pointer-events: none;
}

#cboxWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
}

#cboxContent {
  width: 100% !important;
  pointer-events: auto;
}

#cboxLoadedContent {
  display: block !important;
  width: 100% !important;
  -webkit-box-shadow: 0 0 10px rgba(20, 20, 20, 0.3);
          box-shadow: 0 0 10px rgba(20, 20, 20, 0.3);
}

#cboxOverlay {
  background: rgba(255, 255, 255, 0.95);
}

#colorbox {
  outline: 0;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
  display: none !important;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
  display: none !important;
}

#cboxNext,
#cboxPrevious {
  display: none !important;
}

#cboxClose {
  position: absolute;
  display: block;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: -50px;
  right: -50px;
  background-color: #ffe900;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: auto;
}
@media (min-width: 1001px) and (max-width: 1300px) {
  #cboxClose {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    border-radius: 3.8461538462vw;
    top: -3.8461538462vw;
    right: -3.8461538462vw;
  }
}
@media (max-width: 1000px) {
  #cboxClose {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -14.6666666667vw;
    right: 0vw;
  }
}
#cboxClose:before, #cboxClose:after {
  content: "";
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  border-radius: 2px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  background-color: #000;
}
#cboxClose:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#cboxClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#cboxClose:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/********************************************
* animation
********************************************/
@-webkit-keyframes move-fixed-background-pc {
  0% {
    background-position: 0 0, 35px 35px;
  }
  to {
    background-position: -1500px 750px, -1465px 785px;
  }
}
@keyframes move-fixed-background-pc {
  0% {
    background-position: 0 0, 35px 35px;
  }
  to {
    background-position: -1500px 750px, -1465px 785px;
  }
}
@-webkit-keyframes move-fixed-background-tab {
  0% {
    background-position: 0 0, 3.3333333333vh 3.3333333333vh;
  }
  to {
    background-position: -142.8571428571vh 71.4285714286vh, -139.5238095238vh 74.7619047619vh;
  }
}
@keyframes move-fixed-background-tab {
  0% {
    background-position: 0 0, 3.3333333333vh 3.3333333333vh;
  }
  to {
    background-position: -142.8571428571vh 71.4285714286vh, -139.5238095238vh 74.7619047619vh;
  }
}
@-webkit-keyframes move-fixed-background-sp {
  0% {
    background-position: 0 0, 4.6666666667vw 4.6666666667vw;
  }
  to {
    background-position: -200vw 100vw, -195.3333333333vw 104.6666666667vw;
  }
}
@keyframes move-fixed-background-sp {
  0% {
    background-position: 0 0, 4.6666666667vw 4.6666666667vw;
  }
  to {
    background-position: -200vw 100vw, -195.3333333333vw 104.6666666667vw;
  }
}
@-webkit-keyframes animation-video {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0, 0.05, 1);
            transform: scale3d(0, 0.05, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: scale3d(1.5, 0.05, 1);
            transform: scale3d(1.5, 0.05, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: scale3d(1, 0.05, 1);
            transform: scale3d(1, 0.05, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes animation-video {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0, 0.05, 1);
            transform: scale3d(0, 0.05, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: scale3d(1.5, 0.05, 1);
            transform: scale3d(1.5, 0.05, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: scale3d(1, 0.05, 1);
            transform: scale3d(1, 0.05, 1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@-webkit-keyframes cloud {
  100% {
    background-position: -3840px 0;
  }
}
@keyframes cloud {
  100% {
    background-position: -3840px 0;
  }
}
@-webkit-keyframes cloud-reverse {
  100% {
    background-position: 3840px 0;
  }
}
@keyframes cloud-reverse {
  100% {
    background-position: 3840px 0;
  }
}
/********************************************
* scroll animation
********************************************/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
          animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

#whats .illust1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  /* アニメーション開始時間 */
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(180px, 0, 0) scaleX(1.1);
            transform: translate3d(180px, 0, 0) scaleX(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
            transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
            transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
            transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(180px, 0, 0) scaleX(1.1);
            transform: translate3d(180px, 0, 0) scaleX(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
            transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
            transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
            transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInRightSP {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(24vw, 0, 0) scaleX(1.1);
            transform: translate3d(24vw, 0, 0) scaleX(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-3.3333333333vw, 0, 0) scaleX(1);
            transform: translate3d(-3.3333333333vw, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(1.3333333333vw, 0, 0) scaleX(0.98);
            transform: translate3d(1.3333333333vw, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-0.6666666667vw, 0, 0) scaleX(0.995);
            transform: translate3d(-0.6666666667vw, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRightSP {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(24vw, 0, 0) scaleX(1.1);
            transform: translate3d(24vw, 0, 0) scaleX(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-3.3333333333vw, 0, 0) scaleX(1);
            transform: translate3d(-3.3333333333vw, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(1.3333333333vw, 0, 0) scaleX(0.98);
            transform: translate3d(1.3333333333vw, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-0.6666666667vw, 0, 0) scaleX(0.995);
            transform: translate3d(-0.6666666667vw, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.point_block,
.point_block .illust1,
#whats .illust1 {
  opacity: 0;
}
.point_block.animated,
.point_block .illust1.animated,
#whats .illust1.animated {
  opacity: 1;
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}
@media (max-width: 1000px) {
  .point_block.animated,
.point_block .illust1.animated,
#whats .illust1.animated {
    -webkit-animation-name: bounceInRightSP;
            animation-name: bounceInRightSP;
  }
}

@-webkit-keyframes bounceInPlay {
  from, 5%, 10%, 15%, 20%, 25% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
            transform: scale3d(0.7, 0.7, 0.7);
  }
  5% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  15% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  20% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  25% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceInPlay {
  from, 5%, 10%, 15%, 20%, 25% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
            transform: scale3d(0.7, 0.7, 0.7);
  }
  5% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  15% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  20% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  25% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@media (min-width: 1001px) {
  .point_block .illust1,
.point_block .illust2,
.point_block .illust4 {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
    /* アニメーション開始時間 */
  }

  .point_block .illust3 {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
    /* アニメーション開始時間 */
  }
}
.point_block .illust1,
.point_block .illust2,
.point_block .illust3,
.point_block .illust4,
.cloud_en,
.price_num {
  opacity: 0;
}
.point_block .illust1.animated,
.point_block .illust2.animated,
.point_block .illust3.animated,
.point_block .illust4.animated,
.cloud_en.animated,
.price_num.animated {
  opacity: 1;
  -webkit-animation-duration: calc(1s * 0.75);
          animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
          animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0) scaleY(1.1);
            transform: translate3d(0, 150px, 0) scaleY(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
            transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
            transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
            transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0) scaleY(1.1);
            transform: translate3d(0, 150px, 0) scaleY(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
            transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
            transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
            transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInUpSP {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20vw, 0) scaleY(1.1);
            transform: translate3d(0, 20vw, 0) scaleY(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -2.6666666667vw, 0) scaleY(0.9);
            transform: translate3d(0, -2.6666666667vw, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 1.3333333333vw, 0) scaleY(0.95);
            transform: translate3d(0, 1.3333333333vw, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -0.6666666667vw, 0) scaleY(0.985);
            transform: translate3d(0, -0.6666666667vw, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUpSP {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20vw, 0) scaleY(1.1);
            transform: translate3d(0, 20vw, 0) scaleY(1.1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -2.6666666667vw, 0) scaleY(0.9);
            transform: translate3d(0, -2.6666666667vw, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 1.3333333333vw, 0) scaleY(0.95);
            transform: translate3d(0, 1.3333333333vw, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -0.6666666667vw, 0) scaleY(0.985);
            transform: translate3d(0, -0.6666666667vw, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.advice_block {
  opacity: 0;
}
.advice_block.animated {
  opacity: 1;
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}
@media (max-width: 1000px) {
  .advice_block.animated {
    -webkit-animation-name: bounceInUpSP;
            animation-name: bounceInUpSP;
  }
}
@media (min-width: 1001px) {
  .advice_block.advice_block2 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    /* アニメーション開始時間 */
  }
  .advice_block.advice_block3 {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    /* アニメーション開始時間 */
  }
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 360deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.animation_shatyou {
  opacity: 0;
}
.animation_shatyou.animated {
  opacity: 1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.price_tax {
  opacity: 0;
}
.price_tax.animated {
  opacity: 1;
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  /* アニメーション開始時間 */
}