/* ========================================

二重（若年層向け） シーズナル　個別css
# double-eyelid_7.cssより移植
======================================== */
@charset "UTF-8";
.seciton_reason .section_ttl_eng {
  color: #f0b7c6;
}

.seciton_point .section_ttl_eng {
  color: #c7c7c7;
}

.seciton_plan .section_ttl_eng {
  color: #f0b7c6;
}

.seciton_flow .section_ttl_eng {
  color: #c7c7c7;
}

.seciton_qa .section_ttl_eng {
  color: #c7c7c7;
}

.seciton_qa .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
}

.section_clinic .section_ttl_eng {
  color: #c7c7c7;
}

.section_clinic .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
}

.reserve .section_ttl_eng {
  color: #c7c7c7;
}

.reserve .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
  margin-bottom: 0;
}

.seciton_reason p,
.seciton_point p,
.seciton_reason .sec_ttl {
  text-align: center;
}

.seciton_reason .sec_ttl {
  text-align: center;
}

.wrap1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.flex-box {
  display: flex;
}

/* ========================================
    共通始まり */

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;
}

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;
}

@media only screen and (max-width: 767px) {
  main .main_inner {
    width: 100%;
    box-shadow: none;
  }
}

.seciton_qa,
.section_clinic,
.reserve {
  background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%),
    url(../img/double-eyelid_5/flow_bg.png) repeat-x #ffffff;
  background-position: top center;
}

.fv,
.change,
.reason,
.plan {
  background: #fff3fc;
  background-image: url("../img/university_double-eyelid/sakura_pattern.png");
  background-size: auto;
  background-repeat: repeat-y;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .fv,
  .change,
  .reason,
  .plan {
    background: #fff3fc;
    background-image: url("../img/university_double-eyelid/sakura_pattern.png");
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: inherit;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.fc_pink span {
  color: #ff5dc0;
}

.fc_pink_serif span.small {
  font-size: clamp(10px, 2vw, 20px);
}

.fc_pink_serif strong {
  font-size: clamp(35px, 7vw, 70px);
}

.fc_pink_serif span.medium {
  font-weight: bold;
}

.fc_pink_serif {
  font-size: clamp(20px, 3.6vw, 36px);
  line-height: 160%;
}

.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, 14vw, 140px);
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 clamp(40px, 8vw, 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: 0;
  right: 720px;
  margin: 0 auto;
  bottom: 0;
}

.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;
}

.title__wrap--top {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman,
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #f0b7c6;
}

.title__wrap__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  height: clamp(70px, 14vw, 140px);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

.title__wrap__area::before {
  content: "";
  width: 238px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: absolute;
  left: 0;
  right: 720px;
  margin: 0 auto;
  bottom: 0;
}

.title__wrap--headline {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman,
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(22px, 4.2vw, 42px);
  font-weight: 500;
  line-height: 124%;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}

.ff_serif {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman,
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.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_point_drarea_bdbox .ff_serif {
  margin: 0 0 clamp(20px, 3vw, 30px);
  font-weight: bold;
}

.u_line {
  text-decoration: underline;
}

.u_line2 {
  border-bottom: 2px solid #ff5dc0;
  display: inline;
}

.fs40 {
  font-size: clamp(20px, 4vw, 40px);
}

.fs44 {
  font-size: clamp(22px, 4.4vw, 44px);
}

.ta_left {
  text-align: left !important;
}

.lh180 {
  line-height: 180%;
}

.fw_bold {
  font-weight: bold;
}

.p-diamond::before {
  background-image: url(../img/double-eyelid_5/reason_bg04.png);
}

.g-diamond::before {
  background-image: url(../img/double-eyelid_5/point_bg02.png);
}

.w-diamond {
  background-color: #ededed;
}

.w-diamond::before {
  background-image: url(../img/double-eyelid_5/white_diamond.png);
}

.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;
  }
}

/* 共通終わり
======================================== */

/* ========================================
    header始まり　*/

.section_header {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.section_header_tel {
  margin: 0;
}

/* header終わり
======================================== */

/* ========================================
    FV始まり　*/

.fv_area {
  overflow: hidden;
  position: relative;
}

.fv_area-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fv_area-inner::before {
    display: none;
  }
  .fv_area-inner img {
    width: 100%;
    height: auto;
    position: static;
    transform: none;
  }
}

.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, 2vw, 20px);
  font-weight: 500;
  color: #f54c77;
}

.fv_area p.btn {
  background: #fdd9e3;
  text-align: center;
  padding: clamp(30px, 4vw, 40px) 0 clamp(30px, 5vw, 50px);
}

@media screen and (max-width: 767px) {
  .fv_area p.point3 {
    padding: 15px 20px;
  }
}
/*
.limit_btn {
  padding: clamp(20px, 4vw, 40px) 0 clamp(35px, 7vw, 70px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .limit_btn {
    padding: clamp(20px, 4vw, 40px) clamp(15px, 1.5vw, 15px)
      clamp(35px, 7vw, 70px);
  }
}
*/
.box_countdown {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
  text-align: center;
  border-radius: 50px;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.box_countdown p {
  color: #7accff;
}

.box_countdown p {
  font-size: 20px;
}

.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: 32px;
  background: none !important;
  color: #ff5dc0 !important;
  border-radius: 5px;
  padding: 1.5px 6px;
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
  color: #ff5dc0 !important;
  font-size: 20px;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .box_countdown {
    max-width: 95%;
    padding: 5px 7px;
  }
  .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: 16px !important;
    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: 16px !important;
    margin: 0 2px;
  }

  .box_countdown p {
    font-size: 16px;
  }
  .change_btn {
    /* width: 90%; */
}

}

.fv__top {
  position: relative;
}

.flower {
  position: absolute;
}

.flower01 {
  left: -134px;
  bottom: -67px;
  z-index: 99;
}

.flower02 {
  right: -20px;
  transform: rotate(-175deg);
  bottom: 5px;
  z-index: 99;
}

.flower03 {
  bottom: 0px;
  left: -50px;
  z-index: 1;
}

.flower04 {
  bottom: 61px;
  right: -18px;
  z-index: 1;
}

.web_coupon {
  z-index: 20;
  position: relative;
}

.traffic_link_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 52%;
  margin: auto;
  height: 72%;
}

.traffic_link_icon img {
  height: 32%;
}

@media screen and (max-width: 767px) {
  .traffic_link_icon {
    width: 50%;
    height: 95%;
    left: 39%;
  }
}

/* FV終わり
======================================== */

/* ========================================
experiences 始まり */

.experiences {
  background-color: #ffe1e1;
}

.section_experiences .experiences_heading {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.section_experiences .experiences_item + .experiences_item {
  margin-top: 100px;
}

.section_experiences .experiences_item_heading {
  margin-bottom: 40px;
  padding: 15px 0;
  border: 1px;
  border-style: solid none;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.section_experiences .experiences_item_heading_strong {
  color: #ff5dc0;
  font-size: 40px;
}

.section_experiences .experiences_item_main {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.section_experiences .experiences_item_main_figure {
  flex-shrink: 0;
  width: 400px;
  margin: 0 auto;
}

.section_experiences .experiences_item_main_figure_thumb {
  display: block;
  max-width: 100%;
}

/* .experiences_item_main_figure_video {
  display: none;
} */

.section_experiences .experiences_item_main_text {
}

.section_experiences .experiences_item_main_text_figure {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
}

.section_experiences .experiences_item_main_text_desc {
  font-size: 24px;
  line-height: 1.8;
}

.section_experiences .experiences_item_gallery {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 50px;
}

.section_experiences .experiences_item_gallery_main {
  width: 315px;
  flex-shrink: 0;
}

.section_experiences .experiences_item_gallery_main_thumb {
  display: block;
  max-width: 100%;
}

.section_experiences .experiences_item_gallery_main_video {
  display: none;
}

.section_experiences .experiences_item_gallery_sub {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 20px;
}

.section_experiences .experiences_item_gallery_sub > * {
  width: calc((100% + 20px) / 2 - 20px) !important;
}

.section_experiences .experiences_item_gallery_sub_figure {
}

/* .section_experiences .experiences_item_gallery_sub_figure_thumb {
  display: block;
  max-width: 100%;
} */

/* .section_experiences .experiences_item_gallery_sub_figure_video {
  display: none;
} */

@media screen and (max-width: 767px) {
  .section_experiences .experiences_heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .section_experiences .experiences_item + .experiences_item {
    margin-top: 50px;
  }

  .section_experiences .experiences_item_heading {
    margin-bottom: 20px;
    padding: 5px 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .section_experiences .experiences_item_heading_strong {
    font-size: 24px;
  }

  .section_experiences .experiences_item_main {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .section_experiences .experiences_item_main_figure {
    width: 250px;
  }

  .section_experiences .experiences_item_main_text_figure {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .section_experiences .experiences_item_main_text_desc {
    font-size: 12px;
  }

  .section_experiences .experiences_item_gallery {
    flex-direction: column;
    padding: 20px;
  }

  .section_experiences .experiences_item_gallery_main {
    width: 250px;
    margin: 0 auto;
  }
}

/* experiences終わり
======================================== */

/* ========================================
enquete 始まり */

.enquete {
  background-color: #ffffff;
  background-image: url("../img/university_double-eyelid/sakura_pattern.png");
  background-size: auto;
  background-repeat: repeat-y;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .enquete {
    background-image: url("../img/university_double-eyelid/sakura_pattern.png");
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: inherit;
  }
}

.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;
  }
}

/* enquete終わり
======================================== */

/* ========================================
    change始まり */

.change_btn {
  position: relative;
  display: inline-block;
}

/* change終わり
======================================== */

/* ========================================
    attention始まり */

.attention {
  background: #ffffff;
  background-image: url("../img/university_double-eyelid/sakura_pattern.png");
  background-size: auto;
  background-repeat: repeat-y;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .attention {
    background-image: url("../img/university_double-eyelid/sakura_pattern.png");
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: inherit;
  }
}

.tab_box .btn_area {
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
}

.btn_area {
  justify-content: space-between;
  align-items: center;
}

.tab_box .tab_btn {
  /*width: 188px;*/
  padding: 25px 0;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}

.tab_btn {
  width: 33%;
  font-size: clamp(14px, 3vw, 18px);
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: #333 1px solid;
  font-weight: bold;
}

.tab_box .tab_btn + .tab_btn {
  margin-left: 8px;
}

.tab_box .tab_btn:hover {
  background-color: #6a6e70;
  color: #fff;
}

.tab_box .tab_btn.active {
  background: #333;
  color: #fff;
}

.tab_box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 20px;
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
}

.btn_area p {
  position: relative;
  line-height: 1.3;
}

.btn_area p::after {
  position: absolute;
  z-index: 99;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;
}

.attention .flow_list-ttl {
  background: #333;
}

.attention .flow_list-detail {
  border: #333 2px solid;
}

.attention .flow_list-item {
  box-shadow: 0 10px 20px 0 rgba(139, 139, 139, 0.2);
}

.attention-video {
  padding: 20px 0;
}

.attention-video-pc {
  margin: 0 auto;
  padding: 20px 0;
  width: 80%;
  aspect-ratio: 16/9;
}

.attention-txt {
  font-size: clamp(14px, 3vw, 22px);
  line-height: 1.8;
}

.tab_btn.active {
  position: relative;
}

.tab_btn.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.responsive {
  width: 100%;
  aspect-ratio: 16/9;
}

.attention_sp .accordion_one {
  margin: 0 auto;
}

.attention .flow_list-title {
  color: yellow;
}

.attention_sp .accordion_one .accordion_header {
  background-color: #333;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  box-shadow: #6a6e70;
}

.attention_sp .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.attention_sp .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /*border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.attention_sp .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.attention_sp .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.attention_sp .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.attention_sp .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.attention_sp .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}

.attention_sp .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.attention_sp .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.attention_sp .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.attention_sp .accordion_one .accordion_inner.stay {
  display: block;
}

.attention_sp .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.attention_sp .accordion_one .accordion_header .i_box .one_i:before,
.attention_sp .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.attention_sp .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.attention_sp .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.attention_sp .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.attention_sp .accordion_one .accordion_inner {
  display: none;
  padding: 15px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
}

.attention_sp .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .attention_sp .accordion_one .accordion_header {
    font-size: 18px;
  }
  .attention_sp .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  .attention_sp .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/* attention終わり
======================================== */

/* ========================================
    reason始まり */

.reason .section__inner .reason__inner__block {
  background: none;
}

.section_reason_sec03 {
  background: none !important;
}

.seciton_reason .section_reason_ttlarea03 {
  background: none;
}

.seciton_reason_video video {
  max-width: 560px;
  width: 100%;
  margin: 0 auto clamp(20px, 3vw, 30px);
  display: block;
}

.seciton_reason .sec_ttl {
  margin-bottom: clamp(30px, 5vw, 50px);
  font-size: clamp(18px, 3.6vw, 36px);
  font-weight: bold;
  line-height: 1.4;
}

.seciton_reason .sec_ttl span {
  font-size: clamp(30px, 6vw, 60px);
}

.seciton_reason p.ttl_sub {
  position: relative;
  font-size: clamp(22px, 3.6vw, 36px);
  font-weight: bold;
  margin: 0 0 clamp(45px, 7vw, 70px);
}

.seciton_reason p.ttl_sub span {
  color: #000;
}

.seciton_reason p.ttl_sub span::before {
  background: url(../img/double-eyelid_5/reasonttl_arrow.png) 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/double-eyelid_5/reasonttl_arrow.png) 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/double-eyelid_5/reason_bg05.png) repeat;
  padding: clamp(40px, 8vw, 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 .ff_serif::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #ff5dc0 solid 2px;
  border-left: #ff5dc0 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #ff5dc0 solid 2px;
  border-right: #ff5dc0 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;
  }
}

.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: #ff5dc0 solid 2px;
  border-left: #ff5dc0 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #ff5dc0 solid 2px;
  border-right: #ff5dc0 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;
  }
}

.section_reason_sec03 {
  background: #ffffff;
  padding: clamp(30px, 4vw, 40px) clamp(15px, 3vw, 30px);
}

.reason-list-box {
  margin: clamp(30px, 4vw, 40px) auto 0;
}

.reason-list {
  background: #f9cfdb;
  padding: 0 clamp(15px, 6vw, 60px) clamp(30px, 8vw, 80px);
  position: relative;
  margin: 0 0 clamp(50px, 8vw, 80px);
}

.reason-list::before {
  content: "";
  position: absolute;
  left: 80px;
  top: -20px;
  width: 129px;
  height: 100%;
}

.reason-list01::before {
  background: url(../img/double-eyelid_5/reason_point01.png) no-repeat top
    center;
}

.reason-list02::before {
  background: url(../img/double-eyelid_5/reason_point02.png) no-repeat top
    center;
}

.reason-list03::before {
  background: url(../img/double-eyelid_5/reason_point03.png) no-repeat top
    center;
}

.reason-list04::before {
  background: url(../img/double-eyelid_5/reason_point04.png) no-repeat top
    center;
}

.reason-list05::before {
  background: url(../img/double-eyelid_5/reason_point05.png) no-repeat top
    center;
}

@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 .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/double-eyelid_5/reason_bg06.png) no-repeat bottom right;
}

.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;
}

.reason-list .white-box .white-box_img {
  margin-bottom: clamp(20px, 4vw, 40px);
}

.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: #ff5dc0 2px solid;
}

@media screen and (max-width: 767px) {
  .reason-list .reason-list_ttl {
    height: 85px;
    padding-left: 100px;
    background-size: 90px auto;
  }
  .reason-list05-list li .bgpink_ttl {
    width: 140px;
  }
  .reason-list05-list li .pink-box {
    border-width: 1px;
  }
}

.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%);
}

.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: #ff5dc0;
}

.section_ideal-box li:last-child {
  border-bottom: none;
}

.section_ideal-box li::before {
  content: "";
  display: block;
  width: 31px;
  height: 29px;
  background: url(../img/double-eyelid_5/icon_check.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.ideal-box {
  border: solid #ff5dc0 2px;
  background-color: #ffffff;
  padding: 20px 10px 20px 50px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto clamp(30px, 10vw, 100px);
  position: relative;
}

.ideal-box img {
  width: 54%;
  height: 100%;
}

.ideal-box::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #ff5dc0;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.ideal-box::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #ff5dc0;
  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/double-eyelid_5/section_ideal_bg_sp.jpg) no-repeat
      top center;
    background-color: #f3f3f3;
    background-size: cover;
  }
  .section_ideal-ttl {
    padding: 30px 0;
  }
  .section_ideal-ttl::after {
    background: url(../img/double-eyelid_5/section_ideal_bg_sp.jpg) no-repeat
      top center;
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 238px;
    height: 100%;
  }
  .section_ideal-ttl::before {
    background: url(../img/double-eyelid_5/reason_bg05.png) 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::before,
  .ideal-box::after {
    border-width: 20px;
  }
}

.reserve {
  padding: clamp(35px, 7vw, 70px) 0 1px 0;
  background: #f2f5f9;
}

.reserve {
  /*margin-bottom: -60px;*/
  padding-top: 0 !important;
}

.reserve {
  background: #ffffff;
}

.spf_frame_wrapper {
  margin-bottom: 0 !important;
}

.bggray_ttl {
  background: #959595;
  color: #fff;
  border-radius: 30px;
}

.bgpink_ttl {
  background: #ff5dc0;
  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: #ff5dc0;
  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;
  }
  .sp_padding-box {
    padding: 0 15px;
  }
  .comment::before {
    left: -8px;
  }
  .comment::after {
    right: -8px;
  }
}

/* reason終わり
======================================== */

/* ========================================
   modal始まり */

.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/oneday-facelift/icon_glass.png) 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: 0.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);
  }
}

/* modal始まり
=================================*/

/*================================
point始まり */

.serif_text {
  font-weight: bold;
  font-size: clamp(18px, 3.2vw, 34px);
  margin: clamp(30px, 8vw, 80px) 0 clamp(30px, 8vw, 80px);
}

.seciton_point {
  padding: clamp(55px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
  background: linear-gradient(180deg, transparent 0 5%, #f8f8f8 25%),
    url(../img/double-eyelid_5/point_bg.png) repeat-x #ededed;
  background-position: top center;
  text-align: center;
}

.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: #ff5dc0 solid 2px;
  border-left: #ff5dc0 solid 2px;
}

.seciton_point .section_point_drttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #ff5dc0 solid 2px;
  border-right: #ff5dc0 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_drprof {
  margin: 0 0 clamp(40px, 8vw, 80px);
  background: #fff;
}

.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, 3vw, 30px);
  overflow: hidden;
  width: 300px;
  box-shadow: 0 10px 25px 0 rgba(0, 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, 1vw, 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, 1vw, 10px) 0;
  margin: 0 auto clamp(20px, 4vw, 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(255, 93, 204, 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, 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;
  }
}

.seciton_point_white-box {
  background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%),
    url(../img/double-eyelid_5/point_white-box_bg.png);
  padding: clamp(15px, 8vw, 80px) clamp(15px, 6vw, 60px);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  font-size: clamp(14px, 2.4vw, 24px);
}

.seciton_point_drarea_bdbox {
  background: #fff;
  border: 2px #ff5dc0 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 #ff5dc0;
  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 #ff5dc0;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* POINT終わり
=================================*/

/*===============================
plan始まり */

.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: #ff5dc0;
  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: #ff5dc0 2px solid;
  border-radius: 8px;
  font-size: clamp(12px, 2.2vw, 22px);
  font-weight: bold;
  color: #ff5dc0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -1.2em;
  z-index: 1;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .seciton_plan-inner {
    padding: 0 15px;
  }
}

.plan_box_ttl .plan_value {
  background: #fff;
  color: #ff5dc0;
}

.plan_box_recommend {
  position: relative;
}

.plan_box_recommend .plan_box_bbox {
  width: 60%;
  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, 2vw, 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: #ff5dc0 2px solid;
  color: #ff5dc0;
}

.plan_box_coupon p {
  display: flex;
  align-items: center;
  padding: 0 clamp(5px, 1vw, 20px);
  background: #ff5dc0;
  font-size: clamp(12px, 2.4vw, 24px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
}

.plan_box_coupon .plan_price_set {
  margin: 0 auto;
  padding: 0;
}

.plan_box_coupon .plan_value {
  background: #ff5dc0;
  font-size: clamp(10px, 2.2vw, 22px);
  color: #fff;
  text-align: center;
}

.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 #ff5dc0;
  border-right: 0;
  position: absolute;
  right: -20px;
}

@media screen and (max-width: 767px) {
  .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 #ff5dc0;
    right: -10px;
  }
  .plan_box_recommend .plan_box_bbox {
    width: calc(100% - 80px);
    border-width: 1px;
  }
}

.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;
  text-align: center;
}

.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, 38px);
}

.seciton_plan_box .plan_box_case {
  margin-bottom: clamp(40px, 8vw, 80px);
}

/* plan終わり
================================= */

/*===============================
交通費補助 始まり */
.seciton_traffic {
  font-size: clamp(12px, 2vw, 20px);
  line-height: 1.8em;
  background-color: #ffecf3;
}

@media screen and (max-width: 767px) {
  .seciton_traffic {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.traffic__inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.seciton_traffic_read {
  font-size: clamp(14px, 3vw, 22px);
  /*clamp(20px, 3.6vw, 25px);*/
  line-height: 1.6;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

@media screen and (max-width: 767px) {
  .seciton_traffic_read {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.traffic__title__wrap {
  font-family: YuMincho, "Yu Mincho", 游明朝, "Times New Roman",
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #ff5dc0;
}

.traffic__table {
  border: #c7c7c7 2px solid;
  width: 1000px;
  max-width: 100%;
  font-size: clamp(14px, 2.2vw, 20px);
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

@media screen and (max-width: 767px) {
  .traffic__table {
    width: 100%;
    margin: 0 auto;
  }
}

.traffic__table th,
td {
  border: #c7c7c7 1px solid;
  text-align: center;
  padding: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .traffic__table th,
  td {
    padding: 15px;
  }
}

.traffic__table th {
  background-color: #e8e8e8;
  width: 50%;
}
/*
.traffic__conditions, .traffic__flow {
	border: 2px solid #ff5dc0;
	box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

.traffic__conditions__title, .traffic__flow__title {
	background-color: #ff5dc0;
	color: #fff;
	font-size: clamp(24px, 4.8vw, 40px);
} */

.traffic__conditions__list,
.traffic__flow__list {
  background-color: #fff;
  padding: 30px 120px;
}

@media screen and (max-width: 767px) {
  .traffic__conditions__list,
  .traffic__flow__list {
    padding: 5px 20px;
  }
}

.traffic__conditions__list li {
  position: relative;
  padding: 0.5em 0 0.5em 40px;
  line-height: 1.8;
  font-size: clamp(14px, 2.2vw, 20px);
}

@media screen and (max-width: 767px) {
  .traffic__conditions__list li {
    padding-left: 25px;
  }
}

.traffic__conditions__list li::before {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  background: url(../img/double-eyelid_5/icon_check.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.8em;
  left: 0;
}

@media screen and (max-width: 767px) {
  .traffic__conditions__list li::before {
    width: 15px;
    height: 15px;
  }
}

.traffic__flow__list li {
  display: flex;
  margin: 20px 0 20px 0;
  align-items: center;
}

.traffic__flow__text {
  width: 600px;
  line-height: 1.8;
  font-size: clamp(14px, 2.2vw, 20px);
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .traffic__flow__text {
    padding-left: 15px;
  }
}

@media screen and (max-width: 450px) {
  .traffic__flow__icon {
    width: 44%;
  }
}

/* 交通費補助終わり
================================= */

/*===============================
提案 始まり */

.teian {
  background-color: #ffffff;
  background-image: url("../img/university_double-eyelid/sakura_pattern.png");
  background-size: auto;
  background-repeat: repeat-y;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .teian {
    background-image: url("../img/university_double-eyelid/sakura_pattern.png");
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: inherit;
  }
}

.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: #ff5dc0 solid 2px;
  border-left: #ff5dc0 solid 2px;
}

.seciton_teian .seciton_teian_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #ff5dc0 solid 2px;
  border-right: #ff5dc0 solid 2px;
}

.teian_model_box .model_box_detail {
  padding: 60px;
  text-align: center;
}

.teian_model_box .model_box_read {
  margin: 60px 0 30px;
  text-align: center;
  color: #ff5dc0;
}

@media screen and (max-width: 767px) {
  .seciton_teian .seciton_teian-inner {
    padding: 0 15px;
  }
  .seciton_teian .seciton_teian_ttl::before,
  .seciton_teian .seciton_teian_ttl::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
  .teian_pink_box .pink_box_img img {
    width: 132px !important;
    margin-top: -60px;
    margin-right: -30px;
  }
  .teian_model_box {
    border-width: 1px;
  }
  .teian_model_box .model_box_read {
    margin: 30px 0 15px;
  }
  .teian_model_box .model_box_detail {
    padding: 30px 25px 0px;
  }
  .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;
  }
}

.teian_pink_box {
  padding: 20px 40px 60px;
  margin-bottom: 80px;
  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;
}

.teian_pink_box .pink_box_text {
  margin-top: 30px;
  text-align: center;
}

.teian_model_box {
  border: #ff5dc0 2px solid;
}



.teian_model_box .model_box_read span {
  margin-right: 0.5em;
  background: #ff5dc0;
  color: #fff;
}

.teian_model_box .model_box_ttl {
  padding: 15px 0;
  background: #ff5dc0;
  text-align: center;
  color: #fff;
  font-size: clamp(24px, 4.8vw, 48px);
  line-height: 1.2;
}



.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;
}

@media screen and (max-width: 767px) {
  .teian_pink_box {
    padding: 20px 15px 30px;
    margin-bottom: 40px;
  }
  .teian_pink_box .serif_text {
    margin-top: 20px;
    font-size: 16px;
  }
  .teian_pink_box .serif_text span {
    font-size: 18px;
  }
}

.pink_box_text {
  text-align: center;
  margin: clamp(30px, 6vw, 60px) 0 0;
}

/* 提案 終わり
================================= */

/*===============================
flow始まり */

.seciton_flow {
  padding: clamp(55px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
  background: linear-gradient(180deg, transparent 0 5%, #f2f2f2 25%),
    url(../img/double-eyelid_5/flow_bg.png) repeat-x #f2f2f2;
  background-position: top center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .seciton_flow_inner {
    padding: 0 15px;
  }
  .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 {
  position: relative;
}

.flow_list::after {
  content: "";
  height: 100%;
  border-left: #ff5dc0 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: #ff5dc0;
  text-align: center;
  color: #fff;
  position: relative;
}

.flow_list-ttl .flow_list-step {
  display: flex;
  align-items: center;
  background: #fff;
  border: #ff5dc0 2px solid;
  position: absolute;
  left: 0;
  top: -20px;
  padding: 2px 20px;
  font-size: 30px;
  font-weight: 500;
  color: #ff5dc0;
  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: #ff5dc0 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) {
  .flow_list-item {
    margin-top: 50px;
  }
  .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;
  }
}

/* flow 終わり
================================= */

/* ==============================
 QA 始まり */

.seciton_qa .title__wrap__area {
  background-color: #ededed;
}

.seciton_qa_q,
.seciton_qa_a {
  border: #ff5dc0 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: #ff5dc0;
  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: #ff5dc0;
  transition: 0.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: #ff5dc0;
  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: #ff5dc0;
}

.seciton_qa_a_txt::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "A.";
}

.seciton_qa_inner {
  padding: 0 50px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .seciton_qa_inner {
    padding: 0 15px;
  }
}

/* QA 終わり
================================= */

/* ==============================
このページ専用の追記　始まり */

/* 20220127追記 色の統一 */

#clinic dl.accordion > dt {
  background: #ff5dc0;
}

/* 20230510追記 共通アコーディオン */

/* .accordion_pink {
  border: 2px solid #ff5dc0;
  box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}
*/

.accordion_pink_title {
  position: relative;
  padding: 20px;
  padding-right: 70px;
  background-color: #f04265!important;
  color: #fff;
  font-size: clamp(24px, 4.8vw, 40px);
  text-align: center;
}
/*
.accordion_pink_title::before,
.accordion_pink_title::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  transition: 0.2s;
  width: clamp(13px, 2.6vw, 26px);
  height: 2px;
  right: 25px;
  top: 45%;
}

.accordion_pink_title::after {
  content: "";
  transform: rotate(90deg);
}

.accordion_pink_title.js--accordion-open {
  background: #ff5dc0;
  color: #fff;
}

.accordion_pink_title.js--accordion-open::before,
.accordion_pink_title.js--accordion-open::after {
  background-color: #fff;
}

.accordion_pink_title.js--accordion-open::after {
  transform: rotate(0deg);
}

.accordion_pink_body {
  display: none;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .accordion_pink_title {
    padding-left: 10px;
    padding-right: 40px;
    font-size: 17px;
  }

  .accordion_pink_title::before,
  .accordion_pink_title::after {
    right: 15px;
  }
} */

/* 
================================= */

/* 20230607追加 */

/* ==============================
 */
.fv_area-top-video {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.fv_area-top-video::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.fv_area-top-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.accordion_pink_body {
  /*padding: clamp(15px,1.5vw,60px) clamp(15px,2.5vw,60px);*/
}
.l-inner {
  padding: 0 15px;
}
.plan_box_info {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.plan_box_info > img {
  width: 100%;
}
.fv_area-top01 {
  padding: 30px 0px;
  box-sizing: border-box;
}
.fv_area-top01 > img {
  box-shadow: 0 11px 43px rgba(229, 111, 143, 0.25);
}
.fv_area-top03 {
  box-shadow: 0 11px 43px rgba(229, 111, 143, 0.25);
}
.fv_area-top01,
.fv_area-top02,
.fv_area-top03,
.fv_area-top04 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.fv_area-top01 > img,
.fv_area-top02 > img,
.fv_area-top03 > img,
.fv_area-top04 > img {
  width: 100%;
}
.fv_area-top-video-text {
  width: 85%;
  max-width: 550px;
  margin: 0 auto 10px;
}
.fv_area-top-video-text > img {
  width: 100%;
}
.gw_content > img {
  width: 100%;
}
.web_coupon--02 {
  margin: 0 !important;
}
.seciton_point.fv_area-top02 {
  background: none;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.seciton_point.fv_area-top02 .text {
  font-size: clamp(14px, 2.4vw, 24px);
}
.fv_area-top-reserve {
  background-color: #fffeda;
  padding: clamp(20px, 4vw, 40px) clamp(15px, 3vw, 30px);
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.fv_area-top-reserve_title {
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  font-size: clamp(24px, 4vw, 40px);
  color: #ff5cbf;
  padding-bottom: clamp(15px, 3vw, 30px);
  margin-bottom: clamp(20px, 3vw, 30px);
  border-bottom: 1px solid #ff5cbf;
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman,
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fv_area-top-reserve_text {
  font-size: clamp(14px, 2.4vw, 24px);
  color: #444444;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS PGothic",
    "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: clamp(5px, 1vw, 10px);
}
.fv_area-top-reserve_link {
  text-align: center;
  width: 100%;
}
.fv_area-top-reserve_link > img {
  width: 100%;
}
.web_coupon.web_coupon--02 {
  background: url(../img/double-eyelid_7/st/web_coupon02-sp.png) no-repeat top
    center;
  margin-top: -60px;
  padding-top: 810px;
}
.web_coupon--01 {
  /* margin-top: -130px !important; */
}
.test-small {
  font-size: clamp(15px, 2.5vw, 25px);
}
.section_enquete p.enquete_read .speak {
  line-height: 1.3;
  font-size: min(50px, calc(calc(50 / 750) * 100vw));
}

.section_enquete p.enquete_read .speak .small {
  font-size: 0.7em;
}
.seciton_plan_box .circle {
  position: absolute;
  top: 50%;
  right: clamp(3px, 2vw, 30px);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 100vh;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.seciton_plan_box .circle::before,
.seciton_plan_box .circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #ec7a94;
  transition: 0.2s;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.seciton_plan_box .circle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.seciton_plan_box .plan_box_ttl.js--accordion-open .circle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.plan_price_set.before {
  background-color: #f9f8f4;
  padding: 15px 0;
}
.plan_price_set.before .plan_price {
  color: #937c52;
}
.plan_price_set.before .plan_value {
  background-color: #937c52;
}
/* 施術テーブル */
.plan_box_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
}
.plan_box_info__img {
  display: block;
}
.plan_box_info__data {
  color: #ef2577;
  width: 36%;
}
.plan_box_info__data__item {
  border-bottom: 1px solid #ef2577;
  line-height: 1.25;
  font-size: 24px;
  padding: 0.4em 0 0.3em;
}
.plan_box_info__data__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.plan_box_info__data__item__ttl {
  font-weight: bold;
  margin-bottom: 0.3em;
  line-height: inherit;
}
.plan_box_info__data__item__txt {
  font-size: 0.9em;
  line-height: inherit;
}
.plan_box_info__star {
  color: #ef2577;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.plan_box_info__star__item {
  border-bottom: min(2px, calc(calc(2 / 750) * 100vw)) dashed #ef2577;
  display: flex;
  justify-content: space-between;
  font-size: 23px;
  margin-bottom: 0.8em;
  width: 47%;
  padding: 0 0.2em 0.2em;
  line-height: 1.25;
}
.plan_box_info__star__item__ttl {
  font-weight: bold;
  line-height: inherit;
}
.plan_box_info__star__item__score {
  font-size: 0.95em;
  line-height: inherit;
}
.plan_box_case .modal_list {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .fv_area-inner::before {
    padding-top: 117.18%;
  }
}
@media screen and (max-width: 640px) {
  .seciton_plan_box .circle {
    width: 20px;
    height: 20px;
  }
  .seciton_plan_box .circle::before,
  .seciton_plan_box .circle::after {
    width: 10px;
  }

  .web_coupon.web_coupon--02 {
    background: url(../img/double-eyelid_7/st/web_coupon02-sp.png) no-repeat top
      center;
    background-size: 100% auto;
    margin-top: 0 !important;
    padding-top: 107vw;
  }
  .web_coupon {
    /* margin-top: -48px !important; */
  }
  .plan_box_info {
    max-width: none;
    margin-top: min(40px, calc(calc(40 / 750) * 100vw)) !important;
  }
  .plan_box_info__img {
    width: 60%;
  }
  .plan_box_info__data {
    width: 37%;
  }
  .plan_box_info__data__item {
    font-size: min(27px, calc(calc(27 / 750) * 100vw));
  }
  .plan_box_info__data__item__ttl {
    margin-bottom: 0.1em;
  }
  .plan_box_info__data__item__txt {
    letter-spacing: -0.02em;
  }
  .plan_box_info__star {
    width: 90%;
    margin: min(30px, calc(calc(30 / 750) * 100vw)) auto 0;
  }
  .plan_box_info__star__item {
    font-size: min(28px, calc(calc(28 / 750) * 100vw));
    width: 100%;
    margin-bottom: 0.5em;
  }
  .plan_box_info__star__item__ttl {
  }
  .plan_box_info__star__item__score {
  }
}

#clinic dl.accordion dl dd {
  margin-left: 0;
}
#clinic dl.accordion > dd {
  margin-left: 0;
}

.section_experiences .experiences_item_gallery_sub img {
  width: 100%;
  height: auto;
}

/* お悩み別訴求LP 新規作成 青森 */
main {
  background: #fff3fc;
}
video {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
/* .c-align_l {
    text-align: left;
}

.c-align_r {
    text-align: right;
}

.c-align_c {
    text-align: center;
} */
.c-hover {
  transition: all 0.3s;
}
.c-hover:hover {
  filter: brightness(1.1);
}
.c-bg-white {
  background-color: #fff;
}
.c-bg-pink {
  background-color: #ffe3f1;
}
.c-bg-lightpink {
  background-color: #fff0f0;
}
.c-bg-red {
  background-color: #fff3f6;
}
.c-bg-darkred {
  background-color: #ffe1e1;
}
.c-bg-gray {
  background-color: #f3f3f3;
}
.c-bg-orange {
  background-color: #fff0e7;
}
.c-bg-blue {
  background-color: #e8f0ff;
}
.c-padding {
  padding: 80px 0;
}
.c-inner-padding {
  padding: 0 30px;
}
.c-inner-margin {
  margin: 0 30px;
}
.c-box {
}
.c-box + .c-box {
  margin-top: 80px;
}
.c-box-margin {
  margin: 0 20px;
}
.c-box-padding {
}
.c-box--gray {
  padding: 70px 25px 60px;
  margin: 0 30px;
  background-color: #f3f3f3;
}
.c-box--gray__video {
  max-width: 580px;
}
.c-box--solid {
  padding: 50px 0 0;
  /* margin: 0 30px; */
  border: 2px solid #f04265;
  position: relative;
}
.c-box--solid::before,
.c-box--solid::after {
  content: "";
  background: url(../img/double-eyelid_8_aomori_01/icon-rhombus--right.png)
    no-repeat;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
}
.c-box--solid::before {
  top: 0;
  right: 0;
}
.c-box--solid::after {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
.c-box--solid__video {
  display: block;
  max-width: min(500px, 100%);
  margin: 0 auto;
}
.c-box--solid__inner {
  padding: 60px 25px;
}
.c-box--solid__ttl {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: clamp(17px, 3.4vw, 34px);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(25px, 5vw, 50px);
  line-height: 1.3;
}

.c-box--solid__ttl--em {
  font-size: clamp(21px, 4.2vw, 42px);
  color: #f04265;
  border-bottom: 2px solid #f04265;
}

.c-box--solid__txt {
  font-size: clamp(12px, 2.4vw, 24px);
  font-weight: 500;
  line-height: 1.6;
}

.c-box--solid__txt--em {
  color: #f04265;
  border-bottom: 2px solid #f04265;
  font-size: clamp(17px, 3.4vw, 34px);
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: clamp(15px, 3vw, 30px);
  display: inline-block;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
}
.c-box__inner {
  margin: -10px 10px 0;
  padding: 80px 0 60px;
}
.c-box__shadow {
  box-shadow: 0 10px 20px rgba(113, 46, 86, 0.3);
}
.c-box__shadow--orange {
  box-shadow: 0 10px 20px rgba(120, 46, 5, 0.3);
}
.c-box__shadow--blue {
  box-shadow: 0 10px 20px rgba(46, 74, 113, 0.3);
}
.c-box__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 60px;
}
.c-box__flex-item {
  width: calc(calc(100% - 20px) / 2);
}
.c-box__flex--video {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.c-box__flex--video-item {
  width: calc(calc(100% - 30px) / 2);
}
.c-box__flex--video-link {
  border: 4px solid #ef7422;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 548px;
}
.c-box__flex--video-link--blue {
  border-color: #3d72dc;
}
.c-box__flex--video-cover {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  display: block;
}
.c-box__flex--video-cover--fit {
  object-fit: cover;
  height: calc(100% + 6px);
}
@media screen and (max-width: 750px) {
  .c-padding {
    padding: 40px 0;
  }
  .c-inner-padding {
    padding: 0 calc(calc(30 / 750) * 100vw);
  }
  .c-box + .c-box {
    margin-top: 40px;
  }
  .c-inner-margin {
    margin: 0 calc(calc(30 / 750) * 100vw);
  }
  .c-box-margin {
    margin: 0 calc(calc(20 / 750) * 100vw);
  }
  .c-box__inner {
    margin: -10px calc(calc(10 / 750) * 100vw) 0;
    padding: 40px 0 30px;
  }
  .c-box--gray {
    padding: 35px calc(calc(25 / 750) * 100vw) 30px;
  }
  .c-box--solid {
    padding: 25px 0 0;
  }
  .c-box--solid__inner {
    padding: 30px calc(calc(25 / 750) * 100vw);
  }
  .c-box--solid::before,
  .c-box--solid::after {
    width: calc(calc(55 / 750) * 100vw);
    height: calc(calc(55 / 750) * 100vw);
  }
  .c-box--solid__video {
    max-width: calc(calc(500 / 750) * 100vw);
  }
  .c-box--solid__ttl--em,
  .c-box--solid__txt--em {
    border-bottom-width: 1px;
  }
  .c-box__flex {
    margin: 0 calc(calc(60 / 750) * 100vw);
    gap: 10px;
  }
  .c-box__flex-item {
    width: calc(calc(100% - 10px) / 2);
  }
  .c-box__flex--video {
    gap: 15px;
  }
  .c-box__flex--video-item {
    width: calc(calc(100% - 15px) / 2);
  }
  .c-box__flex--video-link {
    border-radius: 5px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 2px;
    min-height: calc(calc(548 / 750) * 100vw);
  }
  .c-box__flex--video-solid {
    height: calc(100% + 4px);
  }
}
.l-inner750 {
  width: min(750px, calc(calc(750 / 750) * 100vw));
  margin: 0 auto;
}
.l-flex {
  display: flex;
}
.p-anxiety__experience-ttl {
  margin: 0 55px;
}
.p-obsession .title__wrap--headline {
  line-height: 1.2;
}
.p-obsession .title__wrap--headline span {
  font-size: clamp(27px, 5.2vw, 52px);
}
.p-obsession .title__wrap__area {
  height: 100%;
  min-height: clamp(70px, 14vw, 140px);
}
.p-obsession .p-diamond::before {
  width: min(calc(calc(167 / 750) * 100vw), 167px);
  background-size: 100%;
  background-position: left center;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .p-anxiety__experience-ttl {
    margin: 0 calc(calc(55 / 750) * 100vw);
  }
}
.header-750 {
  position: sticky;
  top: 0;
  left: 0;
  transform: unset;
  z-index: 110;
  width: min(750px, calc(calc(750 / 750) * 100vw));
  margin: 0 auto;
}
.lp_header.--750 {
  padding-left: min(15px, calc(calc(15 / 750) * 100vw));
  height: min(90px, calc(calc(90 / 750) * 100vw));
}
.lp_header.--750 .lp_header-item {
  margin-left: min(30px, calc(calc(30 / 750) * 100vw));
  margin-right: min(30px, calc(calc(30 / 750) * 100vw));
}
.lp_header.--750 .head_btn {
  padding-left: min(100px, calc(calc(100 / 750) * 100vw));
  height: 100%;
}
.lp_header.--750 .head_btn img {
  max-height: 100%;
}
.lp_header.--750 .head__menu {
  top: min(90px, calc(calc(90 / 750) * 100vw));
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(750px, calc(calc(750 / 750) * 100vw));
}
.lp_header.--750 .head__menu-inner {
  margin-top: min(40px, calc(calc(40 / 750) * 100vw));
}
.lp_header.--750 .head__menu-list {
  max-width: 93%;
}
.lp_header.--750 .head__menu-list a {
  background: url("../img/facelift_tarumi/gnav_icon.png") no-repeat left 0.4em
    center;
  background-size: min(47px, calc(calc(47 / 750) * 100vw));
  margin-bottom: 0;
  font-size: min(36px, calc(calc(36 / 750) * 100vw));
  padding: 0.7em 0.5em 0.7em min(90px, calc(calc(90 / 750) * 100vw));
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.lp_header.--750 .head__menu-list a:before {
  top: 0;
  bottom: 0;
  margin: auto;
}
.lp_header.--750 .head__menu-list a .frame {
  font-size: min(32px, calc(calc(32 / 750) * 100vw));
  font-weight: bold;
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 0.1em;
  margin-right: 0.4em;
}
.lp_header.--750 .head__menu-list a .frame--red {
  background: #dd2892;
}
.lp_header.--750 .head__menu-list a .frame--blue {
  background: #3c4897;
}
.lp_header.--750 .head_logo {
  max-height: min(40px, calc(calc(40 / 750) * 100vw));
}
.lp_header.--750 .head_logo h1 {
  width: min(120px, calc(calc(120 / 750) * 100vw));
}
.lp_header.--750 .head_logo img {
  max-height: 100%;
  display: block;
}
.fv__top {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  header {
    z-index: 999;
  }
}
.ttl-gray {
  color: #c7c7c7;
}
#clinic article > h2 {
  display: none;
}

.web_coupon {
  background: url(../img/double-eyelid_7_3/coupon_fv03.png) no-repeat top
    center;
  margin-top: -60px;
  padding-top: 520px;
}
.change_btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*
.web_coupon--fv {
  background: url(../img/double-eyelid_7_3/coupon_fv03.png) no-repeat top
    center;
}
*/
/*
.web_coupon--fv .limit_btn {
  padding-top: 15px!important;
  padding-bottom: 100px;
}
*/
.web_coupon--fv .box_countdown {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  /*
  .web_coupon--fv {
    background-size: 100%;
    padding-top: min(540px, calc(calc(540 / 750) * 100vw));
  }
  */
  /*
  .web_coupon--fv .limit_btn {
    padding-top: min(20px, calc(calc(20 / 750) * 100vw))!important;
    padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
    margin-top: 1.5vw;
  }
  */
  .web_coupon.web_coupon--02.web_coupon--aomori {
    padding-top: 132vw;
  }
  .web_coupon {
    margin-top: -48px !important;
  }
}

@media screen and (max-width: 640px) {
  .web_coupon {
    background: url(../img/double-eyelid_7_3/coupon_fv03.png) no-repeat top
      center;
    background-size: 100% auto;
    margin-top: -160px;
    padding-top: 68vw;
  }
  .web_coupon {
    z-index: 2 !important;
  }

  .fv_area-inner img {
    height: auto;
  }
}

.limit_btn {
  padding: clamp(30px, 4vw, 40px) 0 clamp(35px, 7vw, 70px);
  text-align: center;
  /* margin-top: 15px;*/
}

@media screen and (max-width: 767px) {
  .limit_btn {
    padding: clamp(10px, 4vw, 40px) clamp(15px, 1.5vw, 15px)
      clamp(35px, 7vw, 70px)!important;
  }
}

.box_countdown {
  text-align: center;
  border-radius: 50px;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.box_countdown p {
  color: #7accff;
}
/*
.box_countdown p {
  font-size: clamp(16px, 3vw, 30px);
}
*/
.box_countdown .yycountdown-box {
  margin-left: 10px;
  line-height: 1.2;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
  font-size: 50px;
  background: none !important;
  color: #ff5dc0 !important;
  border-radius: 5px;
  padding: 1.5px 6px;
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
  color: #ff5dc0 !important;
  font-size: 40px;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .box_countdown {
    max-width: 95%;
    padding: 5px 7px;
  }
  .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: 25px !important;
    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: 20px !important;
    margin: 0 2px;
  }
}

/*============================================

男女兼用 tiktok.css
============================================*/
.fv_area-tiktok {
  background-image: url("../img/double-eyelid-young_seasonally/pc-bk.jpg");
  background-size: cover;
}
.fv_area-tiktok .fv_area-tiktok-inner {
  padding: 50px 0;
}
.fv_area-tiktok-inner-pc {
  width: clamp(768px, 100vw, 1106px);
  margin: 0 auto;
  position: relative;
}
.fv_area-tiktok-inner-pc picture img {
  width: clamp(768px, 100vw, 1106px);
}
.tiktok-video {
  position: absolute;
  top: 15%;
  right: 8%;
}
.tiktok-video a:hover {
  opacity: 1;
}
.tiktok-video a video {
  height: clamp(330px, 43vw, 500px);
  width: auto;
  background: #000;
  border-radius: 10px;
  border: solid #000 10px;
}
.with-featherlight .featherlight {
  background: #6a6a6a;
}
/* レスポンシブ */
@media only screen and (max-width: 1116px) {
  .fv_area-tiktok-inner-pc {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .tiktok-video {
    top: 12%;
  }
  .tiktok-video a video {
    width: 200px;
    height: 400px;
  }
}
.experiences_item_main_figure_video,
.experiences_item_gallery_sub_figure_video {
  display: none;
}
.experiences_item_gallery_sub_figure,
.experiences_item_gallery_sub_figure_thumb {
  display: block;
  max-width: 100%;
}
.accordion_pink {
  cursor: pointer;
  border: 2px solid #f04265!important;
  /* box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%); */
}

.accordion_pink_title {
  position: relative;
  padding: 39px 20px;
  padding-right: 60px;
  background-color: #f04265;
  color: #fff;
  font-size: clamp(22px, 3.2vw, 32px);
  text-align: center;
  font-weight: bold;
}

.accordion_pink_title::before,
.accordion_pink_title::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  transition: 0.2s;
  width: clamp(13px, 2.6vw, 26px);
  height: 2px;
  right: 25px;
  top: 45%;
}

.accordion_pink_title::after {
  content: "";
  transform: rotate(90deg);
}

.accordion_pink_title.js--accordion-open {
  background: #f04265;
  color: #fff;
}

.accordion_pink_title.js--accordion-open::before,
.accordion_pink_title.js--accordion-open::after {
  background-color: #fff;
}

.accordion_pink_title.js--accordion-open::after {
  transform: rotate(0deg);
}

.accordion_pink_body {
  display: none;
  /* background-color: #fff; */
}

@media screen and (max-width: 767px) {
  .accordion_pink_title {
    padding: 19px 10px;
    padding-right: 40px;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.2px;
  }

  .accordion_pink_title::before,
  .accordion_pink_title::after {
    right: 15px;
  }
}

/*============================================
  common
============================================*/
.seciton_caution .fc_pink span,
.seciton_recommend .fc_pink span,
.seciton_plan--w750 .fc_pink span,
.seciton_flow--w750 .fc_pink span,
.seciton_qa--w750 .fc_pink span,
.section_clinic--w750 .fc_pink span,
.section_reserve .fc_pink span,
.p-obsession .fc_pink span {
  color: #ff2f96;
}

/*============================================
  caution
============================================*/
.seciton_caution {
  background-color: #efefef;
}
.seciton_caution .title__wrap__area {
  background-color: #fff;
  height: clamp(40px, 12vw, 120px);
  padding: 12px 0 10px;
  overflow: hidden;
}
.seciton_caution .g-diamond::before {
  background-image: url(../img/double-eyelid_8_aomori_01/head-bg--diamond.png);
  background-size: auto 100%;
  left: 20px;
  z-index: 0;
  bottom: -11px;
}
.seciton_caution .title__wrap--headline {
  font-size: clamp(20px, 4.2vw, 38px);
  line-height: 1.2;
  letter-spacing: 0;
}
.seciton_caution .title__wrap--headline span {
  font-size: clamp(24px, 4.2vw, 48px);
}
.seciton_caution .flow_list-ttl {
  padding: min(calc((17 / 375) * 100vw), 35px) 0;
}
.seciton_caution .flow_list-ttl .flow_list-title {
  font-size: min(calc((19 / 375) * 100vw), 39px);
}
.seciton_caution .attention_sp .accordion_one .accordion_inner {
  border: initial;
  padding: 15px 0;
}
.seciton_caution .accordion_header__label {
  line-height: 1.2;
  display: inline-block;
  padding: 0 calc((6 / 375) * 100vw) calc((2 / 375) * 100vw);
  background-color: #fff;
  color: #333333;
  border-radius: calc((3 / 375) * 100vw);
  margin-right: calc((15 / 375) * 100vw);
  font-size: calc((17 / 375) * 100vw);
}
.seciton_caution .accordion_header__txt {
  display: inline-block;
  font-size: calc((17 / 375) * 100vw);
}
.seciton_caution .attention_sp .accordion_one .accordion_header {
  display: flex;
  align-items: center;
  padding: calc((15 / 375) * 100vw) calc((20 / 375) * 100vw)
    calc((15 / 375) * 100vw) calc((15 / 375) * 100vw);
}
.seciton_caution .accordion_header__label-num {
  font-size: calc((25 / 375) * 100vw);
}
.seciton_caution .attention-box {
  background-color: #f6f6f6;
  padding: min(calc((22 / 375) * 100vw), 45px)
    min(calc((15 / 375) * 100vw), 30px) min(calc((15 / 375) * 100vw), 30px);
  position: relative;
  margin-top: min(calc((18 / 375) * 100vw), 36px);
}
.seciton_caution .attention-box__label {
  position: absolute;
  left: min(calc((10 / 375) * 100vw), 20px);
  top: -7%;
  display: inline-block;
  padding: min(calc((1 / 375) * 100vw), 2px) min(calc((3 / 375) * 100vw), 2px)
    min(calc((1 / 375) * 100vw), 2px) min(calc((15 / 375) * 100vw), 30px);
  background-color: #ff2f96;
  font-size: min(calc((14 / 375) * 100vw), 28px);
  font-weight: bold;
  color: #fff;
}
.seciton_caution .attention-box__cont {
  font-size: min(calc((13 / 375) * 100vw), 26px);
  font-weight: bold;
  color: #ff2f96;
}
.seciton_caution .attention-txt {
  color: #191919;
}

@media only screen and (min-width: 751px) {
  .seciton_caution .attention-box__label {
    top: -20px;
  }
  .seciton_caution .attention {
    width: 90%;
    background-color: #efefef;
  }
}

/*============================================
  recommend
============================================*/
.seciton_recommend {
  background: #ffebf5;
}
.seciton_recommend .title__wrap__area {
  background-color: #fff;
  height: clamp(40px, 12vw, 120px);
  padding: 12px 0 10px;
  overflow: hidden;
}
.seciton_recommend .p-diamond::before {
  background-image: url(../img/double-eyelid_8_aomori_01/head-bg--pink-diamond.png);
  background-size: auto 100%;
  left: 20px;
  z-index: 0;
  bottom: -17px;
}
.seciton_recommend .title__wrap--top {
  color: #f5bccc;
}
.seciton_recommend .title__wrap--headline {
  font-size: clamp(20px, 4.2vw, 38px);
  line-height: 1.2;
  letter-spacing: 0;
  color: #191919;
}
.seciton_recommend .title__wrap--headline span {
  font-size: clamp(24px, 4.2vw, 48px);
}
.seciton_recommend-lead {
  font-size: min(calc((17 / 375) * 100vw), 34px);
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman,
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #191919;
}
.seciton_recommend-lead span {
  position: relative;
  display: inline-block;
  font-size: min(calc((25 / 375) * 100vw), 50px);
  color: #ff2f96;
}
.seciton_recommend-lead span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 3px;
  background-color: #ff2f96;
  width: 100%;
  height: 2px;
}
.seciton_recommend-lead2 {
  font-size: min(calc((15 / 375) * 100vw), 30px);
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman,
    "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #191919;
}
.seciton_recommend-lead2 span {
  position: relative;
  display: inline-block;
  font-size: min(calc((20 / 375) * 100vw), 40px);
  color: #ff2f96;
}
.seciton_recommend-box {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  padding: min(calc((100 / 375) * 100vw), 200px) 0
    min(calc((60 / 375) * 100vw), 120px);
  background-color: #fff;
  margin: 0 min(calc((20 / 375) * 100vw), 40px);
  position: relative;
}
.seciton_recommend-ribbon--pink {
  position: absolute;
  top: -45px;
  left: -5px;
  width: 103%;
}
.seciton_recommend .modal_list {
  gap: 12px;
}
.seciton_recommend-assist {
  background-color: #fff;
  padding: 0 0 70px;
}
.seciton_recommend .accordion_pink_title {
  border: 1px solid #fff;
  background-color: #ff2f96;
  padding: 20px;
}
.seciton_recommend .doctor_item {
  margin: auto;
}

@media only screen and (min-width: 751px) {
  .seciton_recommend-ribbon--pink img {
    width: 100%;
  }
  .seciton_recommend-ribbon--pink {
    left: -10px;
  }
  .seciton_recommend .accordion_pink_title {
    padding: 40px;
  }
  .seciton_recommend .doctor_item img {
    width: 100%;
  }
  .seciton_recommend .doctor_item {
    width: 90%;
  }
}

/*============================================
  plan
============================================*/
.seciton_plan--w750 {
  background-color: #ffebf5;
}
.seciton_plan--w750 .title__wrap__area {
  background-color: #fff;
  height: clamp(40px, 12vw, 120px);
  padding: 12px 0 10px;
  overflow: hidden;
}
.seciton_plan--w750 .p-diamond::before {
  background-image: url(../img/double-eyelid_8_aomori_01/head-bg--pink-diamond.png);
  background-size: auto 100%;
  left: 20px;
  z-index: 0;
  bottom: -17px;
}
.seciton_plan--w750 .title__wrap--headline {
  font-size: clamp(20px, 4.2vw, 38px);
  line-height: 1.3;
  letter-spacing: 0;
}
.seciton_plan--w750 .title__wrap--headline span {
  font-size: clamp(24px, 4.2vw, 48px);
}
.seciton_plan--w750 .seciton_plan_box .plan_box_ttl {
  background: #ff2f96;
}
.seciton_plan--w750 .seciton_plan_box .plan_box_wbox {
  border: #ff2f96 2px solid;
  color: #ff2f96;
}
.seciton_plan--w750 .plan_box_coupon {
  border: #ff2f96 2px solid;
  color: #ff2f96;
}
.seciton_plan--w750 .plan_box_coupon p {
  background: #ff2f96;
}
.seciton_plan--w750 .plan_box_coupon p::after {
  border-left: 10px solid #ff2f96;
}
.seciton_plan--w750 .plan_box_coupon .plan_value {
  background: #ff2f96;
}
.seciton_plan--w750 .plan_box_coupon {
  color: #ff2f96;
}
/*
.seciton_plan--w750 .box_countdown .yyc-day,
.seciton_plan--w750 .box_countdown .yyc-hou,
.seciton_plan--w750 .box_countdown .yyc-min,
.seciton_plan--w750 .box_countdown .yyc-sec,
.seciton_plan--w750 .box_countdown .yyc-day-text,
.seciton_plan--w750 .box_countdown .yyc-hou-text,
.seciton_plan--w750 .box_countdown .yyc-min-text,
.seciton_plan--w750 .box_countdown .yyc-sec-text {
  color: #ff2f96 !important;
}
*/

@media only screen and (min-width: 751px) {
  .seciton_plan--w750 .plan_box_recommend .plan_box_bbox {
    font-size: clamp(12px, 2.2vw, 20px);
    min-width: 305px;
  }
  .seciton_plan--w750 .plan_box_coupon p::after {
    border-left: 20px solid #ff2f96;
  }
  .seciton_plan--w750 .seciton_plan_box {
    width: 95%;
    margin: auto;
  }
}

/*============================================
  flow
============================================*/
.seciton_flow--w750 {
  background: #fff;
}
.seciton_flow--w750 .title__wrap__area {
  background-color: #eaeaea;
  height: clamp(40px, 12vw, 120px);
  padding: 12px 0 10px;
}
.seciton_flow--w750 .w-diamond::before {
  left: 20px;
}
.seciton_flow--w750 .title__wrap--headline {
  font-size: clamp(20px, 4.2vw, 40px);
  line-height: 1.2;
  letter-spacing: 0;
}
.seciton_flow--w750 .title__wrap--headline span {
  font-size: clamp(25px, 4.2vw, 50px);
}
.seciton_flow--w750 .flow_list-ttl {
  background: #ff2f96;
}
.seciton_flow--w750 .flow_list-ttl .flow_list-step {
  border: #ff2f96 2px solid;
  color: #ff2f96;
}
.seciton_flow--w750 .flow_list-detail {
  border: #ff2f96 2px solid;
}

@media only screen and (min-width: 751px) {
  .seciton_flow--w750 .seciton_flow_inner {
    padding: 0 30px;
  }
}

/*============================================
  faq
============================================*/
.seciton_qa--w750 {
  background: #ffebf5;
}
.title__wrap__area {
  background-color: #fff;
  height: clamp(40px, 12vw, 120px);
  padding: 12px 0 10px;
  overflow: hidden;
}
.p-diamond::before {
  background-image: url(../img/double-eyelid_8_aomori_01/head-bg--pink-diamond.png);
  background-size: auto 100%;
  left: 20px;
  z-index: 0;
  bottom: -17px;
}
.seciton_qa--w750 .title__wrap--headline {
  font-size: clamp(20px, 4.2vw, 38px);
  line-height: 1.2;
  letter-spacing: 0;
}
.seciton_qa--w750 .title__wrap--headline span {
  font-size: clamp(24px, 4.2vw, 48px);
}
.seciton_qa--w750 .seciton_qa_q {
  background: #fff;
}
.seciton_qa--w750 .seciton_qa_a {
  background: #fff0f7;
}
.seciton_qa--w750 .seciton_qa_q,
.seciton_qa--w750 .seciton_qa_a {
  color: #ff2f96;
  border: #ff2f96 1px solid;
}
.seciton_qa--w750 .seciton_qa_q.js--accordion-open {
  background: #ff2f96;
  color: #fff;
}
.seciton_qa--w750 .seciton_qa_q::before,
.seciton_qa--w750 .seciton_qa_q::after {
  background-color: #ff2f96;
}

/*============================================
  clinic
============================================*/
.section_clinic--w750 {
  background: #fff;
}
.section_clinic--w750 .title__wrap__area {
  background-color: #eaeaea;
  height: clamp(40px, 12vw, 120px);
  padding: 12px 0 10px;
}
.section_clinic--w750 .w-diamond::before {
  left: 20px;
}
.section_clinic--w750 .title__wrap--headline {
  font-size: clamp(20px, 4.2vw, 40px);
  line-height: 1.2;
  letter-spacing: 0;
}
.section_clinic--w750 .title__wrap--headline span {
  font-size: clamp(25px, 4.2vw, 50px);
}
.section_clinic--w750 #clinic dl.accordion > dt {
  background: #ff2f96;
}

/*============================================
  reserve
============================================*/
.section_reserve {
  background: #fff;
}
.section_reserve .title__wrap__area {
  background-color: #eaeaea;
  height: clamp(40px, 12vw, 120px);
  padding: 12px 0 10px;
}
.section_reserve .w-diamond::before {
  left: 20px;
}
#reserve .title__wrap--headline {
  font-size: clamp(20px, 4.2vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.1rem;
}


/*症例写真別レイアウト用*/
.doctor_item.modal_in {
  position: relative;
}
.modal_in .plan_box_case {
position: absolute;
bottom: 25px;
right: 20px;
width: 70%;
}
@media screen and (max-width: 750px) {
.modal_in .plan_box_case {
  bottom: 3vw;
  right: 3vw;
}
}
.modal_in .icn_modal::before {
content: '';
position: absolute;
top: clamp(6px, 1vw, 10px);
right: clamp(6px, 1vw, 10px);
background: url(../img/oneday-facelift/icon_glass.png) no-repeat;
background-size: 100%;
width: clamp(12px, 2vw, 25px);
height: clamp(12px, 2vw, 25px);
z-index: 2;
}
.modal_in .icn_modal::after {
content: '';
position: absolute;
top: clamp(2px, 0.5vw, 5px);
right: clamp(2px, 0.5vw, 5px);
z-index: 1;
width: clamp(20px, 3vw, 35px);
height: clamp(20px, 3vw, 35px);
border-radius: 50%;
background-color: #000;
opacity: .5;
}


/* カウントダウンクーポン新デザイン用 20231127追記 */
.wrap750 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrap750 {
    width: 100%;
    margin: 0 auto;
  }
}
.wrap690 {
  width: 690px;
  margin: 0 auto;
}
.limit_btn._coupon_8 {
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.fukidashi {
  position: absolute;
  top: 5%;
}

@media screen and (max-width: 767px){
  .fukidashi {
    width: 82%;
  }
}

.coupon_frame__outer {
  border: 3px solid #b6a0c3;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
}
@media screen and (max-width: 750px) {
  .coupon_frame__outer {
    border: 0.4vw solid #b6a0c3;
    border-radius: 1.33vw;
    padding: 0.67vw;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
  }
}
.coupon_frame__inner {
  border: 2px solid #b6a0c3;
  padding: 30px;
  padding-top: clamp(90px, 1.8vw, 180px);
}
@media screen and (max-width: 750px) {
  .coupon_frame__inner {
    border: 0.27vw solid #b6a0c3;
    padding: 4vw;
    padding-top: 12vw;
  }
}
/*
.box_countdown p {
  color: #616161;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .box_countdown p {
    font-size: 4vw;
  }
}

.box_countdown .yyc-day, .box_countdown .yyc-hou, .box_countdown .yyc-min, .box_countdown .yyc-sec {
  color: #616161!important;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 44px!important;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .box_countdown .yyc-day, .box_countdown .yyc-hou, .box_countdown .yyc-min, .box_countdown .yyc-sec {
    font-size: 5.87vw!important;
  }
}
.box_countdown .yyc-day-text, .box_countdown .yyc-hou-text, .box_countdown .yyc-min-text, .box_countdown .yyc-sec-text {
  color: #616161!important;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 33px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .box_countdown .yyc-day-text, .box_countdown .yyc-hou-text, .box_countdown .yyc-min-text, .box_countdown .yyc-sec-text {
    font-size: 4.4vw;
  }
}

.box_countdown {
  position: relative;
}
.box_countdown::before {
  content: "";
  width: 52px;
  height: 70px;
  background: url(../img/double-eyelid_8/countdown_deco_left.png) no-repeat top center/contain;
  position: absolute;
  left: 30px;
  bottom: 15px;
}
@media screen and (max-width: 750px) {
  .box_countdown::before {
    width: 6.93vw;
    height: 9.33vw;
    left: -1vw;
    bottom: 2vw;
  }
}
.box_countdown::after {
  content: "";
  width: 52px;
  height: 70px;
  background: url(../img/double-eyelid_8/countdown_deco_right.png) no-repeat top center/contain;
  position: absolute;
  right: 30px;
  bottom: 15px;
}
@media screen and (max-width: 750px) {
  .box_countdown::after {
    width: 6.93vw;
    height: 9.33vw;
    right: -1vw;
    bottom: 2vw;
  }
}
.box_countdown._ff::before,
.box_countdown._ff::after {
  display: none;
}
*/
.case_thum_wrap {
  background-color: #fff;
}

/* お支払い方法・交通費コンテンツをdouble-eyelid_7から追加 */
.text__title {
  font-size: clamp(22px, 3vw, 40px);
  font-weight: bold;
}
.text__text {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.6;
  width: 600px;
  margin: auto;
}
.transportation__subsidy--bg {
  position: relative;
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .transportation__subsidy--bg {
    width: auto;
  }
}
.transportation__subsidy--text {
  position: absolute;
  top: 42%;
  font-size: min(29px, calc(calc(29 / 750) * 100vw));
  line-height: 2;
  text-align: left;
  padding: 0 60px;
}
.transportation__subsidy--text2 {
  position: absolute;
  top: 30%;
  font-size: min(29px, calc(calc(29 / 750) * 100vw));
  line-height: 2;
  text-align: left;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .transportation__subsidy--text, .transportation__subsidy--text2 {
    padding: 0 20px;
}
}


/* 20231229追記 */
.fv__ai-simulator__ttl_wrap {
  display: flex;
  justify-content: space-between;
  background: url(../img/double-eyelid_7/ai/ai-simulator__top-phone.png) no-repeat bottom right;
  background-size: 240px;
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .fv__ai-simulator__ttl_wrap {
    background-size: 32vw;
    padding-bottom: 4vw;
  }
}
.fv__ai-simulator__ttl_txt {
  width: 70%;
}
.fv__ai-simulator__ttl_img {
  width: 33%;
  margin-top: auto;
}


/* 20240205追記 FVなど変更アイプチ卒業キャンペーン */

/* FV下カウントダウン */
.web_coupon--fv .box_countdown::before,
.web_coupon--fv .box_countdown::after {
  display: none!important;
}
.web_coupon__fv_bg {
  position: relative;
}
.web_coupon__fv_count,
.web_coupon__fv_btn {
  position: absolute;
}
.web_coupon__fv_count {
  right: 115px;
  bottom: 211px;
}
@media screen and (max-width: 750px) {
  .web_coupon__fv_count {
    right: 15.33vw;
    bottom: 28.5vw;
  }
}
.web_coupon__fv_btn {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 60px;
}
@media screen and (max-width: 750px) {
  .web_coupon__fv_btn {
    max-width: 95%!important;
    bottom: 10vw;
  }
}
.web_coupon--fv .box_countdown .yyc-day, .web_coupon--fv .box_countdown .yyc-hou, .web_coupon--fv .box_countdown .yyc-min, .web_coupon--fv .box_countdown .yyc-sec {
  font-family: 'Noto Sans JP', sans-serif!important;
  font-weight: 500!important;
  font-size: 32px!important;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .web_coupon--fv .box_countdown .yyc-day, .web_coupon--fv .box_countdown .yyc-hou, .web_coupon--fv .box_countdown .yyc-min, .web_coupon--fv .box_countdown .yyc-sec {
    font-size: 4.27vw!important;
  }
}
.web_coupon--fv .box_countdown .yyc-day-text, .web_coupon--fv .box_countdown .yyc-hou-text, .web_coupon--fv .box_countdown .yyc-min-text, .web_coupon--fv .box_countdown .yyc-sec-text {
  font-family: 'Noto Sans JP', sans-serif!important;
  font-weight: 500!important;
  font-size: 25px!important;
}
@media screen and (max-width: 750px) {
  .web_coupon--fv .box_countdown .yyc-day-text, .web_coupon--fv .box_countdown .yyc-hou-text, .web_coupon--fv .box_countdown .yyc-min-text, .web_coupon--fv .box_countdown .yyc-sec-text {
    font-size: 3.33vw!important;
  }
}
.web_coupon__fv_bg .box_countdown {
  width: 100%;
  max-width: 100%;
}

/* カウントダウンクーポン02 */
.web_coupon.web_coupon--02 {
  background: url(../img/double-eyelid_7/web_coupon02_2.png) no-repeat top center!important;
  background-size: 100% auto!important;
}

/* アイプチ卒業キャンペーンカウントダウン */
.web_coupon__eyepetit_btn,
.web_coupon__eyepetit_count {
  position: absolute;
}
.web_coupon__eyepetit_btn {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 45px;
}
@media screen and (max-width: 750px) {
  .web_coupon__eyepetit_btn {
    bottom: 6vw;
    width: 96%;
  }
}
.web_coupon__eyepetit_count {
  right: 115px;
  bottom: 88px;
}
@media screen and (max-width: 750px) {
  .web_coupon__eyepetit_count {
    right: 17.33vw;
    bottom: 12.6vw;
  }
}


.web_coupon--02 .box_countdown .yyc-day, .web_coupon--02 .box_countdown .yyc-hou, .web_coupon--02 .box_countdown .yyc-min, .web_coupon--02 .box_countdown .yyc-sec {
  font-family: 'Noto Sans JP', sans-serif!important;
  font-weight: 500!important;
}
.web_coupon--02 .box_countdown .yyc-day-text, .web_coupon--02 .box_countdown .yyc-hou-text, .web_coupon--02 .box_countdown .yyc-min-text, .web_coupon--02 .box_countdown .yyc-sec-text {
  font-family: 'Noto Sans JP', sans-serif!important;
  font-weight: 500!important;
}

.reserve_inner p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .reserve_inner p {
    font-size: 4vw;
  }
}
.reserve_inner p ._color {
  color: #f43a69;
}
.reserve_inner p ._uline {
  text-decoration: underline;
}


.seciton_qa_q, .seciton_qa_a {
  margin-bottom: -1px;
}


/* 20240206追記 */

.web_coupon.web_coupon--ac001 {
  background: url(../img/double-eyelid_7/coupon_fv33.png)  no-repeat top center;
  padding-top: 390px;
  max-width: 750px;
  margin: 0 auto;
  background-size: 100%;
}

.web_coupon.web_coupon--ac002 {
  background: url(../img/double-eyelid_7/coupon_fv24.png)  no-repeat top center;
  padding-top: 390px;
  max-width: 750px;
  margin: 0 auto;
  background-size: 100%;
}

.web_coupon.web_coupon--ac003 {
  background: url(../img/double-eyelid_7/coupon_fv11.png)  no-repeat top center;
  padding-top: 390px;
  max-width: 750px;
  margin: 0 auto;
  background-size: 100%;
}

.web_coupon--ac001 .box_countdown:before,
.web_coupon--ac002 .box_countdown:before,
.web_coupon--ac003 .box_countdown:before {
	content:'';
	display: block;
	background-image: url(../img/double-eyelid_7_1/count_decoration_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: min(46px, calc(calc(46 / 750) * 100vw));
	height: min(68px, calc(calc(68 / 750) * 100vw));
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.web_coupon--ac001 .box_countdown:after,
.web_coupon--ac002 .box_countdown:after,
.web_coupon--ac003 .box_countdown:after {
	content:'';
	display: block;
	background-image: url(../img/double-eyelid_7_1/count_decoration_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: min(46px, calc(calc(46 / 750) * 100vw));
	height: min(68px, calc(calc(68 / 750) * 100vw));
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}


.web_coupon--ac001 .box_countdown p {
	color: #616161;
}

.web_coupon--ac001 .box_countdown .yycountdown-box {
	margin-left: 0;
}

.web_coupon--ac002 .box_countdown p {
	color: #616161;
}

.web_coupon--ac002 .box_countdown .yycountdown-box {
	margin-left: 0;
}

.web_coupon--ac003 .box_countdown p {
	color: #616161;
}

.web_coupon--ac003 .box_countdown .yycountdown-box {
	margin-left: 0;
}

.web_coupon--ac001 .box_countdown .yyc-day,
.web_coupon--ac001 .box_countdown .yyc-hou,
.web_coupon--ac001 .box_countdown .yyc-min,
.web_coupon--ac001 .box_countdown .yyc-sec {
	font-size: min(33px, calc(calc(33 / 750) * 100vw));
	background: none!important;
	color: #616161!important;
	border-radius: 5px;
	font-weight: 500;
}

.web_coupon--ac002 .box_countdown .yyc-day,
.web_coupon--ac002 .box_countdown .yyc-hou,
.web_coupon--ac002 .box_countdown .yyc-min,
.web_coupon--ac002 .box_countdown .yyc-sec {
	font-size: min(33px, calc(calc(33 / 750) * 100vw));
	background: none!important;
	color: #616161!important;
	border-radius: 5px;
	font-weight: 500;
}

.web_coupon--ac003 .box_countdown .yyc-day,
.web_coupon--ac003 .box_countdown .yyc-hou,
.web_coupon--ac003 .box_countdown .yyc-min,
.web_coupon--ac003 .box_countdown .yyc-sec {
	font-size: min(33px, calc(calc(33 / 750) * 100vw));
	background: none!important;
	color: #616161!important;
	border-radius: 5px;
	font-weight: 500;
}

.web_coupon--ac001 .box_countdown .yyc-day-text,
.web_coupon--ac001 .box_countdown .yyc-hou-text,
.web_coupon--ac001 .box_countdown .yyc-min-text,
.web_coupon--ac001 .box_countdown .yyc-sec-text {
	color: #616161!important;
	font-size: min(33px, calc(calc(33 / 750) * 100vw));
	font-weight: 500;
}

.web_coupon--ac002 .box_countdown .yyc-day-text,
.web_coupon--ac002 .box_countdown .yyc-hou-text,
.web_coupon--ac002 .box_countdown .yyc-min-text,
.web_coupon--ac002 .box_countdown .yyc-sec-text {
	color: #616161!important;
	font-size: min(33px, calc(calc(33 / 750) * 100vw));
	font-weight: 500;
}

.web_coupon--ac003 .box_countdown .yyc-day-text,
.web_coupon--ac003 .box_countdown .yyc-hou-text,
.web_coupon--ac003 .box_countdown .yyc-min-text,
.web_coupon--ac003 .box_countdown .yyc-sec-text {
	color: #616161!important;
	font-size: min(33px, calc(calc(33 / 750) * 100vw));
	font-weight: 500;
}

.limit_btn002 {
  padding: clamp(30px, 4vw, 40px) 0 clamp(35px, 7vw, 70px);
  text-align: center;
  margin-top: -14%;
}

.seciton_plan_box .plan_box_wbox {
  font-size: clamp(12px, 2.2vw, 20px) !important;
}

@media only screen and (max-width: 767px) {
  .web_coupon.web_coupon--ac001,
  .web_coupon.web_coupon--ac002,
  .web_coupon.web_coupon--ac003 {
    background-size: 105%;
    padding-top: min(362px, calc(calc(362/750) * 100vw));
    margin-top: calc(0 * min(260px, calc(calc(260 / 750) * 100vw)))!important;
}
  .web_coupon--ac001 .limit_btn002 {
    padding-top: min(20px, calc(calc(20 / 750) * 100vw))!important;
    padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
    margin-top: -1.5vw;
  }
  .web_coupon--ac002 .limit_btn002 {
    padding-top: min(20px, calc(calc(20 / 750) * 100vw))!important;
    padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
    margin-top: -1.5vw;
  }
  .web_coupon--ac003 .limit_btn002 {
    padding-top: min(20px, calc(calc(20 / 750) * 100vw))!important;
    padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
    margin-top: -1.5vw;
  }
  .limit_btn002 {
    /* padding: clamp(10px, 4vw, 40px) clamp(15px, 1.5vw, 15px)
      clamp(35px, 7vw, 70px)!important; */
}

.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
  font-size: 18px !important;
  margin: 0 2px;
}

.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
  font-size: 18px !important;
  padding: 0 3px;
  border-radius: 3px;
}
}

/* ========================================

20240508__TCB_AD-4854__コンテンツ位置検証　個別css

======================================== */

.web_coupon.web_coupon--02 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto !important;
  padding-top: 720px;
}

@media screen and (max-width: 640px) {
  .web_coupon.web_coupon--02 {
    padding-top: 98vw !important;
  }
}

.web_coupon--fv .web_coupon__fv_count01 {
  position: absolute;
  right: 15%;
  top: 17%;
}
/* ========================================
# double-eyelid_7_a12023.cssより移植
======================================== */
.fv {
	background: #fff;
}

.section_enquete, .change, .reason, .plan {
	background: #fff3fc;
	background-image: url('../img/university_double-eyelid/sakura_pattern.png');
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}
.section_enquete2, .change, .reason, .plan {
	background-size: auto;
	background-repeat: repeat-y;
	background-position: center center;
}

@media screen and (max-width: 767px) {
	.fv {
		background: #fff;
	}
	.section_enquete, .change, .reason, .plan {
		background: #fff3fc;
		background-image: url('../img/university_double-eyelid/sakura_pattern.png');
		background-size: 100%;
		background-repeat: repeat-y;
		background-position: inherit;
	}
}

.fc_pink span {
	color: #f281b2;
}

.u_line2 {
	border-bottom: 2px solid #f281b2;
}

@media screen and (max-width: 767px) {
    .web_coupon--02 .limit_btn {
        padding-top: min(16px, calc(calc(16 / 750) * 100vw));
    }
}

.box_countdown {
    width: 75%;
    margin: 0 auto;
}
@media screen and (max-width: 500px) {
    .box_countdown {
        width: 88%;
    }
}

.web_coupon--fv .box_countdown:before,
.web_coupon--02 .box_countdown:before {
	content:'';
	display: block;
	background-image: url(../img/double-eyelid_7_1/count_decoration_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: min(46px, calc(calc(46 / 750) * 100vw));
	height: min(68px, calc(calc(68 / 750) * 100vw));
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.web_coupon--fv .box_countdown:after,
.web_coupon--02 .box_countdown:after {
	content:'';
	display: block;
	background-image: url(../img/double-eyelid_7_1/count_decoration_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: min(46px, calc(calc(46 / 750) * 100vw));
	height: min(68px, calc(calc(68 / 750) * 100vw));
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.box_countdown .yyc-day, .box_countdown .yyc-hou, .box_countdown .yyc-min, .box_countdown .yyc-sec {
	background: none!important;
	color: #f281b2!important;
}

.box_countdown .yyc-day-text, .box_countdown .yyc-hou-text, .box_countdown .yyc-min-text, .box_countdown .yyc-sec-text {
	color: #f281b2!important;
}

.web_coupon--fv .box_countdown p {
	color: #616161;
}

.web_coupon--fv .box_countdown .yycountdown-box {
	margin-left: 0;
}

.web_coupon--fv .box_countdown .yyc-day, .web_coupon--fv .box_countdown .yyc-hou, .web_coupon--fv .box_countdown .yyc-min, .web_coupon--fv .box_countdown .yyc-sec {
	font-size: min(44px, calc(calc(44 / 750) * 100vw));
	background: none!important;
	color: #616161!important;
	border-radius: 5px;
	font-weight: 500;
}

.web_coupon--fv .box_countdown .yyc-day-text, .web_coupon--fv .box_countdown .yyc-hou-text, .web_coupon--fv .box_countdown .yyc-min-text, .web_coupon--fv .box_countdown .yyc-sec-text {
	color: #616161!important;
	font-size: min(33px, calc(calc(33 / 750) * 100vw));
	font-weight: 500;
}


/* web_coupon--02 カウントダウン*/
.web_coupon--02 .box_countdown p {
	color: #616161;
	font-size: min(30px, calc(calc(30 / 750) * 100vw));
	font-weight: 500;
}

.web_coupon--02 .box_countdown .yycountdown-box {
	margin-left: 0;
}

.web_coupon--02 .box_countdown .yyc-day, .web_coupon--02 .box_countdown .yyc-hou, .web_coupon--02 .box_countdown .yyc-min, .web_coupon--02 .box_countdown .yyc-sec {
	font-size: min(44px, calc(calc(44 / 750) * 100vw));
	background: none!important;
	color: #616161!important;
	border-radius: 5px;
	/*padding: 1.5px 6px;*/
	font-weight: 500;
}

.web_coupon--02 .box_countdown .yyc-day-text, .web_coupon--02 .box_countdown .yyc-hou-text, .web_coupon--02 .box_countdown .yyc-min-text, .web_coupon--02 .box_countdown .yyc-sec-text {
	color: #616161!important;
	font-size: min(33px, calc(calc(33 / 750) * 100vw));
	/*margin: 0 5px;*/
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.box_countdown .yycountdown-box {
		margin-left: 0;
	}
}

.section_experiences .experiences_item_heading_strong {
	color: #f281b2;
}


.seciton_reason .section_reason_ttlarea03 .ff_serif::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: #f281b2 solid 2px;
	border-left: #f281b2 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #f281b2 solid 2px;
	border-right: #f281b2 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: #f281b2 solid 2px;
	border-left: #f281b2 solid 2px;
}

.seciton_reason .section_reason_ttlarea03 .ff_serif::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #f281b2 solid 2px;
	border-right: #f281b2 solid 2px;
}

.reason-list05-list li .pink-box {
	display: block;
	padding: calc(clamp(10px, 2vw, 20px) + 0.5em) 0px clamp(10px, 2vw, 20px);
	border: #f281b2 2px solid;
}

.section_ideal-box li strong {
	font-weight: inherit;
	color: #f281b2;
}

.ideal-box {
	border: solid #f281b2 2px;
	background-color: #FFFFFF;
}

.ideal-box::before {
	content: "";
	border-left: 30px solid transparent;
	border-top: 30px solid #f281b2;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.ideal-box::after {
	content: "";
	border-right: 30px solid transparent;
	border-bottom: 30px solid #f281b2;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.bgpink_ttl {
	background: #f281b2;
	color: #FFF;
	border-radius: 30px;
}

.comment::before, .comment::after {
	content: "";
	display: block;
	width: clamp(1px, 0.2vw, 2px);
	height: clamp(35px, 5.5vw, 55px);
	background: #f281b2;
	position: absolute;
	top: 50%;
}

.seciton_point .section_point_drttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: #f281b2 solid 2px;
	border-left: #f281b2 solid 2px;
}

.seciton_point .section_point_drttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #f281b2 solid 2px;
	border-right: #f281b2 solid 2px;
}

.seciton_point_drarea_bdbox {
	background: #FFF;
	border: 2px #f281b2 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 #f281b2;
	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 #f281b2;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.seciton_plan_box .plan_box_ttl {
	padding: 1.8em 0 0;
	background: #f281b2;
	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: #f281b2 2px solid;
	border-radius: 8px;
	font-size: clamp(12px, 2.2vw, 22px);
	font-weight: bold;
	color: #f281b2;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -1.2em;
	z-index: 1;
	transform: translateX(-50%);
}

.plan_box_ttl .plan_value {
	background: #fff;
	color: #f281b2;
}

.plan_box_coupon {
	border: #f281b2 2px solid;
	color: #f281b2;
}

.plan_box_coupon p {
	background: #f281b2;
}

.plan_box_coupon .plan_value {
	background: #f281b2;
	color: #fff;
}

.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 #f281b2;
	border-right: 0;
	position: absolute;
	right: -20px;
}

@media screen and (max-width: 767px) {
	.plan_box_coupon p::after {
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 10px solid #f281b2;
		right: -10px;
	}
}


.traffic__title__wrap {
	color: #f281b2;
}


.seciton_teian .seciton_teian_ttl::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-bottom: #f281b2 solid 2px;
	border-left: #f281b2 solid 2px;
}

.seciton_teian .seciton_teian_ttl::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border-top: #f281b2 solid 2px;
	border-right: #f281b2 solid 2px;
}

.teian_model_box {
	border: #f281b2 2px solid;
}

.teian_model_box .model_box_read {
	text-align: center;
	color: #f281b2;
}

.teian_model_box .model_box_read span {
	background: #f281b2;
	color: #fff;
}

.teian_model_box .model_box_ttl {
	background: #f281b2;
}


.flow_list::after {
	content: "";
	height: 100%;
	border-left: #f281b2 2px dotted;
}


.flow_list-ttl {
	background: #f281b2;
	text-align: center;
	color: #fff;
	position: relative;
}

.flow_list-ttl .flow_list-step {
	display: flex;
	align-items: center;
	background: #fff;
	border: #f281b2 2px solid;
	position: absolute;
	left: 0;
	top: -20px;
	padding: 2px 20px;
	font-size: 30px;
	font-weight: 500;
	color: #f281b2;
	letter-spacing: 0.1em;
}

.flow_list-detail {
	background: #fff;
	border: #f281b2 2px solid;
	border-top: none;
}

.seciton_qa_q, .seciton_qa_a {
	border: #f281b2 1px solid;
}

.seciton_qa_q {
	color: #f281b2;
}

.seciton_qa_q::before, .seciton_qa_q::after {
	background-color: #f281b2;
}

.seciton_qa_q.js--accordion-open {
	background: #f281b2;
	color: #fff;
}

.seciton_qa_a {
	background: #ffecf1;
	color: #f281b2;
}

/* 20220127追記 色の統一 */

#clinic dl.accordion>dt {
	background: #f281b2;
}

/* 20230510追記 共通アコーディオン */

.accordion_pink{
	border: 2px solid #f281b2;
	box-shadow: 0 10px 20px 0 rgb(244 58 105 / 20%);
}

.accordion_pink_title{
	background-color: #f281b2;
	color: #fff;
}

.accordion_pink_title.js--accordion-open {
	background: #f281b2;
	color: #fff;
}

.web_coupon.web_coupon--02 {
	background: url(../img/double-eyelid_7/ai/web_coupon02-sp.png) no-repeat top center;
    padding-top: 720px;
	width: min(100%,750px);
	background-color: #fff;
	margin: 0 auto;
}
.web_coupon--01 {
    margin-top: -270px !important;
}

@media screen and (max-width: 640px) {
	.web_coupon.web_coupon--02 {
		background: url(../img/double-eyelid_7/ai/web_coupon02-sp.png) no-repeat top center;
		background-size: 100% auto;
		margin-top: 0 !important;
		padding-top: 98vw;
		background-color: #fff;
	}
}

/* 20231025 FV症例エリア追加 */

.web_coupon--fv .limit_btn_link,
.web_coupon--02 .limit_btn_link {
	padding: 0  min(40px, calc(calc(40 / 750) * 100vw));
	transition: all 0.3s;
}

.web_coupon--fv .limit_btn_link:hover,
.web_coupon--02 .limit_btn_link:hover {
	opacity: 0.8;
}

.case_thum_wrap {
	padding-top: min(30px, calc(calc(30 / 750) * 100vw));
	position: relative;
	background-color: #fff;
	width: min(100%,750px);
	margin: 0 auto;
}

.case_thum_ttl {
	margin-bottom: min(30px, calc(calc(30 / 750) * 100vw));
	width:100%;
	box-sizing: border-box;
	padding: 0  min(30px, calc(calc(30 / 750) * 100vw));
}

.case_thum {
	padding: 0 min(30px, calc(calc(30 / 750) * 100vw)) min(110px, calc(calc(110 / 750) * 100vw));
	width: calc(100% - min(60px, calc(calc(60 / 750) * 100vw)));
}

.case_more_btn {
	padding-bottom: min(50px, calc(calc(50 / 750) * 100vw));
	position: absolute;
	left: 0;
	right: 0;
	bottom: min(110px, calc(calc(110 / 750) * 100vw));
	margin: auto;
    width: min(630px, calc(calc(630 / 750) * 100vw));
}

.case_more_btn a {
	transition: all .3s;
}

.case_more_btn a:hover {
	opacity: .8;
}

/* ここから20231128 aiコンテンツ追加 */
@media screen and (max-width: 767px) {
	header .head__menu {
		top: min(76px, calc(calc(76 / 750) * 100vw));
	}
}

.web_coupon--02 {
    margin: 0 auto !important;
}

.wrap750 {
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.fv_area-top-inner .fv_area-top01 {
	max-width: 750px;
	padding: 0;
}

.ai-simulator {
	margin-top: calc( -1 * min(180px, calc(calc(180 / 750) * 100vw)));
}

.ai-simulator--02 {
    background-color: #042441;
}

.ai-simulator--04 {
	padding-bottom: min(100px, calc(calc(100 / 750) * 100vw));
}

/* 今すぐボタン */
.try-now-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: min(630px, calc(calc(630 / 750) * 100vw));
	transition: all 0.3s;
}

.try-now-btn:hover {
	opacity: 0.8;
}

.ai-simulator--04 .try-now-btn {
	bottom: min(80px, calc(calc(80 / 750) * 100vw));	
}

/* utility */
.u-relative {
	position: relative;
}

.u-bg--white {
	background-color: #fff;
}


/* 20231130 aiコンテンツ追記 */

.fv__ai-simulator{
	background: #fff3fc;
}
.fv__ai-simulator__inner{
	background: url(../img/double-eyelid_7/ai/ai-simulator-bg.png)repeat-y;
	background-size: cover;
}
.fv__point__simulation{
	background: #ffffff;
	border-radius: 10px;
	border: #c29bb4 solid 3px;
}
.fv__point__youtube iframe{
	height: 100%;
}
.fv__simulation__content p{
	margin-bottom: 30px;
}
.fv__simulation__content img{
	width: 100%;
}

/* ========================================

20250103__追加 個別css

======================================== */
/*--　ALL -- */
.reset_imgeff{
  display:block;
  width:100%;
  box-shadow: none;
}

.spacer_grad01 {
  background: linear-gradient(to bottom, #fff, #fff3fc);
  display: block;
}


/* ========================================

20250124__追加 個別css

======================================== */
/* グレーの文字のカウントダウン */
.count_cta {
  position: relative;
}
.count_cta .box_countdown p {
  color: #616161;
  font-size: min(30px, calc(calc(30 / 750)* 100vw));
  font-weight: 500;
}
.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-size: min(44px, calc(calc(44 / 750) * 100vw));
	background: none!important;
	color: #616161!important;
	font-weight: 500;
}
.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-size: min(33px, calc(calc(33 / 750) * 100vw));
	font-weight: 500;
}

.count_cta .box_countdown {
  position: relative;
}
.count_cta .box_countdown:before {
	content:'';
	display: block;
	background-image: url(../img/double-eyelid_7_1/count_decoration_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: min(46px, calc(calc(46 / 750) * 100vw));
	height: min(68px, calc(calc(68 / 750) * 100vw));
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.count_cta .box_countdown:after {
	content:'';
	display: block;
	background-image: url(../img/double-eyelid_7_1/count_decoration_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: min(46px, calc(calc(46 / 750) * 100vw));
	height: min(68px, calc(calc(68 / 750) * 100vw));
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.count_cta .limit_btn {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.cta_11__coupon .limit_btn {
  bottom: 0;
  padding-bottom: min(45px, calc(calc(45/750) * 100vw))!important;
}
.cta_02__coupon .limit_btn {
  bottom: 0;
  box-sizing: border-box;
}