.contact1__content-img {
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}

.fv__woman {
  animation: size01 1.2s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-14%);
            transform: translateY(-14%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-14%);
            transform: translateY(-14%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  100% {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  100% {
    -webkit-transform: translateX(8%);
            transform: translateX(8%);
  }
}
.section-contact__content-left {
  animation: floating-x 1.2s ease-in-out infinite alternate-reverse;
}

.footer__woman {
  animation: size01 1s ease-in-out infinite alternate-reverse;
}

.btn {
  animation: size01 1s ease-in-out infinite alternate-reverse;
}

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

@keyframes size01 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 600px) {
  .section-contact__content-left {
    animation: size01 1.2s ease-in-out infinite alternate-reverse;
  }
  @-webkit-keyframes floating-y {
    0% {
      -webkit-transform: translateY(-8%);
              transform: translateY(-8%);
    }
    100% {
      -webkit-transform: translateY(8%);
              transform: translateY(8%);
    }
  }
  @keyframes floating-y {
    0% {
      -webkit-transform: translateY(-8%);
              transform: translateY(-8%);
    }
    100% {
      -webkit-transform: translateY(8%);
              transform: translateY(8%);
    }
  }
  @-webkit-keyframes floating-x {
    0% {
      -webkit-transform: translateX(-8%);
              transform: translateX(-8%);
    }
    100% {
      -webkit-transform: translateX(8%);
              transform: translateX(8%);
    }
  }
  @keyframes floating-x {
    0% {
      -webkit-transform: translateX(-8%);
              transform: translateX(-8%);
    }
    100% {
      -webkit-transform: translateX(8%);
              transform: translateX(8%);
    }
  }
}
.top-news02 {
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.top-news02 .content-padding {
  max-width: 1000px;
  margin: 0 auto;
}
.top-news02 .video-area {
  margin-bottom: 40px;
}
.top-news02 .top-news__btn {
  position: relative;
  z-index: 9;
  max-width: 600px;
  height: 60px;
}

.topHl01 {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .top-news02 {
    padding: 30px 0;
  }
  .top-news02 .video-area {
    margin-bottom: 40px;
  }
  .top-news02 .top-news__btn {
    height: 50px;
  }
}
.topNews02Icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 170px;
}
.topNews02Icon_item {
  position: absolute;
}
.topNews02Icon_item-01 {
  width: 15%;
  bottom: -10px;
  left: 4%;
  -webkit-animation: fuwafuwa01 2s infinite ease-in-out;
          animation: fuwafuwa01 2s infinite ease-in-out;
}
.topNews02Icon_item-02 {
  width: 15%;
  bottom: -10px;
  left: 22%;
  -webkit-animation: fuwafuwa02 2s infinite ease-in-out;
          animation: fuwafuwa02 2s infinite ease-in-out;
}
.topNews02Icon_item-03 {
  width: 21%;
  bottom: -18px;
  left: 41%;
  z-index: 100;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation: fuwafuwa00 2s infinite linear alternate;
          animation: fuwafuwa00 2s infinite linear alternate;
}
.topNews02Icon_item-04 {
  width: 15%;
  bottom: -5px;
  right: 20%;
  -webkit-animation-name: fuwafuwa03;
          animation-name: fuwafuwa03;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
}
.topNews02Icon_item-05 {
  width: 15%;
  bottom: 0px;
  right: 0px;
  -webkit-animation: fuwafuwa01 2s infinite ease-in-out;
          animation: fuwafuwa01 2s infinite ease-in-out;
  -webkit-animation-duration: 3000ms;
          animation-duration: 3000ms;
}

@-webkit-keyframes fuwafuwa00 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
            transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
            transform: translate(0, 0) rotate(5deg);
  }
}

@keyframes fuwafuwa00 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg);
            transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg);
            transform: translate(0, 0) rotate(5deg);
  }
}
@-webkit-keyframes fuwafuwa01 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes fuwafuwa01 {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes fuwafuwa02 {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@keyframes fuwafuwa02 {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@-webkit-keyframes fuwafuwa03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes fuwafuwa03 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 600px) {
  .topNews02Icon {
    padding: 0 20px;
    padding-top: 80px;
  }
  .topNews02Icon_item-01 {
    width: 13%;
    -webkit-animation: fuwafuwa01 2s infinite ease-in-out;
            animation: fuwafuwa01 2s infinite ease-in-out;
  }
  .topNews02Icon_item-02 {
    width: 13%;
    -webkit-animation: fuwafuwa02 2s infinite ease-in-out;
            animation: fuwafuwa02 2s infinite ease-in-out;
  }
  .topNews02Icon_item-03 {
    width: 20%;
    bottom: -15px;
  }
  .topNews02Icon_item-04 {
    width: 13%;
  }
  .topNews02Icon_item-05 {
    width: 13%;
    right: 10px;
  }
}
.attentionBox {
  padding: 60px 0 80px;
}
.attentionBox_inner {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 2.5em;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.attentionBox dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  font-size: 22px;
  border-bottom: 2px solid #ec6103;
  padding-bottom: 15px;
}
.attentionBox dd {
  font-size: 16px;
}
.attentionBox dd p {
  margin-bottom: 1em;
  line-height: 2;
  letter-spacing: 0.05em;
}
.attentionBox dd p:last-child {
  margin-bottom: 0;
}
.attentionBox_btn {
  text-align: center;
  padding-top: 25px;
}
.attentionBox_btn a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em 2em;
  background-color: #ec6103;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
  .attentionBox {
    padding: 30px 20px 40px;
  }
  .attentionBox_inner {
    padding: 1.5em 1.5em 25px;
    border-radius: 5px;
  }
  .attentionBox dt {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .attentionBox dd {
    font-size: 14px;
  }
  .attentionBox dd p {
    margin-bottom: 1em;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .attentionBox dd p:last-child {
    margin-bottom: 0;
  }
  .attentionBox_btn {
    padding-top: 15px;
  }
  .attentionBox_btn a {
    padding: 1em 2em;
    font-size: 14px;
  }
}
.header .header-top__tel {
  padding-top: 5px;
}

.header .header-top .top-tel-box__sales-time {
  font-size: 1rem;
}

.footer .right-wrap .footer__info-detail__sales-time {
  font-size: 1.2rem;
}