@charset "UTF-8";
/* Color */
* {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1;
  font-size: 62.5%;
  color: #333333;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  color: #272727;
  line-height: 1.4;
  overflow-x: hidden;
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
}

h2 {
  font-size: 32px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}

.img_bg {
  position: relative;
}
.img_bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pc_only,
.u-pcOnly {
  display: block;
}

.sp_only,
.u-spOnly {
  display: none;
}

.key-color {
  color: #aa8f25;
}

.sub-gold {
  color: #c5ae7d;
}

.l-container {
  width: 1100px;
  margin: 0 auto;
}

.slider01 {
  position: relative;
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  background: #e4e2d8;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1058px) {
  .slider01 {
    padding: 3vw 0;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .slider01__in {
    height: 25vw;
  }
  .slider01 li {
    width: 30vw;
  }
}
.slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
}
.slick-slider .slick-dots li button:before {
  content: "●";
  font-family: inherit;
  font-size: 1.25rem;
  position: relative;
  width: 100%;
  height: 100%;
  top: unset;
  line-height: 1;
}

.l-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 500;
}
.l-modal_in_element {
  width: 1100px;
  margin: 0 auto;
}
.l-modal_in_scroll {
  max-height: 55vh;
  padding: 0 20px 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-modal_in .case__item {
  width: 100% !important;
}
.l-modal_in .case__photo {
  background: #efe4d0;
  border-radius: 2px;
}
.l-modal_in .case__photo img,
.l-modal_in .case__photo video {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-height: 500px;
}
.l-modal_in .case__title {
  font-size: 2.5rem;
  padding: 20px 0 15px;
}
.l-modal_in .case__menu {
  font-size: 1.5rem;
  background: #f1ebde;
  border-radius: 5px;
  padding: 10px 5px 0;
}
.l-modal_in .case__menu .tag {
  display: inline-block;
  padding: 6px 10px 6px 3rem;
  margin: 0 5px 11px 5px;
  font-size: 1.45rem;
  font-weight: 500;
  color: #4c4942;
  background-image: url("../img/case/check.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center left 0.75rem;
  background-color: #ffffff;
  border-radius: 4px;
  width: calc(50% - 10px);
  list-style: none;
}
.l-modal_in .price__area {
  margin: 2em 0 0;
}
.l-modal_in .case__comment {
  margin: 2em 0 0;
  font-size: 1.65rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
  word-break: normal;
  white-space: pre-wrap;
}
.l-modal_in .case__dr__elm {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 40px 0 0;
  font-size: 1.6rem;
}
.l-modal_in .case__dr__icon {
  flex: 0 0 50px;
  overflow: hidden;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background: #d9dbdf;
  margin-right: 1rem;
}
.l-modal_in .case__dr__icon img {
  transform: scale(1.5) translate(0, 18%) !important;
  display: inline-block !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
}
.l-modal_in .case__dr__name {
  color: #a67921;
}
.l-modal_in .campaign__list__item__doctar {
  display: block;
  text-align: right;
}
.l-modal_in .campaign__list__item__data {
  display: block;
}
.l-modal_in .campaign__list__item__data__menu {
  padding: 0px 0 20px;
}
.l-modal_in .campaign__list__item__data__menu__clinic {
  font-size: 1.5rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  padding: 5px 0 10px;
}
.l-modal_in .campaign__list__item__data__menu__ttl {
  margin-bottom: 12px;
  text-align: left;
  font-family: inherit;
  font-weight: bold;
}
.l-modal_in .campaign__list__item__data__menu__ttl span {
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  color: #272727;
}
.l-modal_in .campaign__list__item__data__img img {
  max-width: 345px;
}
.l-modal_in .campaign__list__item__data__data {
  display: block;
}
.l-modal_in .l-campaign__caution {
  font-size: 1.5rem;
  padding: 20px 0 0;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 999;
  width: 50%;
  margin: 0;
  padding: 3%;
  box-sizing: border-box;
  background: url(/ad/common/assets/images/modal_top_bg.png) center top no-repeat, url(/ad/common/assets/images/modal_bottom_bg.png) center bottom no-repeat #ffffff;
  background-size: contain;
}
.modal-content-scroll {
  height: 580px;
  overflow-y: scroll;
  padding: 30px;
}
.modal-content h3 {
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1em;
}
.modal-content h3 small {
  display: block;
  font-size: 1.35rem;
  color: #bf9422;
}
.modal-content h3 img {
  height: 2rem;
  margin: 0 auto 10px;
}
.modal-content h4 {
  font-weight: bold;
  font-size: 1.75rem;
  margin: 20px 0 4px;
  color: #8e671f;
  word-break: break-all;
}
.modal-content h4 img {
  display: inline-block;
  height: 1.525rem;
  vertical-align: -0.05rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-content dl + dl {
  margin-top: 20px;
}
.modal-content dt {
  vertical-align: middle;
  padding-bottom: 5px;
  font-weight: 600;
  position: relative;
}
.modal-content dt img {
  display: inline-block;
  height: 1.35rem;
  vertical-align: -0.15rem;
}
.modal-content dt::before {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  content: "";
  background-color: #b27777;
  width: 1em;
  height: 3px;
}
.modal-content dd {
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #555;
  padding: 0 0 2px;
}
.modal-content .imgarea {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.modal-content .imgarea li {
  flex-basis: 45%;
}
.modal-content .imgarea li img {
  width: 100%;
}
.modal-content .price_box {
  background-color: #fff;
}
.modal-content .price_wrapinbox {
  margin: 0;
  vertical-align: middle;
  font-size: 12px;
}
.modal-content .price_wrapinbox > p {
  padding: 6px 0 2px;
  font-size: 1.15rem;
  color: #555;
}
.modal-content .price_inbox {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 0;
}
.modal-content .price_inbox + .price_inbox {
  border-top: none;
}
.modal-content .price_name {
  width: 40%;
  display: table-cell;
  border-right: 1px solid #ccc;
  padding: 10px 0;
  vertical-align: middle;
}
.modal-content .price_name p {
  vertical-align: middle;
  margin: 0 1.25rem;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.modal-content .price_amount {
  width: 60%;
  display: table-cell;
  line-height: 1.35;
  height: 100%;
  vertical-align: middle;
}
.modal-content .price_amount ul {
  margin: 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.modal-content .price_amount ul:last-child {
  border-bottom: none;
}
.modal-content .price_amount ul li {
  border-right: 1px solid #ccc;
  display: table-cell;
  padding: 15px 1rem;
  vertical-align: middle;
  width: 47%;
  position: relative;
  font-size: 1.15rem;
}
.modal-content .price_amount ul li.one {
  width: 100%;
}
.modal-content .price_amount ul li:last-child {
  border-right: none;
  text-align: right;
}
.modal-content .price_amount ul li span {
  padding: 0 1em 0 0;
  display: inline-block;
  text-align: left;
}
.modal-content .price_amount ul li span.off {
  display: inline-block;
  width: -webkit-fill-available;
}
.modal-content .main_case_wide {
  position: relative;
  width: 100%;
  margin: 1em 0 2em;
}
.modal-content .main_case_wide::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.modal-content .main_case_wide_in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-content .main_case_wide iframe {
  width: 100%;
  height: 100%;
}
.modal-content .main_case_list {
  margin: 1em 0 2em;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  padding: 0 12px 12px;
  background: #fbf8ef;
}
.modal-content .main_case_list_item {
  width: calc(50% - 6px);
  margin: 12px 0 0;
}
.modal-content .main_case_list_item img {
  width: 100%;
}
.modal-content .main_case_list_item video {
  width: 100%;
}
.modal-content .main_case_list_catch {
  margin: 0.5em 0 0;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 1058px) {
  .modal-content .main_case_list_catch {
    font-size: 2.6666666667vw;
  }
}
.modal-overlay {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-close {
  position: absolute;
  top: -60px;
  right: 0;
  color: #00f;
  text-decoration: underline;
}
.modal-close img {
  transition: 0.3s all ease-in-out;
}
.modal-bottom-link {
  position: absolute;
  background-color: white;
  background: url("/ad/common/assets/images/modal_bottom_bg.png") center bottom no-repeat #fff;
  background-size: contain;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 18px 0;
  border-top: solid 1px #f1f1f1;
  box-shadow: 0 -5px 10px -10px rgba(80, 80, 80, 0.35);
}
.modal-bottom-link a {
  all: unset;
  position: relative;
  padding: 12px 60px 14px;
  border-radius: 100px;
  background: #ac9977;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.section__ttl {
  text-align: center;
  font-feature-settings: "palt";
  padding-top: 90px;
  padding-bottom: 40px;
}
.section__sub {
  font-size: 1.9rem;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-weight: 500;
}
.section__main {
  font-size: 4.3rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  font-weight: 500;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .l-pc-header {
  background-color: #e8e8e8;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header__in {
  position: relative;
}
.header__in nav {
  position: relative;
  all: unset;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
}
.header__in nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__in .menu-list {
  list-style: none;
  padding: 5px 0;
  position: relative;
}
.header__in .menu-list + li {
  margin-left: 1.5em;
}
.header__in .menu-list::before {
  content: "";
}
.header__in .menu-link {
  color: #333;
  font-size: 1.45rem;
  font-weight: 600;
  padding: 20px 10px;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.header__in .menu-link.active {
  color: #aa8f25;
}
.header .l-sp-header {
  background-color: #fff;
  display: none;
  padding: 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .l-sp-header__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.header .l-sp-header__in img {
  height: 4rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .l-sp-header h1 {
  grid-area: 1/1;
  grid-column: 1/2;
  position: relative;
  width: 95%;
  margin: 0 5%;
  padding-top: 25.5905%;
}
.header .l-sp-header h1 img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .l-sp-header .l-h-reserve {
  grid-area: 1/1;
  grid-column: 2/2;
  position: relative;
  width: 90%;
  margin: 0;
}
.header .l-sp-header .l-h-reserve a {
  display: block;
  max-width: calc(50vw - 2.5%);
  margin: 0 0 0 auto;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 22.1574%;
}
.header .l-sp-header .l-h-reserve img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .o-hdr-item {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

main {
  position: relative;
}

.mv {
  background-image: url("../../assets/img/bg-mv.jpg");
  background-position: top center;
  height: auto;
  overflow: hidden;
}
.mv__id996 {
  background-image: url("../../assets/img/bg-mv_id996-pc.jpg");
  background-position: top center;
  height: 666px;
}
.mv__yt {
  background: url("../../assets/img/yt/mv_bg.jpg") no-repeat top center/cover;
  height: auto;
  position: relative;
}
.mv__yt .sendai__mv {
  height: 908px;
}
.mv__yt .sendai__mv__price {
  bottom: 321px;
}
.mv__yt__inner {
  width: 1080px;
  margin: 0 auto;
}
.mv__yt__txt img {
  width: 100%;
  height: auto;
}
.mv__yt__iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mv__yt__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv__yt__movie {
  background: rgba(228, 226, 216, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 301px;
  box-sizing: border-box;
}
.mv__yt__movie__inner {
  display: flex;
  gap: 20px;
  align-items: center;
}
.mv__yt__movie__inner li:nth-child(1) {
  width: 47%;
  padding: 30px;
}
.mv__yt__movie__inner li:nth-child(2) {
  width: 53%;
}
.mv__yt__movie__inner li img {
  width: 100%;
  height: auto;
}
.mv__ysa .mv__in span {
  display: none;
}
.mv__ysa .mv__in__medal__in {
  display: none;
}
.mv__in__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 100px);
  grid-template-rows: repeat(12, 50px);
  position: relative;
  padding: 30px 0 10px;
}
.mv__in__main {
  grid-column: 1/9;
  grid-row: 1/9;
}
.mv__in__main__in {
  display: grid;
  grid-template-columns: repeat(auto-fill, 100px);
  grid-template-rows: repeat(3, 100px);
}
.mv__in__main__in .main__logo {
  grid-column: 1/3;
  grid-row: 1/3;
  position: relative;
  z-index: 3;
}
.mv__in__main__in .main__text {
  grid-column: 1/9;
  grid-row: 1/5;
  padding: 20px 10px 0 10px;
}
.mv__in__main__in .main__text .img_bg {
  padding-top: 46.1988%;
}
.mv__in__main__in .main__text img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0px, -30px, 0);
}
.mv__in__doctor {
  grid-column: 7/12;
  grid-row: 1/10;
  z-index: 2;
  position: relative;
  top: 40px;
}
.mv__in__doctor .doctor__item {
  position: absolute;
  top: 0;
}
.mv__in__doctor .doctor__item[data-doctor=yamada] {
  z-index: 2;
  left: 0;
}
.mv__in__doctor .doctor__item[data-doctor=tokai] {
  left: 165px;
}
.mv__in__doctor .doctor__item img {
  max-width: none;
  filter: drop-shadow(0px -10px 10px rgba(255, 255, 255, 0.25));
}
.mv__in__reason {
  grid-column: 1/9;
  grid-row: 8/13;
  z-index: 3;
  position: relative;
  top: 12px;
}
.mv__in__reason__in {
  display: flex;
  flex-wrap: wrap;
}
.mv__in__reason .reason__item {
  margin: 10px 30px 15px 0;
  width: calc(50% - 30px);
}
.mv__in__reason .reason__item[data-reason-point="01"] .img_bg {
  padding-top: 20.0557%;
}
.mv__in__reason .reason__item[data-reason-point="02"] .img_bg {
  padding-top: 20%;
}
.mv__in__reason .reason__item[data-reason-point="03"] .img_bg {
  padding-top: 21.727%;
}
.mv__in__reason .reason__item[data-reason-point="04"] .img_bg {
  padding-top: 21.5469%;
}
.mv__in__reason .reason__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(4px 2px 8px #fff);
}
.mv__in__reason .reason__item:nth-child(3) img {
  margin-top: 6px;
}
.mv__in__medal {
  grid-column: 9/12;
  grid-row: 8/13;
  z-index: 4;
  position: relative;
}
.mv__in__medal__in {
  display: flex;
  justify-content: center;
  position: relative;
}
.mv__in__medal .medal__item {
  margin: 0 0px 0;
  width: 50%;
}
.mv__in__medal .medal__item .img_bg {
  width: 100%;
  padding-top: 130.7142%;
}
.mv__in__medal .medal__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv__in span {
  position: relative;
  z-index: 2;
  margin: -30px auto 30px auto;
  display: block;
  font-size: 1.2rem;
  text-align: right;
}

.slider01 {
  position: relative;
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  background: #e4e2d8;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1058px) {
  .slider01 {
    padding: 3vw 0;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .slider01__in {
    height: 25vw;
  }
  .slider01 li {
    width: 30vw;
  }
}
.ta-contents {
  font-feature-settings: "palt";
  background: #110e09 url("../../assets/img/ta-contents/ta-contents_bg.jpg") no-repeat border-box center center/cover;
}
.ta-contents .l-container {
  padding: 80px 100px;
}
.ta-contents .ta-bg_contents {
  position: relative;
}
.ta-contents .ta-bg_contents .ta-bg_content_in.ta-bg_content_z0 {
  position: relative;
  z-index: 0;
}
.ta-contents .ta-bg_contents .ta-bg_content_in.ta-bg_content_z1 {
  position: absolute;
  top: -65px;
  right: -72px;
  z-index: 1;
}
.ta-contents .ta-bg_contents .ta-bg_content_in.ta-bg_content_z1_img__id079 {
  top: -65px;
}
.ta-contents .ta-bg_contents .ta-bg_content_in.ta-bg_content_z1 img {
  transform: scale(0.96);
}
.ta-contents .ta-bg_contents .ta-bg_content_in.ta-bg_content_z2 {
  position: relative;
  left: -2px;
  z-index: 2;
  margin: 40px 0 0;
}
.ta-contents .ta-bg_contents .ta-bg_content_in .ta-heading2 {
  position: relative;
  top: 0;
  left: -72px;
}
.ta-contents .ta-heading2_img__id079 {
  margin: 0;
}
.ta-contents .ta-heading2_img__sp {
  display: none;
}
.ta-contents .ta-2shots {
  width: 88%;
  margin: 40px 0 0;
  display: block;
}
.ta-contents .ta-2shots.ta-2shots__id079 {
  margin: 40px 0 0;
}
.ta-contents .ta-bg_content_z2_img__sp {
  display: none;
}
.ta-contents .ta-showcase {
  margin: 38px 0 0;
  color: #fff;
  z-index: 2;
  position: relative;
}
.ta-contents .ta-showcase ul {
  justify-content: space-between;
  display: flex;
}
.ta-contents .ta-showcase ul li {
  width: calc(50% - 20px);
  flex-direction: column;
  display: flex;
}
.ta-contents .ta-showcase ul li .ta-heading3 {
  letter-spacing: 0.04em;
}
.ta-contents .ta-showcase ul li .ta-case_img {
  transform: scale(1.1);
}
.ta-contents .ta-showcase ul li .ta-case_img.ta-case_img_sp_controll {
  display: none;
}
.ta-contents .ta-showcase.ta-showcase_ysa ul {
  margin-top: 60px;
}
.ta-contents .ta-showcase .ta-heading3 {
  margin: 1px 0 0px;
  font-size: 24px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.ta-contents .ta-showcase p {
  margin: 6px 0 0;
  font-size: 12px;
  color: #999;
}

.technology {
  padding-top: 80px;
  background-image: url("../../assets/img/bg-technology.jpg");
  background-size: contain;
  background-attachment: fixed;
  background-position: center top;
  height: auto;
}
.technology__in {
  padding: 0 0 20px;
}
.technology .reason__description {
  text-align: center;
}
.technology .reason__description__in {
  padding: 0 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.technology .reason__description__sub {
  margin: 0;
  margin-bottom: 10px;
}
.technology .reason__description__main {
  margin: 0;
}
.technology .reason__point__list {
  padding: 0 50px;
}
.technology .reason__point__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.technology .reason__point__item[data-point=technology] .reason__point__image {
  width: 500px;
}
.technology .reason__point__item[data-point=technology] .img_bg {
  padding-top: 86.2%;
}
.technology .reason__point__item[data-point=education] .reason__point__image {
  width: 500px;
}
.technology .reason__point__item[data-point=education] .img_bg {
  padding-top: 89.4%;
}
.technology .reason__point__item[data-point=academic] .reason__point__image {
  width: 500px;
}
.technology .reason__point__item[data-point=academic] .img_bg {
  padding-top: 80%;
}
.technology .reason__point__item:nth-child(even) {
  flex-direction: row-reverse;
}
.technology .reason__point__item:nth-child(even) .reason__point__ttl {
  margin: 0 0 0 -30px;
  transform: translateX(-30px);
}
.technology .reason__point__item:last-child {
  margin-bottom: 20px;
}
.technology .reason__point__ttl {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-weight: 500;
  padding: 160px 5px 60px;
  position: relative;
  z-index: 1;
  margin-right: -50px;
  transform: translateX(30px);
}
.technology .reason__point__ttl__sub {
  font-size: 2.25rem;
  margin: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}
.technology .reason__point__ttl__main {
  font-size: 3.4rem;
  margin: 0;
  padding: 2px 0 15px;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
.technology .reason__point__ttl__txt {
  font-size: 1.75rem;
  line-height: 1.8;
  margin: 0;
  padding: 10px 0 20px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
}
.technology .reason__point__image {
  position: relative;
  width: 100%;
  flex: none;
}
.technology .reason__point__image .img-bg {
  position: relative;
}
.technology .reason__point__image .img-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.technology .reason__point__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(5px 5px 10px #e5e5e5);
}
.technology .reason .arrow__in {
  margin-bottom: -45px;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 20.7317%;
}
.technology .reason .arrow__in img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.technology .why {
  background-image: url("../../assets/img/bg-why.jpg");
  background-position: center top;
  height: auto;
}
.technology .why__in {
  padding: 2px 0 60px;
}
.technology .why__in__image {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  transform: none;
  margin: -50px 0 -30px;
  flex-wrap: wrap;
}
.technology .why__in__image .lady-img {
  position: relative;
  width: 100%;
}
.technology .why__in__image .lady-img .img_bg {
  position: relative;
}
.technology .why__in__image .lady-img .img_bg::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.technology .why__in__image .lady-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.technology .why__in__image .lady-img.left-lady {
  width: 229px;
}
.technology .why__in__image .lady-img.left-lady .img_bg {
  padding-top: 156.7685%;
}
.technology .why__in__image .lady-img.right-lady {
  width: 239px;
}
.technology .why__in__image .lady-img.right-lady .img_bg {
  padding-top: 145.1882%;
}
.technology .why__in__image .lady-img.right-lady img {
  transform: translateY(-10px);
}
.technology .why__in__image .center__laurel {
  position: relative;
  width: 485px;
}
.technology .why__in__image .center__laurel .img_bg {
  padding-top: 24.3298%;
}
.technology .why__in__image .center__laurel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-110px);
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
  -o-object-fit: contain;
  object-fit: contain;
}
.technology .why__in__library {
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.technology .why__in__library .photo-item {
  width: calc(16.6666666667% - 20px);
}
.technology .why__in__library .photo-bg {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 100%;
  background: rgba(31, 27, 26, 0.7);
}
.technology .why__in__library .photo-bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.technology .why__in__library .photo-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.technology .why__in__library .celebrity-name {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  font-size: 1.65rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.technology .why__in__library .celebrity-name small {
  margin-left: 4px;
  font-size: 65%;
  vertical-align: middle;
}

@media screen and (max-width: 1058px) {
  .ta-contents {
    background: #110e09 url("../../assets/img/ta-contents/ta-contents_bg__sp.jpg") no-repeat border-box center center/cover;
  }
  .ta-contents .l-container {
    padding: 25px 20px 40px;
  }
  .ta-contents .ta-bg_contents {
    position: relative;
  }
  .ta-contents .ta-bg_contents .ta-bg_content_in.ta-bg_content_z1 {
    display: none;
  }
  .ta-contents .ta-bg_contents .ta-bg_content_in.ta-bg_content_z2 {
    left: auto;
    margin: -81px 0 0;
    display: none;
  }
  .ta-contents .ta-bg_contents .ta-bg_content_in.ta-bg_content_z2 img {
    width: 100%;
  }
  .ta-contents .ta-bg_contents .ta-bg_content_in .ta-heading2 {
    left: -20px;
  }
  .ta-contents .ta-heading2 {
    width: calc(100% + 40px);
    display: block;
  }
  .ta-contents .ta-heading2_img {
    display: none;
  }
  .ta-contents .ta-heading2_img__sp {
    width: 100%;
    display: block;
  }
  .ta-contents .ta-2shots {
    display: none;
  }
  .ta-contents .ta-bg_content_z2_img {
    display: none;
  }
  .ta-contents .ta-bg_content_z2_img__sp {
    display: block;
  }
  .ta-contents .ta-showcase {
    margin: -19px 0 0;
    color: #fff;
  }
  .ta-contents .ta-showcase ul {
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
  }
  .ta-contents .ta-showcase ul li {
    margin: 15px 0 0;
    width: 100%;
    flex-direction: column;
  }
  .ta-contents .ta-showcase ul li:first-child {
    margin: 0;
  }
  .ta-contents .ta-showcase ul li .ta-heading3 {
    order: -1;
  }
  .ta-contents .ta-showcase ul li .ta-case_img {
    transform: scale(1.05);
    display: none;
  }
  .ta-contents .ta-showcase ul li .ta-case_img.ta-case_img_sp_controll {
    display: block;
  }
  .ta-contents .ta-showcase.ta-showcase_ysa ul {
    margin-top: -20vw;
  }
  .ta-contents .ta-showcase .ta-heading3 {
    text-align: center;
    align-items: center;
    display: flex;
    white-space: nowrap;
  }
  .ta-contents .ta-showcase .ta-heading3:before, .ta-contents .ta-showcase .ta-heading3:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: inline-block;
  }
  .ta-contents .ta-showcase .ta-heading3 span {
    padding: 0 8px;
  }
  .ta-contents .ta-showcase p {
    font-size: 12px;
    color: #999;
  }
}
.menu {
  background: url(../../assets/img/bg-doctor.jpg);
}
.menu__link ul li {
  width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin-bottom: 20px;
  background: #fff;
}
.menu__link ul li:nth-of-type(even) {
  margin: 0 0 20px 20px;
}
.menu__link__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  list-style: none;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.menu__link__list {
  box-shadow: 0px 4px 10px -5px rgba(33, 33, 33, 0.1);
  flex-basis: calc(33.3333333333% - 20px);
  height: auto;
  border-radius: 6px;
  font-size: 2.1rem;
  vertical-align: middle;
  position: relative;
  border-width: 0;
  border-left: solid 6px #cc8a92;
  position: relative;
}
.menu__link__area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #272727;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-left: 130px;
}
.menu__link__area:after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
  right: 20px;
  background: url(/ad/clinic/assets/img/right_arrow.svg) no-repeat center right/100%;
}
.menu__link__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
}
.menu__link__item__img {
  position: relative;
  overflow: hidden;
  width: 94px;
  border-radius: 4px;
}
.menu__link__item__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.menu__link__item__img__bg {
  width: 100%;
  padding-top: 100%;
}
.menu__link__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu__link__item__text {
  width: calc(100% - 94px);
  text-align: center;
}
.menu__link__item__text__ttl {
  font-weight: bold;
  font-size: 2.25rem;
}
.menu__link__item__text__ttl img {
  margin: 0 auto 5px;
  height: 2rem;
}
.menu__link__item__text__more {
  display: inline-block;
  border: solid 1px currentColor;
  color: #ab565e;
  padding: 3px 12px;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 50px;
  margin: 10px auto 0;
}
.menu__in {
  padding: 0 0 80px;
}
.menu__in__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  list-style: none;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.menu__in__content:after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 20px);
  height: 0;
}
.menu__in__nav small {
  display: block;
  font-size: 1.45rem;
  color: #8a6a16;
}
.menu__in__list {
  background-color: #fff;
  box-shadow: 0px 4px 10px -5px rgba(33, 33, 33, 0.1);
  flex-basis: calc(33.3333333333% - 20px);
  height: auto;
  border-radius: 6px;
  font-size: 2.1rem;
  vertical-align: middle;
  position: relative;
  margin: 0 0 20px;
  border-width: 0;
  border-left: solid 6px #cc8a92;
}
.menu__in__list:first-child {
  display: flex;
  align-items: center;
  height: 114px;
  box-shadow: none;
  border-radius: 0;
  background-color: #f9f1e8;
  border-radius: 5px;
  font-size: 2.6rem;
  text-align: center;
  justify-content: center;
  border: none;
}
.menu__in__list .modal-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
.menu__in__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
}
.menu__in__item__img {
  position: relative;
  overflow: hidden;
  width: 94px;
  border-radius: 4px;
}
.menu__in__item__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.menu__in__item__img__bg {
  width: 100%;
  padding-top: 100%;
}
.menu__in__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu__in__item__text {
  width: calc(100% - 94px);
  text-align: center;
}
.menu__in__item__text__ttl {
  font-weight: bold;
  font-size: 2.25rem;
}
.menu__in__item__text__ttl img {
  margin: 0 auto 5px;
  height: 2rem;
}
.menu__in__item__text__more {
  display: inline-block;
  border: solid 1px currentColor;
  color: #ab565e;
  padding: 3px 12px;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 50px;
  margin: 10px auto 0;
}

@media screen and (max-width: calc(1058px + 1px)) {
  .menu__link ul li {
    width: 100%;
    margin-bottom: 3vw;
  }
  .menu__link ul li:nth-of-type(even) {
    margin: 0 0 3vw 0;
  }
  .menu__link__area {
    padding-left: 22vw;
  }
  .menu__link__area:after {
    width: 3vw;
    height: 3vw;
    right: 6vw;
  }
  .menu__link__content {
    flex-direction: column;
  }
  .menu__link__item {
    padding: 3vw;
  }
  .menu__link__item__img {
    width: 15vw;
  }
  .menu__link__list {
    font-size: 4vw;
  }
}
.case {
  background-image: url("../../assets/img/bg-case.jpg");
  background-attachment: fixed;
  background-position: center top;
  height: auto;
}
.case__in {
  box-sizing: border-box;
}
.case__in__ttl {
  position: relative;
  z-index: 1;
}
.case__in__ttl__sub {
  margin: 0;
}
.case__in__ttl__main {
  margin: 0;
}
.case__in__form {
  display: flex;
  justify-content: space-between;
}
.case__in__form .case__sort__item {
  width: 100%;
  padding: 10px 20%;
  display: grid;
  grid-template-columns: max-content 1fr;
  background: rgba(231, 216, 193, 0.5);
  border-radius: 8px;
  margin: 0 10px 20px;
}
.case__in__form .case__sort__txt {
  display: flex;
  justify-content: center;
  height: 100%;
  background: #8e671f;
  color: #fff;
  padding: 16px 30px;
  border-radius: 6px 0 0 6px;
  font-size: 1.65rem;
  font-weight: 600;
}
.case__in__form .case__sort__txt svg {
  stroke: currentColor;
  height: 1.95rem;
  vertical-align: middle;
  margin: 0.5px 2px 0 0;
}
.case__in__form select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  width: auto;
  display: block;
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 0 6px 6px 0;
  border: solid 1px #aa8f25;
  border-left: none;
  font-size: 1.65rem;
  font-weight: 600;
  color: #212121;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.case__in__element {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 0;
}
.case__in__element .case__name {
  margin: 10px 10px;
  padding: 0px 0 10px;
  font-size: 2.5rem;
  border-bottom: solid 1px #aa8f25;
  color: #8e671f;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.case__in__element .case__list {
  width: 100%;
  display: block;
  white-space: nowrap;
}
.case__in__element .case__list .case__item {
  max-width: 33.3333333333%;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
}
.case__in__element .case__list .case__item:last-child {
  margin-right: 0;
}
.case__in__element .case__list::after {
  display: block;
  content: "";
  width: calc(33.3333333333% - 30px);
}
.case__in__element .case__item {
  transition: cubic-bezier(0.42, 0, 0, 1);
  padding: 5px 0;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.case__in__element .case__item::before {
  content: "More";
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  position: absolute;
  bottom: 0;
  color: #aa8f25;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.case__in__element .case__item::after {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  width: calc(90% - 1.5rem);
  height: 1.5px;
  background: #c5ae7d;
  border-radius: 2px;
  right: 0;
}
.case__in__element .case__photo {
  position: relative;
  padding-top: 66.6666%;
  border-radius: 2px;
  overflow: hidden;
  transition: 0.3s;
  background: #efe4d0;
  flex-basis: 100%;
}
.case__in__element .case__photo:hover {
  filter: brightness(0.85);
}
.case__in__element .case__photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.case__in__element .case__photo img,
.case__in__element .case__photo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.case__in__element .case__title {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  color: #333;
  font-size: 1.825rem;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  line-height: 1.55;
  font-weight: 600;
  margin: 0;
  padding: 15px 0 25px;
  position: relative;
  transition: 0.3s;
  word-break: initial;
  white-space: normal;
}
.case__in__element .case__title:hover {
  color: #aa8f25;
}
.case__in__element .case__menu {
  display: none;
}
.case__in__element .price__area {
  display: none;
}
.case__in__element .case__dr {
  display: none;
}
.case__in__element .case__comment {
  display: none;
}
.case__attention {
  display: block;
  font-size: 0.95rem;
  margin-top: 10px;
  white-space: normal;
}
.case__col {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.case__col dl {
  width: calc(33.3333333333% - 20px);
}
.case__col dl:nth-of-type(2) {
  margin: 0 20px;
}
.case__col dl dt img {
  width: 100%;
  height: auto;
}
.case__col dl dt h3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}
.case__col dl dt h3 span {
  margin-left: -9px;
  font-size: 1.5rem;
  padding-bottom: 2px;
}
.case__price {
  text-align: center;
  color: #9b7526;
  background: linear-gradient(90deg, transparent, #fdfbf8 8%, #fdfbf8 92%, transparent);
  display: flex;
  align-items: flex-end;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-size: 4.3rem;
  justify-content: center;
  padding-top: 0.4rem;
}
.case__price__small {
  font-size: 1.6rem;
  margin-bottom: 1.3rem;
  line-height: 1.8rem;
  margin-right: 5px;
}
.case__price__yen {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.2rem;
  margin-left: 3px;
}
.case__price__tax {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.case .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 30px 0 0;
}
.case .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #8e671f;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.25;
  transform: opacity 0.5s;
}
.case .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: calc(1058px + 1px)) {
  .case .l-container {
    padding: 0 20px;
  }
  .case__in__element {
    width: 100%;
    padding-bottom: 3vw;
  }
  .case__col {
    flex-direction: column;
  }
  .case__col dl {
    width: 100%;
    margin-bottom: 8vw;
  }
  .case__col dl:nth-of-type(2) {
    margin: 0 0 8vw 0;
  }
  .case__col dl dt h3 {
    font-size: 5vw;
  }
  .case__col dl dt h3 span {
    margin-left: -2vw;
    font-size: 3.8vw;
    padding-bottom: 0.4vw;
  }
  .case__attention {
    display: block;
    font-size: 3vw;
  }
  .case .swiper-pagination {
    padding: 6vw 0 4vw;
  }
}
.warranty {
  background-image: url("../../assets/img/bg-warranty.jpg");
  background-size: cover;
  background-position: center top;
  height: auto;
}
.warranty__in {
  padding: 0 0;
}
.warranty__in__ttl {
  position: relative;
  z-index: 1;
}
.warranty__in__ttl__sub {
  margin: 0;
}
.warranty__in__ttl__main {
  margin: 0;
}
.warranty__in .p-guaranteeSystem_in {
  background-color: #fff;
}
.warranty__in .p-guaranteeSystem_in .c-gold2 {
  color: #8e671f;
}
.warranty__in .c-accordion_ttl {
  font-size: 1.55rem;
  font-weight: 600;
  padding: 0 0 10px;
}

/* Guarantee System */
.guaranteeSystem {
  padding: 110px 0;
  background: url(/ad/assets/images/guaranteeSystem_back.jpg) center top/100%;
}

.guaranteeSystem__ttl__sub {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 1058px) {
  .guaranteeSystem__ttl__sub {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.guaranteeSystem__ttl__sub__in {
  position: relative;
}

.guaranteeSystem__ttl__sub__in::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
}

@media screen and (max-width: 1058px) {
  .guaranteeSystem__ttl__sub__in::before {
    height: 4vw;
    left: -3vw;
    bottom: 0.5vw;
  }
}
.guaranteeSystem__ttl__sub__in::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
}

@media screen and (max-width: 1058px) {
  .guaranteeSystem__ttl__sub__in::after {
    height: 4vw;
    right: -3vw;
    bottom: 0.5vw;
  }
}
.guaranteeSystem__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1058px) {
  .guaranteeSystem__ttl__main {
    font-size: 7vw;
    font-weight: bold;
  }
}
.guaranteeSystem__ttl__main span {
  color: #aa8f25;
}

.guaranteeSystem__card {
  max-width: 1120px;
  margin: 44px auto 0;
  background: #faf8f5;
  padding: 60px 86px;
}

.guaranteeSystem__card__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto;
  background: url(/ad/assets/images/wing_left.png) no-repeat left center, url(/ad/assets/images/wing_right.png) no-repeat right center;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.guaranteeSystem__card__catch__ttl {
  font-size: 4.85rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  line-height: 5.5rem;
  margin: 0 1rem 0 0;
}

.guaranteeSystem__card__catch__ttl small {
  font-size: 4.5rem;
  font-feature-settings: "palt";
  letter-spacing: -2px;
}

.guaranteeSystem__card__catch__period {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12rem;
  font-weight: 500;
  color: #bba274;
}

.guaranteeSystem__card__catch__period__num {
  margin-right: 14px;
  font-weight: 500;
  letter-spacing: -0.1em;
  transform: scaleY(1.12);
}

.guaranteeSystem__card__catch__txt {
  flex: 0 0 100%;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

.guaranteeSystem__card__description {
  margin-top: 36px;
  text-align: center;
}

.guaranteeSystem__card__description p {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.guaranteeSystem__card__description p span {
  color: #b58122;
}

.guaranteeSystem__card__detail__caution {
  display: none;
}

.guaranteeSystem__card__detail__list {
  margin-top: 40px;
}

.guaranteeSystem__card__detail__list li {
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.guaranteeSystem__card__popup__trigger {
  margin-top: 20px;
  font-size: 1.5rem;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.4s ease;
  color: #b58122;
}

.guaranteeSystem__card__popup__trigger:hover {
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

@media screen and (max-width: 1058px) {
  .guaranteeSystem {
    width: 100%;
    padding: 9.3vw 5vw;
  }
  .guaranteeSystem__in {
    margin-top: 5vw;
    background: #faf8f5;
    padding: 0 5vw;
  }
  .guaranteeSystem__ttl__sub {
    margin-bottom: 5vw;
  }
  .guaranteeSystem__ttl__main {
    white-space: nowrap;
    text-indent: -2.6vw;
    width: 100%;
  }
  .guaranteeSystem__card {
    margin-top: 5vw;
    padding: 10vw 6vw;
  }
  .guaranteeSystem__card__catch {
    display: block;
    width: auto;
  }
  .guaranteeSystem__card__catch__ttl {
    padding-top: 1.2vw;
    font-size: 6vw;
    text-align: center;
    line-height: 3.5rem;
    letter-spacing: 0.05em;
  }
  .guaranteeSystem__card__catch__ttl small {
    font-size: 7.2vw;
  }
  .guaranteeSystem__card__catch__period {
    padding-right: 10px;
    font-size: 18vw;
  }
  .guaranteeSystem__card__catch__period__num {
    margin-right: 0px;
    font-size: 18vw;
    letter-spacing: 0;
  }
  .guaranteeSystem__card__catch__txt {
    margin-top: 0;
    padding: 0 0;
    font-size: 3.4vw;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .guaranteeSystem__card__description {
    margin-top: 8vw;
    padding: 0 1vw;
  }
  .guaranteeSystem__card__description p {
    font-size: 3.4vw;
  }
  .guaranteeSystem__card__detail .c-popup {
    margin-top: 0;
  }
  .guaranteeSystem__card__detail__caution {
    display: block;
    margin: 0 0 0;
    font-size: 3vw;
    text-align: right;
  }
}
.monitor {
  background-image: url("../../assets/img/bg-monitor.jpg");
  background-size: cover;
  background-position: center top;
  height: auto;
  background-attachment: fixed;
}
.monitor__in {
  padding: 0 0 30px;
}
.monitor__in__ttl {
  position: relative;
  z-index: 1;
  color: #fff;
}
.monitor__in__ttl__sub {
  margin: 0;
}
.monitor__in__ttl__main {
  margin: 0;
}
.monitor__in .c-btn__type1 {
  width: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.monitor__in .c-btn__type1__in {
  width: auto;
  color: #b7a776;
  border: solid 1px #b7a776;
  border-radius: 5px;
  font-size: 0;
  background: rgba(0, 0, 0, 0.3);
  height: auto;
  padding: 12px 70px;
  margin: 0;
}
.monitor__in .c-btn__type1__in::after {
  content: "もっとみる";
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
  font-size: 1.65rem;
  width: auto;
  transform: none;
  position: relative;
  height: auto;
  top: 0;
  right: auto;
}
.monitor .campaign__sort__content {
  display: flex;
  padding: 20px 10px;
  background-color: rgba(117, 107, 102, 0.4);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5);
}
.monitor .campaign__sort__item {
  width: calc(33.3333333333% - 40px);
  padding: 0px 10px;
}
.monitor .campaign__sort__item select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 10px center;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 14px;
  border: solid 1px #2c2b27;
  border-radius: 5px;
}
.monitor .campaign__sort__reset {
  width: 120px;
  padding: 0 10px;
}
.monitor .campaign__sort__reset button {
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  background: #c5ae7d;
  border: none;
  border-radius: 4px;
  color: #422f09;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.monitor .campaign__sort__reset button:hover {
  opacity: 0.7;
}
.monitor .campaign__sort__caution {
  color: #fff;
  padding: 10px 10px 15px;
  text-align: right;
  font-size: 1.15rem;
  font-feature-settings: "palt";
  letter-spacing: 0.25px;
}

.reservation {
  background: url("../../assets/img/bg-doctor.jpg");
  padding: 0 0 5px;
}
.reservation__in__ttl {
  position: relative;
  z-index: 1;
}
.reservation__in__ttl__sub {
  margin: 0;
}
.reservation__in__ttl__main {
  margin: 0;
}
.reservation__list {
  display: block;
  padding: 0 0;
  font-size: 0;
}
.reservation__list__mb80 {
  margin-bottom: 80px;
}
.reservation__list__item {
  display: inline-block;
  padding: 15px 15px 10px;
  width: calc(25% - 7.5px);
  border-radius: 10px;
  background: #2c2f34;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  background-image: url(../../assets/img/bg-access.jpg);
  background-size: 100vw;
  font-size: 0;
  box-shadow: 0px 1px 6px -2px #2c2f34;
  text-decoration: none;
  pointer-events: none;
}
.reservation__list__item:nth-child(4), .reservation__list__item:nth-child(8) {
  margin-right: 0;
}
.reservation__list__item__name {
  font-size: 1.95rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 0px 0px 6px;
  text-align: center;
  color: #ffffff;
}
.reservation__list__item__time {
  font-size: 1.15rem;
  padding: 3px 20px 1px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: 500;
  border-radius: 60px;
  margin: 6px 0 0;
}
.reservation__list__item__tel {
  display: block;
  border-radius: 50px;
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  color: #ffe7bc;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2px 0;
}

/* .l-campaign_list */
.campaign__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 10px;
}
.campaign__list::after {
  content: "";
  flex-basis: 31.25%;
}
.campaign__list + .c-btn__type1 {
  margin: 10px auto 50px;
  width: auto;
}
.campaign__list__item {
  position: relative;
  flex-basis: 31.25%;
  margin-bottom: 40px;
  cursor: pointer;
}
.campaign__list__item:nth-child(n+7) {
  display: none;
}
.campaign__list__item__img {
  text-align: center;
  padding: 0;
}
.campaign__list__item__img img {
  max-width: 345px;
  margin: 0 auto;
}
.campaign__list__item__img + .l-campaign__list__item__data {
  margin-top: 0;
}
.campaign__list__item__doctar {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
  display: none;
  font-size: 1.6rem;
}
.campaign__list__item__doctar .l-campaign__list__item__doctar__item {
  display: none;
  font-feature-settings: "palt";
  line-height: 1.35;
}
.campaign__list__item__link {
  display: none;
}
.campaign__list__item__data {
  display: none;
}
.campaign__list__item__data__ttl {
  margin: 60px 0 30px;
  padding-bottom: 16px;
  border-bottom: 2px solid #1c1c1c;
  font-size: 2.4rem;
}
.campaign__list.is-open__item {
  display: block;
}

.l-campaign_list_item_img img {
  display: inline;
}

.doctor {
  background: url("../../assets/img/bg-doctor.jpg");
  background-position: center center;
  padding: 0 0 130px;
  box-sizing: border-box;
}
.doctor .p-docter_list {
  padding: 30px 35px;
  box-sizing: border-box;
  background-color: #fff;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
.doctor .p-docter-img {
  width: 200px;
  float: left;
}
.doctor .p-docter-img img {
  width: 100%;
  height: auto;
}
.doctor .p-docter-name {
  width: 500px;
  float: right;
  padding-top: 4px;
  font-size: 2.3rem;
  margin-bottom: 0.5em;
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA;
}
.doctor .p-docter-name span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}
.doctor .p-docter-txt {
  width: 500px;
  float: right;
  line-height: 2;
  margin-bottom: 15px;
}
.doctor .p-docter-history {
  width: 500px;
  float: right;
  line-height: 2;
}
.doctor .p-docter-history span {
  font-weight: bold;
  padding-left: 25px;
  background: url(/ad/common/bustup/assets/images/qa_title_icon.png) no-repeat left;
  display: block;
  margin-bottom: 10px;
}

.access {
  background-position: center top;
  height: auto;
}
.access#access {
  background-image: url("../../assets/img/bg-access.jpg");
}
.access__in {
  padding: 0 50px 20px;
  box-sizing: border-box;
}
.access__in__ttl {
  position: relative;
  z-index: 1;
}
.access__in__ttl__sub {
  margin: 0;
}
.access__in__ttl__main {
  margin: 0;
}
.access__in__element {
  color: #fff;
  margin: 0;
  padding: 0 0 20px;
}
.access__in__element .access__menu {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: solid 1px #8c8c8c;
}
.access__in__element .access__menu__item {
  font-size: 1.85rem;
  font-weight: 600;
  padding: 16px 0;
  cursor: pointer;
  flex: 1;
  text-align: center;
  position: relative;
}
.access__in__element .access__menu__item.active {
  color: #eac87e;
}
.access__in__element .access__menu__item.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #c5ae7d;
  border-radius: 5px;
  bottom: -1px;
  left: 0;
}
.access__in__contents .access__clinic {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  transition: 0.3s;
}
.access__in__contents .access__clinic.active {
  animation: fade 0.5s ease;
  display: flex;
}
.access__in__contents .access__clinic__item {
  width: calc(33.3333333333% - 26.6666666667px);
  margin: 30px 40px 30px 0;
}
.access__in__contents .access__clinic__item:nth-of-type(3n) {
  margin-right: 0;
}
.access__in__contents .access__clinic__photo {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  padding-top: 52.9411%;
  width: 100%;
  background: #292b2f;
}
.access__in__contents .access__clinic__photo::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.access__in__contents .access__clinic__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.access__in__contents .access__clinic__name {
  font-size: 2rem;
  margin: 0;
  padding: 20px 0 10px;
}
.access__in__contents .access__clinic__address {
  line-height: 1.55;
  padding: 2px 0;
  font-style: normal;
  font-size: 1.25rem;
}
.access__in__contents .access__clinic__link {
  color: #b7a776;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 2px 0;
  display: inline-block;
  margin-top: 5px;
  transition: 0.3s;
}
.access__in__contents .access__clinic__link:hover {
  opacity: 0.7;
}
.access__in__contents .access__clinic__link svg {
  width: 1.45rem;
  margin-left: 3px;
  stroke: currentColor;
  vertical-align: bottom;
}

.l-access_map iframe {
  width: 100%;
  height: 500px;
}
.l-access_content {
  display: flex;
  gap: 60px;
  color: #fff;
  padding: 40px 0;
}
.l-access_info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.l-access_info_name {
  font-size: 2.5rem;
  font-weight: 500;
}
.l-access_info_tel {
  font-size: 3rem;
  color: #c97d07;
  pointer-events: none;
}
.l-access_info .c-txt {
  line-height: 1.9;
  font-weight: 500;
  font-size: 1.55rem;
  font-feature-settings: "palt";
  letter-spacing: 0.85px;
}

@media screen and (max-width: 1120px) {
  .l-access_map iframe {
    aspect-ratio: 4/2;
    height: auto;
  }
  .l-access_content {
    flex-direction: column;
    gap: 3vw;
    padding: 2vw 0 8vw;
  }
  .l-access_info {
    font-size: 12px;
    gap: 0;
  }
  .l-access_info_tel {
    pointer-events: inherit;
  }
  .l-access_info .c-txt {
    font-size: 3.5vw;
    line-height: 1.65;
  }
}
.l-footer {
  background-color: #eaeaea;
  color: #656565;
  font-size: 1.25rem;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.l-footer.l-footer-center {
  justify-content: center;
}
.l-footer.l-footer-mb {
  margin-bottom: 0 !important;
}

@media screen and (max-width: calc(1058px + 1px)) {
  .pc_only,
  .u-pcOnly {
    display: none;
  }
  .sp_only,
  .u-spOnly {
    display: block;
  }
  .l-container {
    width: 100%;
  }
  .modal-content {
    width: 85%;
  }
  .modal-content-scroll {
    max-height: 65vh;
    padding: 20px 10px 50px;
  }
  .modal-content h3 {
    font-size: 2.25rem;
  }
  .modal-close {
    position: absolute;
    text-decoration: underline;
    width: 30px;
    height: 30px;
    top: -55px;
    right: 0px;
  }
  .modal-close img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
  }
  .modal-bottom-link {
    padding: 12px 0;
  }
  .section__ttl {
    text-align: center;
    font-feature-settings: "palt";
    padding: 50px 0 0;
  }
  .section__sub {
    font-size: 3.5vw;
    letter-spacing: 0.5px;
    font-weight: bold;
  }
  .section__main {
    font-size: 8.5vw;
    letter-spacing: 0.25px;
    font-weight: bold;
  }
  .mv {
    background-size: cover;
    background-position: center;
    background-position: left;
  }
  .mv__id996 {
    background-image: url("../../assets/img/bg-mv_id996-sp.jpg");
    height: 102vw;
    background-size: 100%;
  }
  .mv__ysa .mv__in__doctor .doctor__item[data-doctor=tokai] img {
    transform: translate3d(48px, 12vw, 0) scale(1.6);
  }
  .mv__ysa .mv__in__doctor .doctor__item[data-doctor=yamada] img {
    transform: translate3d(20vw, 20vw, 0) scale(1.9);
  }
  .mv__ysa .mv__in__doctor {
    top: 3vw;
  }
  .mv__in__grid {
    grid-template-columns: repeat(auto-fill, 12.5%);
    grid-template-rows: repeat(10, 10%);
    padding: 16px 0 0 0;
    margin: 0;
  }
  .mv__in__main {
    grid-column: 1/9;
    grid-row: 1/6;
  }
  .mv__in__main__in {
    display: grid;
    grid-template-columns: repeat(8, 100fr);
    grid-template-rows: repeat(3, 100fr);
  }
  .mv__in__main__in .main__text {
    padding: 0;
    grid-column: 1/9;
    grid-row: 1/5;
  }
  .mv__in__main__in .main__text img {
    transform: translate3d(10px, -35px, 0);
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.5));
  }
  .mv__in__main__in .main__text .img_bg {
    padding-top: 64.2553%;
    margin-top: calc(24 / 375 * 100vw);
  }
  .mv__in__main__in .main__logo {
    padding: 0 0 0 12px;
  }
  .mv__in__main__in .main__logo img {
    width: calc(68 / 375 * 100vw);
    object-fit: contain;
    max-width: none;
    height: auto;
  }
  .mv__in__doctor {
    grid-column: 1/7;
    grid-row: 7/11;
    top: auto;
  }
  .mv__in__doctor .doctor__item[data-doctor=yamada] img {
    width: calc(203 / 375 * 100vw);
    height: auto;
  }
  .mv__in__doctor .doctor__item[data-doctor=tokai] {
    left: calc(93 / 375 * 100vw);
  }
  .mv__in__doctor .doctor__item[data-doctor=tokai] img {
    width: calc(185 / 375 * 100vw);
    height: auto;
  }
  .mv__in__reason {
    grid-column: 1/6;
    grid-row: 3/5;
    top: auto;
  }
  .mv__in__medal {
    grid-column: 7/10;
    grid-row: 8/11;
  }
  .mv__in__medal__in {
    height: 100%;
    align-items: center;
  }
  .mv__in__medal__in::after {
    bottom: 10px;
    font-size: 0.85rem;
  }
  .mv__in__medal .medal__item {
    width: 100%;
  }
  .mv__in__medal .medal__item img {
    transform: translate3d(-5px, -20px, 0) scale(1.1);
  }
  .mv__in span {
    margin: 20px auto 5px auto;
    font-size: 10px;
    text-shadow: 1px 1px white, -1px 0 white;
    text-align: right;
    position: relative;
    z-index: 2;
    width: 93%;
    color: #000;
  }
  .mv__yt__inner {
    width: 100%;
    height: 0;
  }
  .mv__yt:after {
    content: "";
    display: block;
  }
  .mv__yt .sendai__mv__price {
    bottom: 81vw;
  }
  .mv__yt__movie {
    height: auto;
  }
  .mv__yt__movie__inner {
    position: absolute;
    bottom: 0;
    gap: 0;
    flex-direction: column-reverse;
  }
  .mv__yt__movie__inner li:nth-child(1) {
    width: 100%;
    padding: 3vw;
  }
  .mv__yt__movie__inner li:nth-child(2) {
    width: 100%;
  }
  .reason__list {
    padding: 20px 20px;
    background-image: url(../../assets/img/bg-mv.jpg);
    background-position: top center;
    height: auto;
    background-size: 100vh;
  }
  .reason__list .reason__item {
    margin: 0 0 10px;
  }
  .reason__list .reason__item[data-reason-point="04"] {
    margin: -10px 0 0;
  }
  .reason__list .img_bg img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .technology {
    padding-top: 10vw;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
  }
  .technology .reason__description__in {
    padding: 0 0 30px;
  }
  .technology .reason__description__sub {
    margin: 0;
  }
  .technology .reason__point__list {
    padding: 0;
  }
  .technology .reason__point__item {
    display: grid;
    grid-template-columns: repeat(auto-fill, 20%);
    grid-template-rows: repeat(5, 20%);
    margin-bottom: 20px;
  }
  .technology .reason__point__item[data-point=technology] .reason__point__image, .technology .reason__point__item[data-point=education] .reason__point__image, .technology .reason__point__item[data-point=academic] .reason__point__image {
    width: auto;
  }
  .technology .reason__point__item[data-point=technology] .img_bg {
    padding-top: 86.8055%;
  }
  .technology .reason__point__item[data-point=education] .img_bg {
    padding-top: 89.6792%;
  }
  .technology .reason__point__item[data-point=academic] .img_bg {
    padding-top: 86.5277%;
  }
  .technology .reason__point__item:nth-child(even) .reason__point__ttl {
    grid-column: 3/6;
    grid-row: 1/5;
    margin: 0;
    padding: 50px 20px 0px 20px;
    transform: none;
  }
  .technology .reason__point__item:nth-child(even) .reason__point__ttl__sub {
    margin-left: -40%;
    text-align: right;
  }
  .technology .reason__point__item:nth-child(even) .reason__point__ttl__main {
    margin: 0;
    text-align: right;
    font-size: 6vw;
  }
  .technology .reason__point__item:last-child {
    margin-bottom: 0;
  }
  .technology .reason__point__ttl {
    grid-column: 1/4;
    grid-row: 1/6;
    padding: 0px 20px 20px 20px;
    position: relative;
    z-index: 2;
    margin-right: 0;
    transform: none;
  }
  .technology .reason__point__ttl__main {
    font-size: 5.25vw;
    font-feature-settings: "palt";
    letter-spacing: 0.15px;
    line-height: 1.25;
    white-space: nowrap;
    padding: 6px 0 10px;
  }
  .technology .reason__point__ttl__sub {
    white-space: nowrap;
    font-size: 3.65vw;
    letter-spacing: 0.25px;
  }
  .technology .reason__point__ttl__txt {
    font-size: 3.15vw;
    font-weight: 500;
    letter-spacing: 0.25px;
  }
  .technology .reason__point__image {
    width: auto;
    grid-column: 1/6;
    grid-row: 1/6;
  }
  .technology .reason .arrow__in {
    margin-bottom: -30px;
    padding-top: 28.3333%;
  }
  .technology .why__in {
    padding: 0 0 10px;
  }
  .technology .why__in__item {
    position: relative;
    display: block;
  }
  .technology .why__in__image {
    width: 100%;
    display: flex;
    margin: 0 0 -30px;
    font-size: 0;
    justify-content: center;
    align-items: center;
    height: -moz-max-content;
    height: max-content;
    transform: translateY(-20px);
    overflow: hidden;
  }
  .technology .why__in__image .lady-img.left-lady, .technology .why__in__image .lady-img.right-lady {
    width: 30%;
    display: inline-block;
    position: relative;
    z-index: -1;
  }
  .technology .why__in__image .lady-img.right-lady {
    transform: translateY(5px);
  }
  .technology .why__in__image .lady-img.right-lady img {
    transform: translate3d(-15px, -10px, 0) scale(1.1);
  }
  .technology .why__in__image .lady-img.left-lady img {
    transform: translate3d(10px, 5px, 0) scale(1.1);
  }
  .technology .why__in__image .lady-img .img_bg {
    width: 100%;
    display: block;
    height: 100%;
  }
  .technology .why__in__image .center__laurel {
    width: 40%;
    display: inline-block;
    transform: translateY(10vw);
  }
  .technology .why__in__image .center__laurel .img_bg {
    padding-top: 27.3946%;
  }
  .technology .why__in__image .center__laurel img {
    transform: scale(1.55);
    z-index: 1;
    margin-top: -10vw;
    filter: drop-shadow(1px 1px 10px #111);
  }
  .technology .why__in__library {
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: -20px;
  }
  .technology .why__in__library .photo-item {
    width: calc(50% - 20px / 2);
  }
  .technology .why__in__library .celebrity-name {
    padding: 8px 0 15px;
    font-size: 1.7rem;
  }
  .menu {
    padding: 0 10px;
  }
  .menu__in {
    padding: 0 0 20px;
  }
  .menu__in__ttl {
    padding-bottom: 15px;
  }
  .menu__in__content {
    margin: 0px 0 15px;
  }
  .menu__in__nav small {
    font-size: 1rem;
  }
  .menu__in__list {
    flex-basis: calc(50% - 5px);
    border-radius: 3px;
    border-left-width: 3px;
    margin: 0 0 12px;
  }
  .menu__in__list:first-child {
    font-size: 1.6rem;
    height: auto;
    padding: 12px 0;
  }
  .menu__in__item {
    padding: 10px 6px;
  }
  .menu__in__item__img {
    width: 40%;
  }
  .menu__in__item__img img {
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 3px;
  }
  .menu__in__item__text {
    line-height: 1;
    width: 100%;
  }
  .menu__in__item__text__ttl {
    font-size: 3.5vw;
    line-height: 1.45;
  }
  .menu__in__item__text__ttl img {
    height: 3.5vw;
  }
  .menu__in__item__text__more {
    font-size: 0.7rem;
    padding: 2px 8px 1px;
    margin: 6px 0 0;
  }
  .case {
    background-attachment: fixed;
    background-size: cover;
  }
  .case__in {
    padding: 0 20px 0;
  }
  .case__in__ttl {
    padding-bottom: 20px;
    text-align: center;
  }
  .case__in__form {
    flex-wrap: wrap;
  }
  .case__in__form .case__sort__item {
    padding: 8px;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
  }
  .case__in__form .case__sort__txt {
    padding: 8px 10px;
    border-radius: 6px 6px 0 0;
    font-size: 1.5rem;
  }
  .case__in__form select {
    padding: 8px 12px;
    border-width: 1.5px;
    width: inherit;
    border-left: solid 1px #aa8f25;
    border-top: none;
    border-radius: 0 0 6px 6px;
    margin-top: 0px;
    font-size: 16px;
  }
  .case__in__element .case__photo {
    padding-top: 65.8823%;
  }
  .case__in__element .case__photo::after {
    width: 2rem;
    height: 2rem;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    background-size: 2rem;
    background-position: 1px 0px;
  }
  .case__in__element .case__photo__img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .case__in__element .case__name {
    padding: 20px 0 8px;
    margin: 10px 0 10px;
    font-size: 1.75rem;
    font-feature-settings: "palt";
    letter-spacing: 1px;
  }
  .case__in__element .case__list {
    padding: 0px;
    font-size: 0;
  }
  .case__in__element .case__item {
    width: 100%;
    min-width: 100%;
  }
  .case__in__element .case__item::before {
    font-size: 1.25rem;
    left: calc(45% + 10px);
    bottom: 4px;
  }
  .case__in__element .case__item::after {
    bottom: 0.95rem;
    width: calc(45% - 2.5rem);
    height: 1px;
    right: 10px;
  }
  .case__in__element .case__title {
    font-size: 4vw;
    padding: 12px 0 20px;
    letter-spacing: 0;
    line-height: 1.45;
  }
  .warranty__in {
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  .warranty__in__ttl__main {
    padding: 5px 0;
  }
  .monitor__in {
    padding: 0 0 10px;
  }
  .monitor__in__ttl {
    padding-bottom: 20px;
  }
  .monitor .campaign__sort__content {
    margin: 0 10px;
    border-radius: 4px;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .monitor .campaign__sort__item {
    width: 100%;
    padding: 0px 10px 8px;
  }
  .monitor .campaign__sort__item select {
    padding: 10px 12px;
  }
  .monitor .campaign__sort__reset {
    margin-left: auto;
  }
  .monitor .campaign__sort__reset button {
    padding: 5px 0;
    border-radius: 4px;
    font-size: 1.2rem;
  }
  .monitor .campaign__list {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .monitor .campaign__list__item {
    flex-basis: calc(50% - 20px / 2);
    margin-bottom: 20px;
  }
  .monitor .campaign__list__item__img img {
    width: 100%;
  }
  .doctor {
    padding: 0 0 80px;
  }
  .doctor .p-docter_list {
    width: calc(100vw - 20px * 2) !important;
    height: auto;
    padding: 20px 20px;
    box-sizing: border-box;
    margin: 0 20px;
  }
  .doctor .p-docter__ttl {
    padding-bottom: 20px;
  }
  .doctor .p-docter-img {
    width: 100%;
    padding: 0 10px 20px 0;
    box-sizing: border-box;
  }
  .doctor .p-docter-name {
    width: 100%;
    font-size: 1.85rem;
  }
  .doctor .p-docter-name span {
    font-size: 1rem;
  }
  .doctor .p-docter-info {
    display: grid;
    grid-template-columns: 40% 1fr;
    width: 100%;
  }
  .doctor .p-docter-info::after {
    content: "";
    display: table;
    clear: both;
  }
  .doctor .p-docter-txt {
    width: auto;
    float: none;
  }
  .doctor .p-docter-history {
    width: auto;
    float: none;
  }
  .access {
    background-size: contain;
  }
  .access__in {
    padding: 0 20px;
  }
  .access__in__ttl {
    line-height: 1;
    padding-bottom: 20px;
  }
  .access__in__element .access__menu {
    margin: 0 -20px;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .access__in__element .access__menu__item {
    font-size: 1.5rem;
    padding: 10px 0 10px;
  }
  .access__in__contents {
    margin: -10px;
  }
  .access__in__contents .access__clinic {
    justify-content: space-between;
  }
  .access__in__contents .access__clinic__item {
    font-size: 1.65rem;
    width: calc(50% - 20px / 2 / 2);
    max-width: 400px;
    margin: 20px 0;
  }
  .access__in__contents .access__clinic__name {
    font-size: 1.45rem;
    line-height: 1.35;
    padding: 13px 0 4px;
  }
  .access__in__contents .access__clinic__address {
    font-size: 1rem;
  }
  .access__in__contents .access__clinic__link {
    font-size: 1.25rem;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-top: 2px;
  }
  .access__in__contents .access__clinic__link svg {
    width: 1.25rem;
    vertical-align: -0.75rem;
  }
  .reservation__in__ttl {
    padding-bottom: 20px;
  }
  .reservation__mb80 {
    margin-bottom: 5vw;
  }
  .reservation__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 10px 0;
  }
  .reservation__list__item {
    display: inline-block;
    padding: 6px;
    width: calc(50% - 6px);
    margin: 0 0 10px;
    border-radius: 8px;
    pointer-events: inherit;
  }
  .reservation__list__item__name {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0px 0px 8px;
    color: #ffffff;
  }
  .reservation__list__item__time {
    font-size: 2vw;
    color: #fcefa1;
    padding: 2px 6px 1px;
    background: rgba(255, 255, 255, 0.05);
    margin: 6px 0 0;
  }
  .reservation__list__item__tel {
    display: flex;
    background-repeat: no-repeat;
    padding: 2px 0;
    border-radius: 30px;
    text-align: right;
    font-size: 1.2rem;
    font-weight: bold;
    color: #111;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
    font-feature-settings: "palt";
    letter-spacing: 0.25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .reservation__list__item__tel span {
    background-image: url("../../assets/img/phone.svg");
    background-size: 3.5vw;
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 6px 0 6px 4vw;
    font-size: 3.5vw;
    letter-spacing: 0;
  }
  .l-modal .case__photo img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: auto;
  }
  .l-modal .case__title {
    font-size: 1.85rem;
  }
  .l-modal .case__menu {
    font-size: 1.25rem;
  }
  .l-modal .case__menu .tag {
    width: calc(100% - 10px);
  }
  .l-modal .campaign__list__item__data__menu__ttl {
    margin-bottom: 6px;
  }
  .l-modal .campaign__list__item__data__menu__ttl span {
    font-size: 1.55rem;
    font-feature-settings: "palt";
    letter-spacing: 0px;
  }
  .l-modal .campaign__list__item__data__menu__clinic {
    font-size: 1.45rem;
    font-weight: 600;
    padding: 0 0 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
  }
  .l-modal .campaign__list__item__data__menu_txt {
    font-size: 1.25rem;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #555;
  }
  .l-modal .campaign__list__item__img {
    width: 100%;
  }
  .l-modal .campaign__list__item__img img {
    width: 100%;
    margin: 0 0 15px;
  }
  .bt-nav {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: rgba(39, 39, 39, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
  }
  .bt-nav .sp-fixed {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 9px 5px;
    font-feature-settings: "palt";
    letter-spacing: 0;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  }
  .bt-nav .sp-fixed p {
    width: calc(50% - 10px);
  }
  .bt-nav .sp-fixed p.sp-fixed-tel {
    width: calc(50% - 10px);
    background: #999;
    border-radius: 5px;
    font-size: 1.25rem;
    line-height: 1;
    padding: 12px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #353535, #525252);
    border: solid 1px #212121;
    box-shadow: 0 0 3px 0px rgba(255, 255, 255, 0.2) inset;
  }
  .bt-nav .sp-fixed p.sp-fixed-tel + .sp-fixed-reserve {
    width: calc(50% - 10px);
  }
  .bt-nav .sp-fixed .sp-fixed-reserve {
    width: calc(50% - 10px);
    background: #999;
    border-radius: 5px;
    font-size: 1.25rem;
    line-height: 1;
    padding: 12px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #8e671f, #b98c39);
    border: solid 1px #211706;
    text-decoration: none;
    box-shadow: 0 0 3px 0px rgba(255, 255, 255, 0.2) inset;
    color: #fff;
  }
  .l-h__contactLinks__in__tel__list {
    position: fixed;
    left: 0;
    bottom: 56px;
    width: 100%;
    z-index: 9999;
  }
  .l-h__contactLinks__in__tel__list::after {
    content: "";
  }
  .l-h__contactLinks__in__tel__list ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.8);
  }
  .l-h__contactLinks__in__tel__list__item {
    flex-basis: 50%;
    height: 56px;
  }
  .l-h__contactLinks__in__tel__list__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: 4vw;
    text-decoration: none;
    flex-direction: column;
  }
  .l-h__contactLinks__in__tel__list__item a:nth-child(odd) {
    border-right: 1px solid #8c8c8c;
  }
  .l-h__contactLinks__in__tel__list__item a:nth-child(n-2) {
    border-bottom: 1px solid #8c8c8c;
  }
  .l-h__contactLinks__in__tel__list__item a span {
    background: url("../../assets/img/ico_tel.svg") left center/18px no-repeat;
    padding-left: 26px;
  }
  .l-footer p {
    font-size: 3.4vw;
  }
}
.p-line_link_bnr {
  max-width: 1100px;
  margin: 15px auto;
}
.p-line_link_bnr button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
.p-line_link_bnr img {
  cursor: pointer;
}

/* .l-line */
.l-line {
  display: none;
}

.l-line_catch {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.l-line_catch_strong {
  font-size: 30px;
  color: #a67921;
}

.l-line_catch_font {
  padding-right: 4px;
  font-size: 20px;
}

.l-line_catch_num {
  padding-right: 2px;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
}

.l-line_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.l-line_list_item {
  position: relative;
  flex: 0 0 23%;
  padding: 20px 32px;
  background: #faf8f5;
  border-radius: 10px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.l-line_list_item_name {
  height: 32px;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.l-line_list_item_line {
  width: 36%;
  margin: 16px auto 0;
}

.l-line_list_item_line_icon {
  display: block;
  padding: 8px;
  background: #528853;
  border-radius: 10px;
}

.l-line_list_item_line_icon img {
  display: block;
}

.l-line_list_item_line_icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-line_list::before {
  content: "";
  flex: 0 0 23%;
  order: 2;
  box-sizing: border-box;
}

.l-line_list::after {
  content: "";
  flex: 0 0 23%;
  order: 3;
  box-sizing: border-box;
}

.l-line .c-list li {
  list-style: none;
  font-size: 13px;
  line-height: 1.7;
}

.l-modal .l-line {
  display: block;
}

@media screen and (max-width: 1120px) {
  .p-line_link_bnr {
    padding: 0 5vw;
  }
  .p-line_link_bnr img {
    width: 100%;
    height: auto;
  }
  .l-line {
    padding: 4vw;
  }
  .l-line_catch {
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .l-line_catch_strong {
    font-size: 6vw;
  }
  .l-line_catch_font {
    font-size: 4vw;
  }
  .l-line_catch_num {
    font-size: 5.8vw;
  }
  .l-line_list {
    display: block;
    margin-top: 5vw;
  }
  .l-line_list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 3vw 0;
    background: 0;
    border-top: 1px dotted #aaa;
    border-radius: 0;
  }
  .l-line_list_item_name {
    height: auto;
    font-size: 4vw;
    text-align: left;
  }
  .l-line_list_item_name:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 21%;
    transform: translateY(-50%);
    background-image: url(/ad/common/assets/images/icn/btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-line_list_item_line {
    width: 15%;
    margin: 0;
  }
  .l-line_list_item_line_icon {
    padding: 14%;
    border-radius: 8px;
  }
  .l-line_list_item:last-child {
    padding-bottom: 10px;
    border-bottom: 1px dotted #aaa;
  }
  .l-line_list::before {
    display: none;
  }
  .l-line_list::after {
    display: none;
  }
  .l-line .c-list {
    margin-top: 4vw;
  }
  .l-line .c-list li {
    font-size: 3vw;
  }
}
/* Cv-area*/
.cv-area {
  padding: 82px 0;
  background: url(../img/yt/default_back.jpg) center top;
}
.cv-area__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.cv-area__head .cv-area__ttl {
  width: auto;
  text-align: left;
  flex: auto;
  margin-bottom: 0;
}
.cv-area__tel, .cv-area__web {
  cursor: pointer;
}
.cv-area__link {
  cursor: pointer;
}
.cv-area__link a {
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #373737;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 2rem;
}
.cv-area__link-icon {
  width: 20px;
  height: auto;
  display: flex;
  align-items: center;
}
.cv-area__link-icon svg {
  width: 100%;
  height: auto;
}
.cv-area__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1078px;
  margin: 0 auto;
  padding: 55px 70px 55px;
  background: url(../img/cv_frame_pc.png) center center no-repeat;
}
.cv-area__in > div:last-of-type:not(.cv-area__tel) {
  margin: 0 auto;
}
.cv-area__ttl {
  flex: 0 0 100%;
  margin-bottom: 32px;
  text-align: center;
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
}
.cv-area__ttl span {
  color: #aa8f25;
}
.cv-area__ttl small {
  font-size: 10px;
}
.cv-area__caution {
  flex: 0 0 100%;
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #535353;
}
.cv-area .p-line_link_bnr {
  padding: 0;
  margin: 0 0 5vw;
}

@media screen and (max-width: 1058px) {
  .cv-area {
    width: 100%;
    padding: 8vw 5vw;
    background: none;
    margin-top: 0;
  }
  .cv-area__head {
    flex-direction: column;
    width: 100%;
    margin-bottom: 3vw;
  }
  .cv-area__head .cv-area__ttl {
    text-align: center;
  }
  .cv-area__link {
    width: 70vw;
    margin-top: 2vw;
  }
  .cv-area__link a {
    width: 100%;
    padding: 2vw 0;
    border-radius: 5vw;
    font-size: 4vw;
  }
  .cv-area__link-icon {
    width: 4vw;
  }
  .cv-area__in {
    display: block;
    padding: 6.4vw 0 4vw;
    background: url(../img/cv_frame_sp.png) center top/100% no-repeat;
  }
  .cv-area__in.cv__yt {
    border: 1px solid #c5ae7d;
    position: relative;
    padding: 5vw;
    background: none;
  }
  .cv-area__in.cv__yt:before {
    content: "";
    width: 12vw;
    height: 12vw;
    background: url(../img/cv_top.png) no-repeat top left/100%;
    position: absolute;
    top: -1.5vw;
    left: -1.5vw;
  }
  .cv-area__in.cv__yt:after {
    content: "";
    width: 12vw;
    height: 12vw;
    background: url(../img/cv_bottom.png) no-repeat bottom right/100%;
    position: absolute;
    bottom: -1.5vw;
    right: -1.5vw;
  }
  .cv-area__in > div:last-of-type:not(.cv-area__tel) {
    margin: 11vw auto;
  }
  .cv-area__ttl {
    margin-bottom: 2.4vw;
    font-size: 4.2vw;
  }
  .cv-area__web {
    width: 60vw;
    margin: 0 auto;
  }
  .cv-area__web img {
    width: 100%;
  }
  .cv-area__tel {
    width: 60vw;
    margin: 2vw auto 0;
  }
  .cv-area__tel img {
    width: 100%;
  }
  .cv-area__caution {
    font-size: 2vw;
    color: #aaa;
    text-align: center;
  }
}
.yokohama .special_price_lift,
.sendai .special_price_lift,
.takasaki .special_price_lift {
  height: auto;
}
.yokohama .special_price_lift_content,
.sendai .special_price_lift_content,
.takasaki .special_price_lift_content {
  margin-bottom: 0;
}
.yokohama .special_price_lift_case,
.sendai .special_price_lift_case,
.takasaki .special_price_lift_case {
  padding: 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 1058px) {
  .yokohama .special_price_lift,
  .sendai .special_price_lift,
  .takasaki .special_price_lift {
    height: 150vw;
  }
  .yokohama .special_price_lift-head,
  .sendai .special_price_lift-head,
  .takasaki .special_price_lift-head {
    top: 2vw;
  }
  .yokohama .special_price_lift_price_txt,
  .sendai .special_price_lift_price_txt,
  .takasaki .special_price_lift_price_txt {
    background: linear-gradient(0deg, #f3faff 45%, rgba(255, 255, 255, 0));
  }
  .yokohama .special_price_lift_case,
  .sendai .special_price_lift_case,
  .takasaki .special_price_lift_case {
    padding-right: 2.5vw;
  }
}
.c-gold {
  color: #a8793c;
}

.c-bold {
  font-weight: bold;
}

.c-deco_frame {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: transparent url("../img/flow/flow_deco_frame.png") no-repeat border-box right bottom/102px;
}
@media screen and (max-width: 1058px) {
  .c-deco_frame {
    top: 1.4666666667vw;
    left: 1.4666666667vw;
    background: transparent url("../img/flow/flow_deco_frame.png") no-repeat border-box right bottom/13.6vw;
  }
}
.c-deco_frame::before, .c-deco_frame::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  opacity: 0.8;
}
.c-deco_frame::before {
  right: 6px;
  bottom: 6px;
  width: calc(100% + 6px);
  height: 2px;
  background-image: linear-gradient(270deg, rgb(201, 176, 133) 0%, rgba(201, 176, 133, 0) 100%);
}
@media screen and (max-width: 1058px) {
  .c-deco_frame::before {
    height: 0.2666666667vw;
    right: 0.6666666667vw;
    bottom: 0.6666666667vw;
  }
}
.c-deco_frame::after {
  right: 6px;
  bottom: 6px;
  width: 2px;
  height: calc(100% + 6px);
  background-image: linear-gradient(180deg, rgba(201, 176, 133, 0) 0%, rgb(201, 176, 133) 100%);
}
@media screen and (max-width: 1058px) {
  .c-deco_frame::after {
    width: 0.2666666667vw;
    right: 0.6666666667vw;
    bottom: 0.6666666667vw;
  }
}

.c-heading {
  letter-spacing: 0.06em;
  text-align: center;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.c-heading_lv2 {
  font-weight: 800;
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 1058px) {
  .c-heading_lv2 {
    margin: 2.6666666667vw 0 0;
    font-size: 7.4666666667vw;
  }
}
.c-heading_min {
  justify-content: center;
  display: flex;
}
.c-heading_min_ttl {
  position: relative;
  font-size: 24px;
}
@media screen and (max-width: 1058px) {
  .c-heading_min_ttl {
    font-size: 4vw;
  }
}
.c-heading_min_ttl::before, .c-heading_min_ttl::after {
  position: absolute;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #aa8f25;
  display: inline-block;
}
.c-heading_min_ttl::before {
  right: calc(100% + 16px);
  transform: rotate(-30deg);
}
.c-heading_min_ttl::after {
  left: calc(100% + 16px);
  transform: rotate(30deg);
}
.c-heading_min + .c-heading_lv2 {
  margin: 16px 0 0;
}

.c-heading_lv3 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1058px) {
  .c-heading_lv3 {
    font-size: 2.25rem;
  }
}
.c-heading_lv3_min {
  font-size: 1.35rem;
  color: #bf9422;
  display: block;
}

.c-btn {
  position: relative;
  padding: 12px 24px 12px 36px;
  min-height: 56px;
  border-radius: 28px;
  align-items: center;
  display: inline-flex;
  cursor: pointer;
}
@media screen and (max-width: 1058px) {
  .c-btn {
    min-height: 7.4666666667vw;
    padding: 2.6666666667vw 3.4666666667vw 2.6666666667vw 4.8vw;
  }
}
.c-btn::after {
  content: "";
  transform: rotate(-90deg);
  width: 16px;
  height: 7px;
  background: transparent url("../img/ico-arrow.svg") no-repeat border-box center center/contain;
  display: block;
  transition: all 0.24s cubic-bezier(0.42, 0, 0, 1);
}
@media screen and (max-width: 1058px) {
  .c-btn::after {
    width: 2.1333333333vw;
    height: 0.9333333333vw;
  }
}
.c-btn_in {
  margin: 0 12px 0 0;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-size: 20px;
}
@media screen and (max-width: 1058px) {
  .c-btn_in {
    font-size: 2.6666666667vw;
  }
}
.c-btn.golden-ghost {
  border: 2px solid #c3ba9b;
  background: white;
  box-shadow: 0px 0px 24px 0px rgba(51, 51, 51, 0.12);
  color: #c3ba9b;
  font-weight: 800;
  transition: all 0.24s cubic-bezier(0.42, 0, 0, 1);
}
.c-btn.golden-ghost:hover {
  background: #c3ba9b;
  color: #fff;
}
.c-btn.golden-ghost:hover::after {
  border-width: 0.2666666667vw;
  filter: brightness(1000%) grayscale(100%);
}

.flow-counseling {
  font-feature-settings: "palt";
  padding: 80px 0 148px;
  background: #e7e7e7 url("../img/flow/flow_bg.jpg") no-repeat border-box center/cover;
  color: #333;
}
@media screen and (max-width: 1058px) {
  .flow-counseling {
    padding: 10.6666666667vw 0;
  }
}
.flow-counseling .c-heading_lv2 {
  color: #9b7526;
}
.flow-counseling .c-flow_cont {
  width: 1120px;
  margin: 56px auto 0;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_cont {
    width: 100%;
    padding: 0 2.1333333333vw;
    margin: 8vw auto 0;
  }
}
.flow-counseling .c-flow {
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
  margin: 60px 0 0;
}
.flow-counseling .c-flow:first-of-type {
  margin: 0;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow {
    margin: 7.2vw 0 0;
  }
}
.flow-counseling .c-flow_img {
  position: relative;
  width: 400px;
  height: 400px;
  transform-origin: center center;
  flex-shrink: 0;
  z-index: 2;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 53.3333333333vw;
    height: 100%;
    left: -17.0666666667vw;
  }
}
.flow-counseling .c-flow_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  filter: drop-shadow(5px 5px 0px rgba(51, 51, 51, 0.04));
  z-index: 3;
}
.flow-counseling .c-flow_img.c-flow_num01::before {
  width: 135px;
  height: 114px;
  background: transparent url("../img/flow/flow_num01.png") no-repeat border-box center/contain;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_img.c-flow_num01::before {
    width: 18vw;
    height: 15.2vw;
  }
}
.flow-counseling .c-flow_img.c-flow_num02::before {
  width: 156px;
  height: 113px;
  background: transparent url("../img/flow/flow_num02.png") no-repeat border-box center/contain;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_img.c-flow_num02::before {
    width: 20.8vw;
    height: 15.0666666667vw;
  }
}
.flow-counseling .c-flow_img.c-flow_num03::before {
  width: 150px;
  height: 121px;
  background: transparent url("../img/flow/flow_num03.png") no-repeat border-box center/contain;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_img.c-flow_num03::before {
    width: 20vw;
    height: 16.1333333333vw;
  }
}
.flow-counseling .c-flow_img.c-flowdown::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 225px;
  height: 114px;
  background: transparent url("../img/flow/flow_arrow.png") no-repeat border-box center/contain;
  display: block;
  z-index: -1;
  animation: flowdown 2.4s cubic-bezier(0.42, 0, 0, 1) 0s infinite forwards;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_img.c-flowdown::after {
    width: 30vw;
    height: 15.2vw;
    animation: flowdown-sp 2.4s cubic-bezier(0.42, 0, 0, 1) 0s infinite forwards;
  }
}
.flow-counseling .c-flow_img .c-flowdown_line {
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  width: 2px;
  height: 100%;
  background: #dcd2af;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_img .c-flowdown_line {
    top: 0;
    width: 0.2666666667vw;
    left: calc(50% + 0.2666666667vw);
    height: calc(100% + 8vw);
  }
}
@keyframes flowdown {
  0% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: -60px;
    opacity: 0;
  }
}
@keyframes flowdown-sp {
  0% {
    top: 37vw;
    opacity: 1;
  }
  100% {
    top: 56vw;
    opacity: 0;
  }
}
.flow-counseling .c-flow_img_z {
  position: absolute;
  top: 58px;
  left: 59px;
  transform: rotate(-45deg);
  transform-origin: center center;
  width: 283px;
  height: 283px;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_img_z {
    top: 8.2vw;
    left: 8.2vw;
    width: 37.7333333333vw;
    height: auto;
  }
}
.flow-counseling .c-flow_img_z::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  width: calc(99.6% + 7px);
  height: calc(99.6% + 7px);
  border: 1px solid #c3ba9b;
  background: #fbf7e9;
  z-index: -1;
  animation: flowave 2.4s cubic-bezier(0.42, 0, 0, 1) 0s infinite forwards;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_img_z::after {
    width: calc(99.6% + 0.9333333333vw);
    height: calc(99.6% + 0.9333333333vw);
    border-width: 0.1333333333vw;
  }
}
@keyframes flowave {
  0% {
    width: calc(108.6% + 7px);
    height: calc(108.6% + 7px);
    opacity: 0;
  }
  50% {
    width: calc(99.6% + 7px);
    height: calc(99.6% + 7px);
    opacity: 1;
  }
  75% {
    width: calc(99.6% + 7px);
    height: calc(99.6% + 7px);
    opacity: 1;
  }
  100% {
    width: calc(96.6% + 7px);
    height: calc(96.6% + 7px);
    opacity: 0;
  }
}
.flow-counseling .c-flow_img_z_in {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid #c3ba9b;
  z-index: 3;
}
.flow-counseling .c-flow_img_z_in img {
  transform: rotate(45deg) scale(1.4134275618);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform-origin: center center;
}
.flow-counseling .c-flow_description {
  position: relative;
  top: auto;
  left: -200px;
  width: calc(100% - 200px);
  justify-content: center;
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
}
.flow-counseling .c-flow_description .p-line_link_bnr {
  padding: 0 0vw;
  margin: 0;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_description {
    margin: 5.3333333333vw 0 0;
    width: 100%;
    left: 0;
  }
}
.flow-counseling .c-flow_description_in {
  position: relative;
  padding: 48px 48px 60px 248px;
  background-image: linear-gradient(320deg, rgb(232, 226, 205) 0%, rgba(232, 226, 205, 0.12157) 63%, rgba(232, 226, 205, 0.12157) 100%);
  z-index: 1;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_description_in {
    padding: 5.3333333333vw 2.1333333333vw 5.3333333333vw 40vw;
  }
}
.flow-counseling .c-flow_heading {
  line-height: 1;
  font-weight: 800;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.flow-counseling .c-flow_ttl {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_ttl {
    font-size: 5.3333333333vw;
  }
}
.flow-counseling .c-flow_ttl_min {
  margin: 7px 0 0;
  font-size: 20px;
  letter-spacing: 0.048em;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_ttl_min {
    margin: 1.6vw 0 0;
    font-size: 3.7333333333vw;
    line-height: 1.25;
  }
}
.flow-counseling .c-flow_text {
  margin: 22px 0 0;
  letter-spacing: 0.06em;
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_text {
    letter-spacing: 0.03em;
    margin: 4vw 0 0;
    font-size: 3.2vw;
    line-height: 1.5714285714;
  }
}
.flow-counseling .c-flow_cta {
  margin: 32px 0 0;
  flex-wrap: wrap;
  display: flex;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_cta {
    margin: 5.3333333333vw 0 0;
  }
}
.flow-counseling .c-flow_cta_btn {
  width: 270px;
  margin: 0 12px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 1058px) {
  .flow-counseling .c-flow_cta_btn {
    margin: 1.6vw 0 0;
    display: block;
    width: 100%;
  }
  .flow-counseling .c-flow_cta_btn:first-of-type {
    margin: 0;
  }
}
.flow-counseling .c-flow_cta .p-line_link_bnr {
  padding: 0;
  margin: 0 0 2vw;
}

.tac-cs {
  position: relative;
  font-feature-settings: "palt";
  padding: 80px 0 130px;
  color: #f7f7f7;
  z-index: 1;
}
@media screen and (max-width: 1058px) {
  .tac-cs {
    padding: 10.6666666667vw 0 0;
  }
}
.tac-cs .c-gold {
  color: #dfbc71;
}
.tac-cs .c-cs_heading_lv3 {
  font-size: 24px;
  letter-spacing: 0.06em;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 1058px) {
  .tac-cs .c-cs_heading_lv3 {
    font-size: 5.6vw;
  }
}
.tac-cs .c-cs_heading_lv3::before {
  position: relative;
  top: -3px;
  content: "";
  width: 44px;
  height: 37px;
  margin: 0 8px 0 0;
  background: transparent url("../img/cs/cs_heading_ico.png") no-repeat border-box center/contain;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 1058px) {
  .tac-cs .c-cs_heading_lv3::before {
    top: 0.2666666667vw;
    width: 7.4666666667vw;
    height: 6.4vw;
    margin: 0 2.1333333333vw 0 0;
  }
}
.tac-cs .c-cs_text {
  margin: 15px 0 0;
  padding: 0 0 0 54px;
  font-size: 14px;
  line-height: 2.25;
}
@media screen and (max-width: 1058px) {
  .tac-cs .c-cs_text {
    margin: 3.2vw 0 0;
    line-height: 1.75;
    font-size: 3.2vw;
    padding: 0 0 0 9.6vw;
  }
}
.tac-cs .c-cs_cont {
  width: 1120px;
  margin: 56px auto 0;
  align-items: flex-start;
  display: flex;
}
@media screen and (max-width: 1058px) {
  .tac-cs .c-cs_cont {
    width: 100%;
    padding: 0 2.1333333333vw;
    margin: 8vw auto 0;
    display: block;
  }
}
.tac-cs .c-cs_vid {
  position: relative;
}
.tac-cs .c-cs_vid video {
  width: 100%;
}
.tac-cs .c-cs_vid_body {
  width: 528px;
  height: 528px;
}
@media screen and (max-width: 1058px) {
  .tac-cs .c-cs_vid_body {
    width: 95.7333333334vw;
    height: 95.7333333334vw;
  }
}
.tac-cs .c-cs_vid_mirror {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #ccc;
  -webkit-mask-image: url(../img/cs/cs_vid_mask.png);
  mask-image: url(../img/cs/cs_vid_mask.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  opacity: 0.32;
}
@media screen and (max-width: 1058px) {
  .tac-cs .c-cs_vid_mirror {
    height: 16vw;
  }
}
.tac-cs .c-cs_vid_mirror video {
  transform: scale(1, -1);
}
.tac-cs .c-cs_pts {
  position: relative;
  margin: 0 0 0 48px;
  z-index: 1;
}
@media screen and (max-width: 1058px) {
  .tac-cs .c-cs_pts {
    padding: 10.6666666667vw 2.1333333333vw;
    margin: 0;
  }
}
.tac-cs .c-cs_pt_list_item {
  margin: 30px 0 0;
}
.tac-cs .c-cs_pt_list_item:first-of-type {
  margin: 0;
}
@media screen and (max-width: 1058px) {
  .tac-cs .c-cs_pt_list_item {
    margin: 8vw 0 0;
  }
}
.tac-cs .tac-cs_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  z-index: -1;
}
.tac-cs .tac-cs_bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(20, 20, 20, 0.84);
  z-index: 1;
}
.tac-cs .tac-cs_bg ul {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-shrink: 0;
}
.tac-cs .tac-cs_bg ul:first-child {
  animation: slide1 120s -60s linear infinite;
}
@media screen and (max-width: 1058px) {
  .tac-cs .tac-cs_bg ul:first-child {
    animation: slide1 50s -25s linear infinite;
  }
}
.tac-cs .tac-cs_bg ul:last-child {
  animation: slide2 120s linear infinite;
}
@media screen and (max-width: 1058px) {
  .tac-cs .tac-cs_bg ul:last-child {
    animation: slide2 50s linear infinite;
  }
}
.tac-cs .tac-cs_bg ul .tac-cs_bg_doctor {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: skew(-12deg, 0);
}
@media screen and (max-width: 1058px) {
  .tac-cs .tac-cs_bg ul .tac-cs_bg_doctor {
    min-width: 424px;
  }
}
.tac-cs .tac-cs_bg ul .tac-cs_bg_doctor .tac-cs_bg_doctor_in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: skew(12deg, 0) scale(1.5);
}
.tac-cs .tac-cs_bg ul .tac-cs_bg_doctor .tac-cs_bg_doctor_in img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.faq {
  font-feature-settings: "palt";
  padding: 90px 0;
  background: #e7e7e7 url("../img/faq/faq_bg.jpg") no-repeat border-box center/cover;
  color: #333;
}
@media screen and (max-width: 1058px) {
  .faq {
    padding: 10.6666666667vw 0;
  }
}
.faq .c-faq_cont {
  width: 1120px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_cont {
    width: 100%;
    padding: 0 4.2666666667vw;
    margin: 8vw auto 0;
  }
}
.faq .c-faq_list_item {
  margin: 40px 0 0;
  z-index: 2;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_list_item {
    margin: 5.3333333333vw 0 0;
  }
}
.faq .c-faq_list_item:first-of-type {
  margin: 0;
}
.faq .c-faq_q {
  position: relative;
  padding: 15px 56px 15px 24px;
  border-radius: 10px;
  color: white;
  background: #c3ba9b;
  z-index: 2;
  align-items: center;
  display: flex;
  min-height: 56px;
  cursor: pointer;
  transition: border-radius 0.12s;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_q {
    min-height: 7.4666666667vw;
    padding: 2.4vw 7.4666666667vw 2.4vw 3.2vw;
    border-radius: 1.3333333333vw;
  }
}
.faq .c-faq_q::before {
  content: "Q.";
  margin: 0 16px 0 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_q::before {
    margin: 0 2.1333333333vw 0 0;
    font-size: 4.2666666667vw;
  }
}
.faq .c-faq_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 16px;
  height: 7px;
  background: transparent url("../img/ico-arrow_white.svg") no-repeat border-box center center/contain;
  filter: grayscale(100%) brightness(1000%);
  display: block;
  transition: all 0.4s cubic-bezier(0.42, 0, 0, 1);
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_q::after {
    right: 3.2vw;
    width: 3.2vw;
    height: 1.8666666667vw;
  }
}
.faq .c-faq_q_ttl {
  letter-spacing: 0.03em;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_q_ttl {
    font-size: 3.7333333333vw;
  }
}
.faq .c-faq_q.opened {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_q.opened {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
}
.faq .c-faq_q.opened::after {
  transform: translateY(-50%) rotate(-180deg);
}
.faq .c-faq_a {
  position: relative;
  margin: -10px 0 0;
  border-radius: 0 0 10px 10px;
  background: white;
  overflow: hidden;
  z-index: 1;
  display: none;
  transition: all cubic-bezier(0.42, 0, 0, 1);
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_a {
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
.faq .c-faq_a::before {
  position: absolute;
  left: -150px;
  bottom: -209px;
  content: "A";
  line-height: 1;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-size: 640px;
  color: rgba(195, 186, 155, 0.09);
  z-index: 0;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_a::before {
    left: -21vw;
    bottom: -41vw;
    font-size: 96vw;
  }
}
.faq .c-faq_a_in {
  position: relative;
  padding: 61px 56px 56px 138px;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_a_in {
    padding: 8.1333333333vw 7.4666666667vw 8vw 18.4vw;
  }
}
.faq .c-faq_a_in::before {
  content: "A.";
  position: absolute;
  top: 61px;
  left: 56px;
  font-size: 64px;
  line-height: 1;
  color: #c3ba9b;
  letter-spacing: 0.06em;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  display: inline-block;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_a_in::before {
    top: 8.1333333333vw;
    left: 7.4666666667vw;
    font-size: 8.5333333333vw;
  }
}
.faq .c-faq_a_text {
  position: relative;
  top: -0.4em;
  top: -0.1em;
  font-size: 24px;
  line-height: 1.65;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_a_text {
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
.faq .c-faq_a_list {
  background: #fbf8ef;
  padding: 32px 40px;
  margin: 1em 0;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_a_list {
    padding: 4.2666666667vw 5.3333333333vw;
  }
}
.faq .c-faq_a_list_item {
  position: relative;
  padding: 0 0 0 1em;
  margin: 0.75em 0 0;
  font-size: 16px;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_a_list_item {
    font-size: 3.2vw;
  }
}
.faq .c-faq_a_list_item:first-of-type {
  margin: 0;
}
.faq .c-faq_a_list_item::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  content: "";
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background: #505050;
}
.faq .c-faq_a_att_list {
  margin: 2px 0 0;
}
.faq .c-faq_a_att_list_item {
  line-height: 1.75;
}
.faq .c-faq_a_att_list_item:first-of-type {
  margin: 0;
}
.faq .c-faq_a_att_list_text {
  font-size: 16px;
  color: #333;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 1058px) {
  .faq .c-faq_a_att_list_text {
    font-size: 2.6666666667vw;
  }
}
.faq .c-btn {
  margin: 34px 0 0;
}
@media screen and (max-width: 1058px) {
  .faq .c-btn {
    margin: 5.3333333333vw 0 0;
  }
}

.l-cont_columns {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
.l-cont_columns_description {
  max-width: 590px;
  width: 100%;
  z-index: 1;
}
.l-cont_columns_images {
  max-width: 480px;
  width: 100%;
  z-index: 2;
}

.tcl-content {
  position: relative;
  padding: 66px 0;
  background: #cfe3f6 url("../../assets/img/tcl-contents/tcl-content_bg_pc.jpg") no-repeat border-box center/cover;
}
@media screen and (max-width: 1058px) {
  .tcl-content {
    padding: 4vw;
    background: #cfe3f6 url("../../assets/img/tcl-contents/tcl-content_bg_sp.jpg") no-repeat border-box center/cover;
  }
}
.tcl-content_ttl {
  position: relative;
  width: 120%;
  margin: 32px 0 0;
  z-index: 3;
}
@media screen and (max-width: 1058px) {
  .tcl-content_ttl {
    width: 100%;
    margin: 4vw 0 0;
  }
}
.tcl-content_free {
  position: relative;
  margin: 29px 0 0;
  z-index: 3;
}
@media screen and (max-width: 1058px) {
  .tcl-content_free {
    margin: 63vw 0 0;
  }
}
.tcl-content_free_nd {
  position: absolute;
  top: 36px;
  right: 137px;
  transform: translateX(50%);
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 39px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 200;
  filter: blur(0.5px);
  font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA;
  color: white;
}
@media screen and (max-width: 1058px) {
  .tcl-content_free_nd {
    top: 5.8vw;
    right: 21.5vw;
    font-size: 6vw;
  }
}
.tcl-content_price {
  margin: 56px 0 0;
}
@media screen and (max-width: 1058px) {
  .tcl-content_price {
    margin: 7vw 0 5vw;
  }
}
.tcl-content_price.yahoo {
  margin: 76px 0 0;
}
@media screen and (max-width: 1058px) {
  .tcl-content_price.yahoo {
    margin: 3vw 0 0;
  }
  .tcl-content_price.yahoo::before {
    top: 109vw;
    height: 24.5vw;
  }
}
.tcl-content_price img {
  position: relative;
  z-index: 2;
}
.tcl-content_price::before {
  content: "";
  position: absolute;
  top: 444px;
  left: 0;
  width: 100%;
  height: 162px;
  background: transparent url("../../assets/img/tcl-contents/tcl-content_price_bg_pc.png") no-repeat border-box center/cover;
  z-index: 1;
}
@media screen and (max-width: 1058px) {
  .tcl-content_price::before {
    top: 118vw;
    height: 26.5vw;
  }
}
.tcl-content_case {
  position: relative;
  z-index: 3;
}
.tcl-content_case_medal {
  position: absolute;
  top: -122px;
  right: -37px;
}
@media screen and (max-width: 1058px) {
  .tcl-content_case_medal {
    width: 32vw;
    top: -17vw;
    right: -2vw;
  }
}
@media screen and (max-width: 1058px) {
  .tcl-content .l-cont_columns_images {
    position: absolute;
    top: 44vw;
    width: calc(100% - 8vw);
  }
}

.botox-content {
  position: relative;
  padding: 66px 0 48px;
  background: transparent url("../../assets/img/botox-contents/botox-content_bg_pc.jpg") no-repeat border-box center/cover;
}
@media screen and (max-width: 1058px) {
  .botox-content {
    padding: 3vw 4vw 6vw;
  }
}
.botox-content_ttl {
  position: relative;
  left: -100px;
  margin: 18px 0 0;
  width: 118%;
}
@media screen and (max-width: 1058px) {
  .botox-content_ttl {
    left: -4vw;
    width: calc(100% + 4vw);
    margin: 2vw 0 0;
  }
}
.botox-content_tags {
  margin: 24px 0 0;
}
@media screen and (max-width: 1058px) {
  .botox-content_tags {
    margin: 60vw 0 0;
  }
}
.botox-content_price {
  margin: 20px 0 0;
}
@media screen and (max-width: 1058px) {
  .botox-content_price {
    margin: 4vw 0 0;
  }
}
@media screen and (max-width: 1058px) {
  .botox-content .l-cont_columns_images {
    position: absolute;
    top: 43vw;
    width: calc(100% - 8vw);
  }
}

#iten-mv .mv-main {
  position: relative;
}
#iten-mv .mv-main img {
  transform: scale(1.25);
  transform-origin: top;
}
#iten-mv .mv-main-txt {
  position: absolute;
  align-items: center;
  display: inline-flex;
  gap: 10px;
  top: 50px;
  left: 320px;
  height: 50px;
  color: #fff;
  font-family: serif;
  font-size: 2.5rem;
  z-index: 1;
}
#iten-mv .mv-main-date {
  font-size: 3.5rem;
}
#iten-mv .mv-content {
  margin-top: -50px;
  position: relative;
}
#iten-mv .mv-content::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -45px;
  width: 133px;
  height: 188px;
  background: rgba(0, 0, 0, 0) url(../../assets/img/iten/mv_medal.png) no-repeat border-box center/cover;
  z-index: 1;
}
#iten-mv .mv-link {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px 17px;
  width: 100%;
  cursor: pointer;
}
#iten-mv .mv-notes {
  padding: 10px 0 20px;
}
#iten-mv .mv-notes-txt {
  font-size: 1.225rem;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  color: #555;
  line-height: 1.5;
}
#iten-mv img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#iten-menu {
  background-image: url("../../assets/img/iten/campaign_bg.jpg");
  background-position: top center;
  height: auto;
}
#iten-menu .iten-menu-ttl {
  padding: 40px 0 0;
}
#iten-menu .iten-menu-ttl img {
  margin: 0 auto;
}
#iten-menu .item-menu-intro {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: end;
  width: 750px;
  margin: 0 0 0 auto;
  padding: 50px 0 50px;
}
#iten-menu .item-menu-intro img {
  display: block;
  text-align: right;
  margin: 0 0 0 auto;
}
#iten-menu .item-menu-case {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
#iten-menu .item-menu-case-item {
  flex-basis: calc(33.3333333333% - 10px);
}
#iten-menu .item-menu-case-item-txt {
  font-size: 1rem;
  color: #555;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  padding: 8px 0;
}
#iten-menu .item-menu-camps {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 50px 0 80px;
}
#iten-menu .item-menu-camps-item {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 30px;
  position: relative;
}
#iten-menu .item-menu-camps-item_ttl {
  grid-column-start: 1;
  grid-row-start: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 20px;
}
#iten-menu .item-menu-camps-item_media {
  padding: 0 0 0 30px;
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 1;
}
#iten-menu .item-menu-camps-item_media video {
  width: 100%;
}
#iten-menu .item-menu-camps-item_price {
  grid-column-start: 2;
  grid-row-start: 1;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding: 0 0 10px;
}
#iten-menu .item-menu-camps-item_txt {
  grid-column: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 2;
}
#iten-menu .item-menu-camps-item:nth-child(1)::before {
  content: "";
  background-image: url("../../assets/img/iten/campaign_en_02.png");
  position: absolute;
  top: -33px;
  left: -22px;
  display: block;
  width: 345px;
  height: 113px;
}
#iten-menu .item-menu-camps-item:nth-child(2)::before {
  content: "";
  background-image: url("../../assets/img/iten/campaign_en_03.png");
  position: absolute;
  top: -33px;
  left: -22px;
  display: block;
  width: 345px;
  height: 113px;
}

@media screen and (max-width: 1058px) {
  #iten-mv .mv-main img {
    transform: none;
  }
  #iten-mv .mv-main-txt {
    top: 15px;
    left: 18vw;
    height: 11vw;
    font-size: 4.5vw;
    gap: 3px;
  }
  #iten-mv .mv-main-date {
    font-size: 5.5vw;
  }
  #iten-mv .mv-content {
    margin-top: -30px;
  }
  #iten-mv .mv-content::before {
    top: -65px;
    left: -5px;
    width: 20vw;
    height: 28vw;
    background-size: contain;
  }
  #iten-mv .mv-link {
    padding: 0 20px 17px;
  }
  #iten-mv .mv-notes {
    padding: 10px 10px 10px;
  }
  #iten-mv .mv-notes-txt {
    font-size: 12px;
    letter-spacing: 0.25px;
  }
  #iten-menu {
    background-image: url("../../assets/img/iten/campaign_bg_sp.jpg");
    background-size: cover;
  }
  #iten-menu .iten-menu-ttl {
    padding: 25px 20px 0;
  }
  #iten-menu .item-menu-intro {
    width: auto;
    padding: 50px 0 30px;
    gap: 20px;
  }
  #iten-menu .item-menu-intro-content {
    padding: 0 20px 0;
    margin: -30px 0 0;
  }
  #iten-menu .item-menu-case {
    flex-direction: column;
    padding: 0 20px 0;
  }
  #iten-menu .item-menu-camps {
    gap: 20px;
    padding: 0px 0 40px;
  }
  #iten-menu .item-menu-camps-item {
    background: transparent;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
  }
  #iten-menu .item-menu-camps-item::before {
    display: none !important;
  }
  #iten-menu .item-menu-camps-item_media {
    padding: 0 10px 18px;
  }
}
