@import url("price02.css");
/* common */
body {
  background: #fff;
}

#mens_top_container {
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
}

#mens_top_container .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.pt0 {
  padding-top: 0 !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt50 {
  padding-top: 50px;
}

.pt90 {
  padding-top: 90px;
}

.pt110 {
  padding-top: 110px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}
.mb0 {margin-bottom: 0 !important;}
.mt100 {margin-top: 100px;}
.mt110 {margin-top: 110px;}

#nunder .bg_white01 {
  background: #fff !important;
}

#nunder .bg_gray01 {
  background: #f0ede9 !important;
}

@media (max-width: 767px) {
  .pb110_sp {
    padding-bottom: 110px;
  }
  #mens_top_container .inner {
    width: 640px;
  }
}


/* flexbox */
.mens_top_flexbox01 {
  display: flex;
}

.mens_top_lipocel_sec .mens_top_flexbox01,
.mens_top_hair_removal_sec .mens_top_flexbox01 {
  justify-content: flex-end;
}

.mens_top_hifu_sec .mens_top_flexbox01 {
  justify-content: flex-start;
}

.mens_top_lipocel_sec .mens_top_flexbox01>div,
.mens_top_hifu_sec .mens_top_flexbox01>div,
.mens_top_hair_removal_sec .mens_top_flexbox01>div {
  width: 660px;
}

@media (max-width: 767px) {
  .mens_top_hifu_sec .mens_top_flexbox01 {
    justify-content: center;
  }

  .mens_top_lipocel_sec .mens_top_flexbox01>div,
  .mens_top_hifu_sec .mens_top_flexbox01>div,
  .mens_top_hair_removal_sec .mens_top_flexbox01>div {
    width: 100%;
  }
}



/* text */
#mens_top_container h3 {
  font-family: freight-display-pro, 'Noto Serif JP', serif;
  color: #fff;
  font-size: 80px;
  /* letter-spacing: 0.1em; */
  letter-spacing: 0.025em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
}

#mens_top_container .txt01 {
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-family: freight-display-pro, serif;
  font-weight: 300;
  font-style: normal;
}

#mens_top_container .txt02 {
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #fff;
  line-height: 2.2;
}

.mens_top_info_ttl01 {
  font-family: freight-display-pro, serif;
  font-weight: 300;
  font-style: normal;
  color: #8c785a;
  font-size: 36px;
  letter-spacing: 0.025em;
}

.mens_top_info_ttl02 {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-size: 24px;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}

.mens_top_info_txt01 {
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #000;
  line-height: 2;
}

@media (max-width: 767px) {
  #mens_top_container .txt01 {
    margin-bottom: 50px;
  }

  #mens_top_container .txt02 {
    font-size: 22px;
  }
}


/* image */
.mens_top_imgbox01 {
  position: absolute;
  pointer-events: none;
}


/* list */
.mens_top_nav_list01 {
  display: flex;
  height: 140px;
  justify-content: center;
}

.mens_top_nav_list01>li {
  width: 33.3%;
  position: relative;
}

.mens_top_nav_list01>li>a {
  font-family: freight-display-pro, serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #8c785a;
  font-size: 30px;
  letter-spacing: 0.025em;
  transition: .4s;
}

.mens_top_nav_list01>li>a:hover {
  color: #000;
}

.mens_top_nav_list01>li+li::before {
  content: "";
  height: 60px;
  width: 1px;
  background: #b4a390;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 767px) {
  .mens_top_nav_list01 {
    height: auto;
    flex-direction: column;
  }

  .mens_top_nav_list01>li {
    height: 230px;
    width: 100%;
  }

  .mens_top_nav_list01>li>a {
    font-size: 40px;
  }

  .mens_top_nav_list01>li+li::before {
    width: 60px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
}


/* link */
.link_btnbox01 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.link_btnbox01 a {
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  border: 1px solid #8c785a;
  z-index: 2;
  position: relative;
  /* display: block; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  width: 260px;
  /* height: 100%; */
  height: 60px;
  /* padding: 30px 50px; */
  color: #8c785a;
  outline: 2px solid transparent;
  outline-offset: -2px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.link_btnbox01 a:hover {
  top: 10px;
  left: 10px;
}

.link_btnbox01 a>span {
  background: url("../img/mens/link_btnbox01_arrow01.png") no-repeat center right;
  padding-right: 50px;
}

.link_btnbox01>div {
  position: relative;
}

.link_btnbox01>div::after {
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  top: 10px;
  left: 10px;
  position: absolute;
  background: #ffffff;
  /* border: 1px solid #b8a45f; */
  box-sizing: border-box;
}

.link_btnbox01--black01>div::after {
  background: #000;
}

.link_btnbox01--brown01 a {
  border-color: #000;
  color: #000;
}

.link_btnbox01--brown01>div::after {
  background: #8c785a;
}

.link_btnbox01--brown01 a>span {
  background-image: url("../img/mens/link_btnbox01_arrow01_black01.png");
}

.link_btnbox01--brown02 a {
  border-color: #000;
  color: #000;
}

.link_btnbox01--brown02>div::after {
  background: #b4a390;
}

.link_btnbox01--start {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .link_btnbox01--end_sp {
    justify-content: flex-end;
  }
  
  .link_btnbox01 a>span {
    background-image: url("../img/mens/link_btnbox01_arrow01_sp.png");
  }

  .link_btnbox01--brown01 a>span {
    background-image: url("../img/mens/link_btnbox01_arrow01_black01_sp.png");
  }

  .link_btnbox01 {
    margin-top: 60px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .link_btnbox01 a {
    font-size: 34px;
    width: 430px;
    height: 100px;
  }

  .link_btnbox01>div::after {
    top: 20px;
    left: 20px;
  }

  .mens_top_hair_removal_sec .link_btnbox01>div::after {
    background: #ececec;
  }

  .mens_top_hifu_sec .link_btnbox01 {
    margin-top: 30px;
  }
}


/* contact & reservation link text animation */
.mens_contact_link01.button {
  padding: 16px 32px;
  font-family: freight-display-pro, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.025em;
  /* line-height: 16px; */
  line-height: 30px;
  display: block;
  outline: none;
  text-decoration: none;
  /* font-size: 16px; */
  font-size: 30px;
  /* background: #eee; */
  color: #fff;
  transition: transform .44s ease, -webkit-transform .44s ease;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mens_contact_link01.button div {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  /* text-shadow: 0 16px 0 #000; */
  text-shadow: 0 30px 0 #000;
}

.mens_contact_link01.button div span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
  -webkit-transition: -webkit-transform .44s ease;
  transition: -webkit-transform .44s ease;
  transition: transform .44s ease;
  transition: transform .44s ease, -webkit-transform .44s ease;
  /* -webkit-transform: translateY(var(--m));
          transform: translateY(var(--m)); */
}

.mens_contact_link01.button div span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.mens_contact_link01.button div span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mens_contact_link01.button div span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.mens_contact_link01.button div span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.mens_contact_link01.button div span:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.mens_contact_link01.button div span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mens_contact_link01.button div span:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.mens_contact_link01.button div span:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  padding: 0 8px;
}

.mens_contact_link01.button div span:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.mens_contact_link01.button div span:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mens_contact_link01.button div span:nth-child(11) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.mens_contact_link01.button div span:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mens_contact_link01.button div span:nth-child(13) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.mens_contact_link01.button div span:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.mens_contact_link01.button div span:nth-child(15) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.mens_contact_link01.button div span:nth-child(16) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.mens_contact_link01.button div span:nth-child(17) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.mens_contact_link01.button div span:nth-child(18) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.mens_contact_link01.button div span:nth-child(19) {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.mens_contact_link01.button:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.mens_contact_link01.button:hover span {
  -webkit-transform: translateY(calc(30px * -1));
  transform: translateY(calc(30px * -1));
}

.mens_contact_link01.button {
  font-size: 48px;
  line-height: 48px;
}

.mens_contact_link01.button:hover span {
  -webkit-transform: translateY(calc(48px * -1));
  transform: translateY(calc(48px * -1));
}

.mens_contact_link01.button div {
  text-shadow: 0 48px 0 #000;
}

@media (max-width: 767px) {
  .mens_contact_link01.button div {
    text-shadow: 0 48px 0 #fff;
  }
}


/* mens top mv sec */


/* mens top news sec */
.mens_top_news_sec {
  background: #f0ede9;
}

.mens_top_news_list01 {
  margin-left: 75px;
}

.mens_top_news_list01>li {
  display: flex;
  align-items: center;
  height: 100%;
}

.mens_top_news_list01>li>*+* {
  margin-left: 60px;
}

.mens_top_news_ttl01 {
  font-family: freight-display-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #8c785a;
  font-size: 46px;
  letter-spacing: 0.025em;
}

.mens_top_news_list01 .date01 {
  font-family: freight-display-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #8c785a;
  font-size: 20px;
}

.mens_top_news_list01 .news01 {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .mens_top_news_sec .mens_top_flexbox01 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mens_top_news_list01 {
    margin-left: 0;
    width: 100%;
  }

  .mens_top_news_ttl01 {
    margin-bottom: 30px;
  }

  .mens_top_news_list01>li {
    flex-direction: column;
    align-items: start;
  }

  .mens_top_news_list01 .date01 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .mens_top_news_list01 .news01 {
    margin-left: 0;
    font-size: 22px;
    line-height: 2;
  }
}


/* mens top removal hair sec */
.mens_top_hair_removal_sec {
  background: url("../../img/mens/mens_top_hair_removal_bg01.jpg") no-repeat top center;
  padding: 120px 0 500px;
}

.mens_top_hair_removal_sec .mens_top_imgbox01 {
  top: 80px;
  left: -130px;
}

@media (max-width: 767px) {
  .mens_top_hair_removal_sec {
    background: url("../../img/mens/mens_top_hair_removal_bg01_sp.jpg") no-repeat top center;
    padding: 240px 0 100px;
  }

  .mens_top_hair_removal_sec .mens_top_imgbox01 {
    position: initial;
    margin: 0 -30px;
    margin-top: 20px;
  }

  .mens_top_hair_removal_sec .txt02 {
    color: #000 !important;
    margin-top: -110px;
  }
}


/* mens top hifu sec */
.mens_top_hifu_sec {
  background: url("../../img/mens/mens_top_hifu_bg01.jpg") no-repeat top center;
  padding: 120px 0 450px;
  position: relative;
}

.mens_top_hifu_sec .mens_top_imgbox01 {
  top: -240px;
  /* right: -130px; */
  right: -100px;
}

.mens_top_hifu_sec .mens_top_flexbox01>div {
  width: 500px;
}

.mens_top_hifu_sec h3 {
  color: #8c785a !important;
}

.mens_top_hifu_sec .txt01 {
  color: #8c785a !important;
}

@media (max-width: 767px) {
  .mens_top_hifu_sec {
    background: url("../../img/mens/mens_top_hifu_bg01_sp.jpg") no-repeat top center;
    padding: 120px 0 0;
  }

  .mens_top_hifu_sec .mens_top_flexbox01>div {
    width: 100%;
  }

  .mens_top_hifu_sec .mens_top_imgbox01 {
    position: initial;
    margin: 0 -30px;
    margin-top: 50px;
  }
}


/* mens top lipocel sec */
.mens_top_lipocel_sec {
  background: url("../../img/mens/mens_top_lipocel_bg01.jpg") no-repeat top center;
  padding: 120px 0 460px;
}

.mens_top_lipocel_sec .mens_top_imgbox01 {
  top: -245px;
  left: -100px;
}

.mens_top_lipocel_sec .mens_top_flexbox01>div {
  width: 500px;
}

.mens_top_lipocel_sec h3 {
  color: #8c785a !important;
}

.mens_top_lipocel_sec .txt01 {
  color: #8c785a !important;
}

.mens_top_lipocel_sec .txt02 {
  color: #000 !important;
}

@media (max-width: 767px) {
  .mens_top_lipocel_sec {
    background: url("../../img/mens/mens_top_lipocel_bg01_sp.jpg") no-repeat top center;
    padding: 120px 0 0;
  }

  .mens_top_lipocel_sec .mens_top_imgbox01 {
    position: initial;
    margin: 0 -30px;
    margin-top: 50px;
  }

  .mens_top_lipocel_sec .mens_top_flexbox01>div {
    width: 100%;
  }
}


/* mens top artmake sec */
.mens_top_artmake_sec {
  background: url("../../img/mens/mens_top_artmake_bg01.jpg") no-repeat top center;
  padding: 430px 0 0;
  height: 698px;
}

.mens_top_artmake_sec .mens_top_imgbox01 {
  top: -580px;
  left: 10%;
  /* left: 50%; */
  /* transform: translateX(-50%); */
}

.mens_top_artmake_sec .mens_top_flexbox01 {
  justify-content: space-between;
}

.mens_top_artmake_sec .mens_top_flexbox01 .txt02 {
  width: 560px;
}

.mens_top_artmake_sec .txt01,
.mens_top_artmake_sec .txt02,
.mens_top_artmake_sec h3 {
  color: #000000 !important;
}

@media (max-width: 767px) {
  .mens_top_artmake_sec {
    background: url("../../img/mens/mens_top_artmake_bg01_sp.jpg") no-repeat top center / cover;
    padding: 0;
    height: auto;
    padding-top: 480px;
    margin-top: 100px;
    padding-bottom: 120px;
  }

  .mens_top_artmake_sec .mens_top_imgbox01 {
    top: -660px;
    left: 0;
    transform: none;
  }
}


/* mens top christina sec */
.mens_top_christina_sec {
  background: url("../../img/mens/mens_top_christina_bg01.jpg") no-repeat top center;
  height: 600px;
}

@media (max-width: 767px) {
  .mens_top_christina_sec {
    background: url("../../img/mens/mens_top_christina_bg01_sp.jpg") no-repeat top center;
    height: 230px;
  }
}


/* mens top info sec */
.mens_top_info_sec {
  /* padding: 90px 0 60px; */
  padding: 90px 0;
}

.mens_top_info_sec .mens_top_flexbox01 {
  justify-content: space-between;
  /* padding-bottom: 80px; */
}

.mens_top_info_sec .mens_top_flexbox01>div:nth-child(2) {
  width: 750px;
}

@media (max-width: 767px) {
  .mens_top_info_sec {
    padding-top: 60px;
  }

  .mens_top_info_ttl01 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .mens_top_info_ttl02 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .mens_top_info_txt01 {
    font-size: 22px;
  }

  .mens_top_info_sec .mens_top_flexbox01 {
    display: block;
    padding-bottom: 30px;
  }

  .mens_top_info_sec .mens_top_flexbox01>div:nth-child(2) {
    width: 100%;
    padding-left: 25px;
  }
}


/* mens top nav sec */
.mens_top_nav_sec {
  padding: 60px 0;
}


/* mens top contact sec */
.mens_top_contact_sec {
  background: url("../../img/mens/mens_top_contact_bg01.jpg") no-repeat top center;
  height: 300px;
  position: relative;
  margin-top: 55px;
}

.mens_top_contact_sec .inner {
  height: 100%;
}

.mens_top_contact_sec::before {
  content: "";
  background: linear-gradient(#8c785a 0%, #8c785a 50%, #fff 50%, #fff 100%);
  height: 110px;
  width: 1px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.mens_top_contact_sec p {
  font-size: 16px;
  color: #fff;
  font-family: freight-display-pro, "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  line-height: 2;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}


/* page */
#nunder .nunder_mv--mens01 {
  margin-bottom: 120px;
  background: url("../../img/mens/nunder_mv_bg01_mens01.jpg") no-repeat top center / cover;
}

#nunder .nunder_mv--mens01 .inner>div .en {
  font-family: freight-display-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #b4a390;
  margin-bottom: 30px;
}

#nunder .nunder_mv--mens01 .inner>div .en::before,
#nunder .nunder_mv--mens01 .inner>div .en::after {
  background: #b4a390;
}

#nunder .nunder_mv--mens01 .inner>div .jp {
  font-family: freight-display-pro, 'Noto Serif JP', serif;
  font-size: 46px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

#nunder .nunder_detaile--mens01 .flex>div {
  width: 45%;
}

#nunder .nunder_detaile--mens01 .flex>div p {
  font-size: 16px;
}

#nunder .nunder_detaile--mens01 .stitle {
  text-align: center;
  font-family: singo;
  color: #8c785a;
  font-size: 16px;
  letter-spacing: 0.2em;
  /* margin-bottom: 30px; */
  margin-bottom: 25px;
  line-height: 1.5;
}

#nunder .nunder_detaile--mens01 .title {
  font-size: 36px;
  letter-spacing: 0.2em;
  margin-bottom: 100px;
}

#nunder .nunder_detaile--mens01 .title::before {
  background: #b4a390;
}

.mens01--bg01 {
  background: #f0ede9 !important;
}

.mens01--bg02 {
  background: #fff !important;
}

@media (max-width: 767px) {
  #nunder .nunder_detaile--mens01 .stitle {
    font-size: 20px;
  }

  #nunder .nunder_detaile--mens01 .flex>div {
    width: 100%;
  }

  #nunder .nunder_mv--mens01 .txt--mens01 {
    text-align: center !important;
  }

  #nunder .nunder_detaile--mens01 .flex>div p {
    font-size: 22px;
  }
}

/* element youtube */
.mens_youtube_box01 {
  display: flex;
  justify-content: center;
}

/* element bnr */
.nunder_bnr_mens {
  margin-bottom: 110px;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%), url("../../img/mens/mens_bnr01_bg01.jpg") no-repeat top right;
}

.nunder_bnr_mens_flexbox {
  display: flex;
  outline: 3px solid rgba(255, 255, 255, .3);
  outline-offset: -30px;
}

.nunder_bnr_mens_flexbox>div {
  width: 50%;
}

.nunder_bnr_mens_flexbox>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px;
}

.nunder_bnr_mens .stitle {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  margin-bottom: 20px;
}

.nunder_bnr_mens .title {
  font-size: 46px;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.nunder_bnr_mens .price01 {
  font-weight: medium;
  font-size: 18px;
  color: #fff;
  line-height: 2;
  margin-bottom: 20px;
}

.nunder_bnr_mens .price02 {
  font-family: alternate-gothic-no-3-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 84px;
  color: #fff;
  letter-spacing: 0.025em;
}

.nunder_bnr_mens .price02 i {
  font-style: normal;
  font-size: 44px;
}

.nunder_bnr_mens_flexbox .link_btnbox01 {
  width: 100%;
}

@media (max-width: 767px) {

  .nunder_bnr_mens .price01,
  .nunder_bnr_mens .stitle {
    font-size: 22px;
  }

  .nunder_bnr_mens {
    background: linear-gradient(#fff 0, #fff 520px, #8a7658 520px, #8a7658 100%);
    padding-top: 20px;
  }

  .nunder_bnr_mens_flexbox {
    display: block;
    margin: 0 -10px;
    /* outline-offset: -40px; */
  }

  .nunder_bnr_mens_flexbox>div {
    width: 100%;
  }

  .nunder_bnr_mens_flexbox>div:nth-child(2) {
    padding: 60px 0;
  }

  .nunder_bnr_mens_flexbox .link_btnbox01 {
    justify-content: center;
  }
}

/* element recommend */
#nunder .nunder_recommend--mens01 {
  background: url("../../img/mens/bg_nunder_recommend_mens01.jpg") no-repeat left top;
}

#nunder .nunder_recommend--mens01 .flex>div {
  padding: 60px 50px;
}

#nunder .nunder_recommend--mens01 .flex>div ul li {
  width: 48%;
}

#nunder .nunder_recommend--mens01 .title {
  font-size: 36px;
  letter-spacing: 0.2em;
}

#nunder .nunder_recommend--mens01 .title span {
  font-family: freight-display-pro, serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  #nunder .nunder_recommend--mens01 .title span {
    font-size: 22px;
  }

  #nunder .nunder_recommend--mens01 .flex>div ul li {
    width: 100%;
  }
}

/* element faq list */
.mens_faq_list01_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mens_faq_list01_wrapper dl {
  width: 48%;
}

.mens_faq_list01_wrapper dl:nth-child(n+3) {
  margin-top: 50px;
}

.mens_faq_list01_wrapper dt {
  border-bottom: 1px solid #b4a390;
  margin-bottom: 20px;
}

.mens_faq_list01_wrapper dt p {
  line-height: 1.5;
  color: #8c785a;
  font-weight: bold;
  font-size: 22px;
  position: relative;

  padding-bottom: 10px;
  padding-left: 50px;
}

.mens_faq_list01_wrapper dt p::before {
  content: "Q.";
  font-size: 42px;
  color: #8c785a;
  font-family: freight-display-pro, serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 20px;

  position: absolute;
  top: -10px;
  left: 0;
  line-height: 1;
}

.mens_faq_list01_wrapper dd p {
  font-size: 16px;
  line-height: 2;
  position: relative;
  padding-left: 40px;
  margin-left: 20px;
}

.mens_faq_list01_wrapper dd p::before {
  content: "A.";
  position: absolute;
  /* top: -10px; */
  top: -5px;
  left: 0;
  font-family: freight-display-pro, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 38px;
  line-height: 1;
}

@media (max-width: 767px) {
  .mens_faq_list01_wrapper {
    display: block;
  }

  .mens_faq_list01_wrapper dl {
    width: 100%;
  }

  .mens_faq_list01_wrapper dl:nth-child(n+2) {
    margin-top: 50px;
  }

  .mens_faq_list01_wrapper dt p {
    font-size: 26px;
  }

  .mens_faq_list01_wrapper dd p {
    font-size: 22px;
  }

  .mens_faq_list01_wrapper dd p::before {
    top: 0;
  }

}

/* element price */
#nunder .nunder_price--mens01 {
  background: #f0ede9;
}

#nunder .nunder_price--mens01 .title {
  line-height: 1.5;
  margin-bottom: 75px;
}

#nunder .nunder_price--mens01 .price_box table tr,
#nunder .nunder_price--mens01 .price_box table td {
  background: none !important;
  line-height: 1.5;
}

@media (max-width: 767px) {
  #nunder .nunder_price--mens01 {
    padding-top: 80px;
  }

  #nunder .nunder_price--mens01 .inner {
    background: none;
  }
}

/* element case */
#nunder .nunder_case--mens01 .box .risktxt {
  background: #f0ede9;
}

/* element step */
.mens_step_box01>div {
  background: #f0ede9;
  position: relative;
  padding: 40px 0;
}

.mens_step_box01>div+div {
  margin-top: 80px;
}

.mens_step_box01>div+div::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../../img/mens/mens_step_arrow01.png") no-repeat;
}

.mens_step_box01_ttl01 {
  font-family: 'Noto Serif JP', serif;
  color: #8c785a;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  width: 100%;
}

.mens_step_box01_txt01 {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media (max-width: 767px) {
  .mens_step_box01_ttl01 {
    font-size: 30px;
  }

  .mens_step_box01>div {
    padding: 40px 30px;
  }

  .mens_step_box01_txt01 {
    text-align: left;
    font-size: 22px;
  }
}

/* element downtime */
#nunder .nunder_downtime--mens01 .title {
  font-size: 36px;
  letter-spacing: 0.2em;
}

#nunder .nunder_downtime--mens01 .title::before {
  background: #b4a390;
}

#nunder .nunder_downtime--mens01 table th {
  border-color: #8c785a;
}


/* artmake page */
#nunder .nunder_mv--artmake01 {
  background: url("../../img/mens/mens_artmake_mv01.jpg") no-repeat top center;
  height: 680px;
}
#nunder .nunder_mv--artmake01 .inner {
  display: none;
}
.mens_artmake_artist_message_box01 {
  display: flex;
  align-items: center;
  background: #f0ede9;
  padding: 30px 60px;
  margin-top: 70px;
}

.mens_artmake_artist_name01 {
  font-weight: bold;
  font-size: 20px;
}

.mens_artmake_artist_title01 {
  font-weight: bold;
  position: relative;
}

.mens_artmake_artist_title01::after {
  content: "";
  border-top: 1px dashed #000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.mens_artmake_artist_title01 span {
  background: #fff;
  padding-right: 20px;
  z-index: 2;
  position: relative;
}

.mens_artmake_artist_message_box01>p:nth-child(1) {
  color: #8c785a;
  font-size: 30px;
  font-family: freight-display-pro, serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 60px;
  white-space: nowrap;
  letter-spacing: 0.025em;
}

.mens_artmake_artist_message_box01>p:nth-child(2) {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  #nunder .nunder_mv--mens01.nunder_mv--artmake01 {
    background: url("../../img/mens/mens_artmake_mv01_sp.jpg") no-repeat top center;
    height: 940px;
  }
  .mens_artmake_artist_name01 {
    font-size: 24px;
  }

  .mens_artmake_artist_title01 {
    font-size: 24px;
    margin-top: 20px;
  }

  .mens_artmake_artist_message_box01 {
    display: block;
    padding: 60px 40px;
  }

  .mens_artmake_artist_message_box01>p:nth-child(1) {
    text-align: center;
    font-size: 40px;
    margin: 0;
    margin-bottom: 40px;
  }

  .mens_artmake_artist_message_box01>p:nth-child(2) {
    font-size: 22px;
  }
}


/* lipocel page */
.mens_lipocel_flexbox01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.riposel08--mens01 table tbody td:nth-child(2) span,
.riposel08--mens01 table thead th:nth-child(2) {
  background: #8c785a;
}

.riposel08--mens01 table tbody td:nth-child(2) {
  color: #8c785a;
}

.riposel08--mens01 table thead th:nth-child(1) {
  background: #7e7e7e;
}

.riposel04 .riposel_box01--mens01 {
  border-color: #131212;
}

.riposel04 .riposel_box01--mens01 .flex>div {
  width: 100% !important;
  flex-grow: 1;
}

.riposel04 .riposel_box01--mens01 .flex>figure {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.riposel04 .riposel_box01--mens01::before {
  content: none;
}

.riposel04 .riposel_box01--mens01 .title {
  margin-bottom: 0 !important;
  background: #131212;
  font-size: 24px !important;
  letter-spacing: 0.2em;
}

.riposel04 .riposel_box01--mens01 .title::before {
  content: none !important;
}

.mens_lipocel_site_txt01 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}

.mens_lipocel_site_img01 {
  text-align: center;
}

.mens_lipocel_feature_ttl01 {
  color: #b4a390;
  font-size: 26px !important;
  letter-spacing: 0.2em;
  font-family: 'Noto Serif JP', serif;
  display: flex;
  align-items: center;
}

.mens_lipocel_feature_ttl01 span {
  padding-right: 30px;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 80px;
  color: #b4a390;
  line-height: 1;
}

.box01--lipocel01 .flex+.flex {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .mens_lipocel_site_txt01 {
    font-size: 20px;
  }

  .mens_lipocel_feature_ttl01 {
    justify-content: center;
    margin-bottom: 20px;
    font-size: 30px !important;
  }

  .riposel04 .riposel_box01--mens01 .flex>figure {
    justify-content: center;
  }

  .mens_lipocel_flexbox01>figure {
    margin-top: 40px;
  }
}

/* hifu page */
.mens_hifu_point_img01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hifuka_05a_advice_container01--mens01 {
  display: flex;
  justify-content: flex-end;
}

.hifuka_05a_advice_container01--mens01 .hifuka_05a_advice_box01 {
  width: 1000px;
}

.hifuka_05a_table01_title01--mens01 {
  background: #000 !important;
}

.hifuka_05a_table01--mens01 th {
  background: #7D7068 !important;
  color: #fff;
}

.hifuka_05a_table01--mens01 th,
.hifuka_05a_table01--mens01 td {
  border-color: #000 !important;
}

.hifuka_05a_list01--mens01 {
  background: url("../../img/mens/hifuka_05a_list01_bg01_black01.png") no-repeat left center !important;
}

.hifuka_05a_list01--mens01 li {
  color: #000 !important;
  font-size: 16px;
}

.mens_hifu_reason_flexbox01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mens_hifu_reason_flexbox01>div {
  text-align: center;
  width: 30%;
}

.mens_hifu_reason_flexbox01>div:nth-child(n+4) {
  margin-top: 50px;
}

.mens_hifu_reason_flexbox01 p {
  font-family: 'Noto Serif JP', serif;
  color: #8c785a;
  letter-spacing: 0.1em;
  font-size: 20px;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.mens_hifu_reason_flexbox01 p span {
  text-align: center;
}

.riposel04 .riposel_box01--mens01 .flex>div.mens_hifu_box01 {
  width: 45% !important;
}

.mens_price_table01 .tuujou,
.mens_price_table01 .syokai {
  width: 100%;
  padding-top: 64px !important;
  position: relative;
}

.mens_price_table01 .tuujou::before,
.mens_price_table01 .syokai::before {
  padding: 10px 0;
}

@media (max-width: 767px) {
  .riposel04 .riposel_box01--mens01 .flex>div.mens_hifu_box01 {
    width: 100% !important;
  }

  .mens_hifu_reason_flexbox01 {
    justify-content: space-between;
  }

  .mens_hifu_reason_flexbox01>div {
    width: 50%;
  }

  .mens_hifu_reason_flexbox01>div:nth-child(n+3) {
    margin-top: 50px;
  }

  .flexbox01--mens_hifu01 {
    display: block !important;
  }

  .flexbox01--mens_hifu01>div {
    width: 100%;
    margin-left: 0 !important;
  }

  .flexbox01--mens_hifu01>*+* {
    margin-top: 40px;
  }

  .hifuka_05a_list01--mens01 li {
    font-size: 22px;
  }

  /* .mens_price_table01 .tuujou, */
  .mens_price_table01 .syokai {
    width: 100%;
    padding-top: 64px !important;
    position: relative;
  }

  .mens_price_table01 .tuujou {
    width: 100%;
    padding: 0 0 10px 0!important;
    position: relative;
  }

  .mens_price_table01 .tuujou::before,
  .mens_price_table01 .syokai::before {
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .mens_price_table01 .tuujou::before {
    height: 30px;
    display: block;
    position: initial;
  }

  .hifuka_05a_table01_title01.hifuka_05a_table01_title01--mens01 {
    height: 100px;
    overflow: initial;
  }

  .hifuka_05a_table01_title01.hifuka_05a_table01_title01--mens01::after {
    position: absolute;
    content: '';
    right: -1px;
    top: -1px;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 40px white;
    border-bottom: solid 101px transparent;
    z-index: 2;
  }
}


/* hair removal page */
.hifuka_08_box04--mens01 .inner {
  margin: 0 !important;
  padding: 0 !important;
}

#hifuka_08_box04.hifuka_08_box04--mens01 .inner dl {
  max-width: 1000px;
  width: 100%;
}

#hifuka_08_box04.hifuka_08_box04--mens01 .inner dd {
  width: 405px;
}

#hifuka_08_box04.hifuka_08_box04--mens01 .inner dl.hifuka08_dl_table dt {
  background: #8c785a;
}

#hifuka_08_box04.hifuka_08_box04--mens01 .inner dl.hifuka08_dl_table dd.hifuka08_04_dd01 {
  color: #8c785a;
}

.mens_hifu_reason_flexbox01--hair01 {
  justify-content: space-between;
}

.mens_hifu_reason_flexbox01--hair01 p:last-of-type {
  font-size: 16px;
  color: #000;
  line-height: 2;
  text-align: left;
  font-family: "Noto Sans Japanese", sans-serif;
}

.flexbox01--hair_removal01 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.flexbox01--hair_removal01>div {
  width: 32%;
  margin-top: 20px;
}

.flexbox01--hair_removal01>div:last-child {
  margin-left: 0 !important;
}

.flexbox01--hair_removal01>div:nth-child(-n+3) {
  margin-top: 0;
}

.mens_hair_removal_menu_ttl01 {
  background: #b4a390;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  padding: 10px;
}

.mens_hair_removal_menu_table01 {
  width: 100%;
  background: #fff;
  border: 1px solid #b4a390;
}

.mens_hair_removal_menu_table01 td {
  text-align: center;
  padding: 20px;
  border-bottom: 1px dashed #b4a390;
  font-size: 16px;
}

#nunder .flexbox01.flexbox01--hair_removal02 {
  flex-wrap: wrap; }
#nunder .flexbox01.flexbox01--hair_removal02 > div {
  width: 22%;
  margin-top: 20px;
  margin-left: 4%;
  text-align: center;}

@media (min-width: 768px) {
#nunder .flexbox01.flexbox01--hair_removal02 > div:nth-child(4n+1) {
  margin-left: 0; }
#nunder .flexbox01.flexbox01--hair_removal02 > div:nth-child(-n+4) {
  margin-top: 0; }
}
#nunder .flexbox01.flexbox01--hair_removal02 > div figure {
	border: solid 1px #b4a390; }

@media (max-width: 767px) {
  .hifuka_08_box04--mens01 {
    overflow-y: scroll;
  }

  #hifuka_08_box04.hifuka_08_box04--mens01 .inner dl {
    width: 1000px;
  }

  #hifuka_08_box04.hifuka_08_box04--mens01 .inner dl.hifuka08_dl_table dt {
    width: 200px;
    font-size: 22px;
    padding: 0 20px;
  }

  .mens_hifu_reason_flexbox01--hair01>div {
    width: 48%;
  }

  .mens_hifu_reason_flexbox01--hair01 p span {
    text-align: left;
    font-size: 26px;
  }

  .mens_hifu_reason_flexbox01--hair01 p:last-of-type {
    font-size: 24px;
  }

  .flexbox01--hair_removal01 {
    flex-wrap: wrap;
  }

  .flexbox01--hair_removal01>div {
    width: 48%;
    margin-top: 20px;
  }

  .flexbox01--hair_removal01>div:nth-child(-n+3) {
    margin-top: 20px;
  }

  .flexbox01--hair_removal01>div:nth-child(-n+2) {
    margin-top: 0;
  }

  .flexbox01--hair_removal01>div {
    margin-left: 0 !important;
  }


  .mens_hair_removal_menu_ttl01 {
    font-size: 26px;
  }

  .mens_hair_removal_menu_table01 td {
    font-size: 22px;
    line-height: 1.5;
  }

	#nunder .flexbox01.flexbox01--hair_removal02 {
		justify-content: space-between; }
	#nunder .flexbox01.flexbox01--hair_removal02 > div {
		width: 48%;
		margin-left: 0;
		margin-top: 30px; }
	
}


/* header */
h1.nh1--mens01 {
  color: #fff;
}


/* footer */
.info--mens01 {
  display: flex;
  justify-content: space-between;
}

.mens01_footer_logo_wrapper01 {
  overflow: hidden;
  position: relative;
}

.mens01_footer_logo_wrapper01 a {
  height: 105px;
  width: 100%;
  display: inline-block;
  background: url("../../img/mens/logo_for_men02.png") no-repeat center center / cover;
}

.mens01_footer_logo_wrapper01 a:hover {
  opacity: 0.8;
}

.mens01_footer_menu_wrapper01 {
  width: 1200px;
  margin: 30px auto 0;
}

.mens01_footer_menu_wrapper01 p {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}

.mens01_footer_menu_wrapper01 ul {
  display: flex;
  flex-wrap: wrap;
}

.mens01_footer_menu_wrapper01 ul li:nth-child(3n-1) {
  margin: 0 60px;
  margin-bottom: 20px;
}

.mens01_footer_menu_wrapper01 ul a {
  display: inline-block;
  width: 360px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #2a2a2a;
  background: url("../../img/mens/arrow01_white01.png") no-repeat center right 25px, #000;
}

.mens01_footer_menu_wrapper01 ul a:hover {
  background: url("../../img/mens/arrow01_black01.png") no-repeat center right 25px, #fff;
  color: #000;
}
.mens01_cc_link01 {
  display: inline-block;
  background: url("../../img/mens/cc_bnr01_on.png") no-repeat;
}
.mens01_cc_link01:hover img {
  opacity: 0;
}

@media (max-width:767px) {
  #nunder .nunder_mv--mens01 {
    padding-top: 170px;
    height: auto;
    padding-bottom: 30px;
  }
  .spmenu--mens01 {
    padding: 170px 0 0;
  }
  #nheader .flex ul li a em {
    font-size: 20px;
  }
  .mens_top_contact_sec p {
    font-size: 22px;
  }
  .mens01_footer_logo_wrapper01 {
    margin: 0 -30px;
  }
  .mens01_footer_menu_wrapper01 {
    width: 100%;
    margin: 50px 0 0;
  }
  .mens01_footer_menu_wrapper01 p {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .mens01_footer_menu_wrapper01 ul li:nth-child(3n-1) {
    margin: 0;
  }
  .mens01_footer_menu_wrapper01 ul {
    margin: 0 -30px;
  }
  .mens01_footer_menu_wrapper01 ul li {
    width: 50%;
  }
  .mens01_footer_menu_wrapper01 ul a {
    width: 100%;
    font-size: 20px;
    padding: 25px 30px;
    line-height: 1.5;
    padding-right: 45px;
  }
  #nfooter .info--mens01 {
    display: block;
    margin-top: 50px;
  }
  .info--mens01>div+div {
    margin-top: 40px;
  }
}


/* mens access page */
.mens01_googlemap {
  height: 420px;
  width: 100%;
}
.mens01_access_box01 {
  display: flex;
  justify-content: space-between;
}
.mens01_access_box01>div:first-child {
  width: 540px;
}
.mens01_access_box01>div:first-child>*+* {
  margin-top: 30px;
}
.mens01_access_box01 p {
  line-height: 2;
}
.mens01_access_box01 p span {
  font-weight: bold;
  font-size: 20px;
}
.mens01_access_box01 p a {
  color: #000;
  border-bottom: 2px solid #b0b0b0;
}
.mens01_access_box01>div:last-child {
  width: 600px;
}
.mens01_access_doctor_txt01 {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-right: 20px;
}
.mens01_access_doctor_txt02 {
  font-size: 30px;
  letter-spacing: 0.2em;
  margin-right: 20px;
}
.mens01_access_doctor_txt03 {
  font-size: 18px;
  color: #8c785a;
  font-family: freight-display-pro, 'Noto Serif JP', serif;
}
.mens01_access_doctorbox01 {
  display: flex;
  justify-content: space-between;
}
.mens01_access_table01 {
  line-height: 2;
  width: 100%;
}
.mens01_access_table01 th {
  text-align: left;
  position: relative;
}
.mens01_access_table01 th span {
  background: #fff;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.mens01_access_table01 th::after {
  content: "";
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #656565;
  position: absolute;
}
.mens01_access_doctorbox01>div:first-child {
  width: 450px;
}
.mens01_access_doctorbox01>div:first-child>*+* {
  margin-top: 30px;
}
.access_doctor_linkbox01 {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.access_doctor_linkbox01>*+* {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .mens01_access_box01,
  .mens01_access_doctorbox01 {
    flex-direction: column;
  }
  .mens01_access_doctorbox01>div:first-child,
  .mens01_access_doctorbox01>div:last-child,
  .mens01_access_box01>div:first-child,
  .mens01_access_box01>div:last-child {
    width: 100%;
  }
  .mens01_access_doctorbox01>div:last-child,
  .mens01_access_box01>div:last-child {
    margin-top: 40px;
  }
  .mens01_access_box01 p span,
  .mens01_access_doctor_txt01 {
    font-size: 30px;
  }
  .mens01_access_doctor_txt02 {
    font-size: 36px;
  }
  .mens01_access_doctor_txt03 {
    font-size: 24px;
  }
  .mens01_access_box01 p {
    font-size: 20px;
  }
  .mens01_access_table01 td {
    font-size: 20px;
  }
  .mens01_access_table01 th {
    font-size: 22px;
  }
  .access_doctor_linkbox01 {
    justify-content: center;
  }
}


/* メンズ医療脱毛MV */
#nunder .nunder_mv--mens_hair_removal {background: url("../../img/mens/mens_hair_removal_mv01.jpg?2021") top center;height: 680px;}
#nunder .nunder_mv--mens_hair_removal .inner {display: none;}
@media (max-width: 767px) {
  #nunder .nunder_mv--mens_hair_removal {background: url("../../img/mens/mens_hair_removal_mv01_sp.jpg?2021") top center;height: 940px;}
}


/* 20200611メンズモバイル表示固定フッター追加 */
@media (max-width: 767px) {
	.sp_fixed_footer_mens01 {
		position: fixed;
		height: 140px;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 20;
		background-color: rgba(240, 237, 233, .6);
		padding: 10px;
	}
	.sp_fixed_footer_mens01_nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sp_fixed_footer_mens01_nav > li.special {
		margin-top: -25px;
	}
}
@media (max-width: 767px) {
  #nfooter small {padding-bottom: 180px;}
}
/* /20200611メンズモバイル表示固定フッター追加 */


/* SP用コロナ対策バナー位置調整 */
.floating_taisaku {bottom: 160px;}


/* 施術ページMV画像20200612 */
.nunder_mv--mens01_lipocel,
.nunder_mv--mens_hair_removal {margin-bottom: 0 !important;}
#nunder .nunder_mv--mens_hifu {
  background: url('../../img/mens/mens_hifu_mv01.png') no-repeat top center;
  height: 750px;
  margin-bottom: -70px;
  position: relative;
}
#nunder .nunder_mv--mens_hifu .inner {
  display: none;
}
@media (max-width: 767px) {
  #nunder .nunder_mv--mens_hifu {
    background: url('../../img/mens/mens_hifu_mv01_sp.png') no-repeat top center;
    /* height: 1015px; */
    height: 940px;
    /* margin-bottom: -77px; */
    margin-bottom: 0;
  }
}


/* 施術ページMV下CPバナー20200612 */
/* 施術ページMV下CPバナー202007 */
.nunder_cp_bnr a {display: block;height: 100%;}
.nunder_cp_bnr.mens_hair_removal {
  background: url('../../img/cam/202011_mens_hair_removal_cp.jpg') no-repeat top center;
  height: 490px;
}
.nunder_cp_bnr.mens01_lipocel {
  background: url('../../img/cam/202007_mens_lipocel.jpg') no-repeat top center;
  height: 490px;
  margin-bottom: 120px;
}
.nunder_cp_bnr.mens_hifu {
  background: url('../../img/mens/mens_cp_hifu_cp.jpg') no-repeat top center;
  height: 490px;
  margin-bottom: 120px;
}
.mens_hifu_award_box01 {margin-top:120px;margin-bottom:120px;}
@media (max-width: 767px) {
  .nunder_cp_bnr.mens_hair_removal {
    background: url('../../img/cam/202011_mens_hair_removal_cp_sp.jpg') no-repeat top center;
    height: 400px;
  }
  .nunder_cp_bnr.mens01_lipocel {
    background: url('../../img/cam/202007_mens_lipocel_sp.jpg') no-repeat top center;
    /* height: 700px; */
    height: 400px;
    margin-bottom: 0;
  }
  .nunder_cp_bnr.mens_hifu {
    background: url('../../img/mens/mens_cp_hifu_cp_sp.jpg') no-repeat top center;
    /* height: 700px; */
    height: 464px;
    margin-bottom: 0;
  }
  .mens_hifu_award_box01 {margin-top:0;margin-bottom: 0;}
}


/* ハイフリニア施術ページ */
#nunder .nunder_mv--hifu_linear01 {
  background: url("../../img/mens/mens_hifu_linear_mv01.jpg") no-repeat top center;
  height: 680px;
}
#nunder .nunder_mv--hifu_linear01 .inner {
  display: none;
}
.nunder_cp_bnr.mens_hifu_linear {
  background: url("../../img/mens/mens_hifu_linear_cp.jpg?20201201") no-repeat top center;
  height: 490px;
}
.mens_hifu_linear_point_wrapper>div+div {
  margin-top: 60px;
}
.mens_hifu_linear_point_wrapper .flex>div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mens_hifu_linear_point_ttl01 {
  background: url("../../img/mens/mens_hifu_linear_num01.png") no-repeat center left 0;
  color: #8c785a;
  font-size: 26px !important;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  line-height: 1.4;
  padding-left: 75px;
  margin-bottom: 20px;
  min-height: 73px;
  display: flex;
  align-items: center;
}
.mens_hifu_linear_point_ttl01--02 {
  background: url("../../img/mens/mens_hifu_linear_num02.png") no-repeat center left 0;
}
.mens_hifu_linear_point_ttl01--03 {
  background: url("../../img/mens/mens_hifu_linear_num03.png") no-repeat center left 0;
}
.mens_hifu_linear_site_wrapper {
  text-align: center;
}
.mens_hifu_linear_site_wrapper figure {
  margin-top: 50px;
  margin-left: -100px;
}
.page-mens-child #nunder .nunder_downtime table th,
.page-mens-child #nunder .nunder_downtime table td {
  border-color: #8c785a;
}
.page-mens-child #nunder .title::before {
  background: #b4a390;
}
.page-mens-child.page-hifu_linear .price_box table tr:first-child>td {
  border-top: 1px solid #ccc;
}
.mens_hifu_linear_link01 {
  display: flex;
  justify-content: center;
}
.mens_hifu_linear_link01 a {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 60px;
  margin-top: 60px;
}
.mens_hifu_linear_link01 a span {
  background: url("../../img/mens/mens_hifu_linear_arrow01.png") no-repeat center right 0;
  padding-right: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  #nunder .nunder_mv--hifu_linear01 {
    background: url("../img/mens/mens_hifu_linear_mv01_sp.jpg") no-repeat top center;
    height: 940px;
  }
  .nunder_cp_bnr.mens_hifu_linear {
    background: url("../img/mens/mens_hifu_linear_cp_sp.jpg?20201201") no-repeat top center;
    height: 400px;
  }
  .mens_hifu_linear_point_ttl01 {
    font-size: 30px !important;
  }
  .mens_hifu_linear_link01 a span {
    font-size: 22px;
  }
  .mens_hifu_linear_site_wrapper figure {
    margin-left: 0;
  }
}


/* メンズトップページスペシャルプライススライダー */
.mens_top_banner_sec {
  background: #fff;
}
.mens_top_banner_sec_slider .slick-list li {
  width: 380px;
}
.mens_top_banner_sec_slider figure img {
  width: 100%;
  height: auto;
}
.mens_top_banner_sec_slider .slick-slide {
  margin: 0 15px 0;
}
.mens_top_banner_sec_slider .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.mens_top_banner_sec .prev-arrow {
  left: -50px;
}
.mens_top_banner_sec .next-arrow {
  right: -50px;
}
.mens_top_banner_sec_slider {
  display: none;
  margin-bottom: 0 !important;
}
.mens_top_banner_sec_slider.slick-initialized {
  display: block;
}
.mens_top_banner_sec_slider .slick-dots {
  bottom: -48px;
}
.mens_top_banner_sec_slider .slick-dots li {
  margin: 0 5px;
}
.mens_top_banner_sec_slider .slick-dots li button::before {
  color: #585858;
  font-size: 10px;
  opacity: 1;
}
.mens_top_banner_sec_slider .slick-dots li.slick-active button::before {
  color: #b4a390;
}
.mens_top_banner_ttl01 {
  font-family: freight-display-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #8c785a;
  font-size: 42px;
  letter-spacing: 0.025em;
  margin-bottom: 50px;
  position: relative;
  padding-left: 40px;
}
.mens_top_banner_ttl01::before {
  content: "";
  height: 2px;
  width: 24px;
  background: #8c785a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .mens_top_banner_sec .inner {
    padding: 0;
  }
  .mens_top_banner_sec_slider .slick-list li {
    width: 500px;
  }
  .mens_top_banner_sec .prev-arrow {
    left: 40px;
  }
  .mens_top_banner_sec .next-arrow {
    right: 40px;
  }
  .mens_top_banner_sec_slider .slick-dots {
    bottom: -52px;
  }
  .mens_top_banner_sec_slider .slick-dots li button::before {
    font-size: 16px;
  }
  .mens_top_banner_sec_slider .slick-dots li {
    margin: 0 20px;
  }
  .mens_top_banner_ttl01 {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
/* /メンズトップページスペシャルプライススライダー */




.nunder_cp_bnr.mens_hifu_linear2010 {
  background: url("../../img/mens/mens_cp_hifu_linear_cp2010.jpg") no-repeat top center;
  height: 490px;
}
.nunder_cp_bnr.mens_lipocel {
  background: url("../../img/mens/mens_cp_lipocel.jpg") no-repeat top center;
  height: 490px;
}
@media (max-width: 767px) {
  .nunder_cp_bnr.mens_hifu_linear2010 {
    background: url("../../img/mens/mens_cp_hifu_linear_cp2010_sp.jpg") no-repeat top center;
    height: 400px;
  }
  .nunder_cp_bnr.mens_lipocel {
    background: url("../../img/mens/mens_cp_lipocel_sp.jpg") no-repeat top center;
    height: 400px;
  }
}



/* メンズレーザートーニング */
#nunder .nunder_mv--mens_lasertoning {background: url("../../img/mens/mens_lasertoning_mv01.jpg") top center;height: 680px;}
#nunder .nunder_mv--mens_lasertoning .inner {display: none;}
@media (max-width: 767px) {
  #nunder .nunder_mv--mens_lasertoning {background: url("../../img/mens/mens_lasertoning_mv01_sp.jpg") top center;height: 940px;}
}
.toning_tokucho_wrap {
	margin: 100px 0 30px;
	position: relative;
	z-index: 1; }
.toning_tokucho_wrap .h4_toning_tokucho {
	position: relative;
	color: #ffffff;
	background: #000000;
	padding: 13px 0 14px;
	width: 200px;
	text-align: center;
	font-size: 18px; }
.toning_tokucho_wrap .h4_toning_tokucho::after {
	content: '';
	border: solid transparent;
	border-width: 46px 0 0 23px;
	border-left-color: #000000;
	position: absolute;
	right: -23px;
	top: 0;
	z-index: -1; }
.toning_tokucho_box {
	padding: 35px 270px 35px 50px;
	background-color: #f0ede9;
	position: relative; }
.toning_tokucho_box > figure {
	position: absolute;
	right: 54px;
	bottom: -55px; }
@media (max-width: 767px) {

.toning_tokucho_wrap .h4_toning_tokucho {
	display: inline-block;
	font-size: 24px;
	width: auto;
	padding: 15px 25px; }
.toning_tokucho_wrap .h4_toning_tokucho::after {
	border-width: 60px 0 0 30px;
	right: -30px; }
.toning_tokucho_box {
	padding: 35px 30px;
}
}


