@charset "utf-8";

/* CSS Document */
/*----------------------------------------


body/article


----------------------------------------*/
/* body {
  background: #141414;
} */
article {
  padding-top: 0 !important;
  overflow: hidden;
}

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


section


----------------------------------------*/
section {
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
}

section h2 {
  line-height: 1.2;
  margin-bottom: 40px;
}

section p {
  line-height: 1.8;
  letter-spacing: 0.08rem;
}

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


fv


----------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  height: 600px;
  transition: 0.2s;
}
@media screen and (max-width: 750px){
  .fv {
	height: 80vh;
  }
}
.fv figure {
  height: 100%;
}

.fv img {
  padding-top: 3vw;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 750px){
  .fv img {
	padding-top: 1vw;
  }
}
.fv h2 {
  position: absolute;
  bottom: 12%;
  left: 5%;
  z-index: 10;
  font-size: clamp(2.8rem, 2.8vw, 3.3rem);
  letter-spacing: 0.15rem;
}

.fv .opening_bnr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 10;
  max-width: 454px;
  width: 30%;
}

.bnr {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 0 auto min(10vw,40px);
}
@media screen and (max-width: 750px){
	.bnr { margin: 0 auto min(10vw,10px); width: 100%; }
}

.mini_bnr {
  max-width: 800px;
  width: 90%;
  margin: 0 auto min(10vw,40px);
}

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


philosophy_area


----------------------------------------*/
.philosophy_area.symbol_hexagon::before {
  width: 740px;
  height: 740px;
  right: -10%;
  top: -10%;
}

.philosophy_area .en_title {
  position: relative;
  font-size: clamp(8.0rem, 8.0vw, 10.0rem);
  left: 5%;
}

.philosophy_area .philosophy_contents {
  max-width: 1000px;
  width: 90%;
}

.philosophy_area .philosophy_contents h3 {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-align: center;
  padding-bottom: 30px;
}

.philosophy_area .philosophy_contents h3::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 250px;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.philosophy_area .philosophy_contents p {
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.15em;
}

.philosophy_area .ph {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10%;
  margin-top: 60px;
  top: 0;
}

.philosophy_area .ph .ph01 {
  max-width: 800px;
  width: 50%;
}

.philosophy_area .ph .ph02 {
  position: relative;
  z-index: 2;
  right: -30px;
  max-width: 300px;
  width: 25%;
}

.philosophy_area .ph .ph02 img {
  position: relative;
}

.philosophy_area .ph .ph02 .symbol_hexagon::before {
  width: 260px;
  height: 260px;
  left: -40%;
  bottom: -35%;
  z-index: -1;
}

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


sculpting_area


----------------------------------------*/
.sculpting_area {
  background: #282828 url(../../images/sculpting_bg.jpg) no-repeat center center / cover;
}

.sculpting_area .en_title {
  font-size: clamp(12.0rem, 12.0vw, 14.0rem);
  line-height: 1.4;
}

.sculpting_area h2 {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  margin-bottom: 50px;
}

.sculpting_area h3 {
  font-size: clamp(2.6rem, 2.6vw, 3.6rem);
  line-height: 1.5;
  margin: 0 auto 0;
  filter: drop-shadow(-4px 0px 10px rgba(0, 0, 0, 1));
}

.sculpting_area p.txt {
  max-width: 900px;
  margin: 20px auto 0;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  line-height: 2.2;
  letter-spacing: 0.15rem;
  filter: drop-shadow(-4px 0px 10px rgba(0, 0, 0, 1));
}

.sculpting_area .btn {
  margin-top: 40px;
}

.sculpting_area .btn a {
  max-width: 490px;
  margin: 0 auto;
  padding: 25px 0;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  height: 100%;
}

.sculpting_area .sculpting_list_area {
  margin-top: min(7vw, 80px);
  padding: 25px 40px;
  color: #fff;
}

.sculpting_area .sculpting_list_area h4 {
  position: relative;
  display: inline-block;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.sculpting_area .sculpting_list_area h4::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #b29a59;
  left: -40px;
  bottom: 0;
  width: calc(100% + 50px);
  height: 0;
}

.sculpting_area .sculpting_list_area .sculpting_list {
  width: 32%;
}

.sculpting_area .sculpting_list_area a {
  display: block;
  color: #fff;
}

.sculpting_area .sculpting_list_area .sculpting_list h5 {
  border: 1px solid #fff;
  padding: 8px 10px;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}

.sculpting_area .sculpting_list_area .sculpting_list h5 img {
  display: inline-block;
  width: 38px;
  margin-right: 20px;
}

.sculpting_area .sculpting_list_area .sculpting_list ul {
  margin-top: 20px;
}

.sculpting_area .sculpting_list_area .sculpting_list ul li {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  margin-bottom: 5px;
  margin-left: 20px;
}

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


advantage_area


----------------------------------------*/
.advantage_area .inner {
  max-width: 1480px;
  width: 90%;
}

.advantage_area .en_title {
  position: relative;
  font-size: clamp(12.0rem, 12.0vw, 14.0rem);
  text-align: right;
  margin-right: 5%;
}

.advantage_area .advantage_contents {
  position: relative;
  margin-bottom: min(170px, 13.3333vw);
}

.advantage_area .advantage_contents h3 {
  font-size: clamp(3.2rem, 3.2vw, 4.8rem);
  line-height: 1.4;
}

.advantage_area .advantage_contents h3 span {
  display: block;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}

.advantage_area .advantage_list_contents {
  margin-bottom: min(170px, 13.3333vw);
}

.advantage_area .advantage_list_contents h4 {
  font-size: clamp(2.8rem, 2.8vw, 3.6rem);
  margin-bottom: 40px;
}

.advantage_area .advantage_list_contents p {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}

.advantage_area .advantage_list_contents .txt_area {
  max-width: 750px;
  width: 50.6%;
	color: #fff;
}

.advantage_area .advantage_list_contents .txt_area .btn {
  margin-top: min(5vw, 70px);
}

/*----------------------------------------
advantage_liposuction_contents / advantage_body_contents
----------------------------------------*/
.advantage_area .advantage_liposuction_contents h3,
.advantage_area .advantage_body_contents h3 {
  position: absolute;
  left: 0;
  top: 0;
}

.advantage_area .advantage_body_contents h3 {
  left: 5%;
}

.advantage_area .advantage_liposuction_contents .ph,
.advantage_area .advantage_body_contents .ph {
  position: relative;
  max-width: 520px;
  width: 35.1%;
  margin-top: 0;
}

.advantage_area .advantage_liposuction_contents .ph {
  margin-top: 60px;
}

.advantage_area .advantage_liposuction_contents .ph {
  top: 0;
}

.advantage_area .advantage_body_contents .ph {
  top: 0;
}

.advantage_area .advantage_body_contents .ph {
  order: 2;
  margin-right: 5%;
}

.advantage_area .advantage_liposuction_contents .txt_area {
  margin-top: min(13vw, 170px);
  margin-right: 10%;
}

.advantage_area .advantage_body_contents .txt_area {
  margin-top: min(13vw, 170px);
  margin-left: 5%;
}

.advantage_area .advantage_liposuction_contents .advantage_liposuction_cach {
  display: flex;
  justify-content: center;
  margin: min(5.0vw, 60px) auto 0;
}

.advantage_area .advantage_liposuction_contents .advantage_liposuction_cach li {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  width: 30.7%;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 1.5;
  margin: 0 10px;
}

.advantage_area .advantage_liposuction_contents .advantage_liposuction_cach li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.advantage_area .advantage_liposuction_contents .ph.symbol_hexagon::before {
  width: 712px;
  height: 712px;
  top: calc(-40% + -50px);
  left: -32%;
  z-index: -1;
}

.advantage_area .advantage_body_contents .ph.symbol_hexagon::before {
  width: 720px;
  height: 720px;
  bottom: calc(-25% + 50px);
  right: -45%;
  z-index: -1;
}

.advantage_area .advantage_body_contents .advantage_list_contents .txt_area .btn_flex {
  margin-top: min(5vw, 70px);
}

.advantage_area .advantage_body_contents .advantage_list_contents .txt_area .btn {
  margin-left: min(1vw, 5px);
  margin-top: min(1vw, 20px);
  max-width: 230px;
  width: 32%;
}

/*----------------------------------------
advantage_beast_contents
----------------------------------------*/
.advantage_area .advantage_beast_contents h3 {
  margin-bottom: 35px;
}

.advantage_area .advantage_beast_contents .ph {
  position: relative;
  max-width: 400px;
  width: 27.0%;
  position: relative;
  left: 16.2%;
  top: 0;
}
.advantage_area .advantage_beast_contents .txt_area {}

.advantage_area .advantage_beast_contents .txt_area .ph_area {
  display: flex;
}

.advantage_area .advantage_beast_contents .txt_area .ph_area div {
  max-width: 350px;
  width: 55%;
  margin-left: -30px;
}

.advantage_area .advantage_beast_contents .txt_area .ph_area .ph02 {
  margin: min(8vw, 130px) 0 0 40px;
}

.advantage_area .advantage_beast_contents .txt_area .btn {
  margin-bottom: min(5vw, 70px);
}

.advantage_area .advantage_beast_contents .ph.symbol_hexagon::before {
  width: 470px;
  height: 470px;
  bottom: calc(-20% + 300px);
  left: -40%;
  z-index: -1;
}
@media screen and (max-width:1500px) {
  .advantage_area .advantage_body_contents .advantage_list_contents .txt_area .btn {
    width: 48%;
  }

  .advantage_area .advantage_beast_contents .ph {
    max-width: 520px;
    width: 35.1%;
    left: 8%;
  }

}
/*----------------------------------------


case


----------------------------------------*/
.event_area .en_title,
.case_area .en_title,
.case_slide .en_title,
.news_area .en_title,
.movie_area .en_title,
.doctor_area .en_title,
.menu_area .en_title {
  position: relative;
  font-size: clamp(6.5rem, 6.5vw, 8.0rem);
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 30px;
}

.event_area ul p.pointer {
  cursor: pointer;
}

.case_area ul li,
.event_area ul li {
  margin: 0 0 10px;
}

.case_area li:nth-child(4),
.event_area li:nth-child(4) {
  display: none;
}
.event_area li:nth-child(4) {
  display: block;
}
@media screen and (max-width: 767px) {
     .event_area ul {
      display: block;
      padding: 0 4%;
    }
    
    .event_area ul li {
      width: 100%;
    }
    
    .event_area ul img {
      display: block;
      width: 100%;
    }
}


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


bnr_area


----------------------------------------*/
.bnr_area .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.bnr_area ul li {
  max-width: 525px;
  width: 48%;
}

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


about_area


----------------------------------------*/
.about_area {
  background: #fff;
}

.about_area::before {
  position: absolute;
  content: "";
  background: #000;
  left: 0;
  top: 0;
  height: 80%;
  width: 100%;
  z-index: -1;
}

.about_area .en_title {
  position: relative;
  font-size: clamp(12rem, 12vw, 14.0rem);
}

.about_area .ph {
  position: relative;
  width: 63.5%;
  max-width: 940px;
}

.about_area .ph.symbol_hexagon::before {
  width: 615px;
  height: 615px;
  left: -20%;
  top: -40%;
  z-index: -1;
  ;
}

.about_area .txt_area {
  position: relative;
  width: 36.5%;
}

.about_area .txt_area h3 {
  position: relative;
  left: -30px;
  font-size: clamp(3.2rem, 3.2vw, 5.0rem);
}

.about_area .txt_area p {
  position: relative;
  line-height: 2.2;
  margin-bottom: 15%;
}

.about_area .txt_area .btn_area {
  position: relative;
  left: -400px;
  width: 800px;
  margin-bottom: 40px;
}

.about_area .txt_area .btn_area li {
  margin: 8px;
}

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


movie_area


----------------------------------------*/
.movie_area .en_title,
.menu_area .en_title {
  max-width: 1480px;
  width: 90%;
}

.movie_area .inner {
  position: relative;
}

.movie_area .logo_area {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 350px;
  width: 29.1%;
}

.movie_area .logo_area .movie_logo {
  margin: 15% 0 10px;
}

.movie_area ul li {
  max-width: 280px;
  width: calc(25% - 20px);
  margin-right: 25px;
}

.movie_area ul li:nth-child(1) {
  max-width: 720px;
  width: 60%;
  margin-left: 40%;
  margin-bottom: 40px;
  margin-right: 0;
}

.movie_area ul li:last-child {
  margin-right: 0;
}

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


doctor_area


----------------------------------------*/
.doctor_area .inner {
  max-width: 1360px;
  width: 90%;
}

.doctor_area ul {
  justify-content: space-evenly;
}

.doctor_area li {
  width: 30%;
}

.doctor_area li h3 {
  font-size: clamp(1.6rem, 1.6vw, 3rem);
  margin: 40px 0 20px;
}

.doctor_area li h3 span {
  display: block;
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
}

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


menu_area


----------------------------------------*/
.menu_area .menu_contents {
  margin: 0 autox;
  max-width: 1020px;
}

.menu_area .menu_body_contents {
  margin-top: 130px;
}

.menu_area .menu_contents h3 {
  font-size: clamp(2.8rem, 2.8vw, 3.6rem);
  margin-bottom: 50px;
}

.menu_area li {
  width: 185px;
  height: 260px;
  background: url(../../images/menu_wrap.svg) no-repeat center top;
  margin: 8px;
  color: #fff;
  letter-spacing: 0;
  transition: 0.3s;
}

.menu_area li a {}

.menu_area li figure {
  width: 100px;
  margin: 50px auto 15px;
  transform: scale(1.0);
  transition: 0.3s;
}

.menu_area li h4 {
  font-weight: normal;
}

.menu_area li:hover {
  letter-spacing: 0.2em;
  background: url(../../images/menu_wrap_brown.svg) no-repeat center top;
}

.menu_area li:hover figure {
  transform: scale(1.1);
}

.menu_area .menu_body_contents li:nth-child(n+5),
.menu_area .menu_type_contents li:nth-child(n+6) {
  margin-top: -45px;
}

.menu_area .menu_body_contents ul {
  width: 820px;
  margin: 0 auto;
}

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


monitor_bnr


----------------------------------------*/
.monitor_bnr {
  max-width: 1100px;
  margin: 100px auto;
  width: 96%;

}

.foot_about_area {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background: url(../../images/foot_clonic_ph.jpg) no-repeat center top / cover;
  z-index: 11;
  padding: 0;
}

.foot_about_area .foot_about_contents {
  margin: 45px 60px 45px 0;
  font-size: 1.3rem;
  background: #fff;
  border-radius: 150px;
  text-align: center;
  padding: 80px;
}

.foot_about_area .foot_about_contents p {
  line-height: 2.4;
  margin-top: 1em;
}

.foot_about_area .foot_about_contents .foot_about_logo {
  width: 122px;
  margin: 0 auto 50px;
}

.foot_about_area .foot_about_contents .googlemap_txt {
  font-size: 1.8rem;
}


@media screen and (max-width:1250px) {}

@media screen and (max-width:750px) {
  section {
    padding: 7.33333vw 0;
  }

  section h2 {
    margin-bottom: 5vw;
  }

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


  fv


  ----------------------------------------*/
  .fv_logo_first {
    position: absolute;
    top: 8%;
    left: 7%;
    width: 28%;
  }
  .fv h2 {
    top: 33%;
    left: 4%;
    font-size: 5.8vw;
    line-height: 1.5;
	bottom: auto;
  }

  .fv .opening_bnr {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

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


  philosophy_area


  ----------------------------------------*/
  .philosophy_area.symbol_hexagon::before {
    width: 37.33333333vw;
    height: 37.33333333vw;
    right: -10vw;
    top: -10vw;
  }

  .philosophy_area .en_title {
    font-size: 12vw;
    left: 5%;
  }

  .philosophy_area .philosophy_contents {
    width: 100%;
  }

  .philosophy_area .philosophy_contents h3 {
    font-size: 4.266666667vw;
    margin-bottom: 6.66667vw;
    letter-spacing: 0.2em;
    padding-bottom: 4vw;
  }

  .philosophy_area .philosophy_contents h3::before {
    width: 33.33333333vw;
  }

  .philosophy_area .philosophy_contents p {
    font-size: 3.733333333vw;
    line-height: 2.2;
    letter-spacing: 0.15em;
    text-align: justify;
  }

  .philosophy_area .ph {
    margin-right: 0;
    margin-top: 24vw;
    top: 0;
  }

  .philosophy_area .ph .ph01 {
    position: relative;
    width: 61.33333333vw;
    z-index: 2;
  }

  .philosophy_area .ph .ph02 {
    right: -5vw;
    width: 32vw;
  }

  .philosophy_area .ph .ph02 img {
    position: relative;
  }

  .philosophy_area .ph .ph02 .symbol_hexagon::before {
    width: 68.66666667vw;
    height: 68.66666667vw;
    left: -5%;
    bottom: -50vw;
  }

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


sculpting_area


----------------------------------------*/
  .sculpting_area {
    background: #282828 url(../../images/sculpting_bg_sp.jpg) no-repeat center bottom / cover;
  }
  .fv .sculpting_list_area { position: absolute; bottom: 0; left: 4%; width: 83%; background: rgba(0,0,0,.3); }

  .sculpting_area .en_title {
    font-size: 10.33333vw;
  }

  .sculpting_area h2 {
    font-size: 3.73333333vw;
    margin-bottom: 7.33333vw;
  }

  .sculpting_area h3 {
    font-size: 5vw;
    padding-bottom: 4vw;
  }

  .sculpting_area p.txt {
    margin: 3vw auto 0;
    font-size: 3.733333333vw;
    line-height: 2.0;
  }

  .sculpting_area .btn {
    margin-top: 5.33333vw;
  }

  .sculpting_area .btn a {
    width: 90%;
    padding: 4vw 0;
    font-size: 4.0vw;
  }

  .sculpting_area .sculpting_list_area, .fv .sculpting_list_area {
    margin-top: 10.66667vw;
    padding: 4vw 4vw 0;
  }
  .fv .sculpting_list_area { margin-top: 0; padding: 0 4vw 4vw;  }
  .fv .sculpting_list_area h4 { position: relative; display: inline-block; color: #fff; }
  .sculpting_area .sculpting_list_area h4, .fv .sculpting_list_area h4 {
    font-size: 4.2vw;
    padding-bottom: 2vw;
    margin-bottom: 6.6667vw;
  }
	.fv .sculpting_list_area h4 { margin-bottom: 3.6667vw; }
  .sculpting_area .sculpting_list_area h4::before, .fv .sculpting_list_area h4::before {
    left: -4vw;
    width: calc(100% + 4vw);
  }
  .sculpting_area .sculpting_list_area h4::before, .fv .sculpting_list_area h4::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #b29a59;
    left: -40px;
    bottom: 0;
    width: calc(100% + 50px);
    height: 0;
  }
  .sculpting_area .sculpting_list_area .sculpting_list, .fv .sculpting_list_area .sculpting_list {
    width: 100%;
    margin-bottom: 2vw;
  }

  .sculpting_area .sculpting_list_area .sculpting_list h5, .fv .sculpting_list_area .sculpting_list h5 {
    padding: 1.5vw 2.6666vw;
    font-size: 3.9vw;
  }
    .fv .sculpting_list_area .sculpting_list h5 { border: 1px solid #fff; padding: 1.5vw 2.6666vw;  font-size: 5vw; }
    .fv .sculpting_list_area a { display: block; color: #fff; }
  .sculpting_area .sculpting_list_area .sculpting_list h5 img, .fv .sculpting_list_area .sculpting_list h5 img {
    width: 8vw;
    margin-right: 2.6777vw;
  }
    .fv .sculpting_list_area .sculpting_list h5 img { width: 8vw; margin-right: 2.6777vw; }

  .sculpting_area .sculpting_list_area .sculpting_list ul, .fv .sculpting_list_area .sculpting_list ul {
    margin-top: 2.6777vw;
  }

  .sculpting_area .sculpting_list_area .sculpting_list ul li, .fv .sculpting_list_area .sculpting_list ul li {
    font-size: 3.477777vw;
    margin-bottom: 1vw;
    margin-left: 2.6777vw;
  }

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


  advantage_area


  ----------------------------------------*/
  .advantage_area .inner {}

  .advantage_area .en_title {
    font-size: 13.33333vw;
    margin-right: 5%;
  }

  .advantage_area .advantage_contents {
    margin-bottom: 26.66666667vw;
  }

  .advantage_area .advantage_contents h3 {
    font-size: 6.666666667vw;
    margin-bottom: 3vw;
  }

  .advantage_area .advantage_contents h3 span {
    font-size: 2.933333333vw;
  }

  .advantage_area .advantage_list_contents {
    margin-bottom: 0;
  }

  .advantage_area .advantage_list_contents h4 {
    font-size: 5.333333vw;
    margin-bottom: 4vw;
  }

  .advantage_area .advantage_list_contents p {
    font-size: 3.733333333vw;
  }

  .advantage_area .advantage_list_contents .txt_area {
    width: 100%;
  }

  .advantage_area .advantage_list_contents .txt_area .btn {
    margin-top: 10vw;
  }

  /*----------------------------------------
  advantage_liposuction_contents / advantage_body_contents
  ----------------------------------------*/
  .advantage_area .advantage_liposuction_contents h3,
  .advantage_area .advantage_body_contents h3 {
    position: relative;
  }

  .advantage_area .advantage_body_contents h3 {
    left: 0;
  }

  .advantage_area .advantage_liposuction_contents .ph,
  .advantage_area .advantage_body_contents .ph {
    width: 69.33333333vw;
    left: 18.66666667vw;
  }

  .advantage_area .advantage_liposuction_contents .ph {
    top: 0;
    margin-top: 10vw;
  }

  .advantage_area .advantage_body_contents .ph {
    top: 0;
    margin-top: 20vw;
  }

  .advantage_area .advantage_body_contents .ph {
    order: 1;
    margin-right: 0;
  }

  .advantage_area .advantage_liposuction_contents .txt_area {
    margin-top: 0;
    margin-right: 0;
  }

  .advantage_area .advantage_body_contents .txt_area {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .advantage_area .advantage_liposuction_contents .advantage_liposuction_cach {
    display: flex;
    justify-content: center;
    margin: min(5.0vw, 60px) auto 0;
  }

  .advantage_area .advantage_liposuction_contents .advantage_liposuction_cach li {
    max-width: 27.46666667vw;
    width: 27.46666667vw;
    font-size: 3.7333333vw;
    margin: 0 1vw;
  }

  .advantage_area .advantage_liposuction_contents .ph.symbol_hexagon::before {
    width: 57.33333333vw;
    height: 57.33333333vw;
    top: 0;
    left: -32%;
  }

  .advantage_area .advantage_body_contents .ph.symbol_hexagon::before {
    width: 61.33333333vw;
    height: 61.33333333vw;
    bottom: auto;
    right: auto;
    left: -28vw;
    top: -20vw;
  }

  /*----------------------------------------
  advantage_beast_contents
  ----------------------------------------*/
  .advantage_area .advantage_beast_contents h3 {
    margin-bottom: 3vw;
  }

  .advantage_area .advantage_beast_contents .ph {
    max-width: 53.33333333vw;
    width: 53.33333333vw;
    left: 0;
    top: 0;
  }

  .advantage_area .advantage_beast_contents .txt_area {}

  .advantage_area .advantage_beast_contents .txt_area .ph_area {
    margin-top: 5.33333vw;
    margin-right: -5%;
    justify-content: flex-end;
  }

  .advantage_area .advantage_beast_contents .txt_area .ph_area div {
    max-width: 43.2vw;
    width: 43.2vw;
  }

  .advantage_area .advantage_beast_contents .txt_area .ph_area .ph02 {
    margin: 16.7vw 0 0 3vw;
  }

  .advantage_area .advantage_beast_contents .txt_area .btn {
    margin-bottom: 0;
  }

  .advantage_area .advantage_beast_contents .ph.symbol_hexagon::before {
    width: 61.33333333vw;
    height: 61.33333333vw;
    bottom: -20vw;
    left: 50%;

  }

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


  case


  ----------------------------------------*/
  .event_area .en_title,
  .case_area .en_title,
  .movie_area .en_title,
  .doctor_area .en_title,
  .menu_area .en_title {
    font-size: 12vw;
    width: 90%;
    margin: 0 auto 5vw;
  }

  .case_area ul li,
  .event_area ul li {
    margin: 0 0 6.66667vw;
  }
  .event_area ul li {
    margin: 0 auto 6.66667vw;
  }
  .case_area li:nth-child(4),
  .event_area li:nth-child(4) {
    display: block;
  }

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


  bnr_area


  ----------------------------------------*/
  .bnr_area .inner {
    width: 90%;
  }

  .bnr_area ul li {
    max-width: 525px;
    width: 48%;
  }

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


  about_area


  ----------------------------------------*/
  .about_area::before {
    height: 100%;

  }

  .about_area .en_title {
    font-size: 13.333333vw
  }

  .about_area .ph {
    width: 76.66666667vw;
  }

  .about_area .ph.symbol_hexagon::before {
    width: 46.66666667vw;
    height: 46.66666667vw;
    left: -20%;
    top: -50%;
  }

  .about_area .txt_area {
    width: 100%;
  }

  .about_area .txt_area h3 {
    position: relative;
    top: -6vw;
    left: 25.33333333vw;
    font-size: 6.66667vw
  }

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


  movie_area


  ----------------------------------------*/
  .movie_area .logo_area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }

  .movie_area .logo_area .movie_logo {
    position: relative;
    top: -1vw;
    margin: 0 0 0;
    width: 30.66666667vw;
  }

  .movie_area .logo_area .youtube_logo {
    width: 41.33333333vw;
    margin-left: 3vw;
  }

  .movie_area ul {
    justify-content: space-between;
  }

  .movie_area ul li {
    max-width: 48.5%;
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 5.3333333vw;
  }

  .movie_area ul li:nth-child(1) {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5.33333vw;
  }

  .movie_area ul li h3 {
    font-size: 2.933333333vw;
    margin-top: 1.5vw;
    font-weight: normal;
    line-height: 1.4;
  }

  .movie_area ul li:nth-child h3 {
    display: none;
  }

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


  doctor_area


  ----------------------------------------*/
  .doctor_area .inner {
    width: 100%;
  }

  .doctor_area li {
    width: 33.3%;
  }

  .doctor_area li h3 {
    font-size: 3.8vw;
    margin: 3vw 0 2vw;
    letter-spacing: 0;
  }

  .doctor_area li h3 span {
    font-size: 2.4vw;
  }

  .doctor_area li .btn {
    width: 80% !important;
    margin: 0 auto;
  }

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


  menu_area


  ----------------------------------------*/
  .menu_area .inner {
    width: 100%;
  }

  .menu_area .menu_body_contents {
    margin-top: 13.333333vw;
  }

  .menu_area .menu_contents h3 {
    font-size: 4.8vw;
    margin-bottom: 5vw;
    left: 5%;
  }

  .menu_area li {
    width: 21.06666667vw;
    height: 29.2vw;
    margin: 0.5vw;
  }

  .menu_area li h4 {
    font-size: 2.666666667vw;
    line-height: 1.3;
  }

  .menu_area li figure {
    width: 12vw;
    margin: 4.666667vw auto 1vw;
  }

  .menu_area .menu_body_contents li:nth-child(n+5),
  .menu_area .menu_type_contents li:nth-child(n+5) {
    margin-top: -4.6666666vw;
  }

  .menu_area .menu_type_contents li:nth-child(5) {
    margin-left: 10.5vw;
  }

  .menu_area .menu_type_contents li:nth-child(7) {
    margin-right: 10.5vw;
  }

  .menu_area .menu_body_contents ul {
    width: 100%;
  }

  .menu_area li:hover {
    letter-spacing: 0;
  }

  .menu_area li:hover figure {
    transform: scale(1.0);
  }

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


  monitor_bnr


  ----------------------------------------*/
  .monitor_bnr {
    max-width: ;
    margin: 13.33333vw auto;
    width: 90%;

  }

  .foot_about_area {
    position: relative;
    display: flex;
    justify-content: flex-end;
    background: url(../../images/foot_clonic_ph.jpg) no-repeat center top / cover;
    z-index: 11;
    padding: 0;
  }

  .foot_about_area .foot_about_contents {
    margin: 45px 60px 45px 0;
    font-size: 1.3rem;
    background: #fff;
    border-radius: 150px;
    text-align: center;
    padding: 80px;
  }

  .foot_about_area .foot_about_contents p {
    line-height: 2.4;
    margin-top: 1em;
  }

  .foot_about_area .foot_about_contents .foot_about_logo {
    width: 122px;
    margin: 0 auto 50px;
  }

  .foot_about_area .foot_about_contents .googlemap_txt {
    font-size: 1.8rem;
  }

}

.top header{
    background-color: transparent;
}

.top .fv img{
    padding-top: 0;
}

.top header.fixed{
    background-color: #000;
}

.fv_video{
    position: relative;
    font-family: 'Shippori Mincho', serif;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .video-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  
  .fv-jp,
  .bottom-en,
  #gracia-2years {
    opacity: 0;
    animation: fadeIn ease-in-out forwards;
    text-align: center;
  }
 .fv-jp {
    width: 100%;
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.125rem;
    color: #fff;
    font-weight: 400;
    animation: fadeIn-Jp;
    animation-duration: 17.5s;
    animation-iteration-count: infinite;
  }
  .fv-en {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11rem;
    color: #fff;
    font-weight: 400;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.4;
  }
  
  .top-en {
    animation: fadeIn-TopEn;
    animation-duration: 18.5s;
    animation-iteration-count: infinite;
  }
  
  .bottom-en {
    animation: fadeIn-BottomEn;
    animation-duration: 18.5s;
    margin-left: 0;
    margin-top: -25rem;
    animation-iteration-count: infinite;
    /* opacity: 1; */
  }
#gracia-2years {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
    z-index: 99;
    transform: translateX(-50%);
    animation: fadeIn-gracia2year;
    animation-duration: 17.5s;
    animation-iteration-count: infinite;
}
  #bc3ring {
	width: 40rem;
  }
  #logo {
	width: 18rem;
  }
  
  @keyframes fadeIn-TopEn {
    0% {
      opacity: 0;
    }
    8% {
      opacity: 0;
    }
    12% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    99% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes fadeIn-BottomEn {
    0% {
      opacity: 0;
    }
    12% {
      opacity: 0;
    }
    16% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    99% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes fadeIn-Jp {
    0% {
      opacity: 0;
    }
  
    25% {
      opacity: 0;
    }
    33% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    99% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes fadeIn-Logo {
    0% {
      opacity: 0;
    }
  
    36% {
      opacity: 0;
    }
    45% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    99% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

@keyframes fadeIn-gracia2year {
    0% {
      opacity: 0;
    }  
    25% {
      opacity: 0;
    }
    33% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    99% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes loopAnimation {
    0%,
    100% {
      opacity: 0 !important;
    }
    10%,
    90% {
      opacity: 1;
    }
  }
  
  @media (max-width: 1440px) {
/*    html {
      font-size: 14px;
    }*/
    .fv-en {
      top: 20%;
      font-size: 10.71rem;
    }
    .fv-jp {
      top: 10%;
      font-size: 3.125rem;
    }
	#gracia-2years { width: 60%; }
	#bc3ring { width: 40rem; }
	#logo { width: 16rem; }
  }
  
  @media (max-width: 1024px) {
/*    html {
      font-size: 12px;
    }*/
    .fv-en {
      font-size: 9rem;
    }
    .bottom-en {
      margin-top: -18rem;
    }
    .fv-jp {
      font-size: 3rem;
    }
	#gracia-2years { width: 60%; }
	#bc3ring { width: 40rem; }
	#logo { width: 14rem; }
  }
  
  @media (max-width: 768px) {
/*    html {
      font-size: 10px;
    }*/
    .fv-en {
      top: 20%;
      font-size: 7rem;
    }
    .bottom-en {
      margin-top: -15rem;
    }
    .fv-jp {
      top: 10%;
      font-size: 2.5rem;
    }
	#gracia-2years { display: block; top: 40%; width: 70%; }
	#bc3ring { width: 40rem; }
	#logo { width: 10rem; }
  }
  
  @media (max-width: 450px) {
/*    html {
      font-size: 8px;
    }*/
    .fv-en {
      top: 19%;
      font-size: 4rem;
    }
		.bottom-en { margin-top: -8rem; }
    .fv-jp {
		top: 10%;
		font-size: 2rem;
		letter-spacing: 0;
    }
	#gracia-2years { top: 40%; width: 90%; }
	#bc3ring { margin-bottom: 5%; width: 100%; }
	#logo { width: 13rem; }
  }  
