@charset "UTF-8";
#lpKokuin {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
#lpKokuin a {
  color: #33291e;
}
#lpKokuin .font-pop {
  font-family: 'Poppins', 'Zen Kaku Gothic New', sans-serif;
}
#lpKokuin .common-sub-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #DB5D5D;
  text-align: center;
  letter-spacing: 2px;
}
#lpKokuin .common-main-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 5px;
  border-bottom: 2px solid #DB5D5D;
  width: fit-content;
  margin: 1rem auto 3rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 1080px) {
  #lpKokuin .common-main-ttl {
    margin-bottom: 7rem;
    font-size: 3.2rem;
  }
}
#lpKokuin .kokuin-detail-btn {
  text-align: center;
  position: relative;
  width: 300px;
  margin: 0 auto;
  border: 1px solid #000;
  background-color: #fff;
  padding: 1rem 3.5rem 1rem 2rem;
  display: block;
}
@media screen and (min-width: 992px) {
  #lpKokuin .kokuin-detail-btn {
    font-size: 1.6rem;
    width: 370px;
  }
}
#lpKokuin .kokuin-detail-btn::before {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 10;
}
#lpKokuin .kokuin-detail-btn.open::before {
  content: '−';
}
#lpKokuin #top-kv {
  margin: 4rem 2rem;
  background-image: url(../assets/img/kokuin/top-kv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  aspect-ratio: 25 / 36;
  position: relative;
}
#lpKokuin #top-kv h1 {
  font-size: 2.4rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  position: absolute;
  top: 4rem;
  right: 3rem;
}
#lpKokuin #top-kv h1 span {
  border-right: 2px solid #000;
  padding-right: 1px;
  line-height: 1.9em;
  letter-spacing: 2px;
}
#lpKokuin #top-kv .sub-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4em;
  color: #A6B032;
  letter-spacing: 6px;
  position: absolute;
  top: -2rem;
  left: -0.6rem;
}
@media screen and (min-width: 992px) {
  #lpKokuin #top-kv {
    background-image: url(../assets/img/kokuin/top-kv-pc.webp);
    margin: 4rem auto;
    max-width: 1120px;
    aspect-ratio: 439 / 283;
  }
  #lpKokuin #top-kv h1 {
    font-size: 2.8rem;
  }
  #lpKokuin #top-kv .sub-ttl {
    font-size: 4rem;
    top: -3rem;
    left: -2rem;
  }
}
#lpKokuin .top-navi {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
#lpKokuin .top-navi li {
  width: 30%;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1rem;
}
#lpKokuin .top-navi li:last-child {
  border: none;
}
#lpKokuin .top-navi li a {
  display: block;
  color: #000;
  height: 100%;
  display: grid;
  align-items: center;
}
#lpKokuin .top-navi li a::after {
  content: '';
  width: 16px;
  height: 11px;
  border-top: 11px solid #A6B032;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  margin-left: 50%;
  transform: translateX(-50%);
  align-self: end;
}
#lpKokuin .top-navi .sub-ttl {
  color: #A6B032;
  opacity: 0.2;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
}
#lpKokuin .top-navi .navi-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: 10px 0;
}
@media screen and (min-width: 1080px) {
  #lpKokuin .top-navi {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
  #lpKokuin .top-navi .sub-ttl {
    font-size: 1.2rem;
  }
  #lpKokuin .top-navi .navi-ttl {
    font-size: 1.6rem;
  }
}
#lpKokuin #gift-for {
  background: #575143;
  padding: 4rem 2.5rem 6rem;
  text-align: center;
}
#lpKokuin #gift-for h2 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
}
#lpKokuin #gift-for .txt-wrp {
  font-size: 1.6rem;
  line-height: 1.9em;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 1px;
}
#lpKokuin #gift-for .txt-wrp p:first-child {
  margin-bottom: 2em;
}
@media screen and (min-width: 1080px) {
  #lpKokuin #gift-for {
    padding: 9rem 2.5rem 8rem;
  }
  #lpKokuin #gift-for h2 {
    font-size: 1.8rem;
  }
  #lpKokuin #gift-for .txt-wrp {
    font-size: 1.8rem;
  }
}
#lpKokuin #gift-for .kokuin-swiper03 {
  padding-bottom: 30px;
  max-width: 540px;
  margin-top: 3rem;
}
#lpKokuin #gift-for .swiper-pagination {
  bottom: 0;
}
#lpKokuin .kokuin-wrap {
  display: none;
  background-color: #FFFBFB;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  #lpKokuin .kokuin-wrap {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}
#lpKokuin .kokuin-wrap .outer-wrap {
  padding: 5rem 2.5rem;
}
#lpKokuin .kokuin-wrap h3 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  #lpKokuin .kokuin-wrap h3 {
    font-size: 2.4rem;
  }
}
#lpKokuin .kokuin-wrap ul.inner-wrp li {
  margin-bottom: 4rem;
}
#lpKokuin .kokuin-wrap ul.inner-wrp li h4 {
  text-align: center;
  font-size: 1.4rem;
  padding: 0.5rem;
  color: #fff;
  background-color: #DB5D5D;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  #lpKokuin .kokuin-wrap ul.inner-wrp li h4 {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
#lpKokuin .kokuin-wrap ul.inner-wrp li .txt-item {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  #lpKokuin .kokuin-wrap ul.inner-wrp li .txt-item {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
#lpKokuin .kokuin-wrap ul.inner-wrp li .inner-wrp-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
#lpKokuin .kokuin-wrap ul.inner-wrp li .inner-wrp-inner li {
  width: 48%;
  margin-bottom: 2rem;
}
#lpKokuin .kokuin-wrap ul.inner-wrp li .inner-wrp-inner li p {
  text-align: center;
  margin: 0.5rem 0;
  font-size: 1.2rem;
}
#lpKokuin .kokuin-wrap#illustWrp ul.inner-wrp li h4 {
  color: #000;
  background-color: #E3C454;
}
#lpKokuin .kokuin-wrap#illustWrp .illustWrp-step li {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  #lpKokuin .kokuin-wrap#illustWrp .illustWrp-step li {
    text-align: center;
    margin-bottom: 72px;
  }
}
#lpKokuin .kokuin-wrap#illustWrp .illustWrp-step li:last-child {
  margin: 0;
}
#lpKokuin .sec-base-item {
  padding: 5rem 0 7rem;
}
@media screen and (min-width: 992px) {
  #lpKokuin .sec-base-item {
    padding: 7rem 0 9rem;
  }
}
#lpKokuin .sec-base-item .swiper {
  margin-bottom: 5rem;
}
@media screen and (min-width: 992px) {
  #lpKokuin .sec-base-item .swiper {
    max-width: 1120px;
  }
}
@media screen and (min-width: 992px) {
  #lpKokuin .sec-base-item .swiper .swiper-slide {
    padding: 0 30px;
  }
}
#lpKokuin .sec-base-item .swiper .swiper-pagination-bullets {
  bottom: 0;
}
#lpKokuin .sec-base-item .swiper .inner-item {
  width: 75vw;
  margin: 32px auto 20px;
}
@media screen and (min-width: 992px) {
  #lpKokuin .sec-base-item .swiper .inner-item {
    width: 100%;
  }
}
#lpKokuin .sec-base-item .swiper .img-wrp {
  height: 50vw;
  position: relative;
}
@media screen and (min-width: 992px) {
  #lpKokuin .sec-base-item .swiper .img-wrp {
    height: auto;
  }
}
#lpKokuin .sec-base-item .swiper .img-wrp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#lpKokuin .sec-base-item .swiper .img-wrp .ttl-wrp {
  background-color: #DB5D5D;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  width: 70px;
  height: 70px;
  line-height: 67px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -20px;
  left: -20px;
}
#lpKokuin .sec-base-item .swiper .img-wrp .ttl-wrp h3 {
  display: inline-block;
  vertical-align: middle;
}
#lpKokuin .sec-base-item .swiper .txt-wrp {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#lpKokuin .sec-base-item .swiper .txt-wrp p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
#lpKokuin .sec-base-item .kokuin-swiper02 {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  #lpKokuin .sec-base-item .kokuin-swiper02 .swiper-wrapper {
    transform: none !important;
    justify-content: center;
  }
  #lpKokuin .sec-base-item .kokuin-swiper02 .swiper-slide {
    max-width: 33%;
  }
}
#lpKokuin #kokuin-illust {
  background-color: #F8F7F7;
}
#lpKokuin #kokuin-illust .common-sub-ttl {
  color: #E3C454;
}
#lpKokuin #kokuin-illust .common-main-ttl {
  border-color: #E3C454;
}
#lpKokuin #kokuin-illust .ttl-wrp {
  background-color: #E3C454;
}
#lpKokuin #kokuin-photo .common-sub-ttl {
  color: #4397C7;
}
#lpKokuin #kokuin-photo .common-main-ttl {
  border-color: #4397C7;
}
#lpKokuin #kokuin-photo .ttl-wrp {
  background-color: #4397C7;
}
#lpKokuin #kokuin-photo .attention {
  color: #7b7b7b;
  font-size: 1.4rem;
  text-align: center;
}
#lpKokuin #kokuin-logo {
  background-color: #F8F7F7;
}
#lpKokuin #kokuin-logo .common-sub-ttl {
  color: #3A4934;
}
#lpKokuin #kokuin-logo .common-main-ttl {
  border-color: #3A4934;
}
#lpKokuin #kokuin-logo .ttl-wrp {
  background-color: #3A4934;
}
#lpKokuin #kokuin-logo .attention {
  color: #A9A9A9;
  font-size: 1.4rem;
  text-align: center;
}
#lpKokuin #kokuin-logo .swiper {
  margin-bottom: 0;
}
#lpKokuin .swiper-pagination-bullet {
  background-color: #ABABAB;
}

/*# sourceMappingURL=kokuin.css.map */
