@font-face{
  font-family:'EbSmallCaps';
  src:url('assets/font/EBGaramondSC.woff');

}

:root {
  /* BASE COLORS */
  --base-white:#FFFFFF;
  --base-white2:#FAF8F5;
  --base-white3:#FDFDFD;
  --base-white4:#FAF9F5;
  --base-black:#404040;
  --base-brown:#81785E;
  --base-lightBrown:#F1EEE6;
  --base-darkBrown:#E9E4DC;
  --base-brown2:#AC7F5E;
  --base-lightBlack: rgba(64, 64, 64, 0.5);
  --base-lightBlack2:rgba(64, 64, 64, 0.3);
  --base-lineGreen:#00AF26;
  


  /*TEXT COLORS*/
  --text-white:#FFFFFF;
 --text-white2:#FAF8F5;
 --text-white3:#FDFDFD;
 --text-black:#404040;
  --text-brown:#81785E;
  --text-darkBrown:#E9E4DC;
  --text-white-opac: #FDFDFD80;
  --text-brown2:#AC7F5E;
  --text-lightBlack:rgba(64, 64, 64, 0.5);
  --text-lightBlack2:rgba(64, 64, 64, 0.3);



  /*BOX SHADOW*/

  /*GRADIESNT*/
  --pink-gradient:linear-gradient(180deg, #C56564 0%, #8B4146 100%);

}
.text-white{color:var(--text-white)}
.text-white2{color:var(--text-white2)}
.text-white3{color:var(--text-white3)}
.text-black{color:var(--text-black)}
.text-brown{color:var(--text-brown)}
.text-brown2{color:var(--text-brown2)}
.text-white-opac{color:var(--text-white-opac)}
.text-lightBlack{color:var(--text-lightBlack)}
.text-lightBlack2{color:var(--text-lightBlack2)}

.base-brown{background-color:var(--base-brown)}
.base-white2{background-color:var(--base-white2)}
.base-white2{background-color:var(--base-white2)}
.base-white4{background-color:var(--base-white4)}
/* ===========================================
   FONT FAMILY (px based)
   =========================================== */
   .font-zen{
    font-family:'Zen Old Mincho'
   }
   .font-noto{font-family:'Noto Sans JP'}
   .font-eb{font-family:'EB Garamond'}
   .font-ebSC{font-family:'EbSmallCaps'}
   .font-zenKaku{font-family:'Zen Kaku Gothic New'}
   .font-notoSans{font-family:'Noto Sans'}
/* ===========================================
   FONT FORMAT (px based)
   =========================================== */
.text-underline {
  text-decoration: underline;
}


/* ===========================================
   FONT SIZE (px based)
   =========================================== */
.fs-8 {
  font-size: 8px;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-27 {
  font-size: 27px;
}
.fs-28 {
  font-size: 28px;
}
.fs-29 {
  font-size: 29px;
}
.fs-30 {
  font-size: 30px;
}
.fs-31 {
  font-size: 31px;
}
.fs-32 {
  font-size: 32px;
}
.fs-34 {
  font-size: 34px;
}
.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-37 {
  font-size: 37px;
}
.fs-38 {
  font-size: 38px;
}
.fs-40 {
  font-size: 40px;
}
.fs-41 {
  font-size: 41px;
}
.fs-42 {
  font-size: 42px;
}
.fs-43 {
  font-size: 43px;
}

.fs-45 {
  font-size: 45px;
}
.fs-46 {
  font-size: 46px;
}
.fs-48 {
  font-size: 48px;
}
.fs-50 {
  font-size: 50px;
}
.fs-51 {
  font-size: 51px;
}
.fs-53 {
  font-size: 53px;
}

.fs-55 {
  font-size: 55px;
}
.fs-56 {
  font-size: 56px;
}
.fs-60 {
  font-size: 60px;
}
.fs-63 {
  font-size: 63px;
}

.fs-64 {
  font-size: 64px;
}
.fs-70 {
  font-size: 70px;
}

.fs-80 {
  font-size: 80px;
}

/* ===========================================
   FONT WEIGHT
   =========================================== */
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-350 {
  font-weight: 350;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-550 {
  font-weight: 550;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}

/* ===========================================
   LINE HEIGHT (in em, using .05em step)
   =========================================== */
.lh-normal{
  line-height:normal !important;
}
.lh-5 {
  line-height: 0.05em;
}
.lh-10 {
  line-height: 0.1em;
}
.lh-15 {
  line-height: 0.15em;
}
.lh-20 {
  line-height: 0.2em;
}
.lh-21 {
  line-height: 0.21em;
}
.lh-25 {
  line-height: 0.25em;
}
.lh-26 {
  line-height: 0.26em;
}
.lh-30 {
  line-height: 0.3em;
}
.lh-36px {
  line-height: 36px;
}
.lh-40 {
  line-height: 0.4em;
}
.lh-50 {
  line-height: 0.5em;
}
.lh-75 {
  line-height: 0.75em;
}
.lh-100 {
  line-height: 1em;
}
.lh-120 {
  line-height: 1.2em;
}
.lh-130 {
  line-height: 1.3em;
}
.lh-140 {
  line-height: 1.4em;
}
.lh-150 {
  line-height: 1.5em;
}
.lh-160 {
  line-height: 1.6em;
}
.lh-170 {
  line-height: 1.7em;
}
.lh-180 {
  line-height: 1.8em;
}
.lh-200 {
  line-height: 2em;
}
.lh-20px {
  line-height: 20px;
}
.lh-30px {
  line-height: 1.875em;
}
.lh-32px {
  line-height: 2em;
}
.lh-34px {
  line-height: 2.125em;
}
.lh-23px {
  line-height: 23px;
}
.lh-35px {
  line-height: 35px;
}
.lh-40px {
  line-height: 2.5em;
}
.lh-40px2 {
  line-height: 40px;
}
.lh-41px {
  line-height: 41px;
}
.lh-60px {
  line-height: 60px;
}
.lh-83px{line-height:83px}
.lh-100P{
  line-height:100%;
}

/* ===========================================
   LETTER SPACING (in em, using .05em step)
   =========================================== */
.ls-2 {
  letter-spacing: 0.02em;
}
.ls-3 {
  letter-spacing: 0.04em;
}
.ls-4 {
  letter-spacing: 0.04em;
}
.ls-5 {
  letter-spacing: 0.05em;
}
.ls-5 {
  letter-spacing: 0.05em;
}
.ls-7 {
  letter-spacing: 0.07em;
}
.ls-8 {
  letter-spacing: 0.08em;
}
.ls-10 {
  letter-spacing: 0.1em;
}
.ls-15 {
  letter-spacing: 0.15em;
}
.ls-20 {
  letter-spacing: 0.2em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-30 {
  letter-spacing: 0.3em;
}
.ls-40 {
  letter-spacing: 0.4em;
}
.ls-50 {
  letter-spacing: 0.5em;
}

/* ===========================================
   GAP (px-based)
   =========================================== */
  
    .gap-0px {
  gap: 0px;
}
 .gap-2px {
  gap: 2px;
}
 .gap-3px {
  gap: 3px;
}

.gap-5px {
  gap: 5px;
}
.gap-6px {
  gap: 6px;
}
.gap-7px {
  gap: 7px;
}
.gap-8px {
  gap: 8px;
}
.gap-12px {
  gap: 12px;
}

.gap-10px {
  gap: 10px;
}
.gap-12px {
  gap: 12px;
}
.gap-14px {
  gap: 14px;
}

.gap-15px {
  gap: 15px;
}
.gap-16px {
  gap: 16px;
}
.gap-17px {
  gap: 17px;
}
.gap-18px {
  gap: 18px;
}
.gap-20px {
  gap: 20px;
}
.gap-24px {
  gap: 24px;
}
.gap-25px {
  gap: 25px;
}
.gap-26px {
  gap: 26px;
}
.gap-29px {
  gap: 29px;
}

.gap-30px {
  gap: 30px;
}
.gap-32px {
  gap: 32px;
}
.gap-34px {
  gap: 34px;
}
.gap-38px {
  gap: 38px;
}

.gap-40px {
  gap: 40px;
}
.gap-45px {
  gap: 45px;
}
.gap-44px {
  gap: 44px;
}
.gap-48px {
  gap: 48px;
}
.gap-50px {
  gap: 50px;
}
.gap-54px {
  gap: 50px;
}
.gap-55px {
  gap: 55px;
}

.gap-59px {
  gap: 59px;
}

.gap-60px {
  gap: 60px;
}
.gap-63px {
  gap: 63px;
}
.gap-70px {
  gap: 70px;
}
.gap-75px {
  gap: 75px;
}
.gap-80px {
  gap: 80px;
}
.gap-84px {
  gap: 84px;
}
.gap-90px {
  gap: 90px;
}
.gap-100px {
  gap: 100px;
}
.gap-124px {
  gap: 124px;
}
.gap-129px {
  gap: 129px;
}
.gap-150px {
  gap: 150px;
}



/* ===========================================
   DISPLAY
   =========================================== */
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-none {
  display: none;
}

/* ===========================================
   FLEX DIRECTION
   =========================================== */
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}

/* ===========================================
   ALIGN ITEMS
   =========================================== */
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-stretch {
  align-items: stretch;
}
.items-baseline {
  align-items: baseline;
}

.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/* ===========================================
   width
   =========================================== */
.w-100 {
  width: 100%;
}
.rel {
  position: relative;
}

.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}

.p-16{
  padding-left:16px;
  padding-right:16px;
}

/*===position---*/
.pos-relative{
  position:relative;
}
.text-nowrap{
  text-wrap:nowrap;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-family: 'Zen Old Mincho', serif;
  font-weight:400;
  scroll-behavior: smooth;
  scroll-margin-top: 20px;

}

body,
html {
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden;
  color: var(--text-black);
  width: 100%;
	min-height:100vh;
  background-color:var(--base-white2);
 
}

h1,h2,h3,h4,h5,h6,span,p{
  text-wrap:wrap;
  line-height:100%;
}
a{
	text-decoration:none;
}
.brown-hover:hover{
	color:var(--text-brown) !important;
	transition:all 0.3s ease-in-out;
}






/*---------SCROLL FADE IN------------*/
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: 
        opacity 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        transform 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal.fade-up {
    transform: translateY(30px);
    opacity: 0;
}

.reveal.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

.reveal.fade-in {
    transform: translateY(20px);
    opacity: 0;
}

.reveal.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

/* New: Pure opacity fade (no movement) */
.reveal.fade-only {
    opacity: 0;
    transform: none; /* No transform changes */
    transition: opacity 1.1s cubic-bezier(0.33, 0, 0.67, 1);
}

.reveal.fade-only.active {
    opacity: 1;
    transform: none;
}

/* Alternative: Even slower pure fade */
.reveal.fade-slow {
    opacity: 0;
    transform: none;
    transition: opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.fade-slow.active {
    opacity: 1;
    transform: none;
}
/*------FLOATING BTN--------------*/

.page-floating-btn {
  position: fixed; 
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #c56564 0%, #8b4146 100%);
  z-index: 9999;
  padding: 25.66px 5px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  opacity: 0;
  font-weight: 300;
  visibility: hidden;
  transition: all 0.5s ease-in-out; 
}

.page-floating-btn.visible {
  opacity: 1;
  visibility: visible;
}

.page-floating-btn span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.page-floating-btn:hover {
  color: #c56564;
  border: 1px solid #c56564;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}
.page-floating-btn:hover img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(19%) saturate(2754%)
    hue-rotate(331deg) brightness(90%) contrast(79%);
}
@media screen and (min-width: 850px) {
}
@media screen and (max-width: 850px) {
  .page-floating-btn {
   position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0px;
    flex-direction: row;
	  align-items:center;
	  justify-content:center;
	  padding-left:8px;
	  padding-right:8px;
/*     padding-top:8px;
	padding-bottom:8px; */
    width: 100%;
    min-width: min-content; 
	max-width:278px;
	max-height:66px;
  }

  .page-floating-btn span {
    writing-mode: horizontal-tb;
    letter-spacing: 0.05em;
    margin-left: 8px;
    font-size: 18px;
  }
}



/*--------END FLOATING BTN------------*/

/*------HEADER SECTION----------*/
.pink-button {
  display: flex;
  width:fit-content;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP";
  background: var(--pink-gradient);
  padding: 15px 21px 15px 32px;
  transition: all 0.3s ease-in-out;
}

.button-brown {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 20px;
  background-color: var(--base-brown);
  width: fit-content;
  color: var(--text-white);
  max-height: fit-content;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.button-brown:hover {
  background-color: var(--base-white);
  border: 1px solid var(--base-brown);
  color: var(--text-brown);
}
.button-brown span {
  text-wrap: nowrap;
}
.button-brown:hover .btn-wrapper {
  background-color: var(--base-brown);
}
.button-brown:hover .btn-wrapper img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(296deg) brightness(104%) contrast(101%);
}

.btn-wrapper {
  background-color: var(--base-white);
  height: 30px;
  width: 30px;
  border-radius: 107.37px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.pink-button2 .btn-wrapper {
  background-color: transparent !important;
  border: 1px solid var(--base-white) !important;
}

.pink-button2 {
  width: fit-content;
  padding-left: 28px;
  padding-right: 25px;
  gap: 21.59px;
}
.pink-button2 span {
  color: var(--base-white);
}
.pink-button2 .btn-wrapper img {
  width: 14.56px;
  height: auto;
}

.banner-pink-btn {
  background: var(--pink-gradient);
  color: var(--text-white);
  display: flex;
  flex-direction: row;
  gap: 22px;
  min-width: 295px;
  padding: 12px 28px;
  min-height: 62.32px;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.banner-pink-btn .btn-wrapper {
  border: 1px solid var(--base-white);
  background-color: transparent;
  height: 40.22px;
  width: 40.22px;
}

.float-btn:hover {
  transform: translateY(-5px) !important;
  color:var(--text-white);
}

.light-brown-btn {
  color: var(--text-brown);
  font-size: 18px;
  box-shadow: inset 0 0 0 0.65px #81785e;
  padding: 14px 14px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.light-brown-btn .btn-wrapper {
  border: 1px solid var(--base-brown);
  height: 19.35px;
  width: 19.35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.light-brown-btn .btn-wrapper svg {
  color: var(--base-brown);
}

.light-brown-btn:hover {
  background-color: var(--base-brown);
  color: var(--text-white);
}
.light-brown-btn:hover .btn-wrapper {
  background-color: var(--base-white);
  box-shadow: inset 0 0 0 0.65px var(--base-white);
}

.light-brown-btn:hover .btn-wrapper svg {
  color: var(--base-brown);
}

.line-button {
  font-size: 19px;
  color: var(--text-white);
  background-color: var(--base-lineGreen);
  padding: 15px 21px;
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.line-button span {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.header {
  width: 100vw;
  margin-top: 0px;
  margin-right: 0px;
  z-index: 9999999;
  position: fixed;
  top: 0px;
  height: auto !important; 
  min-height: auto; 

}
.header-container {
	background: #40404080 !important;
  width: 100vw;
  display: flex;
  flex-direction: row;
  gap: auto;
  padding: 15px 50px;
  transition: background-color 0.3s ease-in-out;
}
.header-links-container {
  margin-left: auto;
}

.header-sp-btn-container {
  display: none;
}
.header-sp-btn-container .button {
  padding: 0;
  outline: none;
  cursor: pointer;
}
.header-sp-btn-container .button:focus {
  outline: none;
}
.header-sp-btn-container button::-moz-focus-inner {
  border: 0;
}
.button.is-text {
  background-color: transparent;
  border: 0;
}
.button-inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: fit-content;
  height: 100%;
  position: absolute;
  top: 55%;
  left: 51%;
  transform: translate(-50%, -50%);
}
#menu-button {
  padding: 5px 0px;
  width: 45px;
  height: 45px;
  background-color: var(--base-white);
  border-radius: 100%;
  transition: background-color 2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.icon {
  line-height: 0;
}

.menu-icon,
.menu-icon2 {
  display: block;
  height: 1px;
  width: 24px;
  background-color: var(--base-brown2);
  margin: 2px 0;
  transition-duration: 0.5s;
  transform-origin: center;
}
.menu-icon3 {
  display: block;
  height: 1px;
  width: 12px;
  background-color: var(--base-brown2);
  margin: 2px 0px 0px 0px;
  transition-duration: 0.5s;
  transform-origin: center;
}
.menu-icon {
  margin-top: 0;
}

.menu-icon3 {
  margin-bottom: 0;
}

#menu-button:hover .menu-icon {
  width: 24px;
  transition-duration: 0.5s;
}

#menu-button:hover .menu-icon2 {
  width: 24px;
  transition-duration: 0.5s;
}

#menu-button:hover .menu-icon3 {
  width: 12px;
  transition-duration: 0.5s;
}

#menu-button:hover .menu-icon3 {
  width: 24px;
  transition-duration: 0.5s;
}

#menu-button.is-opened .menu-icon {
  transform: translateY(4px) rotate(45deg);
  width: 22px;
  margin-left: 1px;
}
#menu-button.is-opened .menu-icon2 {
  opacity: 0;
  width: 0px;
}
#menu-button.is-opened .menu-icon3 {
  transform: translateY(-6px) rotate(-45deg);
  width: 22px;
  margin-left: 1px;
}

.header-container-sp,
.pink-button-pc-disp {
  visibility: hidden;
  opacity: 0;
}
.header-container-sp {
  visibility: hidden;
  opacity: 0;
  padding: 80px 30px 60px 40px;
  background: rgba(20, 6, 4, 1);
  height: 100vh;
  width: 100vw;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  transition:
    opacity 0.6s ease-in-out,
    visibility 0.6s ease-in-out;
}

.header-container-sp.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  margin-top:-2px;
}

.header-container-sp-wrapper {
  justify-content: center;
  width: 100%;
  max-width: 600px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-in-out 0.1s,
    transform 0.6s ease-in-out 0.1s;
}
.header-container-sp-wrapper a {
  opacity: 0;
  transform: translateY(15px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.header-container-sp.active .header-container-sp-wrapper a:nth-child(1) {
  transition-delay: 0.1s;
}

.header-container-sp.active .header-container-sp-wrapper a:nth-child(2) {
  transition-delay: 0.15s;
}

.header-container-sp.active .header-container-sp-wrapper a:nth-child(3) {
  transition-delay: 0.2s;
}

.header-container-sp.active .header-container-sp-wrapper a:nth-child(4) {
  transition-delay: 0.25s;
}

.header-container-sp.active .header-container-sp-wrapper a:nth-child(5) {
  transition-delay: 0.3s;
}

.header-container-sp.active .header-container-sp-wrapper a:nth-child(6) {
  transition-delay: 0.35s;
}

.header-container-sp.active .header-container-sp-wrapper a {
  opacity: 1;
  transform: translateY(0);
}

.header-container-sp-wrapper > div:first-child p {
  opacity: 0;
  transform: translateY(15px);
  transition:
    opacity 0.4s ease 0.05s,
    transform 0.4s ease 0.05s;
}

.header-container-sp.active .header-container-sp-wrapper > div:first-child p {
  opacity: 1;
  transform: translateY(0);
}

.header-container-sp-wrapper > p:last-child {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease 0.4s,
    transform 0.4s ease 0.4s;
}

.header-container-sp.active .header-container-sp-wrapper > p:last-child {
  opacity: 1;
  transform: translateY(0);
}

.header-container-sp-wrapper {
  opacity: 1;
  transform: none;
  transition: none;
}

.header-container-sp.active .header-container-sp-wrapper {
  opacity: 1;
  transform: none;
}
.header-container-sp.active .header-container-sp-wrapper {
  opacity: 1;
  transform: translateY(0);
}

.pink-button-pc-disp {
  display: none;
}

.pink-button-sp {
  justify-content: space-between;
  padding: 16px 20px;
  height: 52px;
  width: 100%;
  max-width: 295px;
  align-self: center;
}
.pink-button-sp:hover,
.pink-button:hover{
  color:var(--text-white)
}
.pink-button-sp span {
  font-size: 16px;
}
.header-container.active {
  background: #0a0a0a !important;
}
.header-links-container .header-link:hover,
.header-container-sp .header-link:hover {
  color: var(--text-brown);
  transition: all 0.3s ease-in-out;
}


@media screen and (min-width: 1025px) {
  .header-container-sp.active {
    display: none;
  }
  .pink-button {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1200px) {
  .header-links-container a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .header.active {
    position: fixed;
  }
  .header-container {
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.4);
  }

  .header-sp-btn-container {
    display: block;
  }
  .header-links-container {
    gap: 20px;
  }
  .header-links-container a:not(.pink-button) {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .pink-button {
    padding: 12px 15px;
    gap: 14px;
    font-size: 16px;
  }
  .pink-button img:first-of-type {
    height: 16px;
    width: 16px;
  }
  .pink-button img:last-of-type {
    height: 20px;
    width: 20px;
  }
  .header-ruffree-logo {
    height: 60px;
    width: 70px;
  }

  .button-brown {
    font-size: 15px;
  }
  .button-brown .btn-wrapper {
    height: 20px;
    width: 20px;
  }
  .line-button {
    font-size: 18px;
    color: var(--text-white);
    background-color: var(--base-lineGreen);
    padding: 15px 21px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    width: fit-content;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (max-width: 500px) {
  .header-sp-p {
    text-align: left;
  }
  .header-links-sp {
    align-items: flex-start;
  }
  .pink-button-sp {
    max-width: 100%;
  }
}




/*------TOP HERO---------------*/
.top-hero-main-container {
  position: relative;
  overflow:hidden;
}
.img-bg {
	width: 100%;
	z-index: 1;
	max-height:100vh;
	object-fit:cover;
}
.top-hero-desc {
  position: absolute;
  top: 270px;
  left: 90px;
  z-index: 2;
  max-height: 0px;
}

.h1-span {
  background-color: var(--base-white2);
  line-height: 100%;
  padding: 8px 20px;
  width: fit-content;
}
.h1-span1 {
  padding-right: 0px;
}
.light-as-wing {
  position: absolute;
  top: -70px;
  left: -45px;
}
.oct-item {
  height: 142px;
  min-width: 182px;
  padding: 4px;
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
  background-color: var(--base-white);
}
.oct-item-content-wrapper {
  padding: 0.8px;
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
  height: 100%;
  background-color: var(--base-brown);
}
.oct-item-content {
  height: 100%;
  width: 100%;
  background-color: var(--base-white);
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
  margin: 0px auto;
  position: relative;
}
.ribbon-label {
  margin: 0px auto;
  width: 100%;

  position: relative;
}
.ribbon-label p {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translate(-50%);
  text-wrap: nowrap;
}
.ribbon-bg {
  margin-top: 12px;
  width: 158px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.oct-item-container {
  margin-top: 140px;
}
.oct-num {
  height: fit-content;
  width: fit-content;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translate(-50%);
}
.oct-num div {
  margin-top: 0px;
}
.oct-num p {
  text-wrap: nowrap;
  text-align: center;
}
.oct-num-last-p {
  position: absolute;
  bottom: 8px;
  left: 50%;
  text-wrap: nowrap;
  transform: translate(-50%);
}

.oct-num2 {
  top: 50px;
}
.oct-num2 div {
  gap: 8px;
}

.oct-num3 {
  top: 42px;
}
.oct-num3-last-num {
  margin-top: -9px !important;
  gap: 5px;
}

@media screen and (max-width: 1300px) {
  .top-hero-desc {
    top: 230px;
  }
  .oct-item-container {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1440px) {
  .oct-item-container {
    transform: scale(0.92);
    margin-left: -25px;
  }
}
@media screen and (max-width: 1200px) {
  .top-hero-h1 span:nth-child(1) {
    font-size: 28px;
  }
  .top-hero-h1 span:nth-child(2) {
    font-size: 38px;
  }
  .top-hero-h1 span:nth-child(3) {
    font-size: 38px;
  }
  .light-as-wing {
    transform: scale(0.8);
    position: absolute;
    top: -80px;
    left: -110px;
  }
}

@media screen and (max-width: 1075px) {
  .top-hero-desc {
    top: 200px;
  }
  .top-hero-h1 span:nth-child(1) {
    font-size: 24px;
  }
  .top-hero-h1 span:nth-child(2) {
    font-size: 34px;
  }
  .top-hero-h1 span:nth-child(3) {
    font-size: 34px;
  }
  .light-as-wing {
    transform: scale(0.8);
    position: absolute;
    top: -80px;
    left: -110px;
  }

  .oct-item-container {
    transform: scale(0.8) !important;
    margin-left: -50px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 950px) {
  .top-hero-desc {
    top: 180px;
  }
  .top-hero-h1 span:nth-child(1) {
    font-size: 20px;
  }
  .top-hero-h1 span:nth-child(2) {
    font-size: 30px;
  }
  .top-hero-h1 span:nth-child(3) {
    font-size: 30px;
  }
  .light-as-wing {
    transform: scale(0.6);
    position: absolute;
    top: -80px;
    left: -160px;
  }

  .oct-item-container {
    transform: scale(0.65) !important;
    margin-left: -100px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 850px) {
  .top-hero-desc {
    top: 170px;
    left: 80px;
  }
  .light-as-wing {
    transform: scale(0.5);
    position: absolute;
    top: -80px;
    left: -190px;
  }

  .oct-item-container {
    transform: scale(0.55) !important;
    margin-left: -130px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 780px) {
  .top-hero-h1 span:nth-child(1) {
    font-size: 38px;
  }
  .top-hero-h1 span:nth-child(2) {
    font-size: 48px;
  }
  .top-hero-h1 span:nth-child(3) {
    font-size: 48px;
  }
  .light-as-wing {
    transform: scale(1);
    position: absolute;
    top: -70px;
    left: -45px;
  }

  .oct-item-container {
    transform: scale(1) !important;
    margin-left: 0px;
    margin-top: 40px;
  }
  .top-hero-desc {
    position: relative;
    top: -450px;
    left: 50px;
  }
}

@media screen and (max-width: 650px) {
  .top-hero-h1 span:nth-child(1) {
    font-size: 28px;
  }
  .top-hero-h1 span:nth-child(2) {
    font-size: 38px;
  }
  .top-hero-h1 span:nth-child(3) {
    font-size: 38px;
  }
  .light-as-wing {
    transform: scale(0.8);
    position: absolute;
    top: -70px;
    left: -105px;
  }

  .oct-item-container {
    transform: scale(0.82) !important;
    margin-left: -50px;
    margin-top: 40px;
  }
  .top-hero-desc {
    position: relative;
    top: -450px;
    left: 50px;
  }
}

@media screen and (max-width: 550px) {
  .h1-span {
    padding: 6px 10px;
  }
	
  .top-hero-desc-content {
    padding-left: 3px;
  }
  .top-hero-h1 span:nth-child(1) {
    font-size: 22px;
  }
  .top-hero-h1 span:nth-child(2) {
    font-size: 32px;
  }
  .top-hero-h1 span:nth-child(3) {
    font-size: 32px;
  }
  .light-as-wing {
    transform: scale(1);
    max-width: 329.98px;
    height: auto;
    position: absolute;
    top: -30px;
    left: -8px;
  }

  .oct-item-container {
    position: absolute;
    margin-left: 0px;
	  
    margin-top: 30px;
/*     left: 50%; */
    transform: translateX(-50%);
    gap: 8px;
    width: 100% !important;
  }
  .oct-item {
    height: 90.68px;
    width: 116.52px;
    min-width: auto;
  }
  .top-hero-desc {
    position: relative;
    top: -280px;
    left: 5px;
    margin-right: 10px;
  }
  .ribbon-label p {
    font-size: 11px;
    margin-top: -5px;
  }
  .google-label {
    font-size: 10px !important;
  }
  .ribbon-bg {
    width: 95%; 
    margin-top: -4px;
    height: 40px; 
  }
  .oct-num {
    top: 25px;
  }
  .oct-num .fs-70 {
    font-size: 47.47px;
  }
  .oct-num .fs-23 {
    font-size: 15px;
  }
  .oct-item-content .fs-11 {
    font-size: 7.5px;
  }
  .oct-item {
    padding: 2px;
  }
  .oct-num2 {
    margin-top: 2px;
  }

  .oct-num3-last-num .fs-70 {
    font-size: 41.73px;
  }
  .oct-num3-last-num .fs-23 {
    font-size: 14.78px;
    margin-top: 2px;
  }
  .oct-num3 svg {
    transform: scale(0.7);
    margin-bottom: 1spx;
  }
	
  .oct-item-container {
    transform: scale(1) !important;
  
  }
}

/*------END TOP HERO ---------*/






/*------SLIDER----------------*/
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 6));
    transform: translateX(calc(-250px * 6));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 6));
    transform: translateX(calc(-250px * 6));
  }
}
.slider-small-img,
.slider-text {
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider-img {
  max-width: 380px;
}
.slider-small-img .slide-track,
.slider-text .slide-text-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 12);
  gap: 34px;
}
.slider-text .slide-text-track {
  width: fit-content !important;
}
.slide-text-track .slide {
  width: fit-content !important;
}
.slide-text {
  font-size: 76.44px;
  font-weight: 400;
  color: #81785e;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  width: fit-content !important;
  text-wrap: nowrap;
  opacity: 10%;
}

@media screen and (max-width: 1024px) {
  .slider-text-img-container {
    margin-top: 0px !important;
  }
  .slide-text {
    font-size: 46.44px;
  }
}

@media screen and (max-width: 768px) {
  .slider-text-img-container {
    margin-top: 0px !important;
  }
  .slide-text {
    font-size: 61.54px;
  }
  .slider-img {
    max-width: 259px;
  }
}

@media screen and (max-width: 650px) {
  .slider-text-img-container {
    margin-top: 5px !important;
  }
  .slider-img-container {
    margin-top: 15px;
  }
  .slider-small-img .slide-track,
  .slider-text .slide-text-track {
    gap: 20px;
  }
}







/*------END SLIDER--------*/



/*-----TOP ABOUT----------*/
.about-section-wrapper {
  min-height: 100vh;
  background-color:var(--base-white2);
}

.about-section {
  padding: 150px 0px;
  min-height: 100vh;
  position: relative;
}

.section-h2 {
  margin-left: 120px;
  border-bottom: 1px solid var(--base-brown);
  width: fit-content;
  padding-bottom: 10px;
}
.section-h2 h2 span {
  margin-left: 10px;
}
.about-desc-main-container {
  position: relative;
}
.about-desc-container {
  max-width: 592px;
  width: 100%;
}
.about-desc-container p {
  max-width: 592px;
}
.about-img-left {
  max-width: 380px;
  position: absolute;
  left: -5px;
  top: 0px;
}
.about-img23-container {
  position: absolute;
  top: 70px;
  right: 0px;
}
.about-img23-container-sp {
  margin-top: 150px;
  position: absolute;
  right: 0px;
  display: none;
}
.about-img-sp1 {
  max-width: 500px;
  position: relative;
  left: 0px;
  float: left;
  margin-bottom: 40px;
}
.about-img-right1,
.about-img-right1-sp {
  max-width: 326px;
}

.about-img-right2,
.about-img-right2-sp {
  max-width: 277px !important;
  position: absolute !important;
  bottom: -100px !important;
  left: -250px;
}
.about-img-right2-sp {
  bottom: -40px !important;
}
.about-desc-box {
  position: relative !important;
}
.button-line-container {
  margin-left: 170px;
  position: absolute !important;
  transform: translate(-50%);
  bottom: -95px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("data:image/svg+xml,%3Csvg  height='92' viewBox='0 0 1065 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.375 49.9585C37.845 25.3185 85.595 21.1385 130.025 27.2285C174.455 33.3085 216.965 48.7285 260.205 60.6385C360.685 88.3185 466.325 97.0985 569.995 86.3985C584.775 84.8685 599.735 82.8985 613.445 77.1585C627.155 71.4185 639.675 61.4385 645.455 47.7485C651.245 34.0585 648.935 16.5085 637.715 6.75851C626.495 -2.99149 606.535 -1.59149 598.765 11.0885C593.205 20.1685 594.845 32.3385 600.485 41.3585C606.125 50.3885 614.315 58.5585 624.365 62.0685C742.605 103.279 950.125 83.9185 1063.9 52.8485' stroke='%23C9BFAD' stroke-opacity='0.31' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: stretch;
  background-position: 105% 0px;
  background-repeat: no-repeat;
}
.about-btn-brown {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.button-line-container::before {
  width: 100vw;
  content: "";
  object-fit: fill;
}

.about-img-sp1 {
  display: none;
}
.button-line-sp {
  display: none;
  position: absolute;
  top: 60px;
  right: 90px;
  z-index: -1;
}
@media screen and (min-width: 1500px) {
  .button-line-container {
    background-position: 100% 0px;
  }
}

@media screen and (max-width: 1380px) {
  .about-img-left {
    max-width: 320px;
  }
  .about-img-right1 {
    max-width: 300px;
  }

  .about-img-right2 {
    max-width: 250px !important;
    left: -200px;
  }
}

@media screen and (max-width: 1230px) {
  .about-img-left {
    max-width: 280px;
  }
  .about-img-right1 {
    max-width: 280px;
  }

  .about-img-right2 {
    max-width: 200px !important;
    left: -150px;
    bottom: -80px !important;
  }
}

@media screen and (max-width: 1160px) {
  .about-section {
    padding: 100px 0px;
    height: 1500px;
    min-height: 100vh;
  }

  .about-img-left {
    display: none;
  }
  .about-img23-container {
    display: none;
  }
  .about-img-sp1 {
    display: block;
  }
  .about-img23-container-sp {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .about-section {
    padding: 70px 0px 40px 0px;
    max-height: 1000px;
  }

  .about-section-container {
    gap: 30px;
    padding: 0px 16px;
  }
  .about-desc-container {
    gap: 10px;
  }
  .about-img-sp1 {
    max-width: 254px;
    margin-bottom: 50px;
  }
  .section-h2 {
    margin-left: 0px;
  }
  .section-h2 .fs-51 {
    margin-left: 0px;
    font-size: 30px;
  }
  .section-h2 .fs-18 {
    font-size: 16px;
  }
  .about-desc-container .fs-64 {
    font-size: 32px;
  }
  .about-desc-box .fs-15 {
    font-size: 14px;
  }
  .about-img-right1-sp {
    max-width: 213.35px;
  }
  .about-img-right2-sp {
    max-width: auto;
    max-height: 117.15px;
    left: -162px;
    bottom: -25px !important;
  }
  .button-line-container {
    bottom: -80px;
  }
  .about-img23-container-sp {
    margin-top: 130px;
  }
}

@media screen and (max-width: 420px) {
  .about-section {
    padding: 70px 0px 40px 0px;
    max-height: 1040px;
  }
  .button-line-container {
    background-image: none;
  }
  .button-line-sp {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  .about-section {
    max-height: 1120px;
  }
}

/*-----END TOP ABOUT-------*/


/*-----TOP INFLUENCERS-------*/
.influencers-main-section {
  padding-top: 70px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--base-lightBrown);
	margin-top:40px;
}


@media screen and (max-width:1800px){
	.influencers-main-section{
		margin-top:100px;
	}
}
@media screen and (max-width:1440px){
	.influencers-main-section{
		margin-top:50px;
	}
}
@media screen and (max-width:1200px){
		margin-top:80px;
	}
}
@media screen and (max-width:600px){
	.influencers-main-section{
		margin-top:0px;
	}
}
@media screen and (max-width: 500px) {
  .influencers-main-section {
    padding-top: 50px;
    padding-right: 0px;
  }
}

.influencers-main-container {
  padding: 120px 0px;
  background-color: var(--base-white);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.section-title {
  line-height: normal;
  text-align: center;
}

.slider-influencers-container {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0px; 
  overflow: hidden; 
}

.slider-influencers {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider-influencers__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  padding: 0 0px; 
  box-sizing: border-box;
}

.slider-influencers__track::-webkit-scrollbar {
  display: none;
}

.slider-influencers__img {
  max-width: 280px;
  min-width: 280px; 
  height: 400px;
  object-fit: cover;
  border-radius: none;
  flex-shrink: 0;
  scroll-snap-align: center; 
}

@media screen and (max-width: 1150px) {
  .slider-influencers-container {
    padding: 0 0px;
  }

  .slider-influencers__track {
    padding: 0 0px;
  }
}

@media screen and (max-width: 950px) {
  .slider-influencers-container {
    padding: 0 0px;
  }
  .slider-influencers__track {
    padding: 0 0px;
  }
  .influencers-main-section {
    padding-top: 50px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 650px) {
  .section-title {
    font-size: 22px;
  }
  .influencers-main-container {
    padding: 40px 0px;

    gap: 25px;
  }
}
@media screen and (max-width: 480px) {
  .slider-influencers-container {
    padding: 0 0px;
  }

  .slider-influencers__img {
    max-width: 159px;
    min-width: 159px;
    height: 230px;
  }

  .slider-influencers__track {
    gap: 0px;
    padding: 0 0px;
  }
}

@media screen and (min-width: 1151px) {
  .slider-influencers__track {
    justify-content: center;
    overflow-x: hidden; 
  }
}

/*-----END TOP INFLUENCERS------*/

/*---------TOP POINT------------*/
.point-section {
  padding: 150px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point-section-main-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.header-container-wrapper h3 {
  margin-bottom: 2px;
}
.point-section-main-container h2,
.header-container-box {
  z-index: 2;
}
.text-watermark {
  font-size: 197.2px;
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  top: -65px;
  z-index: 1;
}
.point-desc {
  height: auto;
  overflow: visible;
  padding-bottom: 80px;
}
.point-container-box {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(9px);
  padding: 100px 50px 80px 100px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  height: auto;
  position: relative;
  top: 80px;
  left: -50px;
  overflow: visible;
}
.point-container-box2 {
  left: 50px;
  padding: 100px 100px 80px 50px;
}

.point-num {
  border-bottom: 1px solid var(--base-brown);
  padding-bottom: 0px;
  width: fit-content;
  line-height: normal;
}
.point-img {
  max-width: 745px;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .point-img {
    max-width: 545px;
  }
}

@media screen and (max-width: 1000px) {
  .point-container-box {
    left: -150px;
    width: 600px;
  }
  .point-container-box2 {
    left: 150px;
    width: 100%;
    max-width: 600px;
  }

  .point-img {
    max-width: 600px;
  }
}

@media screen and (max-width: 950px) {
  .point-item-container {
    padding: 0px 16px;
    gap: 0px;
  }
  .point-desc {
    flex-direction: column;
  }
  .point-desc2 {
    flex-direction: column-reverse;
  }
  .point-container-box2 {
    left: 0px;
    width: 100%;
    max-width: 100%;
  }
  .point-container-box {
    width: 100%;
    top: -50px;
    left: 0%;
  }
  .point-img {
    max-width: 90%;
  }
  .point-desc {
    height: auto;
    overflow: visible;
    padding-bottom: 20px;
  }
  .point-container-box {
    padding: 40px;
  }
}

@media screen and (max-width: 650px) {
  .point-section-main-container {
    gap: 40px;
  }
  .point-section {
    padding: 70px 0px;
  }
  .header-container-wrapper h2 {
    font-size: 22px;
  }
  .text-watermark {
    font-size: 79px;
    position: absolute;
    color: rgba(255, 255, 255, 0.7);
    top: 20px;
    z-index: 1;
  }
  .point-section-main-container .header-container-wrapper {
    gap: 20px;
  }
  .point-img {
    max-width: 90%;
  }
  .point-container-box {
    gap: 15px;
  }

  .point-container-box .fs-25 {
    font-size: 20px;
  }
  .point-container-box .fs-38 {
    font-size: 20px;
  }
  .point-container-box .fs-21 {
    font-size: 16px;
  }
  .point-container-box .fs-15 {
    font-size: 14px;
    line-height: 200%;
  }
  .point-container-box {
    padding: 30px;
  }
  .point-container-box {
    top: -10px;
  }
}

@media screen and (max-width: 550px) {
/*   .point-img {
    max-width: 300px;
  } */
  .point-container-box {
    padding: 30px 16px;
  }
}

/*---------END TOP POINT-----------*/

/*---------TOP GALLERY-----------*/
.gallery-section {
  width: 100%;
  padding: 150px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--base-white);
}
.gallery-main-section {
  width: 100%;
  max-width: 1071px;
  display: flex;

  flex-direction: column;
  align-items: center;
  gap: 100px;
}

.subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 600px;
  margin: 0 auto;
}

.tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.tab {
  padding: 5px 4px;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgba(129, 120, 94, 0.5);
  width: fit-content;
  background-image: linear-gradient(var(--base-brown, --base-brown));
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}

.tab:not(.active):hover {
  color: var(--base-brown);
  background-position: bottom left;
  background-size: 100% 1px;
}

.tab.active {
  color: var(--text-brown);
  border-bottom: 1px solid var(--base-brown);
}

.gallery {
  width: 100%;
  max-width: 1021px;
  padding: 0px 30px;
}

.gallery-item {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.5s ease forwards;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
  position: relative;
  z-index: -1;
}

.gallery-img-info {
  background-color: var(--base-white);
  padding: 10px 30px;
  width: fit-content;
  float: right;
  margin-top: -42px;
  z-index: 2;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  color: #7f8c8d;
}

@media screen and (max-width: 1050px) {
  .tabs {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .gallery-section {
    padding: 70px 16px;
  }
  .gallery-main-section {
    gap: 40px;
  }
  .header-container-box .fs-18 {
    font-size: 14px;
  }
  .header-container-wrapper h2 {
    font-size: 22px;
  }

  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .tabs {
    gap: 30px !important;
  }
  .gallery-img-info {
    margin-top: -38px;
  }
  .gallery-img-info .fs-22 {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .gallery-main-section {
    gap: 30px;
  }
  .gallery {
    grid-template-columns: 1fr;
    padding: 0px;
  }

  .tab {
    font-size: 15px;
  }
  .tabs {
    gap: 8px !important;
  }
  .gallery-img-info .fs-22 {
    font-size: 13px;
  }
  .gallery-img-info {
    margin-top: -22px;
    padding: 3px 5px;
    gap: 5px;
  }
  .tabs {
    margin-bottom: 20px;
  }
}
/*----------END TOP GALLERY-------*/



/*------TOP MENU---------*/
.menu-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-header-title{
	top:49% !important;
}
.section-bg {
  width: 100%;
  position: absolute;
  top: 0px;
}
.menu-bg {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.menu-section-wrapper {
  width: 100%;
  padding: 150px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu-section-main-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  max-width: 1272px;
  padding: 120px 100px;
}

.menu-price {
  width: fit-content;
  background-color: #faf8f5;
  padding: 4px 15px;
}

.menu-item,
.menu-item2 {
  width: 100%;
  max-width: 509px;
  border: 1px solid #e9e0d2;
}
.menu-item2 {
  width: 100%;
  max-width: 321px;
}
.menu-item img,
.menu-item2 img {
  width: 100%;
}

.menu-item-desc {
  padding: 15px 20px;
}

.menu-btn-brown {
  padding: 15px 30px;
  margin-top: 46px;
}

@media screen and (max-width: 1200px) {
  .menu-item1-container,
  .menu-item2-container {
    flex-direction: column;
  }
  .menu-item2 {
    width: 100%;
    max-width: 509px;
  }
}

@media screen and (max-width: 650px) {
  .menu-section-wrapper {
    padding: 100px 16px 0px 16px;
  }
  .menu-item-main-box {
    gap: 30px;
  }
  .menu-item-desc {
    padding: 14px 14px;
  }

  .menu-section-main-container {
    padding: 70px 10px;
    gap: 30px;
  }
  .header-sub-text {
    gap: 12px;
  }
  .header-sub-text svg {
    height: 20px;
  }
  .header-sub-text .fs-18 {
    font-size: 14px;
  }
  .menu-item-desc div .fs-19 {
    font-size: 17px;
  }
  .menu-price {
    font-size: 22px;
    padding: 2px 10px;
  }
  .menu-price .fs-18 {
    font-size: 14px;
  }
  .menu-price .fs-14 {
    font-size: 12px;
  }
  .menu-item-desc {
    gap: 10px;
  }
  .menu-item-desc .fs-15 {
    font-size: 14px;
  }
  .menu-sub-text {
    font-size: 12.5px;
  }
  .menu-btn-brown {
    margin-top: 20px;
  }
}

@media screen and (max-width:350px){
  .menu-sub-text {
    text-wrap:wrap;
  }
}

/*-------END TOP MENU--------*/







/*------TOP VIDEOS GALLERY--------*/
.videos-gallery-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 260px 0px 100px 0px;
  background-color: var(--base-darkBrown);
  margin-top: -280px;
}

.videos-gallery-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
}

.videos-gallery-main-section {
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  gap: 15px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;

}

.videos-gallery-main-section::-webkit-scrollbar {
  display: none;
}

.video-container {
  width: 313px;
  height: 400px;
  flex-shrink: 0;
  scroll-snap-align: center; 
}

.video-player {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
  border-radius: none;
}

.slider {
  width: 100%;
  max-width: 1440px;
  position: relative;
  display: flex;
  justify-content: center;
}
.gallery-break {
  display: none;
}

.voice-slider__dots {
  margin: 0 10px;
}

.voice-slider__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.voice-slider__dot:hover {
  background-color: #999;
}

.voice-slider__dot--active {
  background-color: #c9bfad; 
  transform: scale(1.2);
}

.voice-slider__button[disabled] + .voice-slider__dots {
  opacity: 0.5;
}

.voice-slider__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #c9bfad;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.voice-slider__button:hover:not([disabled]) {
  background-color: rgba(201, 191, 173, 0.1);
}

.voice-slider__button[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}

.arrow-icon {
  color: #c9bfad;
  transition: color 0.3s ease;
}

.button-prev {
  transform: rotate(180deg);
}

@media screen and (max-width: 1300px) {
  .videos-gallery-main-section {
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .video-container {
    width: 280px;
    height: 360px;
  }

  .video-player {
    height: 360px;
  }

  .videos-gallery-main-section {
    padding: 0px 15px;
  }
  .videos-gallery-section .fs-35 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .videos-gallery-section {
    padding: 200px 0px 100px 0px;
    gap: 50px;
  }

  .video-container {
    width: 240px;
    height: 320px;
  }

  .video-player {
    height: 320px;
  }

  .videos-gallery-main-section {
    padding: 0px 15px; 
  }
}

@media screen and (max-width: 650px) {
  .videos-gallery-section {
    margin-top: -80px;
    padding: 130px 0px 50px 0px;
  }
  .videos-gallery-section .fs-35 {
    font-size: 18px;
  }
  .gallery-break {
    display: block;
  }
}
@media screen and (max-width: 650px) {
	.videos-gallery-main-section {
		padding: 0px 15px;
	}

	.video-container {
		width: 154px;
		height: 220px;
		border-radius: 12.2px;
	}

	.video-player {
		width: 154px;
		height: 220px;
		border-radius: 12.2px;
	}
	.videos-gallery-section {
		gap: 20px;
	}
}

@media screen and (min-width: 1440px) {
  .videos-gallery-main-section {
    padding: 0px 15px; 
  }
}

/*------END TOP VIDEOS GALLERY------*/




/*-------TOP VOICE------*/
.voice-section {
	width: 100%;
	padding: 125px 0px 50px 84px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--base-white2);
}
.voice-left {
	margin-top: 30px;
}
.voice-slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 320px;
}

.voice-slider__track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
	width: 100%;
	gap: 30px;
	box-sizing: border-box;
	height: 220px;
	scroll-padding: 0 0 0 10px;
}

.voice-slider__track > * {
	flex: 0 0 calc(100% / 2.4 - 20px); 
	scroll-snap-align: start;
	scroll-snap-stop: always;
	height: 100%;
	overflow: hidden;
}

.voice-slider__track {
	scrollbar-width: none;
}

.voice-slider__track::-webkit-scrollbar {
	display: none;
}

.voice-slider__button {
	background-color: transparent;
	border: 1px solid var(--base-brown);
	width: 38px;
	height: 38px;
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.voice-slider__button:hover {
	background-color: var(--base-brown) !important;
}

.voice-slider__button svg {
	color: var(--base-brown);
	margin-left: 2px;
}

.voice-slider__button:hover svg {
	color: var(--base-white);
}

.voice-slider__buttons [disabled] {
	opacity: 0.5;
}
.button-prev {
	transform: scaleX(-1);
	margin-left: 0px !important;
	margin-right: 2px;
}
.slide-wrapper {
	width: 100%;
	height: 100%;
}
.slide-wrapper .slide {
	width: 100%;
	position: relative;
	height: 100%;
}
.voice-icon {
	position: absolute;
	top: 0px;
	padding: 0px 24px;
	z-index: 999;
}
.voice-label {
	margin-top: 30px;
}

.slide-content {
	background-color: var(--base-white);
	width: 100%;
	height: auto;
	position: relative;
	top: 15px;
	padding: 87px 24px;
	height: 100%;
	overflow: hidden;
}
.voice-slider_buttons2 {
	display: none;
}
.voice-slider__dot {
	height: 5px;
	width: 5px;
}
.voice-slider__dot--active {
	background-color: var(--base-brown);
}
.voice-slider__dots {
	display: none;
}
@media screen and (max-width: 1440px) {
	.voice-slider__track > * {
		flex: 0 0 calc(100% / 1.5 - 30px); 
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}
}
@media screen and (max-width: 1100px) {
	.voice-slider__track {
		height: 250px;
	}
	.voice-slider__track > * {
		flex: 0 0 calc(100% / 1 - 30px); 
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}
}

@media screen and (max-width: 1000px) {
	.voice-slider__dots {
		display: inline-flex;
	}
	.voice-slider__track > * {
		flex: 0 0 calc(100% / 1.6 - 80px); 
	}
	.voice-slider__track {
		scroll-snap-type: x mandatory;

		scroll-padding: 0 0 0 160px;
	}

	.voice-section {
		padding: 125px 0px 150px 0px;
	}
	.voice-slider {
		flex-direction: column;
		overflow: visible;
	}
	.voice-slider_buttons2 {
		display: inline-flex;
	}
	.voice-slider__buttons {
		position: absolute;
		bottom: -80px;
		z-index: 1;
	}
	.voice-slider {
		gap: 35px;
	}
}

@media screen and (max-width: 650px) {
	.voice-slider__track {
		height: 100%;
	}
	.voice-slider_track-container {
		margin-left: 10px;
		margin-right: 10px;
	}
	.voice-section {
		padding: 50px 0px 140px 0px;
	}
	.voice-slider__track > * {
		flex: 0 0 calc(100% / - 10px); 
		min-width: 311px; 
	}
	.voice-slider__track {

		gap: 15px;
	}

	.slide-wrapper {
		width: 100%;
		max-width: 311px;
		max-height: 210px;
		overflow: hidden !important;
	}
	.slide-content {
		background-color: var(--base-white);
		width: 100%;
		max-width: 311px;
		height: 210px;
		position: relative;
		top: 0px;
		padding: 65px 10px 0px 10px;
	}
	.voice-icon {
		top: 5px;
		left: -10px;
		gap: 10px;
	}
	.voice-icon img {
		max-width: 51.93px;
	}
	.voice-icon p {
		font-size: 17px;
	}
	.slide-content p {
		font-size: 14px;
		line-height: 170%;
	}
}

@media screen and (max-width: 550px) {
	.voice-slider__track {
		scroll-snap-type: x mandatory;

		scroll-padding: 0 0 0 65px;
	}
}

@media screen and (max-width: 375px) {
	.voice-slider__track {
		scroll-snap-type: x mandatory;
		scroll-padding: 0 0 0 20px;
	}
}

/*-------END TOP VOICE--------*/



/*---------TOP FLOW--------*/
.flow-section {
  background-color: var(--base-white);
  width: 100%;
  padding: 150px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-img {
  max-width: 371px;
  height: auto;
}
.flow-img-sp {
  width: 100%;
}
.flow-item-main-conctainer {
  width: 100%;
  max-width: 1272px;
}
.flow-item-box-wrapper {
  height: 100%;
  position: relative;
}

.flow-item-box {
  padding-left: 55px;
  padding-right: 55px;
  box-shadow: -0.5px 0 0 0 #81785e;
  height: 100%;
  min-height: 300px;
  display: flex;
  position: relative;
}
.flow-num {
  background-color: var(--base-white);
  position: absolute;
  top: 0px;
  left: -50px;
  border: 1px solid var(--base-brown);
  padding: 5px 20px;
}

.flow-img-sp,
.flow-break {
  display: none;
}
.flow-break-pc {
  display: block;
}
@media screen and (max-width: 900px) {
  .flow-img {
    display: none;
  }
  .flow-img-sp,
  .flow-break {
    display: block;
  }
  .flow-break-pc {
    display: none;
  }
  .flow-item-box {
    padding-left: 50px;
    padding-right: 50px;
    height: 100%;
    min-height: 300px;
  }

  .flow-num {
    padding-left: 10px;
    padding-right: 10px;
  }
  .flow-img-sp {
    margin-top: 15px;
  }
  .flow-item-box {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 650px) {
  .flow-main-section {
    gap: 30px;
	padding-bottom:20px;
  }
	.flow-item-box5 {
    padding-bottom: 0px !important;
  }
  .flow-section {
    padding: 70px 16px 50px 16px;
  }
  .flow-item-box {
    gap: 5px;
  }
  .flow-item-box .fs-32 {
    font-size: 20px;
  }
  .flow-item-box .fs-15 {
    font-size: 14px;
    line-height: 150%;
  }
  .flow-img-sp {
    margin-top: 10px;
  }
  .flow-num {
    font-size: 16px;
  }
  .flow-item-box-wrapper {
    gap: 50px;
  }
  .flow-item-box {
    padding-left: 35px;
    padding-right: 20px;
    padding-bottom: 20px;
    box-shadow: -0.5px 0 0 0 #81785e !important;
	border-bottom:none !important;
    height: 100%;
    min-height: 0px;
    display: flex;
    position: relative;
  }
}

/*---------END TOP FLOW---------*/







/*---------CONTACT---------------*/
.contact-section {
  width: 100%;
  position: relative;
  padding-bottom: 300px;
}

.contact-img {
  position: absolute;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: 100% 0px;
  top: 0px;
}
.contact-desc-container {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-desc-wrapper {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16.899999618530273px);
  top: 190px;
  width: 100%;
  max-width: 1272px;
  padding: 84px 110px;
}
.contact-h2 {
  margin-left: 0px;
  width: 100%;
}
.contact-img-right {
  max-width: 509px;
  height: auto;
}

.contact-button-brown {
  width: 100%;
  max-width: 383px;
  background: #81785ecc !important;
  border: none !important;
}
.contact-button-brown:hover {
  color: var(--text-white);
  border: none;
}

.gray-btn {
  background: #404040cc !important;
}

.contact-wings {
  position: absolute;
  top: 0px;
  left: -50px;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .contact-img {
    position: absolute;
    width: 100%;
    max-height: none;
    object-fit: none;
    top: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .contact-desc-wrapper {
    gap: 30px;
  }
  .contact-desc-wrapper .gap-34px {
    gap: 20px;
  }
  .contact-desc-header {
    gap: 20px;
  }
  .contact-desc-wrapper .flex-row {
    flex-direction: column;
  }
  .contact-sub-btn-box {
    flex-direction: row !important;
  }
  .section-h2 .fs-41 {
    font-size: 32px;
  }
  .section-h2 .fs-41 .fs-18 {
    font-size: 18px;
  }
  .ruffree-rext {
    font-size: 18px;
  }
  .pink-button2 .fs-25 {
    font-size: 19px;
  }

  .contact-button-brown {
    width: 100%;
    max-width: 100%;
  }
  .gray-button {
    width: 100%;
    max-width: 100%;
  }

  .contact-img-right {
    width: 100%;
    max-width: 100%;
  }
  .contact-wings {
    position: absolute;
    top: -50px;
    left: -110px;
    z-index: -1;
  }
  .contact-desc-wrapper {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 650px) {
  .contact-section {
    padding-bottom: 170px;
  }
  .contact-img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: 100% 0px;
    top: 0px;
  }

  .contact-desc-wrapper {
    padding: 30px 16px;
    top: 100px;
  }
  .contact-desc-wrapper {
    gap: 30px;
  }
  .contact-desc-wrapper .gap-34px {
    gap: 20px;
  }
  .contact-desc-header {
    gap: 20px;
  }
  .contact-desc-wrapper .flex-row {
    flex-direction: column;
  }
  .section-h2 .fs-41 {
    font-size: 22px;
  }
  .section-h2 .fs-41 .fs-18 {
    font-size: 14px;
  }
  .ruffree-rext {
    font-size: 14px;
  }
  .pink-button2 .fs-25 {
    font-size: 15px;
  }
  .pink-button2 {
    width: 100%;
  }
  .pink-button2 .btn-wrapper {
    height: 22px;
    width: 22px;
    gap: 15px;
  }
  .pink-button2 .btn-wrapper img {
    height: 9.32px;
    width: 7.97px;
  }
  .contact-button-brown {
    width: 100%;
    max-width: 100%;
  }
  .contact-button-brown .fs-17 {
    font-size: 12px;
  }
  .contact-button-brown .fs-25 {
    font-size: 17px;
  }

  .contact-wings {
    position: absolute;
    top: -40px;
    left: -45px;
    z-index: -1;
    width: 139px;
    height: auto;
  }
  .contact-sub-btn-box {
    flex-direction: column !important;
  }
  .contact-h2 {
    border-bottom: 0px !important;
  }
  .contact-h2 .fs-41 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .contact-h2 .fs-41 .fs-18 {
    margin-left: 0px;
  }
  .contact-h2-box {
    gap: 10px;
  }
  .contact-desc-header .fs-15 {
    font-size: 14px;
  }
}

/*---------END OF CONTACT--------*/


/*---------FOOTER-------------*/
.footer-section {
  width: 100%;
  padding: 80px 16px 30px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--base-brown);
  gap: 50px;
}

.footer-main-container {
  width: 100%;
  max-width: 1272px;
}
.footer-right-section {
  border-left: 1px solid #ffffff1a;
  padding-left: 90px;
}
.footer-link {
  display: grid;
  grid-template-columns: 220px 220px 191px 191px;
}
.footer-link a {
  color: rgba(253, 253, 253, 0.85);
  letter-spacing: 0.05em;
  font-weight: 400 !important;
  font-size: 15px;
  transition:all 0.3s ease-in-out;
}
.footer-link a:hover,
.footer-link-sp2-item a:hover,
.footer-logo-sp-container .footer-link-sp1 a:hover{
	color:var(--text-black) !important;
}
.footer-link.footer-link2 div a:hover{
	color:var(--text-black) !important;

}
.a-opac {
  color: var(--text-white-opac) !important;
}

.footer-link2 {
  grid-template-columns: 160.6px 160.6px 160.6px 160.6px 160.6px;
}

.footer-link-sp1 {
  flex-wrap: wrap;
  justify-content: center;
}
.footer-link-sp1 a {
  color: var(--text-white);
  letter-spacing: 5%;
  font-size: 14px;
}
.footer-logo-sp {
  width: 100%;
  padding-right: 0px;
  margin-right: 0px;
}
.footer-logo-sp,
.footer-link-sp2-item {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-logo-sp-container {
  display: none;
}

@media screen and (max-width: 1200px) {
  .footer-main-container {
    gap: 40px;
  }
  .footer-right-section {
    padding-left: 40px;
  }
  .footer-link {
    display: grid;
    grid-template-columns: 250px 195px 255px 180px;
  }
  .footer-link2 {
    row-gap: 15px;
  }
  .last-footer-link {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1105px) {
  .footer-link {
    display: grid;
    grid-template-columns: 210px 175px 215px 180px;
  }
  .footer-link2 {
    grid-template-columns: repeat(auto-fill, minmax(182px, 1fr));
    row-gap: 15px;
  }
}
@media screen and (max-width: 990px) {
  .footer-link {
    display: grid;
    grid-template-columns: 180px 145px 195px 180px;
  }
  .footer-link2 {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    row-gap: 15px;
  }
}

@media screen and (max-width: 930px) {
  .footer-main-container-pc {
    display: none;
  }
  .footer-logo-sp-container {
    display: block;
  }
  .footer-section {
    gap: 30px;
    padding: 40px 16px 20px 16px;
  }
  .footer-link-sp1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 850px) {
  .footer-section {
    gap: 30px;
    padding: 40px 16px 100px 16px;
  }
	.footer-section.footer-news, .footer-section.footer-contact{
		 padding: 40px 16px 20px 16px;
	}
}
@media screen and (max-width: 930px) {
  .footer-link-sp2-item {
    text-align: left;
  }

  .footer-link-sp2-item .d-flex.flex-row.gap-20px {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 8px 14px !important;
  }

  .footer-link-sp2-item .d-flex.flex-row.gap-20px > a {
    display: inline-block !important;
    width: auto !important;
    max-width: none !important;
    min-width: max-content !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;

    white-space: nowrap !important;
    text-wrap: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;

    line-height: 1.7 !important;
  }
}
/*---------END OF FOOTER---------*/






/*==============PAGES===================================*/

/*--------------PAGE MENU---------------------------*/
.page-menu{
	background-color:var(--base-white2);
}
.page-menu-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0px;
  background-color:var(--base-white2);
}
.page-menu-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}

.container {
  padding: 0;
  max-width: 1200px;
  width: 100%;
}

.menu-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  height: auto; 
}

.menu-slider__track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden; 
  gap: 54px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto !important; 
  height: 300px;
  align-items: stretch; 
  justify-content:center
}
.menu_track1 .menu-slider__track{
	justify-content:flex-start;
}
.menu-slider__track-center {
  justify-content: center;
}
.menu-slider__track::-webkit-scrollbar {
  display: none;
}

.menu-slider__track > * {
  flex: 0 0 calc(100% / 3 - 54px);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: auto; 
}

.menu-slide {
  width: 364px;
  background-color: var(--base-white);
}
.menu-slide-content {
  padding: 15px 20px;
  border: 1px solid #e9e0d2;
  margin-top: -5px;
  min-height: 220px; 
}

.menu-slide h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: white;
}

.menu-slide .price {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin: 16px 0;
}

.menu-slide .description {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  flex-grow: 1;
}

.menu-slider__buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.menu-slider__button {
  padding: 10px 20px;
  background-color: var(--base-brown);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.menu-slider__button:hover:not(:disabled) {
  background-color: #5b4bcf;
}

.menu-slider__button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.menu-link-box {
  background-color: var(--base-brown);
  padding: 12px 16px;
  width: 100%;
  max-width: 224px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.menu-link-box p {
  text-wrap: nowrap;
  margin: 0;
}

.menu-link-box:hover {
  background-color: var(--base-white) !important;
  border: 1px solid var(--base-brown) !important;
}

.menu-link-box:hover p {
  color: var(--text-brown) !important;
}

.menu-link-box:hover svg {
  filter: brightness(0) saturate(100%) invert(53%) sepia(14%) saturate(668%)
    hue-rotate(7deg) brightness(86%) contrast(82%) !important;
}

.menu-title-label {
  box-shadow: 0 0 0 0.5px #81785e; 
  padding: 4px 20px;
  width: fit-content;
}
.menu-img {
  width: 100%;
}
.menu-slide-4,
.menu-slide-7 {
  margin-top: -30px;
}

.card-label-header {
  display: none;
}
.menu-slide-8 {
  display: none;
}
.pilates-href {
  display: none;
}
.light-brown-btn-menu {
  margin-top: -25px;
}
.light-brown-btn-menu .btn-wrapper{
	background-color:var(--base-white2);
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1050px) {
	
  .menu-slider {
    width: 100%;
    max-width: 100%;
  }
  .menu-slider__track > * {
    flex: 0 0 calc(100% / 3 - 20px);
    background-color: orange;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: auto !important; 
  }

  .menu-slider {
    height: auto; 
  }
  .menu-slider__track {
    scroll-padding: 0 0 0 10px;
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
	.menu-links-container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 10px;
  }

}

@media screen and (max-width:750px){
	.menu-slider__track {
   justify-content:flex-start;
	 
  }
	
}
@media screen and (max-width: 680px) {
	.page-menu-wrapper{
		padding:40px 0px 100px 0px;
	}
  .menu-slider__track {
    scroll-padding: 0 0 0 10px;
    padding-bottom: 5px;
	 
  }

  .menu-slider__track > * {
    flex: 0 0 calc(100% / 4 - 15px);
    height: 100% !important; 
  }
  .menu-slide {
    width: 280px;
    height: auto !important; 
    min-height: 100% !important;
  }
  .menu-slider__track {
    gap: 20px;
    padding-left: 20px;
  }
  .menu-links-container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 10px;
  }
  .menu-links-container a .fs-20 {
    font-size: 14px !important;
  }
  .menu-links-container .menu-link-box {
    gap: 5px;
  }
  .menu-link-box {
    background-color: var(--base-brown);
    padding: 12px 16px;
    width: 100%;
    max-width: 160.25px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .page-menu-container .fs-18 {
    font-size: 14px;
  }
  .page-menu-container .fs-36 {
    font-size: 21px;
  }
  .page-menu-container .fs-20 {
    font-size: 16px;
  }
  .page-menu-container .fs-16 {
    font-size: 14px;
  }
  .menu-slider__track-center {
    justify-content: flex-start;
  }

  .menu-title {
    align-items: flex-start;
  }
  .card-label-header {
    display: block;
    background-color: var(--base-brown);
    padding: 8px 10px;
    font-weight: 300 !important;
  }
  .menu-slide .fs-19 {
    display: none;
  }
  .menu-slide .fs-15 {
    font-size: 14px;
  }
  .menu-desc-break {
    display: none;
  }
  .menu-slide {
    min-height: auto !important;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 5px 0px rgba(66, 55, 47, 0.05);
  }
  .menu-slide-content {
    border: none;
    min-height: 200px !important; 

    background: rgba(255, 255, 255, 1);
    flex: 1;
  }
  .menu-slide-7,
  .menu-slide-6 {
    display: none;
  }
  .menu-slide-8 {
    display: inline-flex;
  }
  .pilates-href {
    display: inline-flex;
  }
  .pilates-href-pc {
    display: none;
  }
}
@media screen and (max-width: 362px) {
  .menu-link-box {
    width: 100%;
    max-width: 150px;
  }
 .menu-links-container a .fs-20 {
    font-size: 13px !important ;
  }
   
}



/*--------------END PAGE MENU----------------------------*/


/*---------------PAGE ABOUT---------------------------------*/
.page-bg {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}
.page-header-title {
  position: absolute;
  top: 51.9%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-short-link {
  margin-top: 15px;
  margin-left: 40px;
}
.page-short-link span {
  padding-bottom: 2px;
}
.short-link {
  background-image: linear-gradient(var(--base-brown, --base-brown));
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
  padding-bottom: 2px;
}

.short-link:not(.active):hover {
  color: var(--base-brown);
  background-position: bottom left;
  background-size: 100% 1px;
}

@media screen and (max-width: 650px) {
	.page-header-title {
		gap: 8px;
		top:63% !important;
	}
	.page-header-title .d-flex{
		gap:50px !important;
	}
	.page-header-title .gap-10px {
		gap: 56px !important;
	}
  .page-header-title .fs-18 {
    font-size: 14px;
  }
  .page-header-title .fs-41 {
    font-size: 24px;
  }
  .page-short-link {
    margin-left: 20px;
  }
  .page-short-link .fs-14 {
    font-size: 12px;
  }
  .page-short-link svg {
    width: 6.93px;
  }
}

/*--------------END ABOUT PAGE-------------------------------*/





/*-------------CONTACT PAGE-----------------------------*/
.page-contact-container {
  width: 100%;
  padding: 150px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
}
.contact-box-wrapper,
.page-contact-container {
  width: 100%;
  max-width: 840px;
  margin: 0px auto;
}
.contact-label {
  background-color: var(--base-brown);
  border: 2px;
  padding: 3px 10px;
}

.contact-checkbox {
  /* Hide default checkbox */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Custom checkbox styling */
  width: 17px;
  height: 18px;
  border: 1px solid #81785e;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  background-color: white;
}

.contact-checkbox:hover {
  border-color: #81785e;
  background-color: #f5f3ef;
}

/* Checked state styling */
.contact-checkbox:checked {
  background-color: #81785e !important;
  border-color: #81785e;
}

/* Custom checkmark */
/* Style all Contact Form 7 checkbox inputs */
.wpcf7-form-control-wrap input[type="checkbox"].contact-custom-checkbox,
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"]{
  /* Hide default checkbox */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  /* Custom checkbox styling */
  width: 17px !important;
  height: 18px !important;
  border: 1px solid #81785e !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  position: relative !important;
  transition: all 0.2s ease !important;
  background-color: white !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Hover state */
.wpcf7-form-control-wrap input[type="checkbox"].contact-custom-checkbox:hover,
.wpcf7-checkbox input[type="checkbox"]:hover,
.wpcf7-acceptance input[type = "checkbox"]{
  border-color: #81785e !important;
  background-color: #f5f3ef !important;
}

/* Checked state - THIS IS THE KEY FIX */
.wpcf7-form-control-wrap input[type="checkbox"].contact-custom-checkbox:checked,
.wpcf7-checkbox input[type="checkbox"]:checked,
.wpcf7-acceptance input[type="checkbox"]:checked{
  background-color: #81785e !important;
  border-color: #81785e !important;
}

/* Custom checkmark */
.wpcf7-form-control-wrap input[type="checkbox"].contact-custom-checkbox:checked::after,
.wpcf7-checkbox input[type="checkbox"]:checked::after,
.wpcf7-acceptance input[type="checkbox"]:checked::after{
  content: "" !important;
  position: absolute !important;
  top: 40% !important;
  left: 50% !important;
  
  width: 9px !important;
  height: 5px !important;
  border-left: 2px solid white !important;
  border-bottom: 2px solid white !important;
  transform: translate(-50%, -60%) rotate(-45deg) !important;
}

/* Adjust spacing for CF7 checkbox items */
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: flex !important;
  align-items: center !important;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 8px !important;
  cursor: pointer !important;
}

/* Fix for privacy policy checkbox label */
.privacy-policy-sp input[type="checkbox"] {
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.contact-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 5px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -60%) rotate(-45deg);
}

.wpcf7-form-control{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 45px;
  row-gap: 20px;
}

.contact-text,
.contact-textarea {
  border: none;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 4%;
  transition: all 0.3s ease-in-out;
  color: var(--text-brown);
}
.contact-text::placeholder,
.contact-textarea::placeholder {
  color: rgba(62, 68, 67, 0.2);
}
.contact-text:focus,
.contact-textarea:focus {
  outline: 1px solid var(--base-brown);
  transition: all 0.3s ease-in-out;
}
.contact-textarea {
  min-height: 226px;
  font-size: 20px !important;
}
.privacy-policy-link {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  line-height: 1;
}
.privacy-policy-link:hover {
  color: var(--text-brown);
}

.contact-btn {
  background: linear-gradient(180deg, #c56564 0%, #8b4146 100%);
  width: 100%;
  max-width: 240px;
  justify-content: space-between;
}
.faq-watermark {
  text-align: right;
}
.contact-page-watermark {
  letter-spacing: 0.08em !important;
}
.contact-page-header-title-sp {
  display: none;
}
.wpcf7-list-item-label{
	font-size:20px;
	line-height:150%;
	letter-spacing:4%;
	font-family:'Noto Sans JP'
}
.privacy-policy-sp p{
	display:flex;
	flex-direction:row !important;
}
.wpcf7-form-control.wpcf7-acceptance{
	display:block !important;
	row-gap:0px !important;
	column-gap:0px !important;
	margin-right:16px;
	margin-top: -2px
}
.contact-btn,
.wpcf7 input.wpcf7-submit{
	border:none;
	padding: 18px 20px !important;
	color:#ffffff !important;
}

/* CF7送信ボタン ラッパー（SVGアイコン付き） */
.contact-submit-btn-wrapper {
	position: relative;
	display: inline-flex;
	width: 100%;
	max-width: 240px;
}
.contact-submit-btn-wrapper input.wpcf7-submit {
	width: 100%;
	max-width: 240px;
	padding-left: 32px !important;
	padding-right: 56px !important;
	cursor: pointer;
	font-family: "Noto Sans JP";
	font-size: 20px;
	background: linear-gradient(180deg, #c56564 0%, #8b4146 100%);
	text-align: left;
}
.contact-submit-btn-wrapper input.wpcf7-submit:hover {
	transform: none !important;
}
.contact-submit-btn-wrapper:hover {
	transform: translateY(-5px);
	transition: all 0.3s ease-in-out;
}
.contact-submit-btn-wrapper::after {
	content: '';
	position: absolute;
	right: 31px;
	top: calc(50% - 12px);
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.04331 4.07605C1.76831 3.04605 2.82631 2.16605 3.78931 2.62505L25.2873 12.874C26.2363 13.326 26.2363 14.678 25.2873 15.13L3.78831 25.38C2.82531 25.838 1.76731 24.958 2.04231 23.928L4.70031 14.002L2.04331 4.07605ZM6.05131 14.752L3.63331 23.792L24.1683 14.002L3.63331 4.21205L6.05131 13.252H17.2503C17.4492 13.252 17.64 13.3311 17.7806 13.4717C17.9213 13.6124 18.0003 13.8031 18.0003 14.002C18.0003 14.201 17.9213 14.3917 17.7806 14.5324C17.64 14.673 17.4492 14.752 17.2503 14.752H6.05131Z' fill='white'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
.wpcf7 input[type='text'],
.wpcf7 input[type = 'tel'],
.wpcf7 input[type = 'email']{
	border:none !important
}
.wpcf7-not-valid-tip{
	font-size:17px;
	font-family:'Noto Sans JP';
	margin-top:10px;
}
@media screen and (max-width: 860px) {
  .page-contact-footer-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .contact-page-break {
    display: none;
  }
	.faq-watermark.franchise-faq-watermark{
		top:20px !important;
	}
}

/*page header titles*/
@media screen and (max-width: 650px) {
	.wpcf7-list-item-label{
		font-size:15px;
	}
	.salon-list-header-title{
		top:58% !important;
	}
	.salon-list-header-title .gap-10px{
		gap:45px !important;
	}
  .contact-page-header-title-sp,
   .menu-header-title{
    display: inline-flex;
	top:58% !important;
  }
	.contact-page-header-title-sp .gap-10px{
		gap:35px !important;
	}
  .contact-page-header-title-pc {
    display: none;
  }
  .page-contact-container {
    padding: 40px 16px;
    gap: 50px;
  }
  .input-container {
    gap: 40px;
  }
  .contact-box-wrapper .fs-18 {
    font-size: 16px;
  }
  .contact-label {
    font-size: 15px;
  }
  .page-contact-container .fs-20 {
    font-size: 18px;
  }
  .contact-checkbox-container,
	.wpcf7-form-control{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }
	.input-container .gap-16px{
		gap:10px
	}
	.contact-box-wrapper p{
		font-family:'Noto Sans';
			font-size:16px;
		line-height:150%;
		letter-spacing:4%;
	}
  .contact-text,
  .contact-textarea {
    font-size: 14px !important;
  }
  .privacy-policy-sp {
    gap: 16px;
  }
  .privacy-policy-link-wrapper,
  .privacy-policy-link-wrapper a {
    font-size: 16px !important;
  }
 .contact-btn,
.wpcf7 input.wpcf7-submit{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px !important;
	color:#ffffff !important;
}
  .contact-submit-btn-wrapper {
    max-width: 240px;
  }
  .contact-submit-btn-wrapper input.wpcf7-submit {
    font-size: 18px;
    padding: 18px 24px !important;
    padding-right: 56px !important;
  }



  .contact-page-watermark {
    margin-top: -60px;
  }
  .faq-watermark {
    position: relative;
    right: 0px;
    text-align: right;
    /* width:fit-content */
  }
  .contact-page-watermark {
    letter-spacing: normal !important;
  }
  .wpcf7-not-valid-tip{
	font-size:14px;
	font-family:'Noto Sans JP';
	margin-top:10px;
}
	.faq-watermark.franchise-faq-watermark{
		top:20px !important;
	}
}

@media screen and (max-width: 400px) {
  .faq-watermark {
    position: relative;
    right: 0px;
    text-align: right;
    width: fit-content;
  }
}



/*------------END OF CONTACT PAGE-------------------------*/





/*-----------------------SALON LIST SINGLE-------------------------------*/
.page-salon-single .page-salon-list{
	background-color:var(--base-white2) !important;
}
.page-salon-list{
	background-color:var(--base-white2) ;
}
.page-salon-list .oct-item-container {
  margin-top: 20px !important;
  transform: scale(0.95);
  margin-left: -20px;
}
.page-salon-list .salon-hero-desc {
  top: 170px;
  left: 130px;
}
.page-salon-list .h1-span {
  padding-right: 20px;
  padding-left: 20px !important;
}
.salon-bg {
  height: 550px;
  object-fit: cover;
}

.h1-span-sp {
  display: none;
}
.salon-slider {
  margin-top: -50px !important;
}
.subheader a{
	transition:all 0.3s ease-in-out;
}
.subheader a p{
	transition:all 0.3s ease-in-out;
}
.subheader a:hover p{
	color:var(--text-brown);
	
}

@media screen and (max-width: 1200px) {
  .page-salon-list .salon-hero-desc {
    top: 170px;
    left: 50px;
  }
}
@media screen and (max-width: 950px) {
  .page-salon-list .salon-hero-desc {
    top: 170px;
    left: 50px;
  }
  .salon-slider {
    margin-top: -30px !important;
  }

  @media screen and (max-width: 780px) {
    .salon-bg {
      height: 900px;
    }

    .page-salon-list .salon-hero-desc {
      top: -400px !important;
      bottom: 20px;
      left: 20px;
    }
    .page-salon-list .top-hero-desc .fs-20 {
      font-size: 17px;
    }
    .page-salon-list .top-hero-desc .fs-35 {
      font-size: 28px;
    }
  }

  @media screen and (max-width: 650px) {
    .page-salon-list .h1-span {
      padding-right: 8px;
      padding-left: 8px !important;
    }
    .salon-bg {
      height: 100%;
    }

    .page-salon-list .oct-item-container {
      left: 25px;
    }

    .h1-span-sp {
      display: block;
    }
    .h1-span-pc {
      display: none;
    }
    .page-salon-list .oct-item-container {
      margin-top: 20px !important;
      transform: scale(0.99);
      margin-left: -20px;
    }
    .page-salon-list .salon-hero-desc {
      left: 30px;
      top: -380px !important;
    }
  }
}
@media screen and (max-width: 590px) {
  .page-salon-list .salon-hero-desc {
    left: 10px;
    top: -380px;
    transform: scale(0.94);
  }
}
@media screen and (max-width: 550px) {
  .page-salon-list .salon-hero-desc {
    left: 10px;
    top: -300px !important;
    transform: scale(0.99);
  }
  .page-salon-list .oct-item-container {
    left: 15px;
  }
}
@media screen and (max-width: 340px) {
  .page-salon-list .salon-hero-desc {
    top: -310px !important;
  }
}


/*----------------SALON SUB HEADER-----------------------*/
.subheader {
  background: #d1d1d1;
  padding: 20px;
  margin-top: 0px !important;
  position: relative;
  margin-top: -5px !important;
}
.subheader a {
  margin-left: 22px;
  margin-right: 25px;
}
.salon-list-menu-sp {
  display: none;
}
.salon-menu-link-box {
  width: auto !important;
  padding: 10px 10px 10px 10px;
  min-width: 168px;
  background-color: var(--base-brown);
}
.salon-menu-links-container {
  padding: 0px;
  flex-wrap:wrap;
  justify-content: center;
  padding-top:30px;
  padding-bottom:30px;
}
.salon-menu-links-container svg{
    margin-left:5px;
}
@media screen and (max-width: 1300px) {
  .salon-list-menu-pc {
    display: none;
  }
  .salon-list-menu-sp {
    display: block;
  }
}


@media screen and (max-width:650px){
 .salon-short-links-menu{
    background-color: var(--base-white);
 }

}
/*----------------END SALON SUB HEADER-------------------*/






/*-----------------SALON ABOUT---------------------------*/

.about-section-wrapper {
  padding-bottom: 80px;
}
.salon-list-line {
  position: relative;
  left: -300px;
  top: -40px;
  display: block;
}
.salon-list-button-container {
  display: none;
}

@media screen and (max-width: 1200px) {
  .salon-list-line {
    display: none;
  }
  .salon-list-button-container {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .about-section-wrapper {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 450px) {
  .about-section-wrapper {
    padding-bottom: 180px;
  }
}

/*----------------END SALON ABOUT-------------------------*/



/*---------------SALON VOICE---------------------------*/
.salon-voice {
  padding-bottom: 70px !important;
}
.salon-voice-slider-track.voice-slider__track {
  gap: 0 !important;
 
}

.voice-slider__track-salon > * {
  flex: 0 0 auto !important; 
  min-width: auto !important;
  max-width: none !important;
}

.salon-voice-slider-track {
  display: flex !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  width: 100% !important;
  height: 220px !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.salon-slider-wrapper {
  width: 612px !important;
  min-width: 612px !important;
  max-width: 612px !important;
  flex: 0 0 612px !important;
  margin-right: 20px !important;
  scroll-snap-align: start !important;
  box-sizing: border-box !important;
}

.salon-voice-slider-track > div:last-child .salon-slider-wrapper {
  margin-right: 0 !important;
}

.salon-voice-slider-track::-webkit-scrollbar {
  display: none !important;
}
.salon-voice-slider-dots {
  display: inline-flex;
}

.salon-slug-h2 {
  max-width: 85%;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .salon-voice {
    padding-bottom: 0px !important;
  }
  .voice-slider__buttons-salon-container {
    margin-top: 20px !important;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .voice-slider__buttons-salon-container {
    margin-top: -20px !important;
    position: relative;
  }
}
@media screen and (max-width: 650px) {
  .salon-voice {
    gap: 25px;
    padding: 0px !important;
  }
  .salon-voice-slider-track {
    scroll-padding: 0px 0px 0px 22px;
  }
  .salon-slider-wrapper {
    width: 311px !important;
    min-width: 311px !important;
    max-width: 311px !important;
    flex: 0 0 311px !important;
    margin-right: 20px !important;
    scroll-snap-align: start !important;
    background-color: orange !important;
    box-sizing: border-box !important;
  }
  .salon-voice-slider {
    gap: 0px;
  }
  .voice-slider__buttons-salon-container {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .salon-voice .voice-slider__buttons {
    position: static !important;
    bottom: auto !important;
  }

  .salon-voice .voice-slider__buttons-salon-container {
    margin-top: 16px !important;
    padding-bottom: 20px;
  }

  .salon-voice {
    padding-bottom: 30px !important;
  }
}
/*---------------------END SALON VOICE-------------------------*/


/*----------------GOOGLE REVIEWS---------------------------*/
.ti-widget.ti-goog{
	padding-left:20px;
	padding-right:20px;
	background-color:var(--base-white);
}
.google-break{
	display:none;
}

@media screen and (max-width:1200px){
	.google-review-container{
		margin-top:70px;
	}
}
@media screen and (max-width:1100px){
	.google-review-container{
		margin-top:140px;
	}
}
@media screen and (max-width:768px){
	.google-break{
		display:block;
	}
	.google-title{
		font-size:15px;
	}
	
}

@media screen and (max-width:500px){
	.ti-footer.source-Google{
		display:none;
	}
}
/*---------------END GOOGLE REVIEWS-----------------------------*/



/*------------------SALON BANNER---------------------------*/
.salon-list-slug-bg {
  width: 100%;
  max-height: 453px;
  object-fit: cover;
}

.salon-list-banner-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 160px;
  background-color: #140604;
  padding: 40px 80px;
}
.banner-pink-btn:hover{
	color:var(--text-white) !important;
}

@media screen and (max-width: 1200px) {
  .salon-banner-container {
    margin-top: 50px;
  }
  .salon-list-banner-container {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .salon-banner-container {
    margin-top: 130px;
  }
}

@media screen and (max-width: 650px) {
	.salon-list-banner-container {
		max-width: 455px;
		width: calc(100% - 20px);
		padding: 20px 20px;
		left: 50%;
		margin: 0 auto; 
		transform: translate(-50%, -50%);
	}
	.salon-banner2{
		margin-top:-70px !important;
	}
}

@media screen and (max-width: 400px) {
	.salon-banner{
		margin-top:0px;
	}
	.salon-banner-break {
		display: none;
	}
	.salon-list-banner-container p {
		max-width: 92%;
	}
	.ti-widget.ti-goog .ti-col-1 .ti-reviews-container{
		margin-bottom:0px !important;
	}
}

/*-------------------END SALON BANNER---------------------*/


/*--------------------SALON GALLERY-----------------------------------*/
.salon-gallery {
  padding: 100px 16px 120px 16px;
}

.salon-gallery-img {
  max-width: 375px;
}
.salon-gallery-container {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  column-gap: 40px;
}

.salon-gallery-container-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .salon-gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .salon-gallery-img {
    max-width: 100%;
  }
  .salon-gallery h2 {
    text-wrap: wrap;
    margin-top: 10px;
  }
}

@media screen and (max-width: 650px) {
  .salon-gallery {
    padding: 80px 16px 80px 16px;
  }

  .salon-gallery-container-pc {
    display: none;
  }
  .salon-gallery-container-sp {
    display: inline-flex;
    gap: 6px;
  }
  .salon-gallery-container-sp .salon-gallery-img {
    width: 100% !important;
  }
  .salon-gallery-container-sp .salon-gallery-img-sp {
    width: calc(50% - 2.5px);
  }
}

@media screen and (max-width: 480px) {
  .salon-gallery-container {
    grid-template-columns: 1fr;
  }
}


/*-------------------END SALON GALLERY-------------------------------------*/



/*-----------------------STAFF MESSAGE--------------------------------*/
.salon-message{
    padding-top:80px;
    padding-bottom:180px;
	padding-left:16px;
	padding-right:16px;
}
.salon-msg-container {
  width: 100%;
  max-width: 1040px;
  padding-left: 16px;
  padding-right: 16px;
}
.salon-msg-container div {
  max-width: 432px;
}
 .salon-msg-label-sp{
    display:none;
  }
.staff-message p{
	font-size:16px;
	line-height:180%;
	font-family:'Noto Sans JP';
}
@media screen and (max-width: 1200px) {
  .salon-message h2 {
    text-wrap: wrap;
  }
  .salon-msg-container div {
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .salon-msg-container div {
    max-width: 432px;
  }
  .salon-msg-container{
    flex-direction:column-reverse !important;
    gap:30px !important;
  }
  .salon-msg-label-pc{
    display:none;
  }
  .salon-msg-label-sp{
    display:block;
  }
}


@media screen and (max-width:650px){
    .salon-message{
    padding-top:80px;
    padding-bottom:80px
}
    .salon-message {
        gap:0px !important;
    }
    .salon-msg-break{
        display:none;
    }
     .salon-msg-container{
    gap:20px !important;
  }
	.salon-message .msg-container{
		padding:20px;
	}
	.staff-message p {
		font-size:15px !important
	}
}
/*-----------------------END MESSAGE---------------------------------*/





/*--------------------------ABOUT MESSAGE------------------------------*/
.about-message-section{
	padding:40px 16px 100px 16px;
}
.about-ims-img{
	max-width:425px;
}
.msg-container{
	padding:40px 0px;
}


@media screen and (max-width:1000px){
	.about-message-section{
		padding:0px 16px 80px 16px;
	}
	.msg-container{
		flex-direction:column;
		gap:50px;
	}
}
@media screen and (max-width:650px){
	.about-message-section{
		padding:0px 16px 80px 16px;
	}
	.msg-container{
		flex-direction:column;
		gap:50px;
	}
	.about-message-container{
		gap:0px;
	}
	.about-ims-img{
		width:100%;
	}
	.msg-break{
		display:none;
	}
}
/*--------------------------END ABOUT MESSAGE-------------------------*/

/*-----------------------------SALON INFO------------------------------*/
.salon-slug-list-section{
	padding:100px 16px !important;
}
.salon-image-section,
.salon-slug-reserve-btn{
	margin-bottom:10px !important;
}
.salon-info-row {
	flex-direction:row !important;
}
.slug-salon-prefercture-block .salon-info-row:last-child{
	border-bottom:1px solid #ccc !important;
} 
.salon-store-card{
border-bottom:none !important;
}
@media screen and (max-width:850px){
	.slug-salon-prefercture-block .salon-slug-stores-list .salon-store-card{
		flex-direction:column !important;
	}
}
@media screen and (max-width:650px){
	.salon-slug-list-section{
		padding:30px 16px !important;
	}
	.salon-image-section,
	.salon-slug-reserve-btn{
		margin-bottom:0px !important;
	}
	.slug-salon-prefercture-block .top-reserve-btn{
		margin-bottom:0px !important;
	}
	.slug-salon-prefercture-block .salon-slug-stores-list .salon-store-card{
		gap:30px;
	}
	.slug-salon-prefercture-block .salon-slug-stores-list .salon-store-card .salon-card-buttons{
		margin-top:0px;
	}

}
/*----------------------------END SALON INFO-----------------------------*/






/*-----------------------------FAQ PAGE--------------------------*/
.page-faq-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 16px 280px 16px;
}
.faq-container {
  width: 100%;
  max-width: 860px;
}

.accordion_one {
  border: 1px solid var(--base-green);
  margin-bottom: 10px;
  overflow: hidden;
  background-color: var(--base-white);
}

.accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background-color: var(--base-brown);
  color: var(--text-white);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  height: 100%;
  font-size: 23px;
  opacity: 1;
}

.accordion_header:hover {
  opacity: 0.7;
}

.accordion_header.open {
  background-color: var(--base-brown);
}
.one_i {
  width: 10px;
  height: 10px;
  position: relative;
}

.one_i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg); 
  transition: transform 0.3s ease;
}

.one_i.active::before {
  transform: translate(-50%, -50%) rotate(-135deg); 
}

.accordion_inner {
  max-height: 0;
  overflow: hidden;
  padding: 0px 24px;
  box-sizing: border-box;
  opacity: 0;
  transition:
    max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease;
}

.accordion_inner.open {
  background-color: var(--base-white);
  max-height: 800px;
  opacity: 1;
  transition:
    max-height 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    padding 1.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.5s ease 0.2s;
}

.accordion_inner.animating {
  overflow: hidden;
}

.accordion_inner.opening {
  animation: slideDown 1.5s ease forwards;
}

.accordion_inner.closing {
  animation: slideUp 0.6s ease forwards;
}

@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  30% {
    opacity: 0.3;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    max-height: 500px;
    opacity: 1;
    padding: 30px;
  }
}

@keyframes slideUp {
  0% {
    max-height: 500px;
    opacity: 1;
    padding: 30px;
  }
  30% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.box_one {
  padding: 20px 0px;
  background-color: white;
}

.faq-break {
  display: block;
}
.triangle-img {
  width: 15.71px !important;
  height: 589.71px;
}
.img-wrapper-faq {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  padding: 0px;
}

.faq-watermark {
  font-size: 197.2px;
  letter-spacing: 8%;
  color: var(--text-white);
  position: absolute;
  bottom: -20px;
  right: 0px;
  font-weight: 100;
  opacity: 0.6;
}

@media screen and (max-width: 860px) {
  .page-faq-container {
    padding: 100px 16px 50px 16px;
  }
  .faq-watermark {
    font-size: 147.2px;
    letter-spacing: 8%;
    color: var(--text-white);
    position: relative;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 100;
  }
}
@media (max-width: 650px) {
  .page-faq-container {
    padding: 50px 16px;
  }
  .accordion_header {
    padding-top: 15px;
    padding-left: 16px;
    font-size: 17px;
  }

  .box_one {
    padding: 16px;
  }
  .q-label {
    max-width: 28px;
    height: auto;
  }
  .faq-header-container {
    gap: 12px;
  }

  .faq-p {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .accordion_inner {
    padding: 0px 10px 0px 6px;
  }
  .box_one {
    padding: 15px 0px 15px 12px;
    width: 100% !important;
  }

  .faq-answer-container {
    gap: 12px;
  }
  .about-faq {
    gap: 30px !important;
    padding: 70px 16px 100px 16px;
  }
  .about-faq .button-red {
    margin-top: 0px;
  }
  .faq-container {
    gap: 15px;
  }
  .faq-watermark {
    font-size: 80px;
    position: relative;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 500px) {
  .faq-break {
    display: none;
  }
  .page-faq-question  {
    width: fit-content !important;
    max-width: 250px !important;
  }
}

/*--------------------------------END FAQ PAGE----------------------------*/



/*---------------------------ABOUT PAGE-------------------------------*/
.about-history-section {
  padding: 100px 16px;
}
.about-history-container {
  width: 100%;
  max-width: 1040px;
}

.history-img1 {
  max-width: 207px;
  position: relative;
  top: 150px;
}
.history-left-container,
.brand-left-container {
  min-width: 344px;
}
.history-img2 {
  max-width: 215px;
  position: absolute;
  right: -210px;
  bottom: -55px;
}
.history-ruffree-logo {
  max-width: 140px;
  margin-left: 40px;
}

.brand-container {
  margin-top: 60px;
}
.header-break {
  display: none;
}

@media screen and (max-width: 1000px) {
  .history-left-container,
  .brand-left-container {
    min-width: 244px;
  }
  .history-img2 {
    right: -160px;
  }
}

@media screen and (max-width: 880px) {
  .about-history-container .gap-100px {
    gap: 40px;
  }
  .content-wrapper {
    gap: 40px;
  }
  .history-header {
    gap: 20px;
  }
  .header-break {
    display: block;
  }
  .about-history-section {
    padding: 50px 16px;
  }
  .history-info-container {
    flex-direction: column;
    gap: 40px;
  }
  .history-img1 {
    max-width: 207px;
    position: relative;
    top: 40px;
    margin-bottom: 40px;
  }
  .history-img2 {
    max-width: 215px;
    position: relative;
    right: 0px;
    top: 20px;
    align-self: flex-end;
  }
  .history-break {
    display: none;
  }
  .brand-container {
    flex-direction: column;
    gap: 40px;
  }
  .brand-left-container {
    gap: 40px;
  }
  .history-ruffree-logo {
    max-width: 140px;
    margin-left: 0px;
    align-self: center;
  }
}

/*---------------------------END ABOUT PAGE---------------------------*/


/*------------------------ABOUT MESSAGE-----------------------*/
.about-message-section{
    padding:40px 16px 100px 16px;
}
.about-ims-img{
    max-width:425px;
}
.msg-container{
    padding:40px 0px;
}


@media screen and (max-width:1000px){
     .about-message-section{
    padding:0px 16px 80px 16px;
}
    .msg-container{
        flex-direction:column;
        gap:50px;
    }
}
@media screen and (max-width:650px){
	.about-message-section{
		padding:0px 16px 80px 16px;
	}
	.msg-container{
		flex-direction:column;
		gap:50px;
	}
	.about-message-container{
		gap:0px;
	}
	.about-ims-img{
		width:100%;
	}
	.msg-break{
		display:none;
	}
}
/*------------------------END ABOUT MESSAGE--------------------*/



/*----------------------ABOUT IMG SLIDER-------------------------*/
.imgSlide-img{
	max-width:280px;
	height:auto;
}

@media screen and (max-width:650px){
	.imgSlide-img{
		max-width:200px;
		height:auto;
		margin-left:-8px;
	}
}
/*-----------------------END ABOUT IMG SLIDER----------------------*/




/*-------------------------ABOUT COMPANY------------------------------*/
.company-section {
  padding: 100px 16px;
  background-color: var(--base-white);
  margin-top: -5px;
}
.company-info ul {
  list-style-type: none;
}
.company-info ul li {
  padding: 13px;
  box-shadow: 0 0.5px 0 0 #cccccc;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.company-info ul li p {
  line-height: normal;
}
.company-info ul li p:first-of-type {
  min-width: 100px;
}
.google-span {
  margin-top: 2px;
}
.google-link {
  border-bottom: 1px solid var(--base-black);
}
.company-map {
  border: 0px;
  width: 500px;
  height: 345px;
}

@media screen and (max-width: 1000px) {
  .company-desc-box {
    flex-direction: column;
  }
}

@media screen and (max-width: 650px) {
  .company-section {
    padding: 70px 16px;
  }
  .company-section-container {
    gap: 25px;
  }
  .company-map {
    max-width: 100%;
  }
	.company-info ul{
		padding-left:0px;
	}
  .company-info ul li p {
    line-height: normal;
    font-size: 14px;
  }
  .company-info ul li p:first-of-type {
    min-width: 80px;
  }
  .company-info ul li {
    padding: 13px 8px 13px 0px;

    gap: 20px;
  }
}

/*-------------------------END ABOUT COMPANY-----------------------------*/

/*----------------------------ABOUT SALON LIST---------------------------*/
.about-salon-list{
	padding-top:100px;
	padding-bottom:100px;
	background-color:var(--base-white);
	
}

@media screen and (max-width:650px){
	.about-salon-list,
	.about-salon-list .top-salon-section-container{
	padding-top:0px;
	padding-bottom:0px;
	
}
}
/*----------------------------END ABOUT SALON LIST------------------------*/



/*---------------------------FRANCHISE PAGE ------------------------------------*/
.page-franchise-bg {
  width: 100%;
  height: 100%;
  max-height: 550px !important;
  object-fit: cover;
}
.franchise-slider-text-img-container {
  margin-top: 120px;
}
.franchise-slider-text-img-container .slider-img-container {
  margin-top: 8px;
}
.page-franchise-title {
  position: absolute;
  top: 40%;
  left: 200px;
}
.franchise-hero-h1 .h1-span {
  padding: 4px 20px;
}
.franchise-img1 {
  top: 50px;
}
.franchise-img2 {
  bottom: -110px;
  right: -240px;
}

.franchise-text-break {
  display: none;
}
.h1-span-sp {
  display: none;
}

@media screen and (max-width: 1090px) {
  .page-franchise-title {
    left: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .franchise-img2 {
    right: -200px;
  }
}

@media screen and (max-width: 900px) {
  .page-franchise-title {
    left: 50px;
  }
  .franchise-img2 {
    max-width: 215px;
    position: relative;
    right: 0px;
    top: 0px;
    align-self: flex-end;
  }
}

@media screen and (max-width: 700px) {
  .franchise-history-info-container {
    gap: 20px;
  }
  .franchise-img1 {
    top: 20px;
  }
  .franchise-content-wrapper {
    gap: 20px !important;
  }
  .franchise-text {
    margin-top: 0px;
  }
  .franchise-text-break {
    display: block;
  }
  .franchise-content-wrapper .fs-32 {
    font-size: 30px;
  }
}

@media screen and (max-width: 650px) {
  .franchise-slider-small-img .slider-img {
    max-height: 141px;
  }
  .franchise-hero-h1 .fs-35 {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 5px;
  }
  .page-franchise-title {
    position: absolute;
    top: auto;
    bottom: 70px;
    left: 10px;
  }
  .h1-span-pc {
    display: none;
  }
  .h1-span-sp {
    display: block;
  }
}

/*---------------------------END FRANCHISE PAGE----------------------------------*/



/*-----------------------FRANCHISE MESSAGE-------------------------*/
.franchise-message-section{
    padding:100px 16px 150px 16px;
}
.franchise-msg-img{
    max-height:450px;
}

@media screen and (max-width:650px){
    .franchise-message-section{
    padding:70px 16px 40px 16px;
}
}
/*-----------------------END FRANCHISE MESSAGE--------------------*/

/*-----------------------FRANCHISE BANNER--------------------------*/
.mem-sp{
	display:block;
}
.mem-pc{
	display:none;
}
.membership-section {
	width: 100%;
}
.membership-bg {
	width: 100%;
}

.membership-content {
	position: absolute;
	top: 50%;
	left: 162px;
	transform: translateY(-50%);
	padding: 40px;
	background: linear-gradient(270deg, rgba(25, 6, 0, 0) 0%, #190600 100%);
	max-width: 590px;
	min-width: 590px;
}
.membership-label {
	background-color: var(--base-white);
	padding: 6px 16px;
	width: fit-content;
}
.membership-break {
	display: none;
}

@media screen and (max-width: 1200px) {
	.membership-bg {
		max-height: 500px;
	}
	.membership-content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (max-width: 650px) {
	.membership-bg {
		min-height: 490px;
	}
	.membership-content {
		width: 100%;
		max-width: 100%;
		min-width: 0px;
		padding: 20px 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.membership-box1 {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.membership-box1 .fs-24 {
		font-size: 20px;
	}
	.membership-label {
		padding: 6px 8px;
	}
}

@media screen and (max-width: 400px) {
	.membership-break {
		display: block;
	}
}

@media screen and (max-width:768px){
	.mem-sp{
		display:none;
	}
	.mem-pc{
		display:block;
		margin-top:15px;
	}
}

/*------------------------END FRANCHISE BANNER--------------------------*/


/*---------------------FRANCHISE STRONG POINT----------------------------*/
.strong-point-section {
  padding: 80px 16px;
  background-color: var(--base-white);
}
.strong-point-item {
  max-width: 375px;
  padding: 25px;
  box-shadow: 0 0 0 0.5px #e9e0d2;
}

@media screen and (max-width: 1200px) {
  .strong-point-section {
    padding: 40px 16px 40px 16px;
  }
  .strong-point-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .strong-point-section-container {
    gap: 25px;
  }
  .strong-point-item {
    padding: 0px;
  }

  .strong-point-section {
    gap: 25px;
  }
  .strong-point-item .fs-24 {
    font-size: 20px;
  }
  .strong-point-item .fs-16 {
    font-size: 14px;
  }
  .strong-point-item {
    max-width: 100%;
  }
  .strong-point-item img {
    width: 100%;
  }
  .strong-point-item div {
    padding: 5px 15px 20px 15px;
  }
}

/*---------------------END FRANCHISE STRONG POINT------------------------*/




/*--------------------FRANCHISE COST-------------------------------*/
.page-cost {
  background-color: var(--base-white2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 16px;
  width: 100%;
}

.cost-info-wrapper {
  padding: 50px 40px 0px 40px;
  background-color: var(--base-white);
  max-width: 960px;
  width: 100%;
}

.cost-info-wrapper table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  width: 100%;
}

.cost-info-wrapper table tr:first-child td:first-child {
  min-width: 340px;
  background-color: var(--base-white2);
  text-align: center;
  padding: 15px 10px;
  border-right: 1px solid #e6e6e6;
}

.cost-info-wrapper table tr:first-child td:last-child {
  text-align: center;
  padding: 15px 10px;
}

.cost-info-wrapper table td {
  padding: 15px 10px;
  border-bottom: 1px solid #e6e6e6;
}

.cost-info-wrapper table tr:last-child td {
  border-bottom: none;
}

.cost-info-wrapper table td:first-child {
  min-width: 340px;
  background-color: var(--base-white2);
  text-align: center;
  border-right: 1px solid #e6e6e6;
}

.cost-info-wrapper table td:last-child {
  text-align: center;
  width: 100%;
}

.cost-table-break {
  display: none;
}

.cost-info-item2 {
  background-color: var(--base-brown);
  padding: 20px 10px;
}

.cost-info-item2 p:first-of-type {
  min-width: 340px;
  text-align: center;
}
.cost-info-item2 p:last-of-type {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .cost-info-item2 p:first-of-type {
    min-width: 200px;
  }
  .cost-info-wrapper table tr:first-child td:first-child {
    min-width: 240px;
  }

  .cost-info-wrapper table td:first-child {
    min-width: 240px;
  }

  .cost-info-wrapper table td,
  .cost-info-wrapper table tr:first-child td:first-child,
  .cost-info-wrapper table tr:first-child td:last-child {
    padding: 12px 8px;
  }
}

@media screen and (max-width: 650px) {
  .page-cost {
    padding: 70px 16px;
  }
  .cost-info-item2 {
    flex-direction: column !important;
    gap: 15px;
  }
  .cost-info-item2 p:first-of-type {
    min-width: 0px;
    width: 100%;
    font-size: 16px;
  }
  .cost-info-item2 p:last-of-type {
    font-size: 24px;
  }

  .cost-info-wrapper {
    gap: 20px;
    padding: 40px 40px 0px 40px;
  }

  .cost-info-wrapper table tr:first-child td:first-child {
    min-width: 140px;
    padding: 15px 8px !important;
    font-size: 16px;
  }

  .cost-info-wrapper table td:first-child {
    min-width: 140px;
    font-size: 16px;
    padding: 15px 8px;
  }

  .cost-info-wrapper table td:last-child {
    font-size: 16px;
    padding: 10px 8px;
  }

  .cost-info-wrapper table td,
  .cost-info-wrapper table tr:first-child td:last-child {
    padding: 10px 8px;
  }
  .cost-table-break {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .cost-info-wrapper {
    padding: 20px 20px 0px 20px;
  }
}

/*--------------------END FRANCHISE COST------------------------------*/





/*------------------FRANCHISE SIMULATION----------------------------------*/
.simulation-section {
  padding: 100px 0px 100px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--base-white);
  width: 100%;
  overflow-x: hidden; 
}

.simulation-main-container {
  width: 100%;
  max-width: 1300px;
}

.simulation-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  &::-webkit-scrollbar {
    height: 8px;
  }

  &::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }

  &::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }

  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

.simulation-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.simulation-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: max-content; 
  min-width: min-content; 
  padding-bottom: 10px; 
  padding-right: 10px;
}

.simulation-item1 {
  padding-top: 160px;
  margin-right: 10px;
  flex-shrink: 0;
}

.simulation-item1 p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 4px;
  min-height: 64.33px;
  border-bottom: 1px solid rgba(129, 120, 94, 0.5);
  min-width: 161px;
  text-align: right;
}

.simulation-header {
  padding: 25px 20px;
  max-height: 82px;
}

.simulation-item {
  min-width: 333.333px;
  box-shadow: 0 0 0 0.5px rgba(129, 120, 94, 1);
  flex-shrink: 0; 
}

.simulation-sub-header {
  padding: 25px 20px;
  max-height: 78px;
  border-bottom: 1px solid rgba(129, 120, 94, 0.5);
}

.simulation-sub-header .base-brown {
  padding: 5px 8px;
}

.simulation-p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 4px;
  min-height: 64.33px;
  border-bottom: 1px solid rgba(129, 120, 94, 0.5);
  min-width: 161px;
}

.last-simulation-p {
  border-bottom: none;
}

@media screen and (max-width: 650px) {
  .simulation-section {
    padding: 70px 0px 70px 16px;
  }

  .simulation-content .fs-18 {
    font-size: 14px;
  }
  .simulation-content .fs-20 {
    font-size: 16px;
  }
  .simulation-content .fs-14 {
    font-size: 12px;
  }
  .simulation-content .base-brown .fs-14 {
    font-size: 14px;
  }
  .simulation-content .fs-34 {
    font-size: 22px;
  }
  .simulation-sub-header {
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
    min-height: 79px;
  }
  .simulation-content {
    gap: 12px;
  }
  .simulation-header .d-flex .fs-14 {
    font-size: 12px;
  }
  .simulation-item1 {
    margin-right: 0px;
  }
  .simulation-item {
    min-width: 220px;
  }
  .simulation-header {
    padding: 10px 20px;
    min-height: 62px;
  }
  .simulation-item1 {
    padding-top: 141px;
  }
  .simulation-p {
    min-height: 52px;
  }
  .simulation-item1 p {
    min-height: 52px;
  }
  .simulation-header-details {
    gap: 0px;
  }
}

/*------------------END FRANCHISE SIMULATION--------------------------------*/


/*-----------------------FRANCHISE FAQ--------------------*/
.franchise-faq{
	padding-top:150px;
}

@media screen and (max-width:768px){
	.franchise-faq{
		padding-top:70px;
	}
	.franchise-faq .page-faq-container{
		padding:25px 16px;
	}
}
/*-----------------------END FRANCHISE FAQ--------------------------*/



/*--------------------404 PAGE------------------------------*/
.header-container-404 {
  position: relative;
  top: 0px !important;
}
.page-not-found-main-container {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-not-found {
  overflow: hidden !important;
}
.page-not-found-container {
  padding-top: 120px;
  overflow: hidden;
}
.page-not-found {
  padding: 180px 16px;
  overflow: hidden !important;
}

.btn-page-not-found {
  gap: 14px;
  padding: 14px 20px;
  color: var(--text-black);
  display: inline-flex;
  background-color:var(--base-white2);
	font-size:15px;
  box-shadow:0 0 0 0.5px var(--base-brown);
	transition:all 0.3s ease-in-out;
}
.btn-page-not-found .btn-wrapper {
	border: 1px solid var(--base-brown);
	background-color:var(--base-white2);
	transition:all 0.3s ease-in-out;
}
.page-not-found-arrow{
	transform: scaleX(-1) rotateY(180deg) !important;
}

@media screen and (max-width: 650px) {
  .page-not-found-container {
    padding-top: 80px;
  }
  .page-not-found {
    padding: 80px 16px;
  }

  .page-not-found .fs-48 {
    font-size: 40px;
  }
  .page-not-found .fs-32 {
    font-size: 22px;
  }
  .md-hidden {
    display: none;
  }
  .btn-page-not-found .btn-wrapper {
    height: 30px;
    width: 30px;
  }
  .page-not-found-break-sp {
    display: block;
  }
  .page-not-found-p {
    text-align: center;
    max-width: 87%;
  }
}

/*--------------------END 404 PAGE------------------------------*/


/*---------------------THANKS PAGE--------------------------*/
.contact-thanks{
	background-color:var(--base-white2) !important;
}
.contact-thanks-content{
    padding:150px 16px 30px 16px;
}
.company-thanks-break{
    display:none;
}
@media screen and (max-width:650px){
    .contact-thanks-content{
    padding:40px 16px 30px 16px;
    gap:50px;
}
.contact-thanks-content .fs-32{
    font-size:22px;
}
.company-thanks-break{
    display:block;
}
	.contact-header-title.contact-thanks-header-title {
		top:64% !important;
	}
	.contact-header-title .d-flex{
		gap:38px !important;
	}

}
/*--------------------END THANKS PAGE---------------------------*/

/*---------------------PRIVACY POLICY---------------------------*/
.privacy-policy-content {
  width: 100%;
  max-width: 890px;
  margin: 0px auto;
  padding: 80px 16px;
}
.privacy-policy-watermark {
  position: relative;
}


@media screen and (max-width: 860px) {
  .privacy-policy-watermark {
    top: 0px !important;
  }
}
@media screen and (max-width: 650px) {
  .privacy-policy-content {
    padding: 40px 16px;
  }
  .policy-break {
    display: none;
  }
  .privacy-header-title  .d-flex{
    gap:30px !important;
  }
  .page-header-title{
    gap:11px;
  }
  .privacy-header-title h2{
    margin-top:10px !important;
  }
	
	
}
.about-ims-img{
  width: 425px;
  height: 450px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
}
@media (max-width: 768px){
  .about-ims-img{
    width: 100%;
    max-width: 425px;
    aspect-ratio: 425 / 450;
    height: auto;
  }
}
/*---------------------END PRIVACY POLICY-----------------------*/