/* 共通
-------------------------------------*/

@media screen and (max-width:781px) {
  .sp-w100 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (max-width:768px) {
  h2 {
    margin-top: 20px;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    margin-bottom: 20px !important;
  }
}

/* head-area
-------------------------------------*/
#head-area {
  background-color: #B17C26;
}

#head-area:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 30px;
  right: -1100px;
  left: 0;
  width: 825px;
  height: 853px;
  margin: 0 auto;
  background-image: url(../../img/voice/voice-issai-20251008.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

#head-area .column .title-wrap {
  width: fit-content;
  padding-left: 40px;
}

#head-area .column .title-wrap h1 {
  margin-bottom: 10px;
  color: #FFF;
  font-size: 65px;
  line-height: 1.3;
}

#head-area .column .title-wrap p.sub-catch {
  position: relative;
  width: fit-content;
  padding: 10px 40px;
  margin: 0 auto 30px;
  background-color: #FFF;
  color: #B17C26;
  font-family: var(--mincho-font_family);
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
}

#head-area .column .title-wrap p.sub-catch:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 23px;
  height: 25px;
  margin: 0 auto;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 25px solid #ffffff;
  border-bottom: 0;
}

#head-area .column .title-wrap p.caution {
  color: #FFF;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width:1536px) {
  #head-area::after {
    right: -1000px;
  }
}

@media screen and (max-width:1000px) {
  #head-area {
    height: 1000px;
    margin-bottom: 180px;
  }

  #head-area::after {
    top: auto;
    bottom: -130px;
    right: 0;
    left: 50%;
    width: 555px;
    height: 574px;
    background-image: url(../../img/voice/voice-issai-sp-20251008.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
  }

  #head-area .column {
    display: block;
  }

  #head-area .column .text-img {
    margin: 0 auto 30px;
  }

  #head-area .column .title-wrap {
    padding-left: 0;
    margin: 0 auto;
  }

  #head-area .column .title-wrap h1 {
    font-size: 36px;
  }

  #head-area .column .title-wrap p.sub-catch {
    padding: 10px 20px;
    font-size: 20px;
  }

  #head-area .column .title-wrap p.caution {
    font-size: 16px;
  }
}

/* about
-------------------------------------*/
#about {
  margin-bottom: 240px;
}

#about p {
  font-size: 20px;
}

@media screen and (max-width:1000px) {
  #about {
    margin-bottom: 90px;
  }
}

@media screen and (max-width:768px) {
  #about p {
    font-size: 14px;
  }
}

/* booth
-------------------------------------*/
#booth {
  padding-bottom: 200px;
}

#booth .wp-block-columns {
  margin-bottom: 20px;
}

#booth .wp-block-buttons {
  margin-top: 140px;
}

@media screen and (max-width: 1000px) {
  #booth {
    padding-bottom: 30px;
  }

  #booth .wp-block-image img {
    width: 100%;
  }

  #booth .wp-block-buttons {
    margin-top: 70px;
  }
}

@media screen and (max-width: 781px) {
  #booth .wp-block-columns {
    gap: 0 !important;
  }
}