@charset "UTF-8";
/*
--------------------------------------------------------------
    index
        root
        base
        reset
        layout
        component
        project
        utility
--------------------------------------------------------------
*/
/*---------------------------------------------------------------------------------------
--
-- :root
--
----------------------------------------------------------------------------------------*/
:root {
  --gothic: 游ゴシック medium, yu gothic medium, 游ゴシック, yu gothic, メイリオ, meiryo, ヒラギノ角ゴ pro, hiragino kaku gothic pro, sans-serif;
  --serif: YuMincho, "Yu Mincho", 游明朝, "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  --color-blue: #0086d3;
  --color-aqua-1: #e7ebf3;
  --color-aqua-2: #5ad4eb;
  --color-navy: #0272b2;
  --color-yellow: #fff100;
  --color-yellow2: #fcff00;
  --color-yellow3: #e4ba56;
  --color-red: #ff4e00;
  --color-black-1: #4c4c4c;
  --color-black-2: #453f41;
  --color-black-3: #252525;
  --color-cv-tel: #7eb6ff;
  --color-cv-web: #e67bbb;
  --color-cv-line: #48cb5e;
  --color-ocher: #a98945;
  --color-white: #ffffff;
}

/*---------------------------------------------------------------------------------------
--
-- reset
--
----------------------------------------------------------------------------------------*/
/*共通*/
a {
  cursor: pointer;
}

body a:hover {
  color: unset;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*---------------------------------------------------------------------------------------
--
-- base
--
----------------------------------------------------------------------------------------*/
body {
  background: #e9eff3;
  font-family: var(--gothic);
  color: var(--color-black-1);
}

main,
header {
  width: min(100%, 750px);
  margin: 0 auto;
  background: #fff;
}

/* spアコーディオン */
dl.accordion {
  overflow: hidden;
}
dl.accordion > dt::before {
  color: var(--color-white);
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
dl.accordion > dd {
  background: var(--color-white);
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
  display: none;
}
dl.accordion > dd:before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

/*---------------------------------------------------------------------------------------
--
-- layout
--
----------------------------------------------------------------------------------------*/
/* header */
body header {
  position: sticky;
  left: 0;
  transform: none;
  margin: auto;
}

/* footer */
footer {
  padding: min(40px, 40 / 750 * 100vw) 0 min(80px, 80 / 750 * 100vw) !important;
}
footer small {
  font-size: min(20px, 20 / 750 * 100vw) !important;
}

.l-foot-subnav {
  background: var(--color-white) !important;
  padding: 0 0 min(40px, 40 / 750 * 100vw) !important;
}

/* section */
.l-section {
  padding: 0 0 min(110px, 110 / 750 * 100vw);
}
.l-section--recommend {
  background: url("../img/az_diet_all/bg_recom.webp") no-repeat;
  background-position: center top min(640px, 640 / 750 * 100vw);
  background-size: contain;
}
.l-section--treatment {
  background: #e4f3fb;
}

/*---------------------------------------------------------------------------------------
--
-- component
--
----------------------------------------------------------------------------------------*/
/* c-ttl */
.c-ttl {
  margin-bottom: min(50px, 50 / 750 * 100vw);
}

/* c-coupon */
.c-coupon {
  position: relative;
}
.c-coupon--fv {
  margin-top: max(-220px, -1 * 220 / 750 * 100vw);
  margin-bottom: min(90px, 90 / 750 * 100vw);
}
.c-coupon__button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 8%;
  width: 87.5%;
}

/*---------------------------------------------------------------------------------------
--
-- project
--
----------------------------------------------------------------------------------------*/
/* p-recom-list */
.p-recom-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: min(110px, 110 / 750 * 100vw);
}
.p-recom-list__item {
  width: 49%;
}
.p-recom-list:after {
  content: "";
  display: block;
  width: 49%;
}

/* p-tiktok */
.p-tiktok {
  width: 92%;
  margin: auto;
  cursor: pointer;
}

.tiktok-video {
  display: none;
}

/* p-treat-outer */
.p-treat-outer {
  padding-bottom: min(70px, 70 / 750 * 100vw);
  background-color: #fcfcfc;
}

.p-treat-outer.p-treat-outer_01,
.p-treat-outer.p-treat-outer_03 {
  background-color: #e4f3fb;
}

.p-treat-outer.p-treat-outer_04 {
  background-color: #fcfcfc;
}

/* p-point */
.p-point {
  background: #fff;
  box-shadow: 0 0 min(10px, 10 / 750 * 100vw) rgba(175, 179, 181, 0.33);
  width: 92%;
  margin: min(90px, 90 / 750 * 100vw) auto min(60px, 60 / 750 * 100vw);
  padding: min(80px, 80 / 750 * 100vw) min(30px, 30 / 750 * 100vw) min(30px, 30 / 750 * 100vw);
  box-sizing: border-box;
  position: relative;
}
.p-point__ttl {
  margin-top: max(-70px, -1 * 70 / 750 * 100vw);
  position: absolute;
  top: min(10px, 10 / 750 * 100vw);
  width: min(630px, 630 / 750 * 100vw);
}
.p-point__item__ttl {
  background: #022ea1;
  color: #fff;
  font-size: min(36px, 36 / 750 * 100vw);
  font-weight: bold;
  position: relative;
  border-radius: 0.1em;
  display: flex;
  align-items: center;
  line-height: 1.35;
  padding: 0.72em 0 0.72em 2.9em;
  cursor: pointer;
}
.p-point__item__ttl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.09em;
  left: 0.09em;
  right: 0.09em;
  bottom: 0.09em;
  border: 0.06em solid #fff;
}
.p-point__item__ttl .icon {
  position: absolute;
  left: 0.4em;
  top: 0.45em;
  width: 1.75em;
  height: 1.88em;
}
.p-point__item__ttl .toggle {
  display: block;
  position: absolute;
  right: 1.8em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-point__item__ttl .toggle:before, .p-point__item__ttl .toggle:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 0;
  border: 2px solid #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-point__item__ttl .toggle:after {
  transform: rotate(90deg);
}
.p-point__item__ttl.sky {
  background: #048ae4;
}
.p-point__item__cont {
  border: min(2px, 2 / 750 * 100vw) solid;
  background: #022ea1;
  border-top: none;
  background: #eff9ff;
  margin-top: max(-5px, -1 * 5 / 750 * 100vw);
  padding: min(30px, 30 / 750 * 100vw) min(25px, 25 / 750 * 100vw);
}
.p-point__item__cont:not(:last-child) {
  margin-bottom: min(40px, 40 / 750 * 100vw);
}
.p-point__item__cont.sky {
  border-color: #048ae0;
}

@media screen and (max-width: 750px) {
  .p-point__item__ttl .toggle {
    right: min(18px, 18 / 750 * 100vw);
  }
}
/* p-blog */
.p-blog {
  width: 92%;
  box-shadow: 0 0 min(10px, 10 / 750 * 100vw) rgba(175, 179, 181, 0.33);
  margin: 0 auto min(60px, 60 / 750 * 100vw);
}
.p-blog__ttl {
  background: #022ea1;
  color: #fff;
  font-size: min(36px, 36 / 750 * 100vw);
  line-height: 1.35;
  text-align: center;
  padding: 0.6em 0;
}
.p-blog__ttl.sky {
  background: #048ae4;
}
.p-blog__cont {
  background: transparent;
  padding: min(45px, 45 / 750 * 100vw) min(30px, 30 / 750 * 100vw) min(40px, 40 / 750 * 100vw);
}

/* ------------------------------- */
/* 既存スタイル流用 */
/* ------------------------------- */
header .heade__menu {
  top: 112px;
}

@media screen and (max-width: 767px) {
  header .head__menu {
    top: 0;
    padding-top: min(50px, 50 / 750 * 100vw);
    z-index: -1;
  }
  header .head__menu-inner {
    padding-bottom: min(50px, 50 / 750 * 100vw);
  }
}
body footer {
  padding: min(40px, 5.3333333333vw) 0 min(180px, 24vw) !important;
}

.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;
}

.section_ttl_eng {
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}

.seciton_flow .section_ttl_eng {
  color: #C7C7C7;
}

.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;
}

.ff_serif {
  font-family: "YuMincho", "Yu Mincho", "游明朝", Times New Roman, "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.fs40 {
  font-size: clamp(20px, 4vw, 40px);
}

.u_line2 {
  border-bottom: 2px solid #f43a69;
  display: inline;
}

.fc_pink_serif {
  font-size: clamp(20px, 3.6vw, 36px);
  line-height: 160%;
}

.fc_pink span {
  color: #f43a69;
}

.serif_text {
  font-weight: bold;
  font-size: clamp(20px, 3.2vw, 34px);
  margin: clamp(30px, 6vw, 60px) 0 clamp(30px, 6vw, 60px);
}

.seciton_point {
  padding: clamp(55px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
  background: linear-gradient(transparent 0px, transparent 5%, rgb(242, 242, 242) 25%) center top, url(../img/liposuction_quick/point_bg.png) repeat-x rgb(242, 242, 242);
  background-position: top center;
  text-align: center;
}

.seciton_point p {
  text-align: center;
}

.section_point-inner {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .img_sppd {
    padding-left: 3.91134vw;
    padding-right: 3.91134vw;
  }
}
.seciton_point .section_point_drttl {
  margin: 0 0 clamp(40px, 6vw, 60px);
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 95%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
  font-weight: 500;
  text-align: center;
  position: relative;
}

.seciton_point .section_point_drttl::before {
  content: "";
  position: absolute;
  left: 0;
  right: 600px;
  margin: 0 auto;
  bottom: -10px;
  width: 50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}

.seciton_point .section_point_drttl::after {
  content: "";
  position: absolute;
  right: 0px;
  margin: 0 auto;
  top: -20px;
  width: 50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {
  .seciton_point .section_point_drttl {
    margin: 10px 0 40px;
  }
  .seciton_point .section_point_drttl::before,
  .seciton_point .section_point_drttl::after {
    width: 30px;
    height: 30px;
  }
  .seciton_point .section_point_drttl::before {
    right: 380px;
    bottom: -10px;
  }
  .seciton_point .section_point_drttl::after {
    top: -10px;
  }
}
@media screen and (max-width: 400px) {
  .seciton_point .section_point_drttl::before {
    right: 320px;
  }
  .seciton_point .section_point_drttl::after {
    left: 320px;
  }
}
.seciton_point_white-box {
  background: #f6f6f6;
  padding: clamp(15px, 8vw, 80px) clamp(15px, 4vw, 80px);
}

.seciton_point_drarea_bdbox {
  background: #FFF;
  border: 2px #f43a69 solid;
  padding: clamp(15px, 5vw, 50px) clamp(30px, 5vw, 50px);
  margin-bottom: clamp(30px, 6vw, 60px);
  position: relative;
}

.seciton_point_drarea_bdbox .ff_serif {
  margin: 0 0 clamp(20px, 3vw, 30px);
  font-weight: bold;
}

.seciton_point_drprof {
  background: #f6f6f6;
}

.seciton_point_drprof > p {
  font-weight: 500;
}

.seciton_point_drprof-box {
  justify-content: space-between;
  width: 640px;
  margin: 0 auto;
}

.seciton_point_drprof-box li {
  margin: 0 0 clamp(20px, 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(16px, 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(14px, 1.8vw, 18px);
  color: #737373;
}

.seciton_point_drprof-box li .dr_spec {
  color: #FFFFFF;
  font-size: clamp(16px, 2.4vw, 24px);
  padding: clamp(8px, 0.8vw, 8px) 0;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .seciton_point_drprof-box {
    width: 100%;
  }
  .seciton_point_drprof-box li {
    width: calc((100% - 20px) / 2);
  }
}
.seciton_point_box {
  background: #FFFFFF;
  margin: clamp(40px, 8vw, 80px) 0 0;
}

.seciton_point_box .bd_blk_design {
  width: 100%;
  max-width: 500px;
  padding: clamp(6px, 1vw, 10px) 0px;
  margin: 0px auto clamp(20px, 4vw, 40px);
  border: 2px solid rgb(0, 0, 0);
  border-radius: 30px;
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: 500;
}

/* modal-list */
.modal_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(15px, 15 / 750 * 100vw) 2%;
  justify-content: center;
}
.modal_list:after {
  content: "";
  display: block;
  width: 49%;
}

.icn_modal {
  position: relative;
  width: 49%;
}

.icn_modal::before {
  content: "";
  position: absolute;
  top: clamp(10px, 2.8vw, 20px);
  right: clamp(10px, 2.8vw, 20px);
  background: url(../img/az_diet_all/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;
}

/* ------------------------------- */
/* 既存スタイル流用ここまで */
/* ------------------------------- */
/*---------------------------------------------------------------------------------------
--
-- utility
--
----------------------------------------------------------------------------------------*/
/* .u-inner */
.u-inner {
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  width: auto !important;
  max-width: calc(100% - min(60px, 60 / 750 * 100vw)) !important;
}
.u-inner--2 {
  max-width: calc(100% - min(120px, 120 / 750 * 100vw)) !important;
}

/* .mb○○-flex */
.mb0-flex {
  margin-bottom: min(0px, 0 / 750 * 100vw) !important;
}

.mb5-flex {
  margin-bottom: min(5px, 5 / 750 * 100vw) !important;
}

.mb10-flex {
  margin-bottom: min(10px, 10 / 750 * 100vw) !important;
}

.mb15-flex {
  margin-bottom: min(15px, 15 / 750 * 100vw) !important;
}

.mb20-flex {
  margin-bottom: min(20px, 20 / 750 * 100vw) !important;
}

.mb25-flex {
  margin-bottom: min(25px, 25 / 750 * 100vw) !important;
}

.mb30-flex {
  margin-bottom: min(30px, 30 / 750 * 100vw) !important;
}

.mb35-flex {
  margin-bottom: min(35px, 35 / 750 * 100vw) !important;
}

.mb40-flex {
  margin-bottom: min(40px, 40 / 750 * 100vw) !important;
}

.mb45-flex {
  margin-bottom: min(45px, 45 / 750 * 100vw) !important;
}

.mb50-flex {
  margin-bottom: min(50px, 50 / 750 * 100vw) !important;
}

.mb55-flex {
  margin-bottom: min(55px, 55 / 750 * 100vw) !important;
}

.mb60-flex {
  margin-bottom: min(60px, 60 / 750 * 100vw) !important;
}

.mb65-flex {
  margin-bottom: min(65px, 65 / 750 * 100vw) !important;
}

.mb70-flex {
  margin-bottom: min(70px, 70 / 750 * 100vw) !important;
}

.mb75-flex {
  margin-bottom: min(75px, 75 / 750 * 100vw) !important;
}

.mb80-flex {
  margin-bottom: min(80px, 80 / 750 * 100vw) !important;
}

.mb85-flex {
  margin-bottom: min(85px, 85 / 750 * 100vw) !important;
}

.mb90-flex {
  margin-bottom: min(90px, 90 / 750 * 100vw) !important;
}

.mb95-flex {
  margin-bottom: min(95px, 95 / 750 * 100vw) !important;
}

.mb100-flex {
  margin-bottom: min(100px, 100 / 750 * 100vw) !important;
}

.mb105-flex {
  margin-bottom: min(105px, 105 / 750 * 100vw) !important;
}

.mb110-flex {
  margin-bottom: min(110px, 110 / 750 * 100vw) !important;
}

.mb115-flex {
  margin-bottom: min(115px, 115 / 750 * 100vw) !important;
}

.mb120-flex {
  margin-bottom: min(120px, 120 / 750 * 100vw) !important;
}

.mb125-flex {
  margin-bottom: min(125px, 125 / 750 * 100vw) !important;
}

.mb130-flex {
  margin-bottom: min(130px, 130 / 750 * 100vw) !important;
}

.mb135-flex {
  margin-bottom: min(135px, 135 / 750 * 100vw) !important;
}

.mb140-flex {
  margin-bottom: min(140px, 140 / 750 * 100vw) !important;
}

.mb145-flex {
  margin-bottom: min(145px, 145 / 750 * 100vw) !important;
}

.mb150-flex {
  margin-bottom: min(150px, 150 / 750 * 100vw) !important;
}

/* .mt○○-flex */
.mt0-flex {
  margin-top: min(0px, 0 / 750 * 100vw) !important;
}

.mt5-flex {
  margin-top: min(5px, 5 / 750 * 100vw) !important;
}

.mt10-flex {
  margin-top: min(10px, 10 / 750 * 100vw) !important;
}

.mt15-flex {
  margin-top: min(15px, 15 / 750 * 100vw) !important;
}

.mt20-flex {
  margin-top: min(20px, 20 / 750 * 100vw) !important;
}

.mt25-flex {
  margin-top: min(25px, 25 / 750 * 100vw) !important;
}

.mt30-flex {
  margin-top: min(30px, 30 / 750 * 100vw) !important;
}

.mt35-flex {
  margin-top: min(35px, 35 / 750 * 100vw) !important;
}

.mt40-flex {
  margin-top: min(40px, 40 / 750 * 100vw) !important;
}

.mt45-flex {
  margin-top: min(45px, 45 / 750 * 100vw) !important;
}

.mt50-flex {
  margin-top: min(50px, 50 / 750 * 100vw) !important;
}

.mt55-flex {
  margin-top: min(55px, 55 / 750 * 100vw) !important;
}

.mt60-flex {
  margin-top: min(60px, 60 / 750 * 100vw) !important;
}

.mt65-flex {
  margin-top: min(65px, 65 / 750 * 100vw) !important;
}

.mt70-flex {
  margin-top: min(70px, 70 / 750 * 100vw) !important;
}

.mt75-flex {
  margin-top: min(75px, 75 / 750 * 100vw) !important;
}

.mt80-flex {
  margin-top: min(80px, 80 / 750 * 100vw) !important;
}

.mt85-flex {
  margin-top: min(85px, 85 / 750 * 100vw) !important;
}

.mt90-flex {
  margin-top: min(90px, 90 / 750 * 100vw) !important;
}

.mt95-flex {
  margin-top: min(95px, 95 / 750 * 100vw) !important;
}

.mt100-flex {
  margin-top: min(100px, 100 / 750 * 100vw) !important;
}

.mt105-flex {
  margin-top: min(105px, 105 / 750 * 100vw) !important;
}

.mt110-flex {
  margin-top: min(110px, 110 / 750 * 100vw) !important;
}

.mt115-flex {
  margin-top: min(115px, 115 / 750 * 100vw) !important;
}

.mt120-flex {
  margin-top: min(120px, 120 / 750 * 100vw) !important;
}

.mt125-flex {
  margin-top: min(125px, 125 / 750 * 100vw) !important;
}

.mt130-flex {
  margin-top: min(130px, 130 / 750 * 100vw) !important;
}

.mt135-flex {
  margin-top: min(135px, 135 / 750 * 100vw) !important;
}

.mt140-flex {
  margin-top: min(140px, 140 / 750 * 100vw) !important;
}

.mt145-flex {
  margin-top: min(145px, 145 / 750 * 100vw) !important;
}

.mt150-flex {
  margin-top: min(150px, 150 / 750 * 100vw) !important;
}

/* .pt○○-flex */
.pt0-flex {
  padding-top: min(0px, 0 / 750 * 100vw) !important;
}

.pt5-flex {
  padding-top: min(5px, 5 / 750 * 100vw) !important;
}

.pt10-flex {
  padding-top: min(10px, 10 / 750 * 100vw) !important;
}

.pt15-flex {
  padding-top: min(15px, 15 / 750 * 100vw) !important;
}

.pt20-flex {
  padding-top: min(20px, 20 / 750 * 100vw) !important;
}

.pt25-flex {
  padding-top: min(25px, 25 / 750 * 100vw) !important;
}

.pt30-flex {
  padding-top: min(30px, 30 / 750 * 100vw) !important;
}

.pt35-flex {
  padding-top: min(35px, 35 / 750 * 100vw) !important;
}

.pt40-flex {
  padding-top: min(40px, 40 / 750 * 100vw) !important;
}

.pt45-flex {
  padding-top: min(45px, 45 / 750 * 100vw) !important;
}

.pt50-flex {
  padding-top: min(50px, 50 / 750 * 100vw) !important;
}

.pt55-flex {
  padding-top: min(55px, 55 / 750 * 100vw) !important;
}

.pt60-flex {
  padding-top: min(60px, 60 / 750 * 100vw) !important;
}

.pt65-flex {
  padding-top: min(65px, 65 / 750 * 100vw) !important;
}

.pt70-flex {
  padding-top: min(70px, 70 / 750 * 100vw) !important;
}

.pt75-flex {
  padding-top: min(75px, 75 / 750 * 100vw) !important;
}

.pt80-flex {
  padding-top: min(80px, 80 / 750 * 100vw) !important;
}

.pt85-flex {
  padding-top: min(85px, 85 / 750 * 100vw) !important;
}

.pt90-flex {
  padding-top: min(90px, 90 / 750 * 100vw) !important;
}

.pt95-flex {
  padding-top: min(95px, 95 / 750 * 100vw) !important;
}

.pt100-flex {
  padding-top: min(100px, 100 / 750 * 100vw) !important;
}

.pt105-flex {
  padding-top: min(105px, 105 / 750 * 100vw) !important;
}

.pt110-flex {
  padding-top: min(110px, 110 / 750 * 100vw) !important;
}

.pt115-flex {
  padding-top: min(115px, 115 / 750 * 100vw) !important;
}

.pt120-flex {
  padding-top: min(120px, 120 / 750 * 100vw) !important;
}

.pt125-flex {
  padding-top: min(125px, 125 / 750 * 100vw) !important;
}

.pt130-flex {
  padding-top: min(130px, 130 / 750 * 100vw) !important;
}

.pt135-flex {
  padding-top: min(135px, 135 / 750 * 100vw) !important;
}

.pt140-flex {
  padding-top: min(140px, 140 / 750 * 100vw) !important;
}

.pt145-flex {
  padding-top: min(145px, 145 / 750 * 100vw) !important;
}

.pt150-flex {
  padding-top: min(150px, 150 / 750 * 100vw) !important;
}

/* .pb○○-flex */
.pb0-flex {
  padding-top: min(0px, 0 / 750 * 100vw) !important;
}

.pb5-flex {
  padding-top: min(5px, 5 / 750 * 100vw) !important;
}

.pb10-flex {
  padding-top: min(10px, 10 / 750 * 100vw) !important;
}

.pb15-flex {
  padding-top: min(15px, 15 / 750 * 100vw) !important;
}

.pb20-flex {
  padding-top: min(20px, 20 / 750 * 100vw) !important;
}

.pb25-flex {
  padding-top: min(25px, 25 / 750 * 100vw) !important;
}

.pb30-flex {
  padding-top: min(30px, 30 / 750 * 100vw) !important;
}

.pb35-flex {
  padding-top: min(35px, 35 / 750 * 100vw) !important;
}

.pb40-flex {
  padding-top: min(40px, 40 / 750 * 100vw) !important;
}

.pb45-flex {
  padding-top: min(45px, 45 / 750 * 100vw) !important;
}

.pb50-flex {
  padding-top: min(50px, 50 / 750 * 100vw) !important;
}

.pb55-flex {
  padding-top: min(55px, 55 / 750 * 100vw) !important;
}

.pb60-flex {
  padding-top: min(60px, 60 / 750 * 100vw) !important;
}

.pb65-flex {
  padding-top: min(65px, 65 / 750 * 100vw) !important;
}

.pb70-flex {
  padding-top: min(70px, 70 / 750 * 100vw) !important;
}

.pb75-flex {
  padding-top: min(75px, 75 / 750 * 100vw) !important;
}

.pb80-flex {
  padding-top: min(80px, 80 / 750 * 100vw) !important;
}

.pb85-flex {
  padding-top: min(85px, 85 / 750 * 100vw) !important;
}

.pb90-flex {
  padding-top: min(90px, 90 / 750 * 100vw) !important;
}

.pb95-flex {
  padding-top: min(95px, 95 / 750 * 100vw) !important;
}

.pb100-flex {
  padding-top: min(100px, 100 / 750 * 100vw) !important;
}

.pb105-flex {
  padding-top: min(105px, 105 / 750 * 100vw) !important;
}

.pb110-flex {
  padding-top: min(110px, 110 / 750 * 100vw) !important;
}

.pb115-flex {
  padding-top: min(115px, 115 / 750 * 100vw) !important;
}

.pb120-flex {
  padding-top: min(120px, 120 / 750 * 100vw) !important;
}

.pb125-flex {
  padding-top: min(125px, 125 / 750 * 100vw) !important;
}

.pb130-flex {
  padding-top: min(130px, 130 / 750 * 100vw) !important;
}

.pb135-flex {
  padding-top: min(135px, 135 / 750 * 100vw) !important;
}

.pb140-flex {
  padding-top: min(140px, 140 / 750 * 100vw) !important;
}

.pb145-flex {
  padding-top: min(145px, 145 / 750 * 100vw) !important;
}

.pb150-flex {
  padding-top: min(150px, 150 / 750 * 100vw) !important;
}

/* .pl○○-flex */
/* .pr○○-flex */
.pr0-flex {
  padding-top: min(0px, 0 / 750 * 100vw) !important;
}

.pr5-flex {
  padding-top: min(5px, 5 / 750 * 100vw) !important;
}

.pr10-flex {
  padding-top: min(10px, 10 / 750 * 100vw) !important;
}

.pr15-flex {
  padding-top: min(15px, 15 / 750 * 100vw) !important;
}

.pr20-flex {
  padding-top: min(20px, 20 / 750 * 100vw) !important;
}

.pr25-flex {
  padding-top: min(25px, 25 / 750 * 100vw) !important;
}

.pr30-flex {
  padding-top: min(30px, 30 / 750 * 100vw) !important;
}

.pr35-flex {
  padding-top: min(35px, 35 / 750 * 100vw) !important;
}

.pr40-flex {
  padding-top: min(40px, 40 / 750 * 100vw) !important;
}

.pr45-flex {
  padding-top: min(45px, 45 / 750 * 100vw) !important;
}

/* .u-fsz--○○ */
.u-fsz--15 {
  font-size: min(15px, 15 / 750 * 100vw) !important;
}

.u-fsz--16 {
  font-size: min(16px, 16 / 750 * 100vw) !important;
}

.u-fsz--17 {
  font-size: min(17px, 17 / 750 * 100vw) !important;
}

.u-fsz--18 {
  font-size: min(18px, 18 / 750 * 100vw) !important;
}

.u-fsz--19 {
  font-size: min(19px, 19 / 750 * 100vw) !important;
}

.u-fsz--20 {
  font-size: min(20px, 20 / 750 * 100vw) !important;
}

.u-fsz--21 {
  font-size: min(21px, 21 / 750 * 100vw) !important;
}

.u-fsz--22 {
  font-size: min(22px, 22 / 750 * 100vw) !important;
}

.u-fsz--23 {
  font-size: min(23px, 23 / 750 * 100vw) !important;
}

.u-fsz--24 {
  font-size: min(24px, 24 / 750 * 100vw) !important;
}

.u-fsz--25 {
  font-size: min(25px, 25 / 750 * 100vw) !important;
}

.u-fsz--26 {
  font-size: min(26px, 26 / 750 * 100vw) !important;
}

.u-fsz--27 {
  font-size: min(27px, 27 / 750 * 100vw) !important;
}

.u-fsz--28 {
  font-size: min(28px, 28 / 750 * 100vw) !important;
}

.u-fsz--29 {
  font-size: min(29px, 29 / 750 * 100vw) !important;
}

.u-fsz--30 {
  font-size: min(30px, 30 / 750 * 100vw) !important;
}

.u-fsz--31 {
  font-size: min(31px, 31 / 750 * 100vw) !important;
}

.u-fsz--32 {
  font-size: min(32px, 32 / 750 * 100vw) !important;
}

.u-fsz--33 {
  font-size: min(33px, 33 / 750 * 100vw) !important;
}

.u-fsz--34 {
  font-size: min(34px, 34 / 750 * 100vw) !important;
}

.u-fsz--35 {
  font-size: min(35px, 35 / 750 * 100vw) !important;
}

.u-fsz--36 {
  font-size: min(36px, 36 / 750 * 100vw) !important;
}

.u-fsz--37 {
  font-size: min(37px, 37 / 750 * 100vw) !important;
}

.u-fsz--38 {
  font-size: min(38px, 38 / 750 * 100vw) !important;
}

.u-fsz--39 {
  font-size: min(39px, 39 / 750 * 100vw) !important;
}

.u-fsz--40 {
  font-size: min(40px, 40 / 750 * 100vw) !important;
}

.u-fsz--41 {
  font-size: min(41px, 41 / 750 * 100vw) !important;
}

.u-fsz--42 {
  font-size: min(42px, 42 / 750 * 100vw) !important;
}

.u-fsz--43 {
  font-size: min(43px, 43 / 750 * 100vw) !important;
}

.u-fsz--44 {
  font-size: min(44px, 44 / 750 * 100vw) !important;
}

.u-fsz--45 {
  font-size: min(45px, 45 / 750 * 100vw) !important;
}

.u-fsz--46 {
  font-size: min(46px, 46 / 750 * 100vw) !important;
}

.u-fsz--47 {
  font-size: min(47px, 47 / 750 * 100vw) !important;
}

.u-fsz--48 {
  font-size: min(48px, 48 / 750 * 100vw) !important;
}

.u-fsz--49 {
  font-size: min(49px, 49 / 750 * 100vw) !important;
}

.u-fsz--50 {
  font-size: min(50px, 50 / 750 * 100vw) !important;
}

.u-fsz--51 {
  font-size: min(51px, 51 / 750 * 100vw) !important;
}

.u-fsz--52 {
  font-size: min(52px, 52 / 750 * 100vw) !important;
}

.u-fsz--53 {
  font-size: min(53px, 53 / 750 * 100vw) !important;
}

.u-fsz--54 {
  font-size: min(54px, 54 / 750 * 100vw) !important;
}

.u-fsz--55 {
  font-size: min(55px, 55 / 750 * 100vw) !important;
}

.u-fsz--56 {
  font-size: min(56px, 56 / 750 * 100vw) !important;
}

.u-fsz--57 {
  font-size: min(57px, 57 / 750 * 100vw) !important;
}

.u-fsz--58 {
  font-size: min(58px, 58 / 750 * 100vw) !important;
}

.u-fsz--59 {
  font-size: min(59px, 59 / 750 * 100vw) !important;
}

.u-fsz--60 {
  font-size: min(60px, 60 / 750 * 100vw) !important;
}

/* line-height */
.u-lh--100 {
  line-height: 1 !important;
}

.u-lh--105 {
  line-height: 1.05 !important;
}

.u-lh--110 {
  line-height: 1.1 !important;
}

.u-lh--115 {
  line-height: 1.15 !important;
}

.u-lh--120 {
  line-height: 1.2 !important;
}

.u-lh--125 {
  line-height: 1.25 !important;
}

.u-lh--130 {
  line-height: 1.3 !important;
}

.u-lh--135 {
  line-height: 1.35 !important;
}

.u-lh--140 {
  line-height: 1.4 !important;
}

.u-lh--145 {
  line-height: 1.45 !important;
}

.u-lh--150 {
  line-height: 1.5 !important;
}

.u-lh--155 {
  line-height: 1.55 !important;
}

.u-lh--160 {
  line-height: 1.6 !important;
}

.u-lh--165 {
  line-height: 1.65 !important;
}

.u-lh--170 {
  line-height: 1.7 !important;
}

.u-lh--175 {
  line-height: 1.75 !important;
}

.u-lh--180 {
  line-height: 1.8 !important;
}

.u-lh--185 {
  line-height: 1.85 !important;
}

.u-lh--190 {
  line-height: 1.9 !important;
}

.u-lh--195 {
  line-height: 1.95 !important;
}

.u-lh--200 {
  line-height: 2 !important;
}

/* none */
@media screen and (min-width:641px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width:640px) {
  .sp_none {
    display: none !important;
  }
}
/* text系統 */
.u-txt-c {
  text-align: center !important;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-r {
  text-align: right !important;
}

/* 色系 */
.u-bg-white {
  background: #fff !important;
}

/* カウントダウン */
.c-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_countdown__balloon {
  font-size: min(24px, 24 / 750 * 100vw);
  font-weight: bold;
  color: #000;
  position: relative;
}

.c-countdown:before {
  content: "";
  display: inline-block;
  width: min(3px, 3 / 750 * 100vw);
  height: min(40px, 40 / 750 * 100vw);
  background-color: #000;
  transform: rotate(-30deg);
  margin-right: min(20px, 20 / 750 * 100vw);
}

.c-countdown:after {
  content: "";
  display: inline-block;
  width: min(3px, 3 / 750 * 100vw);
  height: min(40px, 40 / 750 * 100vw);
  background-color: #000;
  transform: rotate(30deg);
  margin-left: min(20px, 20 / 750 * 100vw);
}

.box_countdown .yycountdown-box {
  font-weight: 600;
  color: #000 !important;
  font-size: min(30px, 30 / 750 * 100vw);
  line-height: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_countdown .yyc-day, .box_countdown .yyc-hou, .box_countdown .yyc-min, .box_countdown .yyc-sec {
  font-family: 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: min(40px, 40 / 750 * 100vw);
  background: none !important;
  color: #000 !important;
  border-radius: 5px;
  padding: 1.5px min(6px, 0.8vw);
}

/*================================
point始まり */
.seciton_point {
  padding: clamp(55px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
  background: #f6f6f6;
  text-align: center;
}

/*@media screen and (max-width: 767px) {
  .section_point-inner {
    padding: 0 15px;
  }
}*/
.seciton_point .section_point_drttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(30px, 6vw, 60px);
  font-weight: 500;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .seciton_point .section_point_drttl {
    padding: 0.6em 0.8em;
  }
}
.seciton_point .section_point_drttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #f43a69 solid 2px;
  border-left: #f43a69 solid 2px;
}

.seciton_point .section_point_drttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #f43a69 solid 2px;
  border-right: #f43a69 solid 2px;
}

@media screen and (max-width: 767px) {
  .seciton_point .section_point_drttl::before,
  .seciton_point .section_point_drttl::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}
.seciton_point_white-box {
  /* background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%),
    url(../img/eye_kuma_fukurami-509_4/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 #f43a69 solid;
  padding: clamp(15px, 5vw, 50px) clamp(20px, 5vw, 50px);
  margin-bottom: clamp(30px, 6vw, 60px);
  position: relative;
}

.seciton_point_drarea_bdbox::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #f43a69;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.seciton_point_drarea_bdbox::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f43a69;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.seciton_point_drarea_bdbox .ff_serif {
  margin: 0 0 clamp(20px, 3vw, 30px);
  font-weight: bold;
}

.seciton_point_drprof {
  margin: 0 0 clamp(40px, 8vw, 80px);
  background: #f6f6f6;
}

.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: #f6f6f6;
  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;
  position: relative;
}

.seciton_point_box_imgarea .pink_english_design {
  display: block;
  width: 60%;
  max-width: 300px;
  padding: 0.3em 0;
  margin: 0 auto;
  background: rgba(244, 58, 105, 0.8);
  border-radius: 30px;
  color: #fff;
  position: absolute;
  top: min(18px, 2.4vw);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .seciton_point_white-box {
    padding-left: 15px;
    padding-right: 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 {
    margin-top: 15px;
  }
}
/* POINT終わり
=================================*/
/* ========================================
   qa
======================================== */
.seciton_qa {
  background: #fff;
}

.seciton_qa_inner {
  margin: 0 min(30px, 30 / 750 * 100vw);
}

.seciton_qa_q, .seciton_qa_a {
  border: #022ea1 min(2px, 2 / 750 * 100vw) 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;
  background-color: #fff;
}

.seciton_qa_q span, .seciton_qa_a span {
  display: inline-block;
  margin-left: 40px;
}

.seciton_qa_q {
  color: #022ea1;
  transition: all 0.4s;
}

.seciton_qa_q:first-child {
  border-top-width: min(2px, 2 / 750 * 100vw);
}

.seciton_qa_q::before, .seciton_qa_q::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #022ea1;
  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: #022ea1;
  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_txt::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "A.";
}

.seciton_qa_a {
  display: none;
  margin: 0;
  background: #fff;
}

.seciton_qa_a_txt {
  color: #022ea1;
}

/*flow*/
.section_flow {
  background: #fff;
  padding: clamp(55px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
}

.double_eye_flow_list {
  margin-bottom: 30px;
}

.flow_list {
  margin-bottom: 60px;
  position: relative;
}

.flow_list::after {
  content: "";
  height: 100%;
  border-left: #FF7878 2px dotted;
  position: absolute;
  top: 0;
  left: 170px;
}

.flow_list-item {
  padding: 40px clamp(15px, 6vw, 60px) clamp(20px, 5vw, 50px);
  margin-top: clamp(75px, 11vw, 110px);
  background-color: #fff;
  border-top: #D1D5DD 2px solid;
  border-right: #D1D5DD 2px solid;
  border-bottom: #FF7878 2px solid;
  border-left: #FF7878 2px solid;
  position: relative;
  z-index: 1;
}

.flow_list-ttl {
  padding-bottom: clamp(10px, 2vw, 20px);
  margin-bottom: clamp(15px, 3vw, 30px);
  border-bottom: #707070 1px solid;
  position: relative;
}

.flow_list-ttl img {
  box-shadow: -4px 4px 0px 0px #E2E2E2;
  position: absolute;
  top: -110px;
  right: max(-45px, -1 * 45 / 750 * 100vw);
  max-width: 370px;
}

.flow_list-step {
  display: flex;
  align-items: center;
  font-size: min(56px, 56 / 750 * 100vw);
  font-weight: 500;
  color: #C5CBD5;
  opacity: 0.8;
}

.flow_list-step span {
  padding-left: 0.05em;
  font-size: min(100px, 100 / 750 * 100vw);
  color: #FF7878;
}

.flow_list-title {
  font-size: min(28px, 28 / 750 * 100vw);
  font-weight: 500;
  line-height: 1.6em;
}

.flow_list-text {
  font-size: clamp(12px, 1.8vw, 18px);
  line-height: 2em;
}

.flow_list-box {
  display: block;
  margin-top: 30px;
}

.flow_list-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.flow_list-box .flow_list-text {
  padding-left: 0;
}

.btnwrap, .link_cont, .counceling_btn, .line_link02 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.flow_list {
  margin-bottom: min(60px, 60 / 750 * 100vw) !important;
  position: relative;
}

.link_cont picture, .counceling_btn .counceling_btn_link, .shourei_btn_link {
  position: relative;
  display: inline-block;
}

.link_cont picture::before, .counceling_btn .counceling_btn_link::before, .shourei_btn_link::before {
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: ease 0.4s;
}

.counceling_btn_link::before {
  background-image: url(../img/az_diet_all/counceling_btn_sp_hover.png);
}

.link_cont picture:hover::before, .counceling_btn .counceling_btn_link:hover::before, .shourei_btn_link:hover::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .section_flow_inner,
  .section_flow_inner .section_ttl {
    padding: 0 15px;
  }
  .flow_list::after {
    left: 100px;
  }
  .flow_list-item {
    border-width: 1px;
  }
  .flow_list-ttl img {
    max-width: 60%;
    box-shadow: -2px 2px 0px 0px #E2E2E2;
    right: -40px;
    top: -85px;
  }
  .flow_list-box {
    display: block;
    margin-top: 20px;
  }
  .flow_list-box img {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .flow_list-box .flow_list-text {
    padding-left: 0;
  }
}
/* アコーディオン設定 */
.p-point__item__cont {
  display: none;
  text-align: left;
  padding: min(25px, 25 / 750 * 100vw) min(30px, 30 / 750 * 100vw) min(10px, 10 / 750 * 100vw);
}

.p-point__item__cont img {
  display: block;
  margin: 0 auto;
}

.p-point__item__cont--open {
  display: block;
}

.p-point__item__cont .em {
  color: #022ea1;
  font-size: min(28px, 28 / 750 * 100vw);
  font-weight: bold;
  margin-top: min(5px, 5 / 750 * 100vw);
  margin-bottom: min(30px, 30 / 750 * 100vw);
  text-align: center;
}

.p-point__item__ttl {
  margin-top: min(40px, 40 / 750 * 100vw);
  transition: all 0.5s;
}

.p-point__item__ttl.js--accordion-open .toggle:after {
  opacity: 0;
}

.p-point__item__list {
  margin-top: 2em;
  margin-bottom: 1em;
}

.p-point__item__txt {
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: min(24px, 24 / 750 * 100vw);
  line-height: 1.6;
}

.p-point__item__txt.list {
  text-align: left;
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.p-point__item__txt.list:before {
  content: "";
  display: inline-block;
  width: min(21px, 21 / 750 * 100vw);
  height: min(21px, 21 / 750 * 100vw);
  background-image: url(../img/az_diet_all/icon_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  position: relative;
  top: min(2px, 2 / 750 * 100vw);
}

.glp1-worries {
  padding: min(80px, 80 / 750 * 100vw) min(30px, 30 / 750 * 100vw);
  width: calc(100% - min(60px, 60 / 750 * 100vw));
}

.p-point__item__ttl .icon.icon--center {
  top: 1.6em;
}

.l-section--clinic article h2 {
  display: none;
}

.dr_img img {
  width: 100%;
}

/* featherlight */
.with-featherlight .featherlight {
  background: #6A6A6A;
}

@media only screen and (max-width: 767px) {
  .with-featherlight .featherlight .featherlight-inner {
    max-height: calc(75vh - 60px);
  }
}
/* tiktok再生ボタン */
.p-tiktok-inner {
  position: relative;
}

.p-tiktok-inner:before {
  content: "";
  display: block;
  width: min(100px, 100 / 750 * 100vw);
  height: min(100px, 100 / 750 * 100vw);
  border-radius: 50%;
  border: min(3px, 3 / 750 * 100vw) solid #fff;
  background-color: transparent;
  position: absolute !important;
  top: 50%;
  left: 58%;
  transform: translateY(-50%);
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
}

.p-tiktok-inner:after {
  content: "";
  display: block;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: min(20px, 20 / 750 * 100vw) min(30px, 30 / 750 * 100vw);
  border-left-color: currentColor;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 64%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* クリニック一覧 */
#clinic dl.accordion > dt {
  background: #091a5f !important;
}

/* ユーティリティ */
.flex-box {
  display: flex;
}

.u-pink {
  color: #f43a69 !important;
  font-weight: bold;
}

.u-blue {
  color: #022ea1 !important;
  font-weight: bold;
}

.u-line--blue {
  border-bottom: min(2px, 2 / 750 * 100vw) solid #022ea1;
  display: inline-block;
  white-space: nowrap;
}

.u-sky {
  color: #048ae4 !important;
  font-weight: bold;
}

.u-line--sky {
  border-bottom: min(2px, 2 / 750 * 100vw) solid #048ae4;
  display: inline-block;
  white-space: nowrap;
}

.u-block {
  display: block !important;
}

.u-normal {
  font-weight: normal !important;
}

.u-palt {
  font-feature-settings: "palt";
}

.ta_left {
  text-align: left !important;
}

.lh180 {
  line-height: 180%;
}

.u-inner {
  margin: 0 min(30px, 30 / 750 * 100vw);
}

.u-multiply {
  mix-blend-mode: multiply;
}/*# sourceMappingURL=diet_all_01.css.map */