@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

@font-face {
    font-family: 'Bodoni';
    src: url('font/bodoni72.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('font/Butler_Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.Bodoni {
    font-family: 'Bodoni';
}

.Butler {
    font-family: 'Butler';
}

html,
button,
input,
select,
textarea {
    font-family: "Noto Serif JP", serif;
}

body {
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

body {
    background-color: #fff;
    color: #444444;
    line-height: 1.5;
}

html {
    font-size: 15px;
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

a:link {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: opacity 0.5s;
    -webkit-text-decoration: none;
}

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

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sans {
    font-family: "Noto Sans JP", sans-serif;
}

.oh {
    overflow: hidden;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
}

.wrap {
    margin: 0 auto;
    max-width: 1190px;
    /* 1190px(inner 1140 + padding 25*2) */
    padding: 0 25px;
}

.wrap1240 {
    max-width: 1240px;
    margin: 0 auto;
}

.wrap1190 {
    max-width: 1190px;
    margin: 0 auto;
}

.wrap1140 {
    max-width: 1140px;
    margin: 0 auto;
}


/* header */

#header {
    padding: 15px 0;
}

#header .wrap1240 {
    align-items: center;
}

#header .logo {
    width: 80px
}

#header .rightBox {
    width: 1000px;
    align-items: center;
}

#header .rightBox .gNav {
    width: 760px;
}

#header .rightBox .gNav a {
    color: #444444;
}

.reserved_btn a {
    width: 200px;
    display: block;
    text-align: center;
    background-image: linear-gradient(180deg, rgb(111, 227, 160), rgb(41, 177, 97));
    color: #fff;
    padding: 18px 0;
    font-size: 15px;
    position: relative;
}

.reserved_btn a:before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/potenza/wp-content/themes/child/image/line_icon.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 10px;
}

.reserved_btn a:after {
    content: "";
    width: 10px;
    height: 15px;
    background-image: url(/potenza/wp-content/themes/child/image/right_arrow_w.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;

}


/* footer */

#footer {
    padding: 100px 0 150px;
    background-color: #F8F8F8;
    position: relative;
}

#footer:after {
    content: "";
    background-image: url(/potenza/wp-content/themes/child/image/footer_bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

#footer .content {
    position: relative;
    z-index: 1;
}

#footer .logo {
    width: 150px;
    margin: auto;
    margin-bottom: 30px;
}

#footer .company_name {
    text-align: center;
    margin-bottom: 100px;
}

#footer .copy {
    font-size: 14px;
    text-align: center;
}

/* mainVisual */

#mainVisual {
    background-image: linear-gradient(180deg, rgb(219, 185, 188), rgb(255, 239, 240));
    overflow: hidden;
    position: relative;
}

#mainVisual:after {
    content: "";
    background-color: #EBC7CA;
    bottom: -290px;
    left: -25%;
    width: 150%;
    height: 500px;
    transform: rotate(5deg);
    position: absolute;
    z-index: 0;

}

#mainVisual:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/potenza/wp-content/themes/child/image/fv_bg.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.15;
}

#mainVisual .wrap1240 {
    position: relative;
}

#mainVisual .chara {
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 580px;
    z-index: 1;
}

#mainVisual .machine {
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 200px;
    z-index: 2;
}

#mainVisual .ttlBox {
    position: relative;
    z-index: 3;
    width: 750px;
    padding-top: 80px;
    margin-bottom: 100px;

}

#mainVisual .ttlBox:before {
    position: absolute;
    width: 800px;
    height: 380px;
    top: 20px;
    left: -50px;
    content: "";
    background-image: url(/potenza/wp-content/themes/child/image/potenza_w_bg.png);
    background-position: center;
    background-size: 101%;
    background-repeat: no-repeat;

}

#mainVisual .ttlBox .ttl01 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 5px;
    color: #A24C35;
    position: relative;
}

#mainVisual .ttlBox .ttl02 {
    margin-bottom: 20px;
    position: relative;
}

#mainVisual .ttlBox .ttl03 {
    position: relative;
    margin-bottom: 20px;
    position: relative;
}

#mainVisual .ttlBox .ttl03:before {
    content: "";
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 180px;
    height: 3px;
    background-image: url(/potenza/wp-content/themes/child/image/fv_line.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

#mainVisual .ttlBox .ttl03:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 180px;
    height: 3px;
    background-image: url(/potenza/wp-content/themes/child/image/fv_line.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

#mainVisual .ttlBox .ttl03 h1 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
}

#mainVisual .ttlBox .ttl04 {
    position: relative;
}

#mainVisual .ttlBox .ttl04 ul {
    display: flex;
    justify-content: center;
}

#mainVisual .ttlBox .ttl04 ul li {
    background-color: #fff;
    color: #C65348;
    letter-spacing: 2px;
    margin: 0 2px;
    padding: 4px 12px;
    border-radius: 25px;
    font-size: 14px;
}

#mainVisual .underBox {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    align-items: center;

}

#mainVisual .underBox .priceList {
    width: 750px;

}

#mainVisual .underBox .priceList dl {
    width: 240px;

}

#mainVisual .underBox .priceList dt {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0ACB1;
}

#mainVisual .underBox .priceList dt .small {
    display: block;
    font-size: 14px;
}

#mainVisual .underBox .priceList dd {
    text-align: center;
    font-size: 58px;
    color: #626262;
    font-weight: 500;

}

#mainVisual .underBox .priceList dd:before {
    content: "¥";
    font-size: 30px;
    margin-right: 5px;

}

#mainVisual .underBox .priceList dd:after {
    content: "~";
    font-size: 30px;
    margin-left: 5px;

}

#mainVisual .underBox .meritBox {
    width: 400px;
}

#top_fixed_banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    /* aspect-ratio: 1; */
    z-index: 999;
    display: none;
}

#top_fixed_banner .close_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    width: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
}

#top_fixed_banner .link {
    display: block;
}

#top_fixed_banner .link img {
    width: 100%;
}

#onayamiSec {
    background-image: url(/potenza/wp-content/themes/child/image/onayami_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 100px 0 150px;
    position: relative;

}

#onayamiSec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(0deg, rgba(96, 95, 101, 0), rgba(96, 95, 101, 1) 50%);

}

#onayamiSec:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background-image: linear-gradient(0deg, rgba(96, 95, 101, 1) 50%, rgba(96, 95, 101, 0));
}

#onayamiSec .ttlBox {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

#onayamiSec .ttlBox h2 {
    text-align: center;
    font-size: 42px;
    letter-spacing: 5px;
    font-weight: 300;
}

#onayamiSec .ttlBox big {
    font-size: 52px;
}

#onayamiSec .nayamiList {
    width: 780px;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

#onayamiSec .nayamiList ul {
    justify-content: space-between;
}


#onayamiSec .nayamiList li {
    width: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    height: 140px;
}

#onayamiSec .nayamiList li:nth-child(2n) {
    margin-top: 60px;
}

#onayamiSec .nayamiList li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(/potenza/wp-content/themes/child/image/onayami_list_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 140px;
    height: 140px;
    opacity: 0.3;
}

#onayamiSec .nayamiTxt {
    width: 660px;
    margin: auto;
    position: relative;
    z-index: 1;
}

#onayamiSec .nayamiTxt dd {
    font-size: 16px;
    letter-spacing: 2px;
    border-bottom: 1px solid #AAA9A9;
    padding-bottom: 5px;
    margin-bottom: 20px;
    background-image: url(/potenza/wp-content/themes/child/image/onayami_check.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 50px;
}

#onayamiSec .nayamiTxt dd big {
    font-size: 20px;
}

#onayamiSec .nayamiTxt dd:last-child {
    margin-bottom: 0;
}


#whatPotenzaSec {
    background-image: linear-gradient(0deg, #FFF5F5, #fff);
    padding: 120px 0;
    position: relative;
}

#whatPotenzaSec::before,
#whatPotenzaSec::after {
    content: "";
    position: absolute;
    top: 0.5px;
    transform: translateY(-100%);
    background-color: #fff;
    width: 50%;
    height: 138px;
}

#whatPotenzaSec::before {
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

#whatPotenzaSec::after {
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#whatPotenzaSec .txt01 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 80px;
}

#whatPotenzaSec .txt01 .bigTxt {
    font-size: 38px;
    color: #E0827A;
}

#whatPotenzaSec .txt01 .bigTxt b {
    position: relative;
    font-weight: normal;
}

#whatPotenzaSec .txt01 .bigTxt b:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #E0827A;
    top: -0px;
    left: 0;
    right: 0;
    margin: auto;
}

#whatPotenzaSec .inner {
    position: relative;
}

#whatPotenzaSec .inner:after {
    position: absolute;
    top: 50px;
    right: -50px;
    width: 160px;
    height: 400px;
    background-image: url(/potenza/wp-content/themes/child/image/potenza_machine.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}

#whatPotenzaSec .inner .ttlBox {
    margin-bottom: 30px;
}

#whatPotenzaSec .inner .ttlBox h2 {
    display: inline-block;
    letter-spacing: 3px;
    font-size: 34px;
    font-weight: normal;
}

#whatPotenzaSec .inner .ttlBox h2:before {
    display: inline-block;
    content: "";
    width: 310px;
    height: 1px;
    background-color: #444444;
    vertical-align: middle;
    margin-right: 10px;
}

#whatPotenzaSec .inner .ttlBox h2:after {
    display: inline-block;
    content: "";
    width: 310px;
    height: 1px;
    background-color: #444444;
    vertical-align: middle;
    margin-left: 10px;
}

#whatPotenzaSec .inner .ttlBox h2 .Butler {
    color: #795418;
    font-weight: normal;
    font-size: 58px;
    position: relative;
}

#whatPotenzaSec .inner .ttlBox h2 .Butler:before {
    content: "ポテンツァ";
    color: #444444;
    font-size: 14px;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: "Noto Serif JP", serif;
}

#whatPotenzaSec .inner .txt02 {
    margin-bottom: 40px;
    text-align: center;
}

#whatPotenzaSec .inner .txt02 p {
    background-color: #fff;
    font-size: 26px;
    letter-spacing: 4px;
    padding: 0 20px;
    display: inline-block;
    margin-bottom: 10px;
}

#whatPotenzaSec .inner .txt02 p:last-child {
    margin-bottom: 0;
}

#whatPotenzaSec .inner .txt02 p span {
    color: #E0827A;
}

#whatPotenzaSec .inner .txt03 {
    margin-bottom: 60px;
    text-align: center;
}

#whatPotenzaSec .inner .txt03 p {
    margin-bottom: 30px;
}

#whatPotenzaSec .inner .txt03 p:last-child {
    margin-bottom: 0;
}

#whatPotenzaSec .inner .txt03 p .strong {
    font-weight: 600;
}

#whatPotenzaSec .inner .txt03 p .orange {
    color: #E0827A;
}

#whatPotenzaSec .inner .reserved_btn {
    width: 600px;
    margin: auto;
}

#whatPotenzaSec .inner .reserved_btn .subTxt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    color: #555555;
}

#whatPotenzaSec .inner .reserved_btn .subTxt:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #444444;
    transform: rotate(60deg);
    display: inline-block;
    vertical-align: middle;
}

#whatPotenzaSec .inner .reserved_btn .subTxt p {
    display: inline-block;
    vertical-align: middle;
}

#whatPotenzaSec .inner .reserved_btn .subTxt:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #444444;
    transform: rotate(-60deg);
    display: inline-block;
    vertical-align: initial;
    vertical-align: middle;
}

#whatPotenzaSec .inner .reserved_btn a {
    width: 100%;
    font-size: 20px;
    letter-spacing: 4px;
}

#whatPotenzaSec .inner .reserved_btn a:before {
    width: 35px;
    height: 35px;
    left: 30px;
}

#qaSec {
    padding: 50px 0;
}

#qaSec .wrap1140 {
    border: 1px solid #E0827A;
    padding: 50px 50px;
}

#qaSec .ttlBox {
    margin-bottom: 50px;
    text-align: center;
}

#qaSec .ttlBox h2 {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    margin: 0;
}

#qaSec .ttlBox h2:before {
    display: block;
    content: "Q&A";
    font-family: 'Butler';
    font-size: 42px;
}

#qaSec .inner dl {
    margin-bottom: 10px;
}

#qaSec .inner dt {
    background-color: #FFF3F2;
    padding: 10px 20px 10px 50px;
    font-size: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

#qaSec .inner dt .mark {
    width: 2em;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#qaSec .inner dt .mark::before {
    content: "";
    width: 20%;
    aspect-ratio: 1;
    border: 1px solid #000;
    border-left: none;
    border-bottom: none;
    transform: translateY(-12%) rotate(135deg);
    transition: .3s;
}

#qaSec .inner dt.nowOpen .mark::before {
    transform: translateY(12%) rotate(315deg);
}

#qaSec .inner dt:before {
    content: "Q";
    font-family: 'Butler';
    font-size: 24px;
    color: #E0827A;
    position: absolute;
    left: 20px;
    top: 5px;
}

#qaSec .inner dd {
    padding: 10px 20px 10px 50px;
    font-size: 14px;
    position: relative;
    color: #808080;
}

#qaSec .inner dd:before {
    content: "A";
    font-family: 'Butler';
    font-size: 24px;
    color: #FFA700;
    position: absolute;
    left: 20px;
    top: 5px;
}

#qaSec .inner dd .closeBtnHat {
    display: none ;
}

#flowSec {
    padding: 140px 0 124px;
}

#flowSec .sec_ttl {
    font-size: 40px;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 1.5em;
    line-height: 1.425;
    color: #444444;
    font-weight: 400;
}

#flowSec .sec_ttl .color {
    color: #E0827A;
}

#flowSec .flow_cont {
    padding-left: 40px;
}

#flowSec .flow_cont .flow_item {
    display: flex;
    gap: 30px;
    position: relative;
}

#flowSec .flow_cont .flow_item+.flow_item {
    margin-top: 98px;
    position: relative;
}

#flowSec .flow_cont .flow_item+.flow_item::before {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: -29px;
    left: 30px;
    width: 280px;
    height: 40px;
    transform: translateY(-100%);
    background: linear-gradient(to right, #FFCECC, #FFBAB4);
}

#flowSec .flow_cont .flow_item .flow_num {
    position: absolute;
    z-index: 2;
    width: 80px;
    aspect-ratio: 1;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#flowSec .flow_cont .flow_item .flow_num .letter {
    position: relative;
    z-index: 1;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .2em;
    padding-top: .65em;
}

#flowSec .flow_cont .flow_item .flow_num .size {
    font-size: 1.57em;
    line-height: 1;
}

#flowSec .flow_cont .flow_item .flow_num::before {
    content: "";
    background-color: #fff;
    border: 1px solid #E0827A;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 55px;
    aspect-ratio: 1;
    margin: auto;
}

#flowSec .flow_cont .flow_item .flow_num::after {
    content: "";
    background-color: #E0827A;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 48px;
    aspect-ratio: 1;
    margin: auto;
}

#flowSec .flow_cont .flow_item .flow_img {
    flex-shrink: 0;
    width: 340px;
    position: relative;
}

#flowSec .flow_cont .flow_item .flow_img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#flowSec .flow_cont .flow_item .flow_text_box {
    flex-grow: 1;
    background-color: #FFF8F9;
    position: relative;
    padding: 29px 40px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#flowSec .flow_cont .flow_item .flow_text_box .deco {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    pointer-events: none;
    height: 50px;
}

#flowSec .flow_cont .flow_item .flow_text_box .deco.deco_top {
    top: 0;
}

#flowSec .flow_cont .flow_item .flow_text_box .deco.deco_bottom {
    bottom: 0;
    transform: scale(1, -1);
}

#flowSec .flow_cont .flow_item .flow_text_box .deco::before,
#flowSec .flow_cont .flow_item .flow_text_box .deco::after {
    content: "";
    position: absolute;
    top: 0;
    border: 1px solid #444444;
    width: 50px;
    height: 50px;
    border-bottom: none;
    border-right: none;
}

#flowSec .flow_cont .flow_item .flow_text_box .deco::before {
    left: 0;
}

#flowSec .flow_cont .flow_item .flow_text_box .deco::after {
    right: 0;
    transform: scale(-1, 1);
}

#flowSec .flow_cont .flow_item .flow_text_box .flow_ttl {
    font-size: 24px;
    letter-spacing: .08em;
    font-weight: 400;
    letter-spacing: .08em;
    position: relative;
    padding-bottom: .33em;
    line-height: 1.46;
    width: fit-content;
    color: #E0827A;
    /* border-bottom: 2px dotted currentColor; */
    margin-bottom: 1em;
}

#flowSec .flow_cont .flow_item .flow_text_box .flow_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-image: url(/potenza/wp-content/themes/child/image/flow_ttl_border.svg);
    background-size: contain;
    background-position: left;
    background-repeat: repeat-x;
}

#flowSec .flow_cont .flow_item .flow_text_box .flow_text {
    line-height: 1.57;
    font-size: 14px;
    letter-spacing: .1em;
}

#featureSec {
    position: relative;
    padding: 80px 0;
}

#featureSec:before {
    content: "";
    background-image: url(/potenza/wp-content/themes/child/image/featureSec_bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

#featureSec .ttlBox {
    margin-bottom: 50px;
}

#featureSec .ttlBox h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 2px;
}

#featureSec .ttlBox h2 .small {
    font-size: 16px;
    display: inline-block;
}



#featureSec .inner {
    margin-bottom: 50px;
}

#featureSec .inner ul {
    display: flex;
    justify-content: space-between;
}

#featureSec .inner ul li {
    background-color: #fff;
    padding: 20px;
    width: 380px;
    position: relative;
}

#featureSec .inner ul li .no {
    text-align: center;
    position: absolute;
    color: #B5544C;
    font-size: 24px;
    line-height: 20px;
    background-color: #fff;
    padding: 6px 0;
    width: 50px;
    left: -10px;
    top: -20px;

}

#featureSec .inner ul li .no:before {
    display: block;
    content: "Point";
    color: #7C7C7C;
    font-size: 14px;
}

#featureSec .inner ul li .img {
    margin-bottom: 15px;
}

#featureSec .inner ul li h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 34px;
    color: #444444;
}

#featureSec .inner ul li h3 .red {
    background-color: #E0827A;
    color: #fff;
    padding: 5px;
    letter-spacing: 1px;
}

#featureSec .inner ul li h3 .small {
    font-size: 12px;
    display: block;
}

#featureSec .inner ul li .txt {
    font-size: 14px;
    color: #555555;
}

#featureSec .txtBox {
    background-image: url(/potenza/wp-content/themes/child/image/feature_arrow.png);
    background-size: 400px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 120px;
    text-align: center;
    font-size: 18px;
}

#featureSec .txtBox .underBig {
    text-decoration: underline;
    font-size: 28px;
}

#featureSec .txtBox .red {
    font-size: 32px;
    color: #E56E64;
}

#comparisonSec {
    padding: 80px 0;
}

#comparisonSec .ttlBox {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#comparisonSec .ttlBox:before {
    content: "";
    width: 280px;
    height: 6px;
    display: inline-block;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

#comparisonSec .ttlBox:after {
    content: "";
    width: 280px;
    height: 6px;
    display: inline-block;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

#comparisonSec .ttlBox h2 {
    display: inline-block;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 30px;

}

#comparisonSec .ttlBox h2 .bigTxt {
    font-size: 38px;
    color: #E0827A;
}

#comparisonSec .ttlBox h2 .bigTxt b {
    position: relative;
    font-weight: normal;
}

#comparisonSec .ttlBox h2 .bigTxt b:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background-color: #E0827A;
    top: -0px;
    left: 0;
    right: 0;
    margin: auto;
}

#comparisonSec .inner {
    margin-bottom: 50px;
}

#comparisonSec .reserved_btn {
    width: 600px;
    margin: auto;
}

#comparisonSec .reserved_btn .subTxt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    color: #555555;
}

#comparisonSec .reserved_btn .subTxt:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #444444;
    transform: rotate(60deg);
    display: inline-block;
    vertical-align: middle;
}

#comparisonSec .reserved_btn .subTxt p {
    display: inline-block;
    vertical-align: middle;
}

#comparisonSec .reserved_btn .subTxt:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #444444;
    transform: rotate(-60deg);
    display: inline-block;
    vertical-align: initial;
    vertical-align: middle;
}

#comparisonSec .reserved_btn a {
    width: 100%;
    font-size: 20px;
    letter-spacing: 4px;
}

#comparisonSec .reserved_btn a:before {
    width: 35px;
    height: 35px;
    left: 30px;
}

#methodSec {
    padding: 80px 0;
    background-color: #F8F8F8;
    position: relative;
}

#methodSec:before {
    content: "";
    background-image: url(/potenza/wp-content/themes/child/image/footer_bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

#methodSec .wrap1140 {
    position: relative;
}

#methodSec .ttlBox {
    text-align: center;
    margin-bottom: 30px;
}

#methodSec h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 2px;
}

#methodSec .inner li {
    background-color: #fff;
    box-shadow: 10px 10px 0 #EBEBEB;
    position: relative;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

#methodSec .inner li:nth-child(2n) {
    box-shadow: -10px 10px 0 #EBEBEB;
}

#methodSec .inner li:nth-child(2n) .txtBox {
    order: 2;
}

#methodSec .inner li:nth-child(2n) .imgBox {
    order: 1;
}

#methodSec .inner li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FFE7E5 transparent transparent transparent;
    border-width: 64px 64px 0px 0px;
}

#methodSec .inner li:nth-child(2n):before {
    border-width: 64px 0px 0px 64px;
    left: auto;
    right: 0;
}

#methodSec .inner li .txtBox {
    width: 700px;
    position: relative;
    padding: 15px;
}

#methodSec .inner li .txtBox h3 {
    font-weight: 300;
    color: #EA928A;
    font-size: 28px;
    margin-bottom: 20px;
}

#methodSec .inner li .txtBox .ttl {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#methodSec .inner li .txtBox .ttl .orange {
    color: #C65348;
}

#methodSec .inner li .txtBox .txt {
    font-size: 14px;
    color: #555555;
}

#methodSec .inner li .imgBox {
    width: 350px;
}

#modeSec {
    padding: 80px 0;
}

#modeSec .ttlBox {
    margin-bottom: 30px;
    text-align: center;
}

#modeSec .ttlBox h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 2px;
}

#modeSec .ttlBox .orange {
    color: #E0827A;
}

#modeSec .ttlBox .small {
    font-size: 20px;
}

#modeSec .inner {}

#modeSec .inner ul {
    display: flex;
    justify-content: space-between;
}

#modeSec .inner li {
    width: 380px;
    border: 1px solid #CE685F;
}

#modeSec .inner li h3 {
    background-color: #CE685F;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    padding: 10px 20px;
    vertical-align: middle;
}

#modeSec .inner li h3:before {
    background-color: #fff;
    border-radius: 100%;
    color: #CE685F;
    font-family: 'Butler';
    padding: 10px 8px 5px;
    margin-right: 10px;
    vertical-align: middle;
}

#modeSec .inner li:nth-child(1) h3:before {
    content: "01";
}

#modeSec .inner li .outline {
    padding: 15px;
}

#modeSec .inner li .outline .imgBox {
    margin-bottom: 20px;
}

#modeSec .inner li .outline .ttl {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#modeSec .inner li .outline .txtBox {
    font-size: 14px;
    color: #555555;
    margin-bottom: 20px;
}

#modeSec .inner li .outline .list {
    margin-bottom: 20px;
}

#modeSec .inner li .outline .list .cell {
    display: inline-block;
    background-color: #FFF2F0;
    padding: 2px 10px;
    margin: 2px;
    color: #444444;
    font-size: 12px;
    x
}

#modeSec .inner li .outline .syorei h4 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

#modeSec .inner li .outline .syorei h4:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #444444;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#priceSec {
    padding: 80px 0;
    background-image: linear-gradient(180deg, rgba(219, 185, 188, 100), rgb(255, 255, 255) 15%);
    overflow: hidden;
    position: relative;

}

#priceSec:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/potenza/wp-content/themes/child/image/fv_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.25;
}

#priceSec .wrap1140 {
    position: relative;
}

#priceSec .ttlBox {
    text-align: center;
    margin-bottom: 30px;
}

#priceSec .ttlBox h2 {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 30px
}

#priceSec .ttlBox .subTxt {
    font-size: 14px;
    color: #808080;
}

#priceSec .priceList {
    margin-bottom: 40px;

}

#priceSec .priceList ul {
    display: flex;
    justify-content: space-between;
}

#priceSec .priceList li {
    width: 340px;
    border-top: 2px solid #E0827A;
    padding-top: 20px;
    position: relative;
}

#priceSec .priceList li.red04:before {
    position: absolute;
    top: -35px;
    left: 0;
    content: "ポテンツァと併用可能な施術";
    font-size: 18px;
}

#priceSec .priceList li .topBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;

}

#priceSec .priceList li .topBox .imgBox {
    width: 45%;

}

#priceSec .priceList li .topBox .rightBox {
    width: 50%;

}

#priceSec .priceList li .topBox .rightBox .ttl p {
    background-color: #E0827A;
    color: #fff;
    padding: 5px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}

#priceSec .priceList li .topBox .rightBox .priceBox {}

#priceSec .priceList li .topBox .rightBox .priceBox .no {
    text-align: center;
    width: 15px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

#priceSec .priceList li .topBox .rightBox .priceBox .price {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    margin-left: 10px;

}

#priceSec .priceList li .topBox .rightBox .priceBox .small {}

#priceSec .priceList li .underBox {
    font-size: 14px;
    color: #555555;
}

#priceSec .optionBox {
    margin-bottom: 70px;

}

#priceSec .optionBox .plusBox {
    width: 30px;
    height: 30px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
}

#priceSec .optionBox .plusBox:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #444444;
}

#priceSec .optionBox .plusBox:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #444444;
}

#priceSec .optionBox .h3Box h3 {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 10px;
}

#priceSec .optionBox .outside {
    background-color: #fff;
    border: 2px solid #E0827A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;

}

#priceSec .optionBox .outside .topBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
    width: 45%;

}

#priceSec .optionBox .outside .topBox .imgBox {
    width: 35%;

}

#priceSec .optionBox .outside .topBox .rightBox {
    width: 60%;

}

#priceSec .optionBox .outside .topBox .rightBox .ttl p {
    background-color: #E0827A;
    color: #fff;
    padding: 5px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}

#priceSec .optionBox .outside .topBox .rightBox .priceBox {}

#priceSec .optionBox .outside .topBox .rightBox .priceBox .no {
    text-align: center;
    width: 15px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

#priceSec .optionBox .outside .topBox .rightBox .priceBox .price {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    margin-left: 10px;
}

#priceSec .optionBox .outside .topBox .rightBox .priceBox .small {}

#priceSec .optionBox .outside .underBox {
    font-size: 14px;
    color: #555555;
    width: 50%;
}

#priceSec .reserved_btn {
    width: 600px;
    margin: auto;
}

#priceSec .reserved_btn .subTxt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    color: #555555;
}

#priceSec .reserved_btn .subTxt:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #444444;
    transform: rotate(60deg);
    display: inline-block;
    vertical-align: middle;
}

#priceSec .reserved_btn .subTxt p {
    display: inline-block;
    vertical-align: middle;
}

#priceSec .reserved_btn .subTxt:after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #444444;
    transform: rotate(-60deg);
    display: inline-block;
    vertical-align: initial;
    vertical-align: middle;
}

#priceSec .reserved_btn a {
    width: 100%;
    font-size: 20px;
    letter-spacing: 4px;
}

#priceSec .reserved_btn a:before {
    width: 35px;
    height: 35px;
    left: 30px;
}

#attentionSec {
    padding: 80px 0;
    background-color: #F8F8F8;
    position: relative;
}

#attentionSec:before {
    content: "";
    background-image: url(/potenza/wp-content/themes/child/image/footer_bg.jpg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

#attentionSec .inner {
    width: 800px;
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 100px 50px 50px
}

#attentionSec .inner .ttlBox {
    background-color: #fff;
    position: absolute;
    width: 300px;
    border-radius: 100%;
    top: -50px;
    text-align: center;

    left: 0;
    right: 0;
    margin: auto;
}

#attentionSec .inner .ttlBox h2 {
    font-weight: 300;
    letter-spacing: 3px;
    background-image: url(/potenza/wp-content/themes/child/image/attentionSec_midashi.png);
    background-position: center top 25px;
    background-size: 60px;
    background-repeat: no-repeat;
    padding: 50px 0 20px;
}

#attentionSec .txtBox {
    font-family: "Noto Sans JP", sans-serif;
}

#attentionSec .txtBox dl:nth-child(2) {
    margin-bottom: 50px;
}

#attentionSec .txtBox h3 {
    color: #B94A40;
    text-align: center;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-family: "Noto Serif JP", serif;
}

#attentionSec .txtBox dt {
    font-size: 16px;
    margin-bottom: 15px;

}

#attentionSec .txtBox dd li {}

#attentionSec .txtBox dd li:before {
    content: "・";
}

#attentionSec .txtBox dt:before {
    content: "■";
}

#attentionSec .txtBox h4 {
    font-weight: 500;
    margin-top: 30px;
}

#revhautSec {
    padding: 80px 0;
}

#revhautSec .ttlBox {
    width: 500px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    border-top: 2px solid #BCBCBC;
    border-bottom: 2px solid #BCBCBC;
    padding: 4px 0;
}

#revhautSec .ttlBox h2 {
    border-top: 1px solid #BCBCBC;
    border-bottom: 1px solid #BCBCBC;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 32px;
    padding: 5px;
}

#revhautSec .infoBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

#revhautSec .infoBox .leftBox {
    width: 500px;
}

#revhautSec .infoBox .rightBox {
    width: 600px;
}

#revhautSec .infoBox .rightBox .logo {
    width: 100px;
    margin-bottom: 20px;
}

#revhautSec .infoBox .rightBox .ttl {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#revhautSec .infoBox .rightBox .txt {
    font-size: 14px;
    color: #555555;
}

#revhautSec .gaiyouBox {
    background-color: #FFFAFA;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#revhautSec .gaiyouBox .leftBox {
    width: 400px;

}

#revhautSec .gaiyouBox .leftBox h3 {
    font-size: 30px;
    color: #808080;
    margin-bottom: 30px;
}

#revhautSec .gaiyouBox .leftBox .address {
    background-image: url(/potenza/wp-content/themes/child/image/address_icon.png);
    background-position: left top;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 20px;
}

#revhautSec .gaiyouBox .leftBox .tel .Butler {
    font-size: 38px;
    background-image: url(/potenza/wp-content/themes/child/image/tel_icon.png);
    background-position: left center;
    background-size: 25px;
    background-repeat: no-repeat;
    padding-left: 35px;
}

#revhautSec .gaiyouBox .leftBox .time {
    background-image: url(/potenza/wp-content/themes/child/image/time_icon.png);
    background-position: left center;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 20px;
}

#revhautSec .gaiyouBox .rightBox {
    width: 600px;
    height: 250px;
}

#revhautSec .gaiyouBox .rightBox iframe{
    width: 100%;
    height: 100%;
}

@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    body {
        font-size: 3.8vw;
        line-height: 1.6;
        overflow: hidden;
        min-width: unset;
    }

    .wrap {
        max-width: 90%;
    }

    .wrap1240 {
        max-width: 96%;
    }

    .wrap1190 {
        max-width: 96%;
    }

    .wrap1140 {
        max-width: 96%;
    }

    #mainVisual {
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    #mainVisual .wrap1240 .logo {
        width: 20vw;
        margin: 0 0 0 auto;
    }

    #mainVisual .chara {
        width: 90vw;
        right: -5vw;
        bottom: auto;
        top: 2vw;
    }

    #mainVisual .machine {
        width: 40vw;
        right: -12vw;
        bottom: auto;
        top: 20vw;
    }

    #mainVisual .ttlBox {
        width: 100%;
        padding-top: 60vw;
        margin-bottom: 5vw;

    }

    #mainVisual .ttlBox .ttl01 {
        font-size: 4.5vw;
    }

    #mainVisual .ttlBox .ttl02 {
        margin-bottom: 4vw;
    }

    #mainVisual .ttlBox .ttl03 {}

    #mainVisual .ttlBox .ttl03 h1 {
        font-size: 4.2vw;
    }

    #mainVisual .underBox {
        flex-wrap: wrap;
        padding-bottom: 0vw;
    }

    #mainVisual .underBox .meritBox {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 5vw;

    }

    #mainVisual .underBox .priceList {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        display: block;
    }

    #mainVisual .underBox .priceList dl {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 3vw;

    }

    #mainVisual .underBox .priceList dt {
        width: 55%;
        font-size: 3.5vw;
        padding: 1vw 5% 1vw 0;
        padding-right: 5%;
        border: 0;
        border-right: 1px solid #E0ACB1;
        margin-bottom: 0;
        text-align: left;

    }

    #mainVisual .underBox .priceList dt .small {
        font-size: 3vw;
    }

    #mainVisual .underBox .priceList dd {
        width: 45%;
        font-size: 9vw;
        vertical-align: middle;
    }

    #mainVisual .underBox .priceList dd:before {
        margin-right: 1vw;
        font-size: 5vw;
    }

    #mainVisual .underBox .priceList dd:after {
        margin-left: 1vw;
        font-size: 5vw;
    }

    .reserved_btn {
        position: relative;
        z-index: 5;
        margin-top: 4vw;
    }

    .reserved_btn a {
        width: 94%;
        margin: auto;
        font-size: 4.5vw;
        padding: 4vw 0;
    }

    .reserved_btn a:before {
        width: 8vw;
        height: 8vw;
        left: 5vw;
    }

    .reserved_btn a:after {
        width: 3vw;
        height: 5vw;
    }

    #mainVisual:after {
        transform: rotate(15deg);
        bottom: -105vw;
        height: 200vw;
        width: 200vw;
        left: -50vw;
    }

    #mainVisual .ttlBox .ttl03:before {
        background-image: url(/potenza/wp-content/themes/child/image/fv_line_sp.png);
        width: 7%;
        left: 5%;
        height: 1vw;
    }

    #mainVisual .ttlBox .ttl03:after {
        background-image: url(/potenza/wp-content/themes/child/image/fv_line_sp.png);
        width: 7%;
        right: 5%;
        height: 1vw;
    }

    #mainVisual .ttlBox:before {
        width: 160vw;
        left: -30vw;
        height: 65vw;
        top: 43vw;
    }

    #top_fixed_banner {
        width: 100%;
        bottom: 0;
        right: 0;
    }

    #footer {
        margin-bottom: 47vw;
        padding: 10vw 0;
    }

    #footer .logo {
        width: 30vw;
    }

    #footer .company_name {
        font-size: 3.5vw;
        margin-bottom: 15vw;
    }

    #footer .copy {
        font-size: 2.5vw;
    }

    #onayamiSec {
        padding: 15vw 0 30vw;
        background-size: 250vw;
        background-position: center right -20vw;
    }

    #onayamiSec .ttlBox {
        margin-bottom: 5vw;

    }

    #onayamiSec .ttlBox h2 {
        font-size: 5vw;
        letter-spacing: 1vw;
    }

    #onayamiSec .ttlBox big {
        font-size: 8vw;
    }

    #onayamiSec .nayamiList {
        width: 100%;
        margin-bottom: 5vw;
    }

    #onayamiSec .nayamiList ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    #onayamiSec .nayamiList li {
        width: 26vw;
        height: 26vw;
        margin: 2vw;
        font-size: 3.5vw;
    }

    #onayamiSec .nayamiList li:before {
        width: 100%;
        height: 100%;
    }

    #onayamiSec .nayamiList li:nth-child(2n) {
        margin: 2vw;
    }

    #onayamiSec .nayamiTxt {
        width: 100%;
    }

    #onayamiSec .nayamiTxt dd {
        font-size: 3.5vw;
        padding-bottom: 2vw;
        margin-bottom: 2vw;
        background-size: 4vw;
        background-position: left center 1vw;
        padding-left: 10vw;
    }

    #onayamiSec .nayamiTxt dd big {
        font-size: 4.5vw;
    }

    #onayamiSec:before,
    #onayamiSec:after {
        height: 100vw;
    }

    #whatPotenzaSec {
        padding: 15vw 0;
    }

    #whatPotenzaSec .txt01 {
        font-size: 5vw;
        letter-spacing: 1vw;
        margin-bottom: 20vw;
    }

    #whatPotenzaSec .txt01 .bigTxt {
        font-size: 5vw;
    }

    #whatPotenzaSec .txt01 .bigTxt b:before {
        top: -1vw;
    }

    #whatPotenzaSec .inner .ttlBox h2 {
        font-size: 5vw;
    }

    #whatPotenzaSec .inner .ttlBox h2 .Butler {
        font-size: 8vw;
    }

    #whatPotenzaSec .inner .ttlBox h2:before {
        width: 11.5vw;
        margin-right: 7vw;
    }

    #whatPotenzaSec .inner .ttlBox h2:after {
        width: 11.5vw;
        margin-left: 5vw;
    }

    #whatPotenzaSec .inner .ttlBox h2 .Butler:before {
        font-size: 3vw;
        top: -6vw;
    }

    #whatPotenzaSec .inner .txt02 {
        text-align: left;
        margin-bottom: 10vw;
    }

    #whatPotenzaSec .inner .txt02 p {
        font-size: 4vw;
        letter-spacing: 1vw;
        padding: 1vw 2vw;
        margin-bottom: 1vw;
    }

    #whatPotenzaSec .inner .txt03 {
        text-align: left;
    }

    #whatPotenzaSec .inner .txt03 p {
        margin-bottom: 10vw;
    }

    #whatPotenzaSec .inner .reserved_btn {
        width: 100%;
    }

    #whatPotenzaSec .inner .reserved_btn .subTxt {
        font-size: 4vw;
    }

    #whatPotenzaSec .inner .reserved_btn .subTxt:before,
    #whatPotenzaSec .inner .reserved_btn .subTxt:after {
        width: 10vw;
    }

    #whatPotenzaSec .inner .reserved_btn a {
        letter-spacing: 0;
        font-size: 4.5vw;
    }

    #whatPotenzaSec .inner .reserved_btn a:before {
        width: 8vw;
        height: 8vw;
        left: 5vw;
    }

    #whatPotenzaSec::before,
    #whatPotenzaSec::after {
        height: 17.9vw;
        top: 1px;
    }

    #flowSec {
        padding: 20vw 0 15vw;
    }

    #flowSec .wrap1140 {
        max-width: 100%;
    }

    #flowSec .sec_ttl {
        font-size: 8vw;
        margin-bottom: 0.4em;
    }

    #flowSec .flow_cont {
        padding-left: 0;
        display: flex;
        overflow: scroll;
        flex-wrap: nowrap;
        padding-top: 9vw;
        gap: 5vw;
        padding-left: 5vw;
    }

    #flowSec .flow_cont .flow_item {
        flex-direction: column;
        gap: 0;
        position: relative;
        width: 90vw;
        flex-shrink: 0;
    }

    #flowSec .flow_cont .flow_item+.flow_item {
        margin-top: 0;
    }

    #flowSec .flow_cont .flow_item+.flow_item::before {
        clip-path: polygon(0 100%, 100% 50%, 0 0);
        top: 27vw;
        left: -5vw;
        width: 7.5vw;
        height: 41vw;
        transform: translateY(0);
        background: linear-gradient(to bottom, #FFCECC, #FFBAB4);
        z-index: 2;
    }

    #flowSec .flow_cont .flow_item .flow_num {
        width: 18vw;
        aspect-ratio: 1;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 3.5vw;
    }

    #flowSec .flow_cont .flow_item .flow_num::before {
        width: 12vw;
    }

    #flowSec .flow_cont .flow_item .flow_num::after {
        width: 11vw;
    }

    #flowSec .flow_cont .flow_item .flow_img {
        width: 100%;
        height: 30.7vw;
    }

    #flowSec .flow_cont .flow_item .flow_img img {
        position: static;
    }

    #flowSec .flow_cont .flow_item .flow_text_box {
        flex-grow: 1;
        background-color: #FFF8F9;
        position: relative;
        padding: 5vw;
        min-height: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #flowSec .flow_cont .flow_item .flow_text_box .deco {
        height: 8.9vw;
    }

    #flowSec .flow_cont .flow_item .flow_text_box .deco.deco_top {
        top: -30.7vw;
    }

    #flowSec .flow_cont .flow_item .flow_text_box .deco::before,
    #flowSec .flow_cont .flow_item .flow_text_box .deco::after {
        width: 8.9vw;
        height: 8.9vw;
    }

    #flowSec .flow_cont .flow_item .flow_text_box .flow_ttl {
        font-size: 4.7vw;
    }

    #flowSec .flow_cont .flow_item .flow_text_box .flow_text {
        font-size: 3.6vw;
    }

    #whatPotenzaSec .inner:after {
        display: none;
    }

    #featureSec {
        padding: 0;
    }

    #featureSec .ttlBox {
        margin-bottom: 10vw;
    }

    #featureSec .ttlBox h2 {
        font-size: 8vw;
    }

    #featureSec .ttlBox h2 .Butler {
        position: relative;
        font-size: 8vw;
    }

    #featureSec .ttlBox h2 .Butler:before {
        font-size: 3vw;
        top: -6vw;
        content: "ポテンツァ";
        color: #444444;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        font-family: "Noto Serif JP", serif;
    }

    #featureSec .ttlBox h2 .small.pc {
        display: none;
    }

    #featureSec .inner ul {
        display: block;
    }

    #featureSec .inner ul li {
        width: 94%;
        margin: auto;
        margin-bottom: 12vw;
        padding: 5vw 3.5vw;
    }

    #featureSec .inner ul li .no {
        font-size: 6vw;
        width: 16vw;
        left: -2vw;
        top: -5vw;

    }

    #featureSec .inner ul li .no:before {
        font-size: 4vw;
    }

    #featureSec .inner ul li h3 {
        font-size: 5vw;
    }

    #featureSec .inner ul li .txt {
        font-size: 3.8vw;
    }

    #featureSec .txtBox {
        /* background-color: #fff; */
        position: relative;
        background-size: 80%;
        margin-top: -10vw;
        padding-top: 22vw;
        font-size: 5vw;
        padding-bottom: 20vw;
    }

    #featureSec .txtBox .underBig {
        font-size: 6vw;
    }

    #featureSec .txtBox .red {
        font-size: 7vw;
    }

    #featureSec:before {
        display: none;
    }

    #featureSec .wrap1190 {
        position: relative;
        padding: 20vw 2% 15vw;
        max-width: 100%;
    }

    #featureSec .wrap1190:before {
        content: "";
        background-image: url(/potenza/wp-content/themes/child/image/featureSec_bg.jpg);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.2;
    }

    #comparisonSec {
        padding: 0vw 0 15vw;
    }

    #comparisonSec .ttlBox {
        margin-bottom: 10vw;
    }

    #comparisonSec .ttlBox:before,
    #comparisonSec .ttlBox:after {
        display: none;
    }

    #comparisonSec .ttlBox h2 {
        text-align: center;
        font-size: 6vw;
        display: block;
        width: 100%;
    }

    #comparisonSec .ttlBox h2 .bigTxt {
        font-size: 8vw;
        display: block;
    }

    #comparisonSec .inner {
        margin-bottom: 20vw;
        overflow-x: scroll;
    }

    #comparisonSec .inner .img {
        width: 180vw;
    }

    #comparisonSec .reserved_btn {
        width: 100%;
    }

    #comparisonSec .reserved_btn .subTxt {
        font-size: 4vw;
    }

    #comparisonSec .reserved_btn .subTxt:before,
    #comparisonSec .reserved_btn .subTxt:after {
        width: 10vw;
    }

    #comparisonSec .reserved_btn a {
        letter-spacing: 0;
        font-size: 4.5vw;
    }

    #comparisonSec .reserved_btn a:before {
        width: 8vw;
        height: 8vw;
        left: 5vw;
    }

    #methodSec {
        padding: 15vw 0;
    }

    #methodSec h2 {
        font-size: 7vw;
    }

    #methodSec .inner li {
        flex-wrap: wrap;
        margin-bottom: 10vw;
    }

    #methodSec .inner li .imgBox {
        order: 1;
        width: 100%;
        position: relative;
    }

    #methodSec .inner li .imgBox .Butler {
        font-weight: 300;
        color: #EA928A;
        font-size: 5vw;
    }

    #methodSec .inner li .imgBox .img {
        position: relative;
        height: 50vw;
        overflow: hidden;
    }

    #methodSec .inner li .txtBox {
        order: 2;
        width: 100%;
        padding: 5vw 0;
    }

    #methodSec .inner li:nth-child(2n) {
        box-shadow: 10px 10px 0 #EBEBEB;
    }

    #methodSec .inner li:nth-child(2n):before {
        border-width: 64px 64px 0px 0px;
        left: 0;
        right: auto;
    }

    #methodSec .inner li .txtBox .ttl {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    #methodSec .inner li .txtBox .txt {
        font-size: 3.8vw;
    }

    #modeSec .ttlBox .small {
        font-size: 4.8vw;
    }

    #modeSec .ttlBox h2 {
        font-size: 6.5vw;
    }

    #modeSec .inner ul {
        display: block;
    }

    #modeSec .inner li {
        width: 100%;
        margin-bottom: 10vw;
    }

    #modeSec .inner li h3 {
        font-size: 6vw;
    }

    #priceSec {
        padding: 15vw 0;
    }

    #priceSec .ttlBox {
        margin-bottom: 10vw;
    }

    #priceSec .ttlBox h2 {
        font-size: 7vw;
        margin-bottom: 5vw;
    }

    #priceSec .ttlBox .subTxt {
        font-size: 3.8vw;
    }

    #priceSec .priceList {
        margin-bottom: 10vw;
    }

    #priceSec .priceList ul {
        display: block;
    }

    #priceSec .priceList li {
        width: 100%;
        padding-top: 10vw;
        margin-bottom: 10vw;
    }

    #priceSec .priceList li:last-child {
        margin-bottom: 0;
    }

    #priceSec .priceList li .underBox {
        font-size: 3.8vw;
    }

    #priceSec .priceList li .topBox {
        margin-bottom: 5vw;
    }

    #priceSec .priceList li .topBox .imgBox {
        width: 40%;
    }

    #priceSec .priceList li .topBox .rightBox {
        width: 57%;

    }

    #priceSec .priceList li .topBox .rightBox .ttl p {
        font-size: 4vw;
        letter-spacing: 1vw;
        padding: 1vw 2vw;
    }

    #priceSec .priceList li .topBox .rightBox .priceBox .price {
        font-size: 10vw;
    }

    #priceSec .priceList li.red04 {
        margin-top: 20vw;
    }

    #priceSec .priceList li.red04:before {
        font-size: 4.5vw;
        top: -9vw;
    }

    #priceSec .optionBox .h3Box h3 {
        font-size: 5vw;
    }

    #priceSec .optionBox .outside {
        padding: 3vw 6vw;
        display: block;
    }

    #priceSec .optionBox .outside .topBox {
        width: 100%;
    }

    #priceSec .optionBox .outside .topBox .imgBox {
        width: 35%;

    }

    #priceSec .optionBox .outside .topBox .rightBox {
        width: 75%;

    }

    #priceSec .optionBox .outside .topBox .rightBox .ttl p {
        font-size: 4vw;
        letter-spacing: 1vw;
        padding: 1vw 2vw;
    }

    #priceSec .optionBox .outside .underBox {
        width: 100%;
    }

    #priceSec .optionBox .outside .underBox {
        font-size: 3.8vw;
    }

    #priceSec .reserved_btn {
        width: 100%;
    }

    #priceSec .reserved_btn .subTxt {
        font-size: 4vw;
    }

    #priceSec .reserved_btn .subTxt:before,
    #priceSec .reserved_btn .subTxt:after {
        width: 10vw;
    }

    #priceSec .reserved_btn a {
        letter-spacing: 0;
        font-size: 4.5vw;
    }

    #priceSec .reserved_btn a:before {
        width: 8vw;
        height: 8vw;
        left: 5vw;
    }

    #qaSec {
        padding: 15vw 0;
    }

    #qaSec .wrap1140 {
        padding: 10vw 2vw;
    }

    #qaSec .ttlBox {
        margin-bottom: 5vw;

    }

    #qaSec .ttlBox h2:before {
        font-size: 10vw;
    }

    #attentionSec {
        padding: 25vw 0;
    }

    #attentionSec .inner {
        width: 96%;
        padding: 20vw 4vw 10vw 4vw;

    }

    #attentionSec .inner .ttlBox {
        width: 50vw;
        top: -12vw;

    }

    #attentionSec .inner .ttlBox h2 {
        background-size: 15vw;
        font-size: 5vw;
    }

    #attentionSec .txtBox h3 {
        font-size: 5vw;
    }

    #attentionSec .txtBox dt {
        font-size: 4.5vw;
    }

    #revhautSec {
        padding: 15vw 0;
    }

    #revhautSec .ttlBox {
        width: 82%;
    }

    #revhautSec .ttlBox h2 {
        font-size: 5.5vw;
        letter-spacing: 0.3vw;
    
    }

    #revhautSec .infoBox .leftBox {
        width: 100%;
        margin-bottom: 5vw;
    }

    #revhautSec .infoBox .rightBox .ttl {
        font-size: 5vw;
    }

    #revhautSec .infoBox .rightBox .txt {
        font-size: 3.8vw;
    }
    
    #revhautSec .gaiyouBox {
        padding: 5vw;
    }
    
    #revhautSec .gaiyouBox .leftBox .tel .Butler {
        font-size:10vw;
    }
    
    #qaSec .inner dt {
        padding: 2vw 2vw 2vw 14vw;
        font-size: 4.5vw;
        line-height: 6vw;
    }
    
    #qaSec .inner dt:before {
        font-size: 6vw;
        left: 5vw;
    }
    
    #qaSec .inner dt .mark {
        width: 6vw;
        height: 6vw;
    }
    
    #qaSec .inner dd {
        padding: 2vw 2vw 2vw 14vw;
        font-size: 4.5vw;
        line-height: 6vw;
    }
    
    #qaSec .inner dd:before {
        left: 5vw;
        font-size: 6vw;
    }
}