html {
  --navy: #031d35;
  --blue: #0a3965;
  --light: #086fb0;
  --gold: #eed067;
  --white: #fff;
  --green: #056b2f;
  --dark-green: #00662d;
  --dark-green02: #013b21;
  --bg-green: #085030;
  --gothic: "Noto Sans JP", sans-serif;
  --mincho: "Noto Serif JP", serif;
  --open_sans: "Open Sans", sans-serif;
  --icomoon: "icomoon";
  font-size: 62.5%;
  /* 62.5% 10px 1em */
  scroll-padding-top: 0px;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Cormorant";
  src: url("../css/fonts/CormorantGaramond-Light.ttf") format("truetype");
}

@media screen and (max-width: 768px) {
  html {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    scroll-padding-top: 0px;
  }

  html body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  html #wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}

html body {
  position: relative;
  line-height: 2;
  background: #fff;
  color: var(--white);
  font-family: var(--gothic);
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt";
}

html img {
  height: auto;
  vertical-align: top;
  max-width: 100%;
}

html h1,
html h2,
html h3,
html h4 {
  line-height: 1.5;
  font-family: var(--mincho);
  font-weight: 800;
}

html p {
  color: var(--white);
  font-weight: 400;
}

html a {
  border: 0;
  text-decoration: none;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

html a img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

html a:hover {
  filter: brightness(120%);
}

html .animation {
  transform: translate(0px, 10px);
  transition:
    opacity 1s ease,
    transform 1s ease;
  opacity: 0;
  backface-visibility: hidden;
}

html .animation_left {
  transform: translate(-10px, 0px);
  transition:
    opacity 1s ease,
    transform 1s ease;
  opacity: 0;
  backface-visibility: hidden;
}

html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation_right {
  transform: translate(10px, 0px);
  transition:
    opacity 1s ease,
    transform 1s ease;
  opacity: 0;
  backface-visibility: hidden;
}

html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation_down {
  transform: translate(0px, -10px);
  transition:
    opacity 1s ease,
    transform 1s ease;
  opacity: 0;
  backface-visibility: hidden;
}

html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html #wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

html .tel {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  html {
    min-width: 1200px;
  }

  html .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  html .pc {
    display: none !important;
  }

  html .tel {
    pointer-events: auto;
  }
}

@media screen and (max-width: 768px) {
  html body {
    position: relative;
    font-size: 1.5rem;
  }

  html p {
    line-height: 2;
    font-size: 1.5rem;
  }

  html img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  html .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  /* html body {
    min-width: 1200px;
  } */

  html .sp {
    display: none !important;
  }
}

html .l-inner {
  margin: 0 auto;
  max-width: 1400px;
}

html .sect_ttl {
  position: relative;
  padding-top: 199px;
  padding-bottom: 20px;
  font-family: var(--mincho);
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.6rem;
}

/* header */

html header {
  display: flex;
  position: absolute;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 100;
  width: 100%;
}

html header h1 {
  padding: 35px 0 0 35px;
  transition: all 0.6s ease;
  width:170px;
}

html .line_hbtn {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 100;
  width: 120px;
  height: 120px;
  color: var(--white);
  transition: all 0.6s ease;
}

html .line_hbtn.on {
  background: #00b900;
}

html .line_hbtn span {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
}

html .line_hbtn span .icon-line {
  display: block;
  line-height: 1;
  font-size: 3.6rem;
}

html .line_hbtn span small {
  display: block;
  line-height: 1;
  padding-top: 2px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  html header {
    z-index: 100;
    width: 100%;
  }

  html header h1 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
  }

  html header h1 img {
    width: 180px;
    max-width: 35vw;
    margin: 0 auto;
  }

  html .line_hbtn {
    display: none;
  }

  html .line_hbtn.on {
    background: none;
  }

  html .line_hbtn span {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }

  html .line_hbtn span .icon-line {
    font-size: 2rem;
  }

  html .line_hbtn span small {
    display: block;
    line-height: 1;
    font-size: 1rem;
  }
}

/* header  end */

/* title */

html .title {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 875px;
  background: url(../img/title.webp) no-repeat center bottom;
  background-size: cover;
}

html .title .text {
  line-height: 1.5;
  padding: 0 0 177px 40px;
  color: var(--gold);
  font-family: var(--mincho);
  font-size: 4rem;
  font-weight: 400;
  width:80%;
}
html .title .text em{
  font-size: 3rem;
}
html .title .text h2 {
  font-weight: 400;
  /*text-indent: 50px;*/
}

@media screen and (max-width: 768px) {

  html .title {
    height: auto;
    background: url(../img/title@sp.webp) no-repeat center top;
    background-color: #003905;
    background-size: 100% auto;
  }

  html .title .text {
    margin: 0 auto;
    padding: 120vw 0 30vw;
    font-size: 7vw;
    text-align: center;
  }

  html .title .text em {
    display: inline-block;
    margin-top: 10px;
    line-height: 2;
    font-size: 3.5vw;
  }

  html .title .text h2 {
    text-indent: 0;
  }
}



@media screen and (min-width: 769px) {

  html .title .text {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    padding: 0 40px 70px;
	
  }
  html .title .text h2 {
    margin-bottom: 20px;
    color: var(--gold);
    font-size: 4rem;
    font-weight: 400;
  }

  html .title .text .title-copy {
    display: block;
    margin-bottom: 20px;
    color: var(--gold);
    font-family: var(--mincho);
    font-size: 3rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
  }

  html .title .text .title-lead {
    display: block;
    max-width: 900px;
	line-height: 2;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
  }

}

html .hero-cta {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 40px 0 140px;
  position: relative;
    z-index: 5;
}
html .hero-cta__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 40px;
  padding: 22px 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  transition: all 0.25s ease;
}

html .hero-cta__btn--main {
  flex: 1.35;
  background: linear-gradient(360deg, #b38c45 0%, #c9a356 25%, #e7c86e 58%, #f1d97f 100%);
  border: 1px solid #cfaa57;
  color: #21331f;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    0 6px 18px rgba(0, 0, 0, 0.18);
	font-family: var(--mincho);
}

  html .hero-cta__btn--sub {
    flex: 1;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid var(--gold);
    color: var(--gold);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

html .hero-cta__label {
  display: block;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 600;
}

html .hero-cta__note {
  display: block;
  margin-top: 8px;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: 400;
}


html .hero-cta__btn:hover {
  transform: translateY(-2px);
}

html .hero-cta__btn--main:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

html .hero-cta__btn--sub:hover {
  background: rgba(0, 0, 0, 0.56);
  color: #f0d57a;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {

  html .title .text .title-copy,
  html .title .text .title-lead {
    display: block;
    font-style: normal;
  }

  html .title .text .title-copy {
		margin-bottom: 8vw;
        font-size: 4.5vw;
        line-height: 1.8;
  }

  html .title .text .title-lead {
    line-height: 1.9;
  }
  
	html .hero-cta__btn.hero-cta__btn--sub{min-height:inherit;}
	
	html .hero-cta__btn--sub .hero-cta__label {
		font-size: 1.3rem;
	}

}


@media screen and (max-width: 768px) {

  html .hero-cta {
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin: 8vw auto;
  }

}

/* title end */

/* concern */
html .concern {
  position: relative;
  margin-top: -15px;
  z-index: auto;
  background: url(../img/bg_green_body.webp) no-repeat center;
  background-size: 100% 100%;
}
html .concern .inner,
html .concern .bottom_text,
html .concern .disease-list {
  position: relative;
  z-index: 2;
}
html .concern .inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 95px 160px 84px;
  padding-bottom: 0;
  box-sizing: border-box;
  max-width: 1400px;
  gap: 53px;
}

html .concern .inner h2 {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 50px;
}

html .concern .inner h2 span {
  color: var(--gold);
  font-size: 3.5rem;
  font-weight: 400;
  white-space: pre;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

html .concern .inner h2 span:nth-child(1) {
  position: relative;
}

html .concern .inner h2 span:nth-child(1):before {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  width: 1px;
  height: 60px;
  background: var(--gold);
  content: "";
}

html .concern .inner h2 span+span {
  margin-top: 2em;
}

html .concern .inner h2 span:last-child {
  margin-top: 2em;
}

html .concern::before {
  position: absolute;
  top: -139px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_img01.webp) no-repeat center top;
  background-size: 100% auto;
  content: "";
}

html .concern .inner .worries {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 52px 17px 55px 30px;
  box-sizing: border-box;
  background: rgba(0, 62, 20, 0.8);
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.3rem;
  max-width: 750px;
  border-radius: 15px;
  gap: 30px;
}

html .concern .inner .worries h3 {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2rem;
}

html .concern .inner ol {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 300;
  letter-spacing: 0.3rem;
  gap: 30px;
}

html .concern .inner ol li {
  position: relative;
  line-height: 1.8;
  padding-left: 40px;
  text-decoration: underline var(--gold);
  text-underline-offset: 8px;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
}

html .concern .inner ol li:before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 20px;
  height: 20px;
  background: url(../img/check.webp) no-repeat 0 0;
  background-size: 100%;
  content: "";
  transform: translate(-50%, -50%);
}

html .concern .bottom_text {
  margin-top: -65px;
  text-align: center;
}

html .concern .bottom_text h3 {
  color: var(--gold);
  font-size: 3.3rem;
  font-weight: 300;
}

html .concern .bottom_text h3 span {
  font-size: 2.2rem;
}

html .concern .disease-list {
  margin: 60px 0;
}

html .concern .disease-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
}

html .concern .disease-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% / 5) - 20px);
  margin-right: 20px;
  background-color: var(--white);
  color: var(--gold);
  font-family: var(--mincho);
  font-size: 2.7rem;
  text-align: center;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

html .concern .disease-list ul li:nth-child(4n) {
  font-size: 2.3rem;
}

html .concern .disease-list li:last-child {
  margin-right: 0;
}

html .concern .disease-list p {
  margin-top: 30px;
  padding-bottom: 0;
  color: var(--gold);
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}

html .concern p {
  position: relative;
  padding-bottom: 70px;
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 768px) {
  html body {
    min-width: 0;
  }

  html .concern {
    background: url(../img/bg_img02@sp_02.webp) no-repeat bottom;
    background-size: 100% auto;
  }

  html .concern::before {
    top: -20vw;
    left: 0;
    z-index: 0;
    background: url(../img/bg_img01@sp.webp) no-repeat top;
    background-size: 100%;
  }

  html .concern::after {
    position: absolute;
    bottom: -12vw;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 80%;
    background: url(../img/bg_img02@sp_01.webp) no-repeat bottom;
    background-size: 100% 100%;
    content: "";
  }

  html .l-inner {
    padding: 0 20px 60px;
  }

  html .concern .inner {
    flex-direction: column;
    width: 100%;
    padding: 12vw 4vw 6vw;
    box-sizing: border-box;
    max-width: 100%;
    gap: 0;
  }

  html .concern .inner h2 {
    display: block;
    width: 100%;
    margin: 8vw 0 6vw;
    text-align: center;
  }

  html .concern .inner h2 span {
    display: block;
    font-size: 6vw;
    font-weight: 400;
    text-align: center;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
	white-space: normal;
  }

  html .concern .inner h2 span:nth-child(1):before {
    bottom: calc(100% + 12px);
    width: 1px;
    height: 20vw;
  }

  html .concern .inner h2 span+span,
  html .concern .inner h2 span:last-child {
    margin-top: 0;
  }

  html .concern .inner .worries {
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 30px 20px;
    max-width: 560px;
    border-radius: 15px;
    gap: 20px;
  }

  html .concern .inner .worries h3 {
    font-size: 5.5vw;
    letter-spacing: 0.1rem;
  }

  html .concern .inner ol {
    font-size: 4vw;
    gap: 20px;
  }

  html .concern .inner ol li {
    line-height: 1.8;
    padding-left: 30px;
  }

  html .concern .inner ol li:last-child {
    margin-bottom: 0;
  }

  html .concern .inner ol li:before {
    top: 30%;
  }

  html .concern .bottom_text {
    margin-top: 0;
    padding-top: 4px;
  }

  html .concern .bottom_text h3 {
    font-size: 6vw;
  }

  html .concern .bottom_text h3 span {
    font-size: 2.6vw;
    line-height: 1.4;
  }

  html .concern .bottom_text p {
    padding: 30px 0 90px;
    color: #fff;
    font-size: 4vw;
    letter-spacing: 0.2em;
  }

  html .concern .disease-list {
    margin: 6vw 0;
  }

  html .concern .disease-list ul {
    justify-content: center;
    max-width: 580px;
  }

  html .concern .disease-list ul li {
    width: calc((100% / 2) - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 5.1vw;
  }

  html .concern .disease-list ul li:nth-child(2n) {
    margin-right: 0;
  }

  html .concern .disease-list ul li:nth-child(4n) {
    font-size: 4.5vw;
  }

  html .concern .disease-list ul li:last-child {
    margin-bottom: 0;
  }

  html .concern .disease-list p {
    font-size: 1.5rem;
  }

  html .concern p {
    padding: 0;
    font-size: 4vw;
  }
}

html .concern .disease-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0;
  list-style: none;
}

html .concern .disease-list ul li {
  width: calc((100% - 48px) / 3);
  max-width: 230px;
  margin: 0;
}

html .concern .disease-list .disease-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  color: #cfaa57;
  font-family: var(--mincho);
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

html .concern .disease-list .disease-item::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid #d7b24e;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  html .concern .disease-list ul {
    gap: 16px;
  }

  html .concern .disease-list ul li {
    width: calc((100% - 16px) / 2);
    max-width: none;
  }

  html .concern .disease-list .disease-item {
    font-size: 3vw;
    padding: 16px;
  }
}

@media screen and (max-width: 480px) {
  html .concern .disease-list ul li {
    width: 100%;
    max-width: 190px;
  }

  html .concern .disease-list .disease-item {
    font-size: 4vw;
  }
}

/* concern end */

/* added concern */
html .concern .trust-info {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 30px;
  width: 100%;
  max-width: 900px;
  margin: 70px auto 0;
  padding: 0 89px 84px;
}

html .concern .trust-info__item {
  padding: 30px;
  box-sizing: border-box;
background: rgba(0, 62, 20, 0.3);
border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 15px;
}

html .concern .trust-info__item h3 {
  margin-bottom: 25px;
  color: var(--white);
  font-family: var(--mincho);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}


/* 平均腹囲変化 */

html .concern .result-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0 30px;
}

html .concern .result-list dl {
  padding: 18px 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
}

html .concern .result-list dt {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}

html .concern .result-list dd {
  display: flex;
  flex-direction: column;
  align-items: center;
}

html .concern .result-num {
  color: var(--gold);
  font-family: var(--mincho);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}

html .concern .result-num small {
  margin-left: 2px;
  font-size: 1.5rem;
}

html .concern .result-person {
  margin-top: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

html .concern .trust-note {
  margin-top: 18px;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0;
}


/* MEDIA */

html .concern .media-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

html .concern .media-item {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(238, 208, 103, 0.3);
}

html .concern .media-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

html .concern .media-name {
  margin-bottom: 5px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
}

html .concern .media-text {
  padding: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0;
}

html .concern .media-item a,
html .concern .media-paper {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 2px 14px;
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 400;
  border: 1px solid var(--gold);
  border-radius: 20px;
}

html .concern .media-item a:hover {
  background: var(--gold);
  color: var(--dark-green02);
}


/* SP */

@media screen and (max-width: 768px) {

  html .concern .trust-info {
    grid-template-columns: 1fr;
    gap: 5vw;
    width: calc(100% - 8vw);
    margin: 10vw auto 0;
	padding:0 0 100px 0;
  }

  html .concern .trust-info__item {
    padding: 6vw 5vw;
  }

  html .concern .trust-info__item h3 {
    margin-bottom: 5vw;
    font-size: 4vw;
  }

  html .concern .result-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }

  html .concern .result-list dl {
    padding: 4vw 2vw;
  }

  html .concern .result-list dt {
    font-size: 3.4vw;
  }

  html .concern .result-num {
    font-size: 6vw;
  }

  html .concern .result-num small {
    font-size: 3.2vw;
  }

  html .concern .result-person {
    font-size: 2.8vw;
  }

  html .concern .trust-note {
    margin-top: 4vw;
    font-size: 2.5vw;
    line-height: 1.7;
  }

  html .concern .media-name {
    font-size: 4vw;
  }

  html .concern .media-text {
    font-size: 3.4vw;
  }

  html .concern .media-item a,
  html .concern .media-paper {
    font-size: 3vw;
  }

}

/* added concern end */

/* reason */
html .reason {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-bottom: 310px;
  background: url(../img/reason_bg.webp) no-repeat center;
  background-size: 100% 100%;
  color: #a57c25;
}

html .reason::before {
  position: absolute;
  top: -43px;
  left: 50%;
  width: 100%;
  height: 300px;
  background: url(../img/bg_green_bottom.webp) no-repeat top;
  background-size: 100% 100%;
  content: "";
  transform: translate(-50%, -50%);
}

html .reason .l-inner {
  position: relative;
}

html .reason .l-inner::before {
  position: absolute;
  top: 26px;
  left: 50%;
  z-index: 2;
  width: 185px;
  height: 93px;
  background: url(../img/shape.webp) no-repeat center bottom;
  background-size: 100% auto;
  content: "";
  transform: translate(-50%, -50%);
}

html .reason h2.sect_ttl::after {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 70px;
  height: 65px;
  background: url(../img/golden_lotus.webp) no-repeat center bottom;
  background-size: 100% auto;
  content: "";
  transform: translate(-50%, -50%);
}

html .reason p {
  padding-top: 15px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.3rem;
  color: #a57c25;
}

@media screen and (max-width: 768px) {
  html .reason {
    height: auto;
    margin-top: 12vw;
    padding-bottom: 35vw;
    background: url(../img/reason_bg@sp.webp) no-repeat center;
    background-size: cover;
  }

  html .reason::before {
    position: absolute;
    top: 49%;
    width: 100%;
    height: 100%;
    background: url(../img/bg_img02@sp_02.webp) no-repeat top;
    background-size: 100% auto;
  }

  html .reason .l-inner::before {
    top: 2vw;
    left: 50%;
    z-index: 3;
    width: 90px;
    height: 45px;
  }

  html .reason h2 {
    padding-top: 28vw;
    font-family: var(--mincho);
    font-size: 6.3vw;
    letter-spacing: 0;
  }

  html .reason h2.sect_ttl::after {
    top: 24%;
    width: 62px;
    height: 41px;
  }

  html .reason p {
    font-size: 4vw;
  }
}

html .abhyanga {
  position: relative;
  z-index: 1;
  background-color: var(--bg-green);
  background-size: cover;
}

html .abhyanga:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-height: 900px;
  background: url(../img/abhyanga_img01.webp) no-repeat top;
  background-size: 100%;
  content: "";
}

html .abhyanga .f-blk {
  display: flex;
  position: relative;
  justify-content: space-around;
  max-width: 1050px;
  margin: 0 auto;
  padding: 110px 40px;
  padding-bottom: 0;
  box-sizing: border-box;
  gap: 230px;
}

html .abhyanga .f-blk h2 {
  display: flex;
  flex-direction: row-reverse;
}

html .abhyanga .f-blk h2 span {
  color: var(--gold);
  font-size: 4rem;
  font-weight: 400;
  white-space: pre;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

html .abhyanga .f-blk h2 span:nth-child(2) {
  margin-top: 2em;
  letter-spacing: 0.6rem;
  text-orientation: upright;
}

html .abhyanga .f-blk .f-blk_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  gap: 100px;
}

html .abhyanga .f-blk .f-blk_right p {
  color: var(--gold);
  text-align: end;
}

html .abhyanga .f-blk .f-blk_right .f-blk_bottom h3 {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 400;
  text-align: center;
}

html .abhyanga .f-blk .f-blk_right .f-blk_bottom h3 span {
  display: block;
  font-size: 2rem;
}

html .abhyanga .f-blk .f-blk_right .f-blk_bottom p {
  color: var(--white);
  text-align: left;
  font-size: 1.5rem;
}

html .m-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 30px;
}

html .shirodhara_effect {
  position: relative;
  z-index: 1;
  padding: 80px 45px 60px;
  border: 1px solid #aa870f;
  box-sizing: border-box;
  background: rgba(0, 62, 20, 0.6);
  color: var(--gold);
  text-align: center;
  border-radius: 15px;
  max-width: 900px;
    margin: 70px auto;
}

html .shirodhara_effect h3 {
  padding-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 300;
}

html .shirodhara_effect::before {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 70px;
  height: 88px;
  background: url(../img/goldenflower.webp) no-repeat top;
  background-size: 100% auto;
  content: "";
  transform: translate(-50%, -50%);
}

html .shirodhara_effect p {
  color: #fff;
  font-weight: 300;
}

html .shirodhara_effect .shirodhara_effect_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 36px;
  gap: 90px;
}

html .shirodhara_effect .shirodhara_effect_inner dl {
  width: 50%;
}

html .shirodhara_effect .shirodhara_effect_inner dl dt {
  line-height: 1.5;
  margin-bottom: 5px;
  font-family: var(--mincho);
  font-size: 2rem;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.2rem;
}

html .shirodhara_effect .shirodhara_effect_inner dl dd {
  margin-bottom: 40px;
  font-size: 1.7rem;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.1rem;
}

html .shirodhara_effect .shirodhara_effect_inner dl dd:last-child {
  margin-bottom: 0;
}

html .shirodhara_effect .shirodhara_effect_inner dl dd~dt {
  margin-top: 20px;
}

.shirodhara_effect_inner {
  counter-reset: effect-counter;
}

.shirodhara_effect_inner dt {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  counter-increment: effect-counter;
}

.shirodhara_effect_inner dt::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  background: linear-gradient(135deg, rgba(247, 196, 106, 1) 0%, rgba(205, 148, 38, 1) 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  content: counter(effect-counter);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

html .abhyanga .life-style h3 {
  position: relative;
  padding-top: 150px;
  font-family: var(--mincho);
  font-size: 3.6rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.6rem;
}

html .abhyanga .life-style span {
  position: relative;
  padding: 0 50px;
}

html .abhyanga .life-style span::before,
html .abhyanga .life-style span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: var(--white);
  content: "";
  transform: translateY(-50%);
}

html .abhyanga .life-style span::before {
  left: 0;
}

html .abhyanga .life-style .reduce_blk {
  display: flex;
  flex-direction: column;
}

html .abhyanga .life-style .reduce_blk .reduce_item {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  gap: 70px;
}

html .abhyanga .life-style .reduce_blk .reduce_item:first-child {
  padding: 90px 0 100px;
}

html .abhyanga .life-style .reduce_blk .reduce_item:last-child {
  padding: 100px 0 90px;
  flex-direction: row;
  align-items: flex-start;
}

html .abhyanga .life-style .reduce_blk .reduce_item:last-child .text {
  margin-right: 15%;
}

html .abhyanga .life-style .reduce_blk .reduce_item::before {
  position: absolute;
  bottom: -5.5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #0f4f2f;
  content: "";
  transform: translateX(-50%) rotate(-45deg);
  border-left: 2px solid #6f8f7a;
  border-bottom: 2px solid #6f8f7a;
}

html .abhyanga .life-style .reduce_blk .reduce_item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 400px;
  height: 1.5px;
  background: #6f8f7a;
  content: "";
  transform: translateX(-50%);
}


html .abhyanga .life-style .reduce_blk .reduce_item figure {
    width: 47%;
}

html .abhyanga .life-style .reduce_blk .reduce_item .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

html .abhyanga .life-style .reduce_blk .reduce_item .text h4 {
  font-family: var(--mincho);
  font-size: 3rem;
  font-weight: 300;
/*  white-space: nowrap;*/
}

html .abhyanga .life-style .reduce_blk .reduce_item .text h4 span {
  font-size: 1.7rem;
  padding:0;
}

html .abhyanga .life-style .reduce_blk .reduce_item .text h4 span::before,html .abhyanga .life-style .reduce_blk .reduce_item .text h4 span::after {
  content:inherit;
}

html .abhyanga .life-style .reduce_blk .reduce_item .text .note {
  font-size: 2rem;
}

html .abhyanga .life-style .reduce_blk .reduce_item .text p {
  font-weight: 200;
  max-width: 480px;
}

html .abhyanga .life-style .reduce_blk .reduce_item .text p.b-txt {
  font-weight: 500;
}

html .abhyanga .life-style .reduce_blk .reduce_item figure {
  flex-shrink: 0;
}

html .abhyanga .life-style .reduce_blk .reduce_item figure img,
html .abhyanga .wide_blk img {
  border-radius: 20px;
}

/* html .abhyanga .life-style .reduce_blk .reduce_item:nth-child(2) {

} */

html .abhyanga .wide_blk {
  position: relative;
  padding: 100px 0 90px;
}

html .abhyanga .wide_blk .wide-inner {
  margin: 0 auto;
  max-width: 1240px;
}

html .abhyanga .wide_blk h3 {
  position: relative;
  padding: 70px 0 43px;
  font-family: var(--mincho);
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.6rem;
    font-size: 3rem;
    font-weight: 300;
}

html .wide_blk p {
  font-size: 1.6rem;
  text-align: center;
}

html .philosophy {
  margin-bottom: 180px;
}

html .philosophy h3 {
  padding: 70px 0;
  font-family: var(--gothic);
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}

html .philosophy .promise-list {
  display: flex;
  margin-bottom: 55px;
}

html .philosophy .promise-list figure {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 300px;
}

html .philosophy .promise-list h4 {
  padding-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
}

html .philosophy .promise-list p {
  padding: 0 70px;
  font-weight: 400;
  text-align: left;
}

html .philosophy .promise-list p.btn {
  position: relative;
  margin-top: 93px;
  padding: 10px 0;
  background: var(--white);
  color: var(--dark-green);
  font-weight: 500;
  text-align: center;
  border-radius: 25px;
}

html .philosophy .promise-list li:first-child p.btn {
  margin-top: 60px;
}

html .philosophy .promise-list p.btn::before {
  position: absolute;
  bottom: 15px;
  left: 23px;
  width: 47px;
  height: 47px;
  background: url(../img/p_btn.png) no-repeat top;
  background-size: 100% auto;
  content: "";
  transform: translate(-50%, -50%);
}

html .philosophy .notic-txt {
  padding-bottom: 0;
  letter-spacing: 0.3rem;
}

html .philosophy p {
  padding-bottom: 20px;
  font-size: 1.6rem;
  text-align: center;
}

html .philosophy .promise-txt {
  font-size: 2.8rem;
}

html .philosophy .promise-list li {
  position: relative;
  width: calc((100% / 3) - 20px);
  margin-right: 10px;
  padding: 40px 20px;
  background: #1e6047;
}

html .philosophy .promise-list li:first-child {
  border-radius: 15px 0 0 15px;
}

html .philosophy .promise-list li:last-child {
  margin-right: 0;
  border-radius: 0 15px 15px 0;
}

html .philosophy .promise-list figure {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 300px;
}

html .philosophy .promise-list h4 {
  padding-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

html .program {
  text-align: center;
}

html .program .program-ttl {
  margin: 0 0 50px 0;
  padding: 15px 0;
  border: 1px solid #84a898;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
}

html .program p {
  font-weight: 200;
  letter-spacing: 0.2rem;
}

html .program p.plan_note {
  text-align: right;
  padding-top: 10px;
}

html .program .time-txt {
  font-size: 3.3rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
}

html .program .time-txt span {
  font-size: 5.2rem;
}

html .plan {
  padding: 25px 80px 100px;
}

html .plan table {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  table-layout: fixed;
  border-collapse: separate;
  letter-spacing: 2px;
}

html .plan table tbody tr th {
  padding: 20px 0;
  border: 1px solid #84a898;
  background: #216245;
  font-weight: 500;
  vertical-align: middle;
  border-radius: 15px 0 0 0;
}

html .plan table tbody tr td {
  border: 1px solid #84a898;
  background: var(--white);
  color: #19743d;
  font-weight: 500;
  vertical-align: middle;
}

html .plan table tbody tr td:last-child {
  border-radius: 0 15px 0 0;
}

html .plan table tbody tr:last-child th {
  border-radius: 0 0 0 15px;
}

html .plan table tbody tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}

html .plan .p-content {
  margin: 110px 0 0;
  padding: 40px;
  background: #1e6047;
  text-align: left;
  border-radius: 15px;
}

html .plan .p-content .c-ttl {
  position: relative;
  margin-bottom: 25px;
  padding: 0 25px;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
}

html .plan .p-content .c-ttl span {
  position: relative;
  padding: 0 110px;
}

html .plan .p-content .c-ttl span::before,
html .plan .p-content .c-ttl span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 90px;
  height: 1px;
  background-color: var(--white);
  content: "";
  transform: translateY(-50%);
}

html .plan .p-content .c-ttl span::before {
  left: 0;
}

html .plan .p-content .c-ttl span::after {
  right: 0;
}

html .plan .p-content p {
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.2rem;
  max-width: 550px;
}

html .plan-flow {
  margin-top: 70px;
}

html .plan-flow__ttl {
  margin-bottom: 30px;
  color: var(--white);
  font-family: var(--mincho);
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

html .plan-flow__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

html .plan-flow__head {
  padding: 30px 5px 15px;
  background: linear-gradient(360deg, rgba(255,255,255,.06) 0%,  rgba(1,1,1,0.2) 100%);
  text-align: center;
  position: relative;
  border-radius: 15px 15px 0 0;
}

html .plan-flow__head::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.2);
    left: 50%;
    bottom: -12px;
	transform: translateX(-50%);
}


html .plan-flow__head strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--mincho);
}

html .plan-flow__head span {
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.7;
  display: inline-block;
}


html .plan-flow__plan h5 {
  margin-bottom: -1px;
  padding: 10px 15px;
  background: rgba(255,255,255,.1);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 500;
	position: relative;
}

html .plan-flow__plan.lightplan h5 {
    background: rgba(255, 255, 255, .15);
}

html .plan-flow__plan h5::before, html .plan-flow__plan h5::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .1);
    top: 50%;
    width: 10px;
    height: 100%;
    transform: translateY(-50%);
}

html .plan-flow__plan.lightplan h5::before,html .plan-flow__plan.lightplan h5::after {
    background: rgba(255, 255, 255, .15);
}


.plan-flow__plan h5::before {
    left: -10px;
}
.plan-flow__plan h5::after {
    right: -10px;
}

html .plan-flow__plan h5 span {
  font-size: 1.4rem;
}

html .plan-flow__step {
  min-height: 105px;
  padding: 22px 12px;
  box-sizing: border-box;
  background: rgba(255,255,255,.06);
  text-align: center;
      border-left: 1px solid rgba(132, 168, 152, .3);
      border-right: 1px solid rgba(132, 168, 152, .3);
	  position: relative;
}

html .plan-flow__step::before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 13px;
    border-color: transparent transparent transparent #20492e;
    position: absolute;
    top: 0;
    left: -6px;
    bottom: 0;
    margin: auto;
}

html .plan-flow__grid .plan-flow__step:nth-child(1)::before {
	content: inherit;
}


html .plan-flow__plan.lightplan .plan-flow__step{
border-bottom: 1px solid rgba(132, 168, 152, .6);
background: rgba(255, 255, 255, .08);
}

html .plan-flow__step strong {
  display: block;
  margin-bottom: 10px;
color: var(--white);
    font-size: 1.8rem;
    font-weight: 300;
}

html .plan-flow__step span {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 300;
    line-height: 2;
    display: inline-block;
}

html .plan-flow__step span.gray {
  color: rgba(255,255,255,0.6);
}

html .plan-flow__common {
  padding: 22px 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.06) 0%,  rgba(1,1,1,0.2) 100%);
  text-align: center;
  border-radius: 10px;
  position: relative;
  margin: 20px 35px;
}

html .plan-flow__common::before,
html .plan-flow__common::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 95px;
  height: 1px;
  background: rgba(255,255,255,0.4);
  transform: translateY(-50%);
}

html .plan-flow__common::before {
  left: -36px;
}

html .plan-flow__common::after {
  right: -36px;
}

html .plan-flow__common strong {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-family: var(--mincho);
  font-size: 2rem;
  font-weight: 400;
}

html .plan-flow__common p {
  padding: 0;
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

html .plan-flow__common span {
  display: inline-block;
  margin-top: 8px;
  color: var(--white);
  font-size: 1.2rem;
}

html .plan-flow__note {
  margin-top: 15px;
  padding: 0;
  color: rgba(255,255,255,.7);
  font-size: 1.1rem;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0;
}
html .trial-note {
  margin-top: 25px;
  padding: 0;
  list-style: none;
}

html .trial-note li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.4em;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}

html .trial-note li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: var(--gold);
}
html .trial-cta {
  width: 100%;
  max-width: 600px;
  margin: 35px auto 0;
}

html .trial-cta .hero-cta__btn {
  width: 100%;
}

@media screen and (max-width: 768px) {

  html .plan-flow {
    margin-top: 12vw;
  }

  html .plan-flow__ttl {
    margin-bottom: 6vw;
    font-size: 5.5vw;
  }

  html .plan-flow > .plan-flow__grid {
    display: none;
  }

  html .plan-flow__plan {
    margin-top: 7vw;
  }

  html .plan-flow__plan h5 {
    padding: 3vw 4vw;
    font-size: 4.5vw;
	margin-bottom: 10px;
        margin-bottom: 6px;
        background: rgba(1, 1, 1, .1);
        border-top: 1px solid rgba(132, 168, 152, .6);
	border-left: 1px solid rgba(132, 168, 152, .6);
	border-right: 1px solid rgba(132, 168, 152, .6);
  }
  
	html .plan-flow__plan h5::before, html .plan-flow__plan h5::after{
	content: inherit;
	}

html .plan-flow__plan.lightplan h5 {
    background: rgba(1, 1, 1, .1);
}
html .plan-flow__plan.lightplan .plan-flow__step {
    border-bottom: none;
}

  html .plan-flow__plan h5 span {
    font-size: 3.5vw;
  }

  html .plan-flow__plan .plan-flow__grid {
    grid-template-columns: 1fr;
    gap: 2vw;
  }

  html .plan-flow__step {
    min-height: 0;
    padding: 8vw 4vw;
	position: relative;
  }

html .plan-flow__step::before {
	content: inherit;
}

  html .plan-flow__step.bottom,html .plan-flow__plan.lightplan .plan-flow__step:nth-last-of-type(1) {
    border-bottom: 1px solid rgba(132, 168, 152, .6);
  }
  
  html .plan-flow__step::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 0;
    border-color: #20492e transparent transparent transparent;
    bottom: -16px;
	z-index: 1;
}
  
  html .plan-flow__step.bottom::after {
    content: inherit;
}
  html .plan-flow__sp-label {
    display: block !important;
    margin-bottom: 2vw;
    color: var(--gold) !important;
    font-size: 3.4vw !important;
  }
	html .plan-flow__sp-label span {
		font-size: 5vw !important;
		font-weight: 600;
		color: var(--gold) !important;
		font-family: var(--mincho);
	}
  html .plan-flow__step strong {
    font-size: 4.5vw;
  }

  html .plan-flow__step span {
    font-size: 3.4vw;
  }

  html .plan-flow__common {
    margin: 6vw 0 0;
    padding: 5vw 4vw;
  }

html .plan-flow__common::before,
html .plan-flow__common::after {
  content: inherit;
  }

  html .plan-flow__common strong {
    font-size: 5vw;
  }

  html .plan-flow__common p {
    font-size: 3.4vw;
  }

  html .plan-flow__common span {
    font-size: 3vw;
  }

  html .plan-flow__note {
    font-size: 2.7vw;
  }

  html .trial-note {
    margin-top: 5vw;
  }

  html .trial-note li {
    margin-top: 2.5vw;
    font-size: 3.4vw;
    line-height: 1.8;
  }
  
}
/* section 04  end */

/* fblk sp */
@media screen and (max-width: 768px) {
  html .abhyanga:before {
    content: none;
  }

  html .abhyanga .f-blk {
    flex-direction: column;
    width: 100%;
    padding: 3vw 4vw 0vw;
    box-sizing: border-box;
    max-width: 100%;
    gap: 0;
  }

  html .abhyanga .f-blk h2 {
    display: block;
    width: 100%;
    margin: 6vw 0 6vw;
    text-align: center;
  }

  html .abhyanga .f-blk h2 span {
    display: block;
    font-size: 7vw;
    text-align: center;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
  }

  html .abhyanga .f-blk h2 span:nth-child(2) {
    margin-top: 0;
    letter-spacing: 0.1rem;
  }

  html .abhyanga .f-blk .f-blk_right {
    align-items: center;
    font-size: 4vw;
    letter-spacing: 0.3rem;
  }

  html .abhyanga .f-blk .f-blk_right p {
    text-align: center;
  }

  html .abhyanga .f-blk .f-blk_right .f-blk_bottom h3 {
    font-size: 5.4vw;
    text-align: center;
    letter-spacing: 0;
    margin: -11vw 0 3vw;
  }

  html .abhyanga .f-blk .f-blk_right .f-blk_bottom h3 span {
    font-size: 3vw;
    letter-spacing: 0.1rem;
  }

  html .abhyanga .f-blk .f-blk_right .f-blk_bottom p {
    padding: 0 6vw;
    letter-spacing: 0.1rem;
  }

html .abhyanga .f-blk .f-blk_img.sp {
  position: relative;
  z-index: -1;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  margin-top: -14px;
  display: block !important;
}

  html .abhyanga .f-blk .f-blk_img.sp figure {
    width: 100%;
    max-width: 100%;
  }

  html .abhyanga .f-blk .f-blk_img.sp img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

}

/* shirodhara_effect */
@media screen and (max-width: 768px) {

  * {
    min-width: 0;
  }
  
  html .m-inner {
    padding: 0 20px;
  }

  html .shirodhara_effect {
    padding: 50px 20px;
  }

  html .shirodhara_effect h3 {
    font-size: 6vw;
  }

  html .shirodhara_effect .shirodhara_effect_inner {
    flex-direction: column;
    gap: 20px;
  }

  html .shirodhara_effect .shirodhara_effect_inner dl {
    width: 100%;
  }

  html .shirodhara_effect .shirodhara_effect_inner dl dd:last-child {
    margin-bottom: 40px;
  }

  html .shirodhara_effect .shirodhara_effect_inner dl:nth-child(2) dd:last-child {
    margin-bottom: 0;
  }

  html .shirodhara_effect .shirodhara_effect_inner dl dt {
    line-height: 1.5;
    padding-left: 33px;
    font-size: 4vw;
  }

  .shirodhara_effect_inner dt::before {
    top: 3.5vw;
    left: 14px;
  }

  html .abhyanga .life-style span::before,
  html .abhyanga .life-style span::after {
    content: none;
  }

  html .abhyanga .life-style h3 {
    font-size: 6vw;
    letter-spacing: 0.1em;
  }

  html .abhyanga .wide_blk .wide-inner {
    max-width: 100%;
    width: 100%;
  }

  html .abhyanga .wide_blk img {
    border-radius: 0;
  }

  html .abhyanga .wide_blk h3 {
    padding: 8vw 0 5vw;
    font-size: 6vw;
    letter-spacing: 0.1em;
  }

  html .abhyanga .life-style h3 span {
    padding: 0;
  }

  html .abhyanga .life-style h3 {
    padding: 12vw 0 10vw 0;
  }
}


/* life-style */
@media screen and (max-width: 768px) {
  html .abhyanga .life-style .reduce_blk {
    width: 100%;
    padding-top: 0;
    box-sizing: border-box;
    max-width: 100%;
  }

  html .abhyanga .life-style .reduce_blk .reduce_item {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 30px;
  }

  html .abhyanga .life-style .reduce_blk .reduce_item:first-child {
    align-items: flex-start;
    padding: 0 0 10vw;
  }

  html .abhyanga .life-style .reduce_blk .reduce_item::after {
    width: 100%;
  }

  html .abhyanga .life-style .reduce_blk .reduce_item .text {
    gap: 10px;
  }

  html .abhyanga .life-style .reduce_blk .reduce_item .text h4 {
    margin-bottom: 10px;
    font-size: 6vw;
    font-weight: 400;
  }

  html .abhyanga .life-style .reduce_blk .reduce_item figure {
    flex-shrink: 0;
	width: 100%;
  }
  html .abhyanga .life-style .reduce_blk .reduce_item:nth-child(2) {
    flex-direction: column;
    padding: 10vw 0;
  }

  html .abhyanga .wide_blk {
    padding: 10vw 0;
  }

}

/* philosophy */
@media screen and (min-width:769px) {
  html .philosophy .promise-list p.btn {
    padding: 0;
    min-height: 65px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  html .philosophy {
    margin-bottom: 10vw;
  }

  html .philosophy h3 {
    padding-top: 10vw;
    font-size: 5vw;
  }

  html .philosophy .promise-list {
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }

  html .philosophy .promise-list li {
    width: 95%;
    margin: 0 auto 5vw;
    padding: 0 0 10vw 0;
    border-radius: 15px;
  }

  html .philosophy .promise-list li:last-child {
    margin: 0 auto;
    border-radius: 15px;
  }

  html .philosophy .promise-list h4 {
    position: absolute;
    top: 8vw;
    left: 16px;
    font-size: 4.7vw;
    writing-mode: vertical-lr;
  }

  html .philosophy .promise-list figure {
    max-width: 200px;
    padding: 10vw 10vw 0 20vw;
  }

  html .philosophy .promise-list p {
    padding: 0vw 10vw 0 20vw;
  }

  html .philosophy .promise-list p.btn {
    line-height: 1.4;
    margin: 10vw 5vw 0 5vw;
  }

  html .philosophy .promise-list p.btn::before {
    bottom: 10px;
    left: 8px;
    width: 35px;
    height: 35px;
  }

  html .philosophy .promise-list li:nth-child(2) p.btn::before {
    top: 0;
  }

  html .philosophy .notic-txt {
    letter-spacing: 0.2rem;
  }
}

/* program */
@media screen and (max-width: 768px) {
  html .program {
    padding-bottom: 15vw;
  }

  html .program .program-ttl {
    margin-bottom: 6vw;
    font-size: 6vw;
    letter-spacing: 0.1rem;
  }

  html .plan {
    padding: 5vw 0 0 0;
  }

  .plan table,
  .plan tbody,
  .plan tr {
    display: block;
    width: 100%;
  }

  .plan table tr {
    margin-bottom: 20px;
  }

  html .plan table tbody tr th,
  html .plan table tbody tr:last-child th {
    border-radius: 15px 15px 0 0;
  }

  html .plan table tbody tr td,
  html .plan table tbody tr td:last-child {
    border-radius: 0 0 15px 15px;
  }

  html .plan table tbody tr:last-child td:last-child {
    border-radius: 0 0 15px 15px;
  }

  html .plan table tbody tr th,
  html .plan table tbody tr td {
    padding: 2vw 0;
  }

  .plan table th,
  .plan table td {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
  }

  .plan table th {
    padding: 16px 0;
    background: #1e6047;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 15px 15px 0 0;
  }

  .plan table td {
    padding: 20px 0;
    border: 1px solid #84a898;
    background: #fff;
    color: var(--green);
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 0 0 15px 15px;
    border-top: none;
  }

  html .program .time-txt {
    font-size: 6vw;
  }

  html .program .time-txt span {
    font-size: 10vw;
  }

  html .plan .p-content .c-ttl span::before,
  html .plan .p-content .c-ttl span::after {
    content: none;
  }

  html .plan .p-content .c-ttl span {
    padding: 0;
  }

  html .program p.plan_note {
    padding: 0;
  }

  html .plan .p-content {
    position: relative;
    margin: 15vw 0 0 0;
    padding: 2vw 4vw 5vw 4vw;
  }

  html .plan .p-content .c-ttl span {
    position: absolute;
    top: -3vw;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}

html .user_voice {
  width: 100%;
  margin: 0 auto;
  /* max-width: 1400px;
  padding: 80px; */
  box-sizing: border-box;
  background-color: #085030;
}

html .user_voice .user_voice_head {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
  z-index: 1;
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 80px;
  box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.32);
  box-sizing: border-box;
  background: #0a3965;
  color: #fff;
  border-radius: 30px;
  gap: 80px;
}

html .user_voice .user_voice_head figure {
  width: 38%;
  flex-shrink: 0;
}

html .user_voice .user_voice_head figure img {
  width: 100%;
  height: 316px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 30px;
}

html .user_voice .user_voice_head .text h2 {
  padding-bottom: 30px;
  font-size: 3rem;
  font-weight: 300;
}

html .user_voice .user_voice_head .text p {
  color: #fff;
}

html .user_voice .user_voice_body {
  width: 100%;
  padding: 0 80px 120px;
  box-sizing: border-box;
  background: #0a3965;
  border-radius: 0 0 30px 30px;
}

html .user_voice .user_voice_body .item {
  padding: 80px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

html .user_voice .user_voice_body .item h3 {
  padding-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 400;
}

html .user_voice .user_voice_body .item p {
  color: #fff;
}

html .user_voice .user_voice_body .item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  html .user_voice {
    width: 100%;
    padding: 0px;
    background: #085030;
    max-width: 100%;
  }

  html .user_voice .user_voice_head {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 1;
    width: calc(100% - 40px);
    margin-left: 20px;
    padding: 0px;
    box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.32);
    box-sizing: border-box;
    background: #0a3965;
    color: #fff;
    border-radius: 0 0 15px 15px;
    gap: 0px;
  }

  html .user_voice .user_voice_head figure {
    width: calc(100% + 40px);
    margin-left: -20px;
    flex-shrink: 0;
  }

  html .user_voice .user_voice_head figure img {
    width: 100%;
    height: 316px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 0px;
  }

  html .user_voice .user_voice_head .text {
    padding: 20px 20px 40px;
  }

  html .user_voice .user_voice_head .text h2 {
    padding-bottom: 20px;
    font-size: 4.6vw;
    text-align: center;
  }

  html .user_voice .user_voice_head .text p {
    color: #fff;
  }

  html .user_voice .user_voice_body {
    width: 100%;
    padding: 20px 20px 40px;
    box-sizing: border-box;
    background: #0a3965;
    border-radius: 0 0 30px 30px;
  }

  html .user_voice .user_voice_body .item {
    padding: 40px 0;
  }

  html .user_voice .user_voice_body .item h3 {
    padding-bottom: 10px;
    font-size: 5vw;
    text-align: center;
  }
}

html .visceral {
  background: #e5e4e7;
}

html .visceral .sect_ttl {
  padding-top: 127px;
  color: var(--dark-green);
}

html .visceral .sect_ttl.care-example-label {
  padding: 30px 0;
  color: var(--dark-green);
}

html .visceral .sect_ttl span{
	font-size: 1.3rem;
    letter-spacing: 0;
    display: inline-block;
    line-height: 1.7;
    margin-top: 10px;
}

html .visceral .sect_ttl::before {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 70px;
  height: 65px;
  background: url(../img/green_lotus.webp) no-repeat center bottom;
  background-size: 100% auto;
  content: "";
  transform: translate(-50%, -50%);
}

html .visceral .sect_ttl.care-example-label::before {
  content: inherit;
}



html .visceral .salon {
  position: relative;
  z-index: 1;
  margin: 25px 80px 55px;
  padding: 40px 10px;
  background: #095734;
  color: var(--gold);
  text-align: center;
  border-radius: 15px;
}

html .visceral .salon h3 {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 500;
}

html .visceral .salon p {
  color: var(--gold);
  letter-spacing: 0.3rem;
}

html .visceral .l-inner {
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 80px;
}

html .visceral .l-inner:nth-of-type(4) {
  padding: 0 30px;
}

html .visceral .flow_blk {
  display: flex;
  position: relative;
  flex-direction: column;
}

html .visceral .flow_blk::before {
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 0;
  width: 80px;
  height: 100%;
  background: url(../img/flow_before.png) no-repeat center;
  background-size: 100% 100%;
  content: "";
  transform: translate(-50%, -50%);
}

html .visceral .flow_blk .flow_item {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-bottom: 150px;
}

html .visceral .flow_blk .flow_item {
  flex-direction: row;
}

html .visceral .flow_blk .flow_item:nth-child(2n) {
  flex-direction: row-reverse;
}

html .visceral .flow_blk .flow_item:nth-child(2n) .text {
  margin-left: 6%;
}

html .visceral .flow_blk .flow_item .text {
  display: flex;
  flex-direction: column;
  width: 41%;
  margin-left: auto;
  color: var(--dark-green02);
  gap: 3px;
  max-width: 560px;
}

html .visceral .flow_blk .flow_item .text h4 {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  font-weight: 500;
}

html .visceral .flow_blk .flow_item .text h4 span {
  display: block;
  z-index: -1;
  line-height: 1;
  margin-bottom: -42px;
  color: #e1dcd8;
  font-family: "Oswald", sans-serif;
  font-size: 144px;
  font-weight: 400;
}

html .visceral .flow_blk .flow_item .text p {
  color: var(--dark-green02);
  max-width: 480px;
}

html .visceral .flow_blk .flow_item figure {
  width: 58%;
  max-width: 560px;
}

html .visceral .flow_blk .flow_item figure img {
  border-radius: 15px;
}

html .visceral .home {
  z-index: 1;
  margin: 0 80px 55px;
  padding: 40px;
  border: 1px solid var(--green);
  background: var(--white);
  color: var(--green);
  text-align: center;
  border-radius: 15px;
}

html .visceral .home h3 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #02864b;
}

html .visceral .home p {
  color: #02864b;
  letter-spacing: 0.3rem;
}

html .visceral .hcare_list {
  display: flex;
  padding-bottom: 100px;
  border-radius: 15px;
}

html .visceral .hcare_list li {
  width: calc(100% / 4);
  padding: 40px;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.08),
    0 10px 25px rgba(0, 0, 0, 0.06);
  background: var(--white);
  color: var(--dark-green02);
}

html .visceral .hcare_list li:first-child {
  border-radius: 15px 0 0 15px;
}

html .visceral .hcare_list li:last-child {
  border-radius: 0 15px 15px 0;
}

html .visceral .hcare_list li img {
  margin-bottom: 30px;
}

html .visceral .hcare_list li h4 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  color: var(--dark-green02);
}

html .visceral .hcare_list li p {
  color: var(--dark-green02);
  font-size: 1.5rem;
}

html .visceral .chu {
  text-align: center;
  color: var(--dark-green02);
  padding-bottom: 80px;
}


@media screen and (max-width: 768px) {
  html .visceral .m-inner {
    padding: 0 20px 0 0;
  }

  html .visceral .l-inner {
    padding: 0 10px;
  }

  html .visceral .l-inner,
  html .visceral .l-inner:nth-of-type(4) {
    padding: 0 10px;
  }

  html .visceral .sect_ttl {
    font-size: 6.5vw;
  }

  html .visceral .salon {
    margin: 0;
    border-radius: 0 15px 15px 0;
  }

  html .visceral .salon h3 {
    font-size: 6vw;
  }

  html .visceral .flow_blk {
    padding: 20px 10px 0 40px;
  }

  html .visceral .flow_blk .flow_item {
    flex-direction: column;
    padding-bottom: 10vw;
  }

  html .visceral .flow_blk::before {
    top: 48%;
    left: -3px;
    width: 37px;
  }

  html .visceral .flow_blk .flow_item figure {
    width: 100%;
    max-width: unset;
  }

  html .visceral .flow_blk .flow_item .text {
    width: 100%;
    max-width: unset;
  }

  html .visceral .flow_blk .flow_item:nth-child(2n) .text {
    margin-left: 0;
  }

  html .visceral .flow_blk .flow_item .text h4 {
    font-size: 5vw;
    font-weight: 600;
  }

  html .visceral .flow_blk .flow_item .text h4 span {
    margin-bottom: -28px;
    font-size: 21vw;
  }

  html .visceral .flow_blk .flow_item:nth-child(2n) {
    flex-direction: column;
  }

  html .visceral .home {
    margin: 0 0 10vw 0;
    padding: 20px 31px;
    border: none;
    text-align: left;
    border-radius: 0 15px 15px 0;
  }

  html .visceral .home h3 {
    margin-bottom: 1vw;
    font-size: 6vw;
  }

  html .visceral .home p {
    letter-spacing: 0.1rem;
  }

  html .visceral .hcare_list {
    flex-wrap: wrap;
  }

  html .visceral .hcare_list li {
    width: calc((100% / 2) - 20px);
    padding: 25px 10px 10px 10px;
    box-shadow:
      0 4px 3px rgba(0, 0, 0, 0.08),
      0 -3px 3px rgba(0, 0, 0, 0.06);
  }

  html .visceral .hcare_list li:first-child {
    border-radius: 15px 0 0 0;
  }

  html .visceral .hcare_list li:nth-child(2) {
    border-radius: 0 15px 0 0;
  }

  html .visceral .hcare_list li:nth-child(3) {
    border-radius: 0 0 0 15px;
  }

  html .visceral .hcare_list li:last-child {
    border-radius: 0 0 15px 0;
  }

  html .visceral .hcare_list li h4 {
    font-size: 5vw;
  }
}

/* FAQ */

html .faq {
  padding: 90px 160px 128px;
}

html .faq .sect_ttl,
html .greeting .sect_ttl {
  color: var(--dark-green);
  font-size: 4.1rem;
  padding: 0;
  position: relative;
}

html .faq-blk .faq-item {
/*  background-color: #fbfbfc;*/
  padding: 50px 50px 5px;
/*  border-radius: 10px;*/
  margin-bottom: 0px;
}

html .faq-blk .faq-item:last-child {
  margin-bottom: 0;
}

html .faq-blk .faq-item h3 {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 600;
}

html .faq-blk .faq-item h3,
html .faq-blk .faq-item p {
  position: relative;
  padding: 20px 0 0 103px;
  color: var(--dark-green);
}

html .faq-blk .faq-item h3::before,
html .faq-blk .faq-item p::before {
  position: absolute;
  top: 0;
  width: 83px;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  border-radius: 50px;
  font-size: 3.6rem;
  font-family: "Cormorant";
  font-weight: 100;
}

html .faq-blk .faq-item h3::before {
  content: "Q";
  color: var(--gold);
  background-color: var(--dark-green);
}

html .faq-blk .faq-item p::before {
  content: "A";
  background-color: var(--gold);
  top: 20px;
  color: var(--dark-green02);
}

@media screen and (min-width:769px) {
  html .faq .l-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  html .faq .sect_ttl span,
  html .greeting .sect_ttl span {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    line-height: 1;
  }
  
  html .greeting .sect_ttl span {
      text-align: left;
  }  


  html .faq .sect_ttl::after,
  html .greeting .sect_ttl::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    left: 20px;
    background-color: var(--dark-green);
    bottom: -10.5rem;
  }

  html .faq-blk {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  html .faq {
    padding: 25px 0 43px;
  }

  html .faq .sect_ttl,
  html .greeting .sect_ttl {
    padding-top: 60px;
    font-size: 6.5vw;
    letter-spacing: 0;
  }

  html .faq .sect_ttl::before,
  html .greeting .sect_ttl::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 45px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/green_lotus.webp) no-repeat center bottom;
    background-size: contain;
  }

  html .faq-blk {
    margin-top: 30px;
  }

  html .faq-blk .faq-item {
    padding: 10px;
/*    margin-bottom: 15px;*/
  }

  html .faq-blk .faq-item h3 {
    margin-bottom: 15px;
    font-size: 4.8vw;
  }

  html .faq-blk .faq-item p {
    font-size: 3.733vw;
  }

  html .faq-blk .faq-item h3,
  html .faq-blk .faq-item p {
    padding: 5px 0 0 63px;
  }

  html .faq-blk .faq-item h3::before,
  html .faq-blk .faq-item p::before {
    width: 50px;
    height: 50px;
    font-size: 23px;
  }

  html .faq-blk .faq-item p::before {
    top: 10px;
  }
}

/* Feedback */

html .feedback .l-inner {
  padding: 0 8rem;
  box-sizing: border-box;
}

html .feedback .fb-head {
  box-sizing: border-box;
  width: calc(100% + 80px);
  border-radius: 15px;
  padding: 80px;
  position: relative;
  z-index: 1;
}

html .feedback .fb-body {
  background: linear-gradient(135deg, #00532c 10%, var(--green));
  padding: 0 80px 95px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
}

html .feedback .fb-body .item {
  padding: 60px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

html .feedback picture {
  width: 38%;
  flex-shrink: 0;
}

html .feedback .img-blk {
  width: 35%;
  flex-shrink: 0;
}

html .feedback picture img {
  border-radius: 30px;
}

html .feedback .fb-head .text h2 {
  font-size: 3rem;
  font-weight: 300;
  padding-bottom: 3rem;
}

html .feedback .fb-body .item .text h3 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

html .feedback .fb-head .text p,
html .feedback .fb-body .item .text p {
  font-weight: 200;
}

html .feedback .img-blk {
  display: flex;
}

html .feedback .img-blk figure {
  position: relative;
  padding-bottom: 40px;
}

html .feedback .img-blk figure:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--mincho);
  font-weight: 100;
}

html .feedback .img-blk figure:first-child::after {
  content: "Before";
}

html .feedback .img-blk figure:last-child::after {
  content: "After";
}

html .feedback .img-blk figure:first-child::before {
  position: absolute;
  content: "";
  background: url(../img/icn_arrow.webp) no-repeat;
  background-size: contain;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  right: -25px;
  width: 45px;
  height: 45px;
  z-index: 1;
}

@media screen and (min-width:769px) {

  html .feedback .fb-head .fb-inr,
  html .feedback .fb-body .item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 80px;
    color: var(--white);
  }

  html .feedback .fb-head {
    background-color: #00532c;
    margin-left: -40px;
    box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.32);
  }
}

@media screen and (max-width: 768px) {
  html .feedback .fb-inr {
    margin: 0 20px;
  }

  html .feedback .l-inner,
  html .feedback .fb-head {
    padding: 0;
  }

  html .feedback .fb-head::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #00532c;
    width: 100%;
    height: 90%;
    z-index: -1;
  }

  html .feedback .fb-head,
  html .feedback .fb-body {
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: unset;
  }

  html .feedback .fb-body {
    padding: 0 0 30px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(to bottom, #00532c 50%, var(--green));
  }

  html .feedback .fb-head,
  html .feedback .fb-body .item {
    flex-direction: column;
    gap: 0;
    color: var(--white);
  }

  html .feedback .fb-body .item {
    width: 100%;
    padding: 40px 0;
  }

  html .feedback .fb-body .item:last-child {
    border: none;
  }

  html .feedback picture,
  html .feedback .img-blk {
    width: 100%;
  }

  html .feedback .img-blk {
    margin: 25px 0 10px;
  }

  html .feedback picture img {
    border-radius: 0;
  }

  html .feedback .fb-head .text {
    padding: 20px 20px 40px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.32);
    position: relative;
    z-index: 1;
  }

  html .feedback .fb-head .text h2 {
    text-align: center;
    font-size: 5.3vw;
    padding-bottom: 20px;
  }

  html .feedback .fb-head .text.sp {
    border-radius: 15px 15px 0 0;
    padding: 20px 25px;
    background-color: var(--dark-green);
    margin: 0 auto;
  }

  html .feedback .fb-head .text.sp h2 {
    padding: 0;
    text-align: left;
  }

  html .feedback .fb-body .item .text h3 {
    font-size: 5vw;
    margin-bottom: 10px;
    text-align: center;
  }

  html .feedback .fb-body .item .text h3 span {
    display: block;
  }

  html .feedback .fb-body .item .text p {
    margin: 0 20px;
    font-weight: 100;
  }
}

/* Greeting */
html .greeting .greeting-blk .name {
  margin-bottom: 35px;
  color: var(--dark-green);
}

html .greeting .greeting-blk .name span,
html .greeting .greeting-blk .name em {
  display: block;
}

html .greeting .greeting-blk .name em {
  font-size: 2.6rem;
  font-family: var(--mincho);
      line-height: 1.5;
	  margin-top: 20px;
}

html .greeting .greeting-blk p {
  color: var(--dark-green02);
}

html .greeting .greeting-blk .item figure {
  width: 400px;
}

html .greeting .greeting-blk .item+.item {
  margin-top: 130px;
}

@media screen and (min-width:769px) {
  html .greeting {
    padding: 190px 140px 128px;
  }

  html .greeting .l-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	gap: 37px;
  }

  html .greeting .greeting-blk {
    width: 90%;
  }

  html .greeting .greeting-blk .item .text {
    margin-left: 80px;
    width: 70%;
  }

  html .greeting .greeting-blk .item.reverse .text {
    margin-left: 0;
    margin-right: 80px;
  }

  html .greeting .greeting-blk .item {
    display: flex;
  }

  html .greeting .greeting-blk .item.reverse {
    flex-direction: row-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  html .greeting {
    padding: 40px 0 45px;
  }

  html .greeting .sect_ttl {
    margin-bottom: 45px;
  }

  html .greeting .greeting-blk .item figure img {
    width: 100%;
  }

  html .greeting .greeting-blk .name {
    margin: 20px 0;
  }

  html .greeting .greeting-blk .name span,
  html .greeting .greeting-blk .name em {
    text-align: center;
  }

  html .greeting .greeting-blk .name em {
    font-size: 5.8vw;
  }

  html .greeting .greeting-blk .name span {
    font-size: 3.2vw;
  }

  html .greeting .greeting-blk .item+.item {
    margin-top: 40px;
  }
  html .greeting .greeting-blk .item figure {
    width: 100%;
  }
}

/* Lastly */
html .lastly {
  background: url(../img/bg_lastly.webp) no-repeat;
  background-size: cover;
  padding: 180px 0 100px;
}

html .lastly h2 {
    font-size: 3.0rem;
    margin-left: 50px;
    line-height: 1;
}

html .lastly .l-inner .text {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  letter-spacing: 6.5px;
  padding-top: 45px;
  line-height: 2.5;
  font-size: 2rem;
  font-family: var(--mincho);
}

@media screen and (min-width: 769px) {
  html .lastly .l-inner {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }

  html .lastly h2 span,
  html .lastly .text span {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: pre;
  }
}

@media screen and (max-width: 768px) {
  html .lastly {
    background: url(../img/bg_lastly_sp.webp) no-repeat;
    background-size: cover;
    padding: 75px 0 80px;
  }

  html .lastly .l-inner .text {
    justify-content: center;
    line-height: 2;
    font-size: 1.6rem;
  }

  html .lastly h2 {
    text-align: center;
    font-size: 4.5vw;
	    line-height: 2;
  }

  html .lastly .text span {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: pre;
  }
}

/* Contact */
html .contact {
  background: #12401f url(../img/img_bg_footer.webp) no-repeat center top;
  background-size: cover;
  padding: 110px 0 140px;
}

html .contact .ft-inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px 100px;
  box-sizing: border-box;
  margin: 0 auto;
}

html .contact h2 {
  font-size: 3.6rem;
  color: var(--white);
  font-weight: 300;
  text-align: center;
  margin-bottom: 65px;
}

html .contact .line-btn {
  width: 900px;
  padding: 30px 0;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  margin: 0 auto 30px;
  color: #06c655;
}

html .contact .line-btn .icon-line {
  font-size: 4rem;
}

html .contact .line-btn span {
  font-size: 2.5rem;
  font-family: var(--mincho);
}

html .contact .chu {
  font-size: 1.3rem;
  text-align: center;
}

html .contact .wellness {
  border-radius: 15px;
  box-sizing: border-box;
  background: rgba(5, 107, 47, 0.5);
  padding: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  margin: 140px 0 100px;
}

html .contact .wellness figure {
  flex-shrink: 0;
  width: 300px;
}

html .contact .wellness .text h3 {
  font-size: 3.2rem;
  padding-bottom: 30px;
}

html .contact .wellness .text p {
  font-size: 1.8rem;
  line-height: 41px;
  color: var(--white);
  font-weight: 300;
}

html .contact .info-text {
  text-align: center;
  padding-bottom: 40px;
}

html .contact .logo {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

html .contact address {
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 400;
  padding: 2em 0;
}

html .contact p {
  font-size: 1.8rem;
  color: var(--white);
}

html .contact .copy {
  display: block;
  color: var(--white);
  font-size: 1.2rem;
  text-align: center;
}

html .contact .medical-notice {
box-sizing: border-box;
    max-width: 600px;
    margin: 70px auto;
    padding: 38px 45px;
    color: #315442;
    border-radius: 12px;
    position: relative;
    width: 100%;
    margin-top: 50px;
    background: url(../img/reason_bg.webp) no-repeat center rgba(255, 255, 255, 0.3);
    background-size: 100% 100%;
}

html .contact .medical-notice h3 {
  margin-bottom: 24px;
  color: #174f34;
  font-family: var(--mincho);
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

html .contact .medical-notice__body p {
  margin-top: 15px;
  padding: 0;
  color: #315442;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.9;
  text-align: left;
  letter-spacing: 0.05em;
}

html .contact .medical-notice__body p:first-child {
  margin-top: 0;
}

html .contact .medical-notice__price {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(23, 79, 52, 0.2);
}

html .contact .medical-notice__price > div {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  padding: 5px 0;
}

html .contact .medical-notice__price dt,
html .contact .medical-notice__price dd {
  font-size: 1.25rem;
  line-height: 1.7;
}

html .contact .medical-notice__price dt {
  font-weight: 400;
}

html .contact .medical-notice__price dd {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  html .contact {
    padding: 45px 0 20px;
  }

  html .contact .ft-inner {
    max-width: 100%;
    padding: 30px 20px 40px;
  }

  html .contact h2 {
    font-size: 5.8vw;
    margin-bottom: 40px;
  }

  html .contact .line-btn {
    width: 100%;
    padding: 15px 0;
    gap: 5px;
    border-radius: 10px;
    flex-direction: column;
  }

  html .contact .line-btn .icon-line {
    font-size: 10vw;
  }

  html .contact .line-btn span {
    font-size: 4.5vw;
  }

  html .contact .wellness {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 60px;
  }

  html .contact .wellness figure {
    width: 100%;
    max-width: 300px;
  }

  html .contact .wellness .text h3 {
    font-size: 6vw;
    text-align: center;
    padding-bottom: 20px;
  }

  html .contact .wellness .text p {
    font-size: 1.5rem;
  }

  html .contact address {
    font-size: 1.5rem;
    padding: 2em 0;
  }

  html .contact p {
    font-size: 1.5rem;
  }

  html .contact .copy {
    font-size: 1rem;
  }
  

  html .contact .medical-notice {
    width: calc(100% - 10vw);
    margin: 12vw auto;
    padding: 7vw 6vw;
    border-radius: 10px;
  }

  html .contact .medical-notice h3 {
    margin-bottom: 5vw;
    font-size: 4.5vw;
    line-height: 1.6;
  }

  html .contact .medical-notice__body p {
    margin-top: 4vw;
    font-size: 3vw;
    line-height: 1.9;
  }

  html .contact .medical-notice__price {
    margin-top: 5vw;
    padding-top: 4vw;
  }

  html .contact .medical-notice__price > div {
    padding: 1vw 0;
  }

  html .contact .medical-notice__price dt,
  html .contact .medical-notice__price dd {
    font-size: 3vw;
  }
}

/* Google Map */
html .googlemap {
  width: 100%;
  height: 500px;
  position: relative;
}

html .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  html .googlemap {
    margin-bottom: 60px;
  }
}

/* Footer */
html .pageTop {
  position: fixed;
  right: 30px;
  bottom: -64px;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 18;
}

html .pageTop.on {
  bottom: 30px;
}

html .pageTop a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid var(--dark-green);
  box-sizing: border-box;
}

html .pageTop a .icon-top {
  color: var(--dark-green);
  font-size: 3rem;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

html .pageTop a:hover {
  transform: scale(1.2);
}

html .pageTop a:hover .icon-top {
  animation: top 1.5s cubic-bezier(1, 0, 0, 1) 1;
}

@keyframes top {
  0% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width:768px) {
  html .pageTop {
    right: 10px;
    bottom: -50px;
  }

  html .pageTop.on {
    bottom: 50px;
  }

  html .pageTop a {
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }

  html .pageTop a:hover {
    transform: scale(1);
  }

  html .pageTop a .icon-top {
    font-size: 2rem;
  }

  html .fixed-footer {
    position: fixed;
    left: 0;
    bottom: -60px;
    width: 100%;
    height: 60px;
    background: #00B900;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #fff;
    transition: all 0.2s ease;
    z-index: 10;
  }
  html .fixed-footer .icon-line {
    font-size: 3rem;
  }
  html .fixed-footer span {
    font-size: 2rem;
  }
  html .fixed-footer.on {
    bottom: 0;
  }
}

/* Common */

.fw-reg {
  font-weight: 400;
}

.lspacing {
  letter-spacing: 3px;
}

/* Ipad */

@media screen and (max-width: 768px) {
  html .philosophy .promise-list p.btn {
    line-height: 1.4;
    margin: 10vw auto 0;
    width: 70%;
  }

}

/*FAQ*/

html .faq-blk .faq-item h3 {
  position: relative;
  box-sizing: border-box;
  min-height: 83px;
  padding-left: 115px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding: 0 0 0 103px;
}

html .faq-blk .faq-item h3::before {
  top: 50%;
  transform: translateY(-50%);
}

html .faq-question {
  position: relative;
  cursor: pointer;
  padding-right: 55px;
}

html .faq-toggle {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

html .faq-toggle::before,
html .faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--gold);
  transition: opacity .25s ease, transform .25s ease;
}


html .faq-toggle::before {
  width: 18px;
  height: 2px;
  transform: translate(-50%, -50%);
}


html .faq-toggle::after {
  width: 2px;
  height: 18px;
  transform: translate(-50%, -50%);
}


html .faq-item.is-open .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

html .faq-answer {
  display: none;
}

html .faq-item.is-open .faq-answer {
  display: block;
}

@media screen and (max-width: 768px) {
html .faq-blk .faq-item h3 {
  padding: 0 30px 0 58px;
}

  html .faq-question {
    padding-right: 12vw;
  }

  html .faq-toggle {
    right: 2vw;
    width: 4vw;
    height: 4vw;
  }

  html .faq-toggle::before {
    width: 4vw;
  }

  html .faq-toggle::after {
    height: 4vw;
  }

}