@charset "UTF-8";
.p-recommend {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 3.6rem 2.4rem;
  }
}
.p-recommend__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  line-height: 1.8;
  font-size: 4.6rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-recommend__ttl {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend__scroll {
    padding: 0 0 2rem 0;
    margin-right: -2.4rem;
  }
  .p-recommend__scroll .simplebar-scrollbar::before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #979797;
    opacity: 1;
    border-radius: 0;
  }
  .p-recommend__scroll .simplebar-track {
    width: calc(100% - 2.4rem);
    height: 2px;
    background: #DEDEDE;
  }
}
.p-recommend-table {
  position: relative;
  width: 81.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recommend-table {
    width: 60.5rem;
    padding-right: 2.4rem;
  }
}
.p-recommend-table__btn {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 6.4rem;
  height: 4rem;
  font-size: 1.5rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-recommend-table__btn {
    left: 12.5rem;
    width: 4.7rem;
    height: 3rem;
    font-size: 1.1rem;
  }
}
.p-recommend-table__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #B98374;
  border-radius: 5rem;
}
.p-recommend-table-badge {
  position: absolute;
  top: 50%;
  left: 10.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-recommend-table-badge {
    left: 8rem;
  }
}
.p-recommend-table-badge__pre {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  padding: 1.1rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recommend-table-badge__pre {
    font-size: 0.8rem;
    padding: 0.85rem 0 0;
  }
}
.p-recommend-table-badge__num {
  position: relative;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recommend-table-badge__num {
    font-size: 1.1rem;
  }
}
.p-recommend-table-badge__inner {
  position: relative;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-table-badge__inner {
    width: 3.7rem;
    height: 3.7rem;
  }
}
.p-recommend-table-badge__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/menu/icn_badge.svg) 0 0/100% auto no-repeat;
  animation: rotation 35s linear infinite;
}
.p-recommend-table table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
.p-recommend-table table th,
.p-recommend-table table td {
  background: #fff;
  border-bottom: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
}
.p-recommend-table table thead tr:first-child th {
  font-size: 1.8rem;
  text-align: center;
  padding: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-recommend-table table thead tr:first-child th {
    font-size: 1.3rem;
  }
}
.p-recommend-table table thead tr:first-child th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  width: 25rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-recommend-table table thead tr:first-child th:first-child {
    width: 18.5rem;
  }
  .p-recommend-table table thead tr:first-child th:first-child::before, .p-recommend-table table thead tr:first-child th:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #EBEBEB;
  }
  .p-recommend-table table thead tr:first-child th:first-child::before {
    left: -1px;
  }
  .p-recommend-table table thead tr:first-child th:first-child::after {
    right: -1px;
  }
}
.p-recommend-table table thead tr:first-child th:first-child img {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-table table thead tr:first-child th:first-child img {
    width: 15.6rem;
  }
}
.p-recommend-table table thead tr th {
  font-size: 1.9rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recommend-table table thead tr th {
    font-size: 1.4rem;
  }
}
.p-recommend-table table thead tr th img {
  display: block;
  width: 3.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recommend-table table thead tr th img {
    width: 2.4rem;
  }
}
.p-recommend-table table tbody tr th {
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.7;
  vertical-align: middle;
  padding: 1.2rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-table table tbody tr th {
    position: sticky;
    top: 0;
    left: 0;
    font-size: 1.3rem;
    padding: 0.8rem 1rem;
  }
  .p-recommend-table table tbody tr th::before, .p-recommend-table table tbody tr th::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #EBEBEB;
  }
  .p-recommend-table table tbody tr th::before {
    left: -1px;
  }
  .p-recommend-table table tbody tr th::after {
    right: -1px;
  }
}
.p-recommend-table table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.p-recommend-table table tbody tr td img {
  width: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-table table tbody tr td img {
    width: 2rem;
  }
}
.p-recommend__comment {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recommend__comment {
    display: block;
    font-size: 1.1rem;
    text-indent: -1em;
    color: #979797;
    margin: 1.6rem 0 0;
    padding: 0 0 0 1em;
  }
}
.p-recommend-graph {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #F8F8F8;
  padding: 4rem 2rem 4rem 4rem;
  max-width: 112rem;
  margin: 9.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-recommend-graph {
    padding: 3.2rem 2.4rem;
    margin-top: 2.1rem;
  }
}
.p-recommend-graph__content {
  width: 51.2rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-graph__content {
    width: auto;
  }
}
.p-recommend-graph__head {
  position: relative;
  margin: 0 0 2.4rem;
}
.p-recommend-graph__head::before {
  content: "";
  position: absolute;
  top: -6rem;
  right: 0;
  width: 11.6rem;
  height: 15.4rem;
  background: url(../img/menu/lhdv/icn_feature.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recommend-graph__head::before {
    top: -2.3rem;
    width: 6.8rem;
    height: 9rem;
  }
}
.p-recommend-graph__pre {
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 0 0 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-graph__pre {
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 0 0 0.6rem;
  }
}
.p-recommend-graph__pre span {
  position: relative;
  font-weight: 500;
}
.p-recommend-graph__pre span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B98374;
}
.p-recommend-graph__ttl {
  display: inline-block;
  font-size: 2.3rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  padding: 0.4rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-graph__ttl {
    display: block;
    font-size: 1.7rem;
    text-align: center;
    padding: 0.6rem 0;
  }
  .p-recommend-graph__ttl span {
    display: none;
  }
}
.p-recommend-graph__txt {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-graph__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 2.4rem 0 0;
  }
}
.p-recommend-graph__img {
  text-align: center;
  width: 48.4rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recommend-graph__img {
    width: calc(100% + 2.4rem);
    margin: 0 -1.2rem;
  }
}
.p-recommend-graph__img p {
  display: inline-block;
  font-size: 1.2rem;
  text-indent: -1em;
  margin: 2rem 0 0;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-recommend-graph__img p {
    font-size: 1rem;
    margin: 0.8rem 0 0;
  }
}

.p-menu {
  background: #FBF6F6;
  padding: 7.2rem 0;
}
.p-menu__wrap {
  max-width: 95.4rem;
  margin: 0 auto;
}
.p-menu-detail {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-menu-detail {
    flex-flow: column;
    padding: 0 3rem;
    margin-top: 5.7rem;
  }
}
.p-menu-detail:first-of-type {
  margin-top: 0;
}
.p-menu-detail-badge {
  position: absolute;
  top: 5.2rem;
  left: -9.5rem;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-badge {
    top: -2.5rem;
    left: 1rem;
    z-index: 2;
  }
}
.p-menu-detail-badge__pre {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.5rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-badge__pre {
    font-size: 1.2rem;
  }
}
.p-menu-detail-badge__num {
  position: relative;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 2.3rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 1;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-badge__num {
    font-size: 1.8rem;
  }
}
.p-menu-detail-badge__inner {
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-badge__inner {
    width: 6.2rem;
    height: 6.2rem;
  }
}
.p-menu-detail-badge__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/menu/icn_detail_badge.svg) 0 0/100% auto no-repeat;
  animation: rotation 35s linear infinite;
}
.p-menu-detail__img {
  width: 45.7rem;
  height: 58.6rem;
}
@media screen and (max-width: 767px) {
  .p-menu-detail__img {
    width: 100%;
    height: 21.7rem;
  }
}
.p-menu-detail__img picture {
  display: block;
}
.p-menu-detail__img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-menu-detail__content {
  width: 44rem;
}
@media screen and (max-width: 767px) {
  .p-menu-detail__content {
    width: 100%;
    padding: 2.4rem 0 0;
  }
}
.p-menu-detail__bg {
  margin: 0 0 1.6rem;
}
.p-menu-detail__bg span {
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 48%, rgb(133, 98, 72) 100%);
  color: #fff;
  padding: 0.5rem 1.2rem;
}
.p-menu-detail__pre {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-menu-detail__pre {
    font-size: 1.5rem;
  }
}
.p-menu-detail__pre span {
  font-size: 1rem;
  vertical-align: text-top;
}
.p-menu-detail__ttl {
  position: relative;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.6;
  padding: 0 0 2.4rem;
  margin-right: -1em;
}
.p-menu-detail__ttl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: calc(100% - 1em);
  height: 1px;
  background: #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-menu-detail__ttl {
    font-size: 2.4rem;
    padding: 0 0 1.6rem;
  }
}
.p-menu-detail__ttl span {
  font-size: 1.6rem;
}
.p-menu-detail-price {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: max-content;
  gap: 0 0.8rem;
  border-top: 1px solid #DCDCDC;
  padding: 2.4rem 0 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-price {
    gap: 0 0.5rem;
    padding: 1.2rem 0 0;
  }
}
.p-menu-detail-price::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: calc(100% + 0.8rem);
  height: 1px;
  background: #B98374;
}
.p-menu-detail-price__pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.1rem;
  height: 3.9rem;
  border-radius: 0.3rem;
  border: 1px solid #B98374;
  color: #B98374;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 700;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-price__pre {
    width: 2.1rem;
    height: 3.5rem;
    font-size: 1.2rem;
    padding: 0.2rem 0 0;
  }
}
.p-menu-detail-price__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-menu-detail-price__01 {
  font-size: 3.1rem;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-price__01 {
    font-size: 2.8rem;
  }
}
.p-menu-detail-price__01 span {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-price__01 span {
    font-size: 1.4rem;
  }
}
.p-menu-detail-price__02 {
  font-size: 1.8rem;
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-price__02 {
    font-size: 1.9rem;
  }
}
.p-menu-detail-price__02 span {
  font-size: 1.2rem;
  font-weight: 500;
}
.p-menu-detail-price__02 span.tax {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-price__02 span.tax {
    display: inline;
    font-size: 1rem;
  }
}
.p-menu-detail-price__contact {
  background: #F3F3F3;
  color: #919191;
  padding: 0.6rem 1.6rem;
  border-radius: 0.2rem;
  margin-top: -1.2rem;
}
.p-menu-detail-price__contact a {
  color: #919191;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-menu-detail-price__contact a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-detail-price__contact {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
.p-menu-detail-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.1rem;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-list {
    gap: 0 0.9rem;
  }
}
.p-menu-detail-list__item {
  width: 13.3rem;
  height: 13.3rem;
  background: url(../img/menu/bg_menu.png) 0 0/100% auto no-repeat;
  padding: 2.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-list__item {
    width: 11.3rem;
    height: 11.3rem;
    padding: 2.4rem 0 0;
  }
}
.p-menu-detail-list__num {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #B98374;
  line-height: 1;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-list__num {
    font-size: 1.3rem;
  }
}
.p-menu-detail-list__txt {
  font-weight: 500;
  color: #B98374;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-menu-detail-list__txt {
    font-size: 1.2rem;
  }
}
.p-menu-detail__txt {
  line-height: 2;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-menu-detail__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 2rem 0 0;
  }
}
.p-menu-detail__notes {
  font-size: 1.2rem;
  color: #979797;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-menu-detail__notes {
    font-size: 1rem;
    margin: 1.6rem 0 0;
  }
}
.p-menu-detail__btn {
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-menu-detail__btn {
    margin: 3rem auto 0;
  }
}

/* lower */
.p-intro__block {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 112rem;
  margin: 0 auto;
  padding: 6.7rem 0;
}
@media screen and (max-width: 767px) {
  .p-intro__block {
    flex-flow: column;
    padding: 6rem 0 3.4rem;
  }
}
.p-intro__block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -9.7rem;
  width: 15.7rem;
  height: 20.9rem;
  background: url(../img/menu/icn_intro_01.svg) 0 0/100% auto no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-intro__block::before {
    bottom: 18.1rem;
    left: 2rem;
    width: 7.3rem;
    height: 9.7rem;
  }
}
.p-intro__block.-lhdv {
  padding: 3.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-intro__block.-lhdv {
    padding: 6rem 0 3.4rem;
  }
  .p-intro__block.-lhdv::before {
    bottom: 22.5rem;
  }
}
.p-intro__block.-lhdv::before {
  left: -7.3rem;
  width: 38.6rem;
  height: 18.7rem;
  background: url(../img/menu/lhdv/img_intro.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-intro__block.-lhdv::before {
    left: 1.7rem;
    width: 23.3rem;
    height: 11.2rem;
  }
}
.p-intro__block.-olumiant {
  padding: 3.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-intro__block.-olumiant {
    padding: 6rem 0 3.4rem;
  }
  .p-intro__block.-olumiant::before {
    bottom: 22.5rem;
  }
}
.p-intro__block::after {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  right: -3.6rem;
  width: 9rem;
  height: 17.3rem;
  background: url(../img/menu/icn_intro_02.svg) 0 0/100% auto no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-intro__block::after {
    bottom: 1rem;
    right: 1rem;
    width: 4.7rem;
    height: 9.1rem;
  }
}
.p-intro-head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-intro-head {
    width: 100%;
    justify-content: center;
    padding: 0 0 3rem;
  }
}
.p-intro-head__pre {
  display: block;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-intro-head__pre {
    font-size: 2rem;
  }
}
.p-intro-head__txt {
  display: block;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: #956057;
  padding: 2rem 0;
  margin: 1.8rem 0 2.2rem;
}
.p-intro-head__txt.-small {
  font-size: 2.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-intro-head__txt.-column {
    position: relative;
    line-height: 2;
    padding: 0;
  }
  .p-intro-head__txt.-column::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-intro-head__txt {
    font-size: 2.2rem;
    padding: 1.2rem 0;
  }
}
.p-intro-head__af {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-intro-head__af {
    font-size: 2rem;
  }
}
.p-intro-list {
  width: 54.6rem;
  background: #fff;
  padding: 3rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-intro-list {
    width: calc(100% - 3.4rem);
    margin: 0 auto;
    padding: 1.4rem;
  }
}
.p-intro-list__item {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6;
  border-bottom: 1px solid transparent;
  padding: 0 0 0.8rem 3rem;
  margin-top: 2.6rem;
}
.p-intro-list__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: rgba(88, 88, 88, 0.3);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-intro-list__item.is-active::after {
  transform: scaleX(1);
}
@media screen and (max-width: 767px) {
  .p-intro-list__item {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.p-intro-list__item:first-child {
  margin-top: 0;
}
.p-intro-list__item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/menu/icn_check.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-intro-list__item::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.p-intro-list__item .bold {
  font-weight: 700;
}

.p-detail {
  position: relative;
  background: #FCF8F8;
}
.p-detail-about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 112rem;
  margin: 0 auto;
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-about {
    padding: 6rem 2.4rem 0;
  }
}
.p-detail-about__ttl {
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-detail-about__ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}
.p-detail-about__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #B98374;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-about__en {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-detail-about__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-about__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 2.4rem 0 0;
  }
}
.p-detail-about__content {
  width: 55.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-about__content {
    width: auto;
  }
}
.p-detail-about__img {
  width: 47.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-about__img {
    width: 100%;
    margin: 2.4rem 0 0;
  }
}
.p-detail-product {
  max-width: 112rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-product {
    padding: 0 2.4rem;
  }
}
.p-detail-product__ttl {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-product__ttl {
    font-size: 2rem;
  }
}
.p-detail-product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-detail-product-list {
    flex-flow: column;
    gap: 1.2rem 0;
  }
}
.p-detail-product-list__item {
  width: calc(50% - 0.9rem);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-detail-product-list__item {
    width: 100%;
  }
}
.p-detail-product-list__img {
  position: relative;
  width: 100%;
  height: 29.8rem;
}
.p-detail-product-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-detail-product-list__img p {
  position: absolute;
  top: 1.6rem;
  left: 1.9rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.1rem;
  background: #B98374;
  color: #fff;
  border-radius: 0.6rem;
  padding: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-product-list__img p {
    left: 1.6rem;
    height: 2.8rem;
    font-size: 1.4rem;
    border-radius: 0.2rem;
  }
}
.p-detail-product-list-content {
  padding: 3.2rem 2.4rem 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-product-list-content {
    padding: 3.2rem 2.4rem 2.4rem;
  }
}
.p-detail-product-list-content__pre {
  color: #9D8C80;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-detail-product-list-content__pre {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.p-detail-product-list-content__ttl {
  text-align: center;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 1rem 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-product-list-content__ttl {
    font-size: 1.4rem;
  }
}
.p-detail-product-list-content__ttl span {
  font-size: 4.4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-product-list-content__ttl span {
    font-size: 3.6rem;
  }
}
.p-detail-product-list-content__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-product-list-content__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-seibun {
  max-width: 112rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun {
    margin-top: 6rem;
    padding: 0 2.4rem;
  }
}
.p-detail-seibun__ttl {
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun__ttl {
    font-size: 2.6rem;
  }
}
.p-detail-seibun__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun__en {
    font-size: 1.6rem;
    margin: 0 0 2.4rem;
  }
}
.p-detail-seibun-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun-list {
    flex-flow: column;
    gap: 1.2rem 0;
  }
}
.p-detail-seibun-list__item {
  width: calc(50% - 0.9rem);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun-list__item {
    width: 100%;
  }
}
.p-detail-seibun-list__img {
  position: relative;
  width: 100%;
  height: 29.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun-list__img {
    height: auto;
  }
}
.p-detail-seibun-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-detail-seibun-list__img p {
  position: absolute;
  top: 1.6rem;
  left: 1.9rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.1rem;
  background: #B98374;
  color: #fff;
  border-radius: 0.6rem;
  padding: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun-list__img p {
    left: 1.6rem;
    height: 2.8rem;
    font-size: 1.4rem;
    border-radius: 0.2rem;
  }
}
.p-detail-seibun-list-content {
  padding: 3.2rem 2.4rem 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun-list-content {
    padding: 2rem 2.4rem 2.4rem;
  }
}
.p-detail-seibun-list-content__pre {
  color: #9D8C80;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun-list-content__pre {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.p-detail-seibun-list-content__ttl {
  text-align: center;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun-list-content__ttl {
    font-size: 2.2rem;
  }
}
.p-detail-seibun-list-content__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-seibun-list-content__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-movie {
  max-width: 112rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-movie {
    margin-top: 6rem;
    padding: 0 2.4rem;
  }
}
.p-detail-movie__ttl {
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-detail-movie__ttl {
    font-size: 2.6rem;
  }
}
.p-detail-movie__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-movie__en {
    margin: 0 0 2.4rem;
  }
}
.p-detail-movie__yt {
  width: 74rem;
  height: 38.2rem;
  margin: 0 auto;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-movie__yt {
    width: 100%;
    height: 19rem;
  }
}
.p-detail-movie__yt iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-detail-other {
  width: 93rem;
  margin: 0 auto;
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-other {
    width: 100%;
    padding: 6rem 2.4rem 0;
  }
}
.p-detail-other__ttl {
  font-size: 7.6rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-detail-other__ttl {
    font-size: 6.2rem;
  }
}
.p-detail-other__txt {
  font-size: 1.8rem;
  text-align: center;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-other__txt {
    font-size: 1.6rem;
  }
}
.p-detail-other-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  margin-top: 0.8rem;
}
.p-detail-other-list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-detail-other-list__item {
    flex-flow: column;
  }
}
.p-detail-other-list__img {
  position: relative;
  width: 20.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-other-list__img {
    width: 100%;
  }
}
.p-detail-other-list__img p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.4rem;
  position: absolute;
  top: 1.1rem;
  left: 1rem;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.4rem 0.9rem;
  border-radius: 0.2rem;
  font-weight: 500;
}
.p-detail-other-list__img p img {
  width: 1.9rem;
}
.p-detail-other-content {
  width: calc(100% - 20.4rem);
  padding: 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-other-content {
    width: 100%;
    padding: 3.2rem 2.4rem;
  }
}
.p-detail-other-content__pre {
  color: #9D8C80;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-detail-other-content__pre {
    text-align: center;
  }
}
.p-detail-other-content__ttl {
  font-size: 4.4rem;
  color: #B98374;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.1;
  margin: -0.3rem 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-other-content__ttl {
    text-align: center;
    margin: 0 0 1rem;
  }
}
.p-detail-other-content__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-other-content__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-other-content__btn {
  width: 34rem;
  height: 5.5rem;
  margin: 1.6rem 0 0;
}
.p-detail-other-content__btn a::before, .p-detail-other-content__btn a::after {
  right: 1rem;
}
.p-detail-approach {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-approach__wrap {
    padding: 0 2.4rem;
  }
}
.p-detail-approach__pre {
  text-align: center;
  margin: 0 0 1.2rem;
}
.p-detail-approach__pre span {
  display: inline-block;
  width: 49rem;
  border-top: 1px solid #9D8C80;
  border-bottom: 1px solid #9D8C80;
  letter-spacing: 0.14em;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #9D8C80;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach__pre span {
    width: auto;
    font-size: 1.8rem;
  }
}
.p-detail-approach__ttl {
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-detail-approach__ttl.-two {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-detail-approach__ttl {
    font-size: 2.6rem;
  }
}
.p-detail-approach__ttl .en {
  font-size: 8.8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-detail-approach__ttl .en {
    font-size: 5rem;
  }
}
.p-detail-approach__ttl .u-sp {
  line-height: 0;
}
.p-detail-approach__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0.07em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach__en {
    font-size: 1.6rem;
  }
}
.p-detail-approach__txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach__txt {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-approach__txt .bold {
  font-weight: 700;
}
.p-detail-approach-olumiant__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: #74B9B6;
  margin: 0 0 1.5rem;
}
.p-detail-approach-olumiant__img {
  width: calc(100% - 3.2rem);
  margin: 0 auto;
}
.p-detail-approach-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 92.9rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-list {
    flex-flow: column;
    gap: 2.2rem 0;
  }
}
.p-detail-approach-list__item {
  position: relative;
  width: calc(50% - 0.9rem);
  background: #fff;
}
.p-detail-approach-list__item:first-child::before {
  content: "";
  position: absolute;
  top: 33rem;
  right: -3.5rem;
  width: 5rem;
  height: 5rem;
  background: url(../img/menu/icn_approach.png) 0 0/100% auto no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-list__item:first-child::before {
    top: auto;
    bottom: -3.6rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-detail-approach-list__item {
    width: 100%;
  }
}
.p-detail-approach-list__img {
  position: relative;
  width: 100%;
  height: 29.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-list__img {
    height: 16rem;
  }
}
.p-detail-approach-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-detail-approach-list__img p {
  position: absolute;
  top: 1.6rem;
  left: 1.9rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.1rem;
  background: #B98374;
  color: #fff;
  border-radius: 0.6rem;
  padding: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-list__img p {
    left: 1.6rem;
    height: 2.8rem;
    font-size: 1.4rem;
    border-radius: 0.2rem;
  }
}
.p-detail-approach-list-content {
  padding: 3.2rem 2.4rem 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-list-content {
    padding: 3.2rem 2.4rem 2.4rem;
  }
}
.p-detail-approach-list-content__pre {
  color: #9D8C80;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-list-content__pre {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.p-detail-approach-list-content__ttl {
  text-align: center;
  color: #B98374;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-list-content__ttl {
    font-size: 2rem;
  }
}
.p-detail-approach-list-content__txt {
  font-size: 1.5rem;
  line-height: 2;
}
.p-detail-approach-list-content__txt.-height {
  height: 10em;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-list-content__txt.-height {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-approach-list-content__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-approach-list-content__btn {
  margin-top: 2.4rem;
}
.p-detail-approach__block {
  max-width: 112rem;
  background: #fff;
  padding: 5rem 4.5rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach__block {
    padding: 2.4rem;
  }
}
.p-detail-approach__block:first-child {
  margin-top: 0;
}
.p-detail-approach-imgblock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-detail-approach-imgblock__inner {
  padding: 0 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-imgblock__inner {
    padding: 0;
  }
}
.p-detail-approach-imgblock__pre {
  line-height: 1.75;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07rem;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-imgblock__pre {
    font-size: 1.4rem;
  }
}
.p-detail-approach-imgblock__ttl {
  line-height: 1.75;
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07rem;
  margin: 0 0 2.4rem;
}
.p-detail-approach-imgblock__ttl span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-imgblock__ttl {
    font-size: 2.2rem;
    margin: 0 0 1.6rem;
  }
}
.p-detail-approach-imgblock__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-imgblock__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-approach-imgblock__img {
  flex-shrink: 0;
  width: 39.9rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-imgblock__img {
    width: 100%;
    height: 20rem;
    margin: 0 0 1.6rem;
  }
  .p-detail-approach-imgblock__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-detail-approach-type {
  position: relative;
  background: #F8F8F8;
  text-align: center;
  padding: 4rem 4.5rem 4rem;
  margin: 3.8rem 0 0;
  --dot-color: #F5EBEB;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type {
    padding: 2.4rem;
    margin-top: 2.4rem;
  }
}
.p-detail-approach-type::before, .p-detail-approach-type::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--dot-color);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type::before, .p-detail-approach-type::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-detail-approach-type::before {
  top: 1.2rem;
  left: 1.2rem;
  box-shadow: 99.8rem 0 0 0 var(--dot-color);
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type::before {
    top: 0.8rem;
    left: 0.8rem;
    box-shadow: 31rem 0 0 0 var(--dot-color);
  }
}
.p-detail-approach-type::after {
  bottom: 1.2rem;
  left: 1.2rem;
  box-shadow: 99.8rem 0 0 0 var(--dot-color);
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type::after {
    bottom: 0.8rem;
    left: 0.8rem;
    box-shadow: 31rem 0 0 0 var(--dot-color);
  }
}
.p-detail-approach-type__pre {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.07rem;
  line-height: 1;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type__pre {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 0.5rem;
  }
}
.p-detail-approach-type__ttl {
  display: inline-block;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.07rem;
  line-height: 1;
  text-align: center;
  padding: 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type__ttl {
    font-size: 2rem;
    margin: 0 -1em;
  }
}
.p-detail-approach-type__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1rem;
  background: #F5EBEB;
  border-radius: 2rem;
  transform: translateX(-50%);
}
.p-detail-approach-type__ttl .border {
  position: relative;
}
.p-detail-approach-type__ttl .num {
  font-size: 4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type__ttl .num {
    font-size: 3.2rem;
  }
}
.p-detail-approach-type-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 3.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list {
    flex-flow: column;
    gap: 4rem 0;
    margin: 4.8rem 0 0;
  }
}
.p-detail-approach-type-list__item {
  position: relative;
  width: 27.4rem;
  padding: 0 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
  }
}
.p-detail-approach-type-list__img {
  position: relative;
  width: 14.6rem;
  margin: 0 auto 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list__img {
    width: 8rem;
    margin: 0;
  }
}
.p-detail-approach-type-list__img p {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
  font-size: 1.8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list__img p {
    text-align: left;
    font-size: 1.2rem;
  }
  .p-detail-approach-type-list__img p span {
    display: block;
  }
}
.p-detail-approach-type-list__img img {
  vertical-align: bottom;
}
.p-detail-approach-type-list__img.-large img {
  width: 16.3rem;
  height: 15.3rem;
  margin-top: -0.7rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list__img.-large img {
    margin-top: -0.3rem;
    width: 8.9rem;
    height: 8.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list__inner {
    width: calc(100% - 9.6rem);
  }
}
.p-detail-approach-type-list__ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #B98374;
  text-align: center;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list__ttl {
    font-size: 2rem;
    text-align: left;
    margin: 0 0 0.2rem;
  }
}
.p-detail-approach-type-list__txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list__txt {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-approach-type-list__risk {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list__risk {
    margin-right: -1rem;
  }
}
.p-detail-approach-type-list__risk li {
  background: #F5EBEB;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  border-radius: 0.2rem;
  padding: 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list__risk li {
    font-size: 1.1rem;
    line-height: 2.7;
    padding: 0.2rem 0.6rem;
  }
}
.p-detail-approach-type-list__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 7.8rem;
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
  color: #307955;
  background: #E8F2ED;
  font-weight: 700;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-list__bg {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    padding: 0.8rem 1.3rem;
    margin-top: 1.2rem;
  }
}
.p-detail-approach-type-list__bg.-gr {
  background: #EFEFEF;
  color: #5A554D;
}
.p-detail-approach-type-list__bg.-gd {
  font-size: 1.6rem;
  color: #fff;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
}
.p-detail-approach-type-reason {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-reason {
    flex-flow: column;
    gap: 0.8rem 0;
  }
}
.p-detail-approach-type-reason__item {
  width: calc((100% - 2.4rem) / 3);
  background: #fff;
  padding: 2.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-reason__item {
    width: 100%;
  }
}
.p-detail-approach-type-reason__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #979797;
  border-bottom: 1px solid #F5EBEB;
}
.p-detail-approach-type-reason__ttl {
  font-size: 2.4rem;
  line-height: 1.75;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-reason__ttl {
    font-size: 2rem;
  }
}
.p-detail-approach-type-reason__txt {
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-type-reason__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 0.8rem 0 0;
  }
}
.p-detail-approach-step {
  position: relative;
  max-width: 112rem;
  background: linear-gradient(135deg, rgb(252, 214, 203) 0%, rgb(253, 243, 239) 69%, rgb(255, 232, 215) 100%);
  border-radius: 0.6rem;
  padding: 4.7rem 2.2rem 3.2rem 8rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step {
    margin: 2.4rem 2.4rem 0;
    padding: 3.2rem 2.4rem;
  }
}
.p-detail-approach-step__intro {
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 0 2.4rem;
}
.p-detail-approach-step__img {
  position: absolute;
  bottom: 3.2rem;
  right: 2.2rem;
  width: 49.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step__img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
.p-detail-approach-step__menu {
  width: 46.3rem;
  background: #fff;
  border-radius: 0.6rem;
  padding: 1.7rem 2.4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step__menu {
    width: 100%;
    padding: 2.4rem;
    margin-top: 2.4rem;
  }
}
.p-detail-approach-step__txt {
  line-height: 2.125;
  text-align: center;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step__txt {
    font-size: 1.4rem;
  }
}
.p-detail-approach-step__txt span {
  color: #B98374;
  font-weight: 700;
}
.p-detail-approach-step__sub {
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #DCDCDC;
  padding: 0 0 1rem;
}
.p-detail-approach-step-list__item {
  border-bottom: 1px solid #DCDCDC;
}
.p-detail-approach-step-list__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem 6rem 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step-list__item a {
    padding: 1.2rem 3rem 1.2rem 0;
  }
}
.p-detail-approach-step-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 3.8rem;
  height: 4rem;
  background: url(../img/menu/rejuvenate-refine-therapy/icn_approach_arrow.jpg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step-list__item a::before {
    right: 0.4rem;
    width: 2.4rem;
    height: 2.6rem;
  }
}
.p-detail-approach-step-list__inner {
  width: calc(100% - 8.4rem);
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step-list__inner {
    width: calc(100% - 6rem);
  }
}
.p-detail-approach-step-list__img {
  width: 7rem;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step-list__img {
    width: 5rem;
  }
}
.p-detail-approach-step-list__txt {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step-list__txt {
    font-size: 1.3rem;
  }
}
.p-detail-approach-step-list__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step-list__ttl {
    font-size: 1.6rem;
  }
}
.p-detail-approach-step-comment {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-detail-approach-step-comment {
    display: none;
  }
}
.p-detail-approach-step-comment__inner {
  position: relative;
  padding: 9rem 1.3rem 0 0;
}
.p-detail-approach-step-comment__txt {
  position: absolute;
  top: 0;
  right: -1.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18.2rem;
  height: 8.1rem;
  font-size: 1.5rem;
  line-height: 1.8;
  background: #fff;
  text-align: center;
  border-radius: 0.5rem;
}
.p-detail-approach-step-comment img {
  width: 9.3rem;
  margin: 0 0 0 auto;
}
.p-detail-olumiant {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant {
    padding-top: 6rem;
  }
}
.p-detail-olumiant + .p-detail-outline {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant + .p-detail-outline {
    padding-top: 8rem;
  }
}
.p-detail-olumiant__wrap {
  max-width: 93.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant__wrap {
    padding: 0 2.4rem;
  }
}
.p-detail-olumiant__pre {
  text-align: center;
  margin: 0 0 1.2rem;
}
.p-detail-olumiant__pre span {
  display: inline-block;
  width: 49rem;
  border-top: 1px solid #9D8C80;
  border-bottom: 1px solid #9D8C80;
  letter-spacing: 0.14em;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #9D8C80;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant__pre span {
    width: auto;
    font-size: 1.8rem;
  }
}
.p-detail-olumiant__ttl {
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-detail-olumiant__ttl.-two {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant__ttl {
    font-size: 2.6rem;
  }
}
.p-detail-olumiant__ttl .en {
  font-size: 8.8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant__ttl .en {
    font-size: 5rem;
  }
}
.p-detail-olumiant__ttl .u-sp {
  line-height: 0;
}
.p-detail-olumiant__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0.07em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant__en {
    font-size: 1.6rem;
  }
}
.p-detail-olumiant__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant__txt {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-olumiant__txt .bold {
  font-weight: 700;
}
.p-detail-olumiant-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant-list {
    flex-flow: column;
    gap: 1.2rem 0;
  }
}
.p-detail-olumiant-list__item {
  width: 30.4rem;
  background: #fff;
  padding: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant-list__item {
    width: 100%;
    padding: 0 0 2.4rem;
  }
}
.p-detail-olumiant-list__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: #74B9B6;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant-list__ttl {
    height: 5.2rem;
    font-size: 1.8rem;
  }
}
.p-detail-olumiant-list__ttl.-brown {
  background: #B98374;
}
.p-detail-olumiant-list__ttl.-orange {
  background: #E28543;
}
.p-detail-olumiant-list__img {
  width: calc(100% - 3.2rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant-list__img {
    width: 26.9rem;
  }
}
.p-detail-olumiant-list__txt {
  font-size: 1.5rem;
  line-height: 2;
  padding: 0 1.6rem;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-olumiant-list__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 1.6rem 0 0;
  }
}
.p-detail-type {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-detail-type {
    padding-top: 6rem;
  }
}
.p-detail-type__ttl {
  text-align: center;
  font-size: 4rem;
  line-height: 1.75;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail-type__ttl {
    font-size: 2.6rem;
  }
}
.p-detail-type__en {
  text-align: center;
  font-size: 2rem;
  color: #B98374;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-detail-type__en {
    font-size: 1.6rem;
  }
}
.p-detail-type-list {
  max-width: 93.2rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-type-list {
    width: calc(100% - 4.8rem);
  }
}
.p-detail-type-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 1.6rem 1rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-type-list__item {
    display: block;
    padding: 0;
  }
}
.p-detail-type-list__item:first-child {
  margin-top: 0;
}
.p-detail-type-list__head {
  pointer-events: none;
  position: relative;
  width: 18rem;
  height: 14.8rem;
  flex-shrink: 0;
  border-right: 1px solid #ECECEC;
  margin-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-type-list__head {
    pointer-events: all;
    width: 100%;
    height: auto;
    border-right: 0;
    margin: 0;
    padding: 1.6rem 3rem 1.6rem 8.8rem;
  }
  .p-detail-type-list__head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1rem;
    background: #F5EBEB;
    border-radius: 2rem;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-detail-type-list__head::before {
    top: 50%;
    right: 2.4rem;
    left: auto;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/menu/lhdv/icn_acc_open.png) center center/100% auto no-repeat;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-detail-type-list__head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.4rem;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/menu/lhdv/icn_acc_close.png) center center/100% auto no-repeat;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-detail-type-list__head.is-open::after {
    transform: translateY(-50%) rotate(0);
  }
}
.p-detail-type-list__head img {
  position: absolute;
  top: calc(50% - 2rem);
  left: 50%;
  width: 5.7rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-detail-type-list__head img {
    top: 50%;
    left: 2.4rem;
    width: 4.3rem;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-detail-type-list__acc {
    height: 0;
    overflow: hidden;
    transition: height 0.25s ease;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-type-list__content {
    position: relative;
    padding: 2.4rem 2.4rem 3.1rem;
  }
  .p-detail-type-list__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.4rem;
    width: calc(100% - 4.8rem);
    height: 1px;
    background: #ECECEC;
  }
}
.p-detail-type-list__num {
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #979797;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-detail-type-list__num {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.4rem;
  }
  .p-detail-type-list__num br {
    display: none;
  }
}
.p-detail-type-list__name {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail-type-list__name {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 2.2rem;
    text-align: left;
  }
}
.p-detail-type-list__name:has(ruby) {
  bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-type-list__name:has(ruby) {
    bottom: auto;
  }
}
.p-detail-type-list__name ruby {
  line-height: 1;
}
.p-detail-type-list__name ruby rt {
  margin-bottom: -0.5rem;
}
.p-detail-type-list__ttl {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-type-list__ttl {
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 0 0 1rem;
  }
}
.p-detail-type-list__txt {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-detail-type-list__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-type-method {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 92.8rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-type-method {
    width: calc(100% - 4.8rem);
    margin: 2.4rem auto 0;
    flex-flow: column;
    gap: 1.2rem 0;
  }
}
.p-detail-type-method__item {
  position: relative;
  width: 30.1rem;
  background: #fff;
  padding: 0 0 11rem;
}
@media screen and (max-width: 767px) {
  .p-detail-type-method__item {
    width: 100%;
    padding: 0 0 2.4rem;
  }
}
.p-detail-type-method__inner {
  padding: 1.6rem 1.6rem 0;
}
.p-detail-type-method__ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.75;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  margin: 0 -1em 1.2rem;
}
.p-detail-type-method__ttl span {
  font-size: 1.6rem;
  vertical-align: text-top;
}
.p-detail-type-method__txt {
  font-size: 1.5rem;
  line-height: 1.9;
}
.p-detail-type-method__notes {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #979797;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin-top: 1.2rem;
}
.p-detail-type-method__notes + .p-detail-type-method__notes {
  margin-top: 0.5rem;
}
.p-detail-type-method__img {
  position: relative;
}
.p-detail-type-method__img p {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.4rem;
  line-height: 2.1;
  background: #fff;
  border: 1px solid #F0F0F0;
  padding: 0 1.2rem;
}
.p-detail-type-method__img p span {
  font-size: 1rem;
  vertical-align: text-top;
}
.p-detail-type-method__pre {
  color: #9D8C80;
  text-align: center;
  font-size: 1.75;
}
.p-detail-type-method__btn {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  width: calc(100% - 3.2rem) !important;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-detail-type-method__btn {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100% !important;
    margin: 1.6rem auto 0;
    transform: none;
  }
}
.p-detail-type-reason {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 92.8rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-type-reason {
    width: calc(100% - 4.8rem);
    flex-flow: column;
    gap: 0.8rem 0;
    margin: 2.4rem auto 0;
  }
}
.p-detail-type-reason__item {
  width: calc((100% - 2.4rem) / 3);
  background: #fff;
  padding: 2.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-type-reason__item {
    width: 100%;
  }
}
.p-detail-type-reason__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #979797;
  border-bottom: 1px solid #F5EBEB;
}
.p-detail-type-reason__ttl {
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
  color: #B98374;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-type-reason__ttl {
    font-size: 2rem;
  }
}
.p-detail-type-reason__txt {
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-type-reason__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 0.8rem 0 0;
  }
}
.p-detail-type-caution {
  position: relative;
  max-width: 92.8rem;
  text-align: center;
  background: #fff;
  margin: 3.2rem auto 0;
  padding: 4rem;
  --dot-color: #F5EBEB;
}
@media screen and (max-width: 767px) {
  .p-detail-type-caution {
    width: calc(100% - 4.8rem);
    padding: 3.2rem 2.4rem;
    margin: 2.4rem auto 0;
  }
}
.p-detail-type-caution::before, .p-detail-type-caution::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--dot-color);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-detail-type-caution::before, .p-detail-type-caution::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-detail-type-caution::before {
  top: 1.2rem;
  left: 1.2rem;
  box-shadow: 89.5rem 0 0 0 var(--dot-color);
}
@media screen and (max-width: 767px) {
  .p-detail-type-caution::before {
    top: 0.8rem;
    left: 0.8rem;
    box-shadow: 35.8rem 0 0 0 var(--dot-color);
  }
}
.p-detail-type-caution::after {
  bottom: 1.2rem;
  left: 1.2rem;
  box-shadow: 89.5rem 0 0 0 var(--dot-color);
}
@media screen and (max-width: 767px) {
  .p-detail-type-caution::after {
    bottom: 0.8rem;
    left: 0.8rem;
    box-shadow: 35.8rem 0 0 0 var(--dot-color);
  }
}
.p-detail-type-caution__ttl {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #B98374;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-detail-type-caution__ttl {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.p-detail-type-caution__ttl::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #F5EBEB;
  border-radius: 1rem;
}
.p-detail-type-caution__ttl span {
  position: relative;
  z-index: 1;
  padding: 0 1.4rem 0 4.5rem;
}
.p-detail-type-caution__ttl span::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 1.1rem;
  width: 2.3rem;
  height: 2rem;
  background: url(../img/menu/alopecia-areata-treatment/icn_caution.svg) 0 0/100% auto no-repeat;
}
.p-detail-type-caution__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: left;
}
.p-detail-feature {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-feature__wrap {
    padding: 0 2.4rem;
  }
}
.p-detail-feature__pre {
  text-align: center;
  margin: 0 0 1.2rem;
}
.p-detail-feature__pre span {
  display: inline-block;
  border-top: 1px solid #9D8C80;
  border-bottom: 1px solid #9D8C80;
  letter-spacing: 0.14em;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #9D8C80;
  padding: 1rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature__pre span {
    padding: 1rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-feature__pre span {
    width: auto;
    font-size: 1.8rem;
  }
}
.p-detail-feature__ttl {
  font-size: 4.6rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.p-detail-feature__ttl span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature__ttl span {
    font-size: 2.4rem;
  }
}
.p-detail-feature__ttl.-small {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature__ttl.-small {
    font-size: 2.4rem;
  }
}
.p-detail-feature__ttl .u-pc,
.p-detail-feature__ttl .u-sp {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature__ttl {
    font-size: 2.6rem;
  }
}
.p-detail-feature__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0.07em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature__en {
    font-size: 1.6rem;
  }
}
.p-detail-feature-imgblock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 2.4rem auto 0;
}
.p-detail-feature-imgblock.-about {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-imgblock.-about {
    margin-top: 3rem;
  }
}
.p-detail-feature-imgblock__img {
  flex-shrink: 0;
  width: 58.7rem;
  margin-left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-imgblock__img {
    width: auto;
    margin-left: -2.4rem;
  }
}
.-about .p-detail-feature-imgblock__img {
  width: 50.3rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .-about .p-detail-feature-imgblock__img {
    width: auto;
  }
}
.p-detail-feature-imgblock-content {
  padding: 6.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-imgblock-content {
    padding: 0;
  }
}
.-about .p-detail-feature-imgblock-content {
  padding: 4.3rem 8.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .-about .p-detail-feature-imgblock-content {
    padding: 0;
  }
}
.p-detail-feature-imgblock-content__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 2;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-imgblock-content__ttl {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.p-detail-feature-imgblock-content__txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-imgblock-content__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 1.6rem 0 0;
  }
}
.p-detail-feature-ques {
  border-radius: 0.6rem;
  background: #fff;
  padding: 1.4rem 2.4rem;
  margin: 2.4rem 0 0;
}
.p-detail-feature-ques__ttl {
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  padding: 0 0 0.9rem 2rem;
  margin: 0 0 1.2rem;
}
.p-detail-feature-ques__ttl::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/menu/lhdv/icn_about.svg) 0 0/100% auto no-repeat;
}
.p-detail-feature-ques__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #F5EBEB;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-detail-feature-ques__ttl.is-active::after {
  transform: scaleX(1);
}
.p-detail-feature-ques__ttl span {
  color: #B98374;
}
.p-detail-feature-ques__txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-ques__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-feature-more {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-more {
    margin-top: 4rem;
  }
}
.p-detail-feature-more__ttl {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.975;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-more__ttl {
    font-size: 2.6rem;
  }
}
.p-detail-feature-more__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  font-size: 2.2rem;
  color: #B98374;
  letter-spacing: 0.07em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-more__en {
    font-size: 1.6rem;
  }
}
.p-detail-feature-point {
  max-width: 112rem;
  background: #fff;
  padding: 4.5rem 5rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point {
    padding: 2.4rem;
    margin-top: 2.4rem;
  }
}
.p-detail-feature-point__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point__block {
    flex-flow: column;
  }
}
.p-detail-feature-point__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point__head {
    margin: 0 0 1rem;
  }
}
.p-detail-feature-point__pre {
  font-size: 1.7rem;
  color: #9D8C80;
  line-height: 1;
  border-right: 1px solid #E9E9E9;
  text-align: center;
  margin-right: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point__pre {
    font-size: 1.3rem;
    margin-right: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-detail-feature-point__pre span {
  display: block;
  color: #B98374;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 4.1rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point__pre span {
    font-size: 3rem;
  }
}
.p-detail-feature-point__ttl {
  font-size: 2.8rem;
  line-height: 1.75;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 1.6rem 0 0;
  }
}
.p-detail-feature-point__img {
  flex-shrink: 0;
  width: 39.9rem;
  margin-left: 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point__img {
    width: 100%;
    margin: 0;
  }
}
.p-detail-feature-point-detail {
  background: #F8F8F8;
  text-align: center;
  padding: 3.2rem 4.5rem 4rem;
  margin: 3.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail {
    padding: 0 1.6rem;
    margin-top: 2.4rem;
  }
}
.p-detail-feature-point-detail__ttl {
  pointer-events: none;
  display: inline-block;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.07rem;
  line-height: 1;
  text-align: center;
  padding: 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail__ttl {
    pointer-events: all;
    position: relative;
    display: block;
    font-size: 1.8rem;
    line-height: 1.75;
    text-align: left;
    padding: 1.6rem 0;
  }
  .p-detail-feature-point-detail__ttl.-small {
    font-size: 1.5rem;
  }
}
.p-detail-feature-point-detail__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1rem;
  background: #F5EBEB;
  border-radius: 2rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail__ttl::before {
    top: 50%;
    right: 0;
    left: auto;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/menu/lhdv/icn_acc_open.png) center center/100% auto no-repeat;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail__ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/menu/lhdv/icn_acc_close.png) center center/100% auto no-repeat;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail__ttl.is-open::after {
    transform: translateY(-50%) rotate(0);
  }
}
.p-detail-feature-point-detail__ttl .border {
  position: relative;
}
.p-detail-feature-point-detail__ttl .num {
  font-size: 4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail__ttl .num {
    font-size: 3.2rem;
  }
}
.-point2 .p-detail-feature-point-detail__ttl {
  line-height: 1.75;
}
.-point2 .p-detail-feature-point-detail__ttl::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .-point2 .p-detail-feature-point-detail__ttl::before {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail__acc {
    height: 0;
    overflow: hidden;
    transition: height 0.25s ease;
  }
}
.p-detail-feature-point-detail__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  gap: 0 5rem;
  margin: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail__list {
    flex-flow: column;
    gap: 7rem 0;
    margin: 0;
    border-top: 1px solid #EDEDED;
    padding: 5rem 0 3.2rem;
  }
}
.p-detail-feature-point-detail__list li {
  position: relative;
}
.p-detail-feature-point-detail__list li::after {
  content: "";
  position: absolute;
  top: 5.5rem;
  right: -4rem;
  width: 2.4rem;
  height: 4.4rem;
  background: #EDEDED;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail__list li::after {
    top: auto;
    bottom: -4.5rem;
    right: auto;
    left: 50%;
    width: 4.4rem;
    height: 2.4rem;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    transform: translateX(-50%);
  }
}
.p-detail-feature-point-detail__list li:last-child::after {
  content: none;
}
.p-detail-feature-point-detail__list li .step {
  position: absolute;
  top: 0;
  left: 4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  background: #B98374;
  line-height: 1;
  font-size: 1.6rem;
  border-radius: 3rem;
  padding: 0.4rem 1rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail__list li .step {
    left: 6rem;
  }
}
.p-detail-feature-point-detail__list li .step span {
  font-size: 2.4rem;
}
.p-detail-feature-point-detail__list img {
  width: 27.5rem;
}
.p-detail-feature-point-detail__list p {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-detail__list p {
    font-size: 1.3rem;
    margin: 1.6rem 0 0;
  }
}
.p-detail-feature-point-effect {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-effect {
    flex-flow: column;
    margin: 0;
    border-top: 1px solid #EDEDED;
    padding: 2.4rem 0 3.2rem;
    gap: 2.4rem 0;
  }
}
.p-detail-feature-point-effect__item {
  width: calc(50% - 3.1rem);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-effect__item {
    flex-flow: column;
    width: auto;
    gap: 1.2rem 0;
  }
}
.p-detail-feature-point-effect__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  flex-shrink: 0;
  gap: 0.6rem 0;
  width: 18rem;
  height: 9.2rem;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  background: #EDEDED;
  color: #979797;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-effect__ttl {
    width: 100%;
  }
}
.p-detail-feature-point-effect__ttl span {
  display: block;
  font-size: 2.7rem;
  color: #5A554D;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.p-detail-feature-point-effect__txt {
  font-size: 1.3rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-point-effect__txt {
    text-align: left;
  }
}
.p-detail-feature-combi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  padding: 4rem 2rem 4rem 4rem;
  max-width: 112rem;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-combi {
    padding: 3.2rem 2.4rem;
  }
}
.p-detail-feature-combi__content {
  width: 51.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-combi__content {
    width: auto;
  }
}
.p-detail-feature-combi__head {
  position: relative;
  margin: 0 0 2.4rem;
}
.p-detail-feature-combi__head::before {
  content: "";
  position: absolute;
  top: -6rem;
  right: 0;
  width: 11.6rem;
  height: 15.4rem;
  background: url(../img/menu/lhdv/icn_feature.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-combi__head::before {
    top: -2.3rem;
    width: 6.8rem;
    height: 9rem;
  }
}
.p-detail-feature-combi__pre {
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin: 0 0 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-combi__pre {
    font-size: 1.7rem;
    line-height: 1.8;
    margin: 0 0 0.6rem;
  }
}
.p-detail-feature-combi__pre span {
  position: relative;
  font-weight: 500;
}
.p-detail-feature-combi__pre span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B98374;
}
.p-detail-feature-combi__ttl {
  display: inline-block;
  font-size: 2.3rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  padding: 0.4rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-combi__ttl {
    display: block;
    font-size: 1.7rem;
    text-align: center;
    padding: 0.6rem 0;
  }
  .p-detail-feature-combi__ttl span {
    display: none;
  }
}
.p-detail-feature-combi__txt {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-combi__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 2.4rem 0;
  }
}
.p-detail-feature-combi__img {
  text-align: center;
  width: 48.4rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-combi__img {
    width: calc(100% + 2.4rem);
    margin: 0 -1.2rem;
  }
}
.p-detail-feature-combi__img p {
  display: inline-block;
  font-size: 1.2rem;
  text-indent: -1em;
  margin: 2rem 0 0;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-combi__img p {
    font-size: 1rem;
    margin: 0.8rem 0 0;
  }
}
.p-detail-feature-compare {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 5.5rem;
  max-width: 112rem;
  margin: -5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare {
    flex-flow: column;
    margin-top: 0;
  }
}
.p-detail-feature-compare__content {
  padding: 10.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__content {
    padding: 3.7rem 0 0;
  }
}
.p-detail-feature-compare__ttl {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__ttl {
    font-size: 2rem;
    line-height: 2;
    margin: 0 0 -5.5rem;
  }
}
.p-detail-feature-compare__txt {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__txt {
    font-size: 1.3rem;
    margin: 2.4rem 0 0;
  }
}
.p-detail-feature-compare__comment {
  position: relative;
  width: 10.7rem;
  margin: 0 0 -4px auto;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__comment {
    width: 7.6rem;
  }
  .p-detail-feature-compare__comment img {
    position: relative;
    z-index: 2;
  }
}
.p-detail-feature-compare__comment p {
  position: absolute;
  top: 0;
  right: calc(100% + 1rem);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12.4rem;
  height: 6.6rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  border: 1px solid #EEEEEE;
  background: #fff;
  opacity: 0;
  transform: scale(0) translateY(1rem) rotate(20deg);
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__comment p {
    top: -4rem;
    right: 4.5rem;
    width: 10.6rem;
    height: 5.4rem;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0;
  }
}
.p-detail-feature-compare__comment p.is-active {
  transition: 0.6s 0.2s cubic-bezier(0.34, 1.63, 0.64, 1);
  opacity: 1;
  transform: scale(1) translateY(0) rotate(0);
}
.p-detail-feature-compare__table {
  flex-shrink: 0;
  position: relative;
  width: 55.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__table {
    width: auto;
  }
}
.p-detail-feature-compare__table table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__table table {
    width: 100%;
  }
}
.p-detail-feature-compare__table table thead th {
  width: 10rem;
  background: #C49389;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  padding: 1.5rem 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__table table thead th {
    width: 7rem;
    font-size: 1rem;
  }
}
.p-detail-feature-compare__table table thead th:first-child {
  width: 7.2rem;
  background: none;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__table table thead th:first-child {
    width: 5rem;
  }
}
.p-detail-feature-compare__table table thead th:last-child {
  position: relative;
  width: 27.2rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__table table thead th:last-child {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-detail-feature-compare__table table thead th:last-child span {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  font-size: 1.7rem;
  line-height: 1;
  gap: 0 0.7rem;
  color: #B98374;
  border-radius: 0.3rem;
  padding: 0.6rem 1rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__table table thead th:last-child span {
    top: -1.1rem;
    font-size: 1.2rem;
    padding: 0.4rem 0.6rem;
    z-index: 3;
  }
}
.p-detail-feature-compare__table table thead th:last-child span img {
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__table table thead th:last-child span img {
    width: 1.7rem;
  }
}
.p-detail-feature-compare__table table tbody th {
  background: #9D8C80;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  vertical-align: middle;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__table table tbody th {
    font-size: 1rem;
  }
}
.p-detail-feature-compare__table table tbody td {
  background: #F5EBEB;
  line-height: 1;
  vertical-align: middle;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__table table tbody td {
    font-size: 1.2rem;
  }
}
.p-detail-feature-compare__table table tbody td img {
  display: block;
  width: 2.8rem;
  margin: 0 auto;
}
.p-detail-feature-compare__table table tbody td:last-child {
  background: #B98374;
  color: #fff;
  text-align: center;
}
.p-detail-feature-compare__table table tbody td:last-child img {
  display: block;
  width: 3.4rem;
  margin: 0 auto;
}
.p-detail-feature-compare__table table tbody td:last-child span {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-feature-compare__table table tbody td:last-child span {
    font-size: 1.2rem;
  }
}
.p-detail-feature-compare__table table tbody tr:nth-child(even) td:nth-child(-n+3) {
  background: #fff;
}
.p-detail-feature-compare__table table tbody tr:last-child th,
.p-detail-feature-compare__table table tbody tr:last-child td {
  background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 53%, rgb(158, 122, 104) 100%);
}
.p-detail-outline {
  background: #F5EBEB;
  padding: 0 0 12rem;
}
.p-detail-outline.-bgnone {
  background: none;
}
@media screen and (max-width: 767px) {
  .p-detail-outline {
    background: none;
    padding: 6rem 2.4rem 0;
  }
}
.p-detail-outline__ttl {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.75;
  margin: 0 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-outline__ttl {
    font-size: 2.2rem;
    margin: 0;
  }
}
.p-detail-outline__inner {
  position: relative;
  max-width: 93.2rem;
  background: #fff;
  margin: 0 auto;
  padding: 6rem 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-outline__inner {
    padding: 3.2rem 2.4rem;
  }
}
.p-detail-outline__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 48rem;
  height: 1.6rem;
  background: #EDDADB;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  transform: translateX(-50%);
}
.-bgnone .p-detail-outline__inner::before {
  background: #F5EBEB;
}
@media screen and (max-width: 767px) {
  .p-detail-outline__inner::before {
    width: 17rem;
    height: 0.6rem;
  }
}
.p-detail-outline table {
  width: 100%;
  table-layout: fixed;
}
.p-detail-outline table th {
  width: 18rem;
  line-height: 2;
  color: #B98374;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #F5EBEB;
  padding: 1.8rem 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-detail-outline table th {
    display: block;
    width: 100%;
    border-bottom: 0;
    font-size: 1.3rem;
    padding: 1.2rem 0 0.6rem;
  }
}
.p-detail-outline table td {
  line-height: 2;
  font-size: 1.5rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid #F5EBEB;
}
@media screen and (max-width: 767px) {
  .p-detail-outline table td {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    padding: 0 0 1.2rem;
  }
}
.p-detail-outline__dot li {
  position: relative;
  line-height: 2;
  padding: 0 0 0 1em;
}
.p-detail-outline__dot li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-detail-component {
    margin-top: 8rem;
  }
}
.p-detail-component__wrap {
  max-width: 92.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-component__wrap {
    padding: 0 2.4rem;
  }
}
.p-detail-component__ttl {
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.75;
  color: #B98374;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-detail-component__ttl {
    font-size: 2.6rem;
  }
}
.p-detail-component__ttl .en {
  font-size: 8.8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-detail-component__ttl .en {
    font-size: 5rem;
  }
}
.p-detail-component__ttl .u-sp {
  line-height: 0;
}
.p-detail-component__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0.07em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-component__en {
    font-size: 1.6rem;
  }
}
.p-detail-component-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 3rem;
}
.p-detail-component-list__item {
  width: calc((100% - 2.4rem) / 3);
  background: #fff;
  padding: 3.2rem 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-component-list__item {
    width: calc((100% - 0.8rem) / 3);
    padding: 2.4rem 0 2rem;
  }
}
.p-detail-component-list__img {
  width: 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-component-list__img {
    width: 3.6rem;
  }
}
.p-detail-component-list__txt {
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-component-list__txt {
    font-size: 1.4rem;
  }
}
.p-detail-component-caution {
  position: relative;
  max-width: 92.8rem;
  text-align: center;
  background: #fff;
  margin: 3.2rem auto 0;
  padding: 4rem;
  --dot-color: #F5EBEB;
}
.p-detail-component-caution::before, .p-detail-component-caution::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--dot-color);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-detail-component-caution::before, .p-detail-component-caution::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-detail-component-caution::before {
  top: 1.2rem;
  left: 1.2rem;
  box-shadow: 89.5rem 0 0 0 var(--dot-color);
}
@media screen and (max-width: 767px) {
  .p-detail-component-caution::before {
    top: 0.8rem;
    left: 0.8rem;
    box-shadow: 35.8rem 0 0 0 var(--dot-color);
  }
}
.p-detail-component-caution::after {
  bottom: 1.2rem;
  left: 1.2rem;
  box-shadow: 89.5rem 0 0 0 var(--dot-color);
}
@media screen and (max-width: 767px) {
  .p-detail-component-caution::after {
    bottom: 0.8rem;
    left: 0.8rem;
    box-shadow: 35.8rem 0 0 0 var(--dot-color);
  }
}
.p-detail-component-caution + .p-detail-component-caution {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-component-caution {
    width: 100%;
    padding: 3.2rem 2.4rem;
    margin: 2.4rem auto 0;
  }
}
.p-detail-component-caution__ttl {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  color: #B98374;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-component-caution__ttl {
    font-size: 1.8rem;
    margin: 0 -1em 1rem;
  }
}
.p-detail-component-caution__ttl::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #F5EBEB;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-component-caution__ttl::before {
    bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-component-caution__ttl.-none {
    font-size: 1.6rem;
  }
}
.p-detail-component-caution__ttl.-none::before {
  content: none;
}
.p-detail-component-caution__ttl span {
  position: relative;
  z-index: 1;
  padding: 0 1.4rem 0 4.5rem;
}
.p-detail-component-caution__ttl span::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 1.1rem;
  width: 2.3rem;
  height: 2rem;
  background: url(../img/menu/alopecia-areata-treatment/icn_caution.svg) 0 0/100% auto no-repeat;
}
.p-detail-component-caution__txt {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.9;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .p-detail-component-caution__txt {
    font-size: 1.3rem;
  }
}
.p-detail-component-caution__txt::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-detail-component-caution__list li {
  position: relative;
  text-align: left;
  font-weight: 500;
  line-height: 2;
  font-size: 1.5rem;
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-component-caution__list li {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
.p-detail-component-caution__list li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.3rem;
  border: 1px solid #979797;
}
.p-detail-component-caution__list li span {
  display: block;
  font-size: 1.2rem;
}
.p-detail-treatment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-detail-treatment {
    padding: 8rem 2.4rem 0;
  }
}
.p-detail-treatment__content {
  width: 52.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-treatment__content {
    width: auto;
  }
}
.p-detail-treatment__ttl {
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  color: #B98374;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-detail-treatment__ttl {
    text-align: center;
    font-size: 2.6rem;
  }
}
.p-detail-treatment__ttl .en {
  font-size: 8.8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-detail-treatment__ttl .en {
    font-size: 5rem;
  }
}
.p-detail-treatment__ttl .u-sp {
  line-height: 0;
}
.p-detail-treatment__en {
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0.07em;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-treatment__en {
    text-align: center;
    font-size: 1.6rem;
  }
}
.p-detail-treatment__txt {
  font-size: 1.5rem;
  line-height: 2;
  margin: 3.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-treatment__txt {
    line-height: 1.9;
    font-size: 1.3rem;
    margin: 2.4rem 0 0;
  }
}
.p-detail-treatment-link {
  position: relative;
  background: #fff;
  border-radius: 1.2rem;
  margin: 7.4rem 0 0;
  padding: 5.7rem 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-treatment-link {
    margin: 10rem 0 0;
  }
}
.p-detail-treatment-link img {
  position: absolute;
  top: -6.6rem;
  left: 50%;
  width: 13.3rem;
  transform: translateX(-50%);
}
.p-detail-treatment-link p {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-treatment-link p {
    font-size: 1.5rem;
  }
}
.p-detail-treatment-link p span {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-detail-treatment-link p span {
    font-size: 1.5rem;
  }
}
.p-detail-treatment-link__btn {
  width: 28rem !important;
  margin-top: 1.6rem;
}
.p-detail-treatment__img {
  width: 47.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-treatment__img {
    width: auto;
    margin: 2.4rem 0 0;
  }
}
.p-detail-index {
  width: 100%;
  background: #F5EBEB;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-index {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
.p-detail-index__block {
  position: relative;
  width: 112rem;
  margin: 0 auto;
  padding: 2.4rem 0;
}
.p-detail-index__block::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: -6.7rem;
  width: 2.6rem;
  height: 8.6rem;
  background: url(../img/menu/ttl_index.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-detail-index__block::before {
    top: 1.2rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-index__block {
    width: auto;
    height: auto;
    padding: 0;
  }
}
.p-detail-index__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.143;
}
@media screen and (max-width: 767px) {
  .p-detail-index__ttl {
    display: none;
    position: absolute;
    top: -0.5rem;
    left: 1.6rem;
  }
}
.p-detail-index__ttl span {
  position: relative;
  padding: 0 0 0 2.2rem;
}
.p-detail-index__ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icn_i.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-detail-index__ttl span::before {
    background: url(../img/common/icn_i_wh.svg) 0 0/100% auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-index__ttl {
    color: #fff;
  }
}
.p-detail-index-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-index-list {
    align-items: stretch;
    justify-content: space-between;
    gap: 0.4rem 0;
    margin: 0;
    padding: 2.7rem 2rem;
  }
}
.p-detail-index-list__item {
  width: calc((100% - 1.8rem) / 4);
  height: 6.2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-detail-index-list__item {
    width: calc(50% - 0.2rem);
    height: auto;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-index-list__item.-small {
    font-size: 1rem;
  }
}
.p-detail-index-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #FCF8F8;
  box-shadow: 0 0.3rem 0.3rem rgba(255, 255, 255, 0.6) inset;
  border-radius: 0.3rem;
  padding: 0 1.8rem 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-index-list__item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0.3rem;
    padding: 1rem 2rem 1rem 1.2rem;
  }
}
.p-detail-index-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 1.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 1px solid #B98374;
  border-right: 1px solid #B98374;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-detail-index-list__item a::after {
    width: 0.8rem;
    height: 0.8rem;
    right: 1.2rem;
    border-bottom: 1px solid #B98374;
    border-right: 1px solid #B98374;
  }
}
.p-detail-reason {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-reason {
    padding: 5rem 0 0;
  }
}
.p-detail-reason__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl {
    margin: 0 0 2rem;
  }
  .p-detail-reason__ttl.-end {
    align-items: flex-end;
  }
}
.p-detail-reason__ttl img {
  width: 20.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl img {
    width: 4.5rem;
  }
}
.p-detail-reason__ttl.-none {
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl.-none {
    gap: 0;
    margin: 0;
  }
}
.p-detail-reason__ttl.-none img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl.-none img {
    width: 8.8rem;
    margin-bottom: -0.6rem;
  }
  .p-detail-reason__ttl.-none img:last-of-type {
    margin-bottom: -1.7rem;
    z-index: 3;
  }
}
.p-detail-reason__ttl.-none .block {
  min-width: inherit;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl.-none .block {
    padding-bottom: 2.3rem;
  }
}
.p-detail-reason__ttl .block {
  display: inline-block;
  min-width: 41rem;
  text-align: center;
  padding: 0 2.4rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .block {
    min-width: 24rem;
    padding: 0;
  }
}
.p-detail-reason__ttl .block.-lhdv {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .block.-lhdv {
    padding-bottom: 0;
  }
}
.p-detail-reason__ttl .line1 {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .line1 {
    font-size: 2rem;
  }
}
.p-detail-reason__ttl .line1 span {
  color: #fff;
  background: #B98374;
  padding: 0 1.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .line1.-flex {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-detail-reason__ttl .line1.-flex span {
    position: relative;
    display: inline-block;
  }
  .p-detail-reason__ttl .line1.-flex span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
.p-detail-reason__ttl .line2 {
  display: block;
  font-size: 5.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .line2 {
    font-size: 3.5rem;
    margin-top: 0.2rem;
    padding-bottom: 0.5rem;
  }
}
.p-detail-reason__ttl .line2 .en {
  font-size: 7.2rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .line2 .en {
    font-size: 5.8rem;
  }
}
.p-detail-reason__ttl .line2 .small {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .line2 .small {
    font-size: 2.4rem;
  }
}
.p-detail-reason__ttl .lhdv1 {
  display: block;
  width: 29rem;
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #9D8C80;
  border-top: 1px solid #9D8C80;
  border-bottom: 1px solid #9D8C80;
  line-height: 1;
  letter-spacing: 0.14em;
  padding: 1rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .lhdv1 {
    font-size: 2rem;
  }
}
.p-detail-reason__ttl .lhdv2 {
  display: block;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #9D8C80;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 53%, rgb(158, 122, 104) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .lhdv2 {
    font-size: 2.1rem;
  }
}
.p-detail-reason__ttl .lhdv3 {
  display: block;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #9D8C80;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 53%, rgb(158, 122, 104) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .lhdv3 {
    font-weight: 400;
    font-size: 3.5rem;
  }
}
.p-detail-reason__ttl .lhdv3 .en {
  font-size: 8rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .lhdv3 .en {
    font-size: 5.8rem;
  }
}
.p-detail-reason__ttl .lhdv3 .small {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason__ttl .lhdv3 .small {
    font-size: 2.4rem;
  }
}
.p-detail-reason-slider {
  width: 100%;
  overflow: hidden;
  margin-top: -2.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider {
    margin: 0;
  }
}
.p-detail-reason-slider .slick-list {
  overflow: inherit;
}
.p-detail-reason-slider .slick-track {
  display: flex;
}
.p-detail-reason-slider .slick-slide {
  height: auto !important;
}
.p-detail-reason-slider .slick-slide > div {
  height: 100%;
}
.p-detail-reason-slider__item {
  display: flex !important;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  width: 92.3rem !important;
  height: 40.1rem;
  background: url(../img/menu/bg_reason.png) 0 0/100% auto no-repeat;
  padding: 1.6rem 3.2rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__item {
    position: relative;
    display: block !important;
    width: 37rem !important;
    height: 100%;
    background: #B98374;
    padding: 3.8rem 0.8rem 2.4rem;
    margin: 0 0.4rem;
  }
  .p-detail-reason-slider__item::before {
    content: "";
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    width: 28.2rem;
    height: 1.8rem;
    background: #FCF8F8;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
  }
}
.p-detail-reason-slider__num {
  position: absolute;
  top: 1.5rem;
  left: 2.7rem;
  font-size: 2.2rem;
  color: #fff;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__num {
    top: 0.6rem;
    left: 2rem;
    font-size: 1.6rem;
  }
}
.p-detail-reason-slider__content {
  width: 57rem;
  padding: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__content {
    width: auto;
    padding: 0;
  }
}
.p-detail-reason-slider__img {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  width: 28rem;
  height: 35.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 23rem;
  }
  .p-detail-reason-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-detail-reason-slider__pre {
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__pre {
    text-align: center;
    font-size: 1.7rem;
  }
}
.p-detail-reason-slider__ttl {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.9rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 8rem;
    font-size: 2.2rem;
    text-align: center;
    margin: 0 0 1.6rem;
    letter-spacing: 0.05em;
  }
  .p-detail-reason-slider__ttl.-small {
    font-size: 1.9rem;
  }
}
.p-detail-reason-slider__ttl .ul {
  color: #FDFF98;
}
.p-detail-reason-slider__txt {
  font-size: 1.5rem;
  line-height: 2;
  color: #fff;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__txt {
    font-size: 1.3rem;
    margin: 1.6rem 0 0;
    padding: 0 1.2rem;
  }
}
.p-detail-reason-slider__txt a {
  color: #fff;
}
.p-detail-reason-slider__notes {
  font-size: 1.2rem;
  color: #979797;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__notes {
    font-size: 1rem;
    color: #979797;
    margin: 1.6rem 0 0;
    padding: 0 1.2rem;
  }
}
.p-detail-reason-slider__nav {
  position: relative;
  max-width: 92.3rem;
  margin: 0 auto;
}
.p-detail-reason-slider__nav .arrows .slick-arrow {
  position: absolute;
  top: 50%;
  width: 3.8rem;
  height: 1.1rem;
  font-size: 0;
  background: url(../img/menu/icn_reason_arrow.svg) center center/100% auto no-repeat;
  margin-top: -0.7rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__nav .arrows .slick-arrow {
    top: auto;
    bottom: 0;
    width: 2.1rem;
    height: 1.1rem;
    margin-top: 0;
  }
}
.p-detail-reason-slider__nav .arrows .slick-arrow.slick-prev {
  left: -2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__nav .arrows .slick-arrow.slick-prev {
    left: 5.5rem;
  }
}
.p-detail-reason-slider__nav .arrows .slick-arrow.slick-next {
  right: -2rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__nav .arrows .slick-arrow.slick-next {
    right: 5.5rem;
  }
}
.p-detail-reason-slider__nav .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  margin: 2.4rem 0 0;
}
.p-detail-reason-slider__nav .slick-dots li {
  line-height: 0;
}
.p-detail-reason-slider__nav .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #B98374;
  background: #E1DAD8;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 0.5;
}
.p-detail-reason-slider__nav .slick-dots li.slick-active button {
  background: #B98374;
  opacity: 1;
}
.p-detail-reason-slider__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 7rem;
  margin: 3.2rem 0 0;
}
.p-detail-reason-slider__tabs.-lhdv {
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__tabs.-lhdv {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__tabs {
    width: 37rem;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    margin: 1.8rem auto 0;
  }
  .p-detail-reason-slider__tabs button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1 1 50%;
    height: 5.8rem;
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
  }
  .p-detail-reason-slider__tabs button:nth-child(-n+3) {
    width: 33.3333333333%;
  }
  .p-detail-reason-slider__tabs:has(> button:nth-child(3)):has(> button:nth-last-child(3)) > button {
    flex: 0 0 33.3333333333%;
  }
  .p-detail-reason-slider__tabs:has(> button:nth-child(4)):has(> button:nth-last-child(4)) > button {
    flex: 0 0 50%;
  }
  .p-detail-reason-slider__tabs:has(> button:nth-child(5)):has(> button:nth-last-child(5)) > button {
    flex: 0 0 50%;
  }
  .p-detail-reason-slider__tabs:has(> button:nth-child(5)):has(> button:nth-last-child(5)) > button:nth-child(5) {
    flex-basis: 100%;
  }
}
.p-detail-reason-slider__tabs .en {
  display: block;
  font-size: 1.7rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #7D624F;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__tabs .en {
    display: none;
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    width: auto;
    height: auto;
    background: none;
    font-size: 1.2rem;
    line-height: 1;
  }
  .p-detail-reason-slider__tabs .en span {
    display: none;
  }
}
.p-detail-reason-slider__tabs .ja {
  display: block;
  color: #7D624F;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.8rem;
  color: #979797;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__tabs .ja {
    font-size: 1.2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-reason-slider__tabs .ja.-small {
    font-size: 1.1rem;
  }
}
.p-detail-reason-slider__tabs .is-current .ja {
  color: #B98374;
}
.p-detail-combi {
  max-width: 112rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-combi {
    margin-top: 6rem;
  }
}
.p-detail-combi-head {
  position: relative;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-head {
    text-align: center;
    margin: 0 0 2.4rem;
  }
}
.p-detail-combi-head__pre {
  display: inline-block;
  background: #B98374;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.8rem;
  padding: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-head__pre {
    font-size: 1.8rem;
  }
}
.p-detail-combi-head__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  color: #B98374;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-head__ttl {
    font-size: 2.8rem;
    margin: 0.8rem 0 0;
  }
}
.p-detail-combi-head__txt {
  position: absolute;
  top: 9.3rem;
  right: 0;
  width: 45.6rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-head__txt {
    display: none;
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
.p-detail-combi-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content {
    display: block;
  }
}
.p-detail-combi-content__head {
  position: relative;
  width: 53rem;
  border-radius: 0.6rem;
  background: #fff;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content__head {
    width: calc(100% - 4.8rem);
    margin: 0 auto 1.6rem;
  }
}
.p-detail-combi-content__head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  background: url(../img/menu/es-nature/icn_combi.png) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content__head::before {
    top: auto;
    bottom: -2.4rem;
    right: auto;
    left: 50%;
    width: 3.2rem;
    height: 3.1rem;
    transform: translateX(-50%);
    z-index: 2;
  }
}
.p-detail-combi-content__sticky {
  position: sticky;
  top: 12.4rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content__sticky {
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-detail-combi-content__ttl {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  margin: 0 0 1.6rem;
}
.p-detail-combi-content__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-detail-combi-content__inner img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content__inner img {
    width: 8rem;
  }
}
.p-detail-combi-content__list {
  width: calc(100% - 17.5rem);
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content__list {
    width: 100%;
    padding: 0 0 0 1.6rem;
  }
}
.p-detail-combi-content__list li {
  position: relative;
  line-height: 2;
  font-size: 1.4rem;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 0.6rem 1.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content__list li {
    font-size: 1.3rem;
  }
}
.p-detail-combi-content__list li:first-child {
  margin-top: 0;
}
.p-detail-combi-content__list li::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 0.9rem;
  height: 0.8rem;
  background: #E5DED2;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.p-detail-combi-content__slider {
  width: 55.1rem;
  padding-top: 23.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content__slider {
    width: 100%;
    padding: 0 0 0 2.4rem;
    margin-right: -2.4rem;
  }
  .p-detail-combi-content__slider .slick-arrow {
    position: absolute;
    bottom: -0.1rem;
  }
  .p-detail-combi-content__slider .slick-arrow.slick-prev {
    left: 23rem;
    width: 2.1rem;
    height: 1.1rem;
    background-color: #B98374;
    mask-image: url(../img/common/icn_btn_arrow.svg);
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-detail-combi-content__slider .slick-arrow.slick-prev {
    left: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content__slider .slick-arrow.slick-prev::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-detail-combi-content__slider .slick-arrow.slick-next {
    left: 53rem;
    width: 2.1rem;
    height: 1.1rem;
    background-color: #B98374;
    mask-image: url(../img/common/icn_btn_arrow.svg);
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-detail-combi-content__slider .slick-arrow.slick-next {
    left: auto;
    right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content__slider .slick-arrow.slick-next::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-detail-combi-content__slider .slick-dots {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 0.8rem;
    width: 28rem;
    margin: 4rem 0 0 25.1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-detail-combi-content__slider .slick-dots {
    width: calc(100% - 2.4rem);
    margin: 2rem auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-combi-content__slider .slick-dots li {
    line-height: 0;
  }
  .p-detail-combi-content__slider .slick-dots li button {
    width: 1.2rem;
    height: 1rem;
    background: #DBCDC6;
    font-size: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    opacity: 1;
  }
  .p-detail-combi-content__slider .slick-dots li.slick-active button {
    background: #B98374;
  }
}
.p-detail-combi-menu {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-menu {
    width: 36rem !important;
    margin-right: 0.6rem;
  }
}
.p-detail-combi-menu + .p-detail-combi-menu {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-menu + .p-detail-combi-menu {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-combi-menu__img {
    height: 19rem;
  }
  .p-detail-combi-menu__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.p-detail-combi-menu__inner {
  padding: 2.4rem;
}
.p-detail-combi-menu__pre {
  color: #9D8C80;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-menu__pre {
    font-size: 1.8rem;
  }
}
.p-detail-combi-menu__ttl {
  color: #B98374;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-menu__ttl {
    font-size: 2.4rem;
    margin-top: 0.5rem;
  }
}
.p-detail-combi-menu__txt {
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-combi-menu__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-detail-combi-menu__btn {
  width: 28.9rem;
  height: 5.5rem;
  margin: 1.6rem auto 0;
}
.p-detail-combi-menu__btn a::after, .p-detail-combi-menu__btn a::before {
  right: 1rem;
}
.p-detail-compare {
  margin: 18rem 0 0;
  padding: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-compare {
    margin: 10rem 0 0;
    padding: 4rem 2.4rem 0;
  }
}
.p-detail-compare__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  max-width: 106.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-compare__block {
    display: block;
  }
}
.p-detail-compare__inner {
  width: 37.4rem;
}
.p-detail-compare__ttl {
  font-size: 3.6rem;
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #B98374;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-detail-compare__ttl {
    font-size: 2.8rem;
  }
}
.p-detail-compare__ttl .pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-detail-compare__ttl .pc {
    display: none;
  }
}
.p-detail-compare__ttl .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-detail-compare__ttl .sp {
    display: inline;
  }
}
.p-detail-compare__txt {
  line-height: 2.1;
  font-size: 1.4rem;
  margin: 2.5rem 0 0;
}
.p-detail-compare-img {
  position: relative;
  width: 55.1rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-compare-img {
    width: 100%;
    margin-top: 2rem;
  }
}
.p-detail-compare-img__top img {
  position: absolute;
  top: -8.5rem;
  right: 0.5rem;
  width: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-compare-img__top img {
    top: -11rem;
    width: 7.6rem;
  }
}
.p-detail-compare-img__top p {
  position: absolute;
  top: -8.6rem;
  right: 11.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12.4rem;
  height: 6.6rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
  border: 1px solid #EEEEEE;
  background: #fff;
  opacity: 0;
  transform: scale(0) translateY(1rem) rotate(20deg);
}
@media screen and (max-width: 767px) {
  .p-detail-compare-img__top p {
    top: -17.5rem;
    right: -1rem;
    width: 10.2rem;
    height: 5.4rem;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0;
  }
}
.p-detail-compare-img__top p.is-active {
  transition: 0.6s 0.2s cubic-bezier(0.34, 1.63, 0.64, 1);
  opacity: 1;
  transform: scale(1) translateY(0) rotate(0);
}
.p-detail-case {
  position: relative;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  padding: 10rem 0 8.5rem;
  margin-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-case {
    padding-top: 6rem;
    margin-top: 6rem;
  }
}
.p-detail-case .c-case {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-case .c-case {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-case .c-btn a {
    color: #666;
  }
}
.p-detail-flow {
  overflow: hidden;
  margin-top: 12.7rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-flow {
    margin-top: 8rem;
  }
}
.p-detail-flow__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-flow__block {
    display: block;
    padding: 0 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-flow__side .c-heading__en,
  .p-detail-flow__side .c-heading__ttl {
    text-align: center !important;
  }
}
.p-detail-flow-btn {
  width: 28.6rem;
  margin: 4.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-btn {
    display: none;
  }
}
.p-detail-flow-btn__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  padding: 1.6rem 0.4rem;
}
.p-detail-flow-btn__item.is-active {
  font-weight: 500;
  color: #B98374;
}
.p-detail-flow-btn__item.is-active::before {
  width: 100%;
}
.p-detail-flow-btn__item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4.4rem;
  height: 1px;
  background: #B98374;
}
.p-detail-flow-btn__item .num {
  font-size: 3rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #B98374;
}
.p-detail-flow-btn__item .step {
  color: #B98374;
  font-size: 1rem;
  line-height: 1;
  writing-mode: vertical-lr;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}
.p-detail-flow-btn__item .txt {
  padding-left: 1rem;
}
.p-detail-flow-btn__step {
  background: #9D8C80;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.9rem 0;
  margin: 2rem 0 0;
}
.p-detail-flow-main {
  width: calc((100vw - 96rem) / 2 + 55rem);
  margin-right: calc((100vw - 96rem) / 2 * -1);
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main {
    width: 100%;
    margin: 4rem 0 0;
    padding: 0 4rem;
  }
}
.p-detail-flow-main .slick-track {
  display: flex;
  gap: 0 1.6rem;
}
.p-detail-flow-main .slick-slide {
  height: auto !important;
  background: #fff;
  background: #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
}
.p-detail-flow-main__item {
  width: 51.2rem !important;
  padding: 1.4rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__item {
    width: 100% !important;
    padding: 0;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
  }
  .p-detail-flow-main__item + .p-detail-flow-main__item {
    margin-top: 0.6rem;
  }
}
.p-detail-flow-main__ttl {
  pointer-events: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1.6rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__ttl {
    pointer-events: all;
    background: #fff;
    padding: 2rem 5rem 2rem 1.6rem;
  }
}
.p-detail-flow-main__ttl.is-active {
  font-weight: 500;
  color: #B98374;
}
.p-detail-flow-main__ttl.is-active::before {
  width: 100%;
}
.p-detail-flow-main__ttl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 4.4rem;
  height: 1px;
  background: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__ttl::before {
    top: 50%;
    right: 1.6rem;
    left: auto;
    bottom: auto;
    width: 3rem;
    height: 3rem;
    background: url(../img/menu/icn_accordion_plus.png) 0 0/100% auto no-repeat;
    transform: translateY(-50%);
  }
  .is-open .p-detail-flow-main__ttl::before {
    background: url(../img/menu/icn_accordion_minus.png) 0 0/100% auto no-repeat;
  }
}
.p-detail-flow-main__ttl .num {
  font-size: 4rem;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #B98374;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__ttl .num {
    font-size: 3rem;
  }
}
.p-detail-flow-main__ttl .step {
  color: #B98374;
  font-size: 1.3rem;
  line-height: 1;
  writing-mode: vertical-lr;
  letter-spacing: 0.05em;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__ttl .step {
    font-size: 1rem;
  }
}
.p-detail-flow-main__ttl .txt {
  font-size: 2.4rem;
  padding-left: 1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__ttl .txt {
    font-size: 1.6rem;
  }
}
.p-detail-flow-main__inner {
  background: #fff;
  padding: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__inner {
    padding: 0 1.6rem 2.4rem;
  }
}
.p-detail-flow-main__txt {
  line-height: 1.75;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__txt {
    margin: 1.2rem 0 0;
  }
}
.p-detail-flow-main__btn {
  width: 44.8rem;
  height: 8.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__btn {
    width: 100%;
    height: 6.7rem;
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 767.1px) {
  .p-detail-flow-main__btn a {
    background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 48%, rgb(158, 122, 104) 100%);
  }
}
.p-detail-flow-main__btn a {
  color: #fff;
}
.p-detail-flow-main__btn a::before {
  background: #855E44;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__btn a::before {
    background: #805B43;
  }
}
.p-detail-flow-main__btn a::after {
  background: #fff;
}
.p-detail-flow-main__notes {
  text-align: center;
  font-size: 1.4rem;
  margin: 1.1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main__notes {
    font-size: 1rem;
  }
}
.p-detail-flow-main .slick-arrow {
  position: absolute;
  bottom: -0.1rem;
}
.p-detail-flow-main .slick-arrow.slick-prev {
  left: 23rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main .slick-arrow.slick-prev {
    left: 6.5rem;
  }
}
.p-detail-flow-main .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-detail-flow-main .slick-arrow.slick-next {
  left: 53rem;
  width: 2.1rem;
  height: 1.1rem;
  background-color: #B98374;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main .slick-arrow.slick-next {
    left: auto;
    right: 6.5rem;
  }
}
.p-detail-flow-main .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-detail-flow-main .slick-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  width: 28rem;
  margin: 4rem 0 0 25.1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-flow-main .slick-dots {
    width: 32rem;
    margin: 2rem auto 0;
  }
}
.p-detail-flow-main .slick-dots li {
  line-height: 0;
}
.p-detail-flow-main .slick-dots li button {
  width: 1.2rem;
  height: 1rem;
  background: #DBCDC6;
  font-size: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  opacity: 1;
}
.p-detail-flow-main .slick-dots li.slick-active button {
  background: #B98374;
}
.p-detail-price {
  background: linear-gradient(180deg, rgb(252, 248, 248) 0%, rgb(245, 235, 235) 100%);
  margin: 10rem 0 0;
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-detail-price {
    background: #FCF8F8;
    margin: 8rem 0 0;
    padding: 0 0 6rem;
  }
}
.p-detail-price__block {
  max-width: 93rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-price__block .c-heading__en,
  .p-detail-price__block .c-heading__ttl {
    text-align: center !important;
  }
}
.p-detail-price__ttl {
  width: 74rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  color: #B98374;
  letter-spacing: 0.06em;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-detail-price__ttl {
    width: auto;
    font-size: 1.7rem;
    color: #5A554D;
    margin: 0;
    padding: 0 2.4rem;
  }
}
.p-detail-price__inner {
  margin-top: 4rem;
}
.p-detail-price__inner + .p-detail-price__inner {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-price__inner + .p-detail-price__inner {
    margin-top: 4rem;
  }
}
.p-detail-price-table {
  width: 74rem;
  margin: 4rem 0 0 auto;
}
.p-detail-price-table.-small {
  width: 47.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table.-small {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-price-table {
    width: auto;
    padding: 0 2.4rem;
    margin-top: 4rem;
  }
}
.p-detail-price-table-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-head {
    display: none;
  }
}
.p-detail-price-table-head__item {
  font-size: 1.6rem;
  color: #B98374;
  padding: 0 0 1.2rem;
}
.p-detail-price-table-head__item:first-child {
  width: 27rem;
}
.-small .p-detail-price-table-head__item:first-child {
  width: 12rem;
}
.p-detail-price-table-head__item:nth-child(2) {
  width: 12rem;
}
.-small .p-detail-price-table-head__item:nth-child(2) {
  width: calc(100% - 12rem);
}
.p-detail-price-table-head__item:last-child {
  width: calc(100% - 39rem);
  text-align: center;
}
.p-detail-price-table-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content {
    display: block;
    border-top: 0;
  }
}
.p-detail-price-table-content + .p-detail-price-table-content {
  margin-top: 2rem;
}
.p-detail-price-table-content__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content__ttl {
    margin-bottom: 1.6rem;
  }
}
.p-detail-price-table-content__head {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc(100% - 2rem);
    border-bottom: 1px solid #E8E8E8;
    margin: 0 0 0 auto;
  }
  .p-detail-price-table-content__head .num {
    width: 9rem;
    font-size: 1.4rem;
    color: #B98374;
  }
  .p-detail-price-table-content__head .price {
    width: calc(100% - 9rem);
    font-size: 1.4rem;
    color: #B98374;
    text-align: center;
  }
  .p-detail-price-table-content__head .price span {
    font-size: 1rem;
  }
}
.p-detail-price-table-content__detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 27rem);
  padding: 1.1rem 0;
  margin: 0 0 0 auto;
}
.-small .p-detail-price-table-content__detail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .-small .p-detail-price-table-content__detail {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content__detail {
    width: 32.8rem;
    padding: 1.2rem 0 0.9rem 0;
  }
}
.p-detail-price-table-content__detail + .p-detail-price-table-content__detail {
  border-top: 1px solid #DCDCDC;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content__detail + .p-detail-price-table-content__detail {
    margin-top: 0;
  }
}
.p-detail-price-table-content__detail .num {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content__detail .num {
    width: 9rem;
    font-size: 1.4rem;
  }
}
.p-detail-price-table-content__detail .price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 2rem;
  width: calc(100% - 12rem);
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content__detail .price {
    width: calc(100% - 8rem);
    gap: 0 1.5rem;
  }
}
.p-detail-price-table-content__detail .price.none {
  padding-right: 14rem;
}
.p-detail-price-table-content__detail .notes {
  font-size: 1.2rem;
  color: #979797;
  width: 100%;
  text-align: right;
  line-height: 1;
  padding: 0 14rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content__detail .notes {
    font-size: 1rem;
    padding: 0 9rem 0 0;
  }
}
.p-detail-price-table-content__detail .en {
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content__detail .en {
    font-size: 2rem;
  }
}
.p-detail-price-table-content__detail .en span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content__detail .en span {
    font-size: 1rem;
  }
}
.p-detail-price-table-content__detail .btn {
  width: 12rem;
  height: 3.7rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-detail-price-table-content__detail .btn {
    width: 7.5rem;
    font-size: 1.2rem;
  }
}
.p-detail-price-table-content__detail .btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #B98374;
  color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
}
.p-detail-price-table-content__detail .btn a::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 3px 4px 6px 2px rgba(255, 255, 255, 0.2) inset;
}
.p-detail-price__table {
  width: 74.3rem;
  table-layout: fixed;
  margin: 0 0 0 auto;
}
.p-detail-price__table thead th {
  font-weight: 400;
  color: #B98374;
  padding: 0 0 1.2rem;
}
.p-detail-price__table thead th:first-child {
  width: 26rem;
}
.p-detail-price__table thead th:last-child {
  text-align: center;
  width: 38rem;
}
.p-detail-price__table tbody th {
  border-top: 1px solid #DCDCDC;
  font-size: 1.7rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  vertical-align: top;
  padding: 1.1rem 0;
}
.p-detail-price__table tbody td {
  border-top: 1px solid #DCDCDC;
  vertical-align: middle;
  padding: 1.1rem 0;
}
.p-detail-price__table tbody td .column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
}
.p-detail-price__table tbody td .en {
  font-family: din-2014, "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
}
.p-detail-price__table tbody td .en span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-detail-price__table tbody td .btn {
  width: 12rem;
  height: 3.7rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-detail-price__table tbody td .btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #B98374;
  color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.2);
}
.p-detail-price__table tbody td .btn a::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 3px 4px 6px 2px rgba(255, 255, 255, 0.2) inset;
}
.p-detail-price + .c-faq {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-detail .c-faq {
    background: transparent;
  }
  .p-detail .c-faq + .p-detail-outline {
    padding-top: 2rem;
  }
}
.p-detail-faq {
  background: #F5EBEB;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-detail-faq {
    background: #FCF8F8;
    padding: 0;
  }
}
.p-detail::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12rem;
  background: #F5EBEB;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-detail::after {
    content: none;
  }
}

.p-comment {
  background: #F5EBEB;
}
@media screen and (max-width: 767px) {
  .p-comment {
    background: #FCF8F8;
  }
}
.p-comment__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 104.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-comment__wrap {
    width: auto;
    padding: 0 6rem 0 5rem;
  }
}
.p-comment-user {
  position: relative;
  width: 56.3rem;
  padding: 8.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-comment-user {
    width: auto;
    padding: 7rem 0 0;
  }
}
.p-comment-user__01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 31.3rem;
  height: 8.4rem;
  opacity: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  background: url(../img/menu/txt_comment_01.svg) 0 0/100% auto no-repeat;
  transform: scale(0) translateY(1rem) rotate(20deg);
  will-change: opacity, transform;
  padding: 1.2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-comment-user__01 {
    display: none;
  }
}
.p-comment-user__01.is-active {
  transition: 0.6s 0.2s cubic-bezier(0.34, 1.63, 0.64, 1);
  opacity: 1;
  transform: scale(1) translateY(0) rotate(0);
}
.p-comment-user__02 {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 23.3rem;
  height: 8.7rem;
  opacity: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  background: url(../img/menu/txt_comment_02.svg) 0 0/100% auto no-repeat;
  transform: scale(0) translateY(1rem) rotate(20deg);
  will-change: opacity, transform;
  padding: 1.2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-comment-user__02 {
    top: 0;
    width: 18.6rem;
    font-size: 1.2rem;
    padding-left: 0.8rem;
  }
}
.p-comment-user__02.is-active {
  transition: 0.6s 0.2s cubic-bezier(0.34, 1.63, 0.64, 1);
  opacity: 1;
  transform: scale(1) translateY(0) rotate(0);
}
.p-comment-user__img {
  width: 21.3rem;
  margin: 0 0 0 21rem;
}
@media screen and (max-width: 767px) {
  .p-comment-user__img {
    width: 15.2rem;
    margin: 0;
  }
}
.p-comment-doc {
  position: relative;
  width: 45.2rem;
  padding: 6.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-comment-doc {
    width: auto;
    padding: 20rem 0 0;
  }
}
.p-comment-doc__txt {
  position: absolute;
  top: 0;
  left: 0.3rem;
  width: 35.9rem;
  opacity: 0;
  transform: translateY(-3%);
  background: #fff;
  line-height: 1.75;
  text-align: center;
  will-change: opacity, transform;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 1.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-comment-doc__txt {
    top: 15.8rem;
    right: -5rem;
    left: auto;
    width: 20.4rem;
    font-size: 1.2rem;
    text-align: left;
    padding: 1.4rem;
  }
}
.p-comment-doc__txt.is-active {
  transition: 0.6s 0.2s cubic-bezier(0.34, 1.63, 0.64, 1);
  transform: translateY(3%);
  opacity: 1;
}
.p-comment-doc__img {
  position: relative;
  width: 9.9rem;
}
@media screen and (max-width: 767px) {
  .p-comment-doc__img {
    width: 7.5rem;
  }
}

.p-cta {
  background: #F5EBEB;
  padding: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    margin: 0 auto;
    padding: 0 1rem 2rem;
  }
}
.p-cta__wrap {
  position: relative;
  width: 112rem;
  overflow: hidden;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    width: auto;
  }
}
.p-cta__inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    width: 100%;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    overflow: hidden;
  }
}
.p-cta__video {
  width: 100%;
  height: 30.2rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-cta__video {
    height: 21.2rem;
  }
}
.p-cta__en {
  position: absolute;
  top: 3.2rem;
  left: 4rem;
  color: #fff;
  width: calc(100% - 8rem);
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-cta__en {
    width: calc(100% - 4.8rem);
    font-size: 1.2rem;
    top: 2rem;
    left: 2.4rem;
    line-height: 2;
  }
}
.p-cta__en span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.p-cta__en span::after {
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__en span::after {
    width: 60%;
  }
}
.p-cta__txt {
  position: absolute;
  bottom: 3rem;
  left: 4rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-cta__txt {
    font-size: 1.6rem;
    bottom: 3rem;
    left: 2.4rem;
    line-height: 2;
  }
}
.p-cta-img {
  position: relative;
  display: block;
  width: 49.2rem;
}
@media screen and (max-width: 767px) {
  .p-cta-img {
    width: 14.7rem;
  }
}
.p-cta-img img {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.p-cta-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -6rem;
  width: 9.9rem;
  height: 15.9rem;
  background: url(../img/home/img_reserve.svg) 0 0/100% auto no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cta-img::before {
    left: -2.2rem;
    width: 6rem;
    height: 9.6rem;
  }
}
.p-cta-img__photo {
  display: block;
}
.p-cta-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -1px;
}
.p-cta-btns__item {
  width: 50%;
  height: 8rem;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-cta-btns__item {
    height: 6rem;
    font-size: 1.5rem;
  }
}
.p-cta-btns__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: #fff;
}
.p-cta-btns__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 3.4rem;
  height: 3.4rem;
  transform: translateY(-50%);
  box-shadow: 0.1rem 0.1rem 0.4rem rgba(255, 255, 255, 0.25) inset;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta-btns__item a::before {
    right: 1.2rem;
    width: 2rem;
    height: 2rem;
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(255, 255, 255, 0.25) inset;
    /*
    right: 1.2rem;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid $white;
    border-right: 1px solid $white;
    transform: rotate(45deg) translateY(-50%);
    box-shadow: none;
    border-radius: 0;
    */
  }
}
.p-cta-btns__item a::after {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 3.4rem;
  background-color: #fff;
  mask-image: url(../img/common/icn_btn_arrow.svg);
  mask-size: 40%;
  mask-position: center;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cta-btns__item a::after {
    right: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
}
.p-cta-btns__item a .balloon {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  display: inline-block;
  height: 3.2rem;
  border: 1px solid #F0F0F0;
  background: #fff;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  line-height: 1;
  padding: 0.6rem 1.8rem;
  transform: translateX(-50%);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .p-cta-btns__item a .balloon {
    height: 2rem;
    font-size: 1.1rem;
    text-align: center;
    padding: 0.4rem 0 0.2rem;
  }
}
.p-cta-btns__item a .txt {
  position: relative;
  letter-spacing: 0.05em;
}
.p-cta-btns__item.-reserve a {
  background: #B98374;
}
.p-cta-btns__item.-reserve a::before {
  background: #8F6E59;
}
.p-cta-btns__item.-reserve a .balloon {
  color: #A48470;
}
@media screen and (max-width: 767px) {
  .p-cta-btns__item.-reserve a .balloon {
    width: 14.1rem;
  }
}
.p-cta-btns__item.-reserve a .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 2.2rem);
  width: 2.7rem;
  height: 3.5rem;
  background: url(../img/menu/icn_cta_faga.svg) 0 0/auto 100% no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-cta-btns__item.-reserve a .txt::before {
    right: calc(100% + 1rem);
    width: 1.5rem;
    height: 1.9rem;
  }
}
.p-cta-btns__item.-faga a {
  background: linear-gradient(135deg, rgb(140, 109, 66) 0%, rgb(173, 149, 125) 48%, rgb(158, 122, 104) 100%);
}
.p-cta-btns__item.-faga a::before {
  background: #8D6951;
}
.p-cta-btns__item.-faga a .balloon {
  color: #A48470;
}
@media screen and (max-width: 767px) {
  .p-cta-btns__item.-faga a .balloon {
    width: 14.5rem;
  }
}
.p-cta-btns__item.-faga a .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 2.2rem);
  width: 3.3rem;
  height: 2.1rem;
  background: url(../img/menu/icn_cta_reserve.svg) 0 0/auto 100% no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-cta-btns__item.-faga a .txt::before {
    right: calc(100% + 1rem);
    width: 1.8rem;
    height: 1.1rem;
  }
}/*# sourceMappingURL=menu.css.map */