@charset "utf-8";

/*----------------------------------------

CLASS名「bs」で囲む
<div class="bs">
～～～～～～～
</div>
  .bs p {
    color:black
  }  

----------------------------------------*/


/*----------------------------------------


font


----------------------------------------*/

@font-face {
  font-family: "urban";
  src: url(../font/urban.woff);
}

.bs .en_serif {
  font-family: 'urban', sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}

.bs .serif {
  font-family: 'Shippori Mincho', serif;
}

.bs .mb25 {
  margin-bottom: 25px !important;
}

.bs .mb170 {
  margin-bottom: min(170px, 13.3333vw) !important;
}

.bs .mb120 {
  margin-bottom: min(120px, 7.3vw) !important;
}

.bs .pt120 {
  padding-top: min(120px, 7.3vw) !important;
}

.bs .pt80 {
  padding-top: min(80px, 4.1vw) !important;
}

.bs .jus {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
  -ms-text-justify: inter-ideograph !important;
}


/*----------------------------------------


btn


----------------------------------------*/

.bs .btn_gray a, .bs .btn_gray input[type="submit"] {
  color: #fff;
  background: #666666;
  border: none;
}

.bs .btn_d a::before, .bs .btn_d input[type="submit"]::before {
  position: absolute;
  content: "";
  background: url(../../images/ico_arrow_d.svg) no-repeat left top / 100%;
  width: 4px;
  height: 24px;
  right: 10px;
  top: 5%;
  transform: translateY(50%);
  transition: 0.3s;
}

.bs .btn_black.btn_d a::before, .bs .btn_black.btn_d input[type="submit"]::before, .bs .btn_bor_w.btn_d a::before, .bs .btn_bor_w.btn_d input[type="submit"]::before, .bs .btn_gray.btn_d a::before, .bs .btn_gray.btn_d input[type="submit"]::before {
  background: url(../../images/ico_arrow_f_w.svg) no-repeat left top / 100%;
}

.bs .btn_d a:hover {
  opacity: 1;
}

.bs .btn_d a:hover:before, .bs .btn_d input[type="submit"]:hover:before {
  top: 10px !important;
}

.bs .btn_w120 {
  width: 120px;
}

.bs .btn_ico_w350 {
  max-width: 350px;
  width: 100%;
}

.bs .btn_ico_w350 a, .bs .btn_ico_w350 input[type="submit"] {
  padding: 5px 15px 5px 10px !important;
  min-height: 70px;
  display: flex;
  align-items: center;
}

.bs .btn_ico_w350 img {
  width: 60px;
  height: auto;
  margin-right: 2vw;
}

.bs .btn_ico_w350 p {
  width: calc(100% - 60px);
  margin-bottom: 11px;
  text-align: left;
}

.bs .btn_ico_w350 p span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.0 !important;
}


/*----------------------------------------


color


----------------------------------------*/

.bg_gray {
  background: #141414 !important;
}

.bg_gray_ptn2 {
  background: #666 !important;
}

.bg_light_gray {
  background: #eee !important;
}

.bg_black {
  background: #000 !important;
}

.bs .bg_white {
  background: #fff !important;
}

.bs .co_gold {
  /* 背景白の場合 */
  color: #a48b4a !important;
}


/*----------------------------------------


flex


----------------------------------------*/

.bs .flex_rvs {
  flex-direction: row-reverse;
}


/*----------------------------------------


width


----------------------------------------*/

.bs .w_25per {
  width: 25%;
}

.bs .w_30per {
  width: 33.33333%;
}

/*----------------------------------------

title


----------------------------------------*/
.bs .line_title_double {
  max-width: 800px;
  margin: 0 auto 5.4vw;
  padding-top: 9.3vw;
  font-size: clamp(2.2rem, 3.0vw, 3.6rem);
  letter-spacing: 0.15rem;
  font-weight: normal;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs .line_title_double::before, .bs .line_title_double::after {
  content: "";
  flex-grow: 1;
  border-top: 4px double #000;
}

.bs .line_title_double:before {
  margin-right: 2rem;
}

.bs .line_title_double:after {
  margin-left: 2rem;
}

.bs .line_title {
  max-width: 600px;
  margin: 0 auto 5.4vw !important;
  padding-top: 9.3vw;
  font-size: clamp(1.8rem, 3.0vw, 3.0rem);
  letter-spacing: 0.15rem;
  font-weight: normal;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs .line_title::before, .bs .line_title::after {
  content: "";
  flex-grow:1;
  border-top: 1px solid #444;
}

.bs .line_title:before {
  margin-right: 2rem;
}

.bs .line_title:after {
  margin-left: 2rem;
}


/*----------------------------------------


body-sculpting


----------------------------------------*/


/*----------------------------------------
fv
----------------------------------------*/

.bs#body-sculpting .fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  transition: 0.2s;
}

.bs#body-sculpting .fv figure {
  height: 100%;
}

.bs#body-sculpting .fv img {
  object-fit: cover;
  height: 100%;
}

.bs#body-sculpting .fv .fv_txt {
  position: absolute;
  width: 100%;
  top: 27%;
  left: 5%;
}

.bs#body-sculpting .fv .en_title {
  position: relative;
  margin-bottom: -25px;
  left: 0;
  font-size: clamp(4.4rem, 8.0vw, 10.0rem);
}

.bs#body-sculpting .fv h3 {
  letter-spacing: 0.2em;
  font-size: clamp(1.8rem, 1vw, 2.4rem);
  margin-bottom: 2.4vw;
}

.bs#body-sculpting .fv h4 {
  font-size: clamp(2.4rem, 3.0vw, 3.6rem);
  margin-bottom: 4vw;
}


/*----------------------------------------
menu_btn_area
----------------------------------------*/

.bs#body-sculpting .fv::before {
  /* fvの斜め背景 */
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 120px 0;
  border-color: transparent transparent #fff transparent;
}

.bs .menu_btn_area {
  margin: -1px 0;
  padding: 0 0 7vw;
  background: #fff;
}

.bs .menu_btn_area h2 {
  margin: 0;
  font-size: clamp(3.2rem, 3vw, 4.8rem);
}

.bs .btn_w25per {
  width: calc(25% - 10px);
  margin: 5px;
}


/*----------------------------------------
about_area
----------------------------------------*/

.bs .about_area {}


/*=== about_contents ===*/

.bs .about_area .about_contents {
  position: relative;
}

.bs .about_area .about_contents .inner {
  max-width: 1480px;
  width: 90%;
}

.bs .about_area .about_contents h3, .bs .about_area .about_combo_contents h3 {
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  font-weight: normal;
  left: 0;
  margin-bottom: min(30px, 4vw);
}

.bs .about_area .about_contents p, .bs .about_area .about_combo_contents p {
  margin: 0;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.15rem;
}

.bs .about_area .about_contents h4 {
  font-size: clamp(3.6rem, 3.6vw, 6.0rem);
  text-align: right;
  margin: 2vw 0 1vw;
}

.bs .about_area .about_contents .txt_area {
  max-width: 750px;
  width: 50.6%;
  margin-top: 4%;
  margin-right: 10%;
}

.bs .about_area .about_contents .ph {
  position: relative;
  max-width: 520px;
  width: 35.1%;
  top: 0;
}

.bs .about_area .about_contents .ph img {
  position: relative;
}

.bs .about_area .about_contents .ph.symbol_hexagon::before {
  width: 37.33333333vw;
  height: 37.33333333vw;
  left: -32%;
  top: -14%;
  z-index: -1;
}

.bs .about_area .about_contents .about_catch {
  display: flex;
  justify-content: center;
  margin: min(5.0vw, 60px) auto 0;
}

.bs .about_area .about_contents .about_catch li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: clamp(1.3rem, 1.0vw, 1.8rem);
  text-shadow: 1px 1px 0 #fff;
}

.bs .about_area .about_contents .about_catch li:first-child {
  margin-top: 50px;
  margin-left: -65px;
}

.bs .about_area .about_contents .about_catch li:nth-child( 2) {
  margin-top: -175px;
}

.bs .about_area .about_contents .about_catch .ico1.symbol_hexagon::before {
  width: 220px;
  height: 220px;
  left: -17%;
  top: -165%;
  z-index: 2;
}

.bs .about_area .about_contents .about_catch .ico2.symbol_hexagon::before {
  width: 240px;
  height: 240px;
  left: -7%;
  top: 11%;
}

.bs .about_area .about_contents .about_catch .ico3.symbol_hexagon::before {
  width: 210px;
  height: 210px;
  right: 11%;
  top: -44%;
}


/*=== about_combo_contents ===*/

.bs .about_area .about_combo_contents {
  margin-bottom: min(170px, 13.3333vw);
}

.bs .about_area .about_combo_contents .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
/*  min-width: 1100px;*/
}

.bs .about_area .about_combo_contents .txt_area {
  max-width: 800px;
  width: 100%;
  margin-top: 5%;
}

.bs .about_area .about_combo_contents .ph {
  max-width: 1080px;
  width: 100%;
  margin: 5% auto 0;
}


/*----------------------------------------
menu_list_area
----------------------------------------*/

.bs .menu_list_area {
  padding-bottom: 1px;
}

.bs .menu_list_area .menu_hip-design_area {
  position: relative;
  z-index: 2;
}

.bs .menu_list_area .en_title, .bs .programs_area .en_title {
  width: 100% !important;
  padding: 7.3vw 0 !important;
}

.bs .menu_list_area .en_title h2 {
  margin-bottom: -1vw;
  font-size: clamp(4.0rem, 8.0vw, 8.0rem);
}

.bs .menu_list_area .en_title p, .bs .programs_area .en_title p, .bs .case_area .en_title p {
  font-size: clamp (1.4rem, 1.4vw, 1.6rem);
  letter-spacing: 0.2rem;
}

.bs .menu_list_area .menu_liposuction_title {
  width: 100%;
  min-height: 400px;
  padding: 4vw 0;
  background: url(../../images/body-sculpting/menu_liposuction_title_bg.jpg) no-repeat center top;
  background-size: auto 100%;
}

.bs .menu_list_area .menu_bust-design_title {
  width: 100%;
  min-height: 400px;
  padding: 4vw 0;
  background: url(../../images/body-sculpting/menu_bust-design_title_bg.jpg) no-repeat center top;
  background-size: auto 100%;
}

.bs .menu_list_area .menu_hip-design_title {
  width: 100%;
  min-height: 400px;
  padding: 4vw 0;
  background: url(../../images/body-sculpting/menu_hip-design_title_bg.jpg) no-repeat center top;
  background-size: auto 100%;
}

.bs .menu_list_area .menu_liposuction_title .txt_area, .bs .menu_list_area .menu_bust-design_title .txt_area, .bs .menu_list_area .menu_hip-design_title .txt_area {
  width: 50%;
}

.bs .menu_list_area .menu_liposuction_title .txt_area .btn, .bs .menu_list_area .menu_bust-design_title .txt_area .btn, .bs .menu_list_area .menu_hip-design_title .txt_area .btn {
  margin-left: auto;
  margin-right: auto;
}

.bs .menu_list_area .menu_liposuction_title .txt_area .btn a, .bs .menu_list_area .menu_bust-design_title .txt_area .btn a, .bs .menu_list_area .menu_hip-design_title .txt_area .btn a {
  line-height: 1.0;
  height: 52px;
  margin-top: 3vw;
  padding: 11px 15px 7px;
}

.bs .menu_list_area .menu_liposuction_title h3, .bs .menu_list_area .menu_bust-design_title h3, .bs .menu_list_area .menu_hip-design_title h3 {
  font-size: clamp(2.4rem, 3.2vw, 4.8rem);
  margin: 2vw 0 3vw;
  font-weight: normal;
  line-height: 1.4;
  filter: drop-shadow(-4px 0px 10px rgba(0, 0, 0, 1));
}

.bs .menu_list_area .menu_liposuction_title h3 span, .bs .menu_list_area .menu_bust-design_title h3 span, .bs .menu_list_area .menu_hip-design_title h3 span {
  margin-left: 1vw;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  vertical-align: middle;
}

.bs .menu_list_area .menu_liposuction_title p, .bs .menu_list_area .menu_bust-design_title p, .bs .menu_list_area .menu_hip-design_title p {
  margin: 0;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2.2;
}

.bs .menu_list_area .menu_list_contents {
  margin-bottom: min(170px, 13.3333vw);
  padding-top: 7.3vw;
  color: #fff;
}

.bs .menu_list_area .menu_bnr {
  max-width: 600px;
  margin: 1vw auto 5vw;
  background: #fff;
}

.bs .menu_list_area .menu_bnr .ph {
  width: 33.33333%;
  height: 100%: margin-right: 20px;
  background: url(../../images/body-sculpting/menu_liposuction_ph.jpg) no-repeat center top;
  background-size: cover;
}

.bs .menu_list_area .menu_bnr .txt_area {
  width: calc(100% - 33.33333%);
  padding: 0 20px;
}

.bs .menu_list_area .menu_bnr h4 {
  margin: 15px 0 10px 0;
  padding-bottom: 10px;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  border-bottom: 1px solid #444;
}

.bs .menu_list_area .menu_bnr p {
  font-size: 1.2rem;
}

.bs .menu_list_area .menu_bnr .btn {
  margin: 20px 0;
}

.bs .menu_list_area .menu_bnr .btn a {
  line-height: 1.0;
  height: 32px;
  padding: 10px 10px 5px;
}

.bs .menu_list_area .menu_bnr .btn a.en_serif {
  font-size: 1.6rem;
}

.bs .menu_list h4 {
  position: relative;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  margin-bottom: 1vw;
}

.bs .menu_list .menu {
  width: 32%;
  margin-top: 1vw;
}

.bs .menu_list .menu a {
  min-height: 60px;
  display: flex;
  align-items: center;
}

.bs .menu_list .menu a:hover {
  opacity: 0.5;
  color: #000;
}

.bs .menu_list .menu h5 {
  padding: 5px 0 5px 10px;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 1.4;
  background: #fff;
}

.bs .menu_list .menu h5 img {
  display: inline-block;
  width: 50px;
  height: auto;
  margin-right: 2vw;
}

.bs .menu_list .menu ul {
  margin-top: 20px;
}

.bs .menu_list .menu ul li {
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  margin-bottom: 5px;
  margin-left: 20px;
}


/*----------------------------------------
programs_area
----------------------------------------*/

.bs .programs_area {
  padding: 0 0 1px;
}

.bs .programs_area .program_list_contents {
  margin-bottom: min(170px, 13.3333vw);
}

.bs .programs_area .en_title {
  padding: 7.3vw 0 3.1vw !important;
}

.bs .programs_area .en_title.symbol_hexagon::before {
  width: 37.33333333vw;
  height: 37.33333333vw;
  right: -12%;
  top: -12%;
  z-index: 1;
}

.bs .programs_area .en_title h2, .bs .program_list_contents .en_title h2 {
  margin-bottom: -1vw;
  font-size: clamp(4.0rem, 8.0vw, 7.2rem);
}

.bs .program_list_contents .program_list, .bs .balance_area .balance_list {
  width: 100%;
  margin-top: 3vw;
}

.bs .program_list_contents .program_list .ph, .bs .balance_area .balance_list .ph {
  max-width: 340px;
  width: 33.33333%;
}

.bs .program_list_contents .program_list .txt_area,
.bs .balance_area .balance_list .txt_area {
  width: calc(100% - 36%);
}

.bs .program_list_contents .program_list .txt_area h3 {
  font-size: clamp(2.0rem, 2.0vw, 3.0rem);
  font-weight: normal;
  margin-bottom: min(30px, 4vw);
  line-height: 1.8;
}

.bs .program_list_contents .program_list .txt_area p, .bs .balance_area .balance_list .txt_area p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2.2 !important;
}


/*----------------------------------------
balance_area
----------------------------------------*/

.bs .balance_area {
  padding-top: 0;
  padding-bottom: min(170px, 13.3333vw);
}

.bs .balance_area .en_title {
  padding: 9.3vw 0 3vw;
}

.bs .balance_area .en_title h2 {
  margin-bottom: min(20px, 3vw);
  font-size: clamp(2.4rem, 3.6vw, 4.8rem);
  font-weight: normal;
  line-height: 1.6;
}

.bs .balance_area .balance_image_contents p {
  margin: 0;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.15rem;
}

.bs .balance_area .balance_image_contents h3 {
  font-size: clamp(2.1rem, 2.8vw, 3.6rem);
  font-weight: normal;
  margin: min(80px, 6vw) 0 4vw;
}

.bs .balance_area .balance_image_contents .ph {
  width: 610px;
  margin: 0 auto min(100px, 7.3vw) ;
}

.bs .balance_area .balance_list .txt_area h3 {
  font-size: clamp(2.0rem, 2.0vw, 3.0rem);
  font-weight: normal;
  margin-bottom: min(30px, 4vw);
  line-height: 1.8;
}


/*----------------------------------------


liposuction


----------------------------------------*/


/*----------------------------------------
fv
----------------------------------------*/

.bs .fv_ptn2 {
  width: 100%;
  height: auto;
  background: #fff;
}

.bs .fv_ptn2 .inner {
  position: relative;
  top: 24%;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 14.1vw 0 6vw;
}

.bs .fv_ptn2 .en_title {
  position: relative;
  margin-bottom: 0;
  font-size: clamp(4.8rem, 8.0vw, 8.0rem);
  line-height: 1.0;
}

.bs .fv_ptn2 h3 {
  font-size: clamp(1.4rem, 1vw, 2.4rem);
  letter-spacing: 0.2em;
  line-height: 2.4;
  margin-bottom: 2vw;
}

.bs .fv_ptn2 h4 {
  font-size: clamp(2.2rem, 3.0vw, 3.6rem);
}


/*----------------------------------------
menu_btn_area_ptn2
----------------------------------------*/

.bs .menu_btn_area_ptn2 {
  margin: -1px 0;
  padding: 0 0 7.2vw;
  z-index: 3;
}

.bs .menu_btn_area_ptn2 .inner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.bs .menu_btn_area_ptn2 h2 {
  width: 11%;
  margin: 0.75vw 0 0;
  font-size: 3.0rem;
}

.bs .smenu_btn_contents {
  padding: 2vw 0;
}

.bs .smenu_btn_list {
  width: calc(100% - 11%);
  margin: 0;
  display: flex;  
}

.bs .smenu_btn_list .btn {
  flex-grow: 1;
  margin-left: 10px;
  max-width: 323px !important;
}


/*----------------------------------------
about_liposuction_area
----------------------------------------*/

.bs .about_liposuction_area {
  position: relative;
  padding-bottom: 1px;
  background: #000 url(../../images/liposuction/about_liposuction_bg.png) no-repeat 105% -5%;
  background-size: 49% auto;
  z-index: 2;
}

.bs .about_liposuction_area .about_liposuction_title {
  padding: 9.3vw 0;
}

.bs .about_liposuction_area .about_liposuction_title .txt_area {
  width: 75%;
}

.bs .about_liposuction_area .about_liposuction_title h3 {
  font-size: clamp(2.4rem, 3.2vw, 4.8rem);
  margin: 0 0 4vw;
  font-weight: normal;
  line-height: 1.4;
  filter: drop-shadow(-4px 0px 10px rgba(0, 0, 0, 1));
}

.bs .about_liposuction_area .about_liposuction_title h3 span {
  display: block;
  padding-top: 1vw;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}

.bs .about_liposuction_area .about_liposuction_title p {
  margin: 0;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2.2;
}

.bs .about_liposuction_area .about_liposuction_contents {
  margin-bottom: min(170px, 13.3333vw);
}

.bs .about_liposuction_ph {
  padding: 4vw 0 0;
  text-align: center;
}

.bs .about_liposuction_ph img {
  max-width: 800px;
  width: 100%;
}


/*----------------------------------------
about_contents_area
----------------------------------------*/

.bs .about_contents_area {
  padding: 0;
  background: #fff;
}

.bs .about_contents_area .inner.symbol_hexagon::before {
  width: 30vw;
  height: 30vw;
  left: -4%;
  top: -4%;
}

.bs .about_contents h3 {
  font-size: clamp(1.8rem, 3.0vw, 3.0rem);
  margin-bottom: min(30px, 4vw);
}

.bs .about_contents p {
  margin: 0;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.15rem;
}

.bs .about_contents_area .about_contents .ph {
  padding: 4vw 0 0;
  text-align: center;
}

.bs .about_contents_area .about_contents .ph img {
  max-width: 750px;
  width: 100%;
}


/*----------------------------------------
menu_list_area
----------------------------------------*/


/*----------------------------------------
case_area
----------------------------------------*/

.bs .case_area {
  position: relative;
  padding: 0 0 1px;
  background: #fff;
  z-index: 2;
}

.bs .case_area .en_title {
  margin: 0 auto;
  padding: 7.3vw 0 5.4vw !important;
}

.bs .case_area .en_title.symbol_hexagon::before {
  width: 37.33333333vw;
  height: 37.33333333vw;
  left: -32%;
  top: -14%;
  z-index: -1;
}

.bs .case_area .en_title h2 {
  margin-bottom: -1vw;
  font-size: clamp(4.0rem, 8.0vw, 8.0rem);
}

.bs .case_area .case_list_contents {
  margin-bottom: 3.3vw;
  padding: 4vw 0;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  background: #eee;
  color: #444;
  text-align: center;
}


/*----------------------------------------


breast-augmentation


----------------------------------------*/


/*----------------------------------------
fv
----------------------------------------*/

.bs#breast-augmentation .fv_ptn2 .en_title {
  font-size: clamp(3.4rem, 8.0vw, 8.0rem);
}


/*----------------------------------------
about_cdr-bam_area, about_hip-line_area
----------------------------------------*/

.bs .about_cdr-bam_area, .bs .about_hip-line_area {
  position: relative;
  margin-top: -7.3vw;
  padding: 0 0 1px;
  background: #fff url(../../images/breast-augmentation/about_cdr-bam_bg.png) no-repeat 90% 2%;
  background-size: 34% auto;
  z-index: 2;
}

.bs .about_cdr-bam_area .about_cdr-bam_title, .bs .about_hip-line_area .about_hip-line_title {
  padding: 7.3vw 0;
}

.bs .about_cdr-bam_title .txt_area, {
  width: 75%;
  text-align: justify;
}

.bs .about_hip-line_title .txt_area {
  width: 67%;
  text-align: justify;
}


.bs .about_cdr-bam_title h3, .bs .about_hip-line_title h3 {
  font-size: clamp(2.1rem, 2.8vw, 3.6rem);
  font-weight: normal;
  margin-bottom: min(30px, 4vw);
}

.bs .about_cdr-bam_title h3 span, .bs .about_hip-line_title h3 span {
  display: block;
  padding-top: 1vw;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}

.bs .about_cdr-bam_title p, .bs .about_hip-line_title p {
  margin: 0;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2.2;
  text-shadow: 1px 2px 3px #fff; 
}

.bs .about_cdr-bam_title .txt_list {
  margin: 1vw 0 2vw;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  text-indent: -1em;
  padding-left: 1em;
}

.bs .about_cdr-bam_title .txt_list li {
  margin-bottom: 5px;
  line-height: 1.8
}

.bs .about_cdr-bam_title .txt_list li span {
  color: #a48b4a !important;
}


/* cdr-bam_merit */

.bs .cdr-bam_merit {
  padding: 4vw 4vw;
  border: 1px solid #000;
}

.bs .cdr-bam_merit h3.en_title {
  margin: 0 auto 1vw;
  padding: 8px 0 0;
  color: #fff;
  font-size: clamp(2.2rem, 3.0vw, 3.6rem);
  letter-spacing: 0.15rem;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  background: #b29a59;
}

.bs .cdr-bam_merit .merit_catch {
  padding-top: 4vw;
  margin-bottom: 2vw;
}

.bs .cdr-bam_merit .merit_catch h4 {
  position: relative;
  margin: 0 35px 0 20px;
  font-size: clamp(2.2rem, 3.0vw, 3.6rem);
  line-height: 1.9;
}

.bs .cdr-bam_merit .merit_catch h4.symbol_hexagon::before {
  width: 8vw;
  height: 8vw;
  top: -41%;
  left: -29%;
}

.bs .cdr-bam_merit .merit_catch p {
  font-size: clamp(2.2rem, 3.0vw, 3.0rem);
}

.bs .cdr-bam_merit .merit_catch p span {
  border-bottom: 1px solid #000;
}

.bs .cdr-bam_merit .merit_lead {
  margin: 0 1vw;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.15rem;
}

.bs .cdr-bam_merit .merit_lead {
  margin: 0 1vw;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.15rem;
}

.bs .cdr-bam_merit .ph {
  margin-top: 4vw;
}

.bs .cdr-bam_merit .ph img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}


/* table（豊胸術の比較） */

.bs table.comparison {
  width: 100%;
  border-collapse: collapse;
}

.bs table.comparison th {
  padding: 1.4vw;
  font-size: clamp(1.5rem, 2vw, 1.6rem);
  font-weight: normal;
  border: 1px solid #444;
}

.bs table.comparison .w28per {
  width: 28%;
}

.bs table.comparison th img {
  display: block;
  max-width: 260px;
  width: 100%;
  margin: 1vw auto 0;
}

.bs table.comparison td {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  padding: 1.4vw;
  border: 1px solid #444;
}


/*----------------------------------------
ipm-example_area
----------------------------------------*/

.bs .ipm-example_area {
  position: relative;
  padding: 0 0 1px;
}

.bs .ipm-example_area .about_cdr-bam_title.symbol_hexagon::before {
  width: 37.33333333vw;
  height: 37.33333333vw;
  right: -12%;
  top: -21%;
  z-index: -1;
}

.bs .ipm-example_contents h4 {
  max-width: 400px;
  margin: 7.3vw auto 0;
  padding: 15px 0;
  font-size: clamp(1.8rem, 2vw, 3.0rem);
  font-weight: normal;
  text-align: center;
  border: 1px solid #fff;
}

.bs .ipm-example_contents dl.ipm-exam {
  margin-top: 4vw;
  width: 33.33333%;
  text-align: center;
}

.bs .ipm-example_contents dl.ipm-exam dt {
  font-size: clamp(1.5rem, 2.0vw, 2.2rem);
}

.bs .ipm-example_contents dl.ipm-exam img {
  max-width: 300px;
  width: 100%;
}

.bs .ipm-example_contents dl.ipm-exam dd p {
  font-size: clamp (1.4rem, 2.0vw, 1.6rem);
  margin: 2vw 4.1vw 0;
  text-align: left;
}


/*----------------------------------------
menu_list_area
----------------------------------------*/

.bs#breast-augmentation .menu_list_area {
  padding: 0 0 1px;
  background: url(../../images/breast-augmentation/menu_list_bg.png) no-repeat 90% 2%;
  background-size: 34% auto;
}

.bs .menu_list_area .about_cdr-bam_title {
  padding: 7.3vw 0;
}

.bs .menu_list_area .en_title.bdr_tb {
  padding: 4vw 0 !important;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.bs .menu_list_area .en_title.bdr_tb h2 {
  font-size: clamp(3.0rem, 6vw, 6.0rem);
}

.bs .menu_list_area .menu_list_contents_ptn2 {
  margin-bottom: min(170px, 13.3333vw);
  padding: 4.6vw 4.1vw 5.4vw;
}


/*----------------------------------------
related
----------------------------------------*/

.bs#breast-augmentation .programs_area {
  position: relative;
  padding-top: 0;
  z-index: 3;
}

.bs#breast-augmentation .programs_area .program_list .txt_area {
  padding-top: 0;
}


/*----------------------------------------
case_area
----------------------------------------*/

.bs .case_area .en_title.symbol_hexagon::before {
  width: 37.33333333vw;
  height: 37.33333333vw;
  left: -24%;
  top: -12%;
  z-index: -1;
}


/*----------------------------------------


hips-making


----------------------------------------*/


/*----------------------------------------
about_hip-line_area
----------------------------------------*/

.bs .about_hip-line_area {
  position: relative;
  margin-top: -7.3vw;
  padding: 0 0 1px;
  background: #fff url(../../images/hips-making/about_hip-line_bg_sp.png) no-repeat 90% 2%;
  background-size: 34% auto;
  z-index: 2;
}

.bs .about_hip-line_title .txt_area {
  width: 69%;
}


/*----------------------------------------
care_area
----------------------------------------*/


/* table（詳細情報） */

.bs table.info {
  width: 100%;
  border-collapse: collapse;
}

.bs table.info th {
  padding: 2vw;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: normal;
  border: 1px solid #444;
}

.bs table.info.price th {
  font-size: clamp(1.1rem, 2vw, 1.8rem);
}

.bs table.info td {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  padding: 2vw;
  border: 1px solid #444;
}


/* table（料金） */

.bs .price_list_contents {
  margin-bottom: min(170px, 13.3333vw);
  padding: 4.6vw 4.1vw 5.4vw;
}

@media screen and (max-width:750px) {
/*----------------------------------------
about_contents_area
----------------------------------------*/
/*----------------------------------------


title


----------------------------------------*/
.bs .line_title_double:before,
.bs .line_title:before {
    margin-right: 1rem;
  }
.bs .line_title_double:after,
.bs .line_title:after {
    margin-left: 1rem;
  }

/*----------------------------------------


body-sculpting


----------------------------------------*/
/*----------------------------------------
fv
----------------------------------------*/
  .bs#body-sculpting .fv .fv_txt {
    top: 17%;
  }
  .bs#body-sculpting .fv .en_title {
    margin-bottom: -15px;
  }
  .bs#body-sculpting .fv h3 {
    margin-bottom: 6vw;
  }
/*----------------------------------------
menu_btn_area
----------------------------------------*/
  .bs#body-sculpting .fv::before {
    /* fvの斜め背景 */
    border-width: 0 100vw 50px 0;
    border-color: transparent transparent #fff transparent;
  }
  .bs .menu_btn_area .inner {
    width: 94%;
  }
  .bs .menu_btn_area .btn_w25per {
    width: 33.33333333%;
    width: calc(33.33333333% - 10px);
  }
  .bs .menu_btn_area .btn a {
    font-size: 1.3vw;
    height: 52px !important;
    display: flex;
    justify-content: center;
  }
/*----------------------------------------
about_area
----------------------------------------*/
  .bs .about_area .about_contents .txt_area {
    width: 100%;
    margin-right: 0;
  }
  .bs .about_area .about_contents .ph {
    width: 61.33333333vw;
  }
  .bs .about_area .about_contents .ph.symbol_hexagon::before {
    width: 57.33333333vw;
    height: 57.33333333vw;
    left: 84%;
    top: 19%;
  }
  .bs .about_contents h3, .bs .about_area .about_combo_contents h3 {
    margin: 4vw 0;
  }
  .bs .about_contents p, .bs .about_area .about_combo_contents p {
    line-height: 1.8;
  }
  .bs .about_area .about_contents .about_catch {
    padding-bottom: 10vw;
  }
  .bs .about_area .about_contents .about_catch li:first-child {
    margin-top: 50px;
    margin-left: 10px;
  }
  .bs .about_area .about_contents .about_catch li:nth-child( 2) {
    margin-top: -100px;
  }
  .bs .about_area .about_contents .about_catch .ico1.symbol_hexagon::before {
    width: 145px;
    height: 145px;
    left: -17%;
    top: -65%;
  }
  .bs .about_area .about_contents .about_catch .ico2.symbol_hexagon::before {
    width: 165px;
    height: 165px;
    left: -27%;
    top: 11%;
  }
  .bs .about_area .about_contents .about_catch .ico3.symbol_hexagon::before {
    width: 145px;
    height: 145px;
    right: -11%;
    top: -14%;
  }
/*----------------------------------------
menu_list_area
----------------------------------------*/
  .bs .menu_list_area .inner {
    width: 90%;
  }
  .bs .menu_list_area .en_title {
    padding: 8vw 0;
  }
  .bs .menu_list_area .menu_list .menu {
    width: 48%;
    margin-top: 2vw;
  }
  .bs .menu_list_area .menu_liposuction_title {
    min-height: auto;
    background: url(../../images/body-sculpting/menu_liposuction_title_bg.jpg) no-repeat 70% top;
    background-size: auto 100%;
  }
  .bs .menu_list_area .menu_bust-design_title {
    min-height: auto;
    background: url(../../images/body-sculpting/menu_bust-design_title_bg.jpg) no-repeat 65% top;
    background-size: auto 100%;
  }
  .bs .menu_list_area .menu_hip-design_title {
    min-height: auto;
    background: url(../../images/body-sculpting/menu_hip-design_title_bg.jpg) no-repeat 60% top;
    background-size: auto 100%;
  }
  .bs .menu_list_area .menu_liposuction_title .txt_area, .bs .menu_list_area .menu_bust-design_title .txt_area, .bs .menu_list_area .menu_hip-design_title .txt_area {
    width: 75%;
  }
  .bs .menu_list_area .menu_liposuction_title p, .bs .menu_list_area .menu_bust-design_title p, .bs .menu_list_area .menu_hip-design_title p {
    line-height: 1.8;
  }
  .bs .menu_list_area .menu_liposuction_title .txt_area .btn a, .bs .menu_list_area .menu_bust-design_title .txt_area .btn a, .bs .menu_list_area .menu_hip-design_title .txt_area .btn a {
    height: 36px;
    margin: 5vw auto 4vw;
  }
  .bs .menu_list_area .menu_bnr .txt_area {
    padding: 0 15px;
  }
  .bs .menu_list_area .menu_bnr .btn {
    margin-top: 10px;
  }
/*----------------------------------------
programs_area, balance_area
----------------------------------------*/
  .bs .program_list_contents .program_list {
    margin-top: 5vw;
  }
  .bs .program_list_contents .program_list .ph, .bs .balance_area .balance_list .ph {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 5vw;
  }
  .bs .program_list_contents .program_list .txt_area, .bs .balance_area .balance_list .txt_area {
    width: 100%;
  }
  .bs .program_list_contents_area .program_list .txt_area h3, .bs .balance_area .balance_list .txt_area h3 {
    margin: 4vw 0 3vw;
  }
  .bs .balance_area .balance_image_contents .ph {
    width: 90%;
  }
/*----------------------------------------


liposuction


----------------------------------------*/
/*----------------------------------------
menu_btn_area_ptn2
----------------------------------------*/
  .bs .menu_btn_area_ptn2 .inner {
    width: 94%;
  }
  .bs .menu_btn_area_ptn2 h2 {
    width: 100%;
    margin-bottom: -2%;
    padding-left: 2%;
    font-size: 2.4rem;
  }
  .bs .smenu_btn_list {
    width: 100%;
  }
.bs .smenu_btn_list .btn {
    flex-grow: 0;
    width: 47%;
    margin: 0 5px 10px;
  }
  .bs .menu_btn_area_ptn2 .btn a {
    font-size: 3.4vw;
    height: 42px !important;
    display: flex;
    justify-content: center;
  }
/*----------------------------------------
about_liposuction_area
----------------------------------------*/
  .bs .about_liposuction_area {
    background: #000 url(../../images/liposuction/about_liposuction_bg.png) no-repeat 155% top;
    background-size: 85% auto;
  }
  .bs .about_liposuction_area .about_liposuction_title p {
    line-height: 1.8;
  }
/*----------------------------------------


breast-augmentation


----------------------------------------*/
/*----------------------------------------
about_cdr-bam_area
----------------------------------------*/
  .bs .about_cdr-bam_area {
    background-position: 175% 1% !important;
    background-size: 75% auto !important;
  }
  .bs .cdr-bam_merit .merit_catch h4 {
    width: 30%;
    margin: 0 15px 0;
    line-height: 3.4;
  }
  .bs .cdr-bam_merit .merit_catch h4.symbol_hexagon::before {
    width: 19vw;
    height: 19vw;
    top: -4%;
    left: -20%;
  }
  .bs .cdr-bam_merit .merit_catch p {
    width: calc(100% - 31%);
    line-height: 1.4;
  }
  /* table（豊胸術の比較） */
  .bs .table_scroll {
    max-width: 800px;
    overflow-x: auto;
  }
  .bs .table_scroll table.comparison {
    white-space: nowrap;
    margin: 10px 0;
  }
  .bs .table_scroll::-webkit-scrollbar {
    height: 10px;
    /* スクロールバーの高さ */
  }
  .bs .table_scroll::-webkit-scrollbar-thumb {
    background: #aaa;
    /* ツマミの色 */
  }
  .bs .table_scroll::-webkit-scrollbar-track {
    background: #ddd;
    /* トラックの色 */
  }
/*----------------------------------------
ipm-example
----------------------------------------*/
  .bs .ipm-example_area .about_cdr-bam_title .txt_area {
    width: 100%;
  }
  .bs .ipm-example_contents h4 {
    margin: 0 4vw;
  }
  .bs .ipm-example_contents dl.ipm-exam {
    margin-top: 7.3vw;
    width: 49%;
  }
  .bs .ipm-example_contents dl.ipm-exam dd p {
    margin: 2vw 3vw 0;
  }
/*----------------------------------------
menu_list_area
----------------------------------------*/
  .bs#breast-augmentation .menu_list_area {
    background-position: 175% 1% !important;
    background-size: 75% auto !important;
  }
/*----------------------------------------
case_area
----------------------------------------*/
  .bs .case_area .en_title.symbol_hexagon::before {
    left: -14%;
    top: -7%;
  }
  .bs .case_area .en_title.symbol_hexagon::before {
    left: -14%;
    top: -7%;
  }
  /* table（詳細情報） */
  .bs table.info .w_25per {
    width: 33.33333%;
  }
  
/*----------------------------------------
related
----------------------------------------*/
  .bs .related .program_list .ph {
    max-width: 240px;
  }
  
/*----------------------------------------


hips-making


----------------------------------------*/
/*----------------------------------------
about_cdr-bam_area
----------------------------------------*/
  .bs .about_cdr-bam_area, .bs .about_hip-line_area {
    background-position: 165% 1% !important;
    background-size: 70% auto !important;
  }
/*----------------------------------------
ipm-example
----------------------------------------*/
  .bs#hips-making .ipm-example_contents h4 {
    margin: 11vw 4vw;
  }
}