@charset "UTF-8";
/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px) {
  /*=========================
▼▼共通▼▼
===========================*/
  #superhifu_contents section {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 74px;
  }
  #superhifu_contents .p_box_style {
    font-size: 24px;
    font-weight: bold;
    color: #e43c83;
    font-style: italic;
    position: relative;
    top: -3px;
  }
  #superhifu_contents .lato_font {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  #superhifu_contents .pc_none {
    display: none;
  }
  #superhifu_contents .auto {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #superhifu_contents img {
    display: block;
  }
  #superhifu_contents .red {
    color: #ff0000;
    font-weight: bold;
  }
  #superhifu_contents .big {
    font-size: 28px;
  }
  #superhifu_contents #title_conts {
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
  #superhifu_contents .conts_block_hifu {
    padding: 60px 0 40px;
    background-color: #ffea00;
    margin-bottom: 70px;
  }
  #superhifu_contents .price_box {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px 20px 12px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
  }
  #superhifu_contents .price_box h4 {
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: italic;
  }
  #superhifu_contents .price_box h4 .small {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
  }
  #superhifu_contents .price_box .price_wrap .price {
    display: inline-block;
    font-size: 49px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    color: #e43c83;
    position: relative;
  }
  #superhifu_contents .price_box .price_wrap .price .small {
    display: inline-block;
    font-size: 29px;
    line-height: 1.3;
    font-weight: bold;
    color: #e43c83;
  }
  #superhifu_contents .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
    padding: 0 0 100px;
  }
  #superhifu_contents .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #000;
    position: absolute;
    bottom: 30px;
    left: 50%;
  }
  #superhifu_contents .text-title-point {
    font-size: 52px;
    margin: 0 auto 80px;
    color: #fff;
    text-align: center;
	line-height: 1.6;
    display: block;
    font-weight: bold;
    text-shadow: 4px 3px 0px #000000, -1px 1px 0px #000000, 3px 3px 0px #000000,
      -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000,
      -1px 0px 0px #000000, 0px -1px 0px #000000;
  }
  #superhifu_contents .title_box h2 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  #superhifu_contents .title_box .jp_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  #superhifu_contents .slide_in_image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
  #superhifu_contents .text_area {
    display: table;
    width: 100%;
    margin: 60px auto;
  }
  #superhifu_contents .text_area .text {
    width: 48%;
    float: right;
  }
  #superhifu_contents .text_area .img {
    width: 45%;
    float: left;
  }
  #superhifu_contents .isPlay {
    animation-name: play;
    animation-duration: 0.55s;
    animation-fill-mode: forwards;
    position: relative;
    opacity: 1 !important;
    animation-timing-function: ease;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  #superhifu_contents .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.55s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f3f6f7, #edf4f7);
  }
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  #superhifu_contents .superhifu_what {
    width: 100%;
    height: 68vw;
    min-height: 800px;
    background-image: url(../images/superhifu2/what_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: -6vw;
    margin-bottom: 4vw;
  }
  #superhifu_contents .what_item {
    display: flex;
    margin-top: 8vw;
    margin-left: 10%;
    width: 90%;
  }
  #superhifu_contents .item_left {
    margin: 8vw 5vw 0 0;
  }
  #superhifu_contents .superhifu_p {
    width: 1000px;
    margin: 4vw auto 0;
    font-size: 20px;
    font-weight: bold;
  }
  #superhifu_contents .superhifu_p span {
    text-decoration: underline;
  }
  #superhifu_contents .huki_66 {
    width: 66%;
    margin: 0 auto -28px;
  }
  #superhifu_contents .red_bg {
    background: #e64100;
    padding: 18px 0;
    text-align: center;
    width: 1000px;
    margin: 40px auto;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }
  #superhifu_contents .img_w {
    display: flex;
    width: 100%;
    margin: 60px auto;
    align-items: center;
    justify-content: space-between;
  }
  #superhifu_contents .img_w .img_hifu {
    margin-right: 4%;
    width: 31%;
  }
  #superhifu_contents .img_w .img_hifu:nth-child(3) {
    margin-right: 0;
  }
  #superhifu_contents .menu_p {
    font-size: 24px;
    font-weight: bold;
    margin: 40px auto;
    line-height: 2;
  }
  #superhifu_contents .parts {
    width: 100%;
    min-height: 1100px;
    background-image: url(../images/superhifu2/parts_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 10vw 0 12vw;
    margin-top: -4vw;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  }
  #superhifu_contents .face_parts {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #superhifu_contents .face_parts li {
    margin-right: 3.5%;
  }
  #superhifu_contents .face_parts li:last-child {
    margin-right: 0;
  }
  #superhifu_contents .parts_white {
    background: #fff;
    padding: 30px;
    display: flex;
    margin: 40px auto;
    align-items: center;
  }
  #superhifu_contents .parts_white p {
    width: 65%;
    margin-right: 5%;
  }
  #superhifu_contents .parts_white img {
    display: block;
    width: 40%;
    height: auto;
    margin: 0 9px;
  }
  #superhifu_contents .point {
    width: 100%;
    height: auto;
    min-height: 2200px;
    background-image: url(../images/superhifu2/point_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 12vw 0;
    margin: -8vw auto 0;
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
  }
  #superhifu_contents .point p {
    margin: 40px 0;
  }
  #superhifu_contents #conts_case {
    width: 100%;
    clear: both;
    padding: 6vw 0 30px;
  }
  #superhifu_contents #conts_case .case_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px;
  }
  #superhifu_contents #conts_case .case_list li {
    width: 580px;
    margin: 0 0 40px 40px;
  }
  #superhifu_contents #conts_case .case_list li:nth-of-type(2n - 1) {
    margin-left: 0;
  }
  #superhifu_contents #conts_case .lisk {
    clear: both;
    text-align: left;
    padding: 24px 30px 22px;
    background-color: #ececec;
    width: 800px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.8;
  }
  #superhifu_contents #conts_case .lisk h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
  }
  #superhifu_contents #conts_case .lisk .detail {
    display: flex;
    margin-bottom: 12px;
  }
  #superhifu_contents #conts_case .lisk .detail:last-of-type {
    margin-bottom: 0;
  }
  #superhifu_contents #conts_case .lisk .detail dt {
    width: 150px;
  }
  #superhifu_contents #conts_case .lisk .detail dd {
    width: calc(100% - 150px);
  }
  #superhifu_contents .point2 {
    display: table;
    padding: 70px 0;
  }
  #superhifu_contents .point2 .point_img {
    width: 100%;
    margin: 0 auto 6vw;
    display: table;
    position: relative;
    height: 38vw;
    min-height: 540px;
  }
  #superhifu_contents .point2 .point_img:after {
    content: "";
    width: 250px;
    height: 200px;
    top: -8%;
    right: 13%;
    margin-top: -10px;
    background-image: url(../images/superhifu2/sankaku.png);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: 50% 50%;
    position: absolute;
  }
  #superhifu_contents .point2 .point_img:nth-of-type(2):after {
    content: "";
    width: 250px;
    height: 200px;
    top: -8%;
    right: auto;
    left: 13%;
    margin-top: -10px;
    background-image: url(../images/superhifu2/sankaku.png);
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: 50% 50%;
    position: absolute;
    transform: scale(-1, 1);
  }
  #superhifu_contents .point2 .point_img .img {
    width: 50%;
    float: left;
  }
  #superhifu_contents .point2 .point_img:nth-of-type(2) .img {
    width: 50%;
    float: right;
  }
  #superhifu_contents .point2 .point_img .point_img_text {
    background: rgba(251, 245, 245, 0.8);
    padding: 60px 80px;
    position: absolute;
    z-index: 1;
    width: 700px;
    left: 40%;
    top: 15%;
  }
  #superhifu_contents .point2 .point_img:nth-of-type(2) .point_img_text {
    background: rgba(251, 245, 245, 0.8);
    padding: 60px 80px;
    position: absolute;
    z-index: 1;
    width: 700px;
    right: 40%;
    left: auto;
    top: 15%;
  }
  #superhifu_contents .point2 .point_img .point_img_text h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #superhifu_contents .point2 .point_img .point_img_text h3 span {
    font-size: 24px;
  }
  #superhifu_contents .point2 .point_img .point_img_text p {
    margin-bottom: 8px;
    line-height: 2;
    font-size: 16px;
  }
  #superhifu_contents .point2 .point_img .red {
    font-weight: bold;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #superhifu_contents {
    width: 100%;
    clear: both;
    float: left;
    background-size: 100%;
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500;
    min-width: 1200px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
  }
  #superhifu_contents #about_conts {
    position: relative;
  }
  #superhifu_contents #about_conts .area_1 {
    width: 100%;
    float: left;
    clear: both;
  }
  #superhifu_contents #about_conts .area_1 .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 94px;
    position: relative;
  }
  #superhifu_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 0;
  }
  #superhifu_contents #about_conts .area_1 .box .text_box {
    width: 100%;
    margin: 100px auto;
    padding: 0;
    display: table;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  #superhifu_contents #ingredient_conts #about_conts .area_1 .box .text_box {
    padding-top: 120px;
  }
  #superhifu_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box {
    float: right;
    padding-top: 87px;
    padding-right: 35px;
  }
  #superhifu_contents h4 {
    font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 28px;
    letter-spacing: 0.2em;
  }
  #superhifu_contents #about_conts .area_1 .box .text_box .text {
    width: 500px;
    position: relative;
  }
  #superhifu_contents #about_conts .area_1 .box .text_box video {
    float: left;
    width: 450px;
  }
  #superhifu_contents #about_conts .area_1 .box .text_box.text2 .text {
    width: 570px;
    position: relative;
    float: left;
    top: 100px;
  }
  #superhifu_contents #about_conts .area_1 .box .text_box.text2 {
    margin: 50px auto 180px;
  }
  #superhifu_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box .text {
    width: 570px;
  }
  #superhifu_contents #about_conts .area_1 .box .img {
    width: 380px;
    position: absolute;
    right: 0;
    overflow: hidden;
  }
  #superhifu_contents #ingredient_conts #about_conts .area_1 .box .img {
    top: 50px;
  }
  #superhifu_contents #about_conts.type .area_1 .box .img {
    top: 30px;
  }
  #superhifu_contents #about_conts .area_1 .box:nth-of-type(2n) .img {
    right: auto;
    left: 0;
  }
  #superhifu_contents #ingredient_conts #about_conts .area_1 .box:nth-child(odd) .text_box {
    float: right;
  }
  #superhifu_contents #ingredient_conts #about_conts .area_1 .box:nth-child(odd) .img {
    left: 0;
    right: auto;
  }
  #superhifu_contents #ingredient_conts #about_conts .area_1 .box:nth-child(even) .text_box {
    float: left;
  }
  #superhifu_contents #ingredient_conts #about_conts .area_1 .box:nth-child(even) .img {
    right: 0;
    left: auto;
  }
  #superhifu_contents #ingredient_conts #about_conts .area_1 .box:last-child {
    margin-top: 0;
  }
  #superhifu_contents #flow_conts {
    margin-bottom: 120px;
  }
  #superhifu_contents #flow_conts .auto {
    width: 1160px;
  }
  #superhifu_contents #flow_conts .title_box {
    margin-bottom: 245px;
  }
  #superhifu_contents #flow_conts .flow_list {
    width: 1000px;
    margin: auto;
  }
  #superhifu_contents #flow_conts .flow_list li {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 100px;
  }
  #superhifu_contents #flow_conts .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  #superhifu_contents #flow_conts .flow_list li .text_box {
    width: 48%;
    min-height: 363px;
    float: right;
    position: relative;
    z-index: 9;
  }
  #superhifu_contents #flow_conts .flow_list li:nth-of-type(2n) .text_box {
    float: left;
  }
  #superhifu_contents #flow_conts .flow_list li .text_box .number {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #superhifu_contents #flow_conts .flow_list li .text_box h4 {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  #superhifu_contents #flow_conts .flow_list li .text_box .gray_text {
    font-size: 100px;
    line-height: 1;
    color: #f6f6f6;
    position: absolute;
    bottom: -42px;
    left: 0;
    z-index: -1;
  }
  #superhifu_contents #flow_conts .flow_list li:nth-of-type(2n) .text_box .gray_text {
    left: auto;
    right: 0;
    text-align: right;
  }
  #superhifu_contents #flow_conts .flow_list li .img {
    width: 48%;
    float: left;
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  #superhifu_contents #flow_conts .flow_list li:nth-of-type(2n) .img {
    float: right;
  }
  #superhifu_contents #conts_price .price_wrapper {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding: 0 100px;
    box-sizing: border-box;
    margin-bottom: 33px;
  }
  #superhifu_contents #conts_price .price_wrapper .price_box {
    width: 80%;
    margin: auto;
    margin-bottom: 35px;
  }
  #superhifu_contents #conts_price .price_box:nth-of-type(4) {
    padding: 24px 10px 22px;
  }
  #superhifu_contents #conts_price .price_box h4 {
    font-size: 25px;
  }
  #superhifu_contents #conts_price .price_box:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  #superhifu_contents #conts_price .price_box h4 .small {
    font-size: 22px;
  }
  #superhifu_contents #conts_price .price_box .price_wrap .price {
    font-size: 60px;
  }
  #superhifu_contents #conts_price .price_box .price_wrap .price .small {
    font-size: 36px;
  }
  #superhifu_contents #conts_price .price_box .price_wrap .p_box_style {
    display: inline-block;
    text-align: right;
    line-height: 1.3;
  }
  #superhifu_contents #conts_price .price_box .price_wrap .p_box_style .small {
    display: block;
    font-size: 16px;
  }
  #superhifu_contents .faqArea {
    border-top: 2px solid #40b1bf;
  }
  #superhifu_contents #conts_price .detail_box {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 60px 50px 82px;
  }
  #superhifu_contents #conts_price .detail_box table {
    width: 100%;
  }
  #superhifu_contents #conts_price .detail_box h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  #superhifu_contents #conts_price .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  #superhifu_contents #conts_price .detail_box table th {
    width: 35%;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 15px 23px 12px 35px;
  }
  #superhifu_contents #conts_price .detail_box table td {
    font-size: 16px;
    line-height: 27px;
    padding: 15px 23px 12px 0;
  }
  #superhifu_contents .youtube {
    padding: 0 0 16vw;
    text-align: center;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  #superhifu_contents .youtube .auto {
    width: 100%;
  }
  #superhifu_contents .youtube_inner {
    width: 800px;
    height: 450px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  #superhifu_contents .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #superhifu_contents #pick_conts {
    width: 100%;
    height: 60vw;
    background-image: url(../images/superhifu2/recommend_bg_r.png?20231013);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: -12vw 0 10vw;
    padding: 0;
  }
  #superhifu_contents .pick ul {
    display: table;
    width: 100%;
    margin-top: 30px;
  }
  #superhifu_contents .pick ul li {
    width: 32%;
    height: 78px;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px 15px 55px;
    position: relative;
    float: left;
    font-weight: bold;
  }
  #superhifu_contents .pick ul li:nth-child(3n) {
    margin-right: 0;
  }
  #superhifu_contents .pick ul li:nth-child(2) {
    line-height: 1.2;
  }
  #superhifu_contents .pick ul li:nth-child(6) {
    line-height: 1.2;
  }
  #superhifu_contents #conts_price .price_box .price_wrap .price .taxplus {
    position: relative;
    top: auto;
    left: 5px;
    font-size: 28px;
  }
  #superhifu_contents .faqArea {
    border-top: 2px solid #40b1bf;
    width: 866px;
    margin: 0 auto;
  }
  #superhifu_contents .faqArea dl {
    border-bottom: 2px solid #40b1bf;
    padding: 10px 0;
  }
  #superhifu_contents .faqArea dl dt {
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding: 10px 10px 16px 70px;
    position: relative;
    background-image: url("../images/superhifu2/icon_plus.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
  }
  #superhifu_contents .faqArea dl dt:before {
    position: absolute;
    content: "";
    background-image: url("../images/superhifu2/q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
  #superhifu_contents .faqArea dl dd {
    padding: 13px 10px 13px 70px;
    background: #f3f3f3;
    position: relative;
    display: none;
    line-height: 1.6;
  }
  #superhifu_contents .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../images/superhifu2/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #superhifu_contents .oneday_conts {
    background-color: #fbe7ff;
    padding: 137px 0 209px;
    margin-top: 56px;
  }
  #superhifu_contents .oneday_conts .top_block {
    width: 866px;
    margin: 0 auto 70px;
  }
  #superhifu_contents .oneday_conts .top_block .text {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.9;
    margin-bottom: 24px;
  }
  #superhifu_contents .oneday_conts .top_block .text .pink {
    color: #f70e54;
  }
  #superhifu_contents .oneday_conts .top_block .img {
    width: 767px;
    margin: 0 auto 8px;
  }
  #superhifu_contents .oneday_conts .top_block .price {
    color: #f70e54;
    font-size: 58px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
  }
  #superhifu_contents .oneday_conts .top_block .price .small {
    font-size: 45px;
  }
  #superhifu_contents .oneday_conts .point_block {
    margin-bottom: 63px;
  }
  #superhifu_contents .oneday_conts .point_block .pick {
    font-size: 17px;
    line-height: 1.4;
  }
  #superhifu_contents .oneday_conts .point_block .pick li {
    min-height: 97px;
    border: solid 3px #eeb3fd;
    display: flex;
    padding: 0 0 0 55px;
    align-items: center;
  }
  #superhifu_contents .oneday_conts .point_block .pick li:before {
    content: "";
    display: block;
    width: 20px;
    height: 23px;
    background-image: url("../images/superhifu2/oneday_icon_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 23px;
    margin-top: -13px;
  }
  #superhifu_contents .oneday_conts .case_block {
    width: 1120px;
    margin: 0 auto 84px;
  }
  #superhifu_contents .oneday_conts .case_block .img {
    margin-bottom: 44px;
  }
  #superhifu_contents .oneday_conts .case_block .img:last-of-type {
    margin-bottom: 0;
  }
	#superhifu_contents section.banner_contents {
		width: 1000px;
		margin: 70px auto;
		float: none;
		padding: 0;
	}
	#superhifu_contents section.article {
		padding: 0 0 50px;
	}
	.menu_box {
		width: 1000px;
		margin: auto;
		display: table;
	}
	.menu_box li {
		float: left;
		width: 44%;
    	margin: 3%;
	}
	.menu_box li img {
		height: 442px;
	}
	.menu_box li h3 {
		background: #000;
		color: #fff;
		text-align: center;
		padding: 15px 0;
		line-height: 1.4;
		margin-bottom: 10px;
		font-weight: bold;
		height: 77px;
		align-items: center;
		display: grid;
	}
	.menu_box li:nth-of-type(2) h3 {
		background: #e37f89;
	}
	.menu_box li:nth-of-type(3) h3 {
		background: #5398b9;
	}
	.menu_box li:nth-of-type(4) h3 {
		background: #64b82a;
	}
	.menu_p {
		font-size: 24px;
		font-weight: bold;
		margin: 40px auto;
		line-height: 2;
	}
	.contsMenu {
		width: 1200px;
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 40px;
		font-size: 15px;
		height: 120px;
	}
	.contsMenu a {
		padding: 15px 15px;
		border-right: 1px solid #ccc;
		width: 20%;
		line-height: 1.5;
		text-align: center;
		height: 60px;
	}
	#conts_case .swiper {
		margin-bottom: 40px;
		max-width: 1600px;
		padding: 0 50px 50px;
	}
	.case_liposonix {
		width: 600px;
		margin: auto;
	}
	.case_liposonix .img {
		margin-bottom: 40px;
	}
	.case_liposonix .img p {
		background: #f5f5f5;
		padding: 15px;
        line-height: 1.4;
        font-size: 14px;
	}
}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 760px) {
  /*=========================
▼▼共通▼▼
===========================*/
  #superhifu_contents .lato_font {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  #superhifu_contents .sp_none {
    display: none;
  }
  #superhifu_contents .auto {
    width: 90%;
    margin: 0 auto;
  }
  #superhifu_contents .red {
    color: #ff0000;
    font-weight: bold;
  }
  #superhifu_contents .big {
    font-size: 6vw;
  }
  #superhifu_contents img {
    width: 100%;
    height: auto;
    display: block;
  }
  #superhifu_contents section {
    width: 100%;
    margin-bottom: 16vw;
  }
  #superhifu_contents .price_box {
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px 20px 12px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
  }
  #superhifu_contents .price_box h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 6px;
    font-style: italic;
  }
  #superhifu_contents .price_box h4 .small {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
  }
  #superhifu_contents .price_box .price_wrap .price {
    display: inline-block;
    font-size: 6.5vw;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    color: #e43c83;
    position: relative;
  }
  #superhifu_contents .price_box .price_wrap .price .small {
    display: inline-block;
    font-size: 3.5vw;
    line-height: 1.3;
    font-weight: bold;
    color: #e43c83;
  }
  #superhifu_contents .title_box {
    padding: 0 0 60px;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
  }
  #superhifu_contents .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #000;
    position: absolute;
    bottom: -7px;
    left: 50%;
  }
  #superhifu_contents .title_box h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  #superhifu_contents .title_box .jp_title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  #superhifu_contents .slide_in_image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
  #superhifu_contents .isPlay {
    animation-name: play;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  #superhifu_contents .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f3f6f7, #edf4f7);
  }
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  .form_box .dl_clinic label:nth-of-type(3) {
    display: none;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #superhifu_contents {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 2;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500;
    color: #000000;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
  }
  #superhifu_contents #title_conts {
    width: 100%;
    position: relative;
    padding-bottom: 2vw;
    margin-bottom: 0;
    background-color: #ffea00;
  }
  #superhifu_contents #title_conts .auto {
    width: 100%;
  }
  #superhifu_contents #title_conts h1 {
    font-size: 8vw;
    line-height: 1.1;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }
  #superhifu_contents .conts_block_hifu {
    padding-bottom: 20px;
    background-color: #ffea00;
    margin-bottom: 0;
  }
  #superhifu_contents #about_conts {
    position: relative;
    float: left;
    clear: both;
  }
  #superhifu_contents #about_conts .area_1 {
    width: 100%;
    margin: auto;
    margin-bottom: 0;
  }
  #superhifu_contents #about_conts .area_1 .box {
    width: 100%;
    margin-bottom: 6vw;
    position: relative;
  }
  #superhifu_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 8vw;
  }
  #superhifu_contents #about_conts .area_1 .box .text_box {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin: 2vw 0 0;
  }
  #superhifu_contents #about_conts .area_1 .box .text_box h4 {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #superhifu_contents #about_conts .area_1 .box .text_box .text {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #superhifu_contents #about_conts .area_1 .box .img {
    width: 100%;
    overflow: hidden;
  }
  #superhifu_contents #flow_conts {
    width: 100%;
    margin: 0 auto 10vw;
    clear: both;
  }
  #superhifu_contents #flow_conts .flow_list li {
    width: 100%;
    margin-bottom: 50px;
  }
  #superhifu_contents #flow_conts .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  #superhifu_contents #flow_conts .flow_list li .text_box {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  #superhifu_contents #flow_conts .flow_list li .text_box .number {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  #superhifu_contents #flow_conts .flow_list li .text_box h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  #superhifu_contents #flow_conts .flow_list li .text_box .gray_text {
    font-size: 40px;
    line-height: 1;
    color: #f6f6f6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: right;
    letter-spacing: 0.1em;
  }
  #superhifu_contents #flow_conts .flow_list li .img {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
  }
  #superhifu_contents #conts_price .price_wrapper {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 33px;
  }
  #superhifu_contents #conts_price .price_wrapper .price_box {
    width: 100%;
    margin-bottom: 20px;
  }
  #superhifu_contents #conts_price .price_box:nth-of-type(3) h4, #superhifu_contents #conts_price .price_box:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  #superhifu_contents #conts_price .price_box .price_wrap .p_box_style {
    display: inline-block;
    text-align: right;
    line-height: 1.3;
  }
  #superhifu_contents #conts_price .price_box .price_wrap .p_box_style .small {
    display: block;
    font-size: 16px;
  }
  #superhifu_contents #conts_price .detail_box {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 30px 5% 32px;
  }
  #superhifu_contents #conts_price .detail_box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
  }
  #superhifu_contents #conts_price .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  #superhifu_contents #conts_price .detail_box table th {
    width: 30%;
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    padding: 12px 5% 10px 5%;
  }
  #superhifu_contents #conts_price .detail_box table td {
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 5% 10px 0;
  }
  .hutaeMenu {
    margin-bottom: 10vw;
    display: table;
    margin-top: -2.2vw;
  }
  #superhifu_contents .faqArea {
    border-top: 2px solid #40b1bf;
  }
  #superhifu_contents .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../images/superhifu2/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
  }
  #superhifu_contents .youtube {
    padding: 18vw 0 10vw;
    text-align: center;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  #superhifu_contents .youtube_inner {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  #superhifu_contents .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #superhifu_contents #pick_conts {
    width: 100%;
    height: 162vw;
    background-image: url("../images/superhifu2/recommend_bg_sp_r.png?20231013");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 6vw;
    padding: 8vw 4vw;
    clear: both;
  }
  #superhifu_contents .pick {
    padding: 5% 0;
  }
  #superhifu_contents .pick ul {
    display: table;
    width: 100%;
    margin-top: 3vw;
  }
  #superhifu_contents .pick ul li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 3% 0 3% 16%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3.6vw;
  }
  #superhifu_contents .pick ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/superhifu2/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  #superhifu_contents .pick ul li:nth-of-type(2) {
    line-height: 1.4;
  }
  #superhifu_contents .pick ul li:nth-of-type(6) {
    line-height: 1.4;
  }
  #superhifu_contents h4 {
    font-size: 3.2vw;
    font-weight: bold;
    text-align: left;
    margin-bottom: 3vw;
    line-height: 2;
  }
  #superhifu_contents .area_1 p {
    margin-bottom: 5vw;
  }
  #superhifu_contents .text-title-point {
    font-size: 7vw;
    margin: 0 auto 8vw;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    text-shadow: 4px 3px 0px #000000, -1px 1px 0px #000000, 3px 3px 0px #000000,
      -1px -1px 0px #000000, 1px 0px 0px #000000, 0px 1px 0px #000000,
      -1px 0px 0px #000000, 0px -1px 0px #000000;
  }
  #superhifu_contents #about_conts .auto {
    width: 100%;
  }
  #superhifu_contents .point .auto {
    width: 100%;
  }
  #superhifu_contents .menu .auto {
    width: 100%;
  }
  #superhifu_contents .red_bg {
    background: #e64100;
    padding: 3vw 0;
    text-align: center;
    width: 100%;
    margin: 4vw auto;
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
  }
  #superhifu_contents .superhifu_what {
    width: 100%;
    height: 170vw;
    background-image: url(../images/superhifu2/what_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    margin-bottom: -10vw;
  }
  .what_item {
    width: 100%;
    padding-top: 12vw;
    display: inline-block;
    height: 78vw;
  }
  .item_left {
    width: 50vw;
    margin: 0 auto;
  }
  .item_right {
    position: absolute;
    width: 90vw;
    right: -0;
    margin: 4vw 0 0;
  }
  .superhifu_p {
    display: block;
    width: 90%;
    margin: 10vw auto 0;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.8;
  }
  .superhifu_p span {
    text-decoration: underline;
  }
  #superhifu_contents #conts_price .price_box .price_wrap .price .taxplus {
    font-size: 4vw;
    display: inline-block;
  }
  #superhifu_contents #conts_price .price_box .price_wrap .p_box_style {
    font-size: 3.5vw;
    display: inline-block;
    font-weight: bold;
    font-style: italic;
    color: #e43c83;
    position: relative;
    top: -3px;
    left: -3px;
  }
  #superhifu_contents #conts_price .price_box .price_wrap .p_box_style .small {
    font-size: 2vw;
  }
  #superhifu_contents .flow_list {
    padding: 4vw 0;
  }
  #superhifu_contents #conts_price h4 {
    text-align: center;
  }
  #superhifu_contents .img_w {
    display: table;
    width: 90%;
    margin: 6vw auto;
  }
  #superhifu_contents .img_w .img_hifu {
    margin-right: 4%;
    width: 48%;
    float: left;
    margin-bottom: 4%;
  }
  #superhifu_contents .img_w .img_hifu:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 0;
  }
  #superhifu_contents .img_w .img_hifu:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    margin-top: 4%;
  }
  #superhifu_contents #about_conts p {
    width: 90%;
    margin: auto;
  }
  #superhifu_contents #about_conts .area_1 .box .text_box {
    width: 90%;
    margin: 4vw auto;
  }
  #superhifu_contents #about_conts .area_1 .box .text_box video {
    float: none;
    width: 100%;
  }
  #superhifu_contents .point {
    width: 100%;
    height: auto;
    display: table;
    background-image: url(../images/superhifu2/point_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 12vw 0;
    margin: -8vw auto 0;
    -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
  }
  #superhifu_contents .point p {
    margin: 4vw auto;
    width: 90%;
  }
  #superhifu_contents #conts_case {
    width: 100%;
    clear: both;
    padding: 6vw 0 30px;
  }
  #superhifu_contents #conts_case .case_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px;
  }
  #superhifu_contents #conts_case .case_list li {
    width: 100%;
    margin: 0 0 20px;
  }
  #superhifu_contents #conts_case .case_list li:last-of-type {
    margin-bottom: 0;
  }
  #superhifu_contents #conts_case .lisk {
    clear: both;
    text-align: left;
    padding: 20px 5% 18px;
    background-color: #ececec;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.6;
  }
  #superhifu_contents #conts_case .lisk h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
  }
  #superhifu_contents #conts_case .lisk .detail {
    margin-bottom: 12px;
  }
  #superhifu_contents #conts_case .lisk .detail:last-of-type {
    margin-bottom: 0;
  }
  #superhifu_contents #conts_case .lisk .detail dt {
    margin-bottom: 2px;
  }
  #superhifu_contents .point2 .point_img {
    width: 100%;
    margin: 0 auto 6vw;
    display: table;
    position: relative;
  }
  #superhifu_contents .point2 .point_img .img {
    width: 80%;
    float: none;
  }
  #superhifu_contents .point2 .point_img .img:nth-of-type(2) {
    margin-left: 20%;
  }
  #superhifu_contents .point_img_text {
    background: rgba(251, 245, 245, 0.8);
    padding: 6vw;
    position: relative;
    z-index: 1;
    width: 90%;
    left: 5%;
    top: 78%;
    margin-top: -12vw;
  }
  #superhifu_contents .point_img:after {
    content: "";
    width: 30vw;
    height: 30vw;
    top: -2%;
    right: 1%;
    margin-top: -10px;
    background-image: url(../images/superhifu2/sankaku.png);
    background-repeat: no-repeat;
    background-size: 30vw;
    background-position: 50% 50%;
    position: absolute;
    z-index: -1;
  }
  #superhifu_contents .point_img:nth-of-type(2) .img {
    margin-left: 20%;
  }
  #superhifu_contents .point_img:nth-of-type(2):after {
    content: "";
    width: 30vw;
    height: 30vw;
    top: -2%;
    left: 1%;
    right: 0;
    margin-top: -10px;
    background-image: url(../images/superhifu2/sankaku.png);
    background-repeat: no-repeat;
    background-size: 30vw;
    background-position: 50% 50%;
    position: absolute;
    z-index: -1;
    transform: scale(-1, 1);
  }
  #superhifu_contents .point2 .point_img .point_img_text h3 {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 2vw;
    line-height: 1.6;
  }
  #superhifu_contents .point2 .point_img .point_img_text h3 span {
    font-size: 4vw;
  }
  #superhifu_contents .point2 .point_img .point_img_text p {
    margin-bottom: 8px;
    line-height: 2;
    font-size: 3.5vw;
  }
  #superhifu_contents .parts {
    width: 100%;
    background-image: url(../images/superhifu2/parts_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 20vw 0 24vw;
    margin-top: -4vw;
    margin-bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
  }
  #superhifu_contents .parts ul {
    margin: auto;
    width: 50%;
    text-align: center;
  }
  #superhifu_contents .parts_white {
    background: #fff;
    padding: 3vw;
    display: table;
    margin: 4vw auto;
  }
  #superhifu_contents .parts_white p {
    width: 100%;
    margin-bottom: 5%;
    font-size: 3vw;
  }
  #superhifu_contents .parts_white img {
    width: 65%;
    padding: 0 9px;
    margin: auto;
  }
  #superhifu_contents .menu .menu_p {
    width: 90%;
    margin: 0 auto;
  }
  #superhifu_contents .faqArea {
    border-top: 2px solid #40b1bf;
  }
  #superhifu_contents .faqArea dl {
    border-bottom: 2px solid #40b1bf;
    padding: 10px 0;
  }
  #superhifu_contents .faqArea dl dt {
    padding: 4vw 9vw 4vw 13vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    position: relative;
    background-image: url("../images/superhifu2/icon_plus.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
  }
  #superhifu_contents .faqArea dl dt:before {
    position: absolute;
    content: "";
    background-image: url("../images/superhifu2/q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #superhifu_contents .faqArea dl dd {
    padding: 15px 10px 15px 14vw;
    background: #f3f3f3;
    position: relative;
    display: none;
    line-height: 1.6;
  }
  #superhifu_contents .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../images/superhifu2/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #superhifu_contents .oneday_conts {
    background-color: #fbe7ff;
    padding: 76px 0 75px;
    margin: 79px 0 0;
  }
  #superhifu_contents .oneday_conts .top_block {
    width: 90%;
    margin: 0 auto 42px;
  }
  #superhifu_contents .oneday_conts .top_block .text {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 18px;
  }
  #superhifu_contents .oneday_conts .top_block .text .pink {
    color: #f70e54;
  }
  #superhifu_contents .oneday_conts .top_block .img {
    width: 100%;
    margin: 0 auto 13px;
  }
  #superhifu_contents .oneday_conts .top_block .price {
    color: #f70e54;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
  }
  #superhifu_contents .oneday_conts .top_block .price .small {
    font-size: 19px;
  }
  #superhifu_contents .oneday_conts .point_block {
    margin-bottom: 41px;
  }
  #superhifu_contents .oneday_conts .point_block .pick {
    font-size: 17px;
    line-height: 1.4;
    padding: 0;
  }
  #superhifu_contents .oneday_conts .point_block .pick ul {
    max-width: 400px;
    margin: 0 auto 3vw;
  }
  #superhifu_contents .oneday_conts .point_block .pick li {
    min-height: 72px;
    border: solid 2px #eeb3fd;
    display: flex;
    padding: 6px 5% 6px 46px;
    align-items: center;
    font-size: 15px;
  }
  #superhifu_contents .oneday_conts .point_block .pick li:before {
    content: "";
    display: block;
    width: 16px;
    height: 23px;
    background-image: url("../images/superhifu2/oneday_icon_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 20px;
  }
  #superhifu_contents .oneday_conts .case_block {
    margin: 0 auto 52px;
  }
  #superhifu_contents .oneday_conts .case_block .img {
    margin: 0 auto 29px;
    width: 94%;
  }
  #superhifu_contents .oneday_conts .case_block .img:last-of-type {
    margin-bottom: 0;
  }
	#superhifu_contents section.banner_contents {
		width: 90%;
		margin: 7vw auto;
		float: none;
	}
	#superhifu_contents section.article {
		padding: 0 0 5vw;
	}
	.menu_box {
		margin: auto;
	}
	.menu_box h3 {
		background: #000;
		color: #fff;
		text-align: center;
		font-size: 4vw;
		padding: 3vw 0;
		font-weight: bold;
		line-height: 1.5;
		margin: 4vw 0;
		height: 18vw;
		align-items: center;
		display: grid;
	}
	.menu_box li:nth-of-type(2) h3 {
		background: #e37f89;
	}
	.menu_box li:nth-of-type(3) h3 {
		background: #5398b9;
	}
	.menu_box li:nth-of-type(4) h3 {
		background: #64b82a;
	}
	#superhifu_contents .menu_box img {
		width: 90%;
		margin: auto;
	}
	#superhifu_contents .menu_items {
		margin-bottom: 10vw;
	}
	#conts_case .swiper {
		padding: 0 40px 30px;
	}
	.contsMenu {
		margin-bottom: 10vw;
		display: flex;
		width: 100%;
		flex-flow: wrap;
	}
	.contsMenu a {
		text-align: left;
		height: 15vw;
		padding: 0 6% 0 1em;
		width: 50%;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		position: relative;
		margin-top: -1px;
		font-size: 3.5vw;
		line-height: 1.5;
		display: flex;
		align-items: center;
	}
	.contsMenu a:after {
		content: '';
		position: absolute;
		background-image: url(../images/common/under_arrow.png);
		background-repeat: no-repeat;
		right: 3vw;
		top: 50%;
		margin-top: -1vw;
		width: 3vw;
		height: 3vw;
		background-size: 100%;
		filter: saturate(0%) brightness(0);
	}
	.case_liposonix {
		width: 90%;
		margin: auto;
	}
	.case_liposonix .img {
		margin-bottom: 4vw;
	}
	.case_liposonix .img p {
		background: #f5f5f5;
		padding: 2vw;
		font-size: 3vw;
	}
}
