@charset "utf-8";
/*_______________________________

  オーダーセレクト美痩身コース（部分）
_______________________________*/

/*----------------------
    　　　共通
----------------------*/

body {
    font-size: min(2vw, 20px);
    color: #6b1332;
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: normal;
    overflow-x: hidden;
    width: 100%;
    min-width: 100% !important;
    position: relative;
}

.sp_only {
    display: none;
}

a {
    text-decoration: none;
    transition: opacity 0.5s ease-out;
}

a:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease-out;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

.inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

main section>div {
    padding: 100px 0;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff7397;
    background: linear-gradient(45deg, #ff7397 0%, #ff7397 40%, #ff9e8b 60%, #ff9e8b 100%);
    color: #fff;
    font-family: Noto Sans JP;
    font-size: min(3vw, 30px);
    font-weight: bold;
    height: 100px;
    max-width: 900px;
    border-radius: 50px;
    margin: auto;
    position: relative;
    box-shadow: 0px 10px 0px 0px #f0b5c0;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2;
}

.btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 50px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

h2 {
    font-size: min(4vw, 40px);
    text-align: center;
    line-height: 1;
    font-weight: 700;
}

.orderselect-part-body img {
    height: auto;
}

/*----------------------
    　　　ヘッダー
----------------------*/
header .logo {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 120px;
}

/*----------------------
      キービジュアル
----------------------*/
.kv .bg {
    background: url("../img/orderselect/kv_bg_part.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.kv .box {
    background: #ffffff;
    padding: 40px;
    box-shadow: 0px 0px 10px 0px rgb(107 19 50 / 50%);
    z-index: 1;
    position: relative;
}

.kv .box .price {
    margin: 0 auto 30px;
    display: block;
    text-align: center;
}

.kv .box .btn {
    font-size: min(4.8vw, 48px);
}

/*　      こんなお悩み、ありませんか？
　　　　　　    （worries）
--------------------------------------------*/
.worries h2 {
    margin-bottom: 70px;
    position: relative;
    padding-bottom: 20px;
}

.worries h2::before {
    content: '';
    max-width: 400px;
    width: 100%;
    height: 2px;
    background: #6b1332;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.worries h2::after {
    content: '';
    border-right: 2px solid #6b1332;
    border-bottom: 2px solid #6b1332;
    background: #fff;
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
}

.worries .problem {
    padding-bottom: 0;
}

.worries .problem ul {
    background: url("../img/orderselect/worries_bg.jpg") no-repeat left center;
    background-size: 55%;
}

.worries .problem li {
    max-width: 600px;
    width: 80%;
    margin-left: auto;
    background: rgb(247 232 235 / 50%);
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.worries .problem li:last-of-type {
    margin-bottom: 0;
}

.worries .problem li::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #fbb3c8;
    margin-right: 20px;
}

.worries .problem li::after {
    content: '';
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 9px;
    height: 15px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 19px;
    top: 0;
    bottom: 6px;
    margin: auto;
}

.worries .problem li p {
    flex-basis: calc(100% - 50px);
    font-size: min(2.2vw, 22px);
    font-weight: 500;
}

.worries .change {
    background: url("../img/orderselect/worries_change_bg_part.jpg") no-repeat top center;
    background-size: cover;
}

.worries .change .text {}

.worries .change .text {
    max-width: 900px;
    background: rgb(255 255 255 / 80%);
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
}

.worries .change .text p {
    font-size: min(2.8vw, 28px);
    font-weight: 700;
}

.worries .change .text p em {
    color: #b47e88;
    font-size: min(4.4vw, 44px);
    font-weight: 700;
}

.worries .change .text p span {
    font-size: min(3.6vw, 36px);
}

.worries .change .text p span em {
    color: #ff2c76;
}

.worries .change .text p strong {
    font-size: min(4.4vw, 44px);
    font-weight: 700;
    background-image: -webkit-linear-gradient(left, transparent 50%, #fbb3c8 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #ebd0d5 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #ebd0d5 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #ebd0d5 50%);
    background: linear-gradient(left, transparent 50%, #ebd0d5 50%);
    background-repeat: repeat-x;
    background-size: 200% 1em;
    background-position: 100% 1em;
}

/*　   結果に導く4つのラ・パルレメソッド
　　　　　　    （method）
--------------------------------------------*/

.method h2 {
    height: 120px;
    background: #ffc8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    flex-wrap: wrap;
}

.method h2::after {
    content: '';
    background: #ffc8d8;
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
}

.method h2 em {
    color: #ff2c76;
    font-weight: 700;
    font-size: min(6vw, 48px);
}

.method h3 {
    text-align: center;
    font-size: min(2.8vw, 30px);
    font-weight: 700;
    color: #b47e88;
    margin-bottom: 70px;
}

.method h3 span {
    font-size: min(7vw, 40px);
    display: block;
    color: #6b1332;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.method h3 span::after {
    content: "";
    height: 2px;
    width: 30px;
    background: #6b1332;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*-method01 -*/
.method01 .treatment div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.method01 .treatment dt {
    flex-basis: calc(25% - 5px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: min(4vw, 40px);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1;
    padding: 10px;
    box-sizing: border-box;
    color: #b47e88;
}

.method01 .treatment .hand dt {
    background: #ffc3b7;
}

.method01 .treatment .machine dt {
    background: #ffc8d8;
}

.method01 .treatment dd {
    flex-basis: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.method01 .treatment dd span {
    width: calc((100% - 10px) / 2);
    position: relative;
    height: 13vw;
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 5px;
}

.method01 .treatment dd span img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

/*-method02-*/

.method02 {
    background: #faf5f5;
}

.method02 .process {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: min(6vw, 60px);
    position: relative;
    overflow: hidden;
    margin-left: min(10vw, -15px);
}

.method02 .process::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 0 140px min(6vw, 60px);
    border-color: transparent transparent transparent #faf5f5;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1;
    bottom: 0;
    margin: auto;
}

.method02 .process::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 0 140px min(6vw, 60px);
    border-color: transparent transparent transparent #faf5f6;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
    bottom: 0;
    margin: auto;
}

.method02 .process li {
    flex-basis: calc(100% / 3);
    background: #ffc8d8;
    height: min(20vw, 240px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
    box-sizing: border-box;
}

.method02 .process li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 0 140px min(6vw, 60px);
    border-color: transparent transparent transparent #faf5f5;
    position: absolute;
    top: 0;
    left: calc(100% + 5px);
    z-index: 1;
    bottom: 0;
    margin: auto;
}

.method02 .process li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 0 140px min(6vw, 60px);
    border-color: transparent transparent transparent #ffc8d8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 1;
    margin: auto;
}

.method02 .process li img {
    margin-left: 20%;
    max-width: 100px;
}

.method02 .process li em {
    font-size: min(2vw, 24px);
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-left: 20%;
}

.method02 .process li:last-of-type em {
    letter-spacing: -0.05em;
}

.method02 .process li p {
    font-size: min(2vw, 16px);
    letter-spacing: -0.03em;
    text-align: center;
    margin-left: 20%;
    margin-top: 5px;
}

/*-method03-*/

.method03 .box {
    display: flex;
    align-items: center;
}

.method03 .counseling {
    width: 30%;
    position: relative;
    z-index: 1;
}

.method03 .select {
    width: 240px;
    position: relative;
    height: 500px;
    display: block;
    top: 0;
    bottom: 0;
}

.method03 .select span {
    height: 2px;
    width: 380px;
    background: #f7e8eb;
    display: block;
}

.method03 .select span:nth-of-type(1) {
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 270px;
    left: -34px;
    margin: auto;
}

.method03 .select span:nth-of-type(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    width: 15vw;
    max-width: 200px;
}

.method03 .select span:nth-of-type(3) {
    transform: rotate(45deg);
    position: absolute;
    top: 270px;
    bottom: 0;
    left: -34px;
    margin: auto;
}

.method03 .select span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f7e8eb;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.method03 .select span:nth-of-type(1)::before {
    font-family: 'Noto Sans JP';
    content: "SELECT!";
    color: #ff98bc;
    position: absolute;
    left: 25%;
    bottom: 20px;
    margin: auto;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.method03 .care {
    margin-left: auto;
    width: 25%;
    max-width: 300px;
    min-width: 200px;
    margin-top: -40px;
    margin-bottom: -40px;
    display: flex;
    flex-flow: column;
}

.method03 .care li:nth-of-type(1) {
    position: relative;
    bottom: -40px;
}

.method03 .care li:nth-of-type(2) {
    position: relative;
    left: -100%;
}

.method03 .care li:nth-of-type(3) {
    position: relative;
    top: -40px;
}

.method03 .care li div {
    height: 80px;
    background: #ff98bc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 15px;
}

.method03 .care li div::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
}

.method03 .care li div::after {
    content: '';
    border-right: 6px solid #ff98bc;
    border-bottom: 6px solid #ff98bc;
    width: 10px;
    height: 19px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 31px;
    top: 0;
    bottom: 6px;
    margin: auto;
}

.method03 .care li div p {
    flex-basis: calc(100% - 50px);
    padding-left: 5px;
    font-size: min(1.5vw, 22px);
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.05em;
}

/*-method04-*/

.method04 {
    background: #fff4f6;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.method04::before {
    content: "";
    background: #b47e88;
    opacity: 0.1;
    width: 150%;
    height: 300px;
    position: absolute;
    transform: rotate(-25deg);
    left: -30%;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.method04 .box {
    background: #fff;
    display: flex;
    position: relative;
    align-items: center;
}

.method04 .box::after {
    content: "";
    height: 100%;
    width: 100vw;
    position: absolute;
    right: -100vw;
    background: #fff;
}

.method04 .box .img {
    min-width: 350px;
    flex-basis: 350px;
}

.method04 .box p {
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 1.75;
}

/*　    　　　　コースの流れ
　　　　　　    　（flow）
--------------------------------------------*/
.flow h2 {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #ff98bc;
}

.flow h3 {
    color: #ff98bc;
    font-size: min(3.6vw, 36px);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    /* margin-top: 50px; */
    line-height: 1.25;
}

.flow h3>span {
    font-size: min(3.5vw, 35px);
    display: flex;
    font-family: Noto Sans JP;
    position: relative;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #ff98bc;
}

.flow h3>span>span {
    /* font-size: min(3.6vw,36px); */
    /* font-weight: 400; */
    /* line-height: 1; */
    /* text-indent: 0; */
}

.flow h3>span::before,
.flow h3>span::after {
    content: "";
    height: 2px;
    background: #ff98bc;
    flex-basis: calc(50% - min(12%, 90px));
}

.flow h3 small {
    display: block;
    font-size: 20px;
}

.flow .step {
    text-align: center;
    line-height: 1.75;
    padding-top: 50px;
    padding-bottom: 0;
}

.flow .inner>p {
    font-size: 20px;
    text-align: center;
    line-height: 2;
}

.flow .block_a,
.flow .block_b,
.flow .block_c {
    position: relative;
    padding: 0 40px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.flow .time {
    width: min(15vw, 150px);
    height: min(15vw, 150px);
    border-radius: 50%;
    background: #ff98bc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -75px;
    margin-bottom: calc(-75px - 75px);
    margin-top: 75px;
    display: none;
}

.flow .time p {
    color: #fff;
    font-size: min(3.6vw, 36px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.flow .time p span {
    font-size: min(4.8vw, 48px);
}

.flow .block_a,
.flow .block_c {
    background: #fff2f6;
    margin-bottom: 30px;
}

.flow .block_b {
    background: #fff6f3;
    /* margin-bottom: 60px; */
    margin-top: 0 !important;
}

.flow .block_c {
    margin-top: 30px;
}

.flow .inner>strong {
    font-size: min(3.6vw, 20px);
    font-weight: 700;
    display: block;
    background: #ffc8d8;
    padding: 10px;
}

.flow .inner>strong em {
    font-size: min(3.6vw, 36px);
    display: block;
    color: #fff;
    font-weight: 700;
}

/*-step01-*/

.flow .step01 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.flow .step01 li {
    flex-basis: calc((100% - 20px * 2) / 3);
    background: #fff;
}

.flow .step01 li .img {
    position: relative;
    height: 22vw;
    max-height: 300px;
    overflow-y: hidden;
}

.flow .step01 li .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.flow .step01 li span {
    font-size: min(2.8vw, 24px);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
    color: #ff98bc;
    text-align: center;
}

.flow .step01 li p {
    text-align: left;
    padding: 20px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

/*- step02 step03 step04 -*/

.flow .treatment_menu {
    display: flex;
    margin: 30px -15px 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.flow .block_b>div:last-of-type .treatment_menu {
    margin-bottom: 0;
}

.flow .treatment_menu li {
    flex-basis: calc((100% - 30px * 3) / 3);
    height: 18vw;
    max-height: 230px;
    /* border-radius: 50%; */
    overflow: hidden;
    position: relative;
    margin: 0 15px;
    /* min-width: 180px; */
    /* min-height: 180px; */
    margin-bottom: 30px;
}

.flow .treatment_menu li:first-of-type {
    margin-left: 10%;
}

.flow .treatment_menu li:nth-of-type(2) {
    margin-right: 10%;
}

.flow .treatment_menu li img {
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    margin: auto;
}

.flow .treatment_menu li span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: #ffc3b7;
    padding: 5px 10px;
    font-size: min(1.7vw, 20px);
    font-weight: 500;
    /* color: #fff; */
    max-width: calc(100% - 15px);
    width: auto;
    text-align: left;
    line-height: 1.25;
    box-sizing: border-box;
    display: block;
}

.flow .treatment_menu li span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 15px;
    height: 100%;
    background: #ffc3b7;
    transform: skewX(-15deg);
    transform-origin: left top;
    margin: auto;
}

.flow .treatment_menu li p {
    position: absolute;
    height: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: min(1.4vw, 14px);
    font-family: Noto Sans JP;
    font-weight: 400;
    padding: 3px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 10px #6b1332;
    background: rgb(255 255 255 / 30%);
}

/*- step05-*/
.flow .step05 .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    /* padding-bottom: 40px; */
    background: #f8e8eb;
}

.flow .step05 .img {
    display: flex;
    flex-basis: calc(50% + 40px);
    /* background: #f9f5ec; */
    align-items: center;
    max-height: 360px;
    overflow: hidden;
    margin: auto 0;
}

.flow .step05 .text {
    flex-basis: calc(50% + 40px);
    margin-left: calC(-50% - 40px);
    /* margin-top: 40px; */
    background: #ffffff;
    padding: 40px;
    box-sizing: border-box;
    /* margin-bottom: -40px; */
    text-align: left;
    /* box-shadow: 0px 0px 10px 0px rgb(107 19 50 / 50%); */
    display: flex;
    align-items: center;
}

.flow .step05 .text span {
    color: #ff98bc;
    font-size: min(2.8vw, 24px);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
    /* text-align: center; */
}

.flow .step05 .box:first-of-type .text {
    order: -1;
    margin-right: calc(-50% - 40px);
    margin-left: 0;
    z-index: 1;
}

.flow .step05 .box:first-of-type .img img {
    margin-top: 20%;
}

.flow .inner>.text {
    font-size: min(3.5vw, 28px);
    font-weight: 700;
    line-height: 1.5;
    margin-top: min(5vw, 30px);
}

/*　   私たちはラ・パルレメソッドで痩せました！
　　　　　　     （ba）
--------------------------------------------*/

.ba h2 {
    height: 120px;
    background: #ffc8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    flex-wrap: wrap;
}

.ba h2::after {
    content: '';
    background: #ffc8d8;
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
}

.ba .monitor {
    padding-bottom: 0;
}

.ba .monitor>div {
    margin-bottom: 80px;
}

.ba .monitor>div:last-of-type {
    margin-bottom: 0;
}

.ba .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.ba .inner h3 {
    flex-basis: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-size: min(3vw, 30px);
    background: #fff2f6;
    padding: 30px;
    font-weight: 500;
    line-height: 1.25;
}

.ba .inner h3 em {
    font-size: min(4vw, 40px);
    font-weight: 700;
    margin: 0 5px;
    color: #ff2c76;
    letter-spacing: 0.05em;
}

.ba .inner .ba_photo {
    flex-basis: 50%;
}

.ba .inner .result {
    flex-basis: calc(50% - 20px);
}

.ba .ba_photo {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.ba .ba_photo::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #ff2c76 transparent;
    position: absolute;
    left: 0;
    right: 8px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.ba .ba_photo li {
    flex-basis: calc((100% - 20px) / 2);
    /* padding: 10px; */
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.ba .ba_photo .ba_b {
    border: 10px solid #ffc3b7;
    background: rgb(255 195 183 / 70%);
}

.ba .ba_photo .ba_a {
    border: 10px solid #ffc8d8;
    background: rgb(255 200 216 / 70%);
}

.ba .ba_photo li::before,
.ba .ba_photo li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    max-width: 125px;
    height: 117px;
    width: 40%;
}

.ba .ba_photo .ba_b::before {
    background: url("../img/orderselect/before_part.png") no-repeat left top;
    background-size: contain;
}

.ba .ba_photo .ba_a::after {
    background: url("../img/orderselect/after_part.png") no-repeat left top;
    background-size: contain;
}

.ba .result .age_initial {
    font-size: min(3.6vw, 36px);
    font-weight: 700;
    border-bottom: 2px solid #6b1332;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.ba .result .data {
    margin-bottom: 30px;
}

.ba .result .data div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.ba .result .data dt {
    display: flex;
    flex-basis: 150px;
    height: 50px;
    background: #ff98bc;
    color: #fff;
    font-size: min(2.4vw, 24px);
    font-weight: 400;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.08em;
}

.ba .result .data dt em {
    background: #ff2c76;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ba .result .data dd {
    flex-grow: 1;
    padding-left: 20px;
    font-size: min(2.8vw, 28px);
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
}

.ba .result .data .wt dd,
.ba .result .data .bf dd,
.ba .result .data .part dd {
    font-size: min(3.8vw, 38px);
}

.ba .result .data dd em {
    font-weight: 900;
    color: #ff2c76;
    font-size: min(5vw, 50px);
}

.ba .result .comment {
    line-height: 1.75;
}

.ba .text {
    padding-top: 80px;
}

.ba .text p {
    border: 2px solid #b47e88;
    color: #b47e88;
    max-width: 700px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

.ba .text p small {
    display: block;
    font-size: min(1.6vw, 16px);
    font-weight: 700;
    line-height: 2;
}

.ba>strong {
    height: 120px;
    background: #ffc8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    flex-wrap: wrap;
    font-size: min(4vw, 40px);
    text-align: center;
    line-height: 1;
    font-weight: 700;
}

/*　          サロンを調べる
　　　　　　    （salon）
--------------------------------------------*/
.salon {
    background: #fff;
    position: relative;
    z-index: 0;
    padding-top: 205px;
}

.salon:before {
    content: "";
    background: rgb(255 244 246) url(../img/orderselect/salon.jpg) no-repeat center 10%;
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

.salon:after {
    content: "";
    background: rgb(255 242 246 / 40%);
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

.salon h2 {
    background: rgb(255 152 188 / 80%);
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto 50px;
    padding: 30px;
    line-height: 1.2;
}

.salon .box {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 2;
}

.salon .box em {
    font-size: 24px;
}

.salon .box small {
    font-size: 12px;
}

.salon dt.accordion {
    position: relative;
    background: #ffc8d8;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border-bottom: 1px solid #fff;
    transition: opacity 0.5s ease-out;
    cursor: pointer;
    font-family: "Noto Serif JP";
}

.salon dt.accordion:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease-out;
}

.salon dt.accordion:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #ff98bc;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0deg);
    transition: 0.5s;
}

.salon dt.accordion:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background: #ff98bc;
    border: none;
    right: 43px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-540deg);
    transition: 0.5s;
}

.salon dt.accordion.open:before {
    transform: rotate(540deg);
    transition: 0.5s;
}

.salon dt.accordion.open:after {
    transform: rotate(90deg);
    transition: 0.5s;
}

.salon dt.accordion+dd {
    display: none;
}

.salon dl dl dt {
    background: #fff2f6;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 100;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: "Noto Serif JP";
    color: #ff98bc;
}

.salon dl dl dd a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 40px 0 100px;
    box-sizing: border-box;
    color: #6b1332;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #f8f7fb;
    position: relative;
    font-family: "Noto Serif JP";
}

.salon dl dl dd a span {
    background: #fff6f3;
    color: #b47e88;
    font-weight: 500;
    font-size: 18px;
    padding: 2px 5px;
    margin-left: 20px;
}

.salon dl dl dd a:after {
    content: '';
    border-right: 2px solid #ff98bc;
    border-bottom: 2px solid #ff98bc;
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40px;
}


/*　  新型コロナウイルス感染拡大防止への取り組み
    　　　　　   （covid-19）
 --------------------------------------------*/
.covid-19 {
    background: #fff2f6;
    padding-top: 100px;
    padding-bottom: 100px;
}

.covid-19 h2 {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    color: #ff98bc;
    font-size: min(3.6vw, 36px);
    border-top: 2px solid #ff98bc;
    border-bottom: 2px solid #ff98bc;
    margin-bottom: 70px;
}

.covid-19 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -1.5%;
}

.covid-19 li {
    width: calc((100% - 3% * 4) / 4);
    margin: 0 1.5% 3vw;
}

.covid-19 li p {
    font-size: min(1.8vw, 16px);
    color: #b47e88;
    font-weight: 700;
    background: #fff;
    height: min(6vw, 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
}

.covid-19 .text {
    border: 2px solid #ff98bc;
    max-width: 700px;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
}

.covid-19 .text p {
    text-align: center;
    font-size: min(2.8vw, 28px);
    color: #ff98bc;
    font-weight: 700;
}

/*　        ご予約・お問い合わせ
　　　　　　    （information）
--------------------------------------------*/
.information {
    background: url("../img/orderselect/information_bg_part.jpg") no-repeat center;
    background-size: cover;
    z-index: 0;
    position: relative;
    overflow: hidden;
    padding: 150px 0;
    background-attachment: fixed;
}

.information .contact {
    text-align: center;
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.information .contact p {
    font-size: 30px;
    padding: 40px 30px;
    box-sizing: border-box;
    border-bottom: 2px solid #fff2f6;
    position: relative;
    margin-bottom: 50px;
    line-height: 1.7;
    font-family: "Noto Serif JP";
}

.information .contact p:after {
    content: '';
    border-right: 2px solid #fff2f6;
    border-bottom: 2px solid #fff2f6;
    background: #fff;
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.information .contact h2 {
    font-size: 36px;
    height: 60px;
    background: #ff98bc;
    color: #fff;
    max-width: 600px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.information .contact .tel {
    color: #ff98bc;
    font-size: 77px;
    pointer-events: none;
    display: block;
    line-height: 1;
    max-width: 600px;
    letter-spacing: 0.0em;
    margin: 10px auto 15px;
    text-align: left;
}

.information .contact .tel img {
    width: 110px;
}

.information .contact small {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    letter-spacing: 0.08em;
    font-weight: 300;
}

.information .notes {
    padding: 30px;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.5);
}

.information .notes li {
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
}

.information .notes li:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #727171;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.information .notes small {
    font-size: 14px;
}

/*----------------------
        footer
----------------------*/

footer {
    background: #fff;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

footer .participating {
    padding: 0 30px;
    background: #fff;
}

footer .participating ul {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

footer .participating li {
    text-align: center;
    width: 50%;
}

footer .participating li div {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .participating li.jtba img {
    width: auto;
    height: 80%;
}

footer .participating li.anea img {
    width: auto;
    height: 100%;
}

footer .participating li p {
    color: #999;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    font-weight: 300;
    margin-top: 10px;
}

footer .footer_nav {
    background: #fff2f6;
    padding: 0 30px;
}

footer .footer_nav ul {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

footer .footer_nav li a {
    color: #6b1332;
    font-size: 16px;
    /* font-family: "Noto Serif JP"; */
}

footer .footer_nav li a:after {
    content: '';
    border-right: 1px solid #6b1332;
    border-bottom: 1px solid #6b1332;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    margin-left: 15px;
    display: inline-block;
}

footer small {
    background: #ff98bc;
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}


/*----------------------
    　　　page top
----------------------*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10000;
    display: block;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    background: #ff98bc;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: opacity 0.5s;
    z-index: 100;
}

#page-top:after {
    content: '';
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 14px;
    height: 14px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#page-top.bottom {
    position: absolute;
    top: -70px;
    z-index: -1;
}



/* 　＋＋＋＋＋＋＋　PC～タブレットのみ　用　＋＋＋＋＋＋＋　*/

@media screen and (min-width:768px) {
    .ba .result .comment {
        height: auto !important;
    }

    .ba .readmore+[data-readmore-toggle] {
        display: none !important;
    }
}

/* 　＋＋＋＋＋＋＋　PC -（1500px）以下　用　＋＋＋＋＋＋＋　*/
@media screen and (max-width:1500px) {
    header {
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        width: 100%;
        background: #fff;
        z-index: 1;
        position: relative;
    }

    header .logo {
        position: relative;
        top: 0;
        left: 0;
        padding: 10px 20px;
        width: 100px;
    }
}

/* 　＋＋＋＋＋＋＋　タブレット - iPad -（1024px）以下　用　＋＋＋＋＋＋＋　*/
@media screen and (max-width: 1024px) {
    .inner {
        padding: 0 3%;
    }

    .method02 .process li p {
        font-size: min(2vw, 12px);
        margin-top: 0px;
    }

    .method02 .process li img {
        max-width: 30%;
    }

    .flow .treatment_menu {
        margin: 20px -4px 30px;
    }

    .flow .treatment_menu li {
        flex-basis: calc((100% - 10px * 3) / 3);
        margin: 0 5px;
        margin-bottom: 10px;
    }
}

/* 　＋＋＋＋＋＋＋　タブレット - iPad （834px）以下　用　＋＋＋＋＋＋＋　*/
@media screen and (max-width:834px) {
    .worries .problem ul {
        background-position: center top;
        background-size: 60%;
        padding-top: 34vw;
    }

    .worries .problem li {
        max-width: 100%;
        width: 100%;
    }


    .method h3 {
        margin-bottom: 40px;
    }

    .method02 .process li p {
        font-size: min(2vw, 11px);
    }

    .method03 .box {
        flex-flow: column;
    }

    .method03 .counseling {
        display: flex;
        width: 100%;
        max-width: 500px;
        justify-content: space-between;
    }

    .method03 .counseling li {
        width: calc((100% - 3%) / 2);
    }

    .method03 .select {
        width: 100%;
        height: 150px;
        margin-top: 10px;
    }

    .method03 .select span {
        height: 2px;
        width: 170px;
    }

    .method03 .select span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 60px;
        bottom: auto;
        left: 121px;
        right: 0px;
        margin: auto;
    }

    .method03 .select span:nth-of-type(1)::before {
        left: 30%;
        bottom: 10px;
        margin: auto;
        font-size: 18px;
    }

    .method03 .select span:nth-of-type(2) {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        width: 2px;
        height: 100px;
    }

    .method03 .select span:nth-of-type(2)::after {
        top: auto;
        bottom: 0;
        right: 0;
        left: -4px;
        margin: auto;
    }

    .method03 .select span:nth-of-type(3) {
        transform: rotate(135deg);
        top: 60px;
        bottom: auto;
        right: 122px;
        left: 0;
        margin: auto;
    }

    .method03 .care {
        width: 50%;
        min-width: auto;
    }

    .method03 .care li div {
        border-radius: 5px;
        padding: 5px 5px;
        height: min(10vw, 60px);
    }

    .method03 .care li div p {
        font-size: min(3vw, 16px);
        padding-left: 3%;
    }

    .method03 .care li div::before {
        width: 30px;
        height: 30px;
    }

    .method03 .care li div::after {
        border-right: 4px solid #ff98bc;
        border-bottom: 4px solid #ff98bc;
        width: 5px;
        height: 10px;
        left: 16px;
        bottom: 2px;
    }

    .method03 .care {
        width: 100%;
        min-width: auto;
        flex-flow: row;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px;
    }

    .method03 .care li {
        flex-basis: calc((100% - 3%) / 2);
    }

    .method03 .care li img {
        margin: 0 auto;
        display: block;
    }

    .method03 .care li:nth-of-type(1) {
        bottom: 0;
        margin: 0 auto 20px;
        margin-left: 17%;
        margin-right: 17%;
    }

    .method03 .care li:nth-of-type(2) {
        left: 0;
        margin-right: 1.5%;
    }

    .method03 .care li:nth-of-type(3) {
        top: 0;
    }

    .flow .time {
        top: -7.5vw;
        margin-bottom: calc(-7.5vw - 7.5vw);
        margin-top: 7.5vw;
    }
}

/* 　＋＋＋＋＋＋＋　スマホ （767px）以下　用　＋＋＋＋＋＋＋　*/
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }

    .btn {
        height: min(15vw, 80px);
        max-width: 600px;
        border-radius: min(15vw, 40px);
        box-shadow: 0px 5px 0px 0px #ebd0d5;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .btn:after {
        border-width: 0 0 10px 10px;
        right: 7%;
    }

    h2 {
        font-size: 19px;
        letter-spacing: -0.05em;
    }

    header .logo {
        padding: 5px 3%;
        width: 75px;
    }

    .kv .bg {
        background-position: right;
    }

    .kv h1 {
        margin: 0 -3%;
    }

    .kv .box {
        padding: 30px 4%;
    }

    main section>div {
        padding: 40px 0;
    }

    .method h2,
    .flow h2,
    .ba h2 {
        height: 100px;
    }

    .worries h2::after,
    .method h2::after,
    .ba h2::after {
        width: 25px;
        height: 25px;
        bottom: -13px;
    }

    .worries h2 {
        margin-bottom: 30px;
    }

    .worries h2::before {
        max-width: 260px;
    }

    .worries .problem ul {
        height: auto;
    }

    .worries .problem li {
        padding: 5px 10px;
    }

    .worries .problem li p {
        font-size: 13px;
        letter-spacing: -0.03em;
    }

    .worries .problem li::before {
        width: 25px;
        height: 25px;
        border-radius: 3px;
        margin-right: 10px;
    }

    .worries .problem li::after {
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        width: 6px;
        height: 11px;
        left: 18px;
        bottom: 3px;
    }

    .worries .change .text {
        padding: 20px 3%;
    }

    .worries .change .text p {
        font-size: 13px;
    }

    .worries .change .text p span {
        font-size: 16px;
    }

    .worries .change .text p em {
        font-size: 19px;
    }

    .worries .change .text p strong {
        font-size: 20px;
    }

    .method h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .method h3 span {
        font-size: 22px;
    }

    .method h3 span::after {
        width: 14px;
    }

    .method02 .process {
        padding-right: 0;
        display: block;
        padding-bottom: 30px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .method02 .process::before {
        display: none;
    }

    .method02 .process::after {
        border-width: 30px calc(37vw + 20px) 0 calc(37vw + 20px);
        border-color: #faf5f5 transparent transparent transparent;
        bottom: auto;
        left: -20px;
        right: -20px;
    }

    .method02 .process li {
        height: auto;
        padding-top: 50px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .method02 .process li img {
        max-width: 25%;
        margin-left: 0;
    }

    .method02 .process li em {
        font-size: 16px;
        margin-left: 0;
        white-space: nowrap;
        z-index: 2;
    }

    .method02 .process li p {
        margin-left: 0;
        font-size: 12px;
        margin-top: 5px;
    }

    .method02 .process li::before {
        border-width: 30px calc(37vw + 20px) 0 calc(37vw + 20px);
        border-color: #faf5f5 transparent transparent transparent;
        top: calc(100% + 33px);
        left: -20px;
        right: -20px;
        bottom: 0;
    }

    .method02 .process li::after {
        border-width: 30px calc(37vw + 20px) 0 calc(37vw + 20px);
        border-color: #ffc8d8 transparent transparent transparent;
        top: calc(100% + 30px);
        left: -20px;
        right: -20px;
    }

    .method02 .process li:last-of-type::before {
        display: none;
    }

    .method03 .process .care li div p {
        font-size: min(3.1vw, 13px);
    }

    .method04::before {
        width: 230%;
        left: -60%;
    }

    .method04 .box {
        display: block;
        max-width: 500px;
        margin: auto;
    }

    .method04 .box p {
        padding: 20px;
    }

    .method04 .box p br {
        display: none;
    }

    .method04 .box::after {
        top: 0;
    }

    .flow h3 {
        /* margin-top: 30px; */
        font-size: 20px;
        margin: 0 0 10px;
    }

    .flow h3 small {
        font-size: 14px;
    }

    .flow h3>span {
        margin-bottom: 5px;
        font-weight: 500;
    }

    .flow h3>span>span {
        margin-top: 0;
    }

    .flow h3>span>span::before,
    .flow h3>span>span::after {
        flex-basis: calc(50% - 40px);
    }

    .flow p {
        text-align: left;
    }

    .flow .step {
        padding-top: 30px;
    }

    .flow .inner>strong em {
        font-size: 20px;
    }

    .flow .step01 ul {
        display: block;
        /* width: 80%; */
        margin: 20px auto 0;
    }

    .flow .step01 li {
        margin-bottom: 10px;
        display: flex;
        flex-wrap: nowrap;
    }

    .flow .step01 li:last-of-type {
        margin: 0;
    }

    .flow .step01 li .img {
        height: auto;
        flex-basis: 30%;
        /* display: flex; */
    }

    .flow .step01 li .img img {
        position: relative;
        box-sizing: border-box;
        padding: 10px 0 10px 10px;
    }

    .flow .step01 li span {
        font-size: 16px;
        text-align: left;
        margin-bottom: 5px;
    }

    .flow .step01 li p {
        font-size: 13px;
        padding: 10px;
        flex-basis: 70%;
    }

    .flow .block_a,
    .flow .block_b,
    .flow .block_c {
        position: relative;
        padding: 30px 3%;
        padding-bottom: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .flow .treatment_menu li {
        flex-basis: calc((100% - 6px * 4) / 2);
        margin: 0 4px;
        margin-bottom: 8px;
        height: 28vw;
        min-height: 100px;
    }

    .flow .step02 .treatment_menu li:first-of-type {
        margin-left: 4px;
        margin-right: 4px;
    }

    .flow .treatment_menu li:first-of-type {
        margin-right: 10%;
    }

    .flow .treatment_menu li:nth-of-type(2) {
        margin-right: 4px;
    }

    .flow .treatment_menu li span {
        padding: 7px 5px;
        font-size: 10px;
        letter-spacing: -0.08em;
        line-height: 1;
    }

    .flow .treatment_menu li p {
        line-height: 1;
        font-size: min(3vw, 10px);
        height: 20px;
    }

    .flow .step05 .box {
        display: block;
        max-width: 360px;
        margin: 0 auto 20px;
        background: none;
    }

    .flow .step05 .text {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 0;
        padding: 20px;
        position: relative;
        z-index: 1;
        font-size: 13px;
    }

    .flow .step05 .text span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .flow .step05 .box .img {
        max-height: 190px;
    }

    .ba .inner {
        display: block;
    }

    .ba .inner h3 {
        margin-bottom: 10px;
        padding: 20px 5px;
        font-size: 13px;
    }

    .ba .inner h3 em {
        font-size: 18px;
        margin: 0 2px;
    }

    .ba .inner .ba_photo {
        max-width: 500px;
        margin: 0 auto 10px;
    }

    .ba .monitor>div {
        margin-bottom: 40px;
    }

    .ba .result .age_initial {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .ba .result .data {
        margin-bottom: 10px;
    }

    .ba .result .data div {
        margin-bottom: 5px;
    }

    .ba .result .data dt {
        flex-basis: 120px;
        height: 40px;
        font-size: 16px;
    }

    .ba .result .data dd {
        font-size: 16px;
    }

    .ba .result .data .wt dd,
    .ba .result .data .bf dd,
    .ba .result .data .part dd {
        font-size: 24px;
    }

    .ba .result .data dd em {
        font-size: 30px;
    }

    .ba .text {
        padding-top: 40px;
    }

    .ba .text p {
        padding: 10px;
    }

    .ba .text p small {
        font-size: 11px;
    }

    .ba>strong {
        height: 100px;
    }

    .ba .readmore+.more_btn.morelink {
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        font-size: 16px;
        border: 2px solid #ff2c76;
        color: #ff2c76;
        position: relative;
        background: #fff;
        opacity: 1;
        transition: opacity 0.5s;
    }

    .ba .readmore+.more_btn.morelink:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 8px 8px;
        border-color: transparent transparent #ff2c76 transparent;
        margin: -3px 0 0 8px;
        transform: rotate(45deg);
    }

    .ba .readmore+.more_btn.morelink::before {
        content: "";
        width: 100%;
        height: 55px;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        left: 0;
        bottom: calc(100% + 2px);
    }

    .ba .readmore+.more_btn.lesslink {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.5s;
    }

    .salon {
        padding-top: 100px;
    }

    .salon:before {
        content: "";
        background: rgb(187 151 201 / 40%) url(../img/orderselect/salon.jpg) no-repeat center 10%;
        background-size: cover;
        opacity: 0.7;
        height: 150px;
    }

    .salon:after {
        height: 150px;
    }

    .salon h2 {
        background: rgb(255 255 255 / 0.9);
        color: #ff98bc;
        margin: 0 auto 30px;
        padding: 20px 10px;
        line-height: 1.2;
        border-bottom: 2px solid #ff98bc;
        position: relative;
        font-size: 24px;
    }

    .salon h2::after {
        content: '';
        border-right: 2px solid #ff98bc;
        border-bottom: 2px solid #ff98bc;
        background: #fff;
        width: 25px;
        height: 25px;
        display: block;
        transform: rotate(45deg);
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .salon .box em {
        font-size: 18px;
    }

    .salon .box small {
        font-size: 10px;
    }

    .salon .box {
        font-size: 12px;
        margin-bottom: 30px;
        line-height: 2;
        text-align: left;
    }

    .salon dt.accordion {
        font-size: 18px;
        height: 50px;
    }

    .salon dt.accordion:before {
        right: 14px;
    }

    .salon dt.accordion:after {
        right: 22px;
    }

    .salon dl dl dt {
        padding: 0 20px;
        font-size: 16px;
        height: 45px;
    }

    .salon dl dl dd a {
        height: 50px;
        padding: 0 40px;
        font-size: 14px;
    }

    .salon dl dl dd a:after {
        right: 20px;
    }

    .salon dl dl dd a span {
        font-size: 11px;
        padding: 5px;
        margin-left: 20px;
    }

    .covid-19 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .covid-19 h2 {
        height: 50px;
        margin-bottom: 40px;
        font-size: 15px;
    }

    .covid-19 li {
        width: calc((100% - 3% * 3) / 3);
    }

    .covid-19 li p {
        font-size: 11px;
        letter-spacing: -0.05em;
    }

    .covid-19 .text {
        padding: 10px;
    }

    .covid-19 .text p {
        font-size: 14px;
    }

    .information {
        background-size: cover;
        padding: 50px 0 100px;
        background-attachment: unset;
    }

    .information .contact p {
        font-size: 14px;
        padding: 20px 10px;
        margin-bottom: 40px;
        line-height: 1.7;
        letter-spacing: -0.05em;
    }

    .information .contact p:after {
        width: 25px;
        height: 25px;
        bottom: -15px;
    }

    .information .contact h2 {
        font-size: 26px;
        background: #ffffff;
        color: #ff98bc;
        height: auto;
        margin-bottom: 15px;
    }

    .information .contact .tel {
        color: #fff;
        font-size: 32px;
        font-family: "Kokoro";
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% - 20px);
        line-height: 1;
        letter-spacing: -0.03em;
        margin: 10px auto 5px;
        text-align: left;
        background: #ff98bc;
        height: 50px;
        border-radius: 25px;
        box-shadow: 0px 0px 5px 0px rgb(0 18 69 / 50%);
        box-shadow: 0px 5px 0px 0px #ffc8d8;
        margin-bottom: 5px;
    }

    .information .contact .tel img {
        width: 48px;
    }

    .information .contact small {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 10px;
        letter-spacing: 0.08em;
        font-weight: 300;
    }

    .information .notes {
        padding: 20px 10px;
    }

    .information .notes li {
        margin-bottom: 10px;
        padding-left: 12px;
        position: relative;
        font-size: 12px;
        line-height: 1.5;
    }

    footer .participating {
        padding: 0;
    }

    footer .participating ul {
        display: flex;
        max-width: 1000px;
        margin: 0 auto;
        padding: 10px 0;
    }

    footer .participating li {
        text-align: center;
        width: 50%;
        padding: 0 5px;
        box-sizing: border-box;
    }

    footer .participating li p {
        color: #999;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 10px;
        font-weight: 300;
        margin-top: 5px;
    }

    footer .participating li div {
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .participating li.jtba img {
        height: 80%;
    }

    footer .footer_nav {
        background: #ffffff;
        padding: 0;
    }

    footer .footer_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
    }

    footer .footer_nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;
    }

    footer .footer_nav li a {
        position: relative;
        font-size: 11px;
        line-height: 50px;
        display: block;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

    footer .footer_nav li a:after {
        width: 5px;
        height: 5px;
        margin-left: 15px;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    footer .footer_nav li {
        width: calc((100% - 1px) / 2);
        border-top: 1px solid #fff;
        background: #fff2f6;
    }

    #page-top {
        position: fixed;
        right: 0;
        bottom: 40px;
        z-index: 10000;
        display: block;
        width: 40px;
        height: 40px;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    }

    #page-top:after {
        content: '';
        border-left: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        width: 10px;
        height: 10px;
        display: block;
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}