@charset "utf-8";

.top .ttl1 {
  margin-top: -55px;
  font-size: 88px;
  text-align: center;
}
.top .ttl1 .subTtl {
  display: block;
  font-size: 20px;
  margin-top: 2px;
}

.home-bg01 {
  position: relative;
  padding: 48px 0 138px;
  background-color: var(--light-beige);
}
.home-bg01 .bg-m {
  /* width: 50%; */
  max-width: 800px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.card-br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .card-br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .home-bg01 .bg-m {
    display: none;
  }
  .top .ttl1 {
    font-size: 54px;
    letter-spacing: 0.05em;
  }
  .top .ttl1 .subTtl {
    font-size: 15px;
    margin-top: 1px;
  }
  .home-bg01 {
    padding: 20px 0 56px;
    background-color: var(--light-beige);
  }
}
/* mv
---------------------------------------------- */
.mv {
  position: relative;
}
.mvImg {
  position: relative;
}
.mvImg a {
  position: relative;
  display: block;
}
.mvImg a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.mvImg a:hover::before {
  background: rgba(255, 255, 255, 0.3);
}

.mv-text {
  z-index: 10;
  position: absolute;
  top: 68%;
  right: 5%;
  -webkit-transform: translateY(-50%);
}

.mv-text .mv-h2,
.mv-text .mv-p {
  font-weight: lighter;
}

.mv-text .mv-h2 {
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  font-size: 48px;
}

.mv-text .mv-p {
  letter-spacing: 0.2em;
  line-height: 1.5em;
  font-size: 24px;
}

.br-sp {
  display: none !important;
}

@media screen and (max-width: 1500px) {
  .mv-text .mv-h2 {
    font-size: 44px;
  }

  .mv-text .mv-p {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mv-text {
    z-index: 10;
    position: absolute;
    top: 79%;
    right: 5%;
  }
}

@media screen and (max-width: 569px) {
  .mv-text .mv-h2 {
    margin-bottom: 8px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    font-size: 22px;
  }

  .mv-text .mv-p {
    letter-spacing: 0.2em;
    line-height: 1.4em;
    font-size: 14px;
  }

  .br-sp {
    display: block !important;
  }
}

/* campaign
---------------------------------------------- */
.campaign {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #f0f0f0;
}
.campaign-container {
  display: grid;
/*   grid-template-columns: repeat(2, 1fr);
  gap: 10px; */
}
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .campaign-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 8px;
  }
  .campaign-container > .banner:nth-child(3) {
    grid-column: 1 / 2;
  }
}

/* doctor
---------------------------------------------- */
.doctor-introduction {
  margin-top: 60px;
}
.doctor-introduction .doctorFlex {
  display: flex;
  align-items: center;
}
.doctor-introduction .doctorImg {
  width: 32%;
  margin-right: 40px;
}
.doctor-introduction .doctorTextbox {
  width: 65%;
}
.doctor-introduction .doctorTextbox .title {
  margin-bottom: 6px;
  font-size: 36px;
}
.doctor-introduction .doctorTextbox .doctorTtl {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 34px;
}
.doctor-introduction .doctorTextbox .title span {
  padding-left: 30px;
  font-size: 40px;
  line-height: 57.55px;
}
.doctor-introduction .doctorTextbox .des {
  font-size: 15px;
  line-height: 1.7em;
}
.doctor-introduction .doctorTextbox .name {
  margin-top: 18px;
  text-align: right;
  line-height: 40px;
  font-size: 24px;
}
.doctor-introduction .doctorTextbox .name .head {
  font-size: 16px;
}
.doctor-introduction .doctorTextbox .name .medium {
  font-size: 16px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .doctor-introduction {
    margin-top: 20px;
  }
  .doctor-introduction .doctorFlex {
    display: block;
  }
  .doctor-introduction .doctorImg {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .doctor-introduction .doctorTextbox .title {
    display: none;
  }
  .doctor-introduction .doctorTextbox {
    width: 100%;
  }
  .doctor-introduction .doctorTextbox .doctorTtl {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.4em;
  }
  .doctor-introduction .doctorTextbox .des {
    font-size: 12px;
    line-height: 1.6em;
  }
  .doctor-introduction .doctorTextbox .name .head {
    font-size: 12px;
  }
  .doctor-introduction .doctorTextbox .name .medium {
    font-size: 12px;
    margin-right: 10px;
  }
  .doctor-introduction .doctorTextbox .name {
    margin-top: 10px;
    line-height: 1.3em;
    font-weight: 400;
    font-size: 16px;
  }
}

/* blog
---------------------------------------------- */
.home-blog {
  margin: 40px auto 0;
}

.home-blog .title {
  font-size: 54px;
  text-align: center;
}

.home-blog .blogList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  margin-top: 30px;
}

.home-blog .blogItem {
  background-color: #fff;
}

.home-blog .thumbnail img {
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.home-blog .metadate {
  padding: 14px;
}

.home-blog .metadate .blogTtl {
  margin: 6px 0;
  height: 63.89px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.3em;
}

.home-blog .readmore {
  text-align: right;
  font-size: 14px;
}

.home-blog .btn.backBtn {
  margin-top: 20px;
  max-width: 260px;
}

.home-blog .btn.backBtn .arrow_r {
  background-color: var(--redbrown);
  color: #fff;
}

.home-blog .btn.backBtn .arrow_r::after {
  bottom: 37%;
  right: 20%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .home-blog {
    margin: 20px auto 0;
  }

  .home-blog .title {
    font-size: 36px;
  }

  .home-blog .blogList {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 8px;
    margin-top: 18px;
  }

  .home-blog .metadate {
    padding: 10px;
  }

  .home-blog .metadate .blogHead {
    font-size: 10px;
  }

  .home-blog .blogItem .metadate .blogTtl {
    margin: 4px 0;
    height: 48.89px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    line-height: 1.4;
  }

  .home-blog .readmore {
    font-size: 10px;
  }

  .home-blog .btn.backBtn .arrow_r {
    height: 34px;
    font-size: 13px;
  }

  .home-blog .btn.backBtn {
    margin-top: 14px;
  }
}

/* menu
---------------------------------------------- */
.homeMenu {
  position: relative;
  padding: 0 0 86px;
}
.homeMenu::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.homeMenu::after {
  content: "";
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media screen and (max-width: 768px) {
  .homeMenu {
    padding: 20px 0 48px;
  }
  .homeMenu::before {
    top: 20px;
    height: 60px;
  }
  .homeMenu::after {
    bottom: 20px;
    height: 60px;
  }
}

/* menuBody
		---------------------------------------------- */
.menuBody {
  position: relative;
  margin-top: 64px;
  z-index: 1;
}

.menuBody .title {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  font-size: 26px;
}

.menuBody .title::after {
  background-color: #bfae8d;
  content: "";
  flex-grow: 1;
  height: 1.2px;
  margin-left: 20px;
}

.menuBody .menu01 .listWrap,
.menuBody .menu02 .listWrap {
  max-width: 1332px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.menuBody .menu03,
.menuBody .menu02 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .menuBody {
    margin-top: 20px;
  }

  .menuBody .title {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .menuBody .menu01 .listWrap,
  .menuBody .menu02 .listWrap {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 27px;
  }
}

@media screen and (max-width: 569px) {
  .menuBody .menu01 .listWrap,
  .menuBody .menu02 .listWrap {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 22px;
    grid-column-gap: 8px;
  }
}

/* menu01｜人気メニュー
		---------------------------------------------- */
.menuBody .menu01 .menuImg {
  position: relative;
  z-index: 5;
}

.menuBody .menu01 .menuImg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96.875%;
  height: 94.791667%;
  border: 1.2px solid rgba(255, 255, 255, 0.5);
  z-index: 6;
}

.menuBody .menu01 .menu-title {
  margin-top: 16px;
  font-size: 24px;
}

.menuBody .menu01 .menu-title .small {
  font-size: 20px;
}

.menuBody .menu01 .menu-text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4em;
}

@media screen and (max-width: 569px) {
  .menuBody .menu01 .menu-title {
    font-size: 15px;
    line-height: 1.2em;
  }
  .menuBody .menu01 .menu-title .small {
    font-size: 14px;
  }
  .menuBody .menu01 .menu-title.small {
    font-size: 14px;
    letter-spacing: normal;
  }

  .menuBody .menu01 .menu-text {
    font-size: 12px;
  }
}

/* menu02｜お悩み別に探す
		---------------------------------------------- */
.problem-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #f2f0ec;
}
.problem-card::after {
  content: "";
  border: 0;
  border-top: solid 1.5px var(--redbrown);
  border-right: solid 1.5px var(--redbrown);
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}

.menuBody .menu02 .listWrap {
  grid-row-gap: 20px;
}

.problem-card img {
  width: 70px;
  margin-right: 16px;
}
.problem-card.epi,
.problem-card.hairfiller {
  padding-left: 8px;
}
.problem-card.epi img {
  width: 95.5px;
}

.problem-card.hairfiller img {
  width: 129.3px;
}

.problem-card .problem-name {
  color: var(--redbrown);
  font-size: 20px;
  line-height: 1.4em;
}

.problem-card .problem-name span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .problem-card {
    padding: 6px 10px;
  }

  .problem-card::after {
    width: 6px;
    height: 6px;
    right: 8px;
  }
  .problem-card img {
    width: 33px;
    margin-right: 6px;
  }

  .problem-card.epi img {
    width: 45px;
  }

  .problem-card.hairfiller img {
    width: 61px;
  }

  .problem-card .problem-name {
    font-size: 13px;
    line-height: 1.4em;
  }

  .problem-card.eyes .problem-name {
    font-size: 11px;
  }

  .menuBody .menu02 .listWrap {
    grid-row-gap: 8px;
  }

  .problem-card .problem-name span {
    font-size: 10px;
  }
}

/* menu03｜治療名で探す
		---------------------------------------------- */
.menuBody .menu03 .listBox {
  width: 32%;
}
.menuBody .menu03 .listBox .list1 {
}
.menuBody .menu03 .listBox .list1 + .list1 {
  margin-top: 40px;
}
.menuBody .menu03 .listBox .listHead {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 62px;
  font-size: 24px;
  padding: 0 20px;
  background: var(--beige);
  box-sizing: border-box;
}
.menuBody .menu03 .listBox .listHead .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 80px;
}

.menuBody .menu03 .listBox .listChild {
  width: 100%;
  height: 63px;
  border-bottom: 0.5px solid var(--redbrown);
  box-sizing: border-box;
}
.menuBody .menu03 .listBox .listHead + .listChild {
  border-top: none;
  margin-top: 10px;
}
.menuBody .menu03 .listBox .listChild a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Yu Gothic", Yugothic, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--redbrown);
  padding: 0 20px;
  box-sizing: border-box;
}
.menuBody .menu03 .listBox .listChild a::after {
  top: 50%;
  bottom: auto;
  right: 4%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid var(--redbrown);
  border-right: 1.5px solid var(--redbrown);
}

@media screen and (max-width: 768px) {
  .menuBody .menu03 .listWrap {
    margin-top: 20px;
  }
  .menuBody .menu03 .listBox {
    width: 100%;
  }
  .menuBody .menu03 .listBox + .listBox {
    margin-top: 20px;
  }
  .menuBody .menu03 .listBox .list1 + .list1 {
    margin-top: 20px;
  }
  .menuBody .menu03 .listBox .listHead {
    height: 36px;
    font-size: 16px;
    padding: 0 15px;
  }
  .menuBody .menu03 .listBox .listHead .icon {
    top: 0;
    right: 0;
    width: 63px;
    height: 80px;
  }

  .menuBody .menu03 .listBox .listChild {
    height: 50px;
  }
  .menuBody .menu03 .listBox .listHead + .listChild {
    margin-top: 2px;
  }
  .menuBody .menu03 .listBox .listChild a {
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 0 15px;
  }
  .menuBody .menu03 .listBox .listChild a::after {
    width: 4px;
    height: 4px;
  }
}

/* intro
---------------------------------------------- */
.intro {
  padding: 86px 0 80px;
  background-color: var(--light-beige);
}
.intro .contWrap {
  margin-top: 50px;
}
.intro .contWrap .ttl1 {
  font-size: 38px;
  text-align: left;
}
.intro .contWrap .ttl1 .subTtl {
  font-size: 20px;
  margin-top: 6px;
}
.intro .contWrap .infomation {
  width: 60.272728%;
}
.intro .contWrap .infomation .all {
  margin-top: 2px;
  margin-bottom: 15px;
  text-align: right;
}
.intro .contWrap .infomation .all a {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-right: 1.3em;
}
.intro .contWrap .infomation .all a::after {
  top: 50%;
  right: 10%;
  bottom: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #b4aa91;
  border-right: 1px solid #b4aa91;
}
.intro .contWrap .infoWrap {
  border-bottom: 1px solid #d8d8d8;
}
.intro .contWrap .infoBox {
  padding: 18px 1em;
  border-top: 1px solid #d8d8d8;
}
.intro .contWrap .infoBox .infoHead {
  font-size: 15px;
  margin-bottom: 10px;
}
.intro .contWrap .infoBox .infoHead .cate {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 0.5px solid #444;
  font-size: 14px;
}
.intro .contWrap .infoBox .infoTtl {
  font-size: 18px;
  line-height: 1.3em;
}

.intro .contWrap .interview {
  width: 33.636364%;
}
.intro .contWrap .interview .interviewLink {
  display: block;
  margin: 20px auto;
}
.intro .contWrap .interview p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 52px 0 60px;
  }
  .intro .contWrap {
    margin-top: 45px;
  }
  .intro .contWrap .ttl1 {
    font-size: 22px;
  }
  .intro .contWrap .ttl1 .subTtl {
    margin-top: 4px;
    font-size: 15px;
  }
  .intro .contWrap .infomation {
    width: 100%;
  }
  .intro .contWrap .infomation .all {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .intro .contWrap .infomation .all a {
    font-size: 12px;
    padding-right: 1.3em;
  }
  .intro .contWrap .infomation .all a::after {
    width: 4px;
    height: 4px;
  }
  .intro .contWrap .infoBox .infoHead .cate {
    font-size: 11px;
  }
  .intro .contWrap .infoWrap {
  }
  .intro .contWrap .infoBox {
    padding: 10px 0.5em;
  }
  .intro .contWrap .infoBox .infoHead {
    font-size: 11px;
    margin-bottom: 7px;
  }
  .intro .contWrap .infoBox .infoHead .cate {
    margin-left: 1em;
    padding-left: 1em;
  }
  .intro .contWrap .infoBox .infoTtl {
    font-size: 14px;
  }

  .intro .contWrap .interview {
    width: 100%;
    margin-top: 82px;
  }
  .intro .contWrap .interview .interviewLink {
    margin: 10px auto;
  }
  .intro .contWrap .interview p {
    font-size: 13px;
    line-height: 1.4em;
  }
}