@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@700&amp;display=swap');

main {
  background: #000;
  color: #fff;
  text-align: justify;
}

@media print, screen and (min-width: 768px) {
  main {
    padding-top: 117px;
  }
}

h2 {
  font-size: 2.8rem;
}

@media print, screen and (min-width: 768px) {
  h2 {
    font-size: 5.8rem;
  }
}

@media print, screen and (min-width: 1024px) {
  h2 {
    font-size: 5.0rem;
  }
}

h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  h3 {
    font-size: 3.2rem;
  }
}

@media print, screen and (min-width: 1024px) {
  h3 {
    font-size: 3.0rem;
  }
}

.parent {
  display: flex;
  justify-content: center;
  margin: 0 15px;
}

@media print, screen and (min-width: 1024px) {
  .parent {
    display: block;
    margin: 0;
  }
}

.l-grid {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.l-section_inner {
  padding-left: 10px;
  padding-right: 10px;
}

@media print, screen and (min-width: 784px) {
  .l-section_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .l-section_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .products .btn {
    max-width: 250px;
  }
}

.area1 {
  background-image: url(../jpg/fzd_kv_sp-2.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 360px;
}

@media print, screen and (min-width: 768px) {
  .area1 {
    background-image: url(../jpg/fzd_kv_sp-2.jpg);
    background-size: 100% auto;
    padding-top: 780px;
  }
}

@media print, screen and (min-width: 1024px) {
  .area1 {
    background-image: url(../jpg/fzd_kv_pc-2.jpg);
    background-size: auto auto;
    padding-top: 305px;
  }
}

.l-section_inner_mv {
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

@media print, screen and (min-width: 1024px) {
  .l-section_inner_mv {
    text-align: left;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    bottom: 140px;
  }
}

.area1_title {
  margin-bottom: 15px;
  text-align: left;
  width: 320px;
}

@media print, screen and (min-width: 768px) {
  .area1_title {
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .area1_title {
    width: auto;
    font-size: 1.6rem;
  }
}

.area1_img img {
  width: 200px;
}

@media print, screen and (min-width: 768px) {
  .area1_img img {
    width: 170px;
  }
}

@media print, screen and (min-width: 1024px) {
  .area1_img img {
    width: 190px;
  }
}

.box19 {
  position: relative;
  padding: 1em 1.5em;
  max-width: 450px;
  margin: 0 auto;
}

.box19:before, .box19:after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  display: inline-block;
}

.box19:before {
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  top: 0;
  left: 0;
}

.box19:after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  bottom: 0;
  right: 0;
}

.box19 p {
  margin: 0;
  padding: 0;
}

.mv-slideLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
}

.mv-slideLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}

.mv-slideRight {
  opacity: 0;
  transform: translateX(100%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
  transition-delay: .2s;
}

.mv-slideRight.is-active {
  opacity: 1;
  transform: translateX(0);
}

.mv-fadeIn {
  opacity: 0;
  transform: translateY(15%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
  transition-delay: .4s;
}

.mv-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}

.is-slideLeft {
  opacity: 0;
  transform: translateX(-100%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
}

.is-slideLeft.is-active {
  opacity: 1;
  transform: translateX(0);
}

.is-slideRight {
  opacity: 0;
  transform: translateX(100%);
  transition-duration: .2s;
}

.is-slideRight.is-active {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeIn {
  opacity: 0;
  transform: translateY(15%);
  transition-property: opacity transform;
  transition-timing-function: ease-out;
  transition-duration: .2s;
}

.is-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}