@charset "utf-8";

#fv {
  background-image: url(../img/about_fv.webp);
  background-repeat: no-repeat;
}

@media (max-width: 519px) {
  #fv {
    background-image: url(../img/about_fv_sp.webp);
    height: 400px;
  }
}

#about {
  padding-top: 70px;
}

#about .lead .wrapper {
  max-width: 840px;
}

#about .lead h3 {
  font-size: 32px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}

@media (max-width: 519px) {
  #about {
    padding-top: 80px;
  }

  #about .lead h3 {
    font-size: 24px;
  }
}

#about .lead p {
  font-size: 16px;
  color: #000;
  line-height: 2;
  letter-spacing: 1px;
}

#about .lead .imgs {
  position: relative;
  margin-top: 50px;
}

#about .lead .imgs .deco {
  position: absolute;
}

#about .lead .imgs .photos {
  position: relative;
  text-align: center;
  padding-bottom: 150px;
  margin: auto;
  max-width: 1320px;
}

#about .lead .imgs .photos .all {
  display: none;
}

#about .lead .imgs img {
  max-width: 100%;
}

#about .lead .imgs .center {
  position: relative;
}

#about .lead .imgs .left {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 50%;
}

#about .lead .imgs .right {
  position: absolute;
  right: 0;
  bottom: 40px;
  max-width: 25%;
}

@media (max-width: 959px) {
  #about .lead .imgs .deco {
    right: 25%;
    bottom: -100px;
    display: none;
  }

  #about .lead .imgs .photos {
    padding-bottom: 0;
  }

  #about .lead .imgs .photos img {
    display: none;
  }

  #about .lead .imgs .photos .all {
    display: inherit;
  }
}

@media (max-width: 519px) {
  #about .lead .imgs .left {
    left: 11%;
    bottom: 40px;
  }

  #about .lead .imgs .right {
    right: 8%;
    bottom: 80px;
  }
}

#about .charm {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/bg_jpaper50_t.png), url(../img/bg_jpaper50_b.png), linear-gradient(to bottom, transparent 40px, rgba(209, 202, 196, 0.5) 40px, rgba(209, 202, 196, 0.5) calc(100% - 40px), transparent calc(100% - 40px));
  background-repeat: repeat-x;
  background-position: top center, bottom center, left center;
}

#about .charm .wrapper {
  max-width: 1430px;
}

#about .charm .ttl {
  text-align: center;
  color: #000000;
  font-size: 32px;
  letter-spacing: 1.5px;
}

#about .charm .ttl .en {
  color: #B39E54;
  font-size: 14px;
  /* letter-spacing: 1px; */
}

@media (max-width: 519px) {
  #about .charm .ttl {
    font-size: 26px;
  }
}

#about .charm .item {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 26px;
  -webkit-column-gap: 26px;
  column-gap: 26px;
  margin-top: 40px;
}

#about .charm .item:nth-child(2n) {
  flex-direction: row-reverse;
}

#about .charm .item .text {
  color: #000000;
  max-width: 40%;
  padding-left: 50px;
}

#about .charm .item:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 50px;
}

#about .charm .item .numttl {
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 1.5px;
}

#about .charm .item .numttl::before {
  content: '';
  display: block;
  width: 83px;
  height: 91px;
  background: center / contain url(../img/about_charm_n01.svg) no-repeat;
}

#about .charm .item:nth-child(2) .numttl::before {
  background-image: url(../img/about_charm_n02.svg);
}

#about .charm .item:nth-child(3) .numttl::before {
  background-image: url(../img/about_charm_n03.svg);
}

#about .charm .item:nth-child(4) .numttl::before {
  background-image: url(../img/about_charm_n04.svg);
}

#about .charm .item .text p {
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  line-height: 2;
}

#about .charm .item .img img {
  max-width: 100%;
}

@media (max-width: 959px) {

  #about .charm .item,
  #about .charm .item:nth-child(2n) {
    flex-direction: column;
  }

  #about .charm .item .text {
    max-width: 100%;
    padding: 0;
  }

  #about .charm .item:nth-child(2n) .text {
    padding: 0;
  }

  #about .charm .item .numttl {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #about .charm .item .numttl::before {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 519px) {
  #about .charm {
    padding-bottom: 50px;
  }

  #about .charm .item .numttl {
    font-size: 22px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 16px;
  }

  #about .charm .item .text p {
    margin-bottom: 10px;
  }

  #about .charm .item .link {
    margin-bottom: 10px;
  }
}