h3 {
  font-size: calc(var(--s-val) * 4);
  font-weight: bold;
}

/*===kv===*/

.kv-area {
  padding: 3rem 0 22rem;
  background-color: var(--color-gray);
  margin-bottom: -10rem;
}

.kv-content {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.kv-text {
  max-width: 1000px;
  display: flex;
  line-height: 1;
  align-items: flex-end;
  gap: 20px;
  margin: 0 auto;
}

#breadcrumbs {
  max-width: 1200px;
  margin: 0 auto 5rem;
}

.kv-text h1 {
  font-size: calc(var(--s-val) * 4);
}

.kv-text p {
  font-size: calc(var(--s-val) * 1.8);
  color: rgba(206, 202, 197, 0.7);
}

@media screen and (max-width: 768px) {
  #breadcrumbs {
    margin: 0 auto 3rem;
  }

  .kv-area {
    padding: 1.5rem 0 14rem;
  }

  .kv-content {
    width: 83%;
    margin: 0 auto;
  }

  .kv-text {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .kv-text h1 {
    font-size: calc(var(--s-val) * 2.8);
  }
}

/*===kv===*/

/*===overview===*/

.top-content {
  margin: 0 auto;
  max-width: 1200px;
}

.overview-area {
  padding: 8rem 0 15rem;
  background-image: url(../img/kyusyu-bg.webp);
  background-repeat: no-repeat;
  background-position: top 20% left 10%;
  background-size: 40%;
  position: relative;
}

.overview-text {
  text-align: center;
}

.overview-text h2 {
  font-size: calc(var(--s-val) * 4);
  font-weight: normal;
  margin-bottom: 1rem;
}

.overview-text p {
  font-size: calc(var(--s-val) * 1.6);
  line-height: 2;
}

.overview-text p span {
  display: block;
  padding: 3rem 0;
}

/*===souvenir===*/

.souvenir-content {
  display: flex;
  width: 92%;
  gap: calc(var(--s-val) * 10);
  align-items: center;
  position: relative;
  padding: 0 0 0rem;
  margin-bottom: 15rem;
  box-sizing: border-box;
}

.souvenir-content::after {
  content: "";
  width: 90%;
  height: 100%;
  background-color: #f9f8f7;
  position: absolute;
  z-index: -1;
  top: 10%;
}

.souvenir-text {
  width: 40%;
  margin-top: 8rem;
}

.souvenir-title {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.souvenir-title h3 {
  margin-right: 1rem;
}

.souvenir-title p {
  font-size: calc(var(--s-val) * 1.8);
  color: rgba(206, 202, 197, 0.7);
}

.souvenir-detail {
  font-size: calc(var(--s-val) * 1.6);
  line-height: 2;
}

.souvenir-photo {
  width: 75%;
  position: relative;
}

.souvenir-badge {
  position: absolute;
  top: -30px;
  background-color: #b49a71;
  border-radius: 100px;
  width: calc(var(--s-val) * 20);
  height: calc(var(--s-val) * 20);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--s-val) * 2.7);
  text-align: center;
  color: #fff;
}

/*souvenir-content-01*/

.souvenir-content-01 {
  justify-content: flex-end;
  margin: 0 0 14% auto;
}

.souvenir-content-01::before {
  border-left: 1px solid;
  left: 0;
  bottom: -20%;
  height: 110%;
}

.souvenir-content-01::after {
  left: 0;
  bottom: -13%;
  top: auto;
}

.souvenir-content-01 .souvenir-badge {
  left: -45px;
}

.souvenir-content-01 .souvenir-text {
  padding: 0 0 0 10rem;
}

/*souvenir-content-02*/

.souvenir-content-02 {
  justify-content: flex-start;
  margin: 0 auto 16% 0;
}

.souvenir-content-02::before {
  border-right: 1px solid;
  right: 0;
  bottom: -20%;
  height: 134.5%;
}

.souvenir-content-02::after {
  right: 0;
  top: 13%;
}

.souvenir-content-02 .souvenir-badge {
  right: -50px;
}

.souvenir-content-02 .souvenir-text {
  padding: 0 10rem 0 0;
  width: 42%;
}

/*souvenir-content-03*/

.souvenir-content-03 {
  justify-content: flex-start;
  margin: 0 0 20% auto;
  width: 93%;
  align-items: flex-end;
  gap: calc(var(--s-val) * 8);
}

.souvenir-content-03::before {
  border-left: 1px solid;
  border-bottom: unset;
  left: 0;
  top: -15%;
  height: 125%;
}

.souvenir-content-03::after {
  left: 0;
  height: 118%;
  top: 8%;
}

.souvenir-content-03 .souvenir-badge {
  left: -40px;
  top: -77px;
}

.souvenir-content-03 .souvenir-text {
  padding: 0 0 0 10rem;
  width: 43%;
  margin-bottom: -2rem;
}

/*===online===*/

.online-area {
  max-width: 1000px;
  text-align: center;
  width: 80%;
  margin: 0 auto 10rem;
}

.online-title h4 {
  font-size: calc(var(--s-val) * 3);
  margin-bottom: 5rem;
}

.online-text {
  display: flex;
  justify-content: space-between;
  gap: calc(var(--s-val) * 10);
  align-items: center;
  margin-bottom: 10rem;
}

.online-text p {
  font-size: calc(var(--s-val) * 1.6);
}

.online-photo {
  width: 52%;
}

.online-detail {
  text-align: left;
  margin-bottom: 3rem;
}

.online-detail p {
  line-height: 2;
  margin-bottom: 3rem;
}

.online-btn {
  width: 70%;
  margin: 0 auto 0 0;
}

.online-btn a {
  background-color: #b49a71;
  text-align: center;
  color: #fff;
  display: block;
  padding: 1rem 0;
  font-size: calc(var(--s-val) * 1.6);
  position: relative;
}

.online-btn a::before {
  content: "";
  background-image: url(../../../common/img/arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-text {
  font-size: calc(var(--s-val) * 2.6);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: calc(var(--s-val) * 3);
    margin-right: 1rem;
  }

  .overview-area {
    padding: 9rem 2.5rem 7rem;
    background-position: top 20% right 0;
    background-size: 70%;
  }

  .overview-text {
    width: 100%;
    margin: 0 auto;
  }

  .overview-text h2 {
    font-size: calc(var(--s-val) * 3);
    margin-bottom: 4rem;
  }

  .overview-text p {
    text-align: left;
  }

  .overview-deco img:nth-child(1) {
    width: 25%;
    left: 0%;
    top: 11%;
  }

  .overview-deco img:nth-child(2) {
    width: 24%;
    left: 25%;
    bottom: auto;
    top: 12%;
  }

  .overview-deco img:nth-child(3) {
    width: 20%;
    right: 25%;
    top: 12%;
  }

  .overview-deco img:nth-child(4) {
    width: 15%;
    right: 5%;
    bottom: auto;
    top: 11%;
  }

  /*===souvenir===*/

  .souvenir-content {
    gap: calc(var(--s-val) * 4);
    flex-direction: column-reverse;
    margin: 0 auto 7rem;
    width: 100%;
  }

  .souvenir-content-03 {
    margin-bottom: 8rem;
  }

  .souvenir-title {
    margin-bottom: 2rem;
  }

  .souvenir-detail {
    width: 95%;
    margin: 0 auto;
  }

  .souvenir-text {
    width: 100%;
  }

  .souvenir-photo {
    width: 88%;
    margin: 0 auto 0 0;
  }

  .souvenir-content-02 .souvenir-photo {
    margin: 0 0 0 auto;
  }

  .souvenir-content .souvenir-badge {
    left: auto;
    right: -5%;
    bottom: -60px;
    top: auto;
    width: calc(var(--s-val) * 11);
    height: calc(var(--s-val) * 11);
    font-size: calc(var(--s-val) * 1.4);
  }

  .souvenir-content-02 .souvenir-badge {
    left: auto;
    left: -5%;
    bottom: -70px;
  }

  .souvenir-content-01 .souvenir-text,
  .souvenir-content-02 .souvenir-text,
  .souvenir-content-03 .souvenir-text {
    padding: 0 2rem 5rem;
    margin-top: 0rem;
  }

  .souvenir-content-02 .souvenir-text {
    width: 100%;
    padding: 0 2rem 6rem;
  }

  .souvenir-content-02 .souvenir-title {
    justify-content: flex-end;
    margin-bottom: 3rem;
  }

  .souvenir-title p {
    font-size: calc(var(--s-val) * 1.4);
  }

  .souvenir-content-01::after {
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 70%;
  }

  .souvenir-content-02 {
    margin: 0 0 7rem 0;
    flex-direction: column;
  }

  .souvenir-content-03 .souvenir-text {
    width: 100%;
    padding: 0 2rem 8rem;
  }

  .souvenir-content::after {
    right: auto;
    width: 100%;
    height: 90%;
    top: auto;
    bottom: 0;
  }

  /*===online===*/

  .online-area {
    width: 90%;
    margin: 0 auto 8rem;
  }

  .online-title h4 {
    line-height: 1.5;
  }

  .online-photo {
    width: 100%;
  }

  .online-title h4 {
    margin-bottom: 2rem;
  }

  .online-text {
    gap: calc(var(--s-val) * 4);
    flex-direction: column;
    margin-bottom: 7rem;
  }

  .online-btn {
    width: 100%;
    margin: 0 auto;
  }

  .online-btn a {
    padding: 1rem 0;
  }

  .online-detail {
    margin-bottom: 0;
  }

  .online-detail p {
    margin-bottom: 5rem;
  }

  .bottom-text {
    font-size: calc(var(--s-val) * 1.8);
    line-height: 1.8;
  }
}
