body {
  background-color: var(--color-beige);
}

/*===kv-area===*/

.kv-area {
  max-width: 1120px;
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
}

.kv-text_wrapper {
  width: 50%;
}

.kv-photo {
  width: 55%;
}

.kv-kinds h1 {
  font-size: calc(var(--s-val) * 2.8);
  background: var(--bg-gra);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline;
  margin-left: 1rem;
}

.kv-kinds_detail {
  background: var(--bg-gra);
  padding-bottom: 2rem;
  font-weight: 600;
}

.kv-title {
  color: #fff;
  font-size: calc(var(--s-val) * 2.8);
  padding: 3rem 1rem;
}

.kv-list {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1rem 1rem 2rem;
  gap: 0 calc(var(--s-val) * 2);
}

.kv-list li {
  font-size: calc(var(--s-val) * 1.4);
  font-weight: 600;
  display: block;
}

.kv-list li span.text-color-red {
  color: var(--color-red);
}

span.text-indent {
  margin-left: 1rem;
}

.kv-btn {
  display: flex;
  width: 90%;
  gap: 12px;
  margin: 1.5rem auto 0;
  font-weight: 600;
}

.kv-btn a {
  font-size: calc(var(--s-val) * 1.6);
  color: #fff;
  padding: 1.5rem;
  border-radius: 50px;
  width: 100%;
  display: block;
  text-align: center;
}

.kv-btn a:first-child {
  background-color: var(--color-red);
}

.kv-btn a:last-child {
  background-color: var(--color-orange);
}

/*===共通===*/

.section-header {
  text-align: center;
  padding: 5rem 0 5rem;
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  font-size: calc(var(--s-val) * 3.2);
}

.section-header_note {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 5rem;
}

.section-header span {
  font-size: calc(var(--s-val) * 4);
}

.section-header h2 {
  text-align: center;
  font-size: calc(var(--s-val) * 3.2);
  background: var(--bg-gra);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline;
}

.section-header::before {
  font-size: calc(var(--s-val) * 12);
  width: 100%;
  color: var(--color-title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-oswald);
  font-weight: bold;
}

/*===service-area===*/

.service-area {
  background-color: #fff;
  margin: 0 auto;
  padding: 0 0 10rem;
}

.service-area .section-header::before {
  width: 100%;
  content: "SERVICE";
}

.service-title {
  text-align: center;
  padding: 8rem 0 5rem;
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.service-title::before {
  content: "SERVICE";
  font-size: calc(var(--s-val) * 12);
  color: var(--color-title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-oswald);
  font-weight: bold;
}

.service-title h2 {
  text-align: center;
  font-size: calc(var(--s-val) * 3.2);
  background: var(--bg-gra);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline;
}

.service-content {
  padding: 3rem 6rem;
  max-width: 1120px;
  margin: 0 auto;
  background: antiquewhite;
}

h2.service-heading {
  margin-bottom: 2rem;
}

.service-heading {
  text-align: center;
  color: var(--color-orange_2);
  font-size: calc(var(--s-val) * 2.6);
}

/*===hero===*/

.hero-content {
  display: flex;
  width: 80%;
  margin: 0 auto;
  gap: calc(var(--s-val) * 2);
  align-items: center;
  position: relative;
  justify-content: flex-end;
}

.hero-copy {
  font-size: calc(var(--s-val) * 1.6);
  font-weight: 500;
  color: #000;
  width: 70%;
  margin-bottom: 2rem;
}

.hero-image {
  width: 25%;
  position: absolute;
  bottom: 0;
  left: 3rem;
}

.hero-image img {
  width: 100%;
}

.hero-gallery {
  display: flex;
  gap: calc(var(--s-val) * 2);
  margin-bottom: 2rem;
}

.rules-section {
  max-width: 1000px;
}
/*===feature===*/

.feature-list {
  width: 95%;
  display: flex;
  gap: calc(var(--s-val) * 5);
  margin: 0 auto 3rem;
}

.feature-item {
  text-align: center;
  background-color: #fff;
  padding: 7rem 0 2rem;
  border-radius: 10px;
  position: relative;
  width: 100%;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.feature-label {
  position: absolute;
  width: 110%;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.feature-item:nth-child(1) .feature-copy span {
  color: #e61717;
}

.feature-item:nth-child(2) .feature-copy span {
  color: #f24b0b;
}

.feature-item:nth-child(3) .feature-copy span {
  color: #ff8000;
}

.feature-item .feature-copy {
  font-size: calc(var(--s-val) * 1.8);
  font-weight: bold;
  line-height: 1.3;
}

.info-wrapper {
  background: #fff;
  border: 2px solid var(--color-orange_2);
  border-radius: 10px;
  padding: 3rem 0;
}

.info-cards {
  display: flex;
  width: 70%;
  margin: 0 auto 1rem;
  gap: calc(var(--s-val) * 4);
}

.info-card_content {
  width: 100%;
}

.info-title {
  display: flex;
  font-size: calc(var(--s-val) * 2);
  justify-content: center;
  align-items: center;
  gap: calc(var(--s-val) * 0.5);
  margin-bottom: 1rem;
  font-weight: 600;
}

.info-value {
  background-color: #ffecd9;
  text-align: center;
  font-size: calc(var(--s-val) * 1.6);
  font-weight: 500;
  padding: 0rem 0;
  min-height: calc(var(--s-val) * 7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-title img {
  width: 10%;
  height: 100%;
}

/*===SCENE====*/

.occasions-section {
  margin-bottom: 5rem;
}

.occasions-section .section-header::before {
  width: 100%;
  content: "SCENE";
}

.occasions-list {
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
  gap: calc(var(--s-val) * 2);
  justify-content: center;
  width: 35%;
}

.occasion-card {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
}

.occasion-label {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  background: var(--bg-gra);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
  padding: 1rem 0;
}

/*===SOLUTION===*/

section.challenge-solutions {
  margin-bottom: 5rem;
}

.challenge-solutions .section-header::before {
  width: 100%;
  content: "SOLUTION";
}

.solution-content {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--s-val) * 2);
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.solution-card {
  flex: calc(50% - calc(var(--s-val) * 2));
  word-break: break-word;
  overflow-wrap: anywhere;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 0 0 2rem;
}

.solution-label {
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 1rem 0;
  font-size: calc(var(--s-val) * 1.6);
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  gap: 4px;
}

.solution-label span {
  color: var(--color-orange_2);
}

.solution-label::before {
  content: "";
  background-image: url(../img/sengoku-experience/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left 50% bottom 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.solution-title {
  display: flex;
  padding: 0 1rem 1rem 2rem;
  gap: calc(var(--s-val) * 1);
}

.solution-photo {
  width: 35%;
}

.solution-title p {
  font-size: calc(var(--s-val) * 2.2);
  background: var(--bg-gra);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: bold;
  width: 60%;
  display: flex;
  align-items: center;
}

.solution-detail {
  padding: 0 2rem;
}

.solution-detail p {
  font-size: calc(var(--s-val) * 1.4);
}

/*===support===*/

.support-section {
  background: #fff;
  padding: 2rem 0 5rem;
}

.support-section .section-header::before {
  width: 100%;
  content: "SUPPORT";
}

.support-container {
  display: flex;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}

.support-icon {
  margin-bottom: 1rem;
}

.support-card {
  width: calc(33.33% - calc(var(--s-val) * 8));
}

.support-card h4 {
  font-size: calc(var(--s-val) * 2.4);
  text-align: center;
  margin-bottom: 1rem;
}

.support-card p {
  font-size: calc(var(--s-val) * 1.4);
  display: flex;
  justify-content: center;
}

/*===example===*/

.example-section {
  background-color: #fff;
  padding-bottom: 10rem;
}

.example-section .section-header::before {
  width: 100%;
  content: "EXAMPLE";
}

.example-wrapper {
  display: flex;
  max-width: 1120px;
  margin: 0 auto 5rem;
  gap: calc(var(--s-val) * 2);
}

.example-content {
  width: 100%;
}

.example-text {
  text-align: center;
  padding: 1rem 0;
}

.example-text dt {
  font-size: calc(var(--s-val) * 2.2);
  font-weight: 600;
}

.example-text dd {
  font-size: calc(var(--s-val) * 1.6);
}

.example-btn {
  text-align: center;
  font-size: calc(var(--s-val) * 1.6);
  display: flex;
  width: 35%;
  margin: 0 auto;
  gap: calc(var(--s-val) * 3);
}

.example-btn a {
  color: #fff;
  padding: 1.5rem 0;
  width: 100%;
  display: block;
  border-radius: 100px;
}

.color-red {
  background-color: var(--color-red);
}

.color-orange {
  background-color: var(--color-orange);
}
/*===voice===*/

section.voice-section {
}

.voice-section .section-header::before {
  width: 100%;
  content: "VOICE";
}

.voice-photo {
  width: 40%;
}

.voice-photo img {
  border-radius: 10px 0 0 10px;
}

.voice-text {
  width: 60%;
  padding: 3rem 3rem;
  position: relative;
}

.voice-btn_box {
  max-width: 1120px;
  margin: 0 auto 5rem;
  width: 90%;
}

.voice-content_wrap {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto 7rem;
}

.voice-content {
  display: flex;
  justify-content: center;
  max-width: 1120px;
  background-color: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
  width: 98%;
  margin: 0 auto;
}

.voice-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bg-gra);
  bottom: -20px;
  right: -20px;
  z-index: -1;
  border-radius: 10px;
}

.voice-btn_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 90%;
  gap: calc(var(--s-val) * 1.2);
  margin-top: calc(var(--s-val) * 2);
}

@media screen and (max-width: 900px) {
  .voice-btn_box {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .voice-btn_box {
    grid-template-columns: 1fr;
    width: 90%;
  }
}

.voice-btn_title {
  font-size: calc(var(--s-val) * 2);
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.voice-btn_title::before {
  content: "";
  width: calc(var(--s-val) * 0.6);
  height: calc(var(--s-val) * 3);
  background: var(--bg-gra);
  display: block;
}

.voice-btn.is-active .voice-btn_title::before {
  background: #fff;
}

.voice-btn_list li {
  font-size: calc(var(--s-val) * 1.4);
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.voice-btn_list li:nth-child(1) {
  color: var(--color-orange_2);
  border: 1px solid;
}

.voice-btn_list li:nth-child(2) {
  color: var(--color-orange);
  border: 1px solid;
}

.voice-btn_list li:nth-child(3) {
  color: var(--color-red);
  border: 1px solid;
}

.voice-btn.is-active .voice-btn_list li {
  border: 1px solid #fff;
  color: #fff;
}

.voice-btn.is-active {
  background: var(--bg-gra);
  color: #fff;
}

ul.voice-btn_list {
  display: flex;
  gap: 5px;
}

.voice-title {
  font-size: calc(var(--s-val) * 2.4);
  font-weight: bold;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 2rem;
}

.voice-title::before {
  content: "";
  width: 8px;
  height: 40px;
  background: var(--bg-gra);
  display: block;
}

.voice-list {
  display: flex;
  gap: 10px;
  font-size: calc(var(--s-val) * 2);
  font-weight: bold;
  margin-bottom: 2rem;
}

.voice-list li {
  border: 2px solid;
  border-radius: 5px;
  padding: 0.2rem 1rem;
}

.voice-list li:nth-child(1) {
  color: var(--color-orange_2);
}

.voice-list li:nth-child(2) {
  color: var(--color-orange);
}

.voice-list li:nth-child(3) {
  color: var(--color-red);
}

.voice-detail {
  font-size: calc(var(--s-val) * 1.6);
}

.voice-text a {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: calc(var(--s-val) * 1.6);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  color: #000;
  font-weight: bold;
}

.voice-text a::before {
  content: "";
  background-image: url(../img/sengoku-experience/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(var(--s-val) * 2.5);
  height: calc(var(--s-val) * 2.5);
  display: block;
}

/*===STEP===*/

.steps-section {
  padding-bottom: 10rem;
}

.steps-section .section-header::before {
  width: 100%;
  content: "FLOW";
}

.steps-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--s-val) * 4) calc(var(--s-val) * 14);
}

.step-card_inner {
  padding: 1rem 1rem 0;
}

.step-card {
  width: calc(33.33% - calc(var(--s-val) * 9.33));
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  border: 2px solid var(--color-orange_2);
  position: relative;
}

.step-card::before {
  content: "";
  background-image: url(../img/sengoku-experience/step-dot.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: calc(var(--s-val) * 7);
  height: calc(var(--s-val) * 2);
  position: absolute;
  right: calc(var(--s-val) * -11);
  top: 50%;
  transform: translateY(-50%);
}

.step-card:nth-child(3)::before,
.step-card:nth-child(6)::before {
  display: none;
}

.step-first.step-card {
  background: unset;
  border: unset;
  justify-content: center;
}

.step-first.step-card img {
  width: 85%;
  margin: 0 auto;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--s-val) * 4.4);
  color: var(--color-orange_2);
  gap: 10px;
  font-family: var(--font-oswald);
}

.step-number span {
  display: flex;
  align-items: center;
}

.step-card:nth-child(2) span {
  width: 22%;
}

.step-card:nth-child(3) span {
  width: 23%;
}

.step-card:nth-child(4) span {
  width: 23%;
}

.step-card:nth-child(5) span {
  width: 30%;
}

.step-card:nth-child(6) span {
  width: 22%;
}

.step-card_title {
  margin-bottom: 1rem;
}

.step-card_title p {
  font-size: calc(var(--s-val) * 1.8);
  text-align: center;
  font-weight: 600;
}

.step-card_detail {
  text-align: center;
  font-size: calc(var(--s-val) * 1.2);
  margin-bottom: 1rem;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-card_note {
  text-align: center;
  font-size: calc(var(--s-val) * 1.2);
  color: #fff;
  background: var(--color-orange_2);
  padding: 1rem 0;
  border-radius: 0 0 12px 12px;
}

/*=== slider common ===*/

.slider {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.4s ease;
}

.swiper-slide {
  min-width: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.slider-prev {
  left: 12px;
}

.slider-next {
  right: 12px;
}

.slider-dots {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.6);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  gap: calc(var(--s-val) * 2);
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: var(--color-orange);
}

.catering-slider,
.venue-slider {
  padding-bottom: 4rem;
}

.catering-container .section-header h2,
.venue-section .section-header h2 {
  position: relative;
}

.catering-container .section-header::before,
.venue-section .section-header::before {
  color: #ffecd9;
  line-height: 0;
}
/*===FOOD===*/

section.catering-section {
  position: relative;
  margin-bottom: 10rem;
}

section.catering-section::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 36%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.catering-section .section-header::before {
  width: 100%;
  content: "FOOD";
}

.catering-container {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  justify-content: center;
  padding: 3% 0 0;
  max-width: 1120px;
  gap: calc(var(--s-val) * 5);
}

.catering-slider {
  width: 60%;
}

.catering-text {
  width: 50%;
  margin: 0 auto;
}

.catering-detail {
  font-size: calc(var(--s-val) * 2);
  font-weight: 600;
}

/*===VENUE===*/

section.venue-section {
  position: relative;
}

section.venue-section::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 50%;
  position: absolute;
  top: -15%;
  z-index: -1;
}

.venue-content {
  display: flex;
  max-width: 1120px;
  padding-left: 2rem;
  margin: 0 auto 5rem;
  gap: calc(var(--s-val) * 5);
}

.venue-section .section-header::before {
  width: 100%;
  content: "ARENA";
}

.venue-text {
  width: 50%;
  margin: 0 auto;
}

.venue-slider {
  width: 60%;
}

.catering-text .section-header,
.venue-text .section-header {
  padding: 2rem 0;
  margin-bottom: 4rem;
}

.venue-text .section-header {
  margin-bottom: 2rem;
}

.venue-detail p:nth-child(1) {
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 2rem;
  font-weight: 600;
}

.venue-detail p:nth-child(2) {
  font-size: calc(var(--s-val) * 1.4);
}

/*===pricing===*/

.pricing-section {
  background-color: #fff;
}

.pricing-section .section-header::before {
  width: 100%;
  content: "PRICE";
}

.pricing-content {
  max-width: 1120px;
  margin: 0 auto;
  background: var(--color-beige);
  padding: 5rem 3rem;
  border-radius: 10px;
}

.pricing-banner {
  margin-bottom: 2rem;
}

.pricing-banner h4 {
  font-size: calc(var(--s-val) * 4.2);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3rem;
  font-family: var(--font-oswald);
}

.pricing-banner h4 span {
  font-size: calc(var(--s-val) * 7.6);
  color: var(--color-red);
}

.pricing-banner h4 .sab-main {
  font-size: calc(var(--s-val) * 5.6);
}

.pricing-banner p {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  font-weight: 600;
}

.pricing-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.pricing-card {
  width: 35%;
  text-align: center;
  background-color: #fff;
  padding: 3rem 2rem;
}

.pricing-card h5 {
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 1rem;
}

.pricing-card p {
  font-size: calc(var(--s-val) * 1.6);
  text-align: left;
  display: flex;
  justify-content: center;
}

.pricing-card:nth-child(1) {
  border: 2px solid var(--color-red);
}

.pricing-card:nth-child(1) h5 {
  color: var(--color-red);
}

.pricing-card:nth-child(2) {
  border: 2px solid var(--color-orange_2);
}

.pricing-card:nth-child(2) h5 {
  color: var(--color-orange_2);
}

/*===CONTACT===*/
.contact-btn a img {
  position: absolute;
  top: -70%;
}

.contact-section {
  background-color: #fff;
  padding: 5% 0;
}

.contact-section .section-header::before {
  width: 100%;
  content: "CONTACT";
}

.section-header_detail {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  font-weight: 600;
  margin-bottom: 2rem;
}

.contact-card {
  display: flex;
  justify-content: center;
  max-width: 800px;
  width: 80%;
  position: relative;
  margin: 0 auto 10rem;
  background: var(--color-beige);
  text-align: center;
  padding: 4rem 10rem 4rem 0;
  gap: calc(var(--s-val) * 4);
  border-radius: 10px;
  align-items: center;
}

.contact-card p {
  font-size: calc(var(--s-val) * 2);
  font-weight: 600;
}

.contact-card a {
  font-size: calc(var(--s-val) * 3.6);
  background: var(--bg-gra);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.contact-photo {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
}

.contact-btn {
  text-align: center;
  display: flex;
  width: 100%;
  margin: 0 auto;
  gap: calc(var(--s-val) * 1);
  max-width: 550px;
}

.contact-btn a {
  font-size: calc(var(--s-val) * 1.6);
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
  padding: 2rem 0;
  width: 100%;
  display: block;
  line-height: 1;
  position: relative;
}

.contact-btn a:nth-child(1) {
  background-color: var(--color-red);
}

.contact-btn a:nth-child(2) {
  background-color: var(--color-orange);
}

.contact-btn a:nth-child(3) {
  background-color: var(--color-orange_2);
}

.contact-btn a img {
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

@media screen and (max-width: 768px) {
  /*===kv===*/

  .kv-area {
    flex-direction: column-reverse;
  }

  .kv-photo {
    width: 100%;
  }

  .kv-text_wrapper {
    width: 90%;
  }

  .kv-title {
    font-size: calc(var(--s-val) * 1.8);
  }

  span.text-indent {
    margin-left: 0;
  }

  .kv-list {
    gap: calc(var(--s-val) * 1) calc(var(--s-val) * 2);
  }

  .kv-list li {
    font-size: calc(var(--s-val) * 1.4);
    width: auto;
    display: inline;
  }

  .kv-btn {
    flex-direction: column;
    gap: 5px;
  }

  /*===kv===*/

  .section-header h2 {
    font-size: calc(var(--s-val) * 2.8);
  }

  .section-header::before {
    font-size: calc(var(--s-val) * 8);
    width: 100%;
  }

  .section-header_detail {
    width: 90%;
    margin: 0 auto 2rem;
  }

  .hero-content {
    flex-direction: column;
  }

  .hero-copy {
    font-size: calc(var(--s-val) * 1.6);
    font-weight: 500;
    width: 100%;
  }

  .hero-image {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-gallery {
    flex-direction: column;
  }

  /*===service-area===*/

  .service-content {
    padding: 3rem 2rem;
  }

  /*===feature===*/

  .feature-list {
    flex-wrap: wrap;
    gap: calc(var(--s-val) * 3);
  }

  .info-cards {
    flex-wrap: wrap;
    width: 80%;
  }

  .info-note {
    width: 80%;
  }

  /*===SCENE====*/

  .occasions-list {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }

  .occasion-card {
    width: 100%;
  }

  .occasion-label {
    font-size: calc(var(--s-val) * 1.8);
  }

  /*===SOLUTION===*/

  .solution-content {
    width: 90%;
    flex-direction: column;
  }

  .solution-photo {
    width: 100%;
  }

  .solution-title p {
    width: 100%;
  }

  .solution-content {
    gap: calc(var(--s-val) * 4);
  }

  .support-card {
    width: 90%;
    margin: 0 auto 5rem;
  }

  .solution-title {
    flex-direction: column;
  }

  /*===support===*/

  .support-container {
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }

  /*===EXAMPLE===*/

  .example-wrapper {
    flex-direction: column;
    width: 90%;
    margin: 0 auto 4rem;
  }

  .example-btn {
    width: 70%;
    flex-direction: column;
  }

  /*===FLOW===*/

  .steps-container {
    gap: calc(var(--s-val) * 10) calc(var(--s-val) * 14);
    flex-direction: column;
    padding: 0 15%;
  }

  .step-card {
    width: 100%;
  }

  .step-card::before {
    background-image: url(../img/sengoku-experience/step-dot_sp.png);
    height: 30%;
    background-size: contain;
    background-position: 50% 0;
    right: 0%;
    bottom: -53%;
    top: auto;
    width: 100%;
  }

  .step-card:nth-child(3)::before {
    display: block;
  }

  /*===voice===*/

  section.voice-section {
  }

  .voice-list {
    flex-wrap: wrap;
  }

  .voice-content::before {
    right: -3%;
    bottom: -2%;
  }

  .voice-content {
    flex-direction: column;
  }

  .voice-photo {
    width: 100%;
  }

  .voice-text {
    width: 100%;
    padding: 3rem 2rem 6rem;
  }

  /*===FOOD===*/

  .catering-container {
    flex-direction: column;
    padding: 5rem 0 0;
    gap: calc(var(--s-val) * 2);
  }

  .catering-detail {
    width: 90%;
    margin: 0 auto;
  }

  .venue-text .section-header {
    margin-top: 1rem;
    margin: 1rem 0 0;
  }

  .catering-text {
    width: 90%;
    margin: 0 auto;
    margin: 0 auto;
  }

  section.catering-section {
    margin-bottom: 2rem;
  }

  section.catering-section::before {
    height: 20%;
  }

  .catering-slider {
    width: 100%;
  }

  .catering-text {
    width: 100%;
    margin: 0 auto;
  }

  /*===VENUE===*/

  .venue-content {
    flex-direction: column;
    gap: calc(var(--s-val) * 2);
    padding-left: 0;
  }

  .venue-text {
    width: 100%;
    margin: 0 auto;
  }

  .venue-detail {
    width: 90%;
    margin: 0 auto;
  }

  .venue-slider {
    width: 100%;
  }

  section.venue-section::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 17%;
    position: absolute;
    top: 0;
    z-index: -1;
  }

  /*===pricing===*/

  .pricing-grid {
    flex-direction: column;
  }

  .pricing-card {
    width: 100%;
  }

  .pricing-content {
    width: 90%;
    padding: 5rem 2rem;
  }

  .pricing-banner h4 span {
    font-size: calc(var(--s-val) * 4.6);
  }

  .pricing-banner h4 {
    display: flex;
    font-size: calc(var(--s-val) * 3.2);
    flex-direction: column;
    gap: 5px;
  }

  .pricing-banner p {
    font-size: calc(var(--s-val) * 1.8);
  }

  /*===CONTACT===*/
  .contact-btn a img {
    position: absolute;
    top: -70%;
  }

  .contact-photo {
    position: absolute;
    right: 1%;
    top: 5%;
    transform: unset;
    width: 23%;
  }

  .contact-card {
    gap: calc(var(--s-val) * 0);
    flex-direction: column;
    padding: 4rem 0 4rem 0;
    width: auto;
  }

  .contact-btn {
    flex-direction: column;
    gap: calc(var(--s-val) * 6);
    width: 70%;
    margin: 0 auto 5rem;
  }

  .support-card p {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .support-section {
    padding: 2rem 0 0;
  }
}
