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

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic M", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  color: #333;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

@font-face {
  font-family: "rogsan_bd";
  src: url("../fonts/RoGSanSrfStd-Bd.woff2") format("woff2"), url("../fonts/RoGSanSrfStd-Bd.woff") format("woff");
}
.rogsan_bd {
  font-family: "rogsan_bd";
}

@font-face {
  font-family: "otf_ai_medium";
  src: url("../fonts/AP-OTF-A1GothicStd-Medium.woff2") format("woff2"), url("../fonts/AP-OTF-A1GothicStd-Medium.woff") format("woff");
}
.otf_ai_medium {
  font-family: "otf_ai_medium";
}

.m-plus-1 {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
@keyframes hum_menu {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes hum_menu {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  position: fixed;
  right: 3vw;
  top: 17vw;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #ababab;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#overlay-button span {
  height: 2px;
  width: 5.6vw;
  background-color: #ababab;
  position: relative;
  display: block;
}
#overlay-button span:before {
  top: -1.5vw;
  visibility: visible;
}
#overlay-button span:after {
  top: 1.5vw;
}
#overlay-button span:before, #overlay-button span:after {
  height: 2px;
  width: 5.6vw;
  background-color: white;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}
input[type=checkbox]:checked ~ #overlay-button:hover span {
  background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(1vw, 1.1vw);
}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(1vw, -1.1vw);
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 2;
  visibility: hidden;
  position: fixed;
  overflow-y: scroll;
}
#overlay .header_logo_menu {
  width: 37vw;
  max-width: 500px;
  padding: 4vw 0 0 4vw;
}
#overlay ul {
  width: 69.3333333333vw;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  box-sizing: border-box;
}
#overlay ul li {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#overlay ul li a {
  color: #262626;
  text-decoration: none;
  font-size: 4.2666666667vw;
  padding: 4vw 0 4vw 6.6666666667vw;
  border-bottom: 1px solid #bec8ca;
  display: block;
  position: relative;
}
#overlay ul li a:before {
  content: "";
  background: url(../img/hum_arrow.svg) no-repeat;
  background-size: 100%;
  width: 2.4vw;
  height: 5.6vw;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.img_filter_white {
  position: relative;
}
.img_filter_white:before {
  content: "";
  position: absolute;
  background: url(../img/common_img_filter_white.svg) no-repeat;
  background-size: 100%;
  width: 38.4vw;
  height: 38.4vw;
  bottom: 0;
  right: 0;
}

.wrapper {
  animation: hum_menu infinite 1s;
  -webkit-animation: hum_menu infinite 1s;
}

header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99;
}
header .inner .header_btn {
  display: flex;
  justify-content: space-between;
  padding: 4% 0 0;
}
header .inner .header_btn .btn {
  width: 49%;
}

#mv_area {
  background: url(../img/mv_sp.png) center center no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 670px;
  overflow: hidden;
  position: relative;
}
#mv_area .header_logo {
  width: 37vw;
  max-width: 500px;
  padding: 4vw 0 0 4vw;
}
#mv_area .mv_inner {
  padding: 10vw 0 0;
}
#mv_area .mv_inner .mv_copy {
  max-width: 767px;
  width: 130vw;
  max-width: 500px;
  position: absolute;
  z-index: 1;
  left: -15vw;
  right: -15vw;
  margin: auto;
}
#mv_area .mv_inner .mv_copy .mv_point {
  width: 73vw;
  max-width: 270px;
  margin: -60px auto 0;
  position: relative;
  left: -2vw;
}

#qa_area {
  background: url(../img/qa_question_bg.jpg) center top no-repeat;
  background-size: contain;
  padding: 19.2vw 0 10.9333333333vw;
}
#qa_area .question {
  width: 86.6666666667vw;
  margin: 0 auto 18vw;
}
#qa_area .question .question_title {
  width: 64.4vw;
  margin: 0 0 9.3333333333vw;
}
#qa_area .question .question_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5.3333333333vw;
}
#qa_area .question .question_detail .question_img {
  width: 41.3333333333vw;
}
#qa_area .question .question_detail .question_list {
  width: 45.0666666667vw;
}
#qa_area .question .question_foryou .question_foryou_title {
  margin: 0 0 2.9333333333vw;
}
#qa_area .question .question_foryou p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
#qa_area .answer .answer_title {
  width: 84.8vw;
  margin: 0 0 6.9333333333vw 6.6666666667vw;
}
#qa_area .answer .answer_img {
  width: 100%;
  margin: 0 auto 6.6666666667vw;
}
#qa_area .answer p {
  width: 86.6666666667vw;
  margin: 0 auto;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}

#advantage_area {
  background: url(../img/advantage_bg.jpg) center top no-repeat;
  background-size: contain;
  padding: 21.3333333333vw 0 1.3333333333vw;
}
#advantage_area .advantage_title {
  width: 72.2666666667vw;
  margin: 0 0 6.9333333333vw 6.6666666667vw;
}
#advantage_area .advantage_img {
  width: 100%;
  margin: 0 auto 6.6666666667vw;
}
#advantage_area .advantage_table {
  width: 84vw;
  margin: 0 auto 13.3333333333vw;
}
#advantage_area p {
  width: 84vw;
  margin: 0 auto 8.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
#advantage_area p .small {
  font-size: 3.2vw;
}

#features_area {
  background: url(../img/advantage_bg.jpg) center top no-repeat;
  background-size: contain;
  padding: 21.3333333333vw 0 1.3333333333vw;
}
#features_area .features_title {
  width: 55.8666666667vw;
  margin: 0 0 6.9333333333vw 6.6666666667vw;
}
#features_area .features_list .features_item {
  margin: 0 auto 9.3333333333vw;
}
#features_area .features_list .features_item .features_img {
  width: 100%;
  margin: 0 auto 6.6666666667vw;
}
#features_area .features_list .features_item .features_text {
  width: 84vw;
  margin: 0 auto;
}
#features_area .features_list .features_item .features_text .features_item_title {
  margin: -16vw 0 5.3333333333vw;
}
#features_area .features_list .features_item .features_text p {
  font-size: 3.7333333333vw;
  line-height: 1.64;
}
#features_area .features_list .features_item .features_text p .small {
  font-size: 3.2vw;
}
#features_area .features_list .features_item:nth-of-type(1) .features_item_title {
  width: 64.8vw;
}
#features_area .features_list .features_item:nth-of-type(2) .features_item_title {
  width: 64.8vw;
}
#features_area .features_list .features_item:nth-of-type(3) .features_item_title {
  width: 44.8vw;
}
#features_area .features_list .features_item:nth-of-type(4) .features_item_title {
  width: 79.2vw;
}
#features_area .features_list .features_item .youtube iframe {
  height: 200px;
  margin-top: 44px;
  margin-bottom: 10px;
}

#features_area .sakura_implant .features_text {
  position: relative;
  z-index: 2;
  max-width: 100%; /* テキストの最大幅を制限 */
  padding: 0 3vw; /* 左右に余白を追加 */
  box-sizing: border-box; /* パディングを含めた幅計算 */
}

#features_area .sakura_implant .features_item_title {
  margin-bottom: 2vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#features_area .sakura_implant .features_item_title img {
  max-width: 80%; /* タイトル画像の幅を制限 */
  height: auto;
}

#features_area .sakura_implant p {
  line-height: 1.8; /* 行間を調整 */
  word-wrap: break-word; /* 長い単語を折り返し */
}

#features_area .features_list .sakura_implant {
  /* width: 84vw; */
  margin: 0 auto;
  background: #49aabd;
  padding: 8vw;
  position: relative;
  margin-bottom: 2rem;
}

#features_area .features_list .sakura_implant .features_text {
  border: 1px solid #fff;
  padding-top: 89px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  /* padding: 89px 20px; */
  position: relative;
  z-index: 1;
}

#features_area .features_list .sakura_implant .features_item_title {
  margin: 0 0 6.6666666667vw 0;
}

#features_area .features_list .sakura_implant .features_item_title figure {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 0;
  width: 100%;
  max-width: 60vw;
}

#features_area .features_list .sakura_implant .features_item_title figure img:first-child {
  position: relative;
  z-index: 2;
}

#features_area .features_list .sakura_implant .features_item_title figure img:last-child {
  position: absolute;
  top: -12vw;
  left: -10vw;
  width: 35vw;
  height: auto;
  z-index: 1;
  opacity: 0.4;
}

#features_area .features_list .sakura_implant p {
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.64;
  font-weight: 500;
  margin: 0;
}

#bg_gold {
  background: url(../img/message_bg.jpg) no-repeat;
  background-size: cover;
}

#message_area {
  padding: 18.6666666667vw 0 0;
}
#message_area .message_title {
  width: 50.8vw;
  margin: 0 0 6.9333333333vw 6.6666666667vw;
}
#message_area .message {
  width: 84vw;
  margin: 0 auto;
}
#message_area .message .message_inner {
  background: #726A27;
  position: relative;
}
#message_area .message .message_inner:before {
  content: "";
  width: calc(100% - 5.3333333333vw);
  height: calc(100% - 5.3333333333vw);
  border: 1px solid #bbb000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
#message_area .message .message_inner:after {
  content: "";
  width: 79.7333333333vw;
  height: 64vw;
  background: url(../img/message_doctor_name.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 2.5vw;
  pointer-events: none;
}
#message_area .message .message_inner .message_text {
  color: #fff;
  padding: 0 8vw 9.3333333333vw;
  margin: -17.3333333333vw 0 0;
}
#message_area .message .message_inner .message_text .doctor_name {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 6.1333333333vw;
  margin: 0 0 5.3333333333vw;
}
#message_area .message .message_inner .message_text .doctor_name span {
  font-size: 3.2vw;
}
#message_area .message .message_inner .message_text p {
  font-size: 3.7333333333vw;
  line-height: 1.64;
  font-weight: 500;
}
#message_area .message .media_list {
  margin: 26.6666666667vw auto 0;
}
#message_area .message .media_list .media_item .title {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 5.3333333333vw;
  position: relative;
  margin: 0 0 5.8666666667vw;
}
#message_area .message .media_list .media_item .title:before {
  content: "";
  position: absolute;
  background: url(../img/message_media.svg) no-repeat;
  background-size: 100%;
  width: 22.2666666667vw;
  height: 10vw;
  top: -13.3333333333vw;
  left: 0;
  right: 0;
  margin: auto;
}
#message_area .message .media_list .media_item .youtube iframe {
  height: 200px;
}
#message_area .message .media_list .media_item + .media_item {
  margin: 26.6666666667vw auto 0;
}

#case_area {
  padding: 18.6666666667vw 0 13.3333333333vw;
}
#case_area .case_title {
  width: 28.4vw;
  margin: 0 0 6.9333333333vw 6.6666666667vw;
}
#case_area .case_over1000 {
  width: 84vw;
  margin: 0 auto 13.3333333333vw;
}
#case_area .case_over1000 .title {
  width: 64.2666666667vw;
  margin: 4.8vw 0 4.4vw;
}
#case_area .case_over1000 p {
  font-size: 3.7333333333vw;
  line-height: 1.71;
}
#case_area .case_over1000 p span {
  font-size: 3.2vw;
}
#case_area .case_result {
  width: 84vw;
  margin: 0 auto;
}
#case_area .case_result .case_result_title {
  margin: 2.6666666667vw 0;
}
#case_area .case_result .case_result_item .case_result_item_img {
  margin: 0 0 6.6666666667vw;
}
#case_area .case_result .case_result_item .case_result_item_detail .title {
  background: #646464;
  color: #fff;
  font-size: 3.7333333333vw;
  padding: 6px;
}
#case_area .case_result .case_result_item .case_result_item_detail dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.6666666667vw 0;
}
#case_area .case_result .case_result_item .case_result_item_detail dl dt {
  width: 25.3333333333vw;
  font-size: 3.2vw;
  color: #726a27;
  border-bottom: 2px solid #bbb000;
  line-height: 1.6;
  padding: 4vw 0;
}
#case_area .case_result .case_result_item .case_result_item_detail dl dt:first-of-type {
  border-top: 2px solid #bbb000;
}
#case_area .case_result .case_result_item .case_result_item_detail dl dd {
  width: 54.1333333333vw;
  font-size: 3.2vw;
  color: #262626;
  border-bottom: 2px solid #fff;
  line-height: 1.6;
  padding: 4vw 0;
}
#case_area .case_result .case_result_item .case_result_item_detail dl dd:first-of-type {
  border-top: 2px solid #fff;
}

#bg_white {
  background: url(../img/second_bg.jpg) no-repeat;
  background-size: contain;
  margin: 0 0 10.1333333333vw;
}

#second_area {
  padding: 18.6666666667vw 0 0;
}
#second_area .second_title {
  width: 75.4666666667vw;
  margin: 0 0 6.9333333333vw 6.6666666667vw;
}
#second_area p {
  width: 84vw;
  margin: 6vw auto 0;
  font-size: 3.7333333333vw;
  line-height: 1.64;
  font-weight: 500;
}

#information_area {
  padding: 18.6666666667vw 0 0;
}
#information_area .information_title {
  width: 84.6666666667vw;
  margin: 0 0 6.9333333333vw 6.6666666667vw;
}
#information_area .information_wrap {
  width: 84vw;
  margin: 0 auto;
  background: #49aabd;
  padding: 2vw;
}
#information_area .information_wrap .information_inner {
  border: 1px solid #fff;
}
#information_area .information_wrap .information_inner .information_inner_text {
  padding: 8.5333333333vw 6.6666666667vw;
}
#information_area .information_wrap .information_inner .information_inner_text .price_title {
  width: 57.3333333333vw;
  margin: 0 0 6.6666666667vw auto;
  padding: 2vw 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 2.9333333333vw;
  letter-spacing: -0.04em;
  position: relative;
}
#information_area .information_wrap .information_inner .information_inner_text .price_title:before {
  content: "";
  position: absolute;
  background: url(../img/information_icon_price_1.svg) no-repeat;
  background-size: 100%;
  width: 12.2666666667vw;
  height: 12.2666666667vw;
  top: 0;
  bottom: 0;
  left: -14vw;
  margin: auto;
}
#information_area .information_wrap .information_inner .information_inner_text .price_title .num {
  font-size: 7.7333333333vw;
  font-weight: 600;
}
#information_area .information_wrap .information_inner .information_inner_text .price_title .yen {
  font-size: 4vw;
}
#information_area .information_wrap .information_inner .information_inner_text .attention_title {
  color: #e4df99;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 5.0666666667vw;
  margin: 21.3333333333vw 0 6.6666666667vw;
  position: relative;
}
#information_area .information_wrap .information_inner .information_inner_text .attention_title:before {
  content: "";
  position: absolute;
  background: url(../img/information_icon_attention.svg) no-repeat;
  background-size: 100%;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  top: -15vw;
  right: 0;
  left: 0;
  margin: auto;
}
#information_area .information_wrap p {
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.64;
  font-weight: 500;
}

#counseling_area {
  padding: 18.6666666667vw 0 0;
}
#counseling_area .counseling_title {
  width: 82.5333333333vw;
  margin: 0 0 6.9333333333vw 6.6666666667vw;
}
#counseling_area p {
  width: 84vw;
  margin: 6vw auto 0;
  font-size: 3.7333333333vw;
  line-height: 1.64;
  font-weight: 500;
}
#counseling_area .counseling_btns {
  width: 84vw;
  margin: 9.3333333333vw auto 0;
}
#counseling_area .counseling_btns .btn + .btn {
  margin-top: 5.3333333333vw;
}

footer {
  background: #49aabd;
  color: #fff;
  padding: 20vw 0;
}
footer .access_title {
  width: 41.2vw;
  margin: 0 0 6.9333333333vw 6.6666666667vw;
}
footer .access_inner {
  width: 84vw;
  margin: 0 auto;
}
footer .access_inner .parking {
  margin: 0 auto 6.6666666667vw;
}
footer .access_inner .parking .parking_title {
  width: 83.7333333333vw;
  margin: 0 auto 6.2666666667vw;
}
footer .access_inner .address {
  font-size: 3.7333333333vw;
  line-height: 1.64;
  font-weight: 400;
  margin: 0 auto 6.6666666667vw;
}
footer .access_inner .address dl {
  display: flex;
  flex-wrap: wrap;
}
footer .access_inner .address dl dt {
  width: 5em;
}
footer .access_inner .address dl dd {
  padding: 0 0 0 2.6666666667vw;
  width: calc(100% - 5em);
  box-sizing: border-box;
}
footer .access_inner .tel {
  margin: 8vw 0 13.3333333333vw;
  font-size: 3.7333333333vw;
}
footer .access_inner .tel a {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 6.4vw;
  color: #fff;
  margin: 0 2.6666666667vw;
  text-decoration: none;
}
footer #copyright {
  font-size: 2.6666666667vw;
  text-align: center;
  color: #262626;
  font-weight: 600;
}

.fixed_bottom {
  background: #e4e4e4;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
.fixed_bottom .btns {
  display: flex;
}

.header-sakura-implant {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-sakura-implant figure {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  line-height: 0;
}

.header-sakura-implant img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

/* PC表示 */
.header-sakura-implant .pc {
  display: block;
}

/* SP表示 */
.header-sakura-implant .sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  a:hover {
    opacity: 0.5;
  }
  #overlay-button {
    display: none;
  }
  .img_filter_white:before {
    width: 50%;
    height: 50%;
  }
  .header-sakura-implant {
    position: relative;  /* 基準点を設定 */
  }
  #mv_area {
    background: url(../img/mv_pc.png) center center no-repeat;
    background-size: cover;
    min-height: unset;
    height: auto;
    padding: 0 0 50px;
  }
  #mv_area .header_logo {
    max-width: 328px;
    padding: 20px 0 0 20px;
  }
  #mv_area .mv_inner {
    padding: 40px 0 0;
  }
  #mv_area .mv_inner .mv_copy {
    width: 80%;
    max-width: 1245px;
    max-width: unset;
    position: relative;
    left: 0;
    right: 0;
  }
  #mv_area .mv_inner .mv_copy .mv_point {
    width: 50%;
    max-width: 726px;
    left: 0;
  }
  #qa_area {
    background: url(../img/qa_question_bg.jpg) center bottom 300px no-repeat;
    background-size: 100%;
    padding: 144px 0 82px;
  }
  #qa_area .question {
    width: 80%;
    max-width: 850px;
    margin: 0 auto 135px;
  }
  #qa_area .question .question_title {
    width: 484px;
    margin: 0 0 70px;
  }
  #qa_area .question .question_detail {
    margin: 0 0 40px;
    justify-content: center;
  }
  #qa_area .question .question_detail .question_img {
    width: 44%;
  }
  #qa_area .question .question_detail .question_list {
    width: 338px;
    padding: 0 0 0 50px;
  }
  #qa_area .question .question_foryou .question_foryou_title {
    margin: 0 0 22px;
    width: 605px;
  }
  #qa_area .question .question_foryou p {
    font-size: 24px;
  }
  #qa_area .answer {
    width: 80%;
    max-width: 850px;
    margin: 0 auto;
  }
  #qa_area .answer .answer_title {
    width: 637px;
    margin: 0 0 52px 0;
  }
  #qa_area .answer .answer_img {
    width: 100%;
    margin: 0 auto 50px;
  }
  #qa_area .answer p {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
  }
  #advantage_area {
    background: url(../img/advantage_bg.jpg) center top no-repeat;
    background-size: 100%;
    padding: 160px 0 10px;
  }
  #advantage_area .advantage_inner {
    width: 80%;
    max-width: 850px;
    margin: auto;
  }
  #advantage_area .advantage_title {
    width: 542px;
    margin: 0 0 52px 0;
  }
  #advantage_area .advantage_img {
    width: 100%;
    margin: 0 auto 50px;
  }
  #advantage_area .advantage_table {
    width: 70%;
    margin: 0 auto 100px;
    position: relative;
  }
  #advantage_area .advantage_table:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 95.7%;
    position: absolute;
    bottom: 0;
  }
  #advantage_area .advantage_table img {
    position: relative;
  }
  #advantage_area p {
    width: 100%;
    margin: 0 auto 65px;
    font-size: 24px;
  }
  #advantage_area p .small {
    font-size: 24px;
  }  
  #features_area {
    background: url(../img/advantage_bg.jpg) center top no-repeat;
    background-size: 100%;
    padding: 160px 0 10px;
  }
  #features_area .features_inner {
    width: 80%;
    max-width: 850px;
    margin: auto;
  }
  #features_area .features_title {
    width: 520px;
    margin: 0 0 100px 0;
  }
  #features_area .features_list .features_item {
    margin: 0 auto 80px;
    position: relative;
  }
  #features_area .features_list .features_item .features_img {
    width: 40%;
    margin: 0 auto 50px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #features_area .features_list .features_item .features_text {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #features_area .features_list .features_item .features_text .features_item_title {
    margin: 0 0 40px;
  }
  #features_area .features_list .features_item .features_text p {
    font-size: 24px;
  }
  #features_area .features_list .features_item .features_text p .small {
    font-size: 24px;
  }
  #features_area .features_list .features_item:nth-of-type(1) .features_item_title {
    width: 486px;
  }
  #features_area .features_list .features_item:nth-of-type(2) .features_item_title {
    width: 486px;
  }
  #features_area .features_list .features_item:nth-of-type(3) .features_item_title {
    width: 336px;
  }
  #features_area .features_list .features_item:nth-of-type(4) .features_item_title {
    width: 594px;
  }
  #features_area .features_list .features_item .youtube iframe {
    height: 500px;
    margin-top: 44px;
    margin-bottom: 10px;
  }
  #features_area .features_list .sakura_implant {
    /* width: 84vw; */
    margin: 0 auto;
    background: #49aabd;
    padding: 2vw;
    position: relative;
    margin-bottom: 4rem;
  }
  #features_area .features_list .sakura_implant .features_text {
    border: 1px solid #fff;
    padding: 64px 50px;
    position: relative;
    z-index: 1;
  }
  #features_area .features_list .sakura_implant .features_item_title figure {
    margin: 0;
    margin-top: 1rem;
    margin-bottom: -1rem;
    width: 100%;
    max-width: 60vw;
  }
  #features_area .features_list .sakura_implant .features_item_title figure img:last-child {
    position: absolute;
    top: -3vw;
    left: -2vw;
    width: 20vw;
    height: auto;
    z-index: 1;
    opacity: 0.4;
  }
  #bg_gold {
    background: url(../img/message_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  #bg_gold .gold_inner {
    width: 80%;
    max-width: 850px;
    margin: auto;
  }
  #message_area {
    padding: 140px 0 0;
  }
  #message_area .message_title {
    width: 381px;
    margin: 0 0 52px 0;
  }
  #message_area .message {
    width: 100%;
    margin: 0 auto;
  }
  #message_area .message .message_inner {
    width: 100%;
    margin: auto;
  }
  #message_area .message .message_inner:before {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #bbb000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
  }
  #message_area .message .message_inner:after {
    content: "";
    width: 598px;
    height: 480px;
    position: absolute;
    top: 0;
    left: 20px;
    pointer-events: none;
  }
  #message_area .message .message_inner .message_text {
    color: #fff;
    padding: 0 60px 70px;
    margin: -420px 0 0;
  }
  #message_area .message .message_inner .message_text .doctor_name {
    font-size: 46px;
    margin: 0 0 40px;
  }
  #message_area .message .message_inner .message_text .doctor_name span {
    font-size: 24px;
  }
  #message_area .message .message_inner .message_text p {
    font-size: 24px;
  }
  #message_area .message .media_list {
    margin: 200px auto 0;
  }
  #message_area .message .media_list .media_item .title {
    font-size: 40px;
    margin: 0 0 44px;
  }
  #message_area .message .media_list .media_item .title:before {
    width: 167px;
    height: 75px;
    top: -100px;
  }
  #message_area .message .media_list .media_item .youtube iframe {
    height: 500px;
  }
  #message_area .message .media_list .media_item + .media_item {
    margin: 200px auto 0;
  }
  #case_area {
    padding: 140px 0 100px;
  }
  #case_area .case_title {
    width: 213px;
    margin: 0 0 52px 50px;
  }
  #case_area .case_img {
    width: 100%;
    margin: auto;
  }
  #case_area .case_over1000 {
    width: 100%;
    margin: 0 auto 100px;
  }
  #case_area .case_over1000 .title {
    width: 482px;
    margin: 36px 0 33px;
  }
  #case_area .case_over1000 p {
    font-size: 24px;
  }
  #case_area .case_over1000 p span {
    font-size: 24px;
  }
  #case_area .case_result {
    width: 100%;
  }
  #case_area .case_result .case_result_title {
    margin: 20px 0;
  }
  #case_area .case_result .case_result_item .case_result_item_img {
    margin: 0 0 50px;
  }
  #case_area .case_result .case_result_item .case_result_item_detail .title {
    font-size: 24px;
    width: 100%;
    margin: auto;
  }
  #case_area .case_result .case_result_item .case_result_item_detail dl {
    width: 100%;
    margin: auto;
    padding: 20px 0;
  }
  #case_area .case_result .case_result_item .case_result_item_detail dl dt {
    width: 30%;
    font-size: 24px;
    padding: 30px 0;
  }
  #case_area .case_result .case_result_item .case_result_item_detail dl dd {
    width: 68%;
    font-size: 24px;
    padding: 30px 0;
  }
  #bg_white {
    background: url(../img/second_bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 0 76px;
  }
  #bg_white .white_inner {
    max-width: 850px;
    width: 80%;
    margin: auto;
  }
  #second_area {
    padding: 140px 0 0;
  }
  #second_area .second_title {
    width: 566px;
    margin: 0 0 52px 0;
  }
  #second_area .second_img {
    width: 100%;
    margin: auto;
  }
  #second_area p {
    width: 100%;
    margin: 45px auto 0;
    font-size: 24px;
  }
  #information_area {
    padding: 140px 0 0;
  }
  #information_area .information_title {
    width: 635px;
    margin: 0 0 52px 0;
  }
  #information_area .information_wrap {
    width: 90%;
    padding: 15px;
  }
  #information_area .information_wrap .information_inner .information_inner_text {
    padding: 64px 50px;
  }
  #information_area .information_wrap .information_inner .information_inner_text .price_title {
    width: 90%;
    margin: 0 auto 50px;
    padding: 20px 0 10px 70px;
    font-size: 22px;
    letter-spacing: -0.04em;
    text-align: center;
  }
  #information_area .information_wrap .information_inner .information_inner_text .price_title:before {
    width: 92px;
    height: 92px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #information_area .information_wrap .information_inner .information_inner_text .price_title .num {
    font-size: 58px;
    font-weight: 600;
  }
  #information_area .information_wrap .information_inner .information_inner_text .price_title .yen {
    font-size: 30px;
  }
  #information_area .information_wrap .information_inner .information_inner_text .attention_title {
    font-size: 38px;
    margin: 160px 0 50px;
  }
  #information_area .information_wrap .information_inner .information_inner_text .attention_title:before {
    content: "";
    position: absolute;
    background: url(../img/information_icon_attention.svg) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    top: -110px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #information_area .information_wrap .information_inner .information_inner_img {
    width: 50%;
    margin: auto;
  }
  #information_area .information_wrap p {
    font-size: 24px;
  }
  #counseling_area {
    padding: 140px 0 0;
  }
  #counseling_area .counseling_title {
    width: 619px;
    margin: 0 0 52px 0;
  }
  #counseling_area .counseling_img {
    width: 100%;
    margin: auto;
  }
  #counseling_area p {
    width: 100%;
    margin: 45px auto 0;
    font-size: 24px;
  }
  #counseling_area .counseling_btns {
    width: 100%;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #counseling_area .counseling_btns .btn {
    width: 49%;
  }
  #counseling_area .counseling_btns .btn + .btn {
    margin-top: 0;
  }
  footer {
    padding: 150px 0;
  }
  footer .footer_inner {
    max-width: 850px;
    width: 80%;
    margin: auto;
  }
  footer .access_title {
    width: 309px;
    margin: 0 0 52px 0;
  }
  footer .access_inner {
    width: 100%;
    margin: 0 auto;
  }
  footer .access_inner .parking {
    margin: 0 auto 50px;
  }
  footer .access_inner .parking .parking_title {
    width: 630px;
    margin: 0 auto 47px;
  }
  footer .access_inner .parking .parking_img {
    width: 630px;
    margin: auto;
  }
  footer .access_inner .address {
    width: 630px;
    font-size: 24px;
    margin: 0 auto 50px;
  }
  footer .access_inner .address dl dt {
    width: 20%;
  }
  footer .access_inner .address dl dd {
    padding: 0 0 0 20px;
    width: 70%;
    box-sizing: border-box;
  }
  footer .access_inner .time {
    width: 630px;
    margin: auto;
  }
  footer .access_inner .tel {
    width: 630px;
    margin: 60px auto 100px;
    font-size: 24px;
  }
  footer .access_inner .tel a {
    font-size: 48px;
    margin: 0 20px;
  }
  footer #copyright {
    font-size: 20px;
  }
  .fixed_bottom {
    background: transparent;
    display: flex;
    position: absolute;     /* fixed から absolute に戻す */
    bottom: unset;
    top: 150px;            /* 親要素から150px下 */
    right: 20px;
    z-index: 1000;
  }
  .fixed_bottom .btns .btn {
    width: 160px;
    margin-left: 10px;
  }
  .fixed_bottom .gototop {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-sakura-implant .pc {
    display: none;
  }
  
  .header-sakura-implant .sp {
    display: block;
  }
  
  /* 背景画像（PNG） */
  .header-sakura-implant .sp:nth-child(2) {
    position: relative;
    width: 100%;
  }
  
 .header-sakura-implant .sp:nth-child(3) {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 2;
  }
}
/*# sourceMappingURL=style.css.map */