@charset "utf-8";
.voice_section {
  position: relative;
  overflow: hidden;
  background-color: #F4EFED;
  border-top: 1px solid #80625E;
  border-bottom: 1px solid #80625E;
}
.voice_section .voice_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.voice_section .voice_head {
  display: flex;
  margin-bottom: clamp(38px, 6vw, 64px);
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.voice_section .voice_en {
  margin: 0 0 clamp(8px, 1vw, 12px);
  line-height: 1;
  letter-spacing: .02em;
}
.voice_section .voice_title {
  margin: 0;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}
.voice_section .voice_more {
  display: inline-flex;
  min-width: 115px;
  min-height: 32px;
  padding: 6px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #80625E;
  border-radius: 999px;
  color: #80625E;
  text-decoration: none;
  transition: color .35s ease, background-color .35s ease, transform .35s ease;
}
.voice_section .voice_more:hover {
  color: #fff;
  background-color: #80625E;
  transform: translateY(-2px);
}
.voice_section .voice_more p {
  margin: 0;
  color: inherit;
  line-height: 1.4;
  letter-spacing: .12em;
}
.voice_section .voice_slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: visible;
  cursor: grab;
}
.voice_section .voice_slider:active {
  cursor: grabbing;
}
.voice_section .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: linear;
  gap: clamp(22px, 3vw, 34px);
}
.voice_section .voice_item {
  display: flex;
  width: clamp(650px, 58vw, 820px);
  align-items: flex-start;
  gap: clamp(22px, 3vw, 34px);
}
.voice_section .voice_icon {
  width: clamp(72px, 7vw, 90px);
  aspect-ratio: 1;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #D6A36E;
  border-radius: 50%;
  background-color: #fff;
}
.voice_section .voice_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice_section .voice_card {
  position: relative;
  min-height: clamp(150px, 13vw, 190px);
  padding: clamp(25px, 3vw, 34px) clamp(30px, 4vw, 46px);
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(128, 98, 94, .12);
}
.voice_section .voice_name {
  margin: 0 0 clamp(14px, 1.7vw, 20px);
  line-height: 1.5;
  letter-spacing: .08em;
}
.voice_section .voice_text {
  display: -webkit-box;
  margin: 0;
  color: #333;
  letter-spacing: .05em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.voice_section .voice_read {
  display: flex;
  width: fit-content;
  margin-top: clamp(12px, 1.5vw, 18px);
  margin-left: auto;
  align-items: center;
  gap: 8px;
  color: #333;
  text-decoration: none;
}
.voice_section .voice_read p {
  margin: 0;
  color: #333;
  line-height: 1.4;
  letter-spacing: .08em;
}
.voice_section .voice_read_icon {
  display: flex;
  width: 22px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(128, 98, 94, .45);
  border-radius: 50%;
  transition: transform .35s ease;
}
.voice_section .voice_read_icon img {
  display: block;
  width: 7px;
  height: auto;
}
.voice_section .voice_read:hover .voice_read_icon {
  transform: translateX(5px);
}
@media screen and (max-width: 900px) {
  .voice_section .voice_item {
    width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .voice_section .voice_head {
    align-items: flex-start;
  }
  .voice_section .voice_item {
    width: 82vw;
    gap: 18px;
  }
  .voice_section .voice_card {
    padding: 24px 26px;
  }
}
@media screen and (max-width: 576px) {
  .voice_section .voice_head {
    display: block;
  }
  .voice_section .voice_more {
    margin-top: 24px;
  }
  .voice_section .voice_item {
    width: 86vw;
    gap: 14px;
  }
  .voice_section .voice_icon {
    width: 58px;
  }
  .voice_section .voice_card {
    padding: 22px 20px;
  }
  .voice_section .voice_text {
    -webkit-line-clamp: 4;
  }
}
.product_section {
  position: relative;
  overflow: hidden;
  background-color: #F4EFED;
}
.product_section .product_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.product_section .product_head {
}
.product_section .product_en {
  margin: 0 0 clamp(8px, 1vw, 12px);
  line-height: 1;
  letter-spacing: .02em;
}
.product_section .product_title {
  margin: 0;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}
.product_section .product_slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.product_section .product_track {
  display: flex;
  width: max-content;
  gap: clamp(18px, 2vw, 28px);
  animation: productLoop 38s linear infinite;
}
.product_section .product_slider:hover .product_track {
  animation-play-state: paused;
}
.product_section .product_item {
  width: clamp(210px, 19vw, 250px);
  flex-shrink: 0;
}
.product_section .product_img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  aspect-ratio: 1 / 1;
}
.product_section .product_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_section .product_name {
  margin: clamp(16px, 2vw, 22px) 0 clamp(10px, 1.3vw, 14px);
  color: #333;
  line-height: 1.6;
  letter-spacing: .06em;
  font-weight: 400;
}
.product_section .product_text {
  margin: 0 0 clamp(10px, 1.4vw, 14px);
  color: #333;
  letter-spacing: .04em;
}
.product_section .product_price {
  margin: 0;
  color: #333;
  line-height: 1.5;
  letter-spacing: .05em;
}
.product_section .product_banner_grid {
  display: grid;
  margin-top: clamp(60px, 8vw, 100px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 36px) clamp(35px, 5vw, 70px);
}
.product_section .product_banner {
  display: block;
  color: #333;
  text-decoration: none;
  transition: opacity .35s ease, transform .35s ease;
}
.product_section .product_banner:hover {
  opacity: .75;
  transform: translateY(-3px);
}
.product_section .product_banner img {
  display: block;
  width: 100%;
  aspect-ratio: 2.75 / 1;
  object-fit: cover;
  border-radius: 6px;
}
.product_section .product_banner p {
  margin: clamp(12px, 1.6vw, 18px) 0 0;
  color: #333;
  line-height: 1.6;
  letter-spacing: .06em;
}
.product_section .product_btn_wrap {
  margin-top: clamp(45px, 6vw, 75px);
  text-align: center;
}
.product_section .product_btn {
  display: inline-flex;
  min-width: 180px;
  min-height: 36px;
  padding: 8px 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background-color: #80625E;
  text-decoration: none;
  transition: opacity .35s ease, transform .35s ease;
}
.product_section .product_btn:hover {
  opacity: .8;
  transform: translateY(-2px);
}
.product_section .product_btn p {
  margin: 0;
  color: #fff;
  line-height: 1.4;
  letter-spacing: .08em;
}
@keyframes productLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 900px) {
  .product_section .product_item {
    width: 220px;
  }
  .product_section .product_banner_grid {
    gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .product_section .product_banner_grid {
    grid-template-columns: 1fr;
  }
  .product_section .product_banner img {
    aspect-ratio: 2.3 / 1;
  }
}
@media screen and (max-width: 576px) {

  .product_section .product_item {
    width: 200px;
  }
  .product_section .product_track {
    gap: 18px;
    animation-duration: 32s;
  }
  .product_section .product_banner_grid {
    margin-top: 55px;
  }
  .product_section .product_btn {
    min-width: 170px;
  }
}
.product_section .product_slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  cursor: grab;
}
.product_section .product_slider:active {
  cursor: grabbing;
}
.product_section .product_track {
  animation: none;
}
.product_section .product_item {
  width: clamp(210px, 19vw, 250px);
  flex-shrink: 0;
}
.product_section .swiper-wrapper {
  align-items: flex-start;
  transition-timing-function: linear;
}
@media screen and (max-width: 900px) {
  .product_section .product_item {
    width: 220px;
  }
}
@media screen and (max-width: 576px) {
  .product_section .product_item {
    width: 200px;
  }
}
.product_section .product_item > div {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  background: transparent;
}
.setmenu_intro_section .setmenu_price_line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}
.setmenu_intro_section .setmenu_price_lead {
  margin: 0;
  color: #333;
  line-height: 1.6;
  letter-spacing: .08em;
}
.setmenu_intro_section .setmenu_price {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.setmenu_intro_section .setmenu_price p {
  margin: 0;
}
.setmenu_intro_section .setmenu_price_num {
  color: #D9A33B;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
  letter-spacing: .04em;
  font-weight: 400;
}
.setmenu_intro_section .setmenu_price_yen {
  color: #D9A33B;
  line-height: 1;
  letter-spacing: .04em;
}
.setmenu_intro_section .setmenu_price_tax {
  color: #333;
  line-height: 1;
  letter-spacing: .04em;
}
.setmenu_intro_section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.setmenu_intro_section .setmenu_width {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.setmenu_intro_section .sp_txt {
  display: none;
}
.setmenu_intro_section .setmenu_heading {
  margin-bottom: clamp(30px, 5vw, 55px);
}
.setmenu_intro_section .setmenu_heading h2 {
  margin: 0 0 clamp(12px, 1.5vw, 18px);
  color: #333;
  line-height: 1.7;
  letter-spacing: .12em;
  font-weight: 400;
}
.setmenu_intro_section .setmenu_heading p {
  margin: 0;
  color: #333;
  letter-spacing: .08em;
}
.setmenu_intro_section .setmenu_concern_map {
  position: relative;
  width: min(100%, 900px);
  margin: 0 auto;
  padding: clamp(25px, 4vw, 45px) 0 0;
}
.setmenu_intro_section .setmenu_concern_map::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: clamp(420px, 58vw, 720px);
  aspect-ratio: 1.65 / 1;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(202, 184, 169, .58) 0%, rgba(202, 184, 169, .42) 34%, rgba(202, 184, 169, .24) 58%, rgba(202, 184, 169, 0) 78%);
  transform: translate(-50%, -44%);
  pointer-events: none;
}
.setmenu_intro_section .setmenu_concern_map > img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(58%, 520px);
  height: auto;
  margin: 0 auto;
}
.setmenu_intro_section .setmenu_anchor a {
  position: absolute;
  z-index: 2;
  display: flex;
  min-width: clamp(135px, 15vw, 178px);
  min-height: clamp(45px, 4.6vw, 58px);
  padding: 10px clamp(16px, 2vw, 24px);
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  border-radius: 999px;
  color: #333;
  background-color: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 36px rgba(128, 98, 94, .12);
  text-decoration: none;
  transition: transform .35s ease, box-shadow .35s ease;
}
.setmenu_intro_section .setmenu_anchor a::before, .setmenu_intro_section .setmenu_anchor a::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .94);
}
.setmenu_intro_section .setmenu_anchor a::before {
  width: 25px;
  height: 25px;
  right: 22px;
  bottom: -15px;
}
.setmenu_intro_section .setmenu_anchor a::after {
  width: 10px;
  height: 10px;
  right: 8px;
  bottom: -30px;
}
.setmenu_intro_section .setmenu_anchor a:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(128, 98, 94, .18);
}
.setmenu_intro_section .anchor_icon {
  display: flex;
  width: 22px;
  aspect-ratio: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(128, 98, 94, .45);
  border-radius: 50%;
}
.setmenu_intro_section .anchor_icon img {
  display: block;
  width: 20px;
  height: auto;
  transform: translateX(-12px);
  transition: transform .35s ease;
}
.setmenu_intro_section .setmenu_anchor a:hover .anchor_icon img {
  transform: translateX(0);
}
.setmenu_intro_section .setmenu_anchor p {
  margin: 0;
  color: #333;
  line-height: 1.4;
  letter-spacing: .06em;
  white-space: normal;
  word-break: keep-all;
}
.setmenu_intro_section .anchor_fatigue {
  top: 10%;
  left: 4%;
}
.setmenu_intro_section .anchor_cold {
  top: 34%;
  left: -8%;
}
.setmenu_intro_section .anchor_shoulder {
  bottom: 23%;
  left: 0;
}
.setmenu_intro_section .anchor_aging {
  top: 3%;
  right: 4%;
}
.setmenu_intro_section .anchor_hormone {
  top: 31%;
  right: -5%;
}
.setmenu_intro_section .anchor_bodymake {
  bottom: 25%;
  right: 2%;
}
.setmenu_intro_section .setmenu_intro_buttons {
  display: flex;
  margin-top: clamp(28px, 4vw, 48px);
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.5vw, 18px);
}
.setmenu_intro_section .setmenu_intro_buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.setmenu_intro_section .setmenu_price_box {
  margin-top: clamp(42px, 6vw, 70px);
}
.setmenu_intro_section .setmenu_price_line {
  display: flex;
  margin-bottom: clamp(14px, 2vw, 22px);
  align-items: baseline;
  justify-content: center;
  gap: clamp(14px, 2vw, 24px);
}
.setmenu_intro_section .setmenu_price_line::before, .setmenu_intro_section .setmenu_price_line::after {
  content: "";
  display: block;
  width: clamp(28px, 4vw, 45px);
  height: 1px;
  background-color: #80625E;
}
.setmenu_intro_section .setmenu_price_line::before {
  transform: rotate(55deg);
}
.setmenu_intro_section .setmenu_price_line::after {
  transform: rotate(-55deg);
}
.setmenu_intro_section .setmenu_price_line_inner {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}
.setmenu_intro_section .setmenu_price_lead {
  margin: 0;
  color: #333;
  line-height: 1.7;
  letter-spacing: .08em;
}
.setmenu_intro_section .setmenu_price {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.setmenu_intro_section .setmenu_price h3 {
  margin: 0;
  line-height: 1;
  letter-spacing: .06em;
  font-weight: 400;
}
.setmenu_intro_section .setmenu_price_text {
  margin: 0 0 clamp(28px, 4vw, 44px);
  color: #333;
  letter-spacing: .05em;
}
.setmenu_intro_section .setmenu_coupon {
  width: min(100%, 620px);
  margin: 0 auto;
}
.setmenu_intro_section .setmenu_coupon img {
  display: block;
  width: 100%;
  height: auto;
}
.setmenu_intro_section .setmenu_coupon_note {
  margin: clamp(14px, 2vw, 20px) 0 0;
  color: #333;
  line-height: 1.7;
  letter-spacing: .05em;
}
@media screen and (max-width: 900px) {
  .setmenu_intro_section .setmenu_concern_map > img {
    width: min(62%, 460px);
  }
  .setmenu_intro_section .anchor_fatigue {
    left: 0;
  }
  .setmenu_intro_section .anchor_cold {
    left: -2%;
  }
  .setmenu_intro_section .anchor_shoulder {
    left: 0;
  }
  .setmenu_intro_section .anchor_aging {
    right: 0;
  }
  .setmenu_intro_section .anchor_hormone {
    right: -2%;
  }
  .setmenu_intro_section .anchor_bodymake {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .setmenu_intro_section {
    background:
      linear-gradient(180deg, rgba(202, 184, 169, .72) 0%, rgba(202, 184, 169, .46) 30%, rgba(202, 184, 169, .18) 58%, rgba(202, 184, 169, 0) 82%), #fff;
  }
  .setmenu_intro_section .setmenu_concern_map::before {
    display: none;
  }
  .setmenu_intro_section .pc_txt {
    display: none;
  }
  .setmenu_intro_section .sp_txt {
    display: inline;
  }
  .setmenu_intro_section .setmenu_width {}
  .setmenu_intro_section .setmenu_heading {
    margin-bottom: 34px;
  }
  .setmenu_intro_section .setmenu_concern_map {
    display: flex;
    padding-top: 0;
    flex-direction: column;
  }
  .setmenu_intro_section .setmenu_concern_map > img {
    width: min(100%, 360px);
    margin-bottom: 36px;
  }
  .setmenu_intro_section .setmenu_anchor {
    display: grid;
    position: relative;
    z-index: 2;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }
  .setmenu_intro_section .setmenu_anchor a {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    min-width: 0;
    min-height: 40px;
    padding: 10px 14px;
    gap: 8px;
    box-shadow: 0 12px 28px rgba(128, 98, 94, .1);
  }
  .setmenu_intro_section .setmenu_anchor a::before, .setmenu_intro_section .setmenu_anchor a::after {
    display: none;
  }
  .setmenu_intro_section .anchor_icon {
    width: 23px;
  }
  .setmenu_intro_section .setmenu_intro_buttons {
    margin-top: 46px;
    flex-direction: column;
    gap: 12px;
  }
  .setmenu_intro_section .setmenu_intro_buttons a {
    width: min(100%, 220px);
    min-width: 0;
  }
  .setmenu_intro_section .setmenu_price_box {
    margin-top: 42px;
  }
  .setmenu_intro_section .setmenu_price_line {
    gap: 10px;
  }
  .setmenu_intro_section .setmenu_price_line_inner {
    flex-wrap: nowrap;
  }
  .setmenu_intro_section .setmenu_price_text {
    text-align: left;
  }
  .setmenu_intro_section .setmenu_coupon_note {
    text-align: left;
  }
  .setmenu_intro_section .setmenu_price_line, .setmenu_price_line.c3947 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .setmenu_intro_section .setmenu_price_line::before, .setmenu_intro_section .setmenu_price_line::after, .setmenu_price_line.c3947::before, .setmenu_price_line.c3947::after {
    content: "";
    display: block;
    flex: 0 0 32px;
    width: 32px;
    height: 1px;
    background-color: #80625E;
  }
  .setmenu_intro_section .setmenu_price_line::before, .setmenu_price_line.c3947::before {
    transform: rotate(55deg);
  }
  .setmenu_intro_section .setmenu_price_line::after, .setmenu_price_line.c3947::after {
    transform: rotate(-55deg);
  }
  .setmenu_intro_section .setmenu_price_line_inner {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    min-width: 0;
  }
}
@media screen and (max-width: 576px) {
  .setmenu_intro_section .setmenu_width {
    max-width: 100%;
  }
  .setmenu_intro_section .setmenu_heading {
    margin-bottom: 32px;
  }
  .setmenu_intro_section .setmenu_concern_map > img {
    width: 100%;
    max-width: 360px;
  }
  .setmenu_intro_section .setmenu_anchor {
    gap: 10px 8px;
  }
  .setmenu_intro_section .setmenu_anchor a {
    padding: 9px 12px;
  }
  .setmenu_intro_section .anchor_icon {
    width: 21px;
  }
  .setmenu_intro_section .setmenu_price_line::before, .setmenu_intro_section .setmenu_price_line::after {
    width: 24px;
  }
  .setmenu_intro_section .setmenu_coupon {
    width: 100%;
  }
}
.setmenu_detail_section {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.setmenu_detail_section .setmenu_detail_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.setmenu_detail_section .setmenu_block + .setmenu_block {
  padding-top: clamp(55px, 7vw, 85px);
}
.setmenu_detail_section .setmenu_block_title {
  margin: 0 0 clamp(24px, 3vw, 38px);
  padding: clamp(9px, 1.2vw, 13px) clamp(14px, 2vw, 22px);
  color: #333;
  line-height: 1.4;
  letter-spacing: .08em;
  font-weight: 400;
  background-color: #d8d0c8;
}
.setmenu_detail_section .setmenu_block_title span {
  display: inline-block;
}
.setmenu_detail_section .setmenu_block_lead {
  margin: 0 0 clamp(28px, 4vw, 45px);
  color: #333;
  letter-spacing: .05em;
}
.setmenu_detail_section .setmenu_card {
  position: relative;
  padding: clamp(38px, 5vw, 58px) clamp(30px, 5vw, 54px) clamp(34px, 4vw, 48px);
  border-radius: 8px;
  background-color: rgba(237, 236, 232, .92);
}
.setmenu_detail_section .setmenu_card + .setmenu_card {
  margin-top: clamp(34px, 5vw, 56px);
}
.setmenu_detail_section .setmenu_card_label {
  position: absolute;
  top: -14px;
  left: clamp(28px, 4vw, 42px);
  min-width: 140px;
  padding: 5px 18px;
  border-radius: 999px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: .08em;
  text-align: center;
  background-color: #80625E;
}
.setmenu_detail_section .setmenu_card_head {
  display: flex;
  align-items: center;
  gap: clamp(38px, 6vw, 70px);
}
.setmenu_detail_section .setmenu_card_img {
  width: clamp(230px, 25vw, 300px);
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.setmenu_detail_section .setmenu_card_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.setmenu_detail_section .setmenu_card_text {
  flex: 1;
  min-width: 0;
}
.setmenu_detail_section .setmenu_card_title_row {
  display: flex;
  margin-bottom: clamp(12px, 1.8vw, 18px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.setmenu_detail_section .setmenu_card_title {
  margin: 0;
  color: #333;
  line-height: 1.6;
  letter-spacing: .08em;
  font-weight: 400;
}
.setmenu_detail_section .setmenu_time {
  margin: 0;
  color: #333;
  line-height: 1.4;
  letter-spacing: .05em;
  white-space: nowrap;
}
.setmenu_detail_section .setmenu_card_text > p {
  margin: 0;
  color: #333;
  letter-spacing: .05em;
}
.setmenu_detail_section .setmenu_card_body {
  margin-top: clamp(30px, 4vw, 45px);
}
.setmenu_detail_section .setmenu_set_head {
  display: flex;
  padding-bottom: clamp(12px, 1.5vw, 16px);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(51, 51, 51, .14);
  cursor: pointer;
}
.setmenu_detail_section .setmenu_set_head p {
  margin: 0;
  color: #333;
  line-height: 1.6;
  letter-spacing: .08em;
}
.setmenu_detail_section .setmenu_toggle_icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.setmenu_detail_section .setmenu_toggle_icon::before, .setmenu_detail_section .setmenu_toggle_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background-color: #80625E;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease, transform .3s ease;
}
.setmenu_detail_section .setmenu_toggle_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 1;
}
.setmenu_detail_section .setmenu_card.active .setmenu_toggle_icon::after {
  opacity: 0;
}
.setmenu_detail_section .setmenu_set_content {
  display: grid;
  padding-top: clamp(20px, 3vw, 32px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px) clamp(50px, 8vw, 110px);
}
.setmenu_detail_section .setmenu_set_item {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 28px);
}
.setmenu_detail_section .setmenu_set_item img {
  display: block;
  width: clamp(70px, 8vw, 95px);
  aspect-ratio: 1;
  object-fit: cover;
  flex-shrink: 0;
}
.setmenu_detail_section .setmenu_set_item p {
  margin: 0;
  color: #333;
  line-height: 1.6;
  letter-spacing: .08em;
}
.setmenu_detail_section .setmenu_reserve {
  display: flex;
  width: fit-content;
  margin-top: clamp(24px, 3vw, 36px);
  margin-left: auto;
  align-items: center;
  gap: 10px;
  color: #333;
  text-decoration: none;
}
.setmenu_detail_section .setmenu_reserve p {
  margin: 0;
  color: #333;
  line-height: 1.4;
  letter-spacing: .08em;
}
.setmenu_detail_section .setmenu_reserve_icon {
  display: flex;
  width: 22px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(128, 98, 94, .45);
  border-radius: 50%;
  transition: transform .35s ease;
}
.setmenu_detail_section .setmenu_reserve_icon img {
  display: block;
  width: 5px;
  height: auto;
}
.setmenu_detail_section .setmenu_reserve:hover .setmenu_reserve_icon {
  transform: translateX(5px);
}
.setmenu_detail_section .setmenu_bottom_coupon {
  margin: clamp(60px, 8vw, 90px) auto 0;
}
.setmenu_detail_section .setmenu_bottom_coupon img {
  display: block;
  width: min(100%, 620px);
  height: auto;
  margin: 0 auto;
}
.setmenu_detail_section .setmenu_bottom_coupon p {
  margin: clamp(14px, 2vw, 20px) 0 0;
  color: #333;
  line-height: 1.7;
  letter-spacing: .05em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .setmenu_detail_section .setmenu_card_head {
    align-items: flex-start;
    gap: 30px;
  }
  .setmenu_detail_section .setmenu_card_img {
    width: 240px;
  }
  .setmenu_detail_section .setmenu_set_content {
    gap: 24px 40px;
  }
}
@media screen and (max-width: 768px) {
  .setmenu_detail_section .setmenu_bottom_coupon p {
    text-align: left;
  }
  .setmenu_detail_section .setmenu_card {
    padding: 42px 24px 34px;
  }
  .setmenu_detail_section .setmenu_card_head {
    flex-direction: column;
  }
  .setmenu_detail_section .setmenu_card_img {
    width: 100%;
    max-width: 360px;
  }
  .setmenu_detail_section .setmenu_card_title_row {
    align-items: flex-start;
  }
  .setmenu_detail_section .setmenu_set_content {
    grid-template-columns: 1fr;
  }
  .setmenu_detail_section .setmenu_reserve {
    margin-left: auto;
        margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .setmenu_detail_section .setmenu_block + .setmenu_block {
    margin-top: 60px;
  }
  .setmenu_detail_section .setmenu_block_title {
    margin-bottom: 22px;
    padding: 8px 12px;
  }
  .setmenu_detail_section .setmenu_card {
    padding: 40px 18px 30px;
  }
  .setmenu_detail_section .setmenu_card_label {
    left: 18px;
  }
  .setmenu_detail_section .setmenu_card_title_row {
    display: block;
  }
  .setmenu_detail_section .setmenu_time {
    margin-top: 6px;
  }
  .setmenu_detail_section .setmenu_set_item {
    gap: 18px;
  }
  .setmenu_detail_section .setmenu_set_item img {
    width: 70px;
  }
}
.service_section {
  position: relative;
  overflow: hidden;
  background-color: #F4EFED;
}
.service_section .service_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.service_section .service_head {
  margin-bottom: clamp(50px, 7vw, 85px);
}
.service_section .about_title_en {
  margin: 0 0 clamp(8px, 1vw, 12px);
  line-height: 1;
  letter-spacing: .02em;
}
.service_section .about_title h2 {
  margin: 0;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}
.service_section .service_list {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 8vw, 100px);
}
.service_section .service_item {
  display: flex;
  align-items: flex-start;
  gap: clamp(42px, 5.5vw, 70px);
}
.service_section .service_image {
  width: min(38%, 420px);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1.55 / 1;
}
.service_section .service_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_section .service_content {
  flex: 1;
  min-width: 0;
}
.service_section .service_title_wrap {
  display: flex;
  margin-bottom: clamp(22px, 3vw, 34px);
  align-items: baseline;
  gap: clamp(10px, 1.5vw, 18px);
}
.service_section .service_title {
  margin: 0;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .08em;
}
.service_section .service_en {
  margin: 0;
  line-height: 1;
  letter-spacing: .08em;
}
.service_section .service_text {
  margin: 0 0 clamp(26px, 3.5vw, 42px);
  color: #333;
  letter-spacing: .05em;
}
.service_section .service_feature {
  padding: clamp(22px, 3vw, 32px) clamp(24px, 4vw, 42px);
  background-color: rgba(255, 255, 255, .72);
}
.service_section .service_feature_title {
  margin: 0 0 clamp(14px, 1.8vw, 20px);
  padding-bottom: clamp(10px, 1.4vw, 14px);
  border-bottom: 1px solid rgba(51, 51, 51, .22);
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  letter-spacing: .08em;
}
.service_section .service_feature_list p {
  margin: 0;
  color: #333;
  line-height: 1.9;
  letter-spacing: .05em;
}
.service_section .service_btn_wrap {
  margin-top: clamp(26px, 3vw, 36px);
}
.service_section .service_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .service_section .service_item {
    flex-direction: column;
    gap: clamp(28px, 6vw, 45px);
  }
  .service_section .service_image {
    width: 100%;
    max-width: 560px;
  }
  .service_section .service_content {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .service_section .service_head {
    margin-bottom: 42px;
  }
  .service_section .service_list {
    gap: 65px;
  }
  .service_section .service_image {
    aspect-ratio: 1.45 / 1;
  }
  .service_section .service_title_wrap {
    display: block;
  }
  .service_section .service_title {
    margin-bottom: 6px;
  }
  .service_section .service_feature {
    padding: 22px 20px;
  }
  .service_section .service_btn {
    min-width: 120px;
  }
}
.service_section .service_border {
  width: 100%;
  height: 1px;
  background-color: rgba(128, 98, 94, .28);
}
.setmenu_width {
  width: 1140px;
  margin: 0 auto;
}
.setmenu_heading > p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 29px;
}
.setmenu_heading h2 {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 39.4px;
}
.setmenu_service {
  margin-top: 100px;
  padding: 16px 0 0;
  background: #f5efeb;
}
.setmenu_service .setmenu_heading > p {
  color: var(--rose);
  font-family: "Cormorant Infant", serif;
  font-size: 54px;
  line-height: 44px;
}
.setmenu_service .setmenu_heading h2 {
  margin: 11px 0 0 15px;
  font-size: 20px;
}
.setmenu_service_list {
  margin-top: 41px;
}
.setmenu_service_item {
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 75px;
  padding: 45px 70px 45px 0;
  border-top: 1px solid #d8cec8;
}
.setmenu_service_item:last-child {
  border-bottom: 1px solid #d8cec8;
}
.setmenu_service_img {
  width: 410px;
  height: 262px;
  overflow: hidden;
}
.setmenu_service_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.setmenu_service_item > div:last-child {
  padding-top: 7px;
}
.setmenu_en {
  margin: 0;
  color: var(--rose);
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  line-height: 36px;
}
.setmenu_service_item h3 {
  margin: 0 0 14px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 39.4px;
}
.setmenu_service_item > div > p:not(.setmenu_en):not(.setmenu_point) {
  margin: 0;
  font-size: 16px;
  line-height: 29px;
}
.setmenu_point {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 28px;
}
.setmenu_service_item a {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid var(--ink);
  font-family: "Cormorant Infant", serif;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .cate1 .more_bt {
    display: flex;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}