@charset "UTF-8";
/*--------------------------------------
共通
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=El+Messiri:wght@400..700&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
.col_yel {
  color: #d6fe42;
}

*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a, button {
  cursor: revert;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

img {
  vertical-align: bottom;
}

* {
  font-family: "Shippori Mincho B1", serif;
  color: #000;
}

.shippori {
  font-family: "Shippori Mincho B1", serif;
}

.el {
  font-family: "El Messiri", sans-serif;
}

.aboreto {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
.pr0 {
  padding-right: 0 !important;
}

p {
  text-align: justify;
}

@keyframes text_pop {
  0% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@media print, screen and (min-width: 768px) {
  * {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
  body {
    min-width: 1180px;
  }
  .sp {
    display: none;
  }
  .menu_active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .menu_active .inner {
    transform: translate(0, 0) !important;
  }
  .active_list {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
  #main_menu {
    background-color: rgba(51, 53, 55, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
  #main_menu .inner {
    transition: 0.5s;
    transform: translate(100%, 0);
    background-color: #7A5237;
    position: fixed;
    top: 0;
    right: 0;
    width: 640px;
    height: 100%;
    padding: 10% 5% 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 800;
    overflow-y: auto;
  }
  #main_menu .inner nav .main_menu_logo {
    width: 208px;
    margin-bottom: 50px;
    transition: 1s all;
    opacity: 0;
    transform: translate(25%, 0);
  }
  #main_menu .inner nav .main_menu_logo a {
    transition: 0.3s;
  }
  #main_menu .inner nav .main_menu_logo a:hover {
    opacity: 0.6;
  }
  #main_menu .inner nav ul li {
    margin-bottom: 30px;
    white-space: nowrap;
    transition: 1s all;
    opacity: 0;
    transform: translate(25%, 0);
  }
  #main_menu .inner nav ul li:last-child {
    margin-bottom: 0;
  }
  #main_menu .inner nav ul li a {
    color: #fff;
    font-family: "Aboreto", system-ui;
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  #main_menu .inner nav ul li a span {
    display: block;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-size: 16px;
    line-height: 1;
  }
  #wrp {
    overflow-x: hidden;
  }
  .header_bg {
    background-color: rgba(43, 85, 74, 0.7);
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 14px 23px 14px 40px;
    width: 100%;
    transition: 0.5s;
    transition: 0.3s;
    height: 82px;
    background-color: rgba(43, 85, 74, 0.7);
  }
}
@media print and (max-width: 1020px), screen and (min-width: 768px) and (max-width: 1020px) {
  header {
    padding: 16px 25px;
  }
  header p img:first-child {
    height: 28px !important;
  }
  header p img:last-child {
    height: 24px !important;
  }
}
@media print and (max-width: 830px), screen and (min-width: 768px) and (max-width: 830px) {
  header p img:first-child {
    height: 24px !important;
  }
  header p img:last-child {
    height: 20px !important;
  }
}
@media print, screen and (min-width: 768px) {
  header p {
    display: flex;
    align-items: flex-end;
    gap: 15px;
  }
  header p img {
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    transition: 0.3s;
  }
  header p img:first-child {
    height: 40px;
  }
  header p img:last-child {
    height: 26px;
    position: relative;
    top: 4px;
  }
  .menu_wrp {
    text-align: center;
    position: fixed;
    z-index: 1000;
    right: 23px;
    top: 16px;
    transition: 0.3s;
  }
}
@media print and (max-width: 1020px), screen and (min-width: 768px) and (max-width: 1020px) {
  .menu_wrp {
    right: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .menu_wrp p {
    font-size: 16px;
    font-family: "Aboreto", system-ui;
    letter-spacing: 0;
    font-weight: 400;
    color: #f5efd9;
    line-height: 1;
    margin-top: 3px;
  }
  .btn-trigger {
    position: relative;
    width: 50px;
    height: 27px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f5efd9;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
    z-index: 1000;
    border-radius: 3px;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
    left: auto;
    right: 0;
    width: 30px;
  }
  #btn01 span:nth-of-type(1) {
    animation: btn07-bar01 0.75s forwards;
  }
  @keyframes btn07-bar01 {
    0% {
      transform: translateY(12px) rotate(45deg);
    }
    50% {
      transform: translateY(12px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #btn01 span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  #btn01 span:nth-of-type(3) {
    animation: btn07-bar03 0.75s forwards;
  }
  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-12px) rotate(-45deg);
    }
    50% {
      transform: translateY(-12px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #btn01.active span:nth-of-type(1) {
    animation: active-btn07-bar01 0.75s forwards;
  }
  #btn01.active span:nth-of-type(3) {
    width: 100%;
    left: 0;
    right: auto;
  }
  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(12px) rotate(0);
    }
    100% {
      transform: translateY(12px) rotate(45deg);
    }
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    animation: active-btn07-bar03 0.75s forwards;
  }
  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-12px) rotate(0);
    }
    100% {
      transform: translateY(-12px) rotate(-45deg);
    }
  }
  #reserve_fix {
    position: fixed;
    right: 111px;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    opacity: 1 !important;
    transition: 0.3s;
    display: block !important;
  }
}
@media print and (max-width: 1020px), screen and (min-width: 768px) and (max-width: 1020px) {
  #reserve_fix {
    right: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  #reserve_fix .reserve_fix_inner {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    height: 82px;
  }
}
@media print and (max-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px) {
  #reserve_fix p {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  #reserve_fix p {
    font-size: 16px;
    color: #fff;
    margin-right: 25px;
  }
  #reserve_fix p span {
    display: none;
  }
  #reserve_fix .box01 {
    display: flex;
    justify-content: space-between;
  }
  #reserve_fix .box01 .line {
    background-color: #4cc764;
  }
  #reserve_fix .box01 .line span {
    position: relative;
    padding-right: 29px;
  }
  #reserve_fix .box01 .line span:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_reservation_line.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  #reserve_fix .box01 .form {
    background-color: #2b554a;
  }
  #reserve_fix .box01 div {
    width: 174px;
    display: inline-block;
    margin-left: 12px;
  }
  #reserve_fix .box01 a {
    display: inline-block;
    padding: 2px;
    width: 100%;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  #reserve_fix .box01 a:hover {
    opacity: 0.6;
  }
  #reserve_fix .box01 a span {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 16px 37px 16px 21px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.03em;
    position: relative;
    white-space: nowrap;
    text-align: right;
  }
  #reserve_fix .box01 a span:after {
    position: absolute;
    content: "";
    background-image: url("../img/arrow_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 20px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media print and (max-width: 1020px), screen and (min-width: 768px) and (max-width: 1020px) {
  #reserve_fix .box01 .line span:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_reservation_line.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.7vw;
    height: 2.6vw;
    left: 1.8vw;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  #reserve_fix .box01 div {
    width: 19vw;
    display: inline-block;
    margin-left: 10px;
  }
  #reserve_fix .box01 a {
    display: inline-block;
    padding: 2px;
    width: 100%;
    transition: 0.3s;
  }
  #reserve_fix .box01 a:hover {
    opacity: 0.6;
  }
  #reserve_fix .box01 a span {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6vw;
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 1.5vw 2.8vw;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 1.6px;
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 768px) {
  .page_top_abs {
    position: absolute !important;
    bottom: auto !important;
    top: -30px;
  }
  #page_top {
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 99;
    display: none;
  }
  #page_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 41px;
    background: rgba(122, 82, 55, 0.5);
    background-blend-mode: multiply;
  }
  #page_top a img {
    width: 32px;
  }
  main #main_visual {
    position: relative;
    z-index: 1;
  }
  main #main_visual .main_visual_inner {
    width: 100%;
  }
  main #main_visual .main_visual_inner #bg_wrp {
    position: relative;
    width: 100%;
    height: 1146px;
    z-index: -1;
  }
  main #main_visual .main_visual_inner #bg_wrp .mv_bg {
    position: relative;
    height: 1146px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 16/9;
  }
  main #main_visual .main_visual_inner #bg_wrp .mv_bg .zoom {
    will-change: transform;
    animation-name: zoom;
    animation-duration: 15s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    z-index: 2;
  }
  main #main_visual .main_visual_inner #bg_wrp .mv_bg img {
    transform-origin: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
  }
  main #main_visual .main_visual_inner h1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  main #main_visual .main_visual_inner h1 svg {
    position: relative;
    top: -15px;
    filter: drop-shadow(0px 0px 20px rgba(43, 85, 74, 0.8));
  }
  main #main_visual .main_visual_inner h1 svg path {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    animation: text_pop 0.7s forwards;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(1) {
    animation-delay: 0s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(2) {
    animation-delay: 0.1s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(3) {
    animation-delay: 0.2s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(4) {
    animation-delay: 0.3s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(5) {
    animation-delay: 0.4s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(6) {
    animation-delay: 0.5s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(7) {
    animation-delay: 0.6s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(8) {
    animation-delay: 0.7s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(9) {
    animation-delay: 0.8s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(10) {
    animation-delay: 0.9s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(11) {
    animation-delay: 1s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(12) {
    animation-delay: 1.1s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(13) {
    animation-delay: 1.2s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    animation: text_pop 1.2s forwards;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(1) {
    animation-delay: 0s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(2) {
    animation-delay: 0.2s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(3) {
    animation-delay: 0.4s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(4) {
    animation-delay: 0.6s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(5) {
    animation-delay: 0.8s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(6) {
    animation-delay: 1s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(7) {
    animation-delay: 1.2s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(8) {
    animation-delay: 1.4s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(9) {
    animation-delay: 1.6s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(10) {
    animation-delay: 1.8s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(11) {
    animation-delay: 2s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(12) {
    animation-delay: 2.2s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(13) {
    animation-delay: 2.4s;
  }
  main #main_visual .main_visual_inner h1 #svg01 {
    width: 450px;
    height: 75px;
  }
  main #main_visual .main_visual_inner h1 #svg02 {
    width: 560px;
    height: 164px;
  }
  main #main_visual .main_visual_inner .txt_wrp {
    position: absolute;
    z-index: 4;
    top: 207px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  main #main_visual .main_visual_inner .txt_wrp div p span {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: inline-block;
  }
  main #main_visual .main_visual_inner .txt_wrp div p.active_mv_txt_anim span {
    animation: text_pop 0.7s forwards;
  }
  main #main_visual .main_visual_inner .txt_wrp div .txt01 {
    color: #fff;
    font-size: 70px;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    overflow: hidden;
  }
  main #main_visual .main_visual_inner .txt_wrp div .txt01 span {
    color: #fff;
    font-size: 80px;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
  }
  main #main_visual .main_visual_inner .txt_wrp div .txt02 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-align: center;
    overflow: hidden;
  }
  main #main_visual .main_visual_inner .txt_wrp div .txt02 span {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-shadow: 0px 0px 10px rgba(43, 85, 74, 0.8);
  }
  main .sec_menu_txtimg {
    position: absolute;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto 0;
    left: 30px;
    bottom: -130px;
  }
  main .sec_menu_txtimg img {
    width: 666px;
    max-width: 668px;
  }
}
@media print and (max-width: 1800px), screen and (min-width: 768px) and (max-width: 1800px) {
  main .sec_menu_txtimg img {
    width: 46%;
  }
}
@media print, screen and (min-width: 768px) {
  main .sec_menu_txtimg .sec_menu_txtimg_txt01 {
    font-family: "Aboreto", system-ui;
    font-size: 116px;
    letter-spacing: 0.18em;
    color: rgba(188, 216, 192, 0.9);
    position: absolute;
    top: 42%;
    left: 43%;
  }
}
@media print and (max-width: 1480px), screen and (min-width: 768px) and (max-width: 1480px) {
  main .sec_menu_txtimg .sec_menu_txtimg_txt01 {
    left: auto;
    right: 0;
    top: auto;
    bottom: 39px;
  }
}
@media print, screen and (min-width: 768px) {
  main .sec_menu_txtimg .sec_menu_txtimg_txt02 {
    font-family: "Noto Serif JP", serif;
    font-size: 80px;
    letter-spacing: 0;
    color: #fff;
    position: absolute;
    left: 74px;
    top: 80px;
    opacity: 0.8;
  }
  main .sec_menu_catchcopy {
    background-color: #f5efd9;
    width: 990px;
    margin-left: auto;
    padding: 50px 70px 50px;
    position: absolute;
    right: 0;
    bottom: 150px;
  }
}
@media print and (max-width: 1800px), screen and (min-width: 768px) and (max-width: 1800px) {
  main .sec_menu_catchcopy {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  main .sec_menu_catchcopy p {
    color: #2B554A;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
}
@media print and (max-width: 1680px), screen and (min-width: 768px) and (max-width: 1680px) {
  main .sec_menu_catchcopy p {
    font-size: 1.55vw;
  }
}
@media print and (max-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px) {
  main .sec_menu_catchcopy p {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  main #sec_menu {
    background-color: #7A5237;
    padding-bottom: 90px;
    margin-bottom: -90px;
    background-image: url("/lib/img/bg_deco01_pc.png");
    background-size: 534px 534px;
    background-repeat: no-repeat;
    background-position: right top -105px;
    position: relative;
  }
  main #sec_menu .sec_menu_bg_wrp {
    padding-top: 190px;
  }
  main #sec_menu .anchor_menu {
    max-width: 1045px;
    margin: 0 auto;
    padding: 0 30px 0;
  }
  main #sec_menu .anchor_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 12px;
  }
  main #sec_menu .anchor_menu ul li a {
    display: block;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    text-align: center;
    color: #2B554A;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.4;
    padding: 9px 10px;
    min-width: 230px;
  }
  main #sec_menu .anchor_menu ul li a span {
    display: block;
    font-size: 25px;
    font-weight: 400;
    font-family: "El Messiri", sans-serif;
    letter-spacing: 0.2em;
    color: rgba(43, 85, 74, 0.3);
    line-height: 1;
  }
  main #main_contents {
    background-color: #7A5237;
    padding-bottom: 80px;
    /*
    * ABOUT
    */
  }
  main #main_contents .sec_txt01 {
    color: #fff;
    font-size: 26px;
    padding: 0 40px;
    letter-spacing: 0.03em;
  }
  main #main_contents .sec_txt01 a {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.03em;
    text-decoration: underline;
    text-underline-offset: 1px;
  }
  main #main_contents .h2_wrp {
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
  }
  main #main_contents h2 {
    margin: 0 auto;
    font-size: 44px;
    color: rgba(43, 85, 74, 0.3);
    text-align: center;
    height: 108px;
    line-height: 1.1;
    position: relative;
    top: 0px;
    font-family: "El Messiri", sans-serif;
    letter-spacing: 0.2em;
    max-width: 1060px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  main #main_contents h2:before, main #main_contents h2:after {
    position: absolute;
    content: "";
    background-image: url("/lib/img/deco_h2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 54px;
    right: 23px;
    bottom: 12px;
  }
  main #main_contents h2:after {
    transform: rotate(180deg);
    right: auto;
    bottom: auto;
    left: 23px;
    top: 12px;
  }
  main #main_contents h2 span {
    color: #2B554A;
    font-size: 22px;
    font-weight: bold;
    display: block;
    letter-spacing: 0.1em;
    font-family: "Shippori Mincho B1", serif;
    margin-top: -10px;
  }
  main #main_contents section {
    padding-top: 90px;
  }
  main #main_contents .about .inner {
    padding: 0 40px;
  }
  main #main_contents .about .inner .about_box01 {
    margin-top: -5px;
  }
  main #main_contents .about .inner .about_box01 .about_txt01 {
    text-align: center;
    font-size: 18px;
  }
  main #main_contents .about .inner .about_box01 .txtbox p {
    color: #fff;
  }
  main #main_contents .about .inner .about_box01 .txtbox h3 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
  }
  main #main_contents .about .inner .about_box01 .txtbox_inner {
    display: flex;
    width: 1060px;
    margin: 45px auto 0;
    gap: 38px;
  }
  main #main_contents .about .inner .about_box01 .txtbox_inner > div:last-child {
    margin-top: -8px;
  }
  main #main_contents .about .inner .about_box01 .about_box01_img01 {
    width: 450px;
    flex-shrink: 0;
  }
  main #main_contents .about .inner .about_box01 .about_txt02 {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox {
    background-color: #f5efd9;
    width: 680px;
    margin: 0 auto;
    padding: 25px 60px 27px;
    margin-top: 85px;
    margin-bottom: 85px;
    position: relative;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox:before, main #main_contents .about .inner .about_box01 .about_box01_txtbox:after {
    position: absolute;
    content: "";
    background-image: url("/lib/img/deco_flame.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 96px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox:after {
    transform: translateX(-50%) rotate(180deg);
    top: auto;
    bottom: -36px;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox h4 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 10px;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox ul li {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.7;
    position: relative;
    padding-left: 1.1em;
    width: 50%;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox ul li:before {
    position: absolute;
    content: "●";
    font-size: 11px;
    color: #2B554A;
    left: 0;
    top: 3.5px;
  }
  main #main_contents .about .inner .about_box01_img02 {
    width: 450px;
    margin: 0 auto;
  }
  main #main_contents .about .inner .about_doshas {
    margin-top: 80px;
    display: block !important;
  }
  main #main_contents .about .inner .about_doshas h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box {
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 45px;
    margin-bottom: 35px;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box h4 {
    text-align: center;
    position: relative;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box h4::before {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box h4 span {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: "Aboreto", system-ui;
    background-color: #7A5237;
    padding: 0 16px;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box .about_doshas_box_imgbox {
    display: flex;
    gap: 60px;
    margin-top: 40px;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box .about_doshas_box_imgbox div {
    width: 314px;
    text-align: center;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box .about_doshas_box_imgbox div img {
    width: 127px;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box .about_doshas_box_txtbox_wrp {
    display: flex;
    gap: 60px;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box .about_doshas_box_txtbox {
    width: 314px;
    margin-top: 36px;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box .about_doshas_box_txt01 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
  }
  main #main_contents .about .inner .about_doshas .about_doshas_box .about_doshas_box_txt02 {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }
  main #main_contents .type .inner .anno {
    padding: 0 40px;
    font-size: 24px;
    margin-left: 1rem;
    text-indent: -1rem;
    margin-top: 20px;
    text-align: justify;
  }
  main #main_contents .type .inner .type_txt01 {
    margin-top: 20px;
    color: #fff;
    padding: 0 40px;
    text-align: center;
    margin-bottom: 55px;
  }
  main #main_contents .type .inner .type_box01_wrp {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    gap: 3px;
  }
  main #main_contents .type .inner .type_box01 {
    width: 398px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }
  main #main_contents .type .inner .type_box01 .type_box01_box01 {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 350px;
    margin: 0 auto;
  }
  main #main_contents .type .inner .type_box01 .type_box01_box01 p {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2B554A;
    width: 84px;
    height: 90px;
    padding-left: 17px;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0%, 53% 100%, 0% 100%);
  }
  main #main_contents .type .inner .type_box01 .type_box01_box01 p span {
    color: #fff;
    font-size: 58px;
    font-family: "Aboreto", system-ui;
    line-height: 1;
    font-weight: 400;
  }
  main #main_contents .type .inner .type_box01 .type_box01_box02 {
    background-color: #fff;
    padding: 55px 24px 38px;
    margin-top: -40px;
    height: 100%;
  }
  main #main_contents .type .inner .type_box01 .type_box01_box02 .type_box01_box02_inner {
    padding: 0 6px;
  }
  main #main_contents .type .inner .type_box01 .type_box01_box02 h3 {
    font-size: 22px;
    color: #2B554A;
    letter-spacing: 0.03em;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 7px;
  }
  main #main_contents .type .inner .type_box01 .type_box01_box02 p {
    font-size: 15px;
  }
  main #main_contents .menu {
    padding-top: 90px;
  }
  main #main_contents .menu .menu_inner {
    padding: 0 40px;
  }
  main #main_contents .menu .menu_inner .menu_anno {
    font-size: 13px;
    color: #fff;
    line-height: 2.2;
    width: 1200px;
    margin: 0 auto;
  }
  main #main_contents .menu .menu_inner .menu_box_wrp {
    width: 1200px;
    margin: 0 auto;
  }
  main #main_contents .menu .menu_inner .menu_box_wrp.menu_box_wrp02 {
    margin-top: 40px;
    display: flex;
    gap: 30px 40px;
  }
  main #main_contents .menu .menu_inner .menu_box_wrp.menu_box_wrp02 .menu_box01 {
    margin-top: 0;
    padding: 50px 60px;
  }
  main #main_contents .menu .menu_inner .menu_box01_inner {
    display: flex;
    gap: 75px;
  }
  main #main_contents .menu .menu_inner .menu_box01_inner .menu_box01_inner_box01 {
    width: 432px;
    flex-shrink: 0;
  }
  main #main_contents .menu .menu_inner .menu_box01 {
    width: 100%;
    background-color: #fff;
    padding: 80px 120px 75px;
    margin-top: 40px;
  }
  main #main_contents .menu .menu_inner .menu_box01:first-child {
    margin-top: 20px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_anno {
    width: 100%;
  }
  main #main_contents .menu .menu_inner .menu_box01 h3 {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    position: relative;
    margin-bottom: 45px;
    border-bottom: 2px solid rgba(43, 85, 74, 0.5);
    line-height: 1.4;
    padding-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 28px;
  }
  main #main_contents .menu .menu_inner .menu_box01 h3 strong {
    color: #2B554A;
    font-size: 26px;
    font-weight: 700;
    display: block;
  }
  main #main_contents .menu .menu_inner .menu_box01 h3 span {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.03em;
    position: relative;
    top: 3px;
  }
  main #main_contents .menu .menu_inner .menu_box01 h3 span:before {
    content: "～";
  }
  main #main_contents .menu .menu_inner .menu_box01 h3 span:after {
    content: "～";
  }
  main #main_contents .menu .menu_inner .menu_box01 h4 {
    font-size: 24px;
    letter-spacing: 0.04em;
    color: #2B554A;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  main #main_contents .menu .menu_inner .menu_box01 h4:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid rgba(43, 85, 74, 0.3);
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow_txt01_pc {
    font-size: 16px;
    color: #2B554A;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_title {
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #2B554A;
    margin-bottom: 15px;
  }
  main #main_contents .menu .menu_inner .menu_box01 table {
    width: 100%;
    border: 1px solid #aabbb7;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr {
    text-align: center;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr th {
    font-size: 16px;
    width: 50%;
    padding: 8px 0;
    background-color: rgba(43, 85, 74, 0.15);
    border-bottom: 1px solid #aabbb7;
    border-right: 1px solid #aabbb7;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr th:last-child {
    border-radius: none;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td {
    font-size: 20px;
    font-weight: 700;
    padding: 12px 0;
    border-right: 1px solid #aabbb7;
    border-bottom: 1px solid #aabbb7;
    color: #2B554A;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td:last-child {
    border-radius: none;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td span {
    font-size: 16px;
    font-weight: 700;
    color: #2B554A;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td span.line {
    position: relative;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td span.line:before {
    position: absolute;
    content: "";
    border-top: 1px solid #2B554A;
    width: 105%;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td span.emphasis {
    color: #A33636;
    font-size: 19px;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr:last-child td {
    border-bottom: none;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_anno {
    color: #000;
    margin-top: 16px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_btn_wrp {
    margin-top: 30px;
    display: none !important;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_btn_wrp .menu_btn {
    margin: 0 auto;
    display: inline-block;
    background-color: rgba(43, 85, 74, 0.7);
    border: 1px solid #2B554A;
    color: #fff;
    font-size: 18px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: relative;
    padding: 15px 0;
    transition: 0.3s;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_btn_wrp .menu_btn:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 15px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_btn_wrp .menu_btn.menu_accordion_btn_active:before {
    transform: translateY(-50%) rotate(0deg);
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_btn_wrp .menu_btn:hover {
    opacity: 0.6;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow {
    margin-top: 33px;
    display: block !important;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box {
    background-color: rgba(245, 239, 217, 0.6);
    padding: 30px 70px;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box01 p {
    font-size: 22px;
    color: #2B554A;
    font-weight: 700;
    position: relative;
    padding-right: 110px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box01 p:before {
    position: absolute;
    content: "";
    width: 96px;
    height: 1px;
    background-color: rgba(43, 85, 74, 0.5);
    top: 53%;
    transform: translateY(-50%);
    right: 0;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box02 p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 1.1em;
    letter-spacing: 0.03em;
    margin-bottom: 7px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box02 p:last-child {
    margin-bottom: 0;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box02 p:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 11px;
    font-weight: 400;
    color: #2B554A;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_txt01 {
    font-size: 16px;
    color: #2B554A;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step {
    margin-bottom: 58px;
    position: relative;
    padding-right: 392px;
    min-height: 230px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/arrow_green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 62px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -37px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:last-child:before {
    display: none;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step > div:has(img) {
    position: absolute;
    right: 0;
    top: 0;
    width: 392px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:nth-child(even) {
    padding-right: 0;
    padding-left: 392px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:nth-child(even) > div:has(img) {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:nth-child(even) .menu_box01_flow_step_txt01,
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:nth-child(even) h5 {
    text-align: right;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:nth-child(even) .menu_box01_flow_step_txt02 {
    padding-right: 0;
    padding-left: 70px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_txt01 {
    border-bottom: 1px solid rgba(43, 85, 74, 0.5);
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_txt01 span {
    color: rgba(43, 85, 74, 0.5);
    font-size: 30px;
    letter-spacing: 0.1em;
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    line-height: 1;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_txt01 strong {
    font-size: 48px;
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    color: #2B554A;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 2px;
    line-height: 1;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_txt02 {
    color: #2B554A;
    margin-top: 10px;
    padding-right: 70px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_link {
    text-align: right;
    margin-top: 6px;
    padding-right: 70px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_link a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid rgba(43, 85, 74, 0.5);
    position: relative;
    padding-right: 24px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_link a:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/arrow_green_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 15px;
    top: 56%;
    right: 0;
    transform: translateY(-50%);
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step h5 {
    font-size: 20px;
    font-weight: 700;
    color: #2B554A;
    letter-spacing: 0.03em;
    margin-bottom: 6px;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step h5 small {
    color: #2B554A;
    font-size: 15px;
  }
  main #main_contents .menu .menu_inner .menu_box01.menu_box01_02 h4 {
    margin-top: 0;
  }
  main #main_contents .menu .menu_inner .menu_box01_txt01 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
    text-align: center;
  }
  main #main_contents .menu .menu_inner .menu_box01_pay {
    margin-top: 35px;
    text-align: center;
  }
  main #main_contents .menu .menu_inner .menu_box02 {
    width: 1200px;
    margin: 40px auto 0;
  }
  main #main_contents .menu .menu_inner .menu_box02 h3 {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.03em;
    position: relative;
    padding: 5px 0;
    padding-left: 20px;
    margin-bottom: 25px;
    color: #fff;
  }
  main #main_contents .menu .menu_inner .menu_box02 h3:before {
    position: absolute;
    content: "";
    border-left: 4px solid rgba(255, 255, 255, 0.65);
    height: 63%;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
  }
  main #main_contents .menu .menu_inner .menu_box02 p {
    color: #fff;
  }
  main #main_contents .menu .menu_inner .menu_box02 p small {
    display: block;
    color: #fff;
    margin-top: 10px;
    font-size: 13px;
  }
  main #main_contents .therapist {
    padding-bottom: 90px;
  }
  main #main_contents .therapist .h2_wrp {
    margin-bottom: 40px;
  }
  main #main_contents .therapist h3 {
    font-size: 44px;
    color: #fff;
    font-family: "Aboreto", system-ui;
    letter-spacing: 0.05em;
    position: relative;
    text-align: center;
  }
  main #main_contents .therapist h3:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
  }
  main #main_contents .therapist .therapist_img01 {
    width: 407px;
    position: relative;
    z-index: 2;
  }
  main #main_contents .therapist .therapist_box01_wrp_bg {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  main #main_contents .therapist .therapist_box01_wrp_bg .therapist_box01_wrp_bg_inner {
    position: relative;
  }
  main #main_contents .therapist .therapist_box01_wrp_bg .therapist_box01_wrp_bg_inner h3 {
    position: absolute;
    top: 45px;
    left: 461px;
  }
  main #main_contents .therapist .therapist_box01_wrp {
    display: flex;
    gap: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  main #main_contents .therapist .therapist_box01_wrp::before {
    width: 100vw;
    content: "";
    height: 426px;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
    position: absolute;
    bottom: 0;
  }
}
@media print and (max-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px) {
  main #main_contents .therapist .therapist_box01_wrp::before {
    width: 1200px;
  }
}
@media print, screen and (min-width: 768px) {
  main #main_contents .therapist .therapist_box01 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_txt01 {
    font-size: 22px;
    font-weight: 700;
    color: #2B554A;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 {
    background-color: #fff;
    margin-top: 60px;
    display: flex;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col01 {
    padding: 45px 38px 40px;
    position: relative;
    width: 426px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col01:after {
    position: absolute;
    content: "";
    background-color: rgba(43, 85, 74, 0.3);
    width: 131px;
    height: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 23% 100%, 0% 100%);
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col01:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px solid rgba(43, 85, 74, 0.3);
    right: 0;
    bottom: 0;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col01 .therapist_box01_row01_txt01 {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col01 .therapist_box01_row01_txt01:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 4px;
    color: #2B554A;
    font-size: 12px;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col02 {
    padding: 35px 30px 40px;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col02 .therapist_box01_row01_txt02 {
    font-size: 15px;
    font-weight: 700;
    color: #2B554A;
    margin-bottom: 5px;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col02 .therapist_box01_row01_txt03 {
    position: relative;
    padding-left: 13px;
    font-size: 14px;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col02 .therapist_box01_row01_txt03:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 6px;
    color: #7a5237;
    font-size: 8px;
  }
  main #main_contents .therapist .therapist_box02_wrp {
    padding-top: 60px;
  }
  main #main_contents .therapist .therapist_box02_btn {
    display: flex;
    align-items: center;
    background-color: #2B554A;
    color: #fff;
    font-family: "El Messiri", sans-serif;
    font-size: 28px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1;
    padding: 19px 70px 15px;
    position: relative;
  }
  main #main_contents .therapist .therapist_box02 {
    padding: 40px 70px 0px;
    display: block !important;
    padding-right: 510px;
    position: relative;
    width: 1200px;
  }
  main #main_contents .therapist .therapist_box02 p {
    color: #fff;
    font-size: 15px;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_txt01 {
    margin-bottom: 10px;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_txt01:last-child {
    margin-bottom: 0;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img01 {
    text-align: center;
    position: absolute;
    right: 70px;
    top: 40px;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img01 div {
    position: relative;
    z-index: 1;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img01 div:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/message_deco_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 284px;
    height: 284px;
    right: -70px;
    bottom: -110px;
    z-index: -1;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img01 img {
    width: 382px;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img02 {
    display: flex;
    justify-content: center;
    margin-right: -510px;
    width: calc(100% + 440px);
    gap: 12px;
    margin-top: 42px;
    position: relative;
    z-index: 1;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img02:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/message_deco02_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 211px;
    height: 211px;
    left: -50px;
    bottom: -70px;
    z-index: -1;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img02 img {
    height: 222px;
    width: auto;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img02 .therapist_box02_img02_box02 {
    display: flex;
    gap: 12px;
  }
  main #main_contents .voice {
    padding-top: 0;
  }
  main #main_contents .voice .h2_wrp {
    margin-bottom: 0;
  }
  main #main_contents .voice .inner {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 60px 0 90px;
  }
  main #main_contents .voice .inner .voice_box01 {
    background-color: #fff;
    padding: 60px;
    width: calc(50% - 20px);
  }
  main #main_contents .voice .inner .voice_box01:last-child {
    margin-bottom: 0;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_row01 {
    display: flex;
    gap: 20px;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_row01 .voice_box01_row01_col01 {
    flex-shrink: 0;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_row01 .voice_box01_row01_col01 img {
    width: 88px;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_row01 .voice_box01_row01_col02 {
    margin-top: -7px;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_row01 .voice_box01_row01_col02 .voice_box01_row01_col02_txt01 {
    font-size: 20px;
    font-weight: 700;
    color: #2B554A;
    margin-bottom: 8px;
    line-height: 1.5;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_txt01 {
    margin-top: 35px;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_txt02 {
    margin-top: 10px;
  }
  main #main_contents .faq {
    padding-top: 0;
  }
  main #main_contents .faq .sec_txt01 {
    text-align: center;
    font-size: 16px;
  }
  main #main_contents .faq .sec_txt01 a {
    font-size: 16px;
  }
  main #main_contents .faq .sec_txt01 a:hover {
    text-decoration: none;
  }
  main #main_contents .faq .inner {
    padding: 0 40px;
    margin-top: 55px;
  }
  main #main_contents .faq .inner ul {
    width: 1100px;
    margin: 0 auto;
  }
  main #main_contents .faq .inner ul .q_active {
    background-color: #f5efd9 !important;
  }
  main #main_contents .faq .inner ul .q_active .circle span:after {
    transform: translateX(-50%) translateY(-50%) rotate(0deg) !important;
  }
  main #main_contents .faq .inner ul li {
    margin-bottom: 20px;
  }
  main #main_contents .faq .inner ul li:last-child {
    margin-bottom: 0;
  }
  main #main_contents .faq .inner ul li .question {
    font-weight: bold;
    color: #2B554A;
    background-color: #fff;
    padding: 40px 130px 40px 110px;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s all;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em;
    min-height: 100px;
    cursor: pointer;
    position: relative;
  }
  main #main_contents .faq .inner ul li .question:before {
    position: absolute;
    content: "Q";
    font-size: 50px;
    line-height: 1;
    font-family: "El Messiri", sans-serif;
    color: #2B554A;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
  }
  main #main_contents .faq .inner ul li .question:hover {
    background-color: #f5efd9 !important;
  }
  main #main_contents .faq .inner ul li .question .circle {
    display: block;
    border: 1px solid rgba(43, 85, 74, 0.3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
  }
  main #main_contents .faq .inner ul li .question .circle span {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
  }
  main #main_contents .faq .inner ul li .question .circle span:before, main #main_contents .faq .inner ul li .question .circle span:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(43, 85, 74, 0.3);
    display: block;
    transition: 0.3s;
  }
  main #main_contents .faq .inner ul li .question .circle span:after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }
  main #main_contents .faq .inner ul li .answer {
    background-color: #fff;
    padding: 40px 50px;
    display: none;
  }
  main #main_contents .faq .inner ul li .answer p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
  main #main_contents .salon .h2_wrp {
    margin-bottom: 60px;
  }
  main #main_contents .salon .inner {
    padding: 0 40px;
  }
  main #main_contents .salon .inner .salon_img01 {
    display: flex;
    gap: 10px;
    width: 900px;
    margin: 0 auto;
  }
  main #main_contents .salon .inner .salon_img01 img {
    display: block;
    width: calc(50% - 5px);
  }
  main #main_contents .salon .inner .salon_box01 {
    background-color: #fff;
    padding: 45px 120px 60px;
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;
  }
  main #main_contents .salon .inner .salon_box01 h3 {
    color: #2B554A;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: 700;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 40px;
  }
  main #main_contents .salon .inner .salon_box01 h3:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: rgba(43, 85, 74, 0.3);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  main #main_contents .salon .inner .salon_box01 .salon_box01_inner {
    position: relative;
  }
  main #main_contents .salon .inner .salon_box01 h4 {
    background-color: rgba(43, 85, 74, 0.15);
    color: #000;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  main #main_contents .salon .inner .salon_box01 p {
    padding: 0 30px;
    margin-bottom: -8px;
    font-size: 15px;
  }
  main #main_contents .salon .inner .salon_box01 .iframe_wrp {
    text-align: center;
    margin-top: 30px;
  }
  main #main_contents .salon .inner .salon_box01 .iframe_wrp iframe {
    width: 546px;
    height: 320px;
    vertical-align: bottom;
  }
  main #main_contents .salon .inner .salon_box01 .salon_date {
    display: flex;
    gap: 100px;
  }
  main #main_contents .salon .inner .salon_box01 .salon_date > span span {
    display: block;
  }
  main #main_contents .salon .inner .salon_box01 .salon_date_annotation {
    margin-top: 15px;
  }
  main #main_contents .salon .inner .salon_box01 .salon_date_annotation small {
    font-size: 13px;
    position: relative;
    padding-left: 1.1em;
  }
  main #main_contents .salon .inner .salon_box01 .salon_date_annotation small:before {
    position: absolute;
    content: "※";
    left: 0;
    top: -2px;
  }
  main #main_contents .contact .h2_wrp h2 {
    padding-top: 10px;
  }
  main #main_contents .contact .h2_wrp h2 span {
    font-size: 26px;
  }
  main #main_contents .contact .inner {
    padding: 0 40px;
  }
  main #main_contents .contact .inner .contact_txt01 {
    color: #fff;
    text-align: center;
  }
  main #main_contents .contact .inner .contact_btn_wrp {
    margin-top: 60px;
  }
  main #main_contents .contact .inner .contact_btn_wrp .contact_btn {
    background-color: #2B554A;
    color: #fff;
    text-align: center;
    padding-right: 48px;
    font-size: 24px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    width: 600px;
    margin: 0 auto;
    transition: 0.3s;
  }
  main #main_contents .contact .inner .contact_btn_wrp .contact_btn:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
  }
  main #main_contents .contact .inner .contact_btn_wrp .contact_btn:hover {
    opacity: 0.6;
  }
  footer {
    position: relative;
    background-color: #fff;
    padding-bottom: 0 !important;
  }
  footer .inner {
    background-color: #7a5237;
  }
  footer .inner .box01 .sns {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  footer .inner .box01 .sns .insta img {
    width: 38px;
  }
  footer .inner .box01 .sns .line img {
    width: 38px;
  }
  footer .inner .box01 .sns .youtube img {
    width: 38px;
  }
  footer .inner .box01 .vira_banner {
    text-align: center;
    background-color: #a09288;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  footer .inner .box01 .vira_banner p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  footer .inner .box01 .vira_banner div a {
    transition: 0.3s;
  }
  footer .inner .box01 .vira_banner div a:hover {
    opacity: 0.6;
  }
  footer .inner .box01 .vira_banner div img {
    width: 250px;
  }
  footer .copyright {
    font-size: 13px;
    text-align: center;
    color: #fff;
    font-family: "El Messiri", sans-serif;
    letter-spacing: 0.1em;
    background-color: #453e39;
    padding: 20px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  * {
    font-size: 3.3854166667vw;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .pc {
    display: none;
  }
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  img {
    width: 100%;
  }
  .menu_active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .menu_active .inner {
    transform: translate(0, 0) !important;
  }
  .active_list {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
  #main_menu {
    background-color: rgba(51, 53, 55, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
  #main_menu .inner {
    transition: 0.5s;
    transform: translate(100%, 0);
    background-color: #7A5237;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 10% 5% 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 800;
    overflow-y: auto;
  }
  #main_menu .inner nav .main_menu_logo {
    width: 50vw;
    margin-bottom: 15.625vw;
    transition: 1s all;
    opacity: 0;
    transform: translate(25%, 0);
  }
  #main_menu .inner nav .main_menu_logo a {
    transition: 0.3s;
  }
  #main_menu .inner nav ul li {
    margin-bottom: 5.2083333333vw;
    white-space: nowrap;
    transition: 1s all;
    opacity: 0;
    transform: translate(25%, 0);
  }
  #main_menu .inner nav ul li:last-child {
    margin-bottom: 0;
  }
  #main_menu .inner nav ul li a {
    color: #fff;
    font-family: "Aboreto", system-ui;
    font-size: 6.25vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  #main_menu .inner nav ul li a span {
    display: block;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.6458333333vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    padding: 2.8645833333vw 2.34375vw 2.8645833333vw 4.6875vw;
    width: 100%;
    transition: 0.5s;
    background-color: rgba(43, 85, 74, 0.7);
  }
  header p {
    display: flex;
    align-items: flex-end;
    gap: 2.6041666667vw;
  }
  header p img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  header p img:first-child {
    width: 26.0416666667vw;
  }
  header p img:last-child {
    width: 43.4895833333vw;
    position: relative;
    top: 1.3020833333vw;
  }
  .menu_wrp {
    position: fixed;
    right: 3.2552083333vw;
    top: 3.2552083333vw;
    z-index: 1000;
  }
  .btn-trigger {
    position: relative;
    width: 9.1145833333vw;
    height: 5.7291666667vw;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F5EFD9;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 2.6041666667vw;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
    left: auto;
    right: 0;
    width: 5.2083333333vw;
  }
  #btn01 span:nth-of-type(1) {
    animation: btn07-bar01 0.75s forwards;
  }
  @keyframes btn07-bar01 {
    0% {
      transform: translateY(2.6041666667vw) rotate(45deg);
    }
    50% {
      transform: translateY(2.6041666667vw) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #btn01 span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  #btn01 span:nth-of-type(3) {
    animation: btn07-bar03 0.75s forwards;
  }
  @keyframes btn07-bar03 {
    0% {
      transform: translateY(-2.6041666667vw) rotate(-45deg);
    }
    50% {
      transform: translateY(-2.6041666667vw) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  #btn01.active span:nth-of-type(1) {
    animation: active-btn07-bar01 0.75s forwards;
  }
  #btn01.active span:nth-of-type(3) {
    width: 100%;
  }
  @keyframes active-btn07-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(2.6041666667vw) rotate(0);
    }
    100% {
      transform: translateY(2.6041666667vw) rotate(45deg);
    }
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    animation: active-btn07-bar03 0.75s forwards;
  }
  @keyframes active-btn07-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-2.6041666667vw) rotate(0);
    }
    100% {
      transform: translateY(-2.6041666667vw) rotate(-45deg);
    }
  }
  #reserve_fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: none;
  }
  #reserve_fix .reserve_fix_inner {
    background-color: rgba(43, 85, 74, 0.5);
    padding: 3.3854166667vw 3.90625vw 7.8125vw;
  }
  #reserve_fix p {
    font-size: 4.1666666667vw;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
  #reserve_fix .box01 {
    display: flex;
    justify-content: space-between;
    margin-top: 1.953125vw;
  }
  #reserve_fix .box01 .line {
    background-color: #4cc764;
    text-align: right;
  }
  #reserve_fix .box01 .line span {
    position: relative;
  }
  #reserve_fix .box01 .line span:before {
    position: absolute;
    content: "";
    background-image: url("../img/icon_reservation_line.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 8.3333333333vw;
    height: 8.0729166667vw;
    left: 2.6041666667vw;
    top: 50%;
    transform: translateY(-50%);
  }
  #reserve_fix .box01 .form {
    background-color: #2b554a;
  }
  #reserve_fix .box01 div {
    width: 49%;
    display: inline-block;
  }
  #reserve_fix .box01 a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
  }
  #reserve_fix .box01 a span {
    font-family: "Noto Serif JP", serif;
    font-size: 4.1666666667vw;
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 3.90625vw 7.8125vw 3.90625vw 3.6458333333vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.2083333333vw;
    position: relative;
  }
  #reserve_fix .box01 a span:after {
    position: absolute;
    content: "";
    background-image: url("/lib/img/arrow_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.6041666667vw;
    height: 5.2083333333vw;
    top: 50%;
    transform: translateY(-50%);
    right: 3.125vw;
  }
  .page_top_abs {
    position: absolute !important;
    bottom: auto !important;
    top: -6.5104166667vw;
  }
  #page_top {
    position: fixed;
    right: 5.2083333333vw;
    bottom: 37.7604166667vw;
    z-index: 99;
    display: none;
  }
  #page_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.3229166667vw;
    height: 11.9791666667vw;
    background: rgba(122, 82, 55, 0.5);
    background-blend-mode: multiply;
  }
  #page_top a img {
    width: 8.3333333333vw;
  }
  main #main_visual .main_visual_inner {
    width: 100%;
    height: 100vh;
  }
  main #main_visual .main_visual_inner #bg_wrp {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
  main #main_visual .main_visual_inner #bg_wrp .mv_bg {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  main #main_visual .main_visual_inner #bg_wrp .mv_bg .zoom {
    animation-name: zoom;
    animation-duration: 15s;
    animation-fill-mode: forwards;
    z-index: 2;
  }
  main #main_visual .main_visual_inner #bg_wrp .mv_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  main #main_visual .main_visual_inner h1 {
    text-align: center;
    margin-bottom: 20.8333333333vw;
  }
  main #main_visual .main_visual_inner h1 svg {
    position: relative;
    top: -1.953125vw;
  }
  main #main_visual .main_visual_inner h1 svg path {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    animation: text_pop 0.7s forwards;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(1) {
    animation-delay: 0s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(2) {
    animation-delay: 0.1s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(3) {
    animation-delay: 0.2s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(4) {
    animation-delay: 0.3s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(5) {
    animation-delay: 0.4s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(6) {
    animation-delay: 0.5s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(7) {
    animation-delay: 0.6s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(8) {
    animation-delay: 0.7s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(9) {
    animation-delay: 0.8s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(10) {
    animation-delay: 0.9s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(11) {
    animation-delay: 1s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(12) {
    animation-delay: 1.1s;
  }
  main #main_visual .main_visual_inner h1 svg.txt_popup path:nth-child(13) {
    animation-delay: 1.2s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    animation: text_pop 1.2s forwards;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(1) {
    animation-delay: 0s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(2) {
    animation-delay: 0.2s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(3) {
    animation-delay: 0.4s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(4) {
    animation-delay: 0.6s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(5) {
    animation-delay: 0.8s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(6) {
    animation-delay: 1s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(7) {
    animation-delay: 1.2s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(8) {
    animation-delay: 1.4s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(9) {
    animation-delay: 1.6s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(10) {
    animation-delay: 1.8s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(11) {
    animation-delay: 2s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(12) {
    animation-delay: 2.2s;
  }
  main #main_visual .main_visual_inner h1 svg.text_pop_up_target02.txt_popup path:nth-child(13) {
    animation-delay: 2.4s;
  }
  main #main_visual .main_visual_inner h1 #svg01 {
    width: 62.5vw;
    height: 10.6770833333vw;
  }
  main #main_visual .main_visual_inner h1 #svg02 {
    width: 72.9166666667vw;
    height: 21.3541666667vw;
  }
  main #main_visual .main_visual_inner .txt_wrp {
    position: absolute;
    z-index: 4;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
  main #main_visual .main_visual_inner .txt_wrp div p span {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: inline-block;
  }
  main #main_visual .main_visual_inner .txt_wrp div p.active_mv_txt_anim span {
    animation: text_pop 0.7s forwards;
  }
  main #main_visual .main_visual_inner .txt_wrp div .txt01 {
    color: #fff;
    font-size: 10.4166666667vw;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-weight: 400;
    margin-bottom: 3.90625vw;
    overflow: hidden;
  }
  main #main_visual .main_visual_inner .txt_wrp div .txt01 span {
    color: #fff;
    font-size: 10.4166666667vw;
    letter-spacing: 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
  }
  main #main_visual .main_visual_inner .txt_wrp div .txt02 {
    color: #fff;
    font-size: 5.7291666667vw;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-align: center;
    overflow: hidden;
  }
  main #main_visual .main_visual_inner .txt_wrp div .txt02 span {
    color: #fff;
    font-size: 5.7291666667vw;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.4;
    text-shadow: 0px 0px 10px rgba(43, 85, 74, 0.8);
  }
  main #sec_menu {
    background-color: #7A5237;
  }
  main #sec_menu .sec_menu_catchcopy {
    background-color: #f5efd9;
    width: calc(100% - 13.0208333333vw);
    margin-left: auto;
    padding: 13.0208333333vw 5.2083333333vw 34.6354166667vw 11.4583333333vw;
    position: relative;
    top: -20.8333333333vw;
  }
  main #sec_menu .sec_menu_catchcopy p {
    color: #2B554A;
    font-size: 4.6875vw;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.8;
  }
  main #sec_menu .sec_menu_bg_wrp {
    background-image: url("/lib/img/bg_deco01.png");
    background-size: 52.0833333333vw 69.2708333333vw;
    background-repeat: no-repeat;
    background-position: right top 14.9739583333vw;
    margin-top: -35.15625vw;
  }
  main #sec_menu .sec_menu_txtimg {
    position: relative;
  }
  main #sec_menu .sec_menu_txtimg img {
    width: 70.3125vw;
  }
  main #sec_menu .sec_menu_txtimg .sec_menu_txtimg_txt01 {
    font-family: "Aboreto", system-ui;
    font-size: 15.1041666667vw;
    letter-spacing: 0.18em;
    color: rgba(188, 216, 192, 0.9);
    position: absolute;
    top: -14.9739583333vw;
    right: -5.2083333333vw;
  }
  main #sec_menu .sec_menu_txtimg .sec_menu_txtimg_txt02 {
    font-family: "Noto Serif JP", serif;
    font-size: 10.4166666667vw;
    letter-spacing: 0;
    color: #fff;
    position: absolute;
    left: 9.6354166667vw;
    top: 10.4166666667vw;
    opacity: 0.8;
  }
  main #sec_menu .anchor_menu {
    margin-top: 10.4166666667vw;
    padding: 0 3.90625vw 2.6041666667vw;
  }
  main #sec_menu .anchor_menu ul {
    margin-top: 6.5104166667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.1666666667vw 2.6041666667vw;
  }
  main #sec_menu .anchor_menu ul li {
    width: calc(50% - 1.3020833333vw);
  }
  main #sec_menu .anchor_menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 15.625vw;
    text-align: center;
    color: #2B554A;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 3.3854166667vw;
    white-space: nowrap;
    line-height: 1.4;
  }
  main #sec_menu .anchor_menu ul li a span {
    display: block;
    font-size: 5.7291666667vw;
    font-weight: 400;
    font-family: "El Messiri", sans-serif;
    letter-spacing: 0.2em;
    color: rgba(43, 85, 74, 0.3);
    line-height: 1;
  }
  main #main_contents {
    background-color: #7A5237;
    padding-bottom: 15.625vw;
    /*
    * ABOUT
    */
  }
  main #main_contents .sec_txt01 {
    color: #fff;
    font-size: 3.3854166667vw;
    padding: 0 5.2083333333vw;
    letter-spacing: 0.03em;
  }
  main #main_contents .sec_txt01 a {
    color: #fff;
    font-size: 3.3854166667vw;
    letter-spacing: 0.03em;
    text-decoration: underline;
    text-underline-offset: 1px;
  }
  main #main_contents .h2_wrp {
    background-color: rgba(255, 255, 255, 0.9);
    height: 34.375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9.1145833333vw;
    position: relative;
  }
  main #main_contents .h2_wrp:before, main #main_contents .h2_wrp:after {
    position: absolute;
    content: "";
    background-image: url("/lib/img/deco_h2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16.40625vw;
    height: 13.8020833333vw;
    right: 2.9947916667vw;
    bottom: 2.9947916667vw;
  }
  main #main_contents .h2_wrp:after {
    transform: rotate(180deg);
    right: auto;
    bottom: auto;
    left: 2.9947916667vw;
    top: 2.9947916667vw;
  }
  main #main_contents h2 {
    font-size: 11.4583333333vw;
    color: rgba(43, 85, 74, 0.3);
    text-align: center;
    line-height: 1;
    position: relative;
    top: 0vw;
    font-family: "El Messiri", sans-serif;
    letter-spacing: 0.2em;
  }
  main #main_contents h2 span {
    color: #2B554A;
    font-size: 5.46875vw;
    font-weight: bold;
    display: block;
    letter-spacing: 0.1em;
    font-family: "Shippori Mincho B1", serif;
    margin-top: -1.3020833333vw;
  }
  main #main_contents section {
    padding-top: 13.0208333333vw;
  }
  main #main_contents .about .inner {
    padding: 0 5.2083333333vw;
  }
  main #main_contents .about .inner .about_box01 .txtbox p {
    color: #fff;
  }
  main #main_contents .about .inner .about_box01 .txtbox h3 {
    color: #fff;
    font-size: 5.2083333333vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin: 5.2083333333vw 0 7.1614583333vw;
  }
  main #main_contents .about .inner .about_box01 .about_box01_img01 {
    padding: 0 7.8125vw;
    margin-bottom: 5.859375vw;
  }
  main #main_contents .about .inner .about_box01 .about_txt02 {
    margin-top: 2.6041666667vw;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox {
    background-color: #f5efd9;
    width: calc(100% - 10.4166666667vw);
    margin: 0 auto;
    padding: 4.5572916667vw 5.2083333333vw 5.2083333333vw;
    margin-top: 15.625vw;
    position: relative;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox:before, main #main_contents .about .inner .about_box01 .about_box01_txtbox:after {
    position: absolute;
    content: "";
    background-image: url("/lib/img/deco_flame.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 23.9583333333vw;
    height: 8.0729166667vw;
    left: 50%;
    transform: translateX(-50%);
    top: -9.375vw;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox:after {
    transform: translateX(-50%) rotate(180deg);
    top: auto;
    bottom: -9.375vw;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox h4 {
    text-align: center;
    font-size: 4.6875vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 2.6041666667vw;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox ul li {
    font-size: 3.6458333333vw;
    letter-spacing: 0.03em;
    line-height: 1.7;
    position: relative;
    padding-left: 1.1em;
  }
  main #main_contents .about .inner .about_box01 .about_box01_txtbox ul li:before {
    position: absolute;
    content: "●";
    font-size: 2.6041666667vw;
    color: #2B554A;
    left: 0;
    top: 1.171875vw;
  }
  main #main_contents .about .inner .about_box01 .about_box01_img02 {
    text-align: center;
  }
  main #main_contents .about .inner .about_box01 .about_box01_img02 img {
    margin-top: 19.53125vw;
  }
  main #main_contents .about .inner .about_box01 .about_doshas {
    margin-top: 18.2291666667vw;
  }
  main #main_contents .about .inner .about_box01 .about_doshas h3 {
    margin-top: 0;
    margin-bottom: 5.2083333333vw;
  }
  main #main_contents .about .inner .about_box01 .about_doshas .about_doshas_box {
    margin-top: 5.2083333333vw;
    border-bottom: 1px solid #fff;
    padding-bottom: 9.1145833333vw;
    margin-bottom: 8.4635416667vw;
  }
  main #main_contents .about .inner .about_box01 .about_doshas .about_doshas_box h4 {
    text-align: center;
    position: relative;
  }
  main #main_contents .about .inner .about_box01 .about_doshas .about_doshas_box h4::before {
    position: absolute;
    content: "";
    border-top: 1px solid #fff;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  main #main_contents .about .inner .about_box01 .about_doshas .about_doshas_box h4 span {
    color: #fff;
    font-size: 7.2916666667vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: "Aboreto", system-ui;
    background-color: #7A5237;
    padding: 0 3.90625vw;
  }
  main #main_contents .about .inner .about_box01 .about_doshas .about_doshas_box .about_doshas_box_imgbox {
    display: flex;
    gap: 3.90625vw;
    margin-top: 5.859375vw;
    margin-bottom: 7.8125vw;
  }
  main #main_contents .about .inner .about_box01 .about_doshas .about_doshas_box .about_doshas_box_txtbox {
    margin-bottom: 3.90625vw;
  }
  main #main_contents .about .inner .about_box01 .about_doshas .about_doshas_box .about_doshas_box_txtbox:last-child {
    margin-bottom: 0;
  }
  main #main_contents .about .inner .about_box01 .about_doshas .about_doshas_box .about_doshas_box_txt01 {
    text-align: center;
    font-weight: 700;
    font-size: 4.1666666667vw;
    letter-spacing: 0.03em;
    margin-bottom: 1.953125vw;
  }
  main #main_contents .about .inner .about_box01 .about_doshas .about_doshas_box .about_doshas_box_txt02 {
    font-size: 3.3854166667vw;
    letter-spacing: 0.03em;
  }
  main #main_contents .type .inner .anno {
    padding: 0 5.2083333333vw;
    font-size: 3.125vw;
    margin-left: 1rem;
    text-indent: -1rem;
    margin-top: 2.6041666667vw;
    text-align: justify;
  }
  main #main_contents .type .inner .type_txt01 {
    margin-top: 2.6041666667vw;
    color: #fff;
    padding: 0 5.2083333333vw;
  }
  main #main_contents .type .inner .type_box01 {
    margin-top: 10.4166666667vw;
  }
  main #main_contents .type .inner .type_box01 .type_box01_box01 {
    padding: 0 5.2083333333vw;
    margin-bottom: -10.8072916667vw;
    position: relative;
  }
  main #main_contents .type .inner .type_box01 .type_box01_box01 p {
    position: absolute;
    left: 5.2083333333vw;
    top: 0;
    background-color: #2B554A;
    width: 21.875vw;
    height: 23.4375vw;
    padding-left: 4.6875vw;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0%, 53% 100%, 0% 100%);
  }
  main #main_contents .type .inner .type_box01 .type_box01_box01 p span {
    color: #fff;
    font-size: 15.1041666667vw;
    font-family: "Aboreto", system-ui;
    line-height: 1;
    font-weight: 400;
  }
  main #main_contents .type .inner .type_box01 .type_box01_box02 {
    background-color: #fff;
    padding: 14.3229166667vw 5.2083333333vw 6.5104166667vw;
  }
  main #main_contents .type .inner .type_box01 .type_box01_box02 h3 {
    font-size: 4.6875vw;
    color: #2B554A;
    letter-spacing: 0.03em;
    line-height: 1.7;
    font-weight: 700;
    margin-bottom: 1.5625vw;
  }
  main #main_contents .menu {
    padding-top: 15.625vw;
  }
  main #main_contents .menu .menu_inner {
    padding: 0 5.2083333333vw;
  }
  main #main_contents .menu .menu_inner .menu_box01_txt01 {
    color: #fff;
    font-size: 3.6458333333vw;
    letter-spacing: 0.03em;
    margin-bottom: 3.90625vw;
  }
  main #main_contents .menu .menu_inner .menu_anno {
    font-size: 3.125vw;
    color: #fff;
    line-height: 2;
  }
  main #main_contents .menu .menu_inner .menu_box01 {
    background-color: #fff;
    padding: 7.1614583333vw 7.1614583333vw 7.8125vw;
    margin-top: 3.90625vw;
    margin-bottom: 10.4166666667vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 h3 {
    font-weight: 500;
    font-size: 3.3854166667vw;
    letter-spacing: 0.03em;
    position: relative;
    margin-bottom: 3.90625vw;
    padding-bottom: 1.953125vw;
    border-bottom: 2px solid rgba(43, 85, 74, 0.5);
  }
  main #main_contents .menu .menu_inner .menu_box01 h3 strong {
    color: #2B554A;
    font-size: 4.9479166667vw;
    font-weight: 700;
    display: block;
  }
  main #main_contents .menu .menu_inner .menu_box01 h3 span {
    font-weight: 500;
    font-size: 3.3854166667vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 h4 {
    font-size: 4.6875vw;
    letter-spacing: 0.04em;
    color: #2B554A;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-top: 6.5104166667vw;
    margin-bottom: 6.5104166667vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 h4:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid rgba(43, 85, 74, 0.3);
    width: 10.4166666667vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.6041666667vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_title {
    font-size: 3.6458333333vw;
    letter-spacing: 0.03em;
    color: #2B554A;
    margin-bottom: 1.953125vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 table {
    width: 100%;
    border: 1px solid #aabbb7;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr {
    text-align: center;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr th {
    font-size: 3.6458333333vw;
    width: 50%;
    padding: 2.6041666667vw 0;
    background-color: rgba(43, 85, 74, 0.15);
    border-bottom: 1px solid #aabbb7;
    border-right: 1px solid #aabbb7;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr th:last-child {
    border-radius: none;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td {
    font-size: 4.1666666667vw;
    font-weight: 700;
    padding: 2.6041666667vw 0;
    border-right: 1px solid #aabbb7;
    border-bottom: 1px solid #aabbb7;
    color: #2B554A;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td:last-child {
    border-radius: none;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td span {
    font-size: 4.1666666667vw;
    font-weight: 700;
    padding: 2.6041666667vw 0;
    color: #2B554A;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td span.line {
    position: relative;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td span.line:before {
    position: absolute;
    content: "";
    border-top: 1px solid #2B554A;
    width: 105%;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr td span.emphasis {
    color: #a33636;
    font-size: 4.6875vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 table tr:last-child td {
    border-bottom: none;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_anno {
    color: #000;
    margin-top: 3.90625vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_btn_wrp {
    margin-top: 6.5104166667vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_btn_wrp .menu_btn {
    margin: 0 auto;
    display: inline-block;
    background-color: rgba(43, 85, 74, 0.7);
    border: 1px solid #2B554A;
    color: #fff;
    font-size: 4.1666666667vw;
    width: 63.5416666667vw;
    height: 14.0625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: relative;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_btn_wrp .menu_btn:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.2083333333vw;
    height: 2.6041666667vw;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 3.2552083333vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_btn_wrp .menu_btn.menu_accordion_btn_active:before {
    transform: translateY(-50%) rotate(0deg);
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow {
    padding-top: 7.8125vw;
    display: none;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box {
    background-color: rgba(245, 239, 217, 0.6);
    padding: 5.859375vw 7.1614583333vw 6.5104166667vw;
    margin-top: 7.1614583333vw;
    margin-bottom: 9.765625vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box01 {
    text-align: center;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box01 p {
    border-bottom: 1px solid rgba(43, 85, 74, 0.5);
    font-size: 4.4270833333vw;
    font-weight: 700;
    color: #2B554A;
    text-align: center;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box02 {
    margin-top: 5.2083333333vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box02 p {
    font-size: 3.3854166667vw;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 1.1em;
    letter-spacing: 0.03em;
    margin-bottom: 1.5625vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box02 p:last-child {
    margin-bottom: 0;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_box .menu_box01_flow_box_box02 p:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0.78125vw;
    font-size: 2.6041666667vw;
    font-weight: 400;
    color: #2B554A;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_txt01 {
    font-size: 3.6458333333vw;
    letter-spacing: 0.03em;
    color: #2B554A;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step {
    margin-bottom: 4.5572916667vw;
    padding-bottom: 4.5572916667vw;
    position: relative;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/arrow_green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 9.8958333333vw;
    height: 4.6875vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4.6875vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step:last-child:before {
    display: none;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_txt01 {
    border-bottom: 1px solid rgba(43, 85, 74, 0.5);
    line-height: 1;
    margin-bottom: 3.90625vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_txt01 span {
    color: rgba(43, 85, 74, 0.5);
    font-size: 7.8125vw;
    letter-spacing: 0.1em;
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    line-height: 1;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_txt01 strong {
    font-size: 12.5vw;
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    color: #2B554A;
    display: inline-block;
    margin-left: 1.953125vw;
    position: relative;
    top: 0.6510416667vw;
    line-height: 1;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_txt02 {
    color: #2B554A;
    margin-top: 2.6041666667vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_link {
    text-align: right;
    margin-top: 3.90625vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_link a {
    color: #000;
    font-size: 3.3854166667vw;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid rgba(43, 85, 74, 0.5);
    position: relative;
    padding-right: 4.5572916667vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step .menu_box01_flow_step_link a:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/arrow_green_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5625vw;
    height: 3.125vw;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step h5 {
    font-size: 4.4270833333vw;
    font-weight: 700;
    color: #2B554A;
    margin-bottom: 3.90625vw;
  }
  main #main_contents .menu .menu_inner .menu_box01 .menu_box01_flow .menu_box01_flow_step h5 small {
    font-size: 3.125vw;
    font-weight: 500;
    color: #2B554A;
  }
  main #main_contents .menu .menu_inner .menu_box01.menu_box01_02 {
    padding-top: 5.859375vw;
  }
  main #main_contents .menu .menu_inner .menu_box01.menu_box01_02 h4 {
    margin-top: 0;
  }
  main #main_contents .menu .menu_inner .menu_box01_pay {
    margin-top: 4.5572916667vw;
  }
  main #main_contents .menu .menu_inner .menu_box02 h3 {
    font-weight: 500;
    font-size: 4.1666666667vw;
    letter-spacing: 0.03em;
    position: relative;
    padding-left: 3.2552083333vw;
    margin-bottom: 3.2552083333vw;
    color: #fff;
  }
  main #main_contents .menu .menu_inner .menu_box02 h3:before {
    position: absolute;
    content: "";
    border-left: 1.0416666667vw solid rgba(255, 255, 255, 0.65);
    height: 63%;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
  }
  main #main_contents .menu .menu_inner .menu_box02 p {
    color: #fff;
  }
  main #main_contents .menu .menu_inner .menu_box02 p small {
    color: #fff;
    font-size: 3.125vw;
    display: block;
    margin-top: 3.2552083333vw;
  }
  main #main_contents .therapist {
    padding-bottom: 14.3229166667vw;
  }
  main #main_contents .therapist .h2_wrp {
    margin-bottom: 5.2083333333vw;
  }
  main #main_contents .therapist h3 {
    font-size: 11.4583333333vw;
    color: #fff;
    font-family: "Aboreto", system-ui;
    letter-spacing: 0.05em;
    position: relative;
    text-align: center;
  }
  main #main_contents .therapist h3:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    width: 10.4166666667vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.78125vw;
  }
  main #main_contents .therapist .therapist_img01 {
    width: 72.9166666667vw;
    margin: 2.6041666667vw auto -26.0416666667vw;
    position: relative;
    z-index: 2;
  }
  main #main_contents .therapist .therapist_box01 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 31.25vw 5.2083333333vw 10.4166666667vw;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_txt01 {
    font-size: 4.1666666667vw;
    font-weight: 700;
    color: #2B554A;
    text-align: center;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 {
    background-color: #fff;
    margin-top: 7.8125vw;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col01 {
    padding: 5.859375vw 5.2083333333vw 5.2083333333vw;
    position: relative;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col01:after {
    position: absolute;
    content: "";
    background-color: rgba(43, 85, 74, 0.3);
    width: 19.2708333333vw;
    height: 100%;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0%, 23% 100%, 0% 100%);
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col01:before {
    position: absolute;
    content: "";
    width: calc(100% - 10.4166666667vw);
    border-bottom: 1px solid rgba(43, 85, 74, 0.3);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col01 .therapist_box01_row01_txt01 {
    font-size: 3.6458333333vw;
    position: relative;
    padding-left: 3.90625vw;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col01 .therapist_box01_row01_txt01:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 1.0416666667vw;
    color: #2B554A;
    font-size: 2.6041666667vw;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col02 {
    padding: 5.2083333333vw 5.2083333333vw 5.859375vw;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col02 .therapist_box01_row01_txt02 {
    font-size: 3.90625vw;
    font-weight: 700;
    color: #2B554A;
    margin-bottom: 1.3020833333vw;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col02 .therapist_box01_row01_txt03 {
    position: relative;
    padding-left: 2.6041666667vw;
  }
  main #main_contents .therapist .therapist_box01 .therapist_box01_row01 .therapist_box01_row01_col02 .therapist_box01_row01_txt03:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 1.8229166667vw;
    color: #7a5237;
    font-size: 1.4322916667vw;
  }
  main #main_contents .therapist .therapist_box02_btn_wrp {
    padding: 10.4166666667vw 5.2083333333vw 0;
  }
  main #main_contents .therapist .therapist_box02_btn {
    display: flex;
    align-items: center;
    background-color: #2B554A;
    color: #fff;
    font-family: "El Messiri", sans-serif;
    font-size: 6.7708333333vw;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1;
    height: 14.84375vw;
    padding: 0.78125vw 5.2083333333vw 0;
    position: relative;
  }
  main #main_contents .therapist .therapist_box02_btn .circle {
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.2083333333vw;
  }
  main #main_contents .therapist .therapist_box02_btn .circle span {
    width: 9.375vw;
    height: 9.375vw;
    display: block;
    position: relative;
  }
  main #main_contents .therapist .therapist_box02_btn .circle span:before, main #main_contents .therapist .therapist_box02_btn .circle span:after {
    position: absolute;
    content: "";
    width: 5.46875vw;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    display: block;
    transition: 0.3s;
  }
  main #main_contents .therapist .therapist_box02_btn .circle span:after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }
  main #main_contents .therapist .therapist_box02_btn.therapist_box02_btn_active .circle span:after {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  main #main_contents .therapist .therapist_box02 {
    padding: 9.1145833333vw 5.2083333333vw 0;
  }
  main #main_contents .therapist .therapist_box02 p {
    color: #fff;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_txt01 {
    margin-bottom: 1.953125vw;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_txt01:last-child {
    margin-bottom: 0;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img01 {
    margin: 7.8125vw 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img01:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/message_deco.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 41.6666666667vw;
    height: 41.6666666667vw;
    left: 2.6041666667vw;
    top: -13.28125vw;
    z-index: -1;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img01 img {
    width: 56.7708333333vw;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img02 {
    margin-top: 7.8125vw;
    position: relative;
    z-index: 1;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img02:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/message_deco02.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 45.5729166667vw;
    height: 50.78125vw;
    right: -5.2083333333vw;
    top: -27.6041666667vw;
    z-index: -1;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img02 .therapist_box02_img02_box01 {
    text-align: center;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img02 .therapist_box02_img02_box01 img {
    width: 78.125vw;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img02 .therapist_box02_img02_box02 {
    display: flex;
    gap: 1.0416666667vw;
    margin-top: 5.2083333333vw;
  }
  main #main_contents .therapist .therapist_box02 .therapist_box02_img02 .therapist_box02_img02_box02 img {
    display: block;
    max-width: 100%;
  }
  main #main_contents .voice {
    padding-top: 0;
  }
  main #main_contents .voice .h2_wrp {
    margin-bottom: 0;
  }
  main #main_contents .voice .inner {
    padding: 10.4166666667vw 5.2083333333vw 15.625vw;
  }
  main #main_contents .voice .inner .voice_box01 {
    background-color: #fff;
    padding: 7.421875vw 6.25vw;
    margin-bottom: 10.4166666667vw;
  }
  main #main_contents .voice .inner .voice_box01:last-child {
    margin-bottom: 0;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_row01 {
    display: flex;
    gap: 2.6041666667vw;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_row01 .voice_box01_row01_col01 {
    width: 20.8333333333vw;
    flex-shrink: 0;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_row01 .voice_box01_row01_col02 {
    margin-top: -1.953125vw;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_row01 .voice_box01_row01_col02 .voice_box01_row01_col02_txt01 {
    font-size: 4.1666666667vw;
    font-weight: 700;
    color: #2B554A;
    margin-bottom: 1.0416666667vw;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_txt01 {
    margin-top: 4.5572916667vw;
    letter-spacing: 0.03em;
    font-size: 3.3854166667vw;
  }
  main #main_contents .voice .inner .voice_box01 .voice_box01_txt02 {
    margin-top: 1.953125vw;
    letter-spacing: 0.03em;
    font-size: 3.3854166667vw;
  }
  main #main_contents .faq {
    padding-bottom: 2.6041666667vw;
    padding-top: 0;
  }
  main #main_contents .faq .inner {
    padding: 0 5.2083333333vw;
    margin-top: 7.1614583333vw;
  }
  main #main_contents .faq .inner ul .q_active {
    background-color: #f5efd9 !important;
  }
  main #main_contents .faq .inner ul .q_active .circle span:after {
    transform: translateX(-50%) translateY(-50%) rotate(0deg) !important;
  }
  main #main_contents .faq .inner ul li {
    margin-bottom: 2.6041666667vw;
  }
  main #main_contents .faq .inner ul li:last-child {
    margin-bottom: 0;
  }
  main #main_contents .faq .inner ul li .question {
    font-weight: bold;
    color: #2B554A;
    background-color: #fff;
    padding: 6.5104166667vw 18.2291666667vw 6.5104166667vw 16.9270833333vw;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s all;
    font-size: 3.6458333333vw;
    font-weight: 700;
    letter-spacing: 0.03em;
    position: relative;
  }
  main #main_contents .faq .inner ul li .question:before {
    position: absolute;
    content: "Q";
    font-size: 10.4166666667vw;
    line-height: 1;
    font-family: "El Messiri", sans-serif;
    color: #2B554A;
    left: 5.2083333333vw;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
  }
  main #main_contents .faq .inner ul li .question .circle {
    display: block;
    border: 1px solid rgba(43, 85, 74, 0.3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5.2083333333vw;
  }
  main #main_contents .faq .inner ul li .question .circle span {
    width: 9.375vw;
    height: 9.375vw;
    display: block;
    position: relative;
  }
  main #main_contents .faq .inner ul li .question .circle span:before, main #main_contents .faq .inner ul li .question .circle span:after {
    position: absolute;
    content: "";
    width: 5.46875vw;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: rgba(43, 85, 74, 0.3);
    display: block;
    transition: 0.3s;
  }
  main #main_contents .faq .inner ul li .question .circle span:after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }
  main #main_contents .faq .inner ul li .answer {
    background-color: #fff;
    padding: 6.5104166667vw 5.2083333333vw;
    display: none;
  }
  main #main_contents .faq .inner ul li .answer p {
    text-align: justify;
    font-size: 3.3854166667vw;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
  main #main_contents .salon .h2_wrp {
    margin-bottom: 10.4166666667vw;
  }
  main #main_contents .salon .inner {
    padding: 0 5.2083333333vw;
  }
  main #main_contents .salon .inner .salon_img01 {
    display: flex;
    gap: 1.0416666667vw;
  }
  main #main_contents .salon .inner .salon_img01 img {
    display: block;
    width: calc(50% - 0.5208333333vw);
  }
  main #main_contents .salon .inner .salon_box01 {
    background-color: #fff;
    padding: 5.2083333333vw 7.8125vw 7.1614583333vw;
    margin-top: 10.4166666667vw;
  }
  main #main_contents .salon .inner .salon_box01 h3 {
    color: #2B554A;
    font-size: 4.6875vw;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: 700;
    position: relative;
    padding-bottom: 1.953125vw;
    margin-bottom: 5.2083333333vw;
  }
  main #main_contents .salon .inner .salon_box01 h3:before {
    position: absolute;
    content: "";
    width: 10.4166666667vw;
    height: 2px;
    background-color: rgba(43, 85, 74, 0.3);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  main #main_contents .salon .inner .salon_box01 h4 {
    background-color: rgba(43, 85, 74, 0.15);
    color: #000;
    font-size: 3.6458333333vw;
    letter-spacing: 0.03em;
    font-weight: 700;
    padding: 1.953125vw 3.125vw;
    margin-top: 5.2083333333vw;
    margin-bottom: 3.125vw;
  }
  main #main_contents .salon .inner .salon_box01 p {
    padding: 0 3.125vw;
    margin-bottom: -1.0416666667vw;
  }
  main #main_contents .salon .inner .salon_box01 .iframe_wrp {
    margin-top: 5.2083333333vw;
  }
  main #main_contents .salon .inner .salon_box01 .iframe_wrp iframe {
    width: 100%;
    height: 67.7083333333vw;
    vertical-align: bottom;
  }
  main #main_contents .salon .inner .salon_box01 .salon_date span {
    display: block;
  }
  main #main_contents .salon .inner .salon_box01 .salon_date_annotation {
    margin-top: 3.90625vw;
  }
  main #main_contents .salon .inner .salon_box01 .salon_date_annotation small {
    font-size: 3.125vw;
    position: relative;
    padding-left: 1.1em;
    display: inline-block;
  }
  main #main_contents .salon .inner .salon_box01 .salon_date_annotation small:before {
    position: absolute;
    content: "※";
    left: 0;
    top: 0px;
  }
  main #main_contents .contact .h2_wrp h2 {
    top: 1.3020833333vw;
  }
  main #main_contents .contact .inner {
    padding: 0 5.2083333333vw;
  }
  main #main_contents .contact .inner .contact_txt01 {
    color: #fff;
  }
  main #main_contents .contact .inner .contact_btn_wrp {
    margin-top: 7.8125vw;
  }
  main #main_contents .contact .inner .contact_btn_wrp .contact_btn {
    background-color: #2B554A;
    color: #fff;
    text-align: center;
    padding-right: 6.25vw;
    font-size: 4.1666666667vw;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16.1458333333vw;
    padding-bottom: 0.5208333333vw;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  main #main_contents .contact .inner .contact_btn_wrp .contact_btn:before {
    position: absolute;
    content: "";
    background-image: url("/lib/img/arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6041666667vw;
    height: 5.2083333333vw;
    top: 50%;
    transform: translateY(-50%);
    right: 3.6458333333vw;
  }
  footer {
    position: relative;
    background-color: #fff;
  }
  footer .inner {
    background-color: #7a5237;
  }
  footer .inner .box01 .sns {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3.90625vw 5.2083333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7.8125vw;
  }
  footer .inner .box01 .sns .insta {
    width: 8.8541666667vw;
  }
  footer .inner .box01 .sns .line {
    width: 8.8541666667vw;
  }
  footer .inner .box01 .sns .youtube {
    width: 8.8541666667vw;
  }
  footer .inner .box01 .vira_banner {
    text-align: center;
    background-color: #a09288;
    padding: 7.8125vw 0 9.1145833333vw;
  }
  footer .inner .box01 .vira_banner p {
    text-align: center;
    color: #fff;
    font-size: 3.6458333333vw;
    font-weight: 700;
  }
  footer .inner .box01 .vira_banner div {
    margin-top: 8.3333333333vw;
  }
  footer .inner .box01 .vira_banner div img {
    width: 63.0208333333vw;
  }
  footer .copyright {
    font-size: 2.8645833333vw;
    text-align: center;
    color: #fff;
    font-family: "El Messiri", sans-serif;
    letter-spacing: 0.1em;
    background-color: #453e39;
    padding: 3.90625vw 0;
  }
}