@charset "UTF-8";

/* ===================================
共通
=================================== */
main {
  overflow-x: hidden;
}

.clinic {
  display: flex;
}

.top_h2 {
  flex-shrink: 0;
  position: absolute;
  width: 10%;
  min-width: 34px;
}

.top_h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.top_h3::after {
  background-color: #D8D5D0;
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 40px;
}

.overlapping path {
  fill: #AC8777;
}

/* ヘッダー */
/*
.h-top .logo {
  opacity: 0;
}
*/

.h-top .logo.scroll {
  opacity: 1;
}

.h-top .header_content {
  background-color: transparent;
  transition: .3s;
}

.h-top .header_content.scroll {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  transition: .3s;
}

@media screen and (max-width: 768px) {
  /* .h-top .header_content.scroll{
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
  } */
}


@media screen and (max-width: 1024px) {
  .top_h2 {
    width: 7%;
  }

  .our .top_h3::before {
    background-color: #D8D5D0;
    content: "";
    flex-grow: 1;
    height: 1px;
    margin-right: 40px;
  }

  .our .top_h3::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top_h3 {
    font-size: 18px;
  }
}


/* ===================================
FV
=================================== */
.fv_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  /* backdrop-filter: blur(9px); */
  z-index: -1;
  opacity: 0;
}

.fv_bg.show {
  transition: opacity 800ms ease;
  opacity: 1;
}

.fv_bg.show.noTransition {
  transition: none;
  opacity: 1;
}

.fv_bg img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  /* backdrop-filter: blur(9px); */
  z-index: -1;
}

.bg_before.hide {
  transition: opacity 1000ms ease;
  opacity: 0;
}

.bg_before.hide.noTransition {
  transition: none;
  opacity: 0;
}

/* .fv_bg::before{
  content: "";
  background-color: rgba(255, 255, 255, 0.70);
  position: absolute;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(9px);
  z-index: 0;
} */

.fv {
  position: relative;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  opacity: 0;
}

.fv.show {
  transition: opacity 800ms ease;
  opacity: 1;
}

.fv.show.noTransition {
  transition: none;
  opacity: 1;
}

.fv.fv--filter {
  transition: opacity 800ms ease, background-color 800ms ease, backdrop-filter 800ms ease;
  background-color: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(9px);
}

.fv.fv--filter.noTransition {
  transition: none;
  background-color: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(9px);
}

.fv_sp_btn {
  opacity: 0;
}

.fv_sp_btn.show {
  transition: opacity 800ms ease;
  opacity: 1;
}

.fv_sp_btn.show.noTransition {
  transition: none;
  opacity: 1;
  z-index: 2;
}

h1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .fv {
    padding-left: 0px;
    background-image: url(../img/bg_logo_mark_sp.svg);
    position: relative;
    height: 95vh;
  }

  .fv_bg img {
    height: 95vh;
  }

  .fv_bg {
    height: 95vh;
  }

  h1 img {
    width: 50%;
    min-width: 300px;
  }

  .fv .header_res {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 27.5%;
    min-width: 197px;
    width: 45%;
    height: 44px;

    color: #dd9969;
    border: 1px solid #dd9969;
    background-color: #FFF;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fv .header_res p::before {
    background-color: #dd9969;
  }

}

/* ===================================
CLINIC
=================================== */

.clinic {
  background-color: #f0e2d6;
  padding: 100px 20px 0;
}

.clinic .top_h2 {
  left: 0;
}

@media screen and (max-width: 1320px) {
  .clinic {
    padding: 58px 20px 0 0;
  }

  .clinic .top_h2 {
    position: relative;
  }

  .our .txtBox {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .clinic .top_h2 {
    margin-right: 22px;
  }
}

/* our */
.our .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 60px;
}

.our .flex:nth-child(odd) {
  flex-direction: row-reverse;
}

.our .flex img {
  max-width: 400px;
}

.our .txtBox {
  width: 54%;
}

.our .txtBox .ser {
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 3px;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* doctor */
.doc .top_h3 {
  padding-top: 20px;
}

.doc_link {
  margin: 45px auto 64px;
}

.doc_box {
  display: flex;
  align-items: center;
  background-color: #fff;
  /* max-height: 420px; */
  margin-top: 27px;
  margin-bottom: 62px;
}

.doc_imgBox {
  max-width: 365px;
}

.doc_imgBox img {
  height: 100%;
  width: 100%;
}

.doc_txtBox {
  width: 100%;
  padding: 20px 20px 20px 60px;
}

.director {
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 3.6px;
  color: #905941;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.director span {
  color: #9E9892;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.6px;
  margin-left: 26px;
}

.doc_txtBox dl {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 1.6px;
}

.doc_txtBox dl div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.doc_txtBox dl div::after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 2px #351C0C;
}

.doc_txtBox dl div.doctor_comment::after {
  content: none;
}

.doc_txtBox dt {
  margin: 0;
  padding: 0 12px 0 0;
  background-color: #fff;
  z-index: 2;
}

.doc_txtBox dd {
  width: 74%;
  margin: 0;
  padding: 0 0 0 12px;
  background-color: #fff;
  z-index: 2;

  display: flex;
  align-items: center;
}

.num_of_case {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.2px;
  color: #905941;
}

.doc_txt_h {
  font-size: 18px;
  font-weight: 400;
}

.doc_txt_h>span {
  font-size: 28px;
  color: #905941;
  margin: 5px;
}

.doc_txt_wrap {
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  background-color: #EEE9E4;
  max-width: 500px;
  padding: 7px 10px 8px;
}

.doc_txt_h {
  font-size: 18px;
  font-weight: 600;
}

.doc_txt_h>span {
  font-size: 28px;
  color: #905941;
  margin: 5px;
}

.doc_txt {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.doc_txt>span {
  color: #905941;
}

.doc_case_date {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}

.doc_txt_h_02 {
  font-size: 23px;
  font-weight: 600;
  color: #905941;
}

.our .em_txt {
  color: #c87234;
}

.director span {
  color: #905941;
  font-size: 14px;
  margin-left: 0;
  margin-right: 14px;
}

/* sns */
.social {
  background-color: #f0e2d6;
  padding: 56px 20px 120px;
}
.sns {
  background-color: #f0e2d6;
  max-width: 1100px;
  margin: 0 auto;
}
.sns-area {
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 8px;
  margin-bottom: 80px;
}
.sns-area .sns-area_inner {
  border-radius: 4px;
  border: 1px solid var(--brown-line, #D8D5D0);
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 60px;
}
.sns-area .sns-area_inner .sns_txt {
  color: #595757;
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.2em;
  width: fit-content;
  text-align: center;
}
.sns-area .sns-area_inner .sns_txt span {
  color: #DD9969;
  font-size: 24px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.2em;
  white-space: nowrap;
  position: relative;
}
/*
.sns-area .sns-area_inner .sns_txt span:before {
  content: "";
  background-image: url(../img/txt-treat.svg);
  background-size: cover;
  position: absolute;
  top: -8px;
  left: 48.5%;
  transform: translate(-50%, 0);
  width: 94px;
  height: 7px;
}*/
.sns_icon {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sns_icon a {
  display: block;
  padding: 16px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(135, 113, 103, 0.20);
  border-radius: 100%;
}
.yt-area .ttl {
  color: #595757;
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.02em;
  width: 100%;
  padding: 12px 0px;
  border-top: 1px solid #C9C7C7;
  border-bottom: 1px solid #C9C7C7;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.swp_area {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-container {
  width: 100%;
}

.swiper-slide {
  transform: scale(1) !important;
  transition: 0.3s;
}
.swiper-slide.thumbnail {
	position: relative;
	width: 100%;
	padding-top: 27.1%;
}
.swiper-slide.thumbnail iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-slide.thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
	cursor: pointer;
}
.swiper-slide-prev, .swiper-slide-next {
  opacity: 0.5;
  transform: scale(0.8) !important;
}

.slide-menu {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  position: relative;
}
.swiper-pagination {
  position: relative !important;
  width: fit-content !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.swp-button-prev, .swp-button-next {
  width: 55px;
  height: 55px;
  cursor: pointer;
}
.swiper-pagination span {
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
  cursor: pointer;
}
.swiper-pagination-bullet {
  opacity: 1 !important;
  background: #D4C9C5 !important;
}
.swiper-pagination-bullet-active {
  background: #351C0C !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  top: 0;
  left: 0;
}

@media screen and (max-width: 540px) {
  .clinic .inner {
    width: calc(100% - 56px);
  }
}

@media screen and (max-width: 1200px) {
  .doc_txtBox {
    padding: 0px 10px 30px 10px;
  }

  .doc_txtBox dd {
    width: 65%;
  }

  .doc_txt_h {
    font-size: 16px;
  }

  .doc_txt_h>span {
    font-size: 24px;
  }
}

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

  /* our */
  .our .flex {
    display: block;
    margin: 20px 0 40px;
  }

  .our .txtBox {
    width: 100%;
    padding: 0;
  }

  .our .flex img {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .our .txtBox .ser {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 180%;
    letter-spacing: 6px;
    text-align: center;
  }

  .our .em_txt {
    color: #c87234;
  }

  /* doctor */
  .doc .top_h3 {
    padding-top: 20px;
  }

  .doc_link {
    margin: 20px auto 64px;
  }

  .doc_box {
    display: block;
    align-items: center;
    background-color: #fff;
    max-height: none;
    margin-top: 27px;
    margin-bottom: 0;
  }

  /* DOCTOR */
  .doctor {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .doctor h2 {
    margin-bottom: 30px;
  }

  .doc_imgBox {
    width: 100%;
    margin-bottom: 30px;
    max-width: none;
  }

  .doc_txtBox {
    width: 100%;
  }

  .director {
    flex-direction: column;
    font-size: 26px;
    justify-content: center;
    margin-bottom: 24px;
  }

  .director span {
    font-size: 14px;
    margin-left: 14px;
  }

  .iconBox {
    margin: 15px 0 30px;
  }

  .iconBox li {
    margin-right: 15px;
  }

  .iconBox img {
    max-width: 40px;
  }

  .doc_txtBox dl div {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }

  .doc_txtBox dt {
    padding: 0 0 12px;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;

    border-bottom: 1px dotted #351C0C;
  }

  .doc_txtBox dd {
    width: 100%;
    padding: 8px 0 0;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    z-index: 2;
  }

  .doc_txtBox dd .cont li {
    margin-bottom: 9px;
  }

  .doc_txtBox dd .cont li:last-of-type {
    margin-bottom: 0;
  }

  .num_of_case {
    font-size: 20px;
  }

  .sns-area .sns-area_inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .swiper-slide.thumbnail {
    padding-top: 56.3%;
  }
}

@media screen and (max-width: 540px) {
  .social {
    padding: 16px 20px 80px;
  }
  .sns {
    margin: 0 auto;
  }
  .sns-area {
    margin-bottom: 40px;
  }
  .sns-area .sns-area_inner .sns_txt {
    font-size: 16px;
  }
  .sns-area .sns-area_inner .sns_txt span {
    font-size: 16px;
  }
  .sns-area .sns-area_inner .sns_txt span:before {
    width: 87%;
    height: 5px;
  }
  .yt-area .ttl {
    margin-bottom: 30px;
  }
  .slide-menu {
    margin: 30px 0 0;
  }
}

/* message */
.message {
  background-color: #f0e2d6;
}

.message .inner {
  padding: 0 20px;
  max-width: 1140px;
}

.mess {
  background-color: #fff;
  position: relative;
  padding: 68px 0 60px;
  z-index: 0;
}

.mess:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  background: #fff;
  z-index: -1;
}

.mess::after {
  content: "";
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f0e2d6;
  z-index: -1;
}

.mess .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mess .left {
  width: 51%;
}

.mess .left .txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 2.4px;
  margin-top: 39px;
}

.mess .left .txt span {
  padding: 9px 0;
  display: inline-block;
}

.mess .right {
  width: 42%;
}

.mess .right .m-video {
  aspect-ratio: 16/9;
  margin: 20px 0;
}

.mess .right .m-video iframe {
  width: 100%;
  height: 100%;
}

.mess .ttl {
  font-size: 48px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 4.8px;
  color: #AC8777;
  margin-bottom: 20px;
}

.mess .ttl span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1.6px;
}

.mess .youtube_link {
  position: relative;
  z-index: 1;
}

.v-box {
  padding-top: 10px;
  ;
  margin-bottom: 20px;
  position: relative;
  z-index: 101;
}

/* ポップアップのスタイル */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 50px;
  cursor: pointer;
}

/* 動画コンテナのスタイル */
.video-container {
  position: relative;
  height: 36vw;
  width: 64vw;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.showPopupBtn {
  position: relative;
  z-index: 1;
}

.showPopupBtn::before {
  content: "";
  background-image: url(../img/ico_play.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  z-index: 2;
}


.mess .link p {
  border-bottom: 1px solid #351C0C;
}

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

  /* message */
  .mess {
    padding: 45px 20px 40px;
  }

  .mess:before {
    display: none;
  }

  .mess::after {
    display: none;
  }

  .mess .flex {
    display: block;
  }

  .mess .left {
    width: 100%;
  }

  .mess .left .txt {
    margin-top: 28px;
    letter-spacing: 1.6px;
  }

  .mess .left .txt span {
    padding: 9px 0;
  }

  .mess .right {
    width: 100%;
  }

  .mess .ttl {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
  }

  .mess .ttl span {
    font-size: 14px;
  }

  .mess .link {
    margin: 0 auto;
  }

  .mess .youtube_link img {
    margin: 40px auto 22px;
  }

  .video-container {
    height: 50vw;
    width: 89vw;
  }

  .our .txtBox .ser {
    letter-spacing: 3px;
  }

  .doc_txt_h {
    font-size: 15px;
  }

  .doc_txt_h>span {
    font-size: 22px;
  }

  .doc_txt br {
    display: none;
  }

}


/* pick up menu */
.pick {
  text-align: center;
  padding: 75px 0 120px;
}

.pick .pick_ttl {
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 4.8px;
  color: #c87234;
}

.pick .pick_ttl span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1.6px;
}

.pick .pick_txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 2.4px;
  margin: 30px 0 60px;
}

.pick_txt02 {
  margin: 30px auto 20px !important;
  position: relative;
  width: fit-content;
}

.pick_txt02::before {
  content: "";
  background-image: url(../img/line_l.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 28px;
  left: -37px;
}

.pick_txt02::after {
  content: "";
  background-image: url(../img/line_r.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 28px;
  right: -37px;
}

.pick ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* flex-wrap: wrap; */
    margin-bottom: 30px;
    gap: 30px;
}

.pick li {
  background-color: #fff;
  width: 100%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 28px 20px 42px;
  min-height: 300px;
}

.pick li:nth-of-type(4n) {
  margin-right: 0;
}

.pick li .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.pick li .txt {
  text-align: left;
}

.pick .pick_caution_txt {
  background-color: #fff;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
  padding: 16px;
  text-align: center;
}

.btn02 {
  display: inline-block;
}

.btn02 img {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(135, 113, 103, 0.50);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  margin: 0 auto;
}

.btn022 {
  margin: 0 auto;
  max-width: 530px;
  width: 100%;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--white, #FFF);
  box-shadow: 2px 2px 10px 0px rgba(135, 113, 103, 0.50);

  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.6px;
  transition: .3s;
}

.btn022::before {
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #dd9969;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 4px;
  /* transition: .3s; */
}

.btn022::after {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  transition: .3s;
}

.btn022:hover {
  opacity: 1 !important;
  color: #fff;
  background: #dd9969;
  transition: .3s;
}

.btn022:hover::before {
  border: 1px solid #fff;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 3px;
  left: 3px;
  /* transition: .3s; */
}

.btn022:hover::after {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 4px solid #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 4px;
  transition: .3s;
}

.btn022 svg {
  margin-right: 10px;
}

.btn022 circle {
  transition: .3s;
}

.btn022:hover circle {
  fill: #fff;
  transition: .3s;
}

.pick .contents-cpf .picture-cpf{
	    display: block;
    max-width: 100%;
    height: auto;
    backface-visibility: hidden;
}

.pick .section_btn_cpf{
	    display: block;
	position: relative;
	top: -100px;
    max-width: fit-content;
    background-color: #dd9969;
    border: 1px solid #dd9969;
    border-radius: 100px;
    margin: 25px auto 0;
    padding: 5px 200px;
    color: #fff;
	font-weight: 400;
}


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

  /* pick up menu */
  .pick {
    text-align: center;
    padding: 75px 0 84px;
  }

  .pick .pick_ttl {
    font-size: 30px;
  }

  .pick .pick_txt {
    font-size: 16px;
    margin: 30px 0 40px;
    text-align: left;
  }

  .pick_txt02 {
    margin: 30px auto 20px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 180% !important;
    letter-spacing: 2.1px !important;
  }

  .pick_txt02::before {
    top: 45px;
  }

  .pick_txt02::after {
    top: 45px;
  }

  .pick ul {
    display: block;
    margin-bottom: 25px;
  }

  .pick li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 28px 20px 31px;
    min-height: auto;
  }

  .pick li .txt {
    text-align: center;
    font-size: 15px;
  }

  .pick .pick_caution_txt {
    font-size: 15px;
  }

  .pick .pick_caution_txt br {
    display: none;
  }
	
.pick .contents-cpf .picture-cpf{
	    display: block;
    max-width: 100%;
    height: auto;
    backface-visibility: hidden;
}

.pick .section_btn_cpf{
    display: block;
	position: relative;

    max-width: fit-content;
    background-color: #dd9969;
    border: 1px solid #dd9969;
    border-radius: 100px;
    margin: 25px auto 0;
    padding: 5px 30px;
    color: #fff;
	font-size: 13.5px;
}	
	
	.pick .pick_caution_txt {
  background-color: #fff;
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
  padding: 16px;
  text-align: center;
}
	
}





/* ===================================
MENU
=================================== */
.menu {
  background-color: #fff;
  position: relative;
  display: flex;
  padding: 100px 0 123px 20px;
}

.menu .top_h2 {
  right: 0;
  top: 87px;
}

/* タブ */
.tab {
  display: flex;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  /* transform: translateX(-50px); */
}

/* タブメニュー */
.tab__menu {
  display: block;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  max-width: 60px;
  width: 100%;
}

.tab__menu-item {
  width: 48px;
  height: 176px;
  font-size: 14px;
  list-style: none;
  padding: 17px 0 17px 0;
  margin: 0 0 10px auto;
  text-align: center;
  color: #9E9892;
  background-color: #EEE9E4;
  cursor: pointer;
  transition: 0.3s;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;

  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.5em;

  display: flex;
  justify-content: center;
  align-items: center;
}

.tab__menu-item:hover {
  opacity: 0.7;
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
  width: 47px;
  height: 200px;
}

.tab__menu-item:last-of-type:hover {
  opacity: 0.7;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active:last-of-type {
  width: 60px;
  height: 200px;
}

.tab__menu-item.is-active {
  width: 60px;
  height: 176px;
  display: flex;
  width: 60px;
  padding: 40px 20px 30px;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  background: #dd9969;

  color: var(--white, #FFF);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.5em;
}

/* タブ中身 */
.tab__panel {
  width: 100%;
  /*max-width: 1040px;*/
}

.tab__panel-box {
  padding: 10px 30px;
}

.tab__panel-box001 {
  background-color: var(--cream);
  display: none;
}

.tab__panel-box002 {
  background-color: var(--cream);
  display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
  padding: 80px 7px 40px 80px;
  min-height: 390px;
}

@media screen and (max-width: 1210px) {
  .menu .top_h2 {
    position: relative;
    right: 0;
    top: 0;
  }

  /* タブ */
  .tab {
    display: flex;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    transform: translateX(0px);
  }
}





/* 内容 */
/* pickup */
.pickup_box {
  display: flex;
  /*border-bottom: 2px solid #fff;*/
  padding-bottom: 40px;
}

.other_box {
  display: flex;
  padding-top: 55px;
}

.logo_ttl {
  width: 24.5%;
  font-size: 32px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 3.2px;
  color: #351c0c;
  position: relative;
}

.logo_ttl::before {
  content: "";
  background-image: url(../img/mark.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 15px;
  left: -43px;
  transition: 0.3s;
}

.other_box .relative {
  width: 75.5%;
}

.menu_cat_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 2.7px;
  color: var(--main-brown-txt);
}
.menu_cat_ttl > .sub{
  display:block;
  color: #dd9969;
  font-size:14px;
}

.pickup_list {
  width: 75.5%;
}

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

.pick_item ul li {
  font-size: 14px;
  position: relative;
  width: 45%;
  margin-right: 5.5%;
  border-bottom: 1px solid #C9C7C7;

  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 1.6px;
}

.pick_item ul li:nth-of-type(even) {
  margin-right: 0;
}

.pick_item ul li a::before {
  content: "";
  background-image: url(../img/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  width: 18px;
  height: 13px;
  bottom: 8px;
  right: 0;
  transition: 0.3s;
}

.pick_item ul li a:hover::before {
  transform: translateX(10px);
  transition: 0.3s;
}

.pick_item a {
  display: block;
  padding: 0 0 5px 0;
  margin-top: 35px;
}


/* other */
.other_box .menu_cat_ttl {
  width: 19%;
}

.other_cat_list {
  display: flex;
  flex-wrap: wrap;
  width: 81%;
}

.other_cat_list li {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 1.6px;
  text-decoration-line: underline;
  margin-right: 3.2%;
  margin-bottom: 22px;
}

.other_menu_item {
  display: flex;
}




/* 美容皮膚科タブ */
.menu_item_02 {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.menu_item_02 h4 {
  font-size: 14px;
  font-weight: 700;
  width: 110px;
  flex-shrink: 0;
}

.menu_item_02 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.menu_item_02 ul li {
  font-size: 14px;
  margin-right: 40px;
}

.menu_item_02 ul li a {
  text-decoration: underline;
}

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

  /* 内容 */
  /* pickup */
  .pickup_box {
    display: block;
    padding-bottom: 40px;
  }

  .other_box {
    display: block;
    padding-top: 40px;
  }

  .logo_ttl {
    width: 100%;
    font-size: 28px;
    padding-left: 35px;
    padding-bottom: 15px;
  }

  .logo_ttl::before {
    width: 25px;
    height: 25px;
    top: 13px;
    left: 0;
  }

  .menu .top_h2 {
    margin-left: 20px;
  }

}

@media screen and (max-width: 768px) {
  .menu {
    padding: 60px 0 75px 20px;
  }

  /* タブ */
  .tab {
    display: block;
  }

  /* タブメニュー */
  .tab__menu {
    height: 53px;
    display: flex;
    justify-content: space-between;
    max-width: none;
    width: 100%;
  }

  .tab__menu-item {
    width: 49%;
    height: 44px;
    font-size: 14px;
    padding: 17px 0 17px 0;
    margin: 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tab__menu-item:hover {
    opacity: 0.7;
  }

  .tab__menu-item:last-of-type {
    margin-right: 0px;
    width: 49%;
    height: 44px;
  }

  /* is-activeがついている時のスタイル */
  .tab__menu-item.is-active:last-of-type {
    width: 49%;
    height: 53px;
  }

  .tab__menu-item.is-active {
    width: 49%;
    height: 53px;
    display: flex;
    padding: 10px;
    margin-bottom: 0;
  }

  /* タブ中身 */
  .tab__panel {
    width: 100%;
    max-width: 1040px;
  }

  .tab__panel-box {
    padding: 10px 30px;
  }

  .tab__panel-box001 {
    display: none;
  }

  .tab__panel-box002 {
    display: none;
  }

  /* is-showがついている時のスタイル */
  .tab__panel-box.is-show {
    display: block;
    padding: 10px 20px 20px;
  }

  .logo_ttl {
    font-size: 24px;
    width: fit-content;
    margin: 0 auto;
    padding-top: 30px;
  }

  .logo_ttl::before {
    top: 40px;
  }

  .other_box .relative {
    width: 100%;
  }

  .menu_item_02 ul {
    width: 65%;
  }

  .pickup_list {
    width: 100%;
  }

  .pick_item ul {
    display: block;
  }

  .pick_item ul li {
    font-size: 14px;
    width: 100%;
    margin-right: 0;
  }

  .pick_item a {
    margin-top: 30px;
  }

  /* other */
  .other_box {
    padding-top: 0px;
  }

  .other_box .menu_cat_ttl {
    width: 100%;
    margin-bottom: 20px;
  }

  .other_cat_list {
    width: 100%;
  }

  .other_cat_list li {
    font-size: 14px;
    margin-right: 3%;
    margin-bottom: 18px;
  }

  .other_menu_item {
    display: block;
  }

}






/* ===================================
CASE
=================================== */
.case {
  padding: 100px 0 45px;
  background-color: #f0e2d6;
}

.case .link p {
  display: flex;
  white-space: nowrap;
}

.case .top_h2 {
  position: relative;
  margin-top: 65px;
}

.case .photo {
  display: flex;
}

.photo_container {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1030px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.photo_left {
  width: 29%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}

.photo_left .link {
  margin-bottom: 30px;
}

.case_item {
  width: 30%;
  margin-right: 4%;
  margin-bottom: 30px;
}

.case_item:nth-of-type(3n) {
  margin-right: 0;
}

.photo_right {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 71%;
}

.photo_right a {
  display: block;
}

.photo_right_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -60px;
  min-width: 220px;
}

.photo_right_inner .more {
  margin: 0 auto 30px;
  padding: 8px 60px 8px 40px !important;
}

.photo_right_inner p {
  font-size: 12px;
  margin-bottom: 8px;
}

.insta_btn01 {
  position: relative;
  font-size: 14px;
  padding: 8px 22px 8px 40px;
  border-radius: 25px;
  border: 1px solid #C5BCB7;
  width: 175px;
  margin: 0 auto 7px;
}

.insta_btn01::before {
  content: "";
  background-image: url(../img/ico_insta.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 13px;
  left: 46px;
}

.insta_btn02 {
  position: relative;
  font-size: 14px;
  padding: 8px 17px 8px 40px;
  border-radius: 25px;
  border: 1px solid #C5BCB7;
  width: 175px;
  margin: 0 auto 7px;
}

.insta_btn02::before {
  content: "";
  background-image: url(../img/ico_insta.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 13px;
  left: 42px;
}

.case_img {
  margin-bottom: 10px;
}

.case_img img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.case_ttl .ttl {
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  .case .top_h2 {
    margin-top: 0;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .case {
    padding: 57px 0 55px;
  }

  .case_img {
    margin-bottom: 0px;
  }

  .photo_container {
    display: block;
  }

  .photo_left {
    width: 100%;
    width: fit-content;
    margin: 0 auto 25px;
  }

  .photo_left .link {
    margin-bottom: 20px;
    padding-right: 48px;
  }

  .case_item {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 19px;
  }

  .case_item:nth-of-type(3n) {
    margin-right: 4%;
  }

  .photo_right {
    width: 100%;
  }
}

.photo_right_inner_dummy {
  position: relative;
  width: 220px;
  text-align: center;
  margin: 0 0 100px 0;
}

.photo_right_inner_dummy p {
  font-size: 12px;
}

.insta_btn01_dummy {
  position: relative;
  font-size: 14px;
  padding: 8px 22px 8px 40px;
  border-radius: 25px;
  border: 1px solid #C5BCB7;
  width: 175px;
  margin: 0 auto 7px;
  display: block;
}

.insta_btn01_dummy::before {
  content: "";
  background-image: url(../img/ico_insta.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 13px;
  left: 46px;
}

.insta_btn02_dummy {
  position: relative;
  font-size: 14px;
  padding: 8px 17px 8px 40px;
  border-radius: 25px;
  border: 1px solid #C5BCB7;
  width: 175px;
  margin: 0 auto;
  display: block;

}

.insta_btn02_dummy::before {
  content: "";
  background-image: url(../img/ico_insta.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 13px;
  left: 42px;
}


@media screen and (max-width: 768px) {
  .photo_right_inner_dummy {
    margin: 0 auto 50px;
  }

  .zzz {
    padding: 0 30px;
  }
}

/* /公開前 */

/* ===================================
What's New
=================================== */
.whats {
  background-color: #fff;
  display: flex;
  padding: 100px 0px 120px 20px;
}

.whats .top_h2 {
  position: relative;
  margin-top: -40px;
}

.whats .top_h3 {
  margin-bottom: 20px;
}

.whats .top_h3::after {
  background-color: #D8D5D0;
}

.whats .link {
  margin: 0 0 0 auto;
}

.whats .link p {
  border-bottom: 1px solid #351C0C;
}

.no_content {
  font-size: 14px;
  margin-bottom: -30px;
}

/* campaign */
.campaign_container {
  background-color: var(--cream);
  padding: 40px 60px 60px;
  margin-bottom: 60px;
}

.campaign_container_inner {
  display: flex;
  margin-bottom: 60px;
}

.campaign_item {
  width: 21%;
  margin-left: 6%;
}

.campaign_item:first-of-type {
  margin-left: 0 !important;
}

.campaign_img {
  margin-bottom: 10px;
  max-width: 200px;
  width: 100%;
}

.campaign_img img {
  aspect-ratio: 1;
  object-fit: cover;
}

.campaign_ttl .ttl {
  font-size: 14px;
  line-height: 1.5;
}

/* news */
.news_no_content {
  padding-bottom: 40px;
  margin-top: -15px !important;
}

.news_container {
  background-color: var(--cream);
  padding: 47px 60px 72px;
}

.news_container h3 {
  font-size: 50px;
  margin-bottom: 45px;
  font-weight: 300;
}

.news_container_inner {
  display: flex;
  flex-wrap: wrap;
}

.news_item {
  padding: 15px 0 35px;
  width: 47%;
  margin-right: 6%;
}

.news_item:nth-of-type(even) {
  margin-right: 0;
}

.news_item .flex {
  display: flex;
}

.news_item .time {
  color: var(--txt-brown);
  font-family: Lato;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.36px;
  margin-right: 21px;
}

.n-day {
  color: var(--txt-brown);
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
  display: block;
  text-align: center;
}

.news_ttl .ttl {
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 1.4px;
  margin-top: 5px;
}

.news_item .flex .c-cat {
  font-size: 14px;
  font-weight: 700;
  color: #DFA3A3;
  margin-left: 20px;
}

.news_left p {
  margin: -5px 0 -10px 0px;
  white-space: nowrap;
}


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

  /* campaign */
  .campaign_container {
    padding: 40px;
    margin-bottom: 60px;
  }

  .campaign_container_inner {
    display: flex;
    margin-bottom: 40px;
  }

  .campaign_item {
    width: 24%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 768px) {
  .whats {
    padding: 58px 0px 87px 20px;
  }

  .whats .top_h2 {
    position: relative;
    margin-top: -40px;
    margin-left: 22px;
  }

  .whats .link {
    margin: 0 auto;
  }

  .campaign_container {
    padding: 40px 20px;
    margin-bottom: 40px;
  }

  .campaign_container_inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .campaign_item {
    width: 47%;
    margin-left: 3%;
  }

  .campaign_item:first-of-type {
    margin-left: 2% !important;
    margin-bottom: 20px;
  }

  .campaign_item:nth-of-type(2) {
    margin-bottom: 20px;
  }

  .campaign_img {
    max-width: none;
  }

  .campaign_img img {
    width: 100%;
  }

  /* news */
  .news_no_content {
    padding-bottom: 40px;
    margin-top: -15px !important;
  }

  .news_container {
    padding: 26px 20px 35px;
  }

  .news_container h3 {
    font-size: 50px;
    margin-bottom: 45px;
    font-weight: 300;
  }

  .news_container_inner {
    display: block;
  }

  .news_item {
    padding: 15px 0 35px;
    width: 100%;
    margin-right: 0;
  }

  .news_ttl .ttl {
    margin-top: 0;
  }
}

.br540 {
  display: none;
}
@media screen and (max-width: 540px) {
  .br540 {
    display: block;
  }
}

.lang{
  display:flex;
  align-items: center;
  justify-content: center;
  gap:0 0;
  margin:15px auto 45px auto;
}
.lang > li:first-child{
  border-left: 1px solid #705E51;
}
.lang > li:not(:last-child){
  border-right: 1px solid #705E51;
}
.lang > li:last-child{
  border-right: 1px solid #705E51;
}

.lang > li > span,
.lang > li > a{
  position: relative;
  z-index: 0;
  line-height: 1;
  display:block;
  padding:0 15px;
}
.lang > li > span::before{
  content:"";
  position: absolute;
  z-index: -1;
  bottom:-8px;
  left:50%;
  transform: translateX(-50%);
  width:30%;
  height:2px;
  background:#705E51;
}
.lang > li > a::before{
  content:"";
  position: absolute;
  z-index: -1;
  bottom:-8px;
  left:50%;
  transform: translateX(-50%);
  width:30%;
  height:2px;
  background:#705E51;
  transition: .3s ease-in-out;
  opacity:0;
}
@media (hover: hover) { 
  .lang > li > a:hover::before{
    opacity:1;
  }
}