.main-container h2 {
  font-size: calc(var(--s-val) * 5.2);
  line-height: 1;
  margin-bottom: 1rem;
}

.main-container h3 {
  font-size: calc(var(--s-val) * 4);
}

.main-container .en-title {
  font-size: calc(var(--s-val) * 2.8);
  color: rgba(206, 202, 197, 0.7);
  font-weight: normal;
}

.btn-common_style a {
  position: relative;
}

.btn-common_style 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%);
}

/*===kv===*/

.kv-area {
  width: 100%;
  position: relative;
}

.kv-area::before {
  content: "";
  background-color: rgba(206, 202, 197, 0.13);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
}

.kv-text {
  position: absolute;
  top: 25%;
  right: 0;
  --kv-sp-bottom: 13%;
  text-align: right;
  font-size: calc(var(--s-val) * 3.2);
  z-index: 100;
  line-height: 1.8;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.kv-text.is-changing {
  opacity: 0;
  transform: translateY(10px);
}

.kv-text h1 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.kv-text span {
  background-color: #fff;
  padding: 15px 0 1.5rem 15px;
  line-height: 1;
  box-sizing: border-box;
}

.kv-text .text-line1 {
  margin-bottom: 2rem;
}

.kv-text .text-line3 {
  margin-top: 2rem;
}

.kv-width {
  width: 85%;
  margin: 0 auto 0 0;
  padding: 10rem 0 6rem;
}

.kv-slider {
  position: relative;
  overflow: hidden;
}

.kv-slide {
  overflow: hidden;
  aspect-ratio: 16 / 9.5;
}

.kv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kv-pagination {
  position: absolute;
  left: 50%;
  width: 100vw;
  bottom: 3% !important;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.kv-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #d9d9d9;
  opacity: 1;
  border-radius: 1px;
}

.kv-pagination .swiper-pagination-bullet-active {
  background: var(--color-beige);
}

/*＝＝＝intro===*/

.intro-area {
  text-align: center;
  padding: 15rem 0 22rem;
  background-image: url(../img/kyusyu-bg.webp);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: top 0 right 17%;
}

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

.intro_detail p {
  font-size: calc(var(--s-val) * 1.8);
  line-height: 2.2;
}

/*===structure===*/

.structure-area {
  background-image: url(../img/fukuoka-bg.webp);
  background-size: cover;
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
  padding: 17rem 0 17rem;
}

.structure-area a {
  color: #fff;
  font-size: calc(var(--s-val) * 1.6);
  background-color: var(--color-beige);
  display: block;
  text-align: center;
  width: 23%;
  padding: 1rem 0;
  position: relative;
}

.structure-area 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: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.structure-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  width: 90%;
}

.structure-area .structure-title {
  margin-bottom: 2rem;
  line-height: 1.6;
}

.structure-detail {
  font-size: calc(var(--s-val) * 1.8);
  font-weight: normal;
  line-height: 2;
  margin-bottom: 4rem;
}

/*===shop-area===*/

.shop-area {
  width: 92%;
  margin: 0 0 0 auto;
  padding: 22rem 0 0;
}

.main-container .shop-title h3,
.main-container .shop-area .en-title {
  background-color: #fff;
  z-index: 10;
}

.main-container .shop-title h3 {
  padding-right: 20px;
}

.main-container .shop-area .en-title {
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.shop-title {
  display: inline-flex;
  align-items: stretch;
  background-color: #fff;
  line-height: 1;
  height: 100%;
}

.shop-slider {
  overflow: visible;
  position: relative;
  padding-right: 30px; /* keep right peek visible */
}

.shop-line {
  position: relative;
  margin-bottom: 5rem;
}

.shop-line::before {
  content: "";
  position: absolute;
  background-color: #1f1f1f;
  height: 1px;
  width: 100%;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.shop-photo {
  margin-bottom: 2rem;
}

.shop-name dt {
  font-size: calc(var(--s-val) * 2.8);
}

.shop-name dd {
  font-size: calc(var(--s-val) * 1.6);
  line-height: 2;
}

.shop-name dt span {
  font-size: calc(var(--s-val) * 2.2);
}

.shop-name dd span {
  font-size: calc(var(--s-val) * 1.4);
  background-color: #475c71;
  color: #fff;
  padding: 0rem 1rem;
  display: inline-block;
  margin-right: 16px;
}

.shop-area .btn-common_style {
  margin-right: 10%;
}

.btn-common_style {
  text-align: center;
}

.btn-common_style a {
  font-size: calc(var(--s-val) * 1.6);
  background-color: var(--color-beige);
  color: #fff;
  padding: 1rem 0;
  display: inline-block;
  min-width: 250px;
}

.shop-btn {
  margin-bottom: 15rem;
}

/*===slider===*/

.main-container .swiper-container {
  position: relative;
}

.main-container .swiper-button-prev:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/arrow-left.webp") center/contain no-repeat;
}
.main-container .swiper-button-next:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/arrow-right.webp") center/contain no-repeat;
}

.shop-slider {
  margin-bottom: 3rem;
}

.main-container .swiper-button-prev,
.main-container .swiper-button-next {
  top: 39%;
  width: calc(var(--swiper-navigation-size) / 44 * 35);
}

.main-container .swiper-button-prev {
  left: -1.5%;
}

.main-container .swiper-button-next {
  right: 7%;
}

/*===slider===*/

/*===コラボレーション===*/

.collabo-area {
  padding: 14rem 0 15rem;
  position: relative;
}

.collabo-area::before {
  content: "";
  background-color: var(--color-gray);
  position: absolute;
  top: 0;
  height: 40%;
  width: 100%;
  z-index: -1;
}

.collabo-title h2 {
  margin-bottom: -1rem;
}

.collabo-title {
  text-align: center;
  margin-bottom: 5rem;
}

.collabo-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 4rem;
  gap: 25px;
  width: 95%;
}

.connlabo-description {
  font-size: calc(var(--s-val) * 2.8);
  margin-top: 0;
}

.collabo-content {
  width: 100%;
}

.collabo-content_title {
  font-size: calc(var(--s-val) * 3.2);
  background-color: #fff;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  width: 75%;
  margin: -3rem auto 0;
  padding: 1rem 0;
  font-weight: bold;
}

.collabo-content_detail {
  font-size: calc(var(--s-val) * 1.6);
}

.collabo-content_detail dt {
  text-align: center;
  font-size: calc(var(--s-val) * 2.4);
  margin-bottom: 3rem;
  line-height: 1.5;
}

.collabo-content_detail dd {
  line-height: 2;
  width: 100%;
  margin: 0 auto;
}

/*member*/

.member-area {
  display: flex;
  position: relative;
  padding: 14rem 0 16rem;
}

.member-area::before {
  content: "";
  background-color: var(--color-gray);
  position: absolute;
  width: 100%;
  height: 55%;
  top: 0;
  z-index: -1;
}

.member-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.member-title {
  margin-right: -2rem;
  margin-left: 1rem;
}

.member-title h2 {
  text-indent: -1.5rem;
  line-height: 1.5;
}

.member-photo {
  width: 67.5%;
}

.member-text_wrapper {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

.member-btn.btn-common_style a,
.partner-btn.btn-common_style a {
  padding: 1rem 4rem;
}

/*===partner-area===*/

.partner-area {
  display: flex;
  padding: 20rem 0 15rem;
  position: relative;
}

.partner-area h2 {
  line-height: 1.5;
}

.partner-area::before {
  content: "";
  background-color: var(--color-gray);
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  z-index: -1;
}

.partner-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin-left: 3rem;
}

.partner-text_wrapper {
  width: 32.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.partner-photo {
  margin: 0 0 0 auto;
  width: 67.5%;
}

.partner-detail {
  font-size: calc(var(--s-val) * 2);
}

@media screen and (max-width: 768px) {
  .main-container h2 {
    font-size: calc(var(--s-val) * 3);
  }

  .main-container .shop-area .en-title {
    margin-bottom: 0;
  }

  .shop-btn.btn-common_style,
  .collabo-btn.btn-common_style,
  .member-btn.btn-common_style,
  .partner-btn.btn-common_style {
    width: 70%;
    margin: 0 auto;
  }

  .shop-btn.btn-common_style a,
  .collabo-btn.btn-common_style a,
  .member-btn.btn-common_style a,
  .partner-btn.btn-common_style a {
    width: 100%;
  }

  /*===kv===*/

  .kv-area {
    width: 100%;
    margin: 0;
  }

  .kv-text {
    transform: unset;
    top: 7%;
    bottom: auto;
    font-size: calc(var(--s-val) * 1.4);
    line-height: 2.2;
  }

  .kv-text span.text-style {
    display: inline-block;
    line-height: 1;
    margin-bottom: 1.5rem;
  }

  .kv-text span {
    padding: 1rem 0 1rem 2rem;
  }

  .kv-text.is-slide3-sp {
    top: auto;
    bottom: 16%;
  }

  .kv-pagination {
    bottom: 5% !important;
  }

  .kv-width {
    width: 100%;
    margin: 0;
    padding: 0 0 6rem;
  }

  .kv-slide {
    aspect-ratio: 750 / 1292;
    min-height: 320px;
  }

  .intro_detail p {
    font-size: calc(var(--s-val) * 1.6);
    width: 80%;
    margin: 0 auto;
  }

  /*===intro===*/

  .intro-area {
    background-size: 70%;
    background-position: bottom 70% right 0%;
    padding: 5rem 0 8rem;
  }

  /*===structure-area===*/

  .structure-area {
    background-position: bottom 0 right 30%;
    padding: calc(var(--s-val) * 9) 0 calc(var(--s-val) * 9);
    background-image: url(../img/fukuoka-bg_sp.webp);
  }

  .structure-wrapper {
    text-align: center;
    width: 90%;
  }

  .structure-area .structure-title {
    margin-bottom: 3rem;
    line-height: 1.6;
  }

  .structure-area a {
    width: 90%;
    margin: 0 auto;
  }

  .structure-detail {
    font-size: calc(var(--s-val) * 1.6);
    margin-bottom: 3rem;
  }

  /*===shop===*/

  .shop-area {
    padding: 7rem 0 0;
    width: 95%;
  }

  .shop-slider {
    margin-bottom: 5rem;
  }

  .shop-name {
    width: 95%;
  }

  .shop-name dt {
    font-size: calc(var(--s-val) * 2);
  }

  .shop-name dd {
    font-size: calc(var(--s-val) * 1.4);
  }

  .shop-name dd span {
    font-size: calc(var(--s-val) * 1.2);
  }

  .shop-photo {
    margin-bottom: 1rem;
  }

  .shop-title {
    align-items: center;
  }

  .shop-btn.btn-common_style {
    margin: 0 auto 10rem;
  }

  /*===swiper===*/

  .main-container .swiper-button-prev {
    left: -3%;
  }

  .main-container .swiper-button-next {
    right: 3%;
  }

  .main-container .shop-title h3 {
    font-size: calc(var(--s-val) * 2.6);
    padding-right: 5px;
  }

  .main-container .en-title {
    font-size: calc(var(--s-val) * 1.4);
  }

  /*===コラボレーション===*/

  .collabo-area {
    padding: 7rem 0 8rem;
    margin-bottom: 8rem;
  }

  .collabo-area::before {
    height: 100%;
  }

  .collabo-title {
    margin-bottom: 4rem;
  }

  .collabo-title h2 {
    margin-bottom: 0;
  }

  .collabo-title .en-title {
    margin-bottom: 2rem;
  }

  .connlabo-description {
    font-size: calc(var(--s-val) * 1.8);
  }

  .collabo-wrapper {
    width: 90%;
    flex-direction: column;
    gap: 35px;
    margin: 0 auto 7rem;
  }

  .collabo-content {
    background: #fff;
  }

  .collabo-content_detail {
    padding: 0 2rem 2rem;
  }

  .collabo-content_title {
    font-size: calc(var(--s-val) * 2.4);
    padding: 2rem 0 2rem;
    width: 85%;
    margin: -2rem auto 0;
    line-height: 1;
  }

  .collabo-content_detail dt {
    font-size: calc(var(--s-val) * 2);
    margin-bottom: 2rem;
  }

  .collabo-content_detail dd {
    font-size: calc(var(--s-val) * 1.6);
    width: 92%;
  }

  /*===member===*/
  .member-area {
    flex-direction: column;
    padding: 0 0 10rem;
    gap: 40px;
    margin-bottom: 7rem;
  }

  .member-area::before {
    bottom: 0;
    top: auto;
    height: 85%;
  }

  .member-text_wrapper {
    width: 100%;
    display: block;
    gap: 20px;
  }

  .member-text {
    writing-mode: unset;
    text-orientation: unset;
    margin-bottom: 4rem;
    text-align: center;
  }

  .member-btn.btn-common_style {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .member-title {
    margin-right: 0rem;
    margin-left: 1rem;
  }

  .member-title h2 {
    text-indent: 0;
    font-size: calc(var(--s-val) * 2.8);
  }

  .member-photo {
    width: 85%;
  }

  .member-detail {
    font-size: calc(var(--s-val) * 1.6);
  }

  /*===パートナー===*/

  .partner-area {
    padding: 0 0 8rem;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .partner-area::before {
    top: auto;
    bottom: 0;
  }

  .partner-photo {
    width: 95%;
  }

  .partner-detail {
    font-size: calc(var(--s-val) * 1.6);
  }

  .partner-text {
    writing-mode: unset;
    text-orientation: unset;
    margin-left: 0;
  }

  .partner-text_wrapper {
    width: 100%;
    margin: 0 0 0 auto;
    gap: calc(var(--s-val) * 5);
  }

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

  .btn-common_style {
    text-align: center;
    width: 80%;
  }

  .partner-area .btn-common_style a::before {
    right: 5%;
  }
}
