@charset "UTF-8";

/* ========================================
    main
======================================== */
body {
  padding-bottom: 150px;
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif
}

@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 19.55671vw;
  }
}

main {
  background: #F2F5F9;
  margin: 0 auto;
}

main img {
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  main img {
    width: 100% !important;
  }
}

main .main_inner {
  width: 100%;
  margin: 0 auto;
  /*box-shadow: 0px 0px 100px -45px #777777;*/
}

@media only screen and (max-width: 767px) {
  main .main_inner {
    width: 100%;
    box-shadow: none;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ========================================
    header
======================================== */
.section_header {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.section_header_tel {
  margin: 0;
}

/* ========================================
    fv
======================================== */
/* ========================================
    point
======================================== */
.seciton_point_case {
  background: #f2f2f2;
}

/* ========================================
    plan
======================================== */
.seciton_plan_case {
  background: url(../img/hokuro_03/section_plan_bg.webp) repeat center top;
  background-size: contain;
  padding: 45px 80px;
}

@media only screen and (max-width: 767px) {
  .seciton_plan_case {
    padding-top: 5.86701vw;
    padding-bottom: 5.86701vw;
    padding-left: 10.43025vw;
    padding-right: 10.43025vw;
  }
}

/* ========================================
    reason
======================================== */
.seciton_reason_video video {
  max-width: 560px;
  width: 100%;
  margin: 0 auto clamp(20px, 3vw, 30px);
  display: block;
}

.reason_btn {
  margin-top: clamp(20px, 3vw, 30px);
}

/* ========================================
    flow
======================================== */
/*
.seciton_flow {
  background: url(https://tcb-beauty.net/menu/wp-content/themes/hemingway_child/img/double-eyelid_5/double-eyelid_flow_bg.png) repeat center top #f2f2f2;
}
.seciton_flow_inner {
  padding: 0 30px 157px;
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .seciton_flow_inner {
    padding-left: 3.91134vw;
    padding-right: 3.91134vw;
    padding-bottom: 20.46936vw;
  }
}
*/

/* ========================================
   qa
======================================== */
.seciton_qa {
  background: #fff;
}

.seciton_qa_inner {
  margin: 0 30px;
}

.seciton_qa_q,
.seciton_qa_a {
  border: #f53968 1px solid;
  border-top-width: 0;
  z-index: 1;
  cursor: pointer;
  font-size: clamp(14px, 2.2vw, 22px);
  position: relative;
  line-height: 1.5;
  padding: 15px 50px 15px 15px;
}

.seciton_qa_q span,
.seciton_qa_a span {
  display: inline-block;
  margin-left: 40px;
}

.seciton_qa_q {
  color: #f53968;
  transition: all 0.4s;
}

.seciton_qa_q:first-child {
  border-top-width: 1px;
}

.seciton_qa_q::before,
.seciton_qa_q::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #f53968;
  transition: .2s;
  width: clamp(13px, 2.6vw, 26px);
  height: 2px;
  right: 15px;
  top: 45%;
}

.seciton_qa_q::after {
  content: '';
  transform: rotate(90deg);
}

.seciton_qa_q.js--accordion-open {
  background: #f53968;
  color: #fff;
}

.seciton_qa_q.js--accordion-open::before,
.seciton_qa_q.js--accordion-open::after {
  background-color: #fff;
}

.seciton_qa_q.js--accordion-open::after {
  transform: rotate(0deg);
}

.seciton_qa_q_txt::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "Q.";
}

.seciton_qa_a {
  display: none;
  margin: 0;
  background: #ffecf1;
  color: #f53968;
}

.seciton_qa_a_txt::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "A.";
}

/* ========================================
   clinic
======================================== */
#clinic article h2 {
  display: none;
}

.section_clinic {
  padding: clamp(35px, 7vw, 70px) 0;
}

.section_clinic {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
  background: #fff;
}

dl.accordion {
  overflow: hidden;
}

dl.accordion>dt::before {
  color: #fff;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

dl.accordion>dd {
  background: #fff;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  display: none;
  margin-left: 0;
}

dl.accordion>dd::before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

/* clinic */
#clinic p {
  margin-bottom: 1em;
}

#clinic dl.accordion>dt::before {
  content: '▼';
}

#clinic dl.accordion>dd {
  padding: 0.5em;
  background: #fff;
}

#clinic dl.accordion>dd::before {
  content: none;
}

#clinic dl.accordion h3 {
  margin: 3%;
  border-bottom: 3px double #c0b0a3;
}

#clinic dl.accordion dl {
  display: flex;
  margin: 0 3% 3%;
  flex-wrap: wrap;
  justify-content: space-between;
}

#clinic dl.accordion dl dt {
  width: 3em;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 3% 0;
}

#clinic dl.accordion dl dd {
  padding: 3% 0 3% 1em;
  width: calc(100% - 4em);
  border-top: 1px solid #ccc;
  margin-left: 0;
}

#clinic dl.accordion dl dt:first-child,
#clinic dl.accordion dl dt:first-child+dd {
  border: none;
  padding-top: 0;
}

#clinic a {
  color: #fa9999;
}

dl.accordion {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  font-size: clamp(13px, 3.5vw, 26px);
}

#clinic dl.accordion>dt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: #f53968;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

#clinic dl.accordion>dt::before {
  content: '▼';
  color: #fff;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

#clinic dl.accordion>dd {
  padding: 0.5em;
  background: #fff;
}

#clinic dl.accordion>dd::before {
  content: none;
}

#clinic dl.accordion h3 {
  margin: 3%;
  border-bottom: 3px double #ffb400;
}

#clinic dl.accordion dl {
  display: flex;
  margin: 0 3% 3%;
  flex-wrap: wrap;
  justify-content: space-between;
}

#clinic dl.accordion dl dt {
  width: 3em;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 3% 0;
}

#clinic dl.accordion dl dd {
  padding: 3% 0 3% 1em;
  width: calc(100% - 4em);
  border-top: 1px solid #ccc;
}

#clinic dl.accordion dl dt:first-child,
#clinic dl.accordion dl dt:first-child+dd {
  border: none;
  padding-top: 0;
}

#clinic a {
  color: #f68888;
}

.reserve {
  padding: clamp(35px, 7vw, 70px) 0 1px 0;
  background: #F2F5F9;
}

.ttl01 {
  width: 85%;
  margin: 0 auto clamp(30px, 6vw, 60px);
  position: relative;
}

@media screen and (max-width: 1000px) {
  #clinic .quotation dt {
    display: block;
    margin-bottom: 5px;
  }

  #clinic .quotation dd {
    display: block;
    color: #444;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .simplebar-scrollbar::before {
    background: #A5A5A5 !important;
    /*jsのcssが下で読み込まれているため*/
    border-radius: 10px;
  }

  .simplebar-track {
    background-color: #fff;
    border: 1px solid #000;
    border-top: none;
  }
}

.pc_none {
  display: none !important;
}

.sp_none {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block !important;
  }

  .sp_none {
    display: none !important;
  }
}

/* ========================================
   reserve 
======================================== */
.reserve {
  /*margin-bottom: -60px;*/
  padding-top: 0 !important;
}

.spf_frame_wrapper {
  margin-bottom: 0 !important;
}

/* ========================================
   footer
======================================== */
/*
.foot_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 40;
  width: 100%;
}
*/
/*
#js--pagetop {
  cursor: pointer;
  text-align: right;
  position: absolute;
  bottom: 50px;
  right: 50px;
}
*/

.l-foot-fixednav {
  text-align: center;
}

/*フッター*/
footer,
.l-foot-subnav {
  font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
  background: #FFF5F5;
  margin-top: -1px;
}

.l-foot-subnav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  font-size: 22px;
  background-color: #fff;
}

.l-foot-subnav__link {
  color: #ACB3C2;
  display: flex;
  align-items: center;
}

.l-foot-subnav__link::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #ACB3C2;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  margin-right: 8px;
  position: relative;
  bottom: 3px;
}

.l-foot-subnav__link:hover {
  color: #ACB3C2;
  text-decoration: underline;
}

footer small {
  color: #fdc5c5;
  font-size: 22px;
  text-align: center;
}

footer {
  padding: 10px 0 50px;
}

.foot_btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 767px) {

  /* .l-foot-subnav {
        background-color: var(--bg-pink);
    }
     */
  /*フッター*/

  .foot_btn {
    right: 15px;
    bottom: 90px;
    width: 50px;
  }

  footer {
    padding: 10px 0 20px;
  }

  .l-foot-subnav {
    padding-top: 20px;
    font-size: 13px;
  }

  .l-foot-subnav__link::before {
    bottom: 1px;
  }

  footer small {
    font-size: 13px;
  }

}

/*
@media only screen and (max-width: 1050px) {
  #js--pagetop {
    position: static;
    bottom: 0;
    right: 0;
    padding: 0 20px 40px 0;
    width: 85px;
    margin-left: auto;
  }
}
*/
@media only screen and (max-width: 767px) {

  /*#js--pagetop {
    float: right;
    width: 50px;
  }*/
  .l-foot-fixednav {
    margin-left: 0;
  }
}

.l-foot-subnav {
  width: 750px;
  margin: 0 auto;
  padding: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .l-foot-subnav {
    width: 100%;
  }
}

.l-foot-subnav__item {
  text-align: center;
}

/* .l-foot-subnav__item a {
  color: #191919;
}
.l-foot-subnav__item a:hover {
  color: #191919;
} */

/* ========================================
   modal_list
======================================== */
.modal_list {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .modal_list {
    padding-left: 3.91134vw;
    padding-right: 3.91134vw;
  }
}

.modal_list .icn_modal {
  flex-basis: 48%;
}

.modal_list .icn_modal img,
.modal_list .icn_modal video {
  width: 100%;
}

.icn_modal {
  position: relative;
}

.icn_modal::before {
  content: '';
  position: absolute;
  top: clamp(10px, 2.8vw, 20px);
  right: clamp(10px, 2.8vw, 20px);
  background: url(../img/common/icon_glass.webp) no-repeat;
  background-size: 100%;
  width: clamp(17px, 4.5vw, 34px);
  height: clamp(17px, 4.5vw, 34px);
  z-index: 2;
}

.icn_modal::after {
  content: '';
  position: absolute;
  top: clamp(4px, 1vw, 8px);
  right: clamp(4px, 1vw, 8px);
  z-index: 1;
  width: clamp(30px, 8vw, 60px);
  height: clamp(30px, 8vw, 60px);
  border-radius: 50%;
  background-color: #000;
  opacity: .5;
}

.with-featherlight .featherlight {
  background: #6A6A6A;
}

.with-featherlight .featherlight .featherlight-content {
  padding: 10px;
}

.with-featherlight .featherlight .featherlight-close-icon {
  top: -45px;
  right: 0;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  background-color: #3D3D3D;
  text-shadow: 1px 0px #fff;
}

.with-featherlight .featherlight .featherlight-inner {
  max-height: calc(90vh - 60px);
}

@media only screen and (max-width: 767px) {
  .with-featherlight .featherlight .featherlight-inner {
    max-height: calc(75vh - 60px);
  }
}


/**************************** 20221004 追加CSS ****************************/

/* 共通 */
.fc_pink span {
  color: #f43a69;
}

.bg_none {
  background-color: transparent !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_offwhite {
  background-color: #FDFCFF !important;
}

.mside_auto {
  margin: 0 auto;
}

.fc_pink_serif span.small {
  font-size: clamp(10px, 2.0vw, 20px);
}

.fc_pink_serif strong {
  font-size: clamp(35px, 7.0vw, 70px);
}

.fc_pink_serif span.medium {
  font-weight: bold;
}

.fc_pink_serif {
  font-size: clamp(20px, 3.6vw, 36px);
  line-height: 160%;
}

.u_line {
  text-decoration: underline;
}

.u_line2 {
  border-bottom: 2px solid #f43a69;
  display: inline;
}

.ff_serif {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.pb_none {
  padding-bottom: 0 !important;
}

.max500 {
  max-width: 500px;
}

.pt0 {
  padding-top: 0;
}

.pt25 {
  padding-top: clamp(10px, 2.5vw, 25px);
}

.pt30 {
  padding-top: clamp(20px, 3vw, 30px);
}

.pt65 {
  padding-top: clamp(10px, 6.5vw, 65px);
}

.pb25 {
  padding-bottom: clamp(10px, 2.5vw, 25px);
}

.pb50 {
  padding-bottom: clamp(30px, 3vw, 50px);
}

.pb60 {
  padding-bottom: clamp(30px, 6vw, 60px);
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: clamp(10px, 1vw, 10px);
}

.mt20 {
  margin-top: clamp(10px, 2vw, 20px);
}

.mt25 {
  margin-top: clamp(10px, 2.5vw, 25px);
}

.mt65 {
  margin-top: clamp(10px, 6.5vw, 65px);
}

.mb0 {
  margin-bottom: 0;
}

.mb25 {
  margin-bottom: clamp(10px, 2.5vw, 25px);
}

.mb30 {
  margin-bottom: clamp(15px, 3vw, 30px);
}

.mb35 {
  margin-bottom: clamp(20px, 3.5vw, 35px);
}

.mb60 {
  margin-bottom: clamp(30px, 6vw, 60px);
}

.wrap1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.flex-box {
  display: flex;
}

.bggray_ttl {
  background: #959595;
  color: #FFF;
  border-radius: 30px;
}

.bgpink_ttl {
  background: #f43a69;
  color: #FFF;
  border-radius: 30px;
}

.comment {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-weight: 500;
  font-size: clamp(16px, 2.2vw, 22px);
  line-height: 1.6em !important;
  text-align: center;
}

.comment::before,
.comment::after {
  content: "";
  display: block;
  width: clamp(1px, 0.2vw, 2px);
  height: clamp(35px, 5.5vw, 55px);
  background: #f43a69;
  position: absolute;
  top: 50%;
}

.comment::before {
  transform: rotate(-20deg) translateY(-50%);
  left: -25px;
}

.comment::after {
  transform: rotate(20deg) translateY(-50%);
  right: -25px;
}

@media screen and (max-width: 767px) {
  .u_line2 {
    border-width: 1px;
  }

  .comment::before {
    left: -15px;
  }

  .comment::after {
    right: -15px;
  }
}

.main_inner header {
  background: #FFFFFF;
}

.ttl_design {
  color: #DFDFDF;
  font-size: clamp(20px, 4.6vw, 46px);
  font-weight: 500;
  margin: 0 0 clamp(10px, 1vw, 10px);
  letter-spacing: 0.15em;
}

.ttl_design2 {
  color: #f0b7c6;
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 8px;
}

.ttl_design3 {
  font-size: clamp(30px, 5.6vw, 56px);
  margin: 0;
}

.section_ideal,
.section_enquete,
.section_thread-lift,
.seciton_reason-inner,
.section_clinic,
.section_case,
.section_price,
.section_merit,
.section_flow,
.section_question,
.section_doctor {
  padding: clamp(40px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
}

@media screen and (max-width: 1040px) {

  .section_clinic,
  .seciton_qa {
    padding: clamp(55px, 9.0vw, 90px) 15px clamp(50px, 10vw, 100px);
  }
}


.section_ttl_eng {
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}

.seciton_ttl_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: clamp(70px, 14.0vw, 140px);
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 clamp(40px, 8.0vw, 80px);
  position: relative;
}

.seciton_ttl_area::before {
  content: "";
  width: 238px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: absolute;
  left: 46px;
  right: 720px;
  margin: 0 auto;
  bottom: 0;
}

.seciton_ttl_area .ff_serif {
  font-size: clamp(22px, 4.2vw, 42px);
  font-weight: 500;
  line-height: 124%;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .seciton_ttl_area::before {
    left: 20px;
  }
}

.seciton_reason .section_ttl_eng {
  color: #f0b7c6;
}

.seciton_reason .seciton_ttl_area::before {
  background-image: url(../img/hokuro_03/reason_bg04.webp);
}

.seciton_point .section_ttl_eng {
  color: #C7C7C7;
}

.seciton_point .seciton_ttl_area::before {
  background-image: url(../img/hokuro_03/point_bg02.webp);
}

.seciton_plan .section_ttl_eng {
  color: #f0b7c6;
}

.seciton_plan .seciton_ttl_area::before {
  background-image: url(../img/hokuro_03/reason_bg04.webp);
}

.seciton_flow .section_ttl_eng {
  color: #C7C7C7;
}

.seciton_flow .seciton_ttl_area::before {
  background-image: url(../img/hokuro_03/point_bg02.webp);
}

.seciton_qa .section_ttl_eng {
  color: #C7C7C7;
}

.seciton_qa .seciton_ttl_area::before {
  background-image: url(../img/hokuro_03/white_diamond.webp);
}

.seciton_qa .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
}

.section_clinic .section_ttl_eng {
  color: #C7C7C7;
}

.section_clinic .seciton_ttl_area::before {
  background-image: url(../img/hokuro_03/white_diamond.webp);
}

.section_clinic .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
}

.reserve .section_ttl_eng {
  color: #C7C7C7;
}

.reserve .seciton_ttl_area::before {
  background-image: url(../img/hokuro_03/white_diamond.webp);
}

.reserve .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
  margin-bottom: 0;
}

.seciton_point .section_ttl_eng.ttl_pink {
  color: #f0b7c6;
}

.section_ttl_eng {
  color: #f0b7c6;
}

.seciton_ttl {
  background: #FFFFFF;
  padding: clamp(10px, 2vw, 20px) 0;
  position: relative;
  margin: 0 0 clamp(30px, 5vw, 50px);
  font-size: clamp(26px, 4.2vw, 42px);
  font-weight: 500;
  line-height: 124%;
  text-align: center;
}

.seciton_reason p,
.seciton_point p,
.seciton_reason .sec_ttl {
  text-align: center;
}

.seciton_reason .sec_ttl {
  text-align: center;
}


p.caution_gray {
  color: #6A6A6A;
  font-size: clamp(12px, 1.8vw, 18px);
  margin: clamp(20px, 3.0vw, 30px) 0 0 0;
}

.serif_text {
  font-weight: bold;
  font-size: clamp(18px, 3.2vw, 34px);
  margin: clamp(30px, 8.0vw, 80px) 0 clamp(30px, 8.0vw, 80px);
}

.fs26 {
  font-size: clamp(20px, 2.6vw, 26px);
}

.fs37 {
  font-size: clamp(20px, 3.7vw, 37px);
}

.fs40 {
  font-size: clamp(20px, 4.0vw, 40px);
}

.fs44 {
  font-size: clamp(22px, 4.4vw, 44px);
}

.ta_left {
  text-align: left !important;
}

.lh180 {
  line-height: 180%;
}

.fw_bold {
  font-weight: bold;
}

.align_c {
  text-align: center;
}

/*fv*/

.fv_area {
  overflow: hidden;
  position: relative;
}

.fv_area::after {
  background-color: #FAD6E0;
  clip-path: polygon(0 0, 100% 58%, 100% 100%, 0% 100%);
  content: '';
  display: block;
  /*position: relative;*/
  width: 100%;
  padding-top: 13.4%;
  position: absolute;
  /*bottom: 0;
  left: 0;*/
}

.fv_area-top {
  font-weight: 300;
  background-color: #fff;
  line-height: 1.4;
}

.fv_area-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  width: min(100%, 750px);
}

.fv_area p.point3 {
  background: #f54c77;
  text-align: center;
  padding: 36px 0 28px;
}

.fv_area .coupon_area {
  background: #fdd9e3;
  padding: clamp(0px, 7vw, 70px) 0 0px;
}

.fv_area .coupon_area p {
  text-align: center;
}

.coupon_area p {
  max-width: 100%;
}

.fv_area .coupon_area p.caution {
  font-size: clamp(12px, 2.0vw, 20px);
  font-weight: 500;
  color: #f54c77;
}

.fv_area p.btn {
  background: #ffffff;
  text-align: center;
  padding: clamp(30px, 4vw, 40px) 0 clamp(30px, 5.0vw, 50px);
}

.fv_area p.btn>a>img {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .fv_area p.point3 {
    padding: 15px 20px;
  }
}

.section_enquete {
  background: #FFFFFF;
}

.section_enquete p {
  text-align: center;
}

.section_enquete p.enquete_read {
  font-weight: 500;
  line-height: 180%;
}

.section_enquete p.enquete_read .read_value {
  margin: 0 0.2em;
}

.section_enquete p.enquete_read .read_value::after {
  bottom: 0.4em;
}

.section_enquete p.graph {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .section_enquete p.graph {
    margin: 40px 20px 0;
  }

  .section_enquete p.enquete_read {
    line-height: 160%;
  }

  .section_enquete p.enquete_read>span::after {
    height: 1px;
  }
}

/* REASON */

.section_reason-inner {
  background: url(../img/hokuro_03/reason_bg.webp) no-repeat;
  background-position: top center;
}

.section_reason_ttlarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 820px;
  box-sizing: border-box;
  background: url(../img/hokuro_03/bg_doctor.webp) no-repeat top center;
  background-size: 1000px auto;
}

@media screen and (max-width: 767px) {

  .section_reason_ttlarea {
    height: 400px;
    padding: 40px 25px 0;
    background-size: 120% auto;
  }
}

.seciton_reason {
  background: #FFF;
}

.seciton_reason .sec_ttl {
  margin-bottom: clamp(30px, 5.0vw, 50px);
  font-size: clamp(18px, 3.6vw, 36px);
  font-weight: bold;
  line-height: 1.4;
}

.seciton_reason .sec_ttl span {
  font-size: clamp(30px, 6.0vw, 60px);
}

.seciton_reason p.ttl_sub {
  position: relative;
  font-size: clamp(22px, 3.6vw, 36px);
  font-weight: bold;
  margin: 0 0 clamp(45px, 7.0vw, 70px);
}

.seciton_reason p.ttl_sub span {
  color: #000;
}

.seciton_reason p.ttl_sub span::before {
  background: url(../img/hokuro_03/reasonttl_arrow.webp) no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  bottom: -46px;
  width: 238px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .seciton_reason p.ttl_sub span::before {
    background: url(../img/hokuro_03/reasonttl_arrow.webp) no-repeat;
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    bottom: -30px;
    background-size: 140px auto;
    width: 140px;
    height: 100%;
  }
}

.seciton_reason .section_reason_sec02 {
  background: url(../img/hokuro_03/reason_bg05.webp) repeat;
  padding: clamp(40px, 8.0vw, 80px) 0 0;
}

.seciton_reason .section_reason_ttlarea03 {
  margin: 30px 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
}

.seciton_reason .section_reason_ttlarea03 .ff_serif {
  width: fit-content;
  padding: 0.6em 2.5em;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.seciton_reason .section_reason_ttlarea03.problem_resolution {
  margin: 0;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {

  .seciton_reason .section_reason_ttlarea03 .ff_serif::before,
  .seciton_reason .section_reason_ttlarea03 .ff_serif::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}


/*ideal*/

.section_ideal-box {
  width: fit-content;
  padding: clamp(15px, 3vw, 10px) clamp(15px, 7vw, 30px) 0 0;
  background-color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
}

.section_ideal-box li {
  padding: 0.4em 0 0.4em 50px;
  font-size: clamp(14px, 2.2vw, 22px);
  font-weight: 500;
  position: relative;
  line-height: 145%;
}

.section_ideal-box li strong {
  font-weight: inherit;
  color: #f43a69;
}

.section_ideal-box li:last-child {
  border-bottom: none;
}

.section_ideal-box li::before {
  content: "";
  display: block;
  width: 31px;
  height: 29px;
  background: url(../img/hokuro_03/icon_check.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: .4em;
  left: 0;
}

  .ideal-box {
    border: solid #f43a69 2px;
    background-color: #FFFFFF;
    padding: 70px 20px 50px 70px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto clamp(30px, 10vw, 100px);
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 30px;
  }

@media screen and (max-width:767px){
  .ideal-box {
    border: solid #f43a69 2px;
    background-color: #FFFFFF;
    padding: 70px 20px 50px 70px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto clamp(30px, 10vw, 100px);
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 50px;
}
}

.ideal-box img {
  width: 54%;
  height: 100%;
}

.ideal-box::before {
  content: "";
  border-left: 40px solid transparent;
  border-top: 40px solid #f43a69;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.ideal-box::after {
  content: "";
  border-right: 40px solid transparent;
  border-bottom: 40px solid #f43a69;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ideal-box .section_ideal-box {
  padding: 0;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .section_ideal {
    padding-top: 0;
    background: url(../img/hokuro_03/section_ideal_bg_sp.webp) no-repeat top center;
    background-color: #F3F3F3;
    background-size: cover;
  }

  .section_ideal-ttl {
    padding: 30px 0;
  }

  .section_ideal-ttl::after {
    background: url(../img/hokuro_03/section_ideal_bg_sp.webp) no-repeat top center;
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 238px;
    height: 100%;
  }

  .section_ideal-ttl::before {
    background: url(../img/hokuro_03/reason_bg05.webp) no-repeat top center;
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 238px;
    height: 100%;
  }

  .section_ideal-box li {
    padding: 0.2em 0 0.2em 25px;
    border-width: 1px;
  }

  .section_ideal-box li::before {
    width: 15px;
    height: 14px;
  }

  .ideal-box.flex-box {
    display: block;
    padding: 10px 20px 30px;
  }

  .ideal-box.flex-box.overlap {
    padding: 40px 20px 30px;
  }

  .ideal-box::before,
  .ideal-box::after {
    border-width: 20px;
  }
}

/* problem */
.seciton_problem {
  background-image: url(../img/hokuro_03/problem_bg.webp);
  padding-top: clamp(15px, 2.7vw, 27px);
}

.section_problem_inner {}

.problem_ttl_area::before {
  background-image: url(../img/hokuro_03/pink_diamond.webp);
}

.problem_img-pc {
  display: block;
  box-shadow: 0 0 35px rgba(224, 168, 170, .5);
}

.problem_img-sp {
  display: none;
}

.problem-box {
  padding-top: 20px;
}

.problem_ttl_eng {
  color: #F3B0C2;
}

.problem_resolution {
  padding: 26px 0 0;
  background-color: #fff;
}

.problem_ttl_area {
    margin-bottom: 0;
}

  .problem_img-sp {
    display: block;
    width: 80%;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    box-shadow: 0 0 35px rgba(224, 168, 170, .5);
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    margin-top: -10px;
    margin-bottom: -50px;
  }

@media screen and (max-width: 767px) {
  .problem_ttl_area {
    margin-bottom: 0;
  }

  /*.problem_img-pc {
    display: none;
  }*/

  .problem_img-sp {
    display: block;
    width: 80%;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    box-shadow: 0 0 35px rgba(224, 168, 170, .5);
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    margin-top: -10px;
    margin-bottom: -50px;
  }

  .problem-pt100 {
    padding-top: 70px;
  }
}

/* REASON */

.section_reason_sec03 {
  background: #FFFFFF;
  padding: clamp(30px, 4vw, 40px) clamp(15px, 3vw, 30px);
}

.reason-list-box {
  margin: clamp(30px, 4vw, 40px) auto 0;
  counter-reset: number 0;
}

.reason-list {
  background: #f9cfdb;
  padding: 0 clamp(30px, 6vw, 30px) clamp(30px, 8vw, 50px);
  position: relative;
  margin: 0 0 clamp(50px, 8vw, 80px);
}

.reason-list.blue {
  background-color: #CEE3FB;
}

/* 症例の連番 */



.step_num{
  font-weight: 600;
  position: absolute;
  top: -57px;
  text-align: center;
  color: #FACFDB;
  padding: 8px 10px 30px;
  background-image: url(../img/hokuro_03/step_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: clamp(10px, 2vw, 24px) !important;
  width: clamp(30px, 12vw, 120px);
  height: clamp(40px, 12.6vw, 162px);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .step_num {
    top: -21px;
  }
}

.step_num span {
  display: block;
  text-align: center;
}

.step_num.blue {
  background-image: url(../img/hokuro_03/step_bg_blue.webp);
  color: #CEE3FB;
}

.step_num::after {
  font-size: clamp(30px, 14vw, 120px);
  counter-increment: number;
  content: counter(number);
  text-align-last: center;
  display: block;
}

.step_num.left {
  left: -7px;
}

.step_num.right {
  right: -7px;
}

.reason-list:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .reason-list {
    padding: 0 15px 30px;
  }

  .reason-list:last-child {
    margin-bottom: 0;
  }

  .reason-list::before {
    background-size: 85% !important;
    left: 20px;
    top: -10px;
    width: 80px;
    height: 100%;
    z-index: 0;
  }

  /*
  .reason-list::after {
    right: 30px;
    top: 48px;
    width: 137px;
    height: 100%;
    background-size: 80% !important;
    z-index: 0;
  }
  */
}

.white-box--first {
  margin-top: 0;
}

.reason-list .white-box {
  background: #FFFFFF;
  padding: clamp(20px, 5vw, 50px) clamp(20px, 5vw, 50px);
}

.reason-list .white-box p {
  line-height: 200%;
}

.reason-list .reason-list_ttl {
  display: flex;
  align-items: center;
  height: 160px;
  padding-left: 200px;
  font-size: clamp(22px, 3.6vw, 36px);
  font-weight: 500;
  line-height: 1.3;
  background: url(../img/hokuro_03/reason_bg06.webp) no-repeat bottom right;
}

.list-box_ttl {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 160px;
  font-size: clamp(22px, 3.6vw, 36px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.list-box_ttl.red {
  color: #F53A69;
  position: relative;
  background: url(../img/hokuro_03/reason_bg06.webp) no-repeat bottom right;
}

.list-box_ttl.blue {
  color: #5B5ECE;
  position: relative;
  background: url(../img/hokuro_03/reason_bg06_white.webp) no-repeat bottom right;
}

.list-box_ttl.reason_ttl_right {
  background-position: bottom right;
}

.list-box_ttl.reason_ttl_left {
  background-position: bottom left;
}

@media screen and (max-width:767px) {
  .list-box_ttl.red::after{
    bottom: 20px;
  }
}
.list-box_ttl.red::after {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #F53A69;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@media screen and (max-width:767px) {
  .list-box_ttl.red::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #F53A69;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  }
}


.list-box_ttl.blue::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #5B5ECE;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.reason-list p {
  font-size: clamp(14px, 2.2vw, 22px);
}

.reason-list .white-box .flex-box {
  margin: 0 0 clamp(20px, 4vw, 40px);
  align-items: center;
}

.reason-list .white-box .flex-box p {
  margin: 0 clamp(20px, 4vw, 40px) 0 0;
}

.reason-list .white-box .flex-box .flex-box_img {
  width: 25%;
}

.reason-list .white-box .flex-box .flex-box_img img {
  width: 100%;
}

.reason-list .white-box .flex-box .section_ideal-box {
  padding: 0;
  flex: 1;
}

.reason-list .white-box .white-box_read {
  margin-bottom: clamp(20px, 4vw, 40px);
  text-align: left;
}

.white-box_txt01 {
  font-weight: bold;
  position: relative;
  padding: 0 16px;
  max-width: 500px;
  margin: 0 auto clamp(15px, 3vw, 30px);
}

.white-box_txt01.red {
  color: #F53A69;
  text-align: center;
}

.white-box_txt01.red::before {
  content: '＼';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.white-box_txt01.red::after {
  content: '／';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.reason-list .white-box .white-box_img {
  margin-bottom: clamp(20px, 4vw, 40px);
}

.white-box_btn {
  width: 100%;
  margin: clamp(20px, 4vw, 40px) auto 0;
  text-align: center;

}

.white-box_btn2 {
  width: 100%;
  margin: clamp(20px, 4vw, 40px) auto 0;
  text-align: right;
  font-size: clamp(8px, 1.5vw, 18px);
  margin-top: -60px;

}

@media screen and (max-width: 767px) {
  .white-box_btn2 {
    display: block;
    width: 100%;
    margin-top: -40px;
  }
}

.white-box_btn>a>img {
  max-width: 100%;
}

.white-box_img--illust {}

.white-box_img--illust>img {
  width: auto;
}

.reason-list .white-box .bggray_ttl,
.reason-list .white-box .bgpink_ttl {
  margin-bottom: clamp(10px, 2vw, 20px);
}

.reason-list05-list li {
  margin-bottom: 20px;
}

.reason-list05-list li p {
  font-weight: 500;
}

.reason-list05-list li .bgpink_ttl {
  width: 200px;
  margin: 0 auto -1em !important;
}

.reason-list05-list li .pink-box {
  display: block;
  padding: calc(clamp(10px, 2vw, 20px) + 0.5em) 0px clamp(10px, 2vw, 20px);
  border: #f43a69 2px solid;
}

@media screen and (max-width: 767px) {
  .reason-list .reason-list_ttl {
    height: 85px;
    padding-left: 100px;
    background-size: 90px auto;
  }

  .list-box_ttl.red {
    height: 85px;
    background-size: 90px auto;
  }

  .list-box_ttl.blue {
    height: 85px;
    background-size: 90px auto;
  }

  .reason-list05-list li .bgpink_ttl {
    width: 140px;
  }

  .reason-list05-list li .pink-box {
    border-width: 1px;
  }

}

.seciton_reason .section_reason_ttlarea03 .ff_serif {
  width: fit-content;
  padding: 0.6em 2.5em;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {

  .seciton_reason .section_reason_ttlarea03 .ff_serif::before,
  .seciton_reason .section_reason_ttlarea03 .ff_serif::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}


/* POINT */

.seciton_point {
  padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
  background:
    linear-gradient(180deg, transparent 0 5%, #f8f8f8 25%),
    url(../img/hokuro_03/point_bg.webp) repeat-x #ededed;
  background-position: top center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_point-inner {
    padding: 0 15px;
  }
}

.seciton_point .section_point_drttl {
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(30px, 6vw, 60px);
  font-weight: 500;
  text-align: center;
  position: relative;
}

.seciton_point .section_point_drttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}

.seciton_point .section_point_drttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {

  .seciton_point .section_point_drttl::before,
  .seciton_point .section_point_drttl::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}

.seciton_point_white-box {
  background:
    linear-gradient(180deg, transparent 0 5%, #ffffff 25%),
    url(../img/hokuro_03/point_white-box_bg.webp);
  padding: clamp(15px, 8vw, 80px) clamp(15px, 6vw, 60px);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  font-size: clamp(14px, 2.4vw, 24px);
}

.seciton_point_drarea_bdbox {
  background: #FFF;
  border: 2px #f43a69 solid;
  padding: clamp(15px, 5vw, 50px) clamp(20px, 5vw, 50px);
  margin-bottom: clamp(30px, 6vw, 60px);
  position: relative;
}

.seciton_point_drarea_bdbox::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #f43a69;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.seciton_point_drarea_bdbox::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f43a69;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.seciton_point_drarea_bdbox .ff_serif {
  margin: 0 0 clamp(20px, 3.0vw, 30px);
  font-weight: bold;
}

.seciton_point_drarea_bdbox>.youtube {
  margin-bottom: clamp(15px, 3vw, 30px);
}

.drarea_bdbox_img {
  max-width: 500px;
  margin: 0 auto clamp(15px, 3vw, 30px);
  width: 100%;
}

.drarea_bdbox_img>img {
  width: 100%;
}

.drarea_bdbox_list {
  margin-bottom: clamp(15px, 3vw, 30px);
}

.seciton_point_drprof {
  margin: 0 0 clamp(40px, 8vw, 80px);
  background: #FFF;
}

.drarea_bdbox_txt--top {
  margin-bottom: clamp(15px, 3vw, 30px);
}

.seciton_point_drprof-box {
  justify-content: space-between;
  width: 640px;
  margin: 0 auto;
}

.seciton_point_drprof>p {
  font-weight: 500;
}

.seciton_point_drprof-box li {
  margin: 0 0 clamp(10px, 3.0vw, 30px);
  overflow: hidden;
  width: 300px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  background: #000;
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.seciton_point_drprof-box li .dr_img {
  display: block;
}

.seciton_point_drprof-box li .dr_name {
  display: block;
  font-size: clamp(14px, 2.6vw, 26px);
  background: #e8e8e8;
  padding: clamp(10px, 1.5vw, 15px) 0 clamp(10px, 1.0vw, 10px);
  font-weight: bold;
  line-height: 110%;
}

.seciton_point_drprof-box li .dr_name span {
  font-size: clamp(10px, 1.8vw, 18px);
  color: #737373;
}

.seciton_point_drprof-box li .dr_spec {
  color: #FFFFFF;
  font-size: clamp(12px, 2.4vw, 24px);
  padding: clamp(8px, 0.8vw, 8px) 0;
  line-height: 130%;
}

.seciton_point_box {
  background: #FFFFFF;
  margin: 0 0 clamp(30px, 6vw, 60px);
  font-size: clamp(14px, 2.4vw, 24px);
}

.seciton_point_box .bd_blk_design {
  width: 100%;
  max-width: 500px;
  padding: clamp(6px, 1.0vw, 10px) 0;
  margin: 0 auto clamp(20px, 4.0vw, 40px);
  border: 2px #000 solid;
  border-radius: 30px;
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: 500;
}

.seciton_point_box_imgarea {
  margin-top: 30px;
}

.seciton_point_box_imgarea .pink_english_design {
  display: block;
  max-width: 300px;
  padding: 0.5em 0;
  margin: 0 auto -2.3em;
  background: rgba(244, 58, 105, 0.8);
  border-radius: 30px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {

  .seciton_point_white-box {
    padding: 15px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  }

  .seciton_point_drprof>p {
    margin-top: 20px;
  }

  .seciton_point_drarea_bdbox::before,
  .seciton_point_drarea_bdbox::after {
    border-width: 20px;
  }

  .seciton_point_drprof-box {
    width: 100%;
  }

  .seciton_point_drprof-box li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .seciton_point_box_imgarea .pink_english_design {
    width: calc(100% - 100px);
    max-width: none;
  }

  .seciton_point_box_imgarea {
    margin-top: 15px;
  }
}


/* PLAN */

.seciton_plan {
  padding: clamp(55px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
  background:
    linear-gradient(180deg, transparent 0 5%, #FFECF0 25%),
    url(../img/hokuro_03/plan_bg.webp) repeat-x #FFECF0;
  background-position: top center;
  text-align: center;
}

.seciton_plan_read {
  margin-bottom: clamp(50px, 8vw, 80px);
  text-align: center;
  font-weight: 500;
}

.seciton_plan_box {
  margin-bottom: clamp(40px, 8vw, 80px);
  background: #fff;
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

.seciton_plan_box:last-child {
  margin-bottom: 0;
}

.seciton_plan_box .plan_box_ttl {
  padding: 1.8em 0 0;
  background: #f43a69;
  color: #fff;
  position: relative;
}

.seciton_plan_box .plan_box_detail {
  padding: clamp(15px, 6vw, 60px);
}

.seciton_plan_box .plan_box_wbox {
  width: calc(100% - 40px);
  max-width: 580px;
  padding: 0.5em 0;
  background: #fff;
  border: #f43a69 2px solid;
  border-radius: 8px;
  font-size: clamp(12px, 2.2vw, 22px);
  font-weight: bold;
  color: #f43a69;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -1.2em;
  z-index: 1;
  transform: translateX(-50%);
}

.plan_price_set {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  margin: 0;
}

.plan_price_set .plan_name {
  margin: 0 20px 0 0;
  font-size: clamp(18px, 3.6vw, 36px);
  font-weight: 500;
  line-height: 1.1;
}

.plan_price_set .plan_value {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0.4em;
  margin: 0 10px 0 0;
  font-size: clamp(10px, 1.6vw, 16px);
  font-weight: bold;
  line-height: 1.1;
}

.plan_price_set .plan_price {
  margin: 0;
  font-size: clamp(28px, 5.6vw, 56px);
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.plan_price_set .plan_price::before {
  content: "¥";
  font-size: 80%;
  font-weight: bold;
}

.plan_price_set .plan_price span {
  display: inline-block;
  margin-left: -0.5em;
  font-size: 26%;
}

.plan_price_set .plan_price em {
  font-size: clamp(18px, 5.6vw, 56px);
}

.plan_box_ttl .plan_value {
  background: #fff;
  color: #f43a69;
}

.seciton_plan_box .plan_box_case {
  margin-bottom: clamp(40px, 8vw, 80px);
}

.plan_box_recommend {
  position: relative;
}

.plan_box_recommend .plan_box_bbox {
  width: fit-content;
  padding: 0.5em 1.5em;
  background: #000;
  border-radius: 8px;
  font-size: clamp(12px, 2.2vw, 22px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -1.2em;
  z-index: 1;
  transform: translateX(-50%);
}

.plan_box_recommend .section_ideal-box {
  width: 100%;
  padding: 40px;
  margin-bottom: clamp(20px, 4vw, 40px);
  border: #000 2px solid;
}

.plan_box_text {
  margin-bottom: clamp(20px, 4vw, 40px);
  font-size: clamp(12px, 2.0vw, 20px);
  line-height: 1.8em;
}

.plan_box_price {
  background: #F5F5F5;
}

.plan_box_price .plan_value {
  background: #000;
  color: #fff;
}

.plan_box_coupon {
  display: flex;
  align-items: stretch;
  height: 100px;
  border: #f43a69 2px solid;
  color: #f43a69;
}

.plan_box_coupon p {
  display: flex;
  align-items: center;
  padding: 0 clamp(10px, 2.5vw, 25px);
  background: #f43a69;
  font-size: clamp(14px, 2.8vw, 28px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
}

.plan_box_coupon .plan_price_set {
  margin: 0 auto;
  padding: 0;
}

.plan_box_coupon .plan_value {
  background: #f43a69;
  font-size: clamp(10px, 2.2vw, 22px);
  color: #fff;
}

.plan_box_coupon .plan_price {
  font-size: clamp(32px, 7.5vw, 75px);
}

.plan_box_coupon p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid #f43a69;
  border-right: 0;
  position: absolute;
  right: -20px;
}


@media screen and (max-width: 767px) {
  .seciton_plan-inner {
    padding: 0 15px;
  }

  .seciton_plan .section_plan_ttlarea::before {
    left: 20px;
  }

  .seciton_plan_box .plan_box_wbox {
    width: calc(100% - 80px);
    border-width: 1px;
    line-height: 1.1;
  }

  .plan_price_set .plan_name {
    margin: 0 10px 0 0;
  }

  .plan_price_set .plan_value {
    margin: 0 5px 0 0;
  }

  .plan_box_recommend .section_ideal-box {
    padding: 20px 15px 15px;
    border-width: 1px;
  }

  .plan_box_coupon {
    height: 60px;
    border-width: 1px;
  }

  .plan_box_coupon p::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 10px solid #f43a69;
    right: -10px;
  }

  .plan_box_recommend .plan_box_bbox {
    width: calc(100% - 80px);
    border-width: 1px;
  }
}


.seciton_teian {
  padding: clamp(30px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
  background: #fff;
  overflow: hidden;
}

.seciton_teian .seciton_teian_ttl {
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(40px, 6vw, 60px);
  font-weight: 500;
  text-align: center;
  position: relative;
}

.seciton_teian .seciton_teian_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}

.seciton_teian .seciton_teian_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

.teian_pink_box {
  padding: 20px 40px 60px;
  background: #FFECF3;
  text-align: center;
}

.teian_pink_box .serif_text {
  margin: 0;
}

.teian_pink_box .pink_box_img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}

.pink_box_img>p {
  padding-left: clamp(15px, 3vw, 30px);
}

.teian_pink_box .pink_box_text {
  margin-top: 30px;
  text-align: center;
}

.teian_model_box {
  border: #f43a69 2px solid;
}

.teian_model_box .model_box_read {
  margin: 60px 0 30px;
  text-align: center;
  color: #f43a69;
}

.teian_model_box .model_box_read span {
  margin-right: 0.5em;
  background: #f43a69;
  color: #fff;
}

.teian_model_box .model_box_ttl {
  padding: 15px 0;
  background: #f43a69;
  text-align: center;
  color: #fff;
  font-size: clamp(24px, 4.8vw, 48px);
  line-height: 1.2;
}

.teian_model_box .model_box_detail {
  padding: 60px;
  text-align: center;
}

.teian_model_box .model_box_detail .ff_serif {
  display: inline-block;
  margin-bottom: clamp(20px, 4vw, 40px);
  font-size: clamp(18px, 3.4vw, 34px);
  font-weight: 500;
  line-height: 1.6;
}

.teian_model_box .model_box_detail .model_box_text {
  margin-bottom: 0.5em;
  font-size: clamp(14px, 2.2vw, 22px);
  line-height: 1.8;
}

.teian_model_box .model_box_detail p.smaill {
  font-size: clamp(12px, 2vw, 20px);
}

.teian_model_box .model_box_img {
  margin: clamp(30px, 6vw, 60px) 0;
}

.pink_box_text {
  text-align: center;
  margin: clamp(30px, 6vw, 60px) 0 0;
}

.teian_pink_box .pink_box_img img {
  margin-top: -80px;
}

@media screen and (max-width: 767px) {

  .seciton_teian .seciton_teian-inner {
    padding: 0 15px;
  }

  .teian_pink_box {
    padding: 20px 15px 30px;
    margin-bottom: 40px;
  }

  .teian_pink_box.about_top_pink_box {
    margin-bottom: 0;
    /*padding: 20px 0 30px 10px;*/
  }

  .teian_pink_box .serif_text {
    margin-top: 20px;
    font-size: 16px;
  }

  .teian_pink_box .serif_text span {
    font-size: 18px;
  }

  .teian_pink_box .pink_box_img img {
    width: 132px !important;
    margin-top: -60px;
    margin-right: -30px;
  }

  .teian_pink_box.about_top_pink_box .pink_box_img img {
    width: 132px !important;
    margin-top: -40px;
    margin-left: -50px;
    margin-right: 0;
  }

  .seciton_teian .seciton_teian_ttl::before,
  .seciton_teian .seciton_teian_ttl::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }

  .teian_model_box {
    border-width: 1px;
  }

  .teian_model_box .model_box_read {
    margin: 30px 0 15px;
  }

  .teian_model_box .model_box_detail {
    padding: 30px 15px;
  }

  .teian_model_box .model_box_detail .ff_serif {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .teian_model_box .model_box_img {
    padding: 0 30px;
    box-sizing: border-box;
  }
}

/* FLOW */

.seciton_flow {
  padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
  background:
    linear-gradient(180deg, transparent 0 5%, #F2F2F2 25%),
    url(../img/hokuro_03/flow_bg.webp) repeat-x #F2F2F2;
  background-position: top center;
  text-align: center;
}

.flow_list {
  position: relative;
}

.flow_list::after {
  content: "";
  height: 100%;
  border-left: #f43a69 2px dotted;
  position: absolute;
  top: 0;
  left: 50%;
}

.flow_list-item {
  margin-top: 80px;
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
  position: relative;
  z-index: 1;
}

.flow_list-ttl {
  padding: 40px 0;
  background: #f43a69;
  text-align: center;
  color: #fff;
  position: relative;
}

.flow_list-ttl .flow_list-step {
  display: flex;
  align-items: center;
  background: #fff;
  border: #f43a69 2px solid;
  position: absolute;
  left: 0;
  top: -20px;
  padding: 2px 20px;
  font-size: 30px;
  font-weight: 500;
  color: #f43a69;
  letter-spacing: 0.1em;
}

.flow_list-ttl .flow_list-step span {
  font-size: 140%;
}

.flow_list-ttl .flow_list-title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.flow_list-ttl .flow_list-title span {
  display: block;
  font-size: 80%;
}

.flow_list-detail {
  padding: 60px;
  background: #fff;
  border: #f43a69 2px solid;
  border-top: none;
}

.flow_list-detail .flow_list-text {
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.8;
}

.flow_list-detail .flow_list-text.small {
  font-size: 20px;
}


@media screen and (max-width: 767px) {

  .seciton_flow_inner {
    padding: 0 15px;
  }

  .flow_list-item {
    margin-top: 50px;
  }

  .flow_list-ttl {
    padding: 20px 10px;
  }

  .flow_list-ttl .flow_list-step {
    padding: 2px 10px;
    border-width: 1px;
    font-size: 16px;
    top: -15px;
  }

  .flow_list-ttl .flow_list-title {
    font-size: 20px;
  }

  .flow_list-detail {
    padding: 15px 15px 20px;
  }

  .flow_list-detail .flow_list-text {
    margin-top: 20px;
    font-size: 14px;
  }

  .flow_list-detail .flow_list-text.small {
    font-size: 12px;
  }
}

/* FAQ */

.seciton_qa {
  padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
  background:
    linear-gradient(180deg, transparent 0 5%, #FFFFFF 25%),
    url(../img/hokuro_03/flow_bg.webp) repeat-x #FFFFFF;
  background-position: top center;
  text-align: center;
}

.seciton_qa_inner {
  padding: 0 50px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .seciton_qa_inner {
    padding: 0 15px;
  }
}

/* CLINIC */

.section_clinic {
  padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
  background:
    linear-gradient(180deg, transparent 0 5%, #FFFFFF 25%),
    url(../img/hokuro_03/flow_bg.webp) repeat-x #FFFFFF;
  background-position: top center;
  text-align: center;
}

.section_clinic_inner {
  padding: 0 50px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .section_clinic_inner {
    padding: 0 15px;
  }
}

/* RESERVE */

.reserve {
  background: #FFFFFF;
}

/* 追記 */
.section_enquete_hyaluronic {
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -o-transform: translateY(-70px);
}


/* about */
.section_about {
  overflow: hidden;
  background-color: #fff;
}

.section_about02 {
  overflow: hidden;
}

.section_about_sec03 {
  background: #FFFFFF;
  padding: 0 clamp(15px, 3vw, 30px);
}

/*.about_top {
  background-color: #FACFDB;
}*/
.about_top_pink_box {
  background-color: #fff;
}

.about_top_pink_box_in {
  background-color: #FFEDF2;
  padding: 33px 15px 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.box_img_cycle {
  width: 100%;
  max-width: 628px;
  margin: 0 auto;
}

.box_img_cycle>img {
  width: 100%;
}

.about_top_txt {
  padding-top: clamp(60px, 10.1vw, 101px);
  color: #F53A69;
  text-align: center;
  font-weight: 500;
  letter-spacing: .2em;
  font-size: clamp(20px, 3.8vw, 38px);
  line-height: 1.4;
}

.about_top_img {
  max-width: 1100px;
  margin: 0 auto clamp(30px, 6.5vw, 65px);
  position: relative;
}

.about_top_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57.18%;
}

.about_top_img>picture>img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.eciton_about_ttl {
  margin-bottom: clamp(20px, 3.2vw, 32px);
}

/* brackets(「」書き) */
.brackets {
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.brackets--blue {}

.brackets::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}

.brackets--pink::before {
  border-bottom: #F53A69 solid 2px;
  border-left: #F53A69 solid 2px;
}

.brackets--blue::before {
  border-bottom: #5B5ECE solid 2px;
  border-left: #5B5ECE solid 2px;
}

.brackets::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.brackets--pink::after {
  border-top: #F53A69 solid 2px;
  border-right: #F53A69 solid 2px;
}

.brackets--blue::after {
  border-top: #5B5ECE solid 2px;
  border-right: #5B5ECE solid 2px;
}

.brackets>span {
  font-size: clamp(22px, 4.4vw, 44px);
}

.brackets--pink>span {
  color: #F53A69;
}

.brackets--blue>span {
  color: #5B5ECE;
}

@media screen and (max-width: 767px) {
  .about_top_img>picture>img {
    height: auto;
    position: static;
    transform: none;
  }

  .about_top_img::before {
    padding-top: 0;
  }

  .brackets::before {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }

  .brackets::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}

/* coupon */
.coupon_area {
  background: #FDFCFF;
}

.coupon_area.blue {
  background: #F5F8FF;
}

.coupon_area p {
  text-align: center;
}

/* btn */
p.btn {
  background: #FFFFFF;
  text-align: center;
  padding-bottom: clamp(10px, 3vw, 50px);
  position: relative;
}

p.btn.blue {
  background: #F5F8FF;
}


/* about02 */
.about_top_txt--blue {
  color: #5199EB;
  padding-top: clamp(60px, 10.1vw, 101px);
  text-align: center;
  font-weight: 500;
  letter-spacing: .2em;
  font-size: clamp(20px, 3.8vw, 38px);
  padding-bottom: 22px;
  line-height: 1.4;
}

.about_top--blue {
  background-color: #F5F8FF;
}

.about_top_img--blue {
  background-color: #F5F8FF;
  margin-bottom: clamp(30px, 6.3vw, 63px);
  width: 100%;
  text-align: center;
}

.problem_ttl_eng--blue {
  color: #569CEC;
}

.seciton_ttl_area--blue {
  background-color: #fff;
}

.problem_ttl_area--blue::before {
  background-image: url(../img/hokuro_03/blue_diamond.webp);
}

.about_top_blue_box {
  padding: 0 40px 48px;
}

.about_top_blue_box::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: clamp(20px, 4.8vw, 48px);
  background-color: #E3F0FF;
  max-width: 1000px;
  margin: 0 auto;
}

.about_top_blue_box_in {
  text-align: center;
  background-color: #E3F0FF;
  padding: 0 0 clamp(24px, 4.8vw, 48px);
  max-width: 1000px;
  margin: 0 auto;
}

.about_top_blue_box_in>.top_img {
  margin-bottom: clamp(15px, 2.1vw, 21px);
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
}

.about_top_blue_box_in>p {
  text-align: center;
  margin-bottom: clamp(15px, 3.5vw, 35px);
  font-weight: bold;
  font-size: clamp(16px, 2.8vw, 28px);
  line-height: 1.7;
  font-weight: 500;
}

.about_blue_box {
  padding: 33px 15px 40px;
}

.about02_box_item {
  margin-bottom: clamp(15px, 4.9vw, 49px);
  text-align: center;
}

.about02_box_item>h3 {
  font-size: clamp(20px, 3.3vw, 33px);
  padding: 8px 1em;
  background-color: #5B5ECE;
  color: #fff;
  display: inline-block;
  margin-bottom: clamp(20px, 3.4vw, 34px);
  font-weight: 600;
}

.brackets_about {
  margin-bottom: clamp(15px, 3.3vw, 33px);
}

.about02_top_content {
  width: 84%;
  max-width: 582px;
  margin: 0 auto;
}

.about02_top_content.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about02_top_content>.img {
  width: 31%;
  max-width: 182px;
  margin-right: clamp(10px, 2.4vw, 24px);
  line-height: 1.2;
}

.about02_box_item_inner_list {
  flex: 1;
}

.about02_box_item_inner_list>li {
  font-size: clamp(16px, 3vw, 30px);
  font-weight: 500;
  margin-bottom: clamp(7px, 1vw, 10px);
  padding-left: 15px;
  position: relative;
  line-height: 1.4;
}

.about02_box_item_inner_list>li::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: clamp(8px, 2.3vw, 20px);
  left: 0;
  border-radius: 100vh;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #444444;
  -webkit-border-radius: 100vh;
  -moz-border-radius: 100vh;
  -ms-border-radius: 100vh;
  -o-border-radius: 100vh;
}

.about02_box_item_inner_list>li:last-child {
  margin-bottom: 0;
}

.about02_box_bottom {
  padding: 0 0 clamp(20px, 2.4vw, 24px);
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

.about02_box_bottom_problem {
  margin-bottom: 16px;
  padding: clamp(20px, 4vw, 40px) 15px 0;
}

.about02_box_bottom_problem.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about02_box_bottom_problem>p {
  line-height: 160%;
  font-weight: bold;
  font-size: clamp(14px, 2.8vw, 28px);
  flex: 1;
  padding-right: 0px;
}

.about02_box_bottom_problem>.img {
  width: 33%;
  max-width: 311px;
}

.about02_box_bottom_problem>.img>img {
  width: 100%;
}

.about02_box_bottom>.bottom_img {
  padding: 0 15px;
  text-align: center;
  max-width: 628px;
  margin: 0 auto;
}

.bottom_img>img {
  width: 100%;
}

.about02_box_bottom_text {
  margin-top: clamp(10px, 2.8vw, 28px);
  padding: 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(18px, 3.2vw, 34px);
}

.about02_pattern {
  background-color: #F5F8FF;
}

@media screen and (max-width: 767px) {
  .about02_box_bottom_problem>.img {
    position: relative;
    left: -15px;
  }

  .about02_box_bottom_problem {
    padding: 0;
  }

  .about02_box_bottom_problem>p {
    padding-right: 15px;
  }

  .about_top_blue_box_in>.top_img {
    margin-bottom: 0;
    transform: translate(-100px, -20px);
    -webkit-transform: translate(-100px, -20px);
    -moz-transform: translate(-100px, -20px);
    -ms-transform: translate(-100px, -20px);
    -o-transform: translate(-100px, -20px);
  }

  .about_top_blue_box {
    padding: 0 15px 48px;
  }

}


/* which */
.section_which {
  background-color: #FAD6E0;
  padding-top: 25px;
}

.which_inner {
  padding: clamp(30px, 8vw, 80px) 15px;
  position: relative;
}

.which_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: #ffd8e5;
}

.which_inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  background-color: #d6e2ff;
}

.which_img {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 10;
}

.which_img>picture>img {
  width: 100%;
}

.which_left {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
}

.which_right {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
}

.which_link>a {
  display: block;
  width: 100%;
  height: 100%;
}

/* treatment */
.section_treatment {
  background-color: #fff;
  padding: clamp(40px, 8vw, 80px) 0;
}

.treatment_ttl_area {
  margin-bottom: clamp(30px, 3.4vw, 34px);
}

.treatment_ttl_area::before {
  background-image: url(../img/hokuro_03/pink_diamond.webp);
}

.treatment_ttl_eng {
  color: #F76A8E;
}

.treatment_outer {
  padding: 0 clamp(15px, 3vw, 30px)
}

.treatment_inner {
  background-color: #FFE2EA;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 0 clamp(15px, 6vw, 30px) clamp(30px, 8vw, 80px);
  padding-top: 20px;
}

@media screen and (max-width:767px){
  .treatment_inner{
    background-color: #FFE2EA;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    padding: 0 clamp(15px, 6vw, 60px) clamp(30px, 8vw, 80px);
  }
}

.treatment_inner>.top_img {
  margin-bottom: clamp(15px, 2.1vw, 21px);
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  text-align: center;
}

.treatment_top_txt {
  text-align: center;
  margin-bottom: clamp(15px, 3.5vw, 35px);
  font-weight: bold;
  font-size: clamp(16px, 2.8vw, 28px);
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 17px;
  color: #191919;
}

.treatment-box {
  margin-top: clamp(40px, 7.3vw, 73px);
}

.treatment-box--first {
  margin-top: 0;
}

.treatment_content_ttl {
  color: #F53A69;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: clamp(22px, 3.6vw, 36px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: clamp(22px, 6vw, 60px);
  padding-bottom: 18px;
}

.treatment_content_ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #F53A69;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.white-box_txt {
  margin-bottom: 17px;
}

.white-box_merit {
  padding: clamp(15px, 4.8vw, 48px);
  background-color: #F9F9F9;
}

p.white-box_merit_ttl {
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 600;
  color: #5D6AFF;
}

.white-box_merit>ul {}

.white-box_merit>ul>li {
  font-size: clamp(16px, 2.5vw, 25px);
  font-weight: 500;
  margin-bottom: clamp(7px, 1vw, 10px);
  padding-left: 15px;
  position: relative;
  line-height: 1.4;
}

.white-box_merit>ul>li::before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  top: clamp(9px, 1.6vw, 16px);
  left: 0;
  border-radius: 100vh;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #444444;
  -webkit-border-radius: 100vh;
  -moz-border-radius: 100vh;
  -ms-border-radius: 100vh;
  -o-border-radius: 100vh;
}

@media screen and (max-width: 767px) {
  .treatment_inner>.top_img {
    margin-bottom: 20px;
    transform: translate(15px, 5px);
    -webkit-transform: translate(15px, 5px);
    -moz-transform: translate(15px, 5px);
    -ms-transform: translate(15px, 5px);
    -o-transform: translate(15px, 5px);
    text-align: left;
  }

  .treatment_inner {
    padding: 0 15px 30px;
  }

  .treatment_outer {
    padding: 0 15px;
  }
}




/*クーポン*/
.coupon-box {
  position: relative;
}

.coupon-btn {
  position: absolute;
  bottom: 0;
}


/*　WEB予約クーポン　*/

.wrap1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.limit_btn {
  padding: clamp(20px, 4vw, 40px) 0 clamp(35px, 7vw, 70px);
  text-align: center;
}

@media screen and (max-width: 640px) {
  .limit_btn {
    padding: clamp(20px, 4vw, 40px) clamp(15px, 1.5vw, 15px) clamp(35px, 7vw, 70px);
  }
}

.bg_yellow {
  background-color: #fef2f2;
}

.btn-area {
  position: absolute;
  bottom: 2vh;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
}

@media screen and (max-width: 640px) {
  .btn-area {
    width: 85%;
    bottom: -30px;
  }
}

.section-btn2 {
  position: relative;
}

.box_countdown {
  font-family: 'Noto Sans JP', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN';
  margin: 0px auto -15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  padding: 33px 15px;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  width: 90%;
  top: -80px;
  left: 50%;
  transform: translate(-50%);
  height: min(60px, calc(calc(60/750) * 100vw));
  border-radius: 3px;
}

@media screen and (min-width: 640px) {
  .btn-area {
    width: 95%;
    bottom: -2vh;
  }
}

@media screen and (max-width: 640px) {
  .box_countdown {
    top: -75%;
    width: 100%;
  }
}

/*.box_countdown::before,
.box_countdown::after {
  content: '';
  position: absolute;
  left: 50%;
  height: 0;
  width: 0;
  border-width: 14px;
  border-style: solid solid solid none;
  transform: rotate(270deg);
}
.box_countdown::before {
  bottom: -20px;
  border-color: transparent #fff;
  z-index: 1;
}
.box_countdown::after {
  bottom: -21px;
  border-color: transparent #fff;
}*/

.hokuro_txt {
  font-size: clamp(14px, 2.2vw, 22px);
  line-height: 200%;
  font-weight: 500;
  width: 700px;
}

.ibo_hokuro_img {
  width: 40%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.fin_txt {
  font-size: min(24px, calc(calc(24/750) * 100vw));

}

.box_countdown p {
  font-size: min(28px, calc(calc(28/750) * 100vw));
  font-weight: bold;
}

.box_countdown .yycountdown-box {
  margin-left: 10px;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
  font-size: min(32px, calc(calc(32/750) * 100vw));
  color: #000000;
  border-radius: 5px;
  padding: 1.5px 6px;
  font-weight: bold;
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
  font-size: min(32px, calc(calc(32/750) * 100vw));
  margin: 0 5px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .box_countdown {
    max-width: 95%;
    padding: 5px 7px;
    margin: 0px auto -4px;
  }

  .box_countdown::before,
  .box_countdown::after {
    border-width: 7px;
  }

  .box_countdown::before {
    bottom: -10px;
  }

  .box_countdown::after {
    bottom: -11px;
  }

  .box_countdown .yycountdown-box {
    margin-left: 5px;
  }

  .box_countdown .yyc-day,
  .box_countdown .yyc-hou,
  .box_countdown .yyc-min,
  .box_countdown .yyc-sec {
    /* font-size: 15px; */
    padding: 0 3px;
    border-radius: 3px;
  }

  .box_countdown .yyc-day-text,
  .box_countdown .yyc-hou-text,
  .box_countdown .yyc-min-text,
  .box_countdown .yyc-sec-text {
    /* font-size: 12px; */
    margin: 0 2px;
  }
}

.change_btn {
  position: relative;
  width: 80%;
  margin: 0 auto;
  top: -20px;
}

.change_btn img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.change_btn::before {
  content: '';
  display: block;
  position: absolute;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: ease .4s;
}

.change_btn:hover::before {
  opacity: 1;
}

.foot_btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .foot_btn {
    right: 15px;
    bottom: 90px;
    width: 50px;
  }
}

#float_bnr {
  width: 750px;
  text-align: center;
  display: none;
  position: fixed;
  left: calc(50% - 375px);
  bottom: 0;
  z-index: 90;
}

#float_bnr .close {
  width: 27px;
  height: 27px;
  text-indent: -1000px;
  background: url(../img/common/lightbox_close.webp) no-repeat center;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  #float_bnr {
    width: 100%;
    left: 0;
  }

  #float_bnr img {
    max-width: 100vw;
  }

  #float_bnr .close {
    background-size: 60%;
    top: 0;
    right: 0;
  }
}



/* カウントダウンCTA 
==================================== */
.wrap750 {
  max-width: 750px;
  margin: 0 auto;
}

.wrap630 {
  max-width: 630px;
  margin: 0 auto;
}

.count_cta {
  position: relative;
}

.count_cta .box_countdown .yyc-day,
.count_cta .box_countdown .yyc-hou,
.count_cta .box_countdown .yyc-min,
.count_cta .box_countdown .yyc-sec {
  color: #616161 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(32px, calc(calc(32/750) * 100vw));
  font-weight: 500;
  padding: 0;
  line-height: 1;
}

@media screen and (max-width: 750px) {

  .count_cta .box_countdown .yyc-day,
  .count_cta .box_countdown .yyc-hou,
  .count_cta .box_countdown .yyc-min,
  .count_cta .box_countdown .yyc-sec {
    font-weight: 600;
  }
}

.count_cta .box_countdown .yyc-day-text,
.count_cta .box_countdown .yyc-hou-text,
.count_cta .box_countdown .yyc-min-text,
.count_cta .box_countdown .yyc-sec-text {
  color: #616161 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(22px, calc(calc(22/750) * 100vw));
  font-weight: 600;
  margin: 0 min(3px, calc(calc(3/750) * 100vw));
}

.count_cta .box_countdown {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  height: auto;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.count_cta .box_countdown .yycountdown-box {
  margin-left: 0;
}

.count_cta ._count_box,
.count_cta ._cta_btn {
  position: absolute;
}

.count_cta ._count_box {
  right: min(115px, calc(calc(115/750) * 100vw));
  bottom: min(208px, calc(calc(208/750) * 100vw));
}

.count_cta ._cta_btn {
  margin: auto;
  left: 0;
  right: 0;
  bottom: min(65px, calc(calc(65/750) * 100vw));
}

* 交通費補助改修 */ .wrap630 {
  width: 630px;
  margin: 0 auto;
}

.transportation__cont {
  background: #fef4fa;
  border-radius: 5px;
  padding: min(60px, calc(calc(60 / 750)* 100vw)) 0;
  margin-bottom: min(115px, calc(calc(115 / 750)* 100vw));
}

@media screen and (max-width: 750px) {
  .transportation__cont {
    border-radius: 0.67vw;
    /* padding: 4vw 0; */
  }
}

.transportation__cont img {
  width: 100%;
}

.transportation__cont p {
  font-size: clamp(16px, 2vw, 30px);
  line-height: 2;
}

/* クリニック一覧
==================================== */
.clinic__bg {
  background-color: #fff;
}

.section_clinic .seciton_ttl_area {
  margin-bottom: 0;
}


/* 無料カウンセリング予約
==================================== */
.reserve__read p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

.reserve__read p span {
  color: #f43a69;
}

.reserve__read p span._line {
  position: relative;
}

.reserve__read p span._line::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f43a69;
  position: absolute;
  bottom: 0;
  left: 0;
}


@media screen and (max-width: 750px) {
  .head__menu {
    top: 10.2vw !important;
  }
}

/* menu
==================================== */
.nav_menu__wrap li a {
  color: #F34673;
  height: min(110px, calc(calc(110 / 750)* 100vw));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav_menu__wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: min(2px, calc(calc(3 / 750)* 100vw)) solid #F34673;
}

.nav_menu__wrap li::before {
  content: "";
  width: min(7px, calc(calc(7 / 750)* 100vw));
  height: min(7px, calc(calc(7 / 750)* 100vw));
  border-top: min(3px, calc(calc(3 / 750)* 100vw)) solid #F34673;
  border-right: min(3px, calc(calc(3 / 750)* 100vw)) solid #F34673;
  position: absolute;
  top: 50%;
  right: min(20px, calc(calc(20 / 750)* 100vw));
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}

.nav_menu__wrap li {
  width: 50%;
  background: #FFF;
  border: min(2px, calc(calc(2 / 750) * 100vw)) solid #F34673;
  border-bottom: none;
  text-align: center;
  font-size: min(28px, calc(calc(28 / 750) * 100vw));
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

.nav_menu__wrap li:nth-child(odd) {
  border-right: none;
}

/*-- TCB_AD-7037 多言語サイトボタン追加用 --*/
h1.section_header_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section_header_web2 {
  display: flex;
  width: min(80px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: min(10px, calc(calc(10 / 750)* 100vw));
}

@media screen and (max-width: 750px) {
  .section_header_web a img {
    object-fit: cover;
    height: 100%;
  }

  h1.section_header_logo {
    justify-content: center;
  }

  .lp_header {
    padding-left: 10px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}


/* クーポン・セットメニュー
==================================== */
.set_coupon__bg {
  background: linear-gradient(180deg, rgba(255, 251, 236, 0.45), rgba(255, 204, 194, 0.45));
  padding-bottom: min(60px, calc(calc(60/750) * 100vw));
}

.set_coupon__frame {
  position: relative;
  text-align: center;
  background: #ffebed url(../img/hokuro_03/set_coupon__frame_bg.webp) no-repeat bottom center / contain;
  padding: min(47px, calc(calc(47/750) * 100vw)) min(28px, calc(calc(28/750) * 100vw));
  margin: min(50px, calc(calc(50/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw)) 0;
  border-radius: min(30px, calc(calc(30/750) * 100vw));
  border: min(2px, calc(calc(2/750) * 100vw)) solid #fe6392;
  box-shadow: 5px 10px 25px rgba(186, 149, 149, .45);
}

@media screen and (max-width: 750px) {
  .set_coupon__frame {
    box-shadow: 0.67vw 1.33vw 3.33vw rgba(186, 149, 149, .45);
  }
}

.set_coupon__priceBox {
  background: #fff;
  border-radius: min(20px, calc(calc(20/750) * 100vw));
  padding: min(20px, calc(calc(20/750) * 100vw));
  margin: min(15px, calc(calc(15/750) * 100vw)) auto min(35px, calc(calc(35/750) * 100vw));
  box-shadow: 4px 4px 10px rgba(217, 135, 158, 0.5), inset 5px 0 10px rgba(204, 98, 128, 0.35);
}

@media screen and (max-width: 750px) {
  .set_coupon__priceBox {
    box-shadow: 0.53vw 0.53vw 1.33vw rgba(217, 135, 158, 0.5), inset 0.67vw 0 1.33vw rgba(204, 98, 128, 0.35);
  }
}


.set_coupon__btn {
  margin-top: min(20px, calc(calc(20/750) * 100vw));
}

/*20250926 TCB_AD-9019*/
/*対象施術　注釈表記*/
.note__coupon {
  margin-top: min(20px, calc(20 / 750 * 100vw));
  /*font-size: min(16px, calc(calc(16 / 750) * 100vw));*/
  /*line-height: min(26px, calc(calc(26 / 750) * 100vw));*/
  padding: 0 min(30px, calc(calc(30 / 750) * 100vw));
  font-feature-settings: "palt";

  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 767px) {
  .note__coupon {
    font-size: 11px;
  }
}

/* TCB_AD-9112 多言語サイトに遷移用 */
.flag {
  height: min(40px, calc(40 / 750 * 100vw));
  width: auto !important;
  object-fit: contain;
}

h1.section_header_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}

.section_header_web02 a {
  color: #5d5d5d;
}

.section_header {
  width: 100%;
}

.section_header_web img {
  height: 100%;
}

.section_header_web {
  position: relative;
  display: block;
  width: min(320px, calc(calc(320/750) * 100vw));
  height: 100%;
}

.section_header_txt {
  position: absolute;
  font-size: min(27px, calc(calc(26/750)*100vw));
  font-weight: 600;
  color: #fff;
  top: min(11px, calc(calc(17/750) * 100vw));
  text-align: center;
  left: 0;
  right: 0;
}

.section_header_txt span {
  font-size: min(20px, calc(calc(18/750)*100vw));
}

.section_header_web02 a {
  color: #5d5d5d;
}

.section_header_web02 {
  display: flex;
  width: min(160px, calc(calc(160 / 750) * 100vw));
  text-align: center;
  font-size: min(14px, calc(calc(14/750)*100vw));
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 5px;
  gap: min(5px, calc(calc(5/750) * 100vw));
  align-items: center;
}

@media screen and (max-width: 767px) {
  .lp_header {
    padding-left: 0;
  }
}

/* TCB_AD-9112 多言語サイトに遷移用 */
.flag {
  height: min(40px, calc(40 / 750 * 100vw));
  width: auto !important;
  object-fit: contain;
}

h1.section_header_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}

.section_header_web02 a {
  color: #5d5d5d;
}

.section_header_web02 a:hover {
  color: #5d5d5d;
  text-decoration: none;
}

.section_header {
  width: 100%;
  height: min(90px, calc(calc(90/750) * 100vw));
}

.section_header_web img {
  height: 100%;
}

.section_header_web {
  position: relative;
  display: block;
  width: min(320px, calc(calc(320/750) * 100vw));
  height: 100%;
}

.section_header_txt {
  position: absolute;
  font-size: min(27px, calc(calc(27/750)*100vw));
  font-weight: 600;
  color: #fff;
  top: min(17px, calc(calc(17/750) * 100vw));
  text-align: center;
  left: 0;
  right: 0;
}

.section_header_txt span {
  font-size: min(20px, calc(calc(20/750)*100vw));
}

.section_header_web02 a {
  color: #5d5d5d;
}

.section_header_web02 {
  display: flex;
  width: min(180px, calc(calc(180 / 750) * 100vw));
  text-align: center;
  font-size: min(14px, calc(calc(14/750)*100vw));
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 5px;
  gap: min(5px, calc(calc(5/750) * 100vw));
  align-items: center;
}

header .head__menu {
  top: min(90px, calc(calc(90 / 750) * 100vw)) !important;
}

@media screen and (max-width: 767px) {
  .lp_header {
    padding-left: 0;
  }
}

/* 追加CTA部分など 20251016 */
.coupon__btn--green {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 80%;
  bottom: var(--btn-bottom);
}

.btn-pos-1 {
  --btn-bottom: 8%;
}

.btn-pos-2 {
  --btn-bottom: 3%;
}

.btn-pos-3 {
  --btn-bottom: 11%;
}

.btn-pos-4 {
  --btn-bottom: 5%;
}

.coupon_offer_g {
  /* 左右余白消す */
  padding: 0 !important;
}

.coupon_offer_g__count .yyc-day,
.coupon_offer_g__count .yyc-hou,
.coupon_offer_g__count .yyc-min,
.coupon_offer_g__count .yyc-sec {
  color: #3f3f3f !important;
  padding-left: min(6px, calc(calc(6/750) * 100vw)) !important;
}

.coupon_offer_g__count::before, .coupon_offer_g__count::after {
  background-color: #3f3f3f !important;
}

.coupon_offer_g__count .yyc-day-text,
.coupon_offer_g__count .yyc-hou-text,
.coupon_offer_g__count .yyc-min-text,
.coupon_offer_g__count .yyc-sec-text {
  color: #3f3f3f !important;
}

.coupon_offer_g__count {
  color: #3f3f3f !important;
}
/*20251107 TCB_AD-9382 アンカーリンク追加*/
#js--anchor_plan::before {
  content: "";
  display: block;
  height: min(90px, calc(calc(90 / 750) * 100vw));
  margin-top: max(-90px, calc(-1 * (calc(90/750) * 100vw)));
  visibility: hidden;
}

/* 20251201 TCB_AD-9296 限定解除要件アコーディオン */
.ex_acc__head {
    background: #efefef;
    text-align: center;
    color: #585858;
    font-size: min(32px, calc(calc(32/750) * 100vw));
    font-weight: 500;
    line-height: 1;
    padding: min(24px, calc(calc(24/750) * 100vw)) 0;
    position: relative;
    cursor: pointer;
}
.ex_acc__head.white {
  background: #FFF;
}
.ex_acc__head::before,
.ex_acc__head::after {
    content: "";
    background: #707070;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
.ex_acc__head::before {
    width: min(30px, calc(calc(30/750) * 100vw));
    height: min(2px, calc(calc(2/750) * 100vw));
    right: min(30px, calc(calc(30/750) * 100vw));
}
.ex_acc__head::after {
    width: min(2px, calc(calc(2/750) * 100vw));
    height: min(30px, calc(calc(30/750) * 100vw));
    right: min(44px, calc(calc(44/750) * 100vw));
    transition: all 0.3s;
}
.ex_acc__head.js--accordion-open::after {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.ex_acc__body {
    display: none;
    background: #fff;
    margin: 0 auto;
}
.ex_acc__body.gray {
  background: #efefef;
}

.ex_acc__wrap_box {
    margin: 0 auto;
    padding: min(50px, calc(calc(50/750) * 100vw)) 0;
    width: 90%;
}

.reason__wrap {
  position: relative;
}

.reason__wrap > img.w100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}
/*———————————
 Frames_basic
 基本の縦組み・センター寄せ
———————————–*/
/*Frames——*/
/*FRAME normal*/
.frames_basic,
.frames_basic__wrap,
.frames_basic__wrap a{
  margin: 0 auto;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
}
.frames_basic__wrap,
.frames_basic__wrap a{
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  overflow: visible;
}
.frames_basic.nolimit{
  width: 100%;
  max-width: 100%;
}
.frames_basic__wrap.nolimit{
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
/*Frames 拡張*/
.gap_20{
  gap: min(20px,calc(20 / 750 * 100vw));
}
.gap_30{
  gap: min(30px,calc(30 / 750 * 100vw));
}
.gap_40{
  gap: min(40px,calc(40 / 750 * 100vw));
}
.gap_50{
  gap: min(50px,calc(50 / 750 * 100vw));
}
.gap_60{
  gap: min(60px,calc(60 / 750 * 100vw));
}
.gap_80{
  gap: min(80px,calc(80 / 750 * 100vw));
}
.bgcol_white{
  background-color:white;
}
.bgcol_gold {
    background-image: linear-gradient(to bottom, #8b5321, #ffdc7e, #de9e24, #8b5321);
    position: relative;
}
.border_gray{
  border:1px solid gray;
}
.border_gold {
    border: 2px solid;
    border-image:linear-gradient(to bottom, #8b5321, #ffdc7e, #de9e24, #8b5321) 1;
}
.font35{
  font-size: min(35px, calc(35 / 750 * 100vw));
}
.frames_basic p.info{
  font-size: min(18px,calc(18 / 750 * 100vw));
  color:#474747;
  font-family: var(–font-yu-gothic);
}
.padding_lr14{
  padding-left:min(14px,calc(14 / 750 * 100vw));
  padding-right:min(14px,calc(14 / 750 * 100vw));
}
.padding_lr30{
  padding-left:min(30px,calc(30 / 750 * 100vw));
  padding-right:min(30px,calc(30 / 750 * 100vw));
}
.padding_cta{
  padding: min(37px,calc(37 / 750 * 100vw)) min(14px,calc(14 / 750 * 100vw)) min(30px, calc(30 / 750 * 100vw)) min(14px,calc(14 / 750 * 100vw));
}
.shadow{
  filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.28));
}
.shadow_light{
  filter: drop-shadow(3px 3px 3px rgba(100, 100, 100, 0.1));
}

.frames_basic.info01{
  padding:
    min(30px,calc(30 / 750 * 100vw));
    box-sizing:border-box;

}

/* ===== TCB_AD-10102 FV・クーポンコンテンツ変更追加CSS ===== */
.fv_bottom {
  padding: min(30px, calc(calc(30/750) * 100vw)) min(60px, calc(calc(60/750) * 100vw)) 0;
  background: url(../img/hokuro_03/fv_bottom__bg.jpg) no-repeat center / cover;
}
.fv_bottom__case {
  margin-top: min(20px, calc(calc(20/750) * 100vw));
  filter: drop-shadow(6px 8px 0px rgba(222,137,181,0.8));
}
@media screen and (max-width: 767px) {
  .fv_bottom__case {
    filter: drop-shadow(3px 4px 0px rgba(222,137,181,0.8));
  }
}
.fv_bottom p {
  font-family: var(--font-yugothic);
  font-size: min(17px, calc(calc(17/750) * 100vw));
  color: #dc0072;
  text-align: right;
  font-feature-settings: "palt";
  padding: min(25px, calc(calc(25/750) * 100vw)) 0;
}

/* ===== ほくろLP用CTA ===== */
/* hokuro_cta02（ロング） */
.hokuro_cta02 {
  background-image: linear-gradient(156deg, #dbc6ea, #ffc6d4);
  padding: min(5px, calc(calc(5 / 750) * 100vw)) 0 min(40px, calc(calc(40 / 750) * 100vw));
  box-sizing: border-box;
}
.hokuro_cta02__cont01 {
  margin: min(35px, calc(calc(35 / 750) * 100vw)) auto min(38px, calc(calc(38 / 750) * 100vw));
}
.hokuro_cta02__cont02 {
  margin-bottom: min(45px, calc(calc(45 / 750) * 100vw));
}
.hokuro_cta02 p {
  text-align: center;
  font-family: var(--font-yugothic);
  color: #555555;
  font-size: min(23px, calc(calc(23/750) * 100vw));
  margin-top: min(25px, calc(calc(25/750) * 100vw));
}

/* 01,02共通 */
.hokuro_cta__count {
  margin-top: min(45px, calc(calc(45 / 750) * 100vw));
}
.hokuro_cta__count .coupon_offer_g__btn {
  width: 92%;
  text-align: center;
}