@charset "utf-8";
.faq_f .faq_link_btn {
  display: inline-flex;
  min-width: 180px;
  min-height: 34px;
  margin-top: clamp(16px, 2vw, 22px);
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid #80625E;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color .35s ease;
}

.faq_f .faq_link_btn p {
  margin: 0;
  color: #80625E;
  line-height: 1;
  letter-spacing: .08em;
  transition: color .35s ease;
}

.faq_f .faq_link_btn:hover {
  background-color: #80625E;
}

.faq_f .faq_link_btn:hover p {
  color: #fff;
}
.faq_f .faq_link_btn {
  border-color: #80625E !important;
  background-color: transparent !important;
  color: #80625E !important;
}

.faq_f .faq_link_btn p,
.faq_f .faq_link_btn span {
  color: #80625E !important;
}

.faq_f .faq_link_btn:hover {
  background-color: #80625E !important;
  color: #fff !important;
}

.faq_f .faq_link_btn:hover p,
.faq_f .faq_link_btn:hover span {
  color: #fff !important;
}

.faq_f {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #80625E;
}

.faq_f .faq_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.faq_f .faq_head {
  margin-bottom: clamp(45px, 6vw, 75px);
}

.faq_f .faq_en {
  margin: 0 0 clamp(8px, 1vw, 12px);
  color: #80625E;
  line-height: 1;
  letter-spacing: .03em;
  font-weight: 400;
}

.faq_f .faq_sub {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}

.faq_f .box_wrap {
  width: 100%;
  flex-direction: column;
  gap: clamp(34px, 4vw, 52px);
  align-items: stretch;
}

.faq_f .box {
  width: 100%;
  flex: 0 0 100%;
}

.faq_f .box .qbox {
  position: relative;
  display: flex;
  padding: 0;
  padding-right: 34px;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.faq_f .box .qbox .q_icon {
  width: auto;
  margin: 0 clamp(14px, 2vw, 22px) 0 0;
  color: #333;
  line-height: 1;
}

.faq_f .box .qbox h3 {
  flex: 1;
  margin: 0;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}

.faq_f .faq_icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}

.faq_f .faq_icon::before,
.faq_f .faq_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1px;
  background-color: #80625E;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease, transform .3s ease;
}

.faq_f .faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq_f .box.is-close .faq_icon::after {
  opacity: 1;
}

.faq_f .box .abox {
  margin-top: clamp(14px, 1.8vw, 22px);
  padding: clamp(22px, 2.5vw, 32px) clamp(24px, 4vw, 40px);
  border-radius: 6px;
  background-color: #eeece8;
}

.faq_f .box .abox p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

@media screen and (max-width: 576px) {
  .faq_f .box_wrap {
    gap: 32px;
  }

  .faq_f .box .qbox {
    padding-right: 28px;
  }

  .faq_f .box .qbox .q_icon {
    margin-right: 12px;
  }

  .faq_f .box .abox {
    padding: 20px;
  }
}

.facial_menu_section {
  background-color: #F4EFED;
}

.facial_menu_section .facial_menu_head {
  display: flex;
  margin-bottom: clamp(42px, 6vw, 80px);
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(45px, 7vw, 100px);
}

.facial_menu_section .facial_menu_title {
  flex: 1;
  min-width: 0;
}

.facial_menu_section .facial_menu_mv {
  width: min(42%, 440px);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1.55 / 1;
}

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

.facial_menu_section .facial_menu_block {
  margin-bottom: clamp(45px, 5vw, 70px);
}

.facial_menu_section .facial_menu_block:last-of-type {
  margin-bottom: 0;
}

.facial_menu_section .facial_menu_bar {
  width: 100%;
  margin-bottom: clamp(24px, 3vw, 32px);
  padding: 9px 14px;
  background-color: #d8d0c9;
}

.facial_menu_section .facial_menu_bar p {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}

.facial_menu_section .facial_menu_content {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: clamp(38px, 6vw, 80px);
  align-items: flex-start;
}

.facial_menu_section .facial_menu_img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 1.55 / 1;
}

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

.facial_menu_section .facial_menu_list {
  width: 100%;
}

.facial_menu_section .facial_menu_item {
  display: flex;
  padding: clamp(18px, 2.3vw, 28px) 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 50px);
  border-bottom: 1px solid rgba(128, 98, 94, .2);
}

.facial_menu_section .facial_menu_item:first-child {
  padding-top: 0;
}

.facial_menu_section .facial_menu_text {
  flex: 1;
  min-width: 0;
}

.facial_menu_section .facial_menu_name {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
      font-size: clamp(20px, 2vw, 22px)!important;
}

.facial_menu_section .facial_menu_note {
  margin: 8px 0 0;
  color: #333;
  line-height: 1.7;
  letter-spacing: .05em;
}

.facial_menu_section .facial_menu_price {
  min-width: clamp(130px, 16vw, 190px);
  flex-shrink: 0;
  text-align: right;
}

.facial_menu_section .facial_menu_price p {
margin: 0;
    color: #333;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1;
    letter-spacing: .04em;
    white-space: nowrap;
}
.facial_menu_section .facial_menu_price p span {
  color: #80625E!important;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
}

.facial_menu_section .facial_menu_caption {
  margin: clamp(18px, 2vw, 24px) 0 0;
  color: #333;
  line-height: 1.8;
  letter-spacing: .05em;
}

.facial_menu_section .facial_option_box {
  margin-top: clamp(45px, 6vw, 80px);
  padding: clamp(30px, 4vw, 45px) clamp(32px, 5vw, 60px);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, .82);
}

.facial_menu_section .facial_option_head {
  display: flex;
  margin-bottom: clamp(22px, 3vw, 32px);
  padding-bottom: clamp(14px, 2vw, 20px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(128, 98, 94, .22);
       
}

.facial_menu_section .facial_option_head p {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
     font-size: clamp(20px, 2vw, 22px);
}
.facial_menu_section .facial_option_head p:nth-of-type(2) {
  color: #80625E;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: .06em;
}
.facial_menu_section .facial_option_list {
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
}

.facial_menu_section .facial_option_list p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

@media screen and (max-width: 900px) {
  .facial_menu_section .facial_menu_head {
    flex-direction: column;
    gap: 35px;
  }

  .facial_menu_section .facial_menu_mv {
    width: 100%;
    max-width: 520px;
  }

  .facial_menu_section .facial_menu_content {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .facial_menu_section .facial_menu_img {
    max-width: 520px;
  }
}

@media screen and (max-width: 768px) {
  .facial_menu_section .facial_menu_item {
    flex-direction: column;
    gap: 10px;
  }

  .facial_menu_section .facial_menu_price {
    min-width: 0;
    text-align: left;
  }

  .facial_menu_section .facial_option_head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .facial_menu_section .facial_menu_head {
    margin-bottom: 45px;
  }

  .facial_menu_section .facial_menu_bar {
    margin-bottom: 22px;
  }

  .facial_menu_section .facial_option_box {
    padding: 25px 20px;
  }
}



.body_menu_section {
  background-color: #F4EFED;
}

.body_menu_section .body_menu_head {
  display: flex;
  margin-bottom: clamp(42px, 6vw, 80px);
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(45px, 7vw, 100px);
}

.body_menu_section .body_menu_title {
  flex: 1;
  min-width: 0;
}

.body_menu_section .body_menu_mv {
  width: min(42%, 440px);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1.55 / 1;
}

.body_menu_section .body_menu_mv img,
.body_menu_section .body_menu_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body_menu_section .body_menu_block {
  margin-bottom: clamp(45px, 5vw, 70px);
    width: 100%;
}

.body_menu_section .body_menu_block:last-of-type {
  margin-bottom: 0;
}

.body_menu_section .body_menu_bar {
  width: 100%;
  margin-bottom: clamp(24px, 3vw, 32px);
  padding: 9px 14px;
  background-color: #d8d0c9;
}

.body_menu_section .body_menu_bar p {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}

.body_menu_section .body_menu_content {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: clamp(38px, 6vw, 80px);
  align-items: flex-start;
}

.body_menu_section .body_menu_img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 1.55 / 1;
}

.body_menu_section .body_menu_list {
  width: 100%;
}

/* 通常メニュー */
.body_menu_section .body_menu_item {
  display: flex;
  padding: clamp(18px, 2.3vw, 28px) 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 50px);
  border-bottom: 1px solid rgba(128, 98, 94, .2);
}

.body_menu_section .body_menu_item:first-child {
  padding-top: 0;
}

.body_menu_section .body_menu_item {
flex-direction: column!important;
}



.body_menu_section .body_menu_text {
  flex: 1;
  min-width: 0;
}

.body_menu_section .body_menu_name {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}

.body_menu_section .body_menu_desc {
  margin: clamp(10px, 1.2vw, 14px) 0 0;
  color: #333;
  line-height: 1.8;
  letter-spacing: .05em;
}

.body_menu_section .body_menu_price {
    width: 100%;
  flex-shrink: 0;
  text-align: right;
}

.body_menu_section .body_menu_price > p {
  margin: 0 0 10px;
     color: #333;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1;
    letter-spacing: .04em;
    white-space: nowrap;
}
.body_menu_section .body_menu_price > p span {
  color: #80625E!important;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
}

.body_menu_section .body_menu_price > p:last-child {
  margin-bottom: 0;
}




/* 3Dオイルボディ価格 */
.body_menu_section .body_menu_price_row {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: clamp(10px, 1.5vw, 18px);
  margin-bottom: 14px;
}
.body_menu_price_row p:nth-of-type(3) {
  color: #80625E!important;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
}
.body_menu_section .body_menu_price_row:last-child {
  margin-bottom: 0;
}

.body_menu_section .body_menu_price_row p {
margin: 0;
    color: #333;
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1;
    letter-spacing: .04em;
    white-space: nowrap;
}


/* ポイント */
.body_menu_section .body_menu_points {
  display: grid;
  margin-top: clamp(18px, 2vw, 24px);
  gap: 8px;
}

.body_menu_section .body_menu_points div {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: flex-start;
  gap: 10px;
}

.body_menu_section .body_menu_points div p {
  margin: 0;
  color: #333;
  line-height: 1.8;
  letter-spacing: .08em;
}

.body_menu_section .body_menu_points div p:first-child {
  display: flex;
  width: 22px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #80625E;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
}

/* オプション */
.body_menu_section .body_option_box {
  margin-top: clamp(45px, 6vw, 80px);
  padding: clamp(30px, 4vw, 45px) clamp(32px, 5vw, 60px);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, .82);
}

.body_menu_section .body_option_head {
  display: flex;
  margin-bottom: clamp(22px, 3vw, 32px);
  padding-bottom: clamp(14px, 2vw, 20px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(128, 98, 94, .22);
}

.body_menu_section .body_option_head p {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
      font-size: clamp(20px, 2vw, 22px)!important;
}

.body_menu_section .body_option_head p:nth-of-type(2) {
  color: #80625E;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: .06em;
}

.body_menu_section .body_option_list {
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
}

.body_menu_section .body_option_list p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

@media screen and (max-width: 900px) {
  .body_menu_section .body_menu_head {
    flex-direction: column;
    gap: 35px;
  }

  .body_menu_section .body_menu_mv,
  .body_menu_section .body_menu_img {
    width: 100%;
    max-width: 520px;
  }

  .body_menu_section .body_menu_content {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media screen and (max-width: 768px) {
  .body_menu_section .body_menu_item {
    flex-direction: column;
    gap: 10px;
  }

  .body_menu_section .body_menu_price {
    min-width: 0;
    text-align: left;
  }


  .body_menu_section .body_option_head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .body_menu_section .body_menu_head {
    margin-bottom: 45px;
  }

  .body_menu_section .body_menu_bar {
    margin-bottom: 22px;
  }

  .body_menu_section .body_option_box {
    padding: 25px 20px;
  }

  .body_menu_section .body_menu_price > p {
    white-space: normal;
    line-height: 1.4;
  }

  .body_menu_section .body_menu_price_row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .body_menu_section .body_menu_price_row p {
    font-size: clamp(18px, 5.4vw, 24px);
  }
}
/* 3Dオイルボディ用 */
.body_menu_section .body_menu_item_large {
  display: block;
  padding-bottom: clamp(26px, 3vw, 38px);
  border-bottom: 1px solid rgba(128, 98, 94, .2);
}

.body_menu_section .body_menu_item_large .body_menu_text {
  display: flex;
  margin-bottom: clamp(26px, 3vw, 38px);
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
    flex-direction: column;
}

.body_menu_section .body_menu_item_large .body_menu_name {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}

.body_menu_section .body_menu_item_large .body_menu_price {
  min-width: clamp(260px, 38%, 420px);
  flex-shrink: 0;
  text-align: right;
}

.body_menu_section .body_menu_item_large .body_menu_desc {

  margin: 0 0 clamp(28px, 3vw, 40px);
  color: #333;
  letter-spacing: .08em;
}

.body_menu_section .body_menu_item_large .body_menu_points {
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
}

.body_menu_section .body_menu_price_row {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: clamp(10px, 1.5vw, 18px);
  margin-bottom: 14px;
}

.body_menu_section .body_menu_price_row:last-child {
  margin-bottom: 0;
}



.body_menu_section .body_menu_points div {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: flex-start;
  gap: 10px;
}

.body_menu_section .body_menu_points div p {
  margin: 0;
  color: #333;
  line-height: 1.8;
  letter-spacing: .08em;
}

.body_menu_section .body_menu_points div p:first-child {
  display: flex;
  width: 22px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #80625E;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .body_menu_section .body_menu_item_large .body_menu_text {
    display: block;
  }

  .body_menu_section .body_menu_item_large .body_menu_name {
    margin-bottom: 16px;
  }

  .body_menu_section .body_menu_item_large .body_menu_price {
    min-width: 0;
    margin-bottom: 22px;
    text-align: left;
  }

  .body_menu_section .body_menu_price_row {
    justify-content: flex-start;
  }

  .body_menu_section .body_menu_item_large .body_menu_desc {
    max-width: none;
    margin-bottom: 28px;
  }

  .body_menu_section .body_menu_item_large .body_menu_points {
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  .body_menu_section .body_menu_price_row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .body_menu_section .body_menu_price_row p {
    font-size: clamp(18px, 5.4vw, 24px);
  }
}


.gogyo_check_section {
  position: relative;
  overflow: hidden;
  background-color: #F4EFED;
}

.gogyo_check_section .gogyo_check_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.gogyo_check_section.is-open .gogyo_check_box {
  position: relative;
  padding: clamp(70px, 7vw, 95px) clamp(45px, 6vw, 90px) clamp(55px, 6vw, 80px);
  border-radius: 8px;
  background-color: #FAFAFA;
}


.gogyo_check_section .gogyo_check_badge {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: min(360px, 60%);
  min-height: clamp(44px, 4vw, 56px);
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #80625E;
  transform: translate(-50%, -50%);
}

.gogyo_check_section .gogyo_check_badge p {
  margin: 0;
  color: #fff;
  letter-spacing: .12em;
}

.gogyo_check_section .gogyo_check_lead {
  margin: 0 0 clamp(42px, 5vw, 68px);
  color: #333;
  text-align: center;
  letter-spacing: .08em;
}

.gogyo_check_section .gogyo_check_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(55px, 6vw, 80px) clamp(60px, 8vw, 120px);
}

.gogyo_check_section .gogyo_check_group {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 2vw, 22px);
}

.gogyo_check_section .gogyo_check_mark {
  display: flex;
  width: clamp(38px, 4vw, 50px);
  aspect-ratio: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.gogyo_check_section .gogyo_check_mark p {
  margin: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: .08em;
}

.gogyo_check_section .wood .gogyo_check_mark {
  background-color: #48B9A8;
}

.gogyo_check_section .fire .gogyo_check_mark {
  background-color: #E86D7D;
}

.gogyo_check_section .earth .gogyo_check_mark {
  background-color: #C99333;
}

.gogyo_check_section .metal .gogyo_check_mark {
  background-color: #D9D9D9;
}

.gogyo_check_section .metal .gogyo_check_mark p {
  color: #333;
}

.gogyo_check_section .water .gogyo_check_mark {
  background-color: #4D4D4D;
}

.gogyo_check_section .gogyo_check_list {
  display: grid;
  gap: clamp(10px, 1.3vw, 14px);
  padding-top: 4px;
}

.gogyo_check_section .check_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gogyo_check_section .check_item input {
  width: 16px;
  aspect-ratio: 1;
  margin: 0;
  flex-shrink: 0;
  appearance: none;
  border: 1px solid #cfcac5;
  background-color: #fff;
  cursor: pointer;
}

.gogyo_check_section .check_item input:checked {
  background-color: #80625E;
  box-shadow: inset 0 0 0 3px #fff;
}
.gogyo_check_section .check_item p{
  cursor: pointer;
}


.gogyo_check_section .gogyo_check_mark p {
  margin: 0;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1;
  letter-spacing: .08em;
    cursor: pointer;
}

.gogyo_check_section .gogyo_check_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gogyo_check_section .gogyo_check_image img {
  display: block;
  width: min(100%, 300px);
  height: auto;
}

.gogyo_check_section .gogyo_check_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(55px, 6vw, 80px);
  padding-top: clamp(35px, 4vw, 50px);
  border-top: 1px dotted rgba(128, 98, 94, .45);
}

.gogyo_check_section .gogyo_check_btn {
  display: flex;
  min-width: 170px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border: 1px solid #80625E;
  border-radius: 999px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color .35s ease, color .35s ease;
}

.gogyo_check_section .gogyo_check_btn p {
  margin: 0;
  color: #80625E;
  letter-spacing: .08em;
  transition: color .35s ease;
}

.gogyo_check_section .gogyo_check_btn:hover {
  background-color: #80625E;
}

.gogyo_check_section .gogyo_check_btn:hover p {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .gogyo_check_section .gogyo_check_grid {
    gap: 45px 40px;
  }

  .gogyo_check_section .gogyo_check_box {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 768px) {
  .gogyo_check_section .gogyo_check_grid {
    grid-template-columns: 1fr;
  }

  .gogyo_check_section .gogyo_check_group {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .gogyo_check_section .gogyo_check_image {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 576px) {
  .gogyo_check_section .gogyo_check_box {
    padding: 65px 22px 45px;
  }

  .gogyo_check_section .gogyo_check_badge {
    width: min(300px, 78%);
  }

  .gogyo_check_section .gogyo_check_group {
    gap: 12px;
  }

  .gogyo_check_section .gogyo_check_mark {
    width: 38px;
  }

  .gogyo_check_section .check_item {
    gap: 8px;
  }

  .gogyo_check_section .check_item input {
    width: 15px;
  }

  .gogyo_check_section .gogyo_check_btn {
    width: 100%;
    max-width: 220px;
  }
}
.gogyo_check_section .gogyo_result_box {
  display: block;
  margin-top: clamp(45px, 5vw, 70px);
  padding-top: clamp(35px, 4vw, 50px);
  border-top: 1px dotted rgba(128, 98, 94, .55);
}

.gogyo_check_section .gogyo_result_box.is-show {
  pointer-events: auto;
}

.gogyo_check_section .gogyo_result_inner {
  width: 100%;
}

.gogyo_check_section .gogyo_result_heading {
  margin: 0 0 clamp(32px, 4vw, 48px);
  color: #333;
  text-align: center;
  font-weight: 400;
  letter-spacing: .08em;
}

.gogyo_check_section .gogyo_result_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(45px, 6vw, 80px);
}

.gogyo_check_section .gogyo_result_text {
  flex: 1;
  min-width: 0;
}

.gogyo_check_section .gogyo_result_title {
  display: flex;
  margin-bottom: clamp(18px, 2vw, 24px);
  align-items: center;
  gap: 12px;
}

.gogyo_check_section .gogyo_result_title > p {
  margin: 0;
  color: #48B9A8;
  letter-spacing: .08em;
}

.gogyo_check_section .gogyo_result_mark {
  display: flex;
  width: clamp(40px, 4vw, 48px);
  aspect-ratio: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #48B9A8;
}
.gogyo_check_section .gogyo_result_content:not(:last-of-type){
	margin-bottom: 40px;
}
.gogyo_check_section .gogyo_result_content2 .gogyo_result_mark {
  background-color: #e25c69;
}
.gogyo_check_section .gogyo_result_content2 .gogyo_result_title > p{
  color: #e25c69;
}
.gogyo_check_section .gogyo_result_content3 .gogyo_result_mark {
  background-color: #bb7e45;
}
.gogyo_check_section .gogyo_result_content3 .gogyo_result_title > p{
  color: #bb7e45;
}
.gogyo_check_section .gogyo_result_content4 .gogyo_result_mark {
  background-color: #D9D9D9;
}
.gogyo_check_section .gogyo_result_content4 .gogyo_result_mark p{
  color: #333;
}
.gogyo_check_section .gogyo_result_content4 .gogyo_result_title > p{
  color: #333;
}
.gogyo_check_section .gogyo_result_content5 .gogyo_result_mark {
  background-color: #4D4D4D;
}
.gogyo_check_section .gogyo_result_content5 .gogyo_result_title > p{
  color: #4D4D4D;
}

.gogyo_check_section .gogyo_result_mark p {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1;
  letter-spacing: .08em;
}

.gogyo_check_section .gogyo_result_description {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

.gogyo_check_section .gogyo_result_products {
  display: flex;
  width: clamp(260px, 28vw, 380px);
  flex-shrink: 0;
  gap: clamp(18px, 2.5vw, 28px);
}

.gogyo_check_section .gogyo_result_product {
  flex: 1;
  text-align: center;
}

.gogyo_check_section .gogyo_result_label {
  display: inline-flex;
  margin: 0 0 clamp(18px, 2vw, 24px);
  padding: 5px 15px;
  border-radius: 999px;
  background-color: #d7d0c9;
  color: #80625E;
  letter-spacing: .05em;
  white-space: nowrap;
}

.gogyo_check_section .gogyo_result_product_img {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  aspect-ratio: 1 / 1;
}

.gogyo_check_section .gogyo_result_product_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gogyo_check_section .gogyo_result_tsubo {
  padding-top: clamp(10px, 1.5vw, 18px);
}

.gogyo_check_section .gogyo_result_tsubo p {
  margin: 0;
  color: #80625E;
  line-height: 1.8;
  letter-spacing: .08em;
}

.gogyo_check_section .gogyo_result_tsubo .mincho {
  color: #80625E;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.5;
}

.gogyo_check_section .gogyo_result_close_wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(35px, 4vw, 50px);
}

.gogyo_check_section .gogyo_result_close {
  display: flex;
  width: clamp(150px, 16vw, 190px);
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid #80625E;
  border-radius: 999px;
  background-color: transparent;
  cursor: pointer;
  transition:
    background-color .35s ease,
    border-color .35s ease;
}

.gogyo_check_section .gogyo_result_close p {
  margin: 0;
  color: #80625E;
  line-height: 1;
  letter-spacing: .08em;
  transition: color .35s ease;
}

.gogyo_check_section .gogyo_result_close:hover {
  background-color: #80625E;
  border-color: #80625E;
}

.gogyo_check_section .gogyo_result_close:hover p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .gogyo_check_section .gogyo_result_content {
    flex-direction: column;
    gap: 35px;
  }

  .gogyo_check_section .gogyo_result_products {
    width: 100%;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 576px) {
  .gogyo_check_section .gogyo_result_box {
    margin-top: 40px;
    padding-top: 32px;
  }

  .gogyo_check_section .gogyo_result_heading {
    margin-bottom: 28px;
  }

  .gogyo_check_section .gogyo_result_title {
    align-items: flex-start;
  }

  .gogyo_check_section .gogyo_result_products {
    flex-direction: column;
    max-width: 220px;
  }

  .gogyo_check_section .gogyo_result_label {
    margin-bottom: 14px;
  }

  .gogyo_check_section .gogyo_result_close {
    width: 100%;
    max-width: 190px;
  }
}
/* 初期状態は中身を閉じる */


.gogyo_check_section .gogyo_check_badge {
  cursor: pointer;
}

.gogyo_check_section .gogyo_check_badge::after {
  content: "+";
  position: absolute;
  right: clamp(18px, 3vw, 28px);
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.gogyo_check_section.is-open .gogyo_check_badge::after {
  content: "−";
}

.gogyo_check_section .gogyo_check_lead,
.gogyo_check_section .gogyo_check_grid,
.gogyo_check_section .gogyo_check_btn_wrap,
.gogyo_check_section .gogyo_result_box {
  display: none;
}

.gogyo_check_section.is-open .gogyo_check_lead,
.gogyo_check_section.is-open .gogyo_check_grid,

.gogyo_check_section.is-open .gogyo_check_btn_wrap {
  display: grid;
}

.gogyo_check_section.is-open .gogyo_check_lead {
  display: block;
}

.gogyo_check_section.is-open .gogyo_check_btn_wrap {
  display: flex;
}

.gogyo_check_section.is-open .gogyo_result_box.is-show {
  display: block;
}


/* 既存のこれがある場合は display: block; を消すか、上の指定より前に置く */
.gogyo_check_section .gogyo_result_box {
  margin-top: clamp(45px, 5vw, 70px);
  padding-top: clamp(35px, 4vw, 50px);
  border-top: 1px dotted rgba(128, 98, 94, .55);
}

.gogyo_check_section {
  position: relative;
  overflow: hidden;
  background-color: #F4EFED;
}

.gogyo_check_section .gogyo_check_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.gogyo_check_section .gogyo_check_box {
  position: relative;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  transition:
    padding .45s ease,
    border-radius .45s ease,
    background-color .45s ease;
}

.gogyo_check_section.is-open .gogyo_check_box {
  padding: clamp(70px, 7vw, 95px) clamp(45px, 6vw, 90px) clamp(55px, 6vw, 80px);
  border-radius: 8px;
  background-color: #FAFAFA;
}

.gogyo_check_section .gogyo_check_badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  width: min(360px, 60%);
  min-height: clamp(44px, 4vw, 56px);
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #80625E;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.gogyo_check_section .gogyo_check_badge::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: clamp(18px, 3vw, 28px);
  transform: translateY(-50%);
  color: #fff;
  font-family: "Noto Sans", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.gogyo_check_section.is-open .gogyo_check_badge::after {
  content: "−";
}

.gogyo_check_section .gogyo_check_badge p {
  margin: 0;
  color: #fff;
  letter-spacing: .12em;
}

.gogyo_check_section .gogyo_check_lead {
  margin: 0 0 clamp(42px, 5vw, 68px);
  color: #333;
  text-align: center;
  letter-spacing: .08em;
}

.gogyo_check_section .gogyo_check_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(55px, 6vw, 80px) clamp(60px, 8vw, 120px);
}

.gogyo_check_section .gogyo_check_group {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 2vw, 22px);
}

.gogyo_check_section .gogyo_check_mark {
  display: flex;
  width: clamp(48px, 4vw, 60px);
  aspect-ratio: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.gogyo_check_section .gogyo_check_mark p {
  margin: 0;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1;
  letter-spacing: .08em;
  cursor: pointer;
    margin-bottom: 2px;
    margin-left: 1px;
}

.gogyo_check_section .wood .gogyo_check_mark {
  background-color: #48B9A8;
}

.gogyo_check_section .fire .gogyo_check_mark {
  background-color: #E86D7D;
}

.gogyo_check_section .earth .gogyo_check_mark {
  background-color: #C99333;
}

.gogyo_check_section .metal .gogyo_check_mark {
  background-color: #D9D9D9;
}

.gogyo_check_section .metal .gogyo_check_mark p {
  color: #333;
}

.gogyo_check_section .water .gogyo_check_mark {
  background-color: #4D4D4D;
}

.gogyo_check_section .gogyo_check_list {
  display: grid;
  gap: clamp(10px, 1.3vw, 14px);
  padding-top: 4px;
}

.gogyo_check_section .check_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gogyo_check_section .check_item input {
  width: 16px;
  aspect-ratio: 1;
  margin: 0;
  flex-shrink: 0;
  appearance: none;
  border: 1px solid #cfcac5;
  background-color: #fff;
  cursor: pointer;
}

.gogyo_check_section .check_item input:checked {
  background-color: #80625E;
  box-shadow: inset 0 0 0 3px #fff;
}

.gogyo_check_section .check_item p {
  cursor: pointer;
}

.gogyo_check_section .gogyo_check_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gogyo_check_section .gogyo_check_image img {
  display: block;
  width: min(100%, 300px);
  height: auto;
}

.gogyo_check_section .gogyo_check_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(55px, 6vw, 80px);
  padding-top: clamp(35px, 4vw, 50px);
  border-top: 1px dotted rgba(128, 98, 94, .45);
}

.gogyo_check_section .gogyo_check_btn {
  display: flex;
  min-width: 170px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border: 1px solid #80625E;
  border-radius: 999px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color .35s ease, color .35s ease;
}

.gogyo_check_section .gogyo_check_btn p {
  margin: 0;
  color: #80625E;
  letter-spacing: .08em;
  transition: color .35s ease;
}

.gogyo_check_section .gogyo_check_btn:hover {
  background-color: #80625E;
}

.gogyo_check_section .gogyo_check_btn:hover p {
  color: #fff;
}

.gogyo_check_section .gogyo_result_box {
  display: block;
  margin-top: clamp(45px, 5vw, 70px);
  padding-top: clamp(35px, 4vw, 50px);
  border-top: 1px dotted rgba(128, 98, 94, .55);
}

.gogyo_check_section .gogyo_result_box.is-show {
  pointer-events: auto;
}

.gogyo_check_section .gogyo_result_inner {
  width: 100%;
}

.gogyo_check_section .gogyo_result_heading {
  margin: 0 0 clamp(32px, 4vw, 48px);
  color: #333;
  text-align: center;
  font-weight: 400;
  letter-spacing: .08em;
}

.gogyo_check_section .gogyo_result_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(45px, 6vw, 80px);
    width: 100%;
}
@media screen and (max-width: 1080px) {
  .gogyo_check_section .gogyo_result_content {
    flex-direction: column;
  }
}
.gogyo_check_section .gogyo_result_text {
  flex: 1;
  min-width: 0;
}

.gogyo_check_section .gogyo_result_title {
  display: flex;
  margin-bottom: clamp(18px, 2vw, 24px);
  align-items: center;
  gap: 12px;
}

.gogyo_check_section .gogyo_result_title > p {
  margin: 0;
  color: #48B9A8;
  letter-spacing: .08em;
}

.gogyo_check_section .gogyo_result_mark {
  display: flex;
  width: clamp(40px, 4vw, 48px);
  aspect-ratio: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #48B9A8;
}

.gogyo_check_section .gogyo_result_content:not(:last-of-type) {
  margin-bottom: 40px;
}

.gogyo_check_section .gogyo_result_content2 .gogyo_result_mark {
  background-color: #e25c69;
}

.gogyo_check_section .gogyo_result_content2 .gogyo_result_title > p {
  color: #e25c69;
}

.gogyo_check_section .gogyo_result_content3 .gogyo_result_mark {
  background-color: #bb7e45;
}

.gogyo_check_section .gogyo_result_content3 .gogyo_result_title > p {
  color: #bb7e45;
}

.gogyo_check_section .gogyo_result_content4 .gogyo_result_mark {
  background-color: #D9D9D9;
}

.gogyo_check_section .gogyo_result_content4 .gogyo_result_mark p {
  color: #333;
}

.gogyo_check_section .gogyo_result_content4 .gogyo_result_title > p {
  color: #333;
}

.gogyo_check_section .gogyo_result_content5 .gogyo_result_mark {
  background-color: #4D4D4D;
}

.gogyo_check_section .gogyo_result_content5 .gogyo_result_title > p {
  color: #4D4D4D;
}

/* accordion */
.gogyo_check_section .gogyo_check_lead,
.gogyo_check_section .gogyo_check_grid,
.gogyo_check_section .gogyo_check_btn_wrap,
.gogyo_check_section .gogyo_result_box {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top-color: transparent;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    max-height .65s ease,
    opacity .35s ease,
    margin .45s ease,
    padding .45s ease,
    border-color .45s ease;
}

.gogyo_check_section.is-open .gogyo_check_lead {
  max-height: 120px;
  margin-bottom: clamp(42px, 5vw, 68px);
  opacity: 1;
  pointer-events: auto;
}

.gogyo_check_section.is-open .gogyo_check_grid {
  max-height: 1800px;
  opacity: 1;
  pointer-events: auto;
}

.gogyo_check_section.is-open .gogyo_check_btn_wrap {
  max-height: 180px;
  margin-top: clamp(55px, 6vw, 80px);
  padding-top: clamp(35px, 4vw, 50px);
  border-top-color: rgba(128, 98, 94, .45);
  opacity: 1;
  pointer-events: auto;
}

.gogyo_check_section.is-open .gogyo_result_box.is-show {
  max-height: 2000px;
  margin-top: clamp(45px, 5vw, 70px);
  padding-top: clamp(35px, 4vw, 50px);
  border-top-color: rgba(128, 98, 94, .55);
  opacity: 1;
  pointer-events: auto;
}

body.gjs-dashed .gogyo_check_section .gogyo_check_box {
  position: relative;
  padding: clamp(70px, 7vw, 95px) clamp(45px, 6vw, 90px) clamp(55px, 6vw, 80px);
  border-radius: 8px;
  background-color: #FAFAFA;
}
body.gjs-dashed .gogyo_check_section .gogyo_check_lead,
body.gjs-dashed .gogyo_check_section .gogyo_check_grid,
body.gjs-dashed .gogyo_check_section .gogyo_check_btn_wrap {
  display: grid;
}
body.gjs-dashed .gogyo_check_section .gogyo_check_lead {
  display: block;
}
body.gjs-dashed .gogyo_check_section .gogyo_check_btn_wrap {
  display: flex;
}
body.gjs-dashed .gogyo_check_section .gogyo_result_box.is-show {
  display: block;
}
body.gjs-dashed .gogyo_check_section .gogyo_check_box {
  padding: clamp(70px, 7vw, 95px) clamp(45px, 6vw, 90px) clamp(55px, 6vw, 80px);
  border-radius: 8px;
  background-color: #FAFAFA;
}
body.gjs-dashed .gogyo_check_section .gogyo_check_lead {
  max-height: 120px;
  margin-bottom: clamp(42px, 5vw, 68px);
  opacity: 1;
  pointer-events: auto;
}

body.gjs-dashed .gogyo_check_section .gogyo_check_grid {
  max-height: 1800px;
  opacity: 1;
  pointer-events: auto;
}

body.gjs-dashed .gogyo_check_section .gogyo_check_btn_wrap {
  max-height: 180px;
  margin-top: clamp(55px, 6vw, 80px);
  padding-top: clamp(35px, 4vw, 50px);
  border-top-color: rgba(128, 98, 94, .45);
  opacity: 1;
  pointer-events: auto;
}

body.gjs-dashed .gogyo_check_section .gogyo_result_box {
  max-height: 2000px;
  margin-top: clamp(45px, 5vw, 70px);
  padding-top: clamp(35px, 4vw, 50px);
  border-top-color: rgba(128, 98, 94, .55);
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 900px) {
  .gogyo_check_section .gogyo_check_grid {
    gap: 45px 40px;
  }

  .gogyo_check_section.is-open .gogyo_check_box {
    padding-right: 35px;
    padding-left: 35px;
  }

  .gogyo_check_section.is-open .gogyo_check_grid {
    max-height: 2600px;
  }
}

@media screen and (max-width: 768px) {
  .gogyo_check_section .gogyo_check_grid {
    grid-template-columns: 1fr;
  }

  .gogyo_check_section .gogyo_check_group {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .gogyo_check_section .gogyo_check_image {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 576px) {
  .gogyo_check_section.is-open .gogyo_check_box {
    padding: 65px 22px 45px;
  }

  .gogyo_check_section .gogyo_check_badge {
    width: min(300px, 78%);
  }

  .gogyo_check_section .gogyo_check_group {
    gap: 12px;
  }

  .gogyo_check_section .gogyo_check_mark {

  }

  .gogyo_check_section .check_item {
    gap: 8px;
  }

  .gogyo_check_section .check_item input {
    width: 15px;
  }

  .gogyo_check_section .gogyo_check_btn {
    width: 100%;
    max-width: 220px;
  }

  .gogyo_check_section.is-open .gogyo_check_grid {
    max-height: 3200px;
  }
}
.gogyo_check_section .gogyo_check_btn:focus,
.gogyo_check_section .gogyo_check_btn:active {
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.gogyo_check_section .gogyo_check_btn:focus-visible {
  outline: none;
  box-shadow: none;
}
.gogyo_check_section .gogyo_check_btn {
  appearance: none;
  -webkit-appearance: none;
}


.menu_anchor_section {
  background-color: #F4EFED;
}

.menu_anchor_section .menu_anchor_list {
  display: grid;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 14px);
}

.menu_anchor_section .menu_anchor_item {
  position: relative;
  display: flex;
  min-height: clamp(150px, 13vw, 220px);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}

.menu_anchor_section .menu_anchor_img {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.menu_anchor_section .menu_anchor_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

/* 公開側だけオーバーレイを出す */
body.on .menu_anchor_section .menu_anchor_item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(80, 55, 48, .12) 0%,
      rgba(80, 55, 48, .38) 45%,
      rgba(80, 55, 48, .62) 100%
    );
}


.menu_anchor_section .menu_anchor_text {
  position: relative;
  z-index: 3;
  padding: 0 10px;
  text-align: center;
}

.menu_anchor_section .menu_anchor_en {
  margin: 0;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .04em;
  font-size: clamp(18px, 1.7vw, 28px);
  font-family: "Cormorant Infant", serif;
}
body:not(.on) .menu_anchor_section .menu_anchor_item::before {
  display: none;
}

body:not(.on) .menu_anchor_section .menu_anchor_text,
body:not(.on) .menu_anchor_section .menu_anchor_arrow {
  pointer-events: none;
}

body:not(.on) .menu_anchor_section .menu_anchor_img {
  z-index: 5;
  pointer-events: auto;
}

body:not(.on) .menu_anchor_section .menu_anchor_img img {
  pointer-events: auto;
}
.menu_anchor_section .menu_anchor_jp {
  margin: clamp(4px, .6vw, 8px) 0 0;
  color: #fff;
  line-height: 1.4;
  letter-spacing: .08em;
  font-size: clamp(12px, 1vw, 15px);
}

.menu_anchor_section .menu_anchor_arrow {
  position: absolute;
  bottom: clamp(16px, 1.5vw, 24px);
  left: 50%;
  z-index: 3;
  display: flex;
  width: clamp(24px, 2.2vw, 30px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  transition: transform .35s ease;
}

.menu_anchor_section .menu_anchor_arrow span {
  width: 7px;
  height: 7px;
  border-right: 1px solid #80625E;
  border-bottom: 1px solid #80625E;
  transform: translateY(-2px) rotate(45deg);
}

.menu_anchor_section .menu_anchor_item:hover .menu_anchor_img img {
  transform: scale(1.06);
}

.menu_anchor_section .menu_anchor_item:hover .menu_anchor_arrow {
  transform: translate(-50%, 5px);
}

@media screen and (max-width: 1080px) {
  .menu_anchor_section .menu_anchor_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .menu_anchor_section .menu_anchor_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu_anchor_section .menu_anchor_item {
    min-height: 160px;
  }
}

@media screen and (max-width: 576px) {
  .menu_anchor_section .menu_anchor_list {
    grid-template-columns: 1fr;
  }

  .menu_anchor_section .menu_anchor_item {
    min-height: 150px;
  }
}
.menu_detail_section {
  position: relative;
  overflow: hidden;
  background-color: #F4EFED;
}

.menu_detail_section .menu_detail_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.menu_detail_section .menu_detail_head {
  margin-bottom: clamp(24px, 3vw, 36px);
}

.menu_detail_section .menu_detail_en {
  margin: 0 0 clamp(8px, 1vw, 12px);
  color: #80625E;
  line-height: 1;
  letter-spacing: .03em;
  font-weight: 400;
}

.menu_detail_section .menu_detail_sub {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}

.menu_detail_section .menu_detail_lead {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

/* cate3 Order Made */
.ordermade_section .ordermade_block {
  display: flex;
  padding-bottom: clamp(45px, 5vw, 65px);
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(60px, 8vw, 120px);
  border-bottom: 1px solid rgba(128, 98, 94, .25);
}

.ordermade_section .ordermade_text {
  width: min(50%, 560px);
}

.ordermade_section .ordermade_menu {
  margin-top: clamp(45px, 5vw, 65px);
}

.ordermade_section .ordermade_menu > p {
  margin: 0 0 clamp(45px, 5vw, 60px);
  color: #333;
  font-weight: 400;
  letter-spacing: .08em;
}

.ordermade_section .ordermade_note {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

.ordermade_section .ordermade_side {
  width: min(42%, 480px);
  flex-shrink: 0;
}

.ordermade_section .ordermade_img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1.55 / 1;
}

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

.ordermade_section .ordermade_price {
  margin-top: clamp(32px, 4vw, 48px);
}

.ordermade_section .ordermade_price_row {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: clamp(8px, 1vw, 14px);
  margin-bottom: 16px;
}

.ordermade_section .ordermade_price_row:last-child {
  margin-bottom: 0;
}

.ordermade_section .ordermade_price_row p {
  margin: 0;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1;
  letter-spacing: .04em;
  white-space: nowrap;
}

/* cate4 Improve Your Constitution */
.constitution_menu_section .constitution_menu_head {
  display: flex;
  margin-bottom: clamp(35px, 5vw, 60px);
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(45px, 6vw, 80px);
}

.constitution_menu_section .constitution_menu_title {
  flex: 1;
  min-width: 0;
}

.constitution_menu_section .constitution_menu_img {
  width: min(40%, 430px);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1.55 / 1;
}

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

.constitution_menu_section .constitution_menu_list {
  width: 100%;
}

.constitution_menu_section .constitution_menu_item {
  display: flex;
  padding: clamp(22px, 2.8vw, 32px) 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(35px, 5vw, 70px);
  border-bottom: 1px solid rgba(128, 98, 94, .18);
}

.constitution_menu_section .constitution_menu_item:first-child {
  border-top: 1px solid rgba(128, 98, 94, .18);
}

.constitution_menu_section .constitution_menu_text {
  flex: 1;
  min-width: 0;
}

.constitution_menu_section .constitution_menu_name {
  margin: 0 0 clamp(10px, 1.2vw, 14px);
  color: #333;
  letter-spacing: .08em;
        font-size: clamp(20px, 2vw, 22px)!important;
}

.constitution_menu_section .constitution_menu_desc {
  margin: 0;
  color: #333;
  line-height: 1.9;
  letter-spacing: .05em;
}

.constitution_menu_section .constitution_menu_price {
  display: flex;
  min-width: clamp(170px, 20vw, 240px);
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #80625E;
  text-align: right;
}

.constitution_menu_section .constitution_menu_price p {
  margin: 0;
  color: #80625E;
  line-height: 1;
  letter-spacing: .04em;
}
.constitution_menu_price p:nth-of-type(2) {
  color: #80625E;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: .06em;
}


.constitution_menu_section .constitution_menu_price span {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #d9d2cc;
  color: #80625E;
  line-height: 1;
  white-space: nowrap;
}

.constitution_menu_section .constitution_menu_item.simple {
  align-items: center;
}

.constitution_menu_section .constitution_menu_item.simple .constitution_menu_name {
  margin-bottom: 0;
}

.constitution_menu_section .constitution_menu_item.yamato {
  padding-bottom: clamp(28px, 4vw, 44px);
}

.constitution_menu_section .constitution_option_box {
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(28px, 3vw, 38px) clamp(30px, 5vw, 55px);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, .78);
}

.constitution_menu_section .constitution_option_head {
  display: flex;
  margin-bottom: clamp(22px, 2.5vw, 30px);
  padding-bottom: clamp(14px, 1.8vw, 20px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(128, 98, 94, .22);
}

.constitution_menu_section .constitution_option_head p {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
      font-size: clamp(20px, 2vw, 22px)!important;
}

.constitution_menu_section .constitution_option_list {
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
}

.constitution_menu_section .constitution_option_list p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

.constitution_menu_section .constitution_option_list span {
  display: inline-block;
  margin: 0 8px;
  color: #80625E;
}

.constitution_menu_section .constitution_option_list em {
  display: inline-flex;
  margin-left: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background-color: #d9d2cc;
  color: #80625E;
  font-style: normal;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .ordermade_section .ordermade_block,
  .constitution_menu_section .constitution_menu_head {
    flex-direction: column;
    gap: 35px;
  }

  .ordermade_section .ordermade_text,
  .ordermade_section .ordermade_side,
  .constitution_menu_section .constitution_menu_img {
    width: 100%;
  }

  .ordermade_section .ordermade_side,
  .constitution_menu_section .constitution_menu_img {
    max-width: 520px;
  }

  .ordermade_section .ordermade_price_row {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .constitution_menu_section .constitution_menu_item {
    flex-direction: column;
    gap: 14px;
  }

  .constitution_menu_section .constitution_menu_price {
    min-width: 0;
    justify-content: flex-start;
    text-align: left;
  }

  .constitution_menu_section .constitution_option_head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .menu_detail_section .menu_detail_head {
    margin-bottom: 24px;
  }

  .ordermade_section .ordermade_menu {
    margin-top: 38px;
  }

  .ordermade_section .ordermade_menu > p {
    margin-bottom: 35px;
  }

  .ordermade_section .ordermade_price_row p {
  
  }

  .constitution_menu_section .constitution_option_box {
    padding: 25px 20px;
  }

  .constitution_menu_section .constitution_menu_price {
    flex-wrap: wrap;
  }
}
.constitution_menu_section .constitution_menu_tag {
  display: inline-flex;
  margin: 0;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #d9d2cc;
  color: #80625E;
  line-height: 1;
  white-space: nowrap;
}

.constitution_menu_section .constitution_option_list {
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
}

.constitution_menu_section .constitution_option_item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.constitution_menu_section .constitution_option_item p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

.constitution_menu_section .constitution_option_item p:nth-child(2) {
  color: #80625E;
}

.constitution_menu_section .constitution_option_tag {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background-color: #d9d2cc;
  color: #80625E !important;
  line-height: 1;
}
.menu_detail_section {
  position: relative;
  overflow: hidden;
  background-color: #F4EFED;
}

.menu_detail_section .menu_detail_inner {
  width: 100%;
  margin: 0 auto;
}

.menu_detail_section .menu_detail_head {
  margin-bottom: clamp(24px, 3vw, 36px);
}

.menu_detail_section .menu_detail_en {
  margin: 0 0 clamp(8px, 1vw, 12px);
  color: #80625E;
  line-height: 1;
  letter-spacing: .03em;
  font-weight: 400;
}

.menu_detail_section .menu_detail_sub {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}

.menu_detail_section .menu_detail_lead {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

/* cate3 Order Made */
.ordermade_section .ordermade_block {
  display: flex;
  padding-bottom: clamp(45px, 5vw, 65px);
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(60px, 8vw, 120px);
  border-bottom: 1px solid rgba(128, 98, 94, .25);
}

.ordermade_section .ordermade_text {
  width: min(50%, 560px);
}

.ordermade_section .ordermade_menu {
  margin-top: clamp(45px, 5vw, 65px);
}

.ordermade_section .ordermade_menu > p {
  margin: 0 0 clamp(45px, 5vw, 60px);
  color: #333;
  font-weight: 400;
  letter-spacing: .08em;
}

.ordermade_section .ordermade_note {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

.ordermade_section .ordermade_side {
  width: min(42%, 480px);
  flex-shrink: 0;
}

.ordermade_section .ordermade_img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1.55 / 1;
}

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

.ordermade_section .ordermade_price {
  margin-top: clamp(32px, 4vw, 48px);
}

.ordermade_section .ordermade_price_row {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: clamp(14px, 1.8vw, 24px);
  margin-bottom: 20px;
}

.ordermade_section .ordermade_price_row:last-child {
  margin-bottom: 0;
}

.ordermade_section .ordermade_price_row p {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}
.ordermade_section .ordermade_price {
  margin-top: clamp(32px, 4vw, 48px);
}

.ordermade_section .ordermade_price_row {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: clamp(14px, 1.8vw, 24px);
  margin-bottom: 20px;
}

.ordermade_section .ordermade_price_row:last-child {
  margin-bottom: 0;
}

.ordermade_section .ordermade_price_row p {
  margin: 0;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
}

.ordermade_section .ordermade_time,
.ordermade_section .ordermade_slash {
  color: #333;
}

.ordermade_section .ordermade_amount {
  color: #80625E!important;
  letter-spacing: .06em;
     font-family: "Noto Sans", "Noto Sans JP", sans-serif!important;
}

@media screen and (max-width: 900px) {
  .ordermade_section .ordermade_price_row {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 576px) {
  .ordermade_section .ordermade_price_row {
    gap: 12px;
  }

  .ordermade_section .ordermade_price_row p {
  }
}

.ordermade_section .ordermade_time
{
}


.ordermade_section .ordermade_slash {

}

.ordermade_section .ordermade_amount {
  color: #80625E;
  letter-spacing: .06em;
}

/* cate4 Improve Your Constitution */
.constitution_menu_section .constitution_menu_head {
  display: flex;
  margin-bottom: clamp(35px, 5vw, 60px);
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(45px, 6vw, 80px);
}

.constitution_menu_section .constitution_menu_title {
  flex: 1;
  min-width: 0;
}

.constitution_menu_section .constitution_menu_img {
  width: min(40%, 430px);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1.55 / 1;
}

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

.constitution_menu_section .constitution_menu_list {
  width: 100%;
}

.constitution_menu_section .constitution_menu_item {
  display: flex;
  padding: clamp(22px, 2.8vw, 32px) 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(35px, 5vw, 70px);
  border-bottom: 1px solid rgba(128, 98, 94, .18);
}

.constitution_menu_section .constitution_menu_item:first-child {
  border-top: 1px solid rgba(128, 98, 94, .18);
}

.constitution_menu_section .constitution_menu_text {
  flex: 1;
  min-width: 0;
}

.constitution_menu_section .constitution_menu_name {
  margin: 0 0 clamp(10px, 1.2vw, 14px);
  color: #333;
  letter-spacing: .08em;
}

.constitution_menu_section .constitution_menu_desc {
  margin: 0;
  color: #333;
  line-height: 1.9;
  letter-spacing: .05em;
}

.constitution_menu_section .constitution_menu_price {
  display: flex;
  min-width: clamp(170px, 20vw, 240px);
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #80625E;
  text-align: right;
}

.constitution_menu_section .constitution_menu_price > p:first-child {
  margin: 0;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1;
  letter-spacing: .04em;
}

.constitution_menu_section .constitution_menu_tag {
  display: inline-flex;
  margin: 0;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #d9d2cc;
  color: #80625E;
  line-height: 1;
  white-space: nowrap;
}

.constitution_menu_section .constitution_menu_item.simple {
  align-items: center;
    
justify-content: flex-start;
            flex-direction: row;
    flex-wrap: wrap;
}

.constitution_menu_section .constitution_menu_item.simple .constitution_menu_name {
  margin-bottom: 0;
    white-space: nowrap;
}
@media screen and (max-width:768px) {
  .constitution_menu_section .constitution_menu_item.simple {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .constitution_menu_section .constitution_menu_item.simple .constitution_menu_name {
    margin-bottom: 8px;
    white-space: normal;
  }
}

.constitution_menu_section .constitution_menu_item.yamato {
  padding-bottom: clamp(28px, 4vw, 44px);
}

.constitution_menu_section .constitution_option_box {
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(28px, 3vw, 38px) clamp(30px, 5vw, 55px);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, .78);
}

.constitution_menu_section .constitution_option_head {
  display: flex;
  margin-bottom: clamp(22px, 2.5vw, 30px);
  padding-bottom: clamp(14px, 1.8vw, 20px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(128, 98, 94, .22);
}

.constitution_menu_section .constitution_option_head p {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}
.constitution_menu_section .constitution_option_head p:nth-of-type(2) {
  color: #80625E;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif !important;
  font-size: clamp(20px, 2vw, 26px);
  letter-spacing: .06em;
}
.constitution_menu_section .constitution_option_list {
  display: grid;
  gap: clamp(12px, 1.5vw, 18px);
}

.constitution_menu_section .constitution_option_item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.constitution_menu_section .constitution_option_item p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}

.constitution_menu_section .constitution_option_item p:nth-child(2) {
  color: #80625E;
}

.constitution_menu_section .constitution_option_tag {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background-color: #d9d2cc;
  color: #80625E !important;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .ordermade_section .ordermade_block,
  .constitution_menu_section .constitution_menu_head {
    flex-direction: column;
    gap: 35px;
  }

  .ordermade_section .ordermade_text,
  .ordermade_section .ordermade_side,
  .constitution_menu_section .constitution_menu_img {
    width: 100%;
  }

  .ordermade_section .ordermade_side,
  .constitution_menu_section .constitution_menu_img {
    max-width: 520px;
  }

  .ordermade_section .ordermade_price_row {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .constitution_menu_section .constitution_menu_item {
    flex-direction: column;
    gap: 14px;
  }

  .constitution_menu_section .constitution_menu_price {
    min-width: 0;
    justify-content: flex-start;
    text-align: left;
  }

  .constitution_menu_section .constitution_option_head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  .menu_detail_section .menu_detail_head {
    margin-bottom: 24px;
  }

  .ordermade_section .ordermade_menu {
    margin-top: 38px;
  }

  .ordermade_section .ordermade_menu > p {
    margin-bottom: 35px;
  }

  .ordermade_section .ordermade_price_row {
    gap: 12px;
  }



  .constitution_menu_section .constitution_option_box {
    padding: 25px 20px;
  }

  .constitution_menu_section .constitution_menu_price {
    flex-wrap: wrap;
  }
}

.fullmenu_main {
  background: #f7f3f1;
}
.fullmenu_width {
  width: 1140px;
  margin: 0 auto;
}
.fullmenu_title p {
  margin: 0;
  color: var(--rose);
  font-family: "Cormorant Infant", serif;
  font-size: 54px;
  line-height: 44px;
}
.fullmenu_title h2 {
  margin: 11px 0 0 15px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 39.4px;
}
.menu_diagnosis {
  padding: 100px 0 0;
}
.menu_diagnosis .fullmenu_width {
  padding: 60px 70px 70px;
  background: #fff;
}
.menu_diagnosis_head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}
.menu_diagnosis_en {
  margin: 0;
  color: var(--rose);
  font-family: "Cormorant Infant", serif;
  font-size: 28px;
  line-height: 1;
}
.menu_diagnosis_head h2 {
  margin: 10px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}
.menu_diagnosis_caption {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 29px;
}
.menu_diagnosis_actions {
  display: flex;
  gap: 12px;
}
.menu_diagnosis_actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 40px;
  border: 1px solid #ccbdb4;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
}
.menu_diagnosis_result {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 50px;
  margin-top: 40px;
}
.menu_diagnosis_label {
  margin: 0;
  color: var(--rose);
  font-family: "Cormorant Infant", serif;
  font-size: 22px;
}
.menu_diagnosis_left h3 {
  margin: 10px 0 18px;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
}
.menu_diagnosis_left > p:last-of-type {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
}
.menu_elements {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}
.menu_elements > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #efe7e2;
  color: #80625e;
}
.menu_elements > div p {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
}
.menu_elements > div.is-active {
  background: #80625e;
  color: #fff;
}
.menu_diagnosis_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.menu_oil_block, .menu_tsubo_block {
  padding: 28px;
  background: #f7f3f1;
}
.menu_info_title {
  margin: 0 0 18px;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 1.6;
}
.menu_oils {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.menu_oils div, .menu_tsubo_items div {
  padding: 16px 12px;
  background: #fff;
  text-align: center;
}
.menu_oils h4, .menu_tsubo_items h4 {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 400;
}
.menu_oils p, .menu_tsubo_items p {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.8;
}
.menu_tsubo_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.menu_diagnosis_right img {
  width: 100%;
  height: auto;
}
.menu_checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 22px;
}
.menu_checks > div {
  padding: 18px;
  background: #f7f3f1;
}
.menu_checks p {
  position: relative;
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.9;
}
.menu_checks p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "□";
}
.fullmenu_anchor_nav {
  padding: 100px 0 0;
}
.fullmenu_anchor_nav .fullmenu_width {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.fullmenu_anchor_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  border: 1px solid #d8ccc5;
  background: #fff;
  text-align: center;
  font-family: "Cormorant Infant", serif;
  font-size: 22px;
  line-height: 1.4;
}
.fullmenu_anchor_nav a br + * {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.fullmenu_order {
  margin-top: 100px;
  padding: 95px 0 90px;
  background: #fff;
}
.fullmenu_lead {
  width: 790px;
  margin: 35px 0 0;
  font-size: 16px;
  line-height: 29px;
}
.fullmenu_order_images {
  display: grid;
  grid-template-columns: repeat(4, 278px);
  gap: 9px;
  margin-top: 70px;
}
.fullmenu_order_images img {
  width: 278px;
  height: 430px;
  object-fit: cover;
}
.fullmenu_price_row {
  display: flex;
  justify-content: center;
  gap: 140px;
  width: 780px;
  margin: 60px auto 0;
  padding: 30px 0;
  border-top: 1px solid #d9d1cc;
  border-bottom: 1px solid #d9d1cc;
  text-align: center;
}
.fullmenu_price_row p {
  margin: 0;
  font-size: 15px;
}
.fullmenu_price_row h3 {
  margin: 5px 0 0;
  color: var(--rose);
  font-family: "Cormorant Infant", serif;
  font-size: 34px;
  font-weight: 500;
}
.fullmenu_note {
  margin: 22px 0 0;
  text-align: center;
  font-size: 13px;
}
.fullmenu_block.fullmenu_constitution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  background: #f5efeb;
}
.fullmenu_block_img {
  overflow: hidden;
}
.fullmenu_block_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullmenu_block_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 65px 80px;
}
.fullmenu_block_text > p:first-child {
  margin: 0;
  color: var(--rose);
  font-family: "Cormorant Infant", serif;
  font-size: 35px;
  line-height: 44px;
}
.fullmenu_block_text h2 {
  margin: 8px 0 20px;
  font-family: "Zen Old Mincho", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 39.4px;
}
.fullmenu_block_text > p:nth-of-type(2) {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
}
.fullmenu_lines {
  margin-top: 25px;
  border-top: 1px solid #d8ccc5;
}
.fullmenu_lines > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #d8ccc5;
}
.fullmenu_lines p {
  margin: 0;
  font-size: 13px;
  line-height: 23px;
}
.fullmenu_lines .meta_text {
  color: var(--rose);
}
.fullmenu_option_rows {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #d8ccc5;
}
.fullmenu_option_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.fullmenu_option_head h3, .fullmenu_option_head p {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.fullmenu_option_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.fullmenu_option_grid p {
  margin: 0;
  padding: 12px 14px;
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.fullmenu_category {
  margin-top: 95px;
  padding: 95px 0;
  background: #fff;
}
.fullmenu_feature {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 70px;
  align-items: center;
  margin-top: 70px;
}
.fullmenu_feature > div:first-child {
  width: 460px;
  height: 294px;
  overflow: hidden;
}
.fullmenu_feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullmenu_feature h3, .fullmenu_sub h3, .fullmenu_panel_title h3, .fullmenu_body_card h3 {
  margin: 0 0 18px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}
.fullmenu_feature > div > p, .fullmenu_sub > p, .fullmenu_body_desc {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
}
.fullmenu_menu_panel {
  margin-top: 60px;
  padding: 34px 40px;
  background: #f7f3f1;
}
.fullmenu_panel_title h3 {
  margin-bottom: 24px;
}
.fullmenu_detail_rows {
  border-top: 1px solid #d8ccc5;
}
.fullmenu_detail_rows > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #d8ccc5;
}
.fullmenu_detail_rows p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}
.fullmenu_detail_rows .meta_text {
  color: var(--rose);
}
.fullmenu_subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 60px;
}
.fullmenu_sub {
  padding: 0 0 35px;
  background: #f7f3f1;
}
.fullmenu_sub img {
  width: 100%;
  height: 294px;
  margin-bottom: 28px;
  object-fit: cover;
}
.fullmenu_sub h3, .fullmenu_sub p, .fullmenu_sub .fullmenu_lines {
  margin-right: 35px;
  margin-left: 35px;
}
.fullmenu_sub .fullmenu_lines + p {
  margin-top: 18px;
}
.fullmenu_price {
  margin-top: 18px !important;
  color: var(--rose);
  font-family: "Cormorant Infant", serif;
  font-size: 28px !important;
  line-height: 1.3;
}
.fullmenu_facial_options {
  margin-top: 40px;
}
.fullmenu_category.fullmenu_body {
  background: #eee5df;
}
.fullmenu_body_sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 60px;
}
.fullmenu_body_card {
  padding: 34px 34px 38px;
  background: rgba(255, 255, 255, .78);
}
.fullmenu_body_label {
  margin: 0 0 12px;
  color: #80625e;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 1.6;
}
.fullmenu_body_desc {
  margin-top: 20px;
}
.fullmenu_body_list {
  margin-top: 60px;
}
.fullmenu_body_row {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 40px;
  align-items: start;
}
.fullmenu_body_row + .fullmenu_body_row {
  margin-top: 55px;
}
.fullmenu_body_side img {
  display: block;
  width: 460px;
  height: 294px;
  margin-top: 20px;
  object-fit: cover;
}
.fullmenu_body_content {
  padding-top: 60px;
}
.fullmenu_body_content h3 {
  margin: 0 0 15px;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 42px;
}
.fullmenu_body_content h3:not(:first-child) {
  margin-top: 16px;
}
.fullmenu_body_price_list {
  border-top: 1px solid #d8ccc5;
}
.fullmenu_body_price_list > div {
  display: grid;
  grid-template-columns: 1fr 135px;
  gap: 20px;
  padding: 8px 0;
  border-bottom: 1px solid #d8ccc5;
}
.fullmenu_body_price_list p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}
.fullmenu_body_price_list .meta_text {
  color: var(--rose);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
}
.fullmenu_body_price_single {
  margin-top: 0;
}
.fullmenu_body_content .fullmenu_body_desc {
  margin-top: 12px;
  line-height: 24px;
}
.fullmenu_body_content .fullmenu_body_option_grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 18px;
  margin-top: 14px;
}
.fullmenu_body_content .fullmenu_body_option_grid p {
  padding: 0;
  background: transparent;
  font-size: 13px;
  line-height: 20px;
}
.fullmenu_body_option_panel {
  margin-top: 64px;
  padding: 30px 40px;
  background: rgba(255, 255, 255, .78);
}
.fullmenu_note_list {
  margin-top: 18px;
}
.fullmenu_note_list p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}
.fullmenu_body_option_grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}
.fullmenu_body_subgrid .fullmenu_sub {
  background: rgba(255, 255, 255, .72);
}
.fullmenu_body_subgrid .fullmenu_sub img {
  height: 320px;
}
.fullmenu_faq {
  margin-top: 0;
  padding: 50px 0 173px;
  background: #fff;
}
.fullmenu_title + .faq_item {
  margin-top: 29px;
}
.faq_item {
  position: relative;
  margin-top: 24px;
  padding: 0;
  background: #fff;
}
.faq_item h3 {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 47px;
  margin: 0;
  padding: 0 70px 0 374px;
  border-top: 1px solid #d8ccc5;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.6px;
  letter-spacing: .08em;
}
.faq_item h3::before {
  position: absolute;
  top: 7px;
  left: 0;
  margin: 0;
  color: #010000;
  font-family: "Cormorant Infant", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .2em;
  content: "Q";
}
.faq_item h3::after {
  position: absolute;
  top: 22px;
  right: 0;
  width: 15px;
  height: 1px;
  background: #555;
  content: "";
}
.faq_item > p {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 105px;
  margin: 16px 0 0;
  padding: 25px 30px;
  border-radius: 8px;
  background: #edece8;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .02em;
}
.faq_answer_81 > p {
  min-height: 81px;
}
.faq_answer_105 > p {
  min-height: 105px;
}
.faq_answer_129 > p {
  min-height: 129px;
}
.faq_answer_162 > p {
  min-height: 92px;
  border-radius: 8px 8px 0 0;
}
.faq_item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 196px;
  height: 37px;
  margin: -62px 0 25px 30px;
  border: 1px solid var(--rose);
  border-radius: 18.5px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
}
.faq_item > a p {
  margin: 0;
  color: inherit;
}
.fullmenu_main > .lower_cta {
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .fullmenu_width {
    width: 330px;
  }
  .menu_diagnosis {
    padding-top: 80px;
  }
  .menu_diagnosis .fullmenu_width {
    padding: 0;
    background: transparent;
  }
  .menu_diagnosis_head {
    display: block;
  }
  .menu_diagnosis_en, .menu_diagnosis_caption, .menu_diagnosis_actions, .menu_diagnosis_result {
    display: none;
  }
  .menu_diagnosis_head h2 {
    margin: 0;
    font-size: 18px;
    line-height: 46.6px;
  }
  .menu_diagnosis_actions {
    margin-top: 24px;
  }
  .menu_diagnosis_actions a {
    width: calc(50% - 6px);
  }
  .menu_diagnosis_result {
    display: none;
    margin-top: 30px;
  }
  .menu_elements {
    gap: 8px;
    justify-content: space-between;
  }
  .menu_elements > div {
    width: 56px;
    height: 56px;
  }
  .menu_elements > div p {
    font-size: 20px;
  }
  .menu_diagnosis_grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .menu_oils {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu_checks {
    grid-template-columns: 1fr;
  }
  .fullmenu_anchor_nav {
    display: none;
    padding-top: 80px;
  }
  .fullmenu_anchor_nav .fullmenu_width {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .fullmenu_anchor_nav a {
    min-height: 72px;
    font-size: 20px;
  }
  .fullmenu_order {
    margin-top: 80px;
    padding: 80px 0;
  }
  .fullmenu_title p {
    font-size: 48px;
  }
  .fullmenu_title h2 {
    font-size: 18px;
  }
  .fullmenu_lead {
    width: 330px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 23px;
  }
  .fullmenu_order_images {
    grid-template-columns: repeat(2, 161px);
    gap: 8px;
    margin-top: 35px;
  }
  .fullmenu_order_images img {
    width: 161px;
    height: 185px;
  }
  .fullmenu_price_row {
    gap: 35px;
    width: 330px;
    margin-top: 30px;
    padding: 20px 0;
  }
  .fullmenu_price_row h3 {
    font-size: 27px;
  }
  .fullmenu_note {
    font-size: 11px;
  }
  .fullmenu_block.fullmenu_constitution {
    display: block;
    box-sizing: border-box;
    min-height: 2784px;
    margin-top: 80px;
  }
  .fullmenu_block_img {
    width: 390px;
    height: 300px;
    margin-left: -30px;
  }
  .fullmenu_block_text {
    padding: 60px 30px;
  }
  .fullmenu_block_text > p:first-child {
    font-size: 32px;
  }
  .fullmenu_block_text > p:nth-of-type(2) {
    font-size: 14px;
    line-height: 26px;
  }
  .fullmenu_option_grid {
    grid-template-columns: 1fr 1fr;
  }
  .fullmenu_category {
    margin-top: 80px;
    padding: 80px 0;
  }
  .fullmenu_category#facial {
    box-sizing: border-box;
    min-height: 3456px;
  }
  .fullmenu_feature {
    display: block;
    margin-top: 55px;
  }
  .fullmenu_feature > div:first-child {
    width: 330px;
    height: 220px;
  }
  .fullmenu_feature > div:last-child {
    padding-top: 30px;
  }
  .fullmenu_feature h3, .fullmenu_sub h3, .fullmenu_panel_title h3, .fullmenu_body_card h3 {
    font-size: 21px;
    line-height: 37px;
  }
  .fullmenu_feature > div > p, .fullmenu_sub > p, .fullmenu_body_desc {
    font-size: 14px;
    line-height: 26px;
  }
  .fullmenu_menu_panel {
    padding: 28px 20px;
  }
  .fullmenu_subgrid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 45px;
  }
  .fullmenu_sub img {
    height: 220px;
  }
  .fullmenu_sub h3, .fullmenu_sub p, .fullmenu_sub .fullmenu_lines {
    margin-right: 20px;
    margin-left: 20px;
  }
  .fullmenu_body_sections {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fullmenu_body_card {
    padding: 28px 20px;
  }
  .fullmenu_body_list {
    margin-top: 45px;
  }
  .fullmenu_body_row {
    display: block;
  }
  .fullmenu_body_row + .fullmenu_body_row {
    margin-top: 48px;
  }
  .fullmenu_body_side img {
    width: 330px;
    height: 220px;
    margin-top: 18px;
  }
  .fullmenu_body_label {
    font-size: 21px;
    line-height: 37px;
  }
  .fullmenu_body_content {
    padding-top: 24px;
  }
  .fullmenu_body_content h3 {
    font-size: 21px;
    line-height: 37px;
  }
  .fullmenu_body_price_list > div {
    grid-template-columns: 1fr 105px;
    gap: 15px;
  }
  .fullmenu_body_price_list p {
    font-size: 14px;
    line-height: 24px;
  }
  .fullmenu_body_price_list .meta_text {
    font-size: 18px;
    line-height: 28px;
  }
  .fullmenu_body_option_panel {
    margin-top: 48px;
    padding: 28px 20px;
  }
  .fullmenu_body_option_grid {
    grid-template-columns: 1fr;
  }
  .fullmenu_body_subgrid .fullmenu_sub img {
    height: 220px;
  }
  .fullmenu_faq {
    margin-top: 80px;
    padding: 80px 0 228px;
  }
  .fullmenu_title + .faq_item {
    margin-top: 35px;
  }
  .faq_item {
    margin-top: 28px;
    padding: 0;
  }
  .faq_item h3 {
    min-height: auto;
    padding: 0 35px 0 42px;
    font-size: 17px;
    line-height: 29px;
  }
  .faq_item h3::before {
    top: 0;
    left: 0;
    font-size: 28px;
  }
  .faq_item h3::after {
    top: 15px;
  }
  .faq_item > p {
    display: block;
    min-height: auto;
    margin-top: 18px;
    padding: 25px;
    font-size: 14px;
    line-height: 25px;
  }
  .faq_answer_81 > p, .faq_answer_105 > p, .faq_answer_129 > p, .faq_answer_162 > p {
    min-height: auto;
  }
  .faq_item > a {
    width: 196px;
    margin: -10px 0 18px 25px;
  }
  .fullmenu_main > .lower_cta {
    margin-top: -150px;
  }
}