@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* ＝＝＝＝＝＝ フェードインアニメーション ＝＝＝＝＝＝ */
.load-fade, .scroll-up {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.load-fade.is-show, .scroll-up.is-show {
  opacity: 1;
  visibility: visible;
}

.scroll-up {
  transform: translateY(50px);
}

.scroll-up.is-show {
  transform: translateY(0px);
}

/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.pc {
  display: none !important;
}

.anchor {
  position: absolute;
  top: 0;
}

/* ＝＝＝＝＝＝ ヘッダー ＝＝＝＝＝＝ */
body:not(#Top) .header_second {
  display: none;
}

#Top .header_second {
  padding: 10px 20px;
}
#Top .header_second > img {
  width: 300px;
  margin: auto;
}

body:not(#Top) .header_main {
  grid-template-columns: none;
  border-top: solid 14px #ebafa1;
  height: 180px;
}
body:not(#Top) .header_main .logo {
  padding-top: 0px;
  width: 170px;
}

body:not(#Top) main {
  padding-top: 180px;
}

.header_main {
  position: absolute;
  z-index: 100;
  width: 100%;
  display: grid;
  grid-template-columns: 30% 1fr;
  padding: 0 23px;
  box-sizing: border-box;
}

.logo {
  font-size: 1.8rem;
  font-weight: bold;
  margin: auto;
  width: 136px;
  padding-top: 20px;
}

/* メール・インスタ */
.icon_area {
  margin-left: 16px;
  text-decoration: none;
  color: #60003d;
  font-weight: 500;
  font-size: 1rem;
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  gap: 10px;
  display: flex;
  align-items: center;
}

.icon_area a img {
  width: 26px;
  height: 26px;
}

.nav_menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}

.nav_menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: right 0.4s ease;
}
.nav_menu.active {
  right: 0;
}
.nav_menu ul {
  margin: 60px 23px 50px;
}
.nav_menu li + li {
  margin-top: 20px;
}
.nav_menu li.sp_menu_logo {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.nav_menu li.sp_menu_logo > img {
  max-width: 130px;
  text-align: center;
}
.nav_menu a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.nav_menu .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #333;
  z-index: 10000;
}

#menuToggle {
  width: 22px;
  height: 22px;
}

/* ＝＝＝＝＝＝ サブヘッダー ＝＝＝＝＝＝ */
.sub_header {
  height: 238px;
  background: url(/images/top/bg_pink.jpg) repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sub_header h1 {
  color: #510b2f;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
}
.sub_header h1 > span {
  font-size: 16px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.breadcrumb li a {
  color: #333;
}

.breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/images/common/breadcrumb_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 10px;
}

.header_tit02 {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header_tit02::before, .header_tit02::after {
  content: "";
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #eaaea0;
  z-index: 0;
}
.header_tit02::before {
  left: -20px;
}
.header_tit02::after {
  right: -20px;
}
.header_tit02 h2 {
  position: relative;
  z-index: 1;
  font-size: 25px;
  min-height: 70px;
  margin: 0;
  padding: 0 1rem;
  text-align: center;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}
.header_tit02 h2 > span {
  font-size: 16px;
  display: block;
  font-family: "Noto Serif JP", serif;
}

.tit_bg {
  margin-top: -3rem;
  width: 126%;
  position: absolute;
  left: -21%;
  display: block;
  bottom: -29vw;
  padding-bottom: 14vw;
}

.tit_style01 {
  color: #eaaea0;
  font-weight: 500;
  font-size: 43px;
  letter-spacing: 0.1rem;
}

.tit_style01.tit_en {
  font-family: "EB Garamond", serif;
}

.tit_style01 {
  margin-bottom: 3rem;
  position: relative;
}

.tit_style01.bg_leaf {
  margin-bottom: 5rem;
  position: relative;
}

.color_lpink {
  color: #eaaea0;
}

.tit03 {
  background: #ebafa1;
  padding: 15px;
  font-size: 23px;
  text-align: center;
  font-weight: 400;
}

.text_indent {
  margin-left: 1rem !important;
  text-indent: -1rem !important;
}

.info_text {
  padding-top: 6rem;
  text-align: center;
}
.info_text > span {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  margin: auto;
  padding-bottom: 2rem;
}
.info_text .text_indent {
  text-align: left;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
.logo_sec_footer {
  margin: 50px 0 50px;
  position: relative;
}
.logo_sec_footer > a > img {
  max-width: 180px;
  margin: auto;
  display: flex;
}

footer .content nav {
  z-index: 1;
}
footer .content nav ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: clamp(20px, 3vw, 40px) 60px;
  padding: 2.5rem;
  background: #d1899c;
  list-style: none;
}
footer .content nav ul > li {
  display: flex;
  justify-content: center;
}
footer .content nav ul > li:last-child {
  grid-column: span 2;
  justify-self: center;
}
footer .content nav a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
footer .content nav a::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 1px;
  bottom: -1px;
  left: 0;
  width: 100%;
}
footer .content nav a::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 4px;
  right: -14px;
  width: 16px;
  transform: rotate(141deg);
}
footer .content .copy {
  height: 33px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .content .copy p {
  color: #d28a9d;
  font-size: 10px;
  text-align: center;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
.link_box {
  padding-bottom: 3rem;
}
.link_box .container img {
  max-width: 550px;
  margin: auto;
}
.link_box .link01 {
  padding-bottom: 2rem;
}

/*.sub-header {
  height: 140px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  margin-top: 70px;
  background: #d3edcc;
  h1 {
    font-size:30px;
    position: relative;
    color: #7f7f7f;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    line-height: 1.3;
    .ttl_en {
      font-size: 14px;
      display: block;
      line-height: 1.5;
      text-align: center;
    }
  }
}*/
/*ヘッダー下余白*/
.wrapper {
  padding-top: 50px;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

/* ＝＝＝＝＝＝ Component Styles ＝＝＝＝＝＝ */
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}
html.no_move {
  overflow: hidden;
}
html * {
  margin: 0;
}

body {
  color: #606060;
  background-color: #fff;
  font-weight: 400;
  /*font-family: "Noto Serif JP", serif;*/
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin: 0;
}

.text_en {
  font-family: "EB Garamond", serif;
}

/* 画像のスタイル */
img {
  max-width: 100%;
  height: auto;
  display: block; /* 画像の下の余白をなくす */
}

/* 入力フォームのスタイル */
input,
textarea,
select {
  font-style: normal;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

/* 見出しタグ */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: 0.03em;
}

/* 太字・強調 */
b, strong {
  font-weight: bold;
}

/* クリア */
.clear {
  clear: both;
}

/* 小さい文字 */
small {
  font-size: 1.4rem; /* 14px */
}

/* リンクスタイル */
a {
  color: #801b4d; /* 変数未定義の場合エラーを防ぐ */
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #801b4d;
}
a:hover {
  color: #801b4d;
  text-decoration: none;
  opacity: 0.7;
}
a:active {
  color: #801b4d;
}
a.tel, a.link {
  pointer-events: none;
  cursor: default;
}

/* フォーカス時のスタイル */
*:focus {
  outline: none;
}

/*==========================================
  Base
==========================================*/
/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
#Top .logo {
  position: absolute;
  left: 20px;
  top: 0px;
}

#Top main {
  position: relative;
  overflow: hidden;
}
#Top main .fv_swiper {
  position: relative;
  overflow: hidden;
}
#Top main .fv_swiper .reservation {
  display: none;
}
#Top main .swiper {
  width: 100%;
  height: clamp(440px, 83vw, 660px);
  overflow: visible;
}
#Top main .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#Top main .swiper-wrapper {
  display: flex;
}
#Top main .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#Top main .slide_content {
  width: 100%;
  height: 100%;
}
#Top main .slide_image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
#Top main .slider_overlay_container {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 20px;
}
#Top main .slide_overlay {
  position: relative;
}
#Top main .slide_logo {
  max-width: 353px;
  margin-bottom: 20px;
  padding-left: 95px;
  padding-top: 20px;
}
#Top main .slide_text {
  max-width: clamp(112px, 21vw, 170px);
  padding-top: 10px;
  font-family: "Noto Serif JP", serif;
}
#Top main .haab_logo_wrap .text_wrap {
  display: flex;
  align-items: center;
  letter-spacing: -2px;
  line-height: 1.2;
}
#Top main .haab_logo_wrap .text_wrap img {
  width: 11vw;
  height: 100%;
}
#Top main .haab_logo_wrap .text_wrap p {
  font-size: clamp(1.6rem, 2.5vw, 35px);
  margin-bottom: 2rem;
  padding-left: 20px;
  color: #211815;
}
#Top main .haab_logo_wrap .text_wrap p > span {
  font-size: 27px;
}
#Top main .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
#Top main .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #9fa0a1;
  opacity: 0.6;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  transition: 0.3s;
}
#Top main .swiper-pagination-bullet-active {
  opacity: 1;
  background: #eaaea0; /* アクティブ時の色 */
}
#Top main .link_box {
  padding-top: 30px;
}
#Top main .sec_profile .tit_style01.bg_leaf {
  padding-top: 5rem !important;
}
#Top main .sec_profile .profile_top {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 7px;
}
#Top main .sec_profile .profile_top .ceo_photo {
  max-width: 222px;
  margin: auto;
}
#Top main .sec_profile .profile_top .text_box .caption {
  font-size: 17px;
  padding: 0.5rem;
  border: 2px solid black;
  text-align: center;
  letter-spacing: 0.3rem;
  color: #333;
  max-width: 280px;
  margin: auto;
}
#Top main .sec_profile .profile_top .text_box .ceo > img {
  max-width: 220px;
  padding-top: 10px;
  margin: auto;
}
#Top main .sec_profile .profile_top .text_box h3 {
  font-size: 28px;
}
#Top main .sec_profile .profile_top .text_box h4 {
  font-size: clamp(23px, 2.5vw, 26px);
  color: #801b4d;
  font-weight: 400;
  letter-spacing: -1px;
  padding-top: 20px;
  text-align: center;
}
#Top main .sec_profile .profile_top .text_box > p {
  color: #606060;
  font-size: 16px;
  letter-spacing: 0px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  #Top main .sec_profile .profile_top {
    grid-template-columns: 1fr;
  }
}
#Top main .sec_profile .descri {
  padding-top: 15px;
  padding-bottom: 5rem;
}
#Top main .sec_profile .descri > p {
  color: #606060;
  font-size: 16px;
  padding-bottom: 20px;
}
#Top main .sec_profile .descri > ul > li {
  padding-left: 15px;
  font-size: clamp(1.6rem, 2.3vw, 23px);
  position: relative;
  line-height: 1.8;
}
#Top main .sec_profile .descri > ul > li::after {
  content: "";
  display: block;
  background: #606060;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#Top main .sec_profile .descri .deco {
  padding: 10px 0 20px;
}
#Top main .sec_profile .cont_box {
  padding-top: 2rem;
}
#Top main .deco {
  width: 80%;
  margin: auto;
}
#Top main .sec_concept {
  padding-bottom: 8rem;
}
#Top main .sec_concept .caption {
  font-size: 26px;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
#Top main .sec_concept .cont_box {
  margin: 0 auto;
  display: flex;
  position: relative;
  overflow: visible;
  flex-direction: column-reverse;
}
#Top main .sec_concept .cont_box .text_area > p {
  font-size: 16px;
  line-height: 1.7;
}
#Top main .sec_concept .cont_box .text_area > p.concept_text01 {
  padding-top: 2.5rem;
}
#Top main .sec_concept .cont_box .logo_box {
  display: block;
  position: relative;
}
#Top main .sec_concept .cont_box .logo_box .deco {
  padding: 0.6rem 0 3.5rem;
}
#Top main .sec_concept .cont_box .logo_box .haab_logo {
  padding-bottom: 2.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#Top main .sec_concept .cont_box .logo_box .haab_logo > img {
  width: 100px;
}
#Top main .sec_concept .cont_box .logo_box .haab_logo span {
  font-size: 23px;
  /*white-space: nowrap;*/
}
#Top main .sec_concept .cont_box .logo_box .haab_logo .text_s {
  font-size: 14px;
}
#Top main .sec_concept .cont_box .logo_box > img {
  width: 100%;
}
#Top main .sec_concept .cont_box .logo_box .concept_logo {
  max-width: 168px;
  width: 100%;
  margin: auto;
}
#Top main .sec_concept .cont_box .logo_box .image_wrap {
  padding: 2.75rem 0 2.5rem;
}
#Top main .sec_concept .cont_box .image_wrap {
  position: relative;
  flex-shrink: 0;
}
#Top main .sec_concept .cont_box .image_wrap img {
  padding: 0 2rem;
  box-sizing: border-box;
  margin: auto;
}
#Top main .sec_concept .cont_box.reverse {
  padding-top: 3rem;
}
#Top main .sec_concept .cont_box.reverse .image_wrap img {
  left: 0px;
  right: auto;
}
#Top main .bg_pink {
  background: url(/images/top/bg_pink.jpg) repeat;
  background-size: contain;
}
#Top main .sec_services {
  padding: 3rem 10px 0;
}
#Top main .sec_services .card_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
#Top main .sec_services .card_list div.card_wrap {
  font-size: clamp(1.6rem, 2.2vw, 23px);
  background-color: white;
  position: relative;
}
#Top main .sec_services .card_list div.card_wrap p {
  min-height: 118px;
}
#Top main .sec_services .card_list div.card_wrap.list01 > p {
  padding-top: 30px;
  background: url(/images/top/border01.png) repeat-x;
}
#Top main .sec_services .card_list div.card_wrap.list02 > p {
  padding-top: 30px;
  background: url(/images/top/border02.png) repeat-x;
}
#Top main .sec_services .card_list div.card_wrap.list03 > p {
  padding-top: 30px;
  background: url(/images/top/border03.png) repeat-x;
}
#Top main .sec_services .card_list div.card_wrap.list03 .img_box img {
  max-width: 200px;
}
#Top main .sec_services .card_list div.card_wrap.list04 {
  background-color: rgba(154, 154, 154, 0.8);
  padding: 3rem 1rem 1.5rem !important;
}
#Top main .sec_services .card_list div.card_wrap.list04 p {
  padding: 15px 0 0;
}
#Top main .sec_services .card_list div.card_wrap.list04 h4 {
  font-size: 26px;
}
#Top main .sec_services .card_list div.card_wrap.list04 .img_box > img {
  max-height: 124px;
}
#Top main .sec_services .card_list div.card_wrap.list04 .text_box {
  padding-top: 30px 1rem 2rem;
}
#Top main .sec_services .card_list div.card_wrap::after {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: url(/images/top/tri_gray.svg) no-repeat;
  position: absolute;
  right: 0;
  bottom: 10px;
}
#Top main .sec_services .card_list div.card_wrap.list04 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem;
  box-sizing: border-box;
  position: relative;
}
#Top main .sec_services .card_list div.card_wrap.list04::after {
  content: "";
  background: url(/images/top/tri_wh.svg) no-repeat;
}
#Top main .sec_services .card_list div.card_wrap.list04 .icon {
  max-width: 90px;
}
#Top main .sec_services .card_list div.card_wrap.list04 h4 {
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  color: white;
  padding-top: 12px;
  letter-spacing: 0.2rem;
}
#Top main .sec_services .card_list div.card_wrap.list04 p {
  color: white;
}
#Top main .sec_services .card_list div.card_wrap > p {
  padding: 3rem;
  background-size: 100% !important;
}
#Top main .sec_services .card_list div.card_wrap .img_box {
  aspect-ratio: 479/255;
  width: 100%;
  max-width: 287px;
  margin: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  flex-direction: column;
  box-sizing: border-box;
}
#Top main .sec_services .card_list div.card_wrap .img_box img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
#Top main .sec_services .card_list div.card_wrap .img_box > h4 {
  font-size: 4rem;
}
#Top main .sec_services .card_list div.card_wrap .text_box {
  padding: 1rem;
}
@media (max-width: 480px) {
  #Top main .sec_services .card_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#Top main .link_box .link01 {
  padding-bottom: 3rem;
}
#Top main .sec_media_coverage {
  background-color: white;
}
#Top main .sec_media_coverage h2 {
  max-width: 332px;
  padding-top: 5rem;
  box-sizing: border-box;
  margin: auto;
  padding-bottom: 3rem;
}
#Top main .sec_media_coverage h2 > img {
  margin: auto;
}
#Top main .sec_media_coverage .caption {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  line-height: 1.8;
}
#Top main .sec_media_coverage .marked-text {
  background: linear-gradient(transparent 60%, rgba(234, 174, 160, 0.5) 40%);
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  font-weight: 500;
  color: #717071;
  text-align: center;
  margin-bottom: -50px;
  margin: auto;
  display: inline-block;
  margin-bottom: -43px;
}
#Top main .sec_media_coverage .image_wrap {
  /* width: 120%;
   margin-left: auto; 
   transform: translateX(2%);*/
  overflow: visible;
  padding-top: 23px;
  position: relative;
}
#Top main .sec_media_coverage .image_wrap::after {
  content: "";
  display: block;
  width: 110px;
  height: 6px;
  background-color: #dfdfdf;
  margin: auto auto 3rem;
  position: absolute;
  left: calc(50% - 50px);
  border-radius: 2px;
}
#Top main .sec_media_coverage .image_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
#Top main .sec_media_coverage .image_wrap02 {
  position: relative;
}
#Top main .sec_media_coverage .image_wrap02::after {
  content: "";
  display: block;
  width: 110px;
  height: 6px;
  background-color: #dfdfdf;
  margin: auto auto 3rem;
  position: absolute;
  left: calc(50% - 55px);
  border-radius: 2px;
}
#Top main .sec_media_coverage .magazine {
  padding-bottom: 3.5rem;
}
#Top main .sec_media_coverage .magazine.pd_top {
  padding-top: 4rem;
}
#Top main .sec_salon {
  padding: 1.5rem 0 7rem;
}
#Top main .sec_salon h3 {
  text-align: center;
  padding: 1.6rem;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
}
#Top main .sec_salon .cont_wrap {
  display: block;
}
#Top main .sec_salon .cont_wrap .left_box > dl {
  display: flex;
  border-bottom: 1px solid black;
  padding: 10px;
}
#Top main .sec_salon .cont_wrap .left_box > dl.dl_last {
  margin-bottom: 19px;
}
#Top main .sec_salon .cont_wrap .left_box > dl > dt {
  width: 25%;
  text-align: center;
}
#Top main .sec_salon .cont_wrap .left_box > dl > dd {
  font-size: 14px;
  padding: 0 2rem;
  width: 75%;
}
#Top main .sec_salon .cont_wrap .left_box .map {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
#Top main .sec_salon .cont_wrap .left_box .map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#Top main .sec_gallery {
  padding-bottom: 7rem;
}
#Top main .sec_gallery h2 {
  font-size: 30px;
  text-align: center;
  color: #1a1311;
  font-weight: 500;
  padding-bottom: 5.3rem;
  padding-top: 8.5rem;
  font-family: "Noto Serif JP", serif;
}
#Top main .sec_gallery h2 > span {
  font-size: clamp(17px, 2vw, 22px);
  display: block;
  font-family: "Noto Serif JP", serif;
}
#Top main .sec_gallery .gallery-text {
  background-color: #717071;
  color: white;
  border-radius: 30px;
  width: 178px;
  height: 39px;
  font-size: 13px;
  margin: 38px auto auto;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Top main .sec_gallery .sec_gallery_cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: auto;
}
#Top main .sec_gallery .sec_gallery_cont img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 480px) {
  #Top main .sec_gallery .sec_gallery_cont {
    grid-template-columns: 1fr 1fr;
  }
}
#Top main .sec_contact {
  padding-top: 5rem;
  position: relative;
}
#Top main .sec_contact::before {
  content: "";
  display: block;
  background: url(/images/top/leaf_bg_sp.svg) no-repeat;
  height: 1000px;
  width: 257px;
  position: absolute;
  right: -5rem;
  background-size: contain;
  top: 0;
  z-index: -1;
}
#Top main .sec_contact h2 {
  font-size: 35px;
  text-align: center;
  color: black;
  font-weight: 500;
  margin-bottom: 7rem;
  font-family: "Noto Serif JP", serif;
}
#Top main .sec_contact h2 > span {
  font-size: 24px;
  display: block;
  font-family: "Noto Serif JP", serif;
}
#Top main .sec_contact .icon_wrap img {
  max-width: 100px;
}
#Top main .sec_contact .contact-section {
  display: block;
}
#Top main .sec_contact .contact-section h2 {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  grid-template-columns: 60% 1fr;
  margin-bottom: 100px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
#Top main .sec_contact .contact-section .contact-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
#Top main .sec_contact .contact-section .contact-column h3 {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
  text-align: center;
  color: black;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
#Top main .sec_contact .contact-section .contact-column h3 > span {
  display: block;
  color: black;
  font-size: 1.5rem;
}
#Top main .sec_contact .contact-section .contact-column .icon_wrap {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
#Top main .sec_contact .contact-section .contact-column .icon_wrap.line a {
  width: 100%;
}
#Top main .sec_contact .contact-section .contact-column .icon_wrap a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-direction: column;
  width: 100%;
  max-width: 318px;
}
#Top main .sec_contact .contact-section .contact-column .icon_wrap img {
  width: 75px;
  height: 75px;
}
#Top main .sec_contact .contact-section .contact-column .icon_wrap .btn {
  font-size: 0.9rem;
  line-height: 1.4;
  background-color: #717071;
  padding: 12px 40px;
  color: white;
  margin-top: 40px;
  border-radius: 44px;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
}
#Top main .sec_contact .contact-section .contact-column.line_wrap {
  padding-top: 55px;
}
#Top main .logo_sec_footer {
  margin: 50px 0 50px;
  position: relative;
  /* &::before {
     content: "";
     display: block;
     background: url(/images/top/leaf_bg_sp.svg) no-repeat;
     height: 1148px;
     width: 257px;
     position: absolute;
     right: -5rem;
     background-size: contain;
     top: -121rem;
     z-index: -1;
   }*/
}
#Top main .logo_sec_footer > a > img {
  max-width: 170px;
  margin: auto;
  display: flex;
}
#Top main .logo_sec_footer > a > img {
  max-width: 180px;
  margin: auto;
  display: flex;
}

/*==================================
  Blog
==================================*/
.wp-block-image img {
  padding-bottom: 15px;
}

.wp-block-image .alignright::after,
.wp-block-image .alignleft::after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-image {
  overflow: hidden;
  zoom: 1;
}

/*前頁カテゴリー*/
.cate a {
  border: 2px solid rgb(195, 195, 195);
  border: white;
  border-radius: 13px;
  padding: 3px 8px;
  width: 70px;
  background: #6fb36f;
  color: white;
}

.date {
  font-size: 12px;
  padding-bottom: 5px;
}

.cate {
  margin-bottom: 5px;
  font-size: 13px;
  margin-top: 13px;
}
#Top .cate {
  margin-top: 0;
}

.news_tit {
  font-size: 18px;
  border-bottom: 1px solid rgb(205, 205, 205);
  padding-top: 10px;
  display: inline;
}

.excerpt {
  padding-top: 10px;
}
.excerpt a {
  color: rgb(121, 121, 121);
  font-size: 11px;
  padding: 5px 21px 5px 12px;
  border-radius: 3px;
  position: relative;
}
.excerpt a > img {
  width: 40px;
  position: absolute;
  right: -30px;
  top: 7px;
  height: 10px;
}

#blog .single-page .sub-header h1 {
  font-size: 22px;
  line-height: 1.6;
}
#blog main {
  /*シングルページ*/
}
#blog main .wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #ececec;
  /*フォント　デザイン*/
  /*pager*/
}
#blog main .wrapper .breadcrumbs {
  width: 100%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  /* margin-top: -50px; */
  /* padding-top: 20px; */
  padding-bottom: 33px;
  font-size: 12px;
  box-sizing: border-box;
  color: #949494;
}
#blog main .wrapper .breadcrumbs span {
  font-size: 12px;
  line-height: 1.3;
}
#blog main .wrapper .fontBig01 {
  font-size: 20px;
}
#blog main .wrapper .fontBig02 {
  font-size: 18px;
}
#blog main .wrapper .fontBold {
  font-weight: 600;
}
#blog main .wrapper .underL {
  border-bottom: 2px solid #7f7f7f;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-top: 10px;
}
#blog main .wrapper .padBottom {
  padding-bottom: 15px;
}
#blog main .wrapper .padtop10 {
  padding-top: 10px;
}
#blog main .wrapper .marB20 {
  margin-bottom: 20px;
}
#blog main .wrapper .squareLine {
  border: 1px solid #7f7f7f;
  padding: 20px;
}
#blog main .wrapper .minusMarT10 {
  margin-top: -10px;
}
#blog main .wrapper .list01 {
  padding-bottom: 10px;
}
#blog main .wrapper .list01 > li {
  position: relative;
  padding-left: 18px;
}
#blog main .wrapper .list01 > li::after {
  content: "■";
  color: #7f7f7f;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#blog main .wrapper .container02 {
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper .page_404 {
  text-align: center;
  padding-top: 20px;
}
#blog main .wrapper ul.blog_con {
  margin: 0 auto;
  padding-left: 0;
  display: block;
}
#blog main .wrapper ul.blog_con > li {
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(223, 223, 223);
  padding-bottom: 40px;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
  position: relative;
  padding-bottom: 66px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 0 15px 12px;
  color: #5e5e5e;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #5e5e5e;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  width: 50px;
  margin-top: 19px;
  position: relative;
  border: 2px solid #484848;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
  color: #7f7f7f;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a {
  background-color: #4eb735;
  border-radius: 5px;
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  margin-bottom: 20px;
  width: 125px;
  height: 30px;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  line-height: 30px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper ul.blog_con > li .blog_thumb {
  display: block;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
}
#blog main .wrapper ul.blog_con > li .blog_thumb > img {
  /*max-width: 306px;*/
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper .page-numbers.current, #blog main .wrapper .page-numbers, #blog main .wrapper .pagination .prev, #blog main .wrapper .next.page-numbers {
  box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  min-width: 40px;
  transition: all 0.2s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 38px;
}
#blog main .wrapper .page-numbers {
  margin: 0 6px;
}
#blog main .wrapper .prev.page-numbers, #blog main .wrapper .next.page-numbers {
  margin: 0 13px;
}
#blog main .wrapper .page-numbers:hover, #blog main .wrapper .pagination .prev:hover, #blog main .wrapper .next.page-numbers:hover {
  color: #FFF;
  background: #6E6E6E;
  /*border: 1px solid #6E6E6E;*/
}
#blog main .wrapper .page-numbers.current {
  margin: 0 0.28em;
}
#blog main .wrapper .pnavi {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
#blog main .wrapper .page-numbers.current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 0.28em;
}
#blog main.single-page {
  background-color: white;
}
#blog main.single-page .wrapper {
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
  /* リンクが長い場合に重ならないように */
}
#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #7f7f7f;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  display: inline-block;
  width: 50px;
  position: relative;
  border: 2px solid #7f7f7f;
  letter-spacing: 0.08em;
}
#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
  display: block;
  padding-bottom: 14px;
  padding-top: 7px;
}
#blog main.single-page .wrapper p {
  padding-bottom: 10px;
}
#blog main.single-page .wrapper .nav-links {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}
#blog main.single-page .wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#blog main.single-page .wrapper .nav-previous {
  float: left;
}
#blog main.single-page .wrapper .nav-next {
  float: right;
}
#blog main.single-page .wrapper .nav-previous, #blog main.single-page .wrapper .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#blog main.single-page .wrapper .nav-previous > a, #blog main.single-page .wrapper .nav-next > a {
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.01em;
}
#blog main .cate_wrap .list_ttl {
  font-weight: 600;
  border-left: 2px solid #7f7f7f;
  padding-left: 20px;
  margin-bottom: 7px;
  margin-top: 30px;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#blog main .cate_wrap > ul > li:first-child {
  padding-left: 20px;
}
#blog main .cate_wrap > ul > li > a {
  padding: 5px 10px;
  border: 1px solid #7f7f7f;
  border-radius: 7px;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul > li > a:hover {
  background-color: #ffb9ff;
  color: white;
  border: 1px solid #ffb9ff;
}

/*＝＝＝＝＝＝concept＝＝＝＝＝＝*/
#Christina main {
  position: relative;
  overflow: hidden;
}
#Christina main .sub_header h1 {
  font-size: 30px;
  line-height: 1;
}
#Christina main .sub_header h1 > span {
  margin-top: 20px;
}
#Christina main .header_tit02 img {
  width: calc(100% - 40px);
  display: block;
  margin: auto;
  max-width: 400px;
}
#Christina main .caption {
  padding: 52px 0 130px;
  line-height: 1.7;
}
#Christina main .caption > p {
  font-size: 15px;
  line-height: 2;
}
#Christina main .caption > p:first-child {
  padding-bottom: 38px;
}
#Christina main .mission {
  padding-bottom: 2rem;
}
#Christina main .mission .descri {
  padding: 3rem 0rem 8rem;
}
#Christina main .mission .descri .descri-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  border: 1px solid #9fa0a1;
}
@media (max-width: 768px) {
  #Christina main .mission .descri .descri-grid {
    grid-template-columns: 1fr;
  }
}
#Christina main .mission .descri .descri-grid .descri-item {
  text-align: center;
  padding: 2rem 2rem 5rem;
  /* border: 1px solid #a0a1a2;*/
}
#Christina main .mission .descri .descri-grid .descri-item .image-box {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: bold;
  border: 1px solid #9fa0a1;
  font-weight: 400;
}
#Christina main .mission .descri .descri-grid .descri-item .item-title {
  font-size: 18px;
  margin-top: 1rem;
  position: relative;
  font-weight: 400;
}
#Christina main .mission .descri .descri-grid .descri-item .item-line {
  width: 100%;
  height: 3px;
  background-color: #9fa0a1;
  margin: 0.5rem auto;
}
#Christina main .mission .descri .descri-grid .descri-item .item-text {
  font-size: 16px;
  color: #555;
  padding-top: 20px;
  text-align: left;
  line-height: 1.8;
}
#Christina main .box02 .tit03 {
  font-size: 18px !important;
}
#Christina main .box02 .descri {
  padding: 2rem 0 7rem;
}
#Christina main .box02 .descri > p {
  font-size: 15px;
  line-height: 1.8;
  padding: 0 2rem;
}
#Christina main .sec_flow .tit03 {
  font-size: 18px;
}
#Christina main .sec_flow .descri {
  padding: 5rem 0rem;
}
#Christina main .sec_flow .descri .descri-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
}
@media (max-width: 768px) {
  #Christina main .sec_flow .descri .descri-grid {
    grid-template-columns: 2fr;
    padding: 0 10px;
  }
}
#Christina main .sec_flow .descri .descri-grid .descri-item {
  text-align: center;
}
#Christina main .sec_flow .descri .descri-grid .descri-item .image-box {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background-color: #eaaea0;
  padding: 3px 0;
}
#Christina main .sec_flow .descri .descri-grid .descri-item .item-title {
  font-size: 17px;
  margin-top: 1rem;
  position: relative;
  letter-spacing: -0.1rem;
  font-weight: 400;
  padding: 3px 0;
}
#Christina main .sec_flow .descri .descri-grid .descri-item .item-line {
  width: 1005;
  height: 3px;
  background-color: #eaaea0;
  margin: 0.5rem auto;
}
#Christina main .sec_flow .descri .descri-grid .descri-item .item-text {
  font-size: 17px;
  padding-top: 10px;
  text-align: left;
  line-height: 1.8;
}
#Christina main .service_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 630px) {
  #Christina main .service_box {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#Christina main .service_box .service_item {
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  /* padding: 3.7rem 2.2rem 3rem; */
  padding: 3.7rem 3rem 5rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: auto;
  justify-content: center;
  box-sizing: border-box;
}
#Christina main .service_box .service_item.item09 .service_title {
  padding-bottom: 30px;
}
#Christina main .service_box .service_item.item09 .service_image > img {
  aspect-ratio: 183/176;
}
#Christina main .service_box .service_item.item10 .service_title span {
  display: inline-block;
}
#Christina main .service_box .service_item.item10 .service_title img {
  max-width: 190px;
  padding-top: 8px;
}
#Christina main .service_box .service_item.item10 .service_image {
  padding-top: 10px;
}
#Christina main .service_box .service_item.item10 .service_image > img {
  aspect-ratio: 183/176;
}
#Christina main .service_box .service_item .service_title {
  font-size: 20px;
  font-weight: 400;
}
#Christina main .service_box .service_item .service_sub {
  font-size: 14px;
  margin-bottom: 1.5rem;
  color: inherit;
}
#Christina main .service_box .service_item .service_image {
  padding-bottom: 2rem;
}
#Christina main .service_box .service_item .service_image img {
  height: auto;
  aspect-ratio: 247/174;
  object-fit: cover;
  max-width: 190px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
#Christina main .service_box .service_item .service_text {
  font-size: 12px;
  margin-bottom: 1rem;
  color: #444;
  line-height: 1.8;
}
#Christina main .service_box .service_item .service_border {
  width: 100%;
  height: 5px;
  border-radius: 2px;
}
#Christina main .service_box .color1 .service_border {
  background-color: #3db7a9;
}
#Christina main .service_box .color1 .service_sub {
  color: #3db7a9;
}
#Christina main .service_box .color2 .service_border {
  background-color: #54852a;
}
#Christina main .service_box .color2 .service_sub {
  color: #54852a;
}
#Christina main .service_box .color3 .service_border {
  background-color: #a7a8a9;
}
#Christina main .service_box .color3 .service_sub {
  color: #a7a8a9;
}
#Christina main .service_box .color4 .service_border {
  background-color: #a9928b;
}
#Christina main .service_box .color4 .service_sub {
  color: #a9928b;
}
#Christina main .service_box .color5 .service_border {
  background-color: #d55e9d;
}
#Christina main .service_box .color5 .service_sub {
  color: #d55e9d;
}
#Christina main .service_box .color6 .service_border {
  background-color: #801b4d;
}
#Christina main .service_box .color6 .service_sub {
  color: #801b4d;
}
#Christina main .service_box .color7 .service_border {
  background-color: #ecb269;
}
#Christina main .service_box .color7 .service_sub {
  color: #ecb269;
}
#Christina main .service_box .color8 .service_border {
  background: url(/images/christina/purple-line.png) no-repeat;
  background-size: cover;
}
#Christina main .service_box .color8 .service_sub {
  color: #ba99be;
}
#Christina main .service_box .color9 .service_border {
  background-color: #801b4d;
}
#Christina main .service_box .color9 .service_sub {
  color: #801b4d;
}
#Christina main .service_box .color10 .service_border {
  background-color: #801b4d;
}
#Christina main .service_box .color10 .service_sub {
  color: #801b4d;
}
#Christina main .service_box .color11 .service_border {
  background-color: #212c73;
}
#Christina main .service_box .color11 .service_sub {
  color: #212c73;
}
#Christina main .service_box .color12 .service_border {
  background-color: #801b4d;
}
#Christina main .service_box .color12 .service_sub {
  color: #801b4d;
}
#Christina main .info_text {
  padding-top: 4rem;
  padding-bottom: 5rem;
  font-size: 15px;
  text-indent: -15px;
  margin-left: 15px;
}

/*＝＝＝＝＝＝Victoria＝＝＝＝＝＝*/
#Products-list main {
  position: relative;
  overflow: hidden;
}
#Products-list main .header_tit02 img {
  max-width: 410px;
}
#Products-list main .header_tit02.wakasa {
  margin-top: 14rem;
}
#Products-list main .header_tit02.biyou {
  margin-top: 8rem;
}
#Products-list main .subtitle {
  text-align: center;
  padding-bottom: 2rem;
}
#Products-list main .caption {
  padding: 52px 0 132px;
  line-height: 1.7;
}
#Products-list main .caption > p {
  font-size: 16px;
}
#Products-list main .caption .img_box {
  width: 445px;
  margin: auto;
  padding-top: 6rem;
  position: relative;
}
#Products-list main .caption .img_box::after {
  content: "";
  display: block;
  width: 94px;
  background: url(/images/victoria/badge_best.png) no-repeat center;
  position: absolute;
  height: 150px;
  background-size: contain;
  right: -97px;
  bottom: 0;
}
#Products-list main .top_heading h2 {
  font-size: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0 2rem;
}
#Products-list main .top_heading h2 .text_s {
  font-size: 18px;
  display: block;
}
#Products-list main .top_heading .caption {
  font-size: 18px;
  text-align: center;
  padding-bottom: 33px;
}
#Products-list main .top_heading .descri {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  max-width: 350px;
  justify-content: center;
  margin: auto;
  padding-bottom: 2rem;
}
#Products-list main .top_heading .descri > p {
  font-size: 16px;
  line-height: 1.8;
}
#Products-list main .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 50px 0px;
  box-sizing: border-box;
}
@media (max-width: 650px) {
  #Products-list main .product-grid {
    grid-template-columns: 1fr;
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}
#Products-list main .product-grid .product-card {
  border-radius: 8px;
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
#Products-list main .product-grid .product-card .subtitle {
  display: block;
  font-size: 16px;
}
#Products-list main .product-grid .product-card .product-card-title h3 {
  font-size: 25px;
  margin: 0;
  text-align: center;
  border-bottom: 6px solid #c99958;
  padding-bottom: 2.2rem;
  box-sizing: border-box;
  margin-bottom: 28px;
  width: calc(100% + 60px);
  margin-right: -30px;
  padding-right: 1rem;
  margin-left: -30px;
  padding-left: 1rem;
}
#Products-list main .product-grid .product-card .product_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 650px) {
  #Products-list main .product-grid .product-card .product_wrap {
    grid-template-columns: 1fr;
    margin: auto;
    padding: 0 40px;
  }
}
#Products-list main .product-grid .product-card .product_wrap ul {
  padding-top: 10px;
}
#Products-list main .product-grid .product-card .product_wrap ul li {
  font-size: 16px;
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}
#Products-list main .product-grid .product-card .product_wrap .text_wrap h4 {
  font-size: 18px;
}
#Products-list main .product-grid .product-card .product-text {
  padding-top: 20px;
}
#Products-list main .product-grid .product-card .price {
  padding-top: 20px;
  text-align: right;
  font-size: 21px;
}
#Products-list main .product-grid .product-card .price > span {
  padding-left: 20px;
}
#Products-list main .product-card.wakasa h3 {
  font-size: 3.4rem;
  border-bottom: 6px solid #1e8139 !important;
}
#Products-list main .grid_box {
  padding-top: 70px;
  display: flex;
  flex-direction: column-reverse;
  /* 斜め線を疑似要素で追加 */
}
#Products-list main .grid_box .text_box .subtitle {
  font-size: 30px;
  text-align: center;
  color: #eaaea0;
}
#Products-list main .grid_box .text_box h3 {
  font-size: 25px;
  text-align: center;
}
#Products-list main .grid_box .text_box h3 span {
  font-size: 16px;
  display: block;
  text-align: center;
}
#Products-list main .grid_box .text_box .text01 {
  max-width: 208px;
  margin: auto;
  margin-top: 30px;
  font-size: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#Products-list main .grid_box .text_box .text01 .text_l {
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 25px;
}
#Products-list main .grid_box .text_box .text01 .text_r {
  text-align: right;
}
#Products-list main .grid_box .point_wrap {
  position: relative;
}
#Products-list main .grid_box .point_wrap h4 {
  font-size: 5rem;
  color: #eaaea0;
  position: absolute;
  left: calc(50% - 15rem);
  bottom: 13rem;
  top: 3rem;
  width: 125px;
}
#Products-list main .grid_box .point_list {
  display: flex;
  justify-content: space-between;
  gap: 1px; /* スキマ調整 */
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  flex-direction: column;
  padding-left: 5rem;
}
#Products-list main .grid_box .point_list li {
  flex: 1;
  text-align: center;
  padding: 3rem 1.5rem;
  position: relative;
  font-size: 1rem;
  font-size: 1.8rem;
}
#Products-list main .grid_box .point_list li span {
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Products-list main .grid_box .point_list li span img {
  height: 40px;
  padding-bottom: 10px;
}
#Products-list main .grid_box .point_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(72deg);
  width: 6px;
  height: 80%;
  background: linear-gradient(to bottom left, transparent 48%, #000 50%, transparent 52%);
  /* transform-origin: top center; */
  bottom: -65px;
}
#Products-list main .grid_box .img_box > img {
  max-height: 384px;
  margin: auto;
}
#Products-list main .descri {
  padding-top: 2rem;
  max-width: 640px;
  margin: auto;
}
#Products-list main .price_text_wrap {
  margin-top: 3rem;
}
#Products-list main .price_text_wrap p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
#Products-list main .price_text_wrap .price_wrap {
  text-align: right;
  width: 100%;
}
#Products-list main .manjyaro {
  margin-top: 8rem;
}
#Products-list main .manjyaro_text, #Products-list main .biyou_text, #Products-list main .wakasa_text {
  font-size: 16px;
  padding-top: 1rem;
  line-height: 1.7;
  padding-bottom: 2rem;
}
#Products-list main .manjyaro_text, #Products-list main .wakasa_text {
  padding-top: 4rem;
}
#Products-list main .manjyaro_wrap, #Products-list main .wakasa_wrap {
  bottom: 0;
}
#Products-list main .manjyaro_wrap .img_box > img, #Products-list main .wakasa_wrap .img_box > img {
  max-height: 346px;
  margin: auto;
}
#Products-list main .manjyaro_wrap h3, #Products-list main .wakasa_wrap h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 1rem;
}
#Products-list main .wakasa_wrap {
  padding-top: 40px;
}
#Products-list main .wakasa_wrap .point_list {
  margin-top: -3rem;
}
#Products-list main .manjyaro_price {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
}
#Products-list main .manjyaro_price > p {
  justify-content: flex-end;
}
#Products-list main .product-section {
  text-align: center;
  padding-top: 2rem;
  max-width: 850px;
  margin: auto auto 15rem;
}
#Products-list main .product-section .spn_w02 {
  width: 66px;
  display: inline-block;
  text-align: right;
}
#Products-list main .product-section .mar01 {
  margin-right: -6px;
}
#Products-list main .scalp {
  margin-top: 8rem;
  margin-bottom: 13rem;
}
#Products-list main .border-wrap {
  position: relative;
}
#Products-list main .beauty-supple-tit {
  text-align: center;
  width: 200px;
  background: white;
  font-size: 2.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#Products-list main .product-section.Beauty-supple {
  max-width: 100%;
  margin: auto auto 5rem;
  display: grid;
}
#Products-list main .product-section.Beauty-supple .product-grid-custom {
  max-width: 500px;
  grid-template-columns: 1fr;
  padding: 4rem 2rem;
  border: 1px solid #717071;
}
@media (max-width: 480px) {
  #Products-list main .product-section.Beauty-supple .product-grid-custom {
    padding: 4rem 1.2rem;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
#Products-list main .product-section.Beauty-supple .product-item {
  justify-content: space-between;
  text-align: left;
}
#Products-list main .product-section.Beauty-supple .product-item:nth-child(even) {
  text-align: left;
}
#Products-list main .product-section .section-title {
  font-size: 30px;
  margin-bottom: 2rem;
}
#Products-list main .product-section .product-grid-custom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* ← 1カラムにも対応 */
  gap: 2rem;
  font-size: clamp(1.6rem, 3vw, 1.9rem);
  margin: auto;
  max-width: 748px;
}
#Products-list main .product-section .product-item {
  display: flex;
  padding-bottom: 0.5rem;
  justify-content: space-between;
}
#Products-list main .product-section .product-name {
  font-weight: normal;
}
#Products-list main .product-section .product-price {
  font-weight: bold;
  padding-left: 30px;
  text-align: right;
}
#Products-list main .glp-1 {
  margin-bottom: 3rem;
  margin-top: 5rem;
  margin: auto auto 3rem;
  position: relative;
}
#Products-list main .glp-1::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #717071;
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
  position: absolute;
  left: 0;
  bottom: -3rem;
}
#Products-list main .glp-1 .section-title {
  position: relative;
}
#Products-list main .glp-1 .section-title > span {
  background-color: white;
  width: 130px;
  display: block;
  margin: auto;
}
#Products-list main .glp-1 .section-title::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #717071;
  z-index: -1;
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
}
#Products-list main .biyou_wrap {
  gap: 90px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}
#Products-list main .biyou_wrap .img_box > img {
  max-height: 469px;
}
#Products-list main .biyou_wrap .subtitle {
  text-align: left !important;
  font-size: 27px !important;
}
#Products-list main .biyou_text {
  padding-top: 3rem;
}
#Products-list main .biyou_text ul {
  padding-top: 1rem;
}
#Products-list main .link_box {
  padding-top: 7rem;
}
#Products-list main .info_text {
  text-align: left;
  text-indent: -1rem;
  margin-left: 1rem;
}

/*＝＝＝＝＝＝Victoria＝＝＝＝＝＝*/
#Victoria main {
  position: relative;
  overflow: hidden;
}
#Victoria main .header_tit02 img {
  max-width: 410px;
}
#Victoria main .text_wrap .badge {
  max-width: 150px;
}
#Victoria main .caption {
  padding: 2rem 0 3rem;
  margin: auto;
  line-height: 1.7;
  border-bottom: 1px solid #211815;
}
#Victoria main .caption .img_box {
  max-width: 200px;
  width: 100%;
  margin: auto;
  padding-top: 3rem;
  position: relative;
  /* &::after {
       content: "";
       display: block;
       width: 124px;
       background: url(/images/victoria/badge_best.png) no-repeat center;
       position: absolute;
       height: 150px;
       background-size: contain;
       right: 0;
       bottom: 0;
   }*/
}
#Victoria main .heading {
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
#Victoria main .heading .grid {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 0;
  width: 100%;
  height: 256px;
  max-width: 350px;
}
#Victoria main .heading .grid .text_wrap {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 48px;
  height: 100%;
}
#Victoria main .heading .grid .text_wrap .badge {
  max-width: 133px;
}
#Victoria main .heading .grid::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: radial-gradient(ellipse at center bottom, rgba(255, 224, 255, 0.5) 0%, rgba(255, 224, 255, 0.3) 50%, rgba(255, 224, 255, 0.2) 60%, rgba(255, 224, 255, 0.01) 80%, rgba(255, 224, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#Victoria main .heading .grid .text_wrap > h3 > img {
  max-width: 440px;
}
#Victoria main .heading .grid .img_box {
  position: absolute;
  right: -84px;
  top: 0;
  width: 379px;
  z-index: 1;
}
#Victoria main .heading .grid .img_box img {
  width: 100%;
  height: auto;
  display: block;
}
#Victoria main .heading .box02 {
  padding-top: 6px;
  display: flex;
}
#Victoria main .heading .box02 .text01 {
  font-size: 18px;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
#Victoria main .heading .box02 .grid02 {
  display: grid;
  max-width: 600px;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
  font-size: 17px;
}
@media (max-width: 600px) {
  #Victoria main .heading .box02 .grid02 {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin: auto;
  }
}
#Victoria main .heading .box02 .text_box {
  font-size: 16px;
}
#Victoria main .heading .box02 .point > img {
  max-width: 372px;
  margin: auto;
  width: 100%;
}
#Victoria main .price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 50px 0px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #Victoria main .price-grid {
    grid-template-columns: 1fr;
  }
}
#Victoria main .price-grid .price-card {
  border-radius: 8px;
  padding: 40px 30px;
  background-color: #fff;
  aspect-ratio: 480/449;
  max-width: 480px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1010px) {
  #Victoria main .price-grid .price-card {
    aspect-ratio: auto !important;
  }
}
#Victoria main .price-grid .price-card .price-card-title h3 {
  font-size: 25px;
  margin: 0;
  text-align: center;
  border-bottom: 6px solid #801b4d;
  padding-bottom: 2rem;
  box-sizing: border-box;
  width: calc(100% + 60px);
  margin-right: -30px;
  margin-left: -30px;
}
#Victoria main .price-grid .price-card .price-card-title .subtitle {
  font-size: 18px;
  color: #666;
  display: block;
}
#Victoria main .price-grid .price-card .price-card-title.text_s h3 {
  padding-bottom: 1rem;
}
#Victoria main .price-grid .price-card .price-card-title.text_s h3 .subtitle {
  font-size: 1.6rem;
}
#Victoria main .price-grid .price-card .price-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#Victoria main .price-grid .price-card .price-list .price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.9rem;
  padding-bottom: 1rem;
  align-items: center;
  background: url(/images/victoria/border-dotted.svg) repeat-x center bottom;
}
#Victoria main .price-grid .price-card .price-list .price-row .price-value {
  text-align: right;
  line-height: 1.4;
}
#Victoria main .price-grid .price-card .price-list .price-row .price-value:last-child {
  border-bottom: none;
}
#Victoria main .price-grid .price-card .price-list .price-row .price-value .price-note {
  font-size: 1.6rem;
  color: #888;
  display: block;
  margin-top: 4px;
}
@media (max-width: 600px) {
  #Victoria main .sec_price > .container {
    padding-right: 0;
    padding-left: 0;
  }
  #Victoria main .sec_price .price-card {
    border-radius: 0;
    max-width: 100%;
  }
}
#Victoria main .sec_kids_menu .heading {
  gap: 30px;
  padding-top: 7rem;
  padding-bottom: 0;
  flex-direction: column-reverse;
  display: flex;
}
#Victoria main .sec_kids_menu .heading .text_box h3 {
  font-size: 25px;
  padding-bottom: 2rem;
  color: #717071;
  line-height: 1.7;
}
#Victoria main .sec_kids_menu .heading .text_box p {
  font-size: 16px;
}
#Victoria main .sec_kids_menu .heading .text_box .float_img {
  max-width: 350px;
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  padding: 1rem 0;
}
#Victoria main .sec_kids_menu .heading .img_box {
  clear: both;
  margin: auto;
}
@media (max-width: 600px) {
  #Victoria main .sec_kids_menu .price-grid {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 0px;
  }
  #Victoria main .img_box {
    clear: both;
    margin: auto;
  }
}
#Victoria main .info_text {
  padding-top: 6rem;
  text-align: center;
}
#Victoria main .info_text > span {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  margin: auto;
  padding-bottom: 2rem;
}
#Victoria main .info_text .text_indent {
  text-align: left;
}

/*＝＝＝＝＝＝ldm＝＝＝＝＝＝*/
#Products main {
  overflow: hidden;
}
#Products main .top_heading h2 {
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0 4rem;
}
#Products main .top_heading h2 .text_s {
  font-size: 18px;
  display: block;
}
#Products main .top_heading .caption {
  font-size: 18px;
  text-align: center;
  padding-bottom: 33px;
}
#Products main .top_heading .descri {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  max-width: 550px;
  justify-content: center;
  margin: auto;
  padding-bottom: 8rem;
}
#Products main .top_heading .descri > p {
  font-size: 16px;
  line-height: 1.8;
}
#Products main .before-after .before-after-heading {
  padding-top: 4.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 3vw, 70px);
}
#Products main .before-after .bg_leaf {
  left: -22rem;
}
#Products main .before-after .text_wrap {
  max-width: 550px;
  margin: auto;
}
#Products main .before-after .text_wrap h3 {
  font-size: 30px;
  color: #eaaea0;
  padding-bottom: 1rem;
  text-align: center;
}
#Products main .before-after .text_wrap h3 > span {
  font-size: 30px;
  color: #717071;
}
#Products main .before-after .text_wrap img {
  padding-bottom: 3rem;
}
#Products main .before-after .text_wrap p {
  font-size: 16px;
  line-height: 1.7;
}
#Products main .before-after .grid_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  text-align: center;
  padding-top: 5rem;
  max-width: 550px;
  margin: auto;
}
#Products main .before-after .grid_box .item h4 {
  font-size: 30px;
  margin-bottom: 0.5rem;
  color: #eaaea0;
  font-weight: 400;
}
#Products main .before-after .grid_box .item .underline {
  position: relative;
  height: 2px;
  background-color: #eaaea0;
  margin: 0 auto 1rem;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 30px;
}
#Products main .before-after .grid_box .item .underline .triangle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #eaaea0;
}
#Products main .before-after .grid_box .item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#Products main .menu_wrap .menu_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
#Products main .menu_wrap .menu_grid h3 {
  font-size: 25px;
  padding-bottom: 3rem;
  text-align: center;
}
#Products main .menu_wrap .menu_grid h3 > span {
  font-size: 18px;
  display: block;
}
#Products main .menu_wrap .menu_grid .image01 {
  padding-bottom: 3rem;
  max-width: 280px;
  margin: auto;
}
#Products main .menu_wrap .menu_grid .machine_wrap {
  display: grid;
  grid-template-columns: 56% 44%;
  position: relative;
  max-width: 350px;
  padding-top: 2rem;
  margin: auto;
}
#Products main .menu_wrap .menu_grid .machine_wrap::after {
  content: "";
  display: block;
  width: 339px;
  height: 310px;
  background: url(/images/products/machine02.png) no-repeat;
  position: absolute;
  right: -135px;
  /* top: -4px; */
  background-size: contain;
  bottom: -34px;
  margin-right: auto;
}
#Products main .menu_wrap .menu_grid p {
  font-size: 16px;
  text-align: center;
}
#Products main .menu_wrap .menu_grid .text_firm, #Products main .menu_wrap .menu_grid .text_effect {
  text-align: left;
  padding-top: 1rem;
}
#Products main .menu_wrap .menu_grid .left_col, #Products main .menu_wrap .menu_grid .box01, #Products main .menu_wrap .menu_grid .box02 {
  padding: 3rem 2rem 3rem;
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
  box-sizing: border-box;
}
#Products main .menu_wrap .menu_grid .left_col {
  margin-top: 8.6rem;
}
#Products main .menu_wrap .menu_grid .left_col .text_wrap {
  font-size: 16px;
}
#Products main .menu_wrap .menu_grid .left_col .price {
  text-align: center;
  padding-top: 2rem;
}
#Products main .menu_wrap .menu_grid .box02 {
  margin-top: 5rem;
}
#Products main .menu_wrap .menu_grid .box02 p {
  text-align: left;
}
#Products main .menu_wrap .menu_grid .box02 h4 {
  padding-top: 2rem;
}
#Products main .menu_wrap .menu_grid .box02 .border_red {
  height: 6px;
  background-color: #801b4d;
  margin-top: 2rem;
  width: calc(100% + 40px);
  margin-top: 3rem;
  margin-right: -20px;
  margin-left: -20px;
}
#Products main .menu_wrap .menu_grid .box02 .flow {
  padding-bottom: 2rem;
}
#Products main .menu_wrap .menu_grid .box02 .select_wrap {
  padding-top: 2rem;
}
#Products main .menu_wrap .menu_grid .box02 .text_right {
  text-align: right;
}
#Products main .menu_wrap .menu_grid .right_col .flow {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#Products main .menu_wrap .menu_grid .box_shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 -4px 8px rgba(0, 0, 0, 0.05);
}
#Products main .menu_wrap .menu_grid .silver_box {
  background: url(/images/products/silver_bg.png) no-repeat center;
  background-size: cover;
  padding: 1rem 2rem 2rem;
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 4rem;
}
#Products main .menu_wrap .menu_grid .silver_box h4 {
  padding-bottom: 1rem;
}
#Products main .menu_wrap .menu_grid .silver_box .flow {
  padding: 1rem 0;
}
#Products main .menu_wrap .menu_grid .silver_box p {
  text-align: left;
}
#Products main .menu_wrap .menu_grid .title {
  background-color: white;
  border-radius: 30px;
  padding: 4px 20px;
  text-align: center;
  margin-bottom: 20px;
}
#Products main .menu_wrap .menu_grid .golden_box {
  background: url(/images/products/gold_bg.png) no-repeat center;
  background-size: cover;
  padding: 1rem 2rem 2rem;
  border-radius: 20px;
}
#Products main .menu_wrap .menu_grid .border_red {
  height: 6px;
  background-color: #801b4d;
  margin-top: 3rem;
  width: calc(100% + 40px);
  margin-top: 3rem;
  margin-right: -20px;
  margin-left: -20px;
}
#Products main .menu_wrap .price-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 50px;
}
#Products main .menu_wrap .price-list .price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.9rem;
  padding-bottom: 1rem;
  background: url(/images/victoria/border-dotted.svg) repeat-x center bottom;
  align-items: center;
}
#Products main .menu_wrap .price-list .price-row .price-value {
  text-align: right;
  line-height: 1.4;
}
#Products main .menu_wrap .price-list .price-row .price-value:last-child {
  border-bottom: none;
}
#Products main .menu_wrap .price-list .price-row .price-value .price-note {
  font-size: 1.6rem;
  color: #888;
  display: block;
  margin-top: 4px;
}
#Products main .menu_wrap .price-list .price-row:last-child {
  background: none;
}
#Products main .link_box {
  padding: 5rem 0 5rem;
}