@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/
@font-face {
    font-family: "Noto Sans CJKjp";
    font-style: normal;
    font-weight: 500;
    src: url("../beauty-fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Cormorant";
    font-style: normal;
    font-weight: 500;
    src: url("../beauty-fonts/Cormorant-VariableFont_wght.ttf") format("truetype");
}
html{
    scroll-behavior: smooth;
}
body {
    background-color: #fff;
    color: #5e5e5e;
    font-family: "Noto Sans CJKjp", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.5;
    position: relative;
}

img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

iframe {
    width: 100%;
}

.wrap {
    margin: 0 auto;
    max-width: 1072px;
    padding: 0 20px;
    width: 100%;
}

.sp {
    display: none;
}

.js-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: .8s ease-in-out;
}

.js-fade-in.active,
.js-content .js-fade-in {
    opacity: 1;
    transform: translateY(0);
}


/*header*/
#beauty__header {
    left: 50%;
    position: fixed;
    top: 40px;
    transform: translateX(-50%);
    width: 94.4vw;
    z-index: 3;
}

.beauty__header {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    position: relative;
}

.beauty__header .beauty__header__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 28px 40px;
    width: 100%;
}

.beauty__header .link .img {
    display: block;
    width: 414px;
}

.beauty__header .item {
    box-shadow: 0 0 4px rgba(255, 255, 255, .1);
}

.beauty__header .item .toggle {
    cursor: pointer;
    display: block;
    height: 29px;
    position: relative;
    width: 59px;
    z-index: 100;
}

.beauty__header .item .toggle span {
    background-color: #5e5e5e;
    border-radius: 1px;
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: .4s ease;
    width: 39px;
}

.beauty__header .item .toggle span:nth-of-type(1) {
    top: 6px;
}

.beauty__header .item .toggle span:nth-of-type(2) {
    top: 59%;
}

.beauty__header .item .toggle span:nth-of-type(3) {
    bottom: 0;
}

.beauty__header .item .toggle.active span:nth-of-type(1) {
    left: 12px;
    top: 17px;
    transform: rotate(-45deg);
}

.beauty__header .item .toggle.active span:nth-of-type(2) {
    opacity: 0;
    visibility: hidden;
}

.beauty__header .item .toggle.active span:nth-of-type(3) {
    bottom: 11px;
    left: 12px;
    transform: rotate(45deg);
}

.beauty__header .js-content {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid;
    left: 0;
    margin-bottom: 69px;
    max-height: calc(100vh - 200px);
    opacity: 0;
    overflow-y: auto;
    padding-bottom: 48px;
    padding-top: 48px;
    position: absolute;
    top: 100%;
    transition: opacity .5s ease, visibility .5s ease;
    visibility: hidden;
    width: 100%;
}

.beauty__header .js-content.active {
    opacity: 1;
    visibility: visible;
}

.beauty__header .js-content__bg {
    background-color: rgba(245, 241, 232, .75);
    height: 200vh;
    left: -50%;
    opacity: 0;
    position: fixed;
    top: -50%;
    transition: opacity .5s ease, visibility .5s ease;
    visibility: hidden;
    width: 200vw;
    z-index: -1;
}

.beauty__header .js-content__bg.active {
    opacity: 1;
    visibility: visible;
}


.beauty__header .js-content .header__nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.beauty__header .js-content .header__nav .nav__title,
.beauty__footer .beauty__footer__nav__box .nav__title {
    margin-bottom: 16px;
}

.header__nav .box .beauty__header__nav .lists,
.beauty__footer__nav__box .box .beauty__footer__nav .lists {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
}

.header__nav .box:nth-of-type(2) .beauty__header__nav .lists,
.beauty__footer__nav__box .box:nth-of-type(2) .beauty__footer__nav .lists {
    height: 165px;
}

.header__nav .box:nth-of-type(3) .beauty__header__nav .lists,
.beauty__footer__nav__box .box:nth-of-type(3) .beauty__footer__nav .lists {
    height: 270px;
}

.header__nav .box .beauty__header__nav .lists .menu-item a,
.beauty__footer__nav__box .box .beauty__footer__nav .lists .menu-item a {
    display: inline-block;
    font-size: 14px;
    position: relative;
    transition: .3s;
}

.header__nav .box:not(:first-child) .beauty__header__nav .lists .menu-item a,
.beauty__footer__nav__box .box :not(:first-child).beauty__footer__nav .lists .menu-item a {
    padding-left: 10px;
}

.header__nav .box:not(:first-child) .beauty__header__nav .lists .menu-item a::before,
.header__nav .box .beauty__header__nav .lists .menu-item a::after,
.beauty__footer__nav__box .box:not(:first-child) .beauty__footer__nav .lists .menu-item a::before,
.beauty__footer__nav__box .box .beauty__footer__nav .lists .menu-item a::after {
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.header__nav .box:not(:first-child) .beauty__header__nav .lists .menu-item a::before,
.beauty__footer__nav__box .box:not(:first-child)  .beauty__footer__nav .lists .menu-item a::before {
    content: "-";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.header__nav .box .beauty__header__nav .lists .menu-item a::after,
.beauty__footer__nav__box .box .beauty__footer__nav .lists .menu-item a::after {
    background-color: #b7a06f;
    content: "";
    height: 1px;
    top: 100%;
    transform: scale(0,1);
    transform-origin: left center;
    transition: .3s;
}

/*fv*/
.beauty__fv {
    background-image: url(../beauty-assets/img/beauty_fv.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 59.79vw;
    position: relative;
    width: 100%;
}

.fv__title__box {
    left: 14.1%;
    position: absolute;
    top: 66%;
}

.fv__title__box .title {
    color: #fff;
    font-family: "Noto Serif", serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1;
}

.fv__title__box .title span {
    font-size: 64px;
}

.fv__side__box {
    position: fixed;
    right: 0;
    top: 65.5%;
    z-index: 3;
}

.fv__side__box .link {
    display: block;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 139px;
    z-index: 1;
}

.fv__side__box .link::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: background-color .3s ease, transform .3s ease;
    width: 100%;
    z-index: -1;
}

.fv__side__box .link .img {
    margin: 0 auto 4px;
    transition: .3s;
}

.fv__side__box .link:first-child {
    background-color: #b7a06f;
    border: 1px solid #b7a06f;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-bottom: 16px;
    padding-top: 16px;
}

.fv__side__box .link:first-child::after {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.fv__side__box .link:first-child .img {
    width: 39px;
}

.fv__side__box .link:nth-child(2) {
    background-color: #5e5e5e;
    border: 1px solid #5e5e5e;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding-bottom: 14px;
    padding-top: 14px;
}

.fv__side__box .link:nth-child(2)::after {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.fv__side__box .link:nth-child(2) .img {
    width: 35px;
}

.fv__side__box .text {
    color: #fff;
    transition: .3s;
}

.top__banner {
    padding-bottom: 120px;
    padding-top: 120px;
}

.top__banner .campaign {
    margin-bottom: 32px;
}

.top__banner .campaign .img {
    height: 220px;
    width: 100%;
}

.splide {
    visibility: visible;
}

.top__banner .splide .splide__slide {
    transition: .3s;
    width: 280px;
}

.beauty__top-page .top__title__box {
    margin-bottom: 64px;
    text-align: center;
}

.beauty__top-page .top__title__box .sec__title {
    color: #5e5e5e;
    font-family: "Cormorant", serif;
    font-size: 48px;
    letter-spacing: normal;
}

.beauty__top-page .top__title__box .img {
    margin: 0 auto;
    max-width: 249px;
    width: 17.2vw;
}

.top__menu {
    background-image: url(../beauty-assets/img/beauty_top_menu_bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 80px;
}

.top__menu .top__menu__box .symptoms {
    margin-bottom: 96px;
}

.top__menu .top__menu__box .symptoms .title,
.top__menu .top__menu__box .treatment .title {
    color: #5e5e5e;
    font-size: 20px;
    letter-spacing: .1em;
    margin-bottom: 40px;
    padding-left: 97px;
    position: relative;
}

.top__menu .top__menu__box .symptoms .title::before,
.top__menu .top__menu__box .treatment .title::before {
    background-color: #5e5e5e;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 81px;
}

.top__menu .top__menu__box .symptoms .unit___box {
    align-items: center;
    display: flex;
    gap: 72px;
    justify-content: space-between;
}

.top__menu .top__menu__box .symptoms .unit {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    height: 384px;
    justify-content: space-between;
    padding-bottom: 48px;
    padding-top: 48px;
    width: 46.5%;
}

.top__menu .top__menu__box .symptoms .unit:first-of-type {
    padding-left: 32px;
    padding-right: 48px;
}

.top__menu .top__menu__box .symptoms .unit:first-of-type .img {
    width: 45%;
}

.top__menu .top__menu__box .symptoms .unit:nth-of-type(2) {
    flex-direction: row-reverse;
    padding-left: 32px;
    padding-right: 8px;
}

.top__menu .top__menu__box .symptoms .unit:nth-of-type(2) .img {
    width: 60.4%;
}

.top__menu .top__menu__box .symptoms .unit:first-of-type .menu__list {
    width: 41%;
}

.top__menu .top__menu__box .symptoms .unit:nth-of-type(2) .menu__list {
    width: 37.2%;
}

.top__menu .top__menu__box .symptoms .unit .menu__list .item {
    border-bottom: 1px solid #e2dfde;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.top__menu .top__menu__box .symptoms .unit .menu__list .item:last-child {
    margin-bottom: 0;
}

.top__menu .top__menu__box .symptoms .unit .menu__list .item .symptoms__link {
    color: #5e5e5e;
    display: block;
    height: 100%;
    position: relative;
    transition: .3s;
    width: 100%;
}

.top__menu .top__menu__box .symptoms .unit .menu__list .item .symptoms__link::after {
    border-right: 1px solid #5e5e5e;
    border-top: 1px solid #5e5e5e;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
    width: 10px;
}

.top__menu .top__menu__box .treatment .menu__list,
.price .menu__list{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.top__menu .top__menu__box .treatment .menu__list .item,
.price .menu__list .item {
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    text-align: center;
    width: 23.8%;
}

.treatment__link {
    background-color: #b7a06f;
    border: 1px solid #b7a06f;
    border-radius: 10px;
    color: #fff;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    transition: color .3s ease;
    width: 100%;
    z-index: 2;
}

.treatment__link::after {
    border-radius: 10px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: background-color .3s ease, transform .3s ease;
    width: 100%;
    z-index: -1;
}

.top__flow {
    padding-bottom: 120px;
    padding-top: 120px;
}

.top__flow .top__flow__box {
    margin-bottom: 120px;
}

.top__flow .top__flow__box .flow__list {
    align-items: center;
    display: flex;
    gap: 31px;
    justify-content: center;
}


.top__flow .top__flow__box .flow__list .item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 22.6%;
}

.top__flow .top__flow__box .flow__list .item::after {
    background-image: url(../beauty-assets/img/right_arrow.webp);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4.2vw;
    left: calc(100% + 6px);
    max-height: 58px;
    position: absolute;
    top: 25%;
    width: 23px;
}

.top__flow .top__flow__box .flow__list .item:last-child:after {
    content: none;
}

.top__flow .top__flow__box .flow__list .item .img {
    width: 100%;
}

.top__flow .top__flow__box .flow__list .item .text__box,
.hifu .flow__box .flow__list .item .text__box{
    align-items: center;
    display: flex;
}

.top__flow .top__flow__box .flow__list .item .text__box .num ,
.hifu .flow__box .flow__list .item .text__box .num {
    color: #b7a06f;
    font-family: "Cormorant", serif;
    font-size: 48px;
    letter-spacing: normal;
    line-height: 1;
}

.top__flow .top__flow__box .flow__list .item .text__box .text {
    margin-top: 10px;
    text-align: center;
    text-wrap: nowrap;
    width: 77.8%;
}

.common__btn__boxes {
    align-items: center;
    display: flex;
    justify-content: center;
}

.common__btn__boxes .btn__box {
    height: 275px;
    overflow: hidden;
    position: relative;
    width: 50%;
    z-index: 0;
}

.common__btn__boxes .btn__box:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.common__btn__boxes .btn__box:nth-child(2) {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.common__btn__boxes .btn__box::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
}

.common__btn__boxes .btn__box:first-child::before {
    background-image: url(../beauty-assets/img/medical_questionnaire.webp);
}

.common__btn__boxes .btn__box:nth-child(2)::before {
    background-image: url(../beauty-assets/img/reservation.webp);
}

.common__btn__boxes .btn__box::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
    z-index: 1;
}

.common__btn__boxes .btn__box .text__box {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.common__btn__boxes .btn__box:first-child .text__box {
    width: 78.7%;
}

.common__btn__boxes .btn__box:nth-child(2) .text__box {
    width: 74.2%;
}

.common__btn__boxes .btn__box .text__box .en-text {
    color: #fff;
    font-family: "Cormorant", serif;
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 22px;
    transition: all .3s;
}

.common__btn__boxes .btn__box .text__box .text {
    color: #fff;
    font-size: 20px;
    letter-spacing: .1em;
    position: relative;
    transition: all .3s;
}

.common__btn__boxes .btn__box .text__box .text::before,
.common__btn__boxes .btn__box .text__box .text::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transition: all .3s;
}

.common__btn__boxes .btn__box .text__box .text::before {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 42px;
    right: 0;
    transform: translateY(-50%);
    width: 42px;
}

.common__btn__boxes .btn__box .text__box .text::after {
    border-radius: 1px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 12px;
    right: 17px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
}

.top__news{
    padding-bottom: 120px;
}

.top__news .news__list{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    max-width: 689px;
    margin: 0 auto 64px;
}

.top__news .news__list .news__item,
.news .news__lists__box .lists .news__link{
    width: 100%;
    border-bottom: 1px solid #E2DFDE;
}

.top__news .news__list .news__item .news__link,
.news .news__lists__box .lists .news__link{
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: .3s;
}

.top__news .news__list .news__item .news__link time,
.news .news__lists__box .lists .news__link time{
    font-family: "Cormorant", serif;
    font-size: 16px;
    color: #b7a06f;
}

.top__news .news__list .news__item .news__link .title,
.news .news__lists__box .lists .news__link .title{
    width: 88.5%;
    font-size: 14px;
    transition: .3s;
}

.top__news .btn{
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    text-align: center;
    width: 246px;
    margin: 0 auto;
}

.top__news .btn .link{
    background-color: #b7a06f;
    border: 1px solid #b7a06f;
    border-radius: 10px;
    color: #fff;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    transition: color .3s ease;
    width: 100%;
    z-index: 2;
}

.top__news .btn .link::after {
border-radius: 10px;
content: "";
display: block;
height: 100%;
left: 0;
pointer-events: none;
position: absolute;
top: 50%;
transform: translateY(-50%) scale(0);
transition: background-color .3s ease, transform .3s ease;
width: 100%;
z-index: -1;
}

.common__access {
    padding-bottom: 120px;
    padding-top: 80px;
}

.common__access .access__box {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.common__access .access__box .info {
    width: 45.7%;
}

.common__access .access__box .info .img {
    margin-bottom: 16px;
    width: 87.7%;
}

.common__access .access__box .info .text__box .text {
    margin-bottom: 16px;
}

.common__access .access__box .info .table {
    margin-bottom: 16px;
}

.common__access .access__box .schedule-table {
    border-collapse: separate;
    border-spacing: 0;
    display: block;
    width: 100%;
}

.common__access .access__box .schedule-table thead .common__access .access__box .schedule-table tbody {
    display: block;
    width: 100%;
}

.common__access .access__box .schedule-table thead tr {
    border-top-left-radius: 10px;
}

.common__access .access__box .schedule-table thead th,
.common__access .access__box .schedule-table tbody td {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.common__access .access__box .schedule-table thead th {
    background-color: #e5e0d4;
    border: 1px solid #fff;
    border-left-width: 0;
    padding: 11px 16px;
}

.common__access .access__box .schedule-table thead th:first-child {
    border-top-left-radius: 10px;
}

.common__access .access__box .schedule-table thead th:last-child {
    border-top-right-radius: 10px;
    padding: 11px;
}

.common__access .access__box .schedule-table tbody tr td {
    border: 1px solid #e2dfde;
    border-left-width: 0;
    border-top-width: 0;
    padding: 20px 11px;
}

.common__access .access__box .schedule-table tbody tr td:first-child {
    background-color: #e5e0d4;
    border: 1px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    width: 119px;
}

.common__access .access__box .schedule-table tbody tr:nth-child(2) td:first-child {
    border-bottom-left-radius: 10px;
}

.common__access .access__box .schedule-table tbody tr:nth-child(2) td:last-child {
    border-bottom-right-radius: 10px;
}

.common__access .access__box .schedule-table .circle {
    background-color: #b7a06f;
    border-radius: 50%;
    display: inline-block;
    height: 19px;
    width: 19px;
}

.common__access .access__box .schedule-table tbody .close {
    color: #b7a06f;
    font-size: 18px;
    letter-spacing: .1em;
}

.common__access .access__box .info .transportation .box {
    align-items: center;
    border: 1px solid #e2dfde;
    border-radius: 10px;
    display: flex;
}

.common__access .access__box .info .transportation .box .img__box {
    background-color: #f5f1e8;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 15px;
    text-align: center;
}

.common__access .access__box .info .transportation .box .img__box .img {
    margin: 0 auto 8px;
    width: 54px;
}

.common__access .access__box .info .transportation .box .img__box .title {
    font-size: 12px;
    letter-spacing: .1em;
}

.common__access .access__box .info .transportation .box .text__box {
    padding-left: 24px;
}

.common__access .access__box .info .transportation .box .text__box .text {
    font-size: 12px;
    letter-spacing: .1em;
    margin-bottom: 0;
}

.common__access .access__box .info .transportation .unit {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.common__access .access__box .info .transportation .unit .box {
    flex-direction: column;
    height: 173px;
    width: 46.7%;
}

.common__access .access__box .info .transportation .unit .box .img__box {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    padding: 7px 0;
    width: 100%;
}

.common__access .access__box .info .transportation .unit .box .text {
    font-size: 12px;
    letter-spacing: .1em;
    padding: 16px 7px 0;
}

.common__access .access__box .map {
    width: 47.5%;
}

.common__access .access__box .map .img {
    margin-bottom: 16px;
}

.common__access .access__box .map .text {
    font-size: 12px;
    letter-spacing: .1em;
}

.common__cta {
    background-image: url(../beauty-assets/img/common_cta.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 116px;
    position: relative;
    z-index: 2;
}

.common__cta .cta__box {
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 54px;
    padding-top: 63px;
    text-align: center;
    width: 91%;
}

.common__cta .cta__box .text {
    font-size: 24px;
    letter-spacing: .1em;
    margin-bottom: 35px;
}

.common__cta .cta__box .btn {
    background-color: #293244;
    margin: 0 auto 35px;
    width: 85%;
}

.common__cta .cta__box .btn .more {
    display: block;
    font-size: 30px;
    letter-spacing: .1em;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
}

.common__cta .cta__box .caution {
    font-size: 14px;
    letter-spacing: .1em;
}

.beauty__footer {
    background-color: #e5e0d4;
    padding-bottom: 16px;
    padding-top: 40px;
    position: relative;
}

.beauty__footer .beauty__footer__box {
    border-bottom: 1px solid #f5f1e8;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-bottom: 32px;
}

.beauty__footer .beauty__footer__box .img {
    display: block;
    width: 414px;
}

.beauty__footer .beauty__footer__box .text {
    padding-left: 8px;
}

.beauty__footer .beauty__footer__nav__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.beauty__footer__copy {
    text-align: center;
}

.beauty__footer__copy .copy {
    font-size: 10px;
    letter-spacing: .1em;
}

.beauty__page__heading {
    background-image: url(../beauty-assets/img/beauty_page_fv_bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    position: relative;
}

.beauty__page__heading .beauty__page__heading__box {
    padding-top: 209px;
}

.beauty__page__heading .beauty__page__heading__box .page__section__title {
    font-family: "Cormorant", serif;
    font-size: 48px;
    letter-spacing: normal;
    margin-bottom: -5px;
}

.beauty__page__heading .beauty__page__heading__box .page__section__sub__title {
    font-size: 12px;
    letter-spacing: .1em;
}

.breadcrumb {
    display: flex;
    font-size: 12px;
    gap: 11px;
    letter-spacing: normal;
    padding-left: 11.1vw;
    position: absolute;
    top: 520px;
}

.breadcrumb a {
    transition: .3s;
}

.common__page {
    padding-bottom: 120px;
    padding-top: 80px;
}

.news__lists__box .lists {
    max-width: 851px;
    margin: 0 auto 80px;
}

.news__lists__box .lists .item {
    display: flex;
    flex-direction: column;
    width: 31%;
}

.news__lists__box .lists .item .post__img {
    height: 180px;
    margin-bottom: 16px;
}

.news__lists__box .lists .item .post__img img {
    border-radius: 5px;
}

.news__lists__box .pagination {
    align-items: center;
    display: flex;
    gap: 21px;
    justify-content: center;
}

.news__lists__box .pagination .page-numbers {
    display: block;
    font-weight: 700;
}

.news__lists__box .pagination .current {
    color: #fff;
    padding-bottom: 4px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 32px;
    z-index: 0;
}

.news__lists__box .pagination .current::after {
    background-color: #b7a06f;
    border-radius: 50%;
    content: "";
    display: block;
    height: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 32px;
    z-index: -1;
}

.news__lists__box .pagination .dots {
    color: #b7a06f;
    margin-left: 11px;
    margin-right: 11px;
}

.news__lists__box .pagination .prev,
.news__lists__box .pagination .next {
    border-radius: 1px;
    border-right: 2px solid #b7a06f;
    border-top: 2px solid #b7a06f;
    height: 9px;
    width: 9px;
}

.news__lists__box .pagination .prev {
    margin-right: 11px;
    transform: rotate(-135deg);
}

.news__lists__box .pagination .next {
    margin-left: 11px;
    transform: rotate(45deg);
}

.news__detail .news__post time {
    color: #b7a06f;
    display: block;
    letter-spacing: normal;
    margin-bottom: 12px;
}

.news__detail .news__post .post__title {
    border-bottom: 1px solid #e5e0d4;
    font-size: 32px;
    letter-spacing: .1em;
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.news__detail .news__post .post__content h3 {
    font-size: 24px;
    letter-spacing: .1em;
    margin-bottom: 16px;
    padding-left: 16px;
    position: relative;
}

.news__detail .news__post .post__content h3::before {
    background-color: #b7a06f;
    content: "";
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
}

.news__detail .news__post .post__content h4 {
    color: #b7a06f;
    font-size: 20px;
    letter-spacing: .1em;
    margin-bottom: 16px;
}

.news__detail .news__post .post__content p {
    margin-bottom: 48px;
}

.news__detail .news__post .post__img {
    height: 360px;
    margin: 0 auto;
    width: 65.9%;
}

.news__detail .post__pagination__box {
    margin-top: 91px;
    text-align: center;
}

.news__detail .post__pagination__box .btn {
    border: 1px solid #b7a06f;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    width: 187px;
}

.news__detail .post__pagination__box .btn::after,
.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .btn::after{
    background-color: #b7a06f;
    content: "";
    display: block;
    height: 1px;
    left: 89%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 40px;
}

.news__detail .post__pagination__box .btn a {
    color: #5e5e5e;
    display: block;
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative;
    transition: .3s;
}

.news__detail .post__pagination__box .btn a::after,
.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .btn .link::after {
    border-radius: 50px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: background-color .3s ease, transform .3s ease;
    width: 100%;
    z-index: -1;
}

/*料金表*/
.price{
    padding-bottom: 0;
}

.price .menu__list{
    margin-bottom: 40px;
}

.price .menu__list .item{
    cursor: pointer;
}

.price .menu__list .item.active .link{
    background-color: #fff;
    color: #b7a06f;
}

.price .caution{
    text-align: center;
    margin-bottom: 120px;
}

.price .price__column{
    display: none;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.price .price__column.active{
    display: block;
}

.price .price__column .column__box:not(:first-child){
    margin-top: 40px;
}

.price .price__column .column__box .menu__price__list{
    display: flex;
    flex-direction: column;
}

.price .price__column .column__box .menu__price__list:not(:first-child){
    margin-top: 40px;
}

.price .price__column .column__box .menu__price__list .title{
    background-color: #F5F1E8;
    font-size: 18px;
    color: #B7A06F;
    padding: 10px 16px;
    border-radius: 5px;
    margin-bottom: 24px;
}

.price .price__column .column__box .menu__price__list .accordion__title{
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.price .price__column .column__box .menu__price__list .accordion__title::after{
    position: absolute;
    content: "";
    display: block;
    width: 21px;
    height: 14px;
    background-image: url(../beauty-assets/img/accordion_arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: .3s;
}

.price .price__column .column__box .menu__price__list .accordion__title.active::after{
    transform: translateY(-50%) rotate(180deg);
}

.price .price__column .column__box .menu__price__list .accordion__content{
    display: none;
}

.price .price__column .column__box .menu__price__list .accordion__content.active{
    display: block;
}

.price .price__column .column__box .menu__price__list .menu__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #F7F5F4;
    margin-top: 8px;
    margin-bottom: 8px;
}

.price .price__column .column__box .menu__price__list .menu__item:first-of-type{
    margin-top: 0;
    margin-bottom: 0;
}

.price .price__column .column__box .menu__price__list .menu__item .menu__name,
.price .price__column .column__box .menu__price__list .menu__item .menu__price{
    letter-spacing: .1em;
}

/*医師紹介*/
.doctor{
    padding-top: 160px;
}
.doctor .title__box{
    text-align: center;
}
.doctor .title__box .title{
    font-family: "Noto Serif'", serif;
    font-size: 32px;
    letter-spacing: .1em;
    margin-bottom: 96px;
    position: relative;
    z-index: 0;
}
.doctor .title__box .title::before{
    content: "Doctor";
    color: #F7F5F4;
    display: block;
    font-family: "Cormorant", serif;
    font-size: clamp(5rem, 8.33vw, 7.5rem);
    left: 52%;
    letter-spacing: .1em;
    line-height: 1;
    position: absolute;
    top: -150%;
    transform: translateX(-50%);
    z-index: -1;
}
.doctor .doctor__box{
    display: flex;
    gap: 65px;
}
.doctor .doctor__box .text__box{
    width: 100%;
}
/* 医師情報を横並びにする */
.doctor .doctor__box .text__box .doctor__list {
    display: flex !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}
.doctor .doctor__box .text__box .doctor__item {
    flex: 1 1 45% !important;
    min-width: 0 !important;
}
.doctor .doctor__box .text__box .title{
    font-size: 20px;
    color: #B7A06F;
    margin-bottom: 24px;
}
.doctor .doctor__box .text__box .text{
    line-height: 1.8;
    margin-bottom: 32px;
}
.doctor .doctor__box .text__box .item{
    margin-bottom: 48px;
}
.doctor .doctor__box .text__box .item .item__title{
    font-size: 18px;
    color: #b7a06f;
    background-color: #F5F1E8;
    border-radius: 5px;
    padding: 10px 16px;
    margin-bottom: 16px;
}
.doctor .doctor__box .text__box .item .item__text{
    line-height: 1.8;
    margin-bottom: 12px;
}
.doctor .doctor__box .text__box .item:first-of-type{
    margin-top: 32px;
    margin-bottom: 48px;
}
.doctor .doctor__box .text__box .item .box{
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.doctor .doctor__box .text__box .item .box:last-child{
    margin-bottom: 0;
}
.doctor .doctor__box .text__box .item .box .year{
    color: #b7a06f;
}
.doctor .doctor__box .text__box .item .box .text{
    line-height: 1.6;
    margin-bottom: 0;
}
.doctor .doctor__box .image__box{
    width: 32.3%;
}
.doctor .doctor__box .image__box .img{
    margin-bottom: 16px;
}
.doctor .doctor__box .image__box .position{
    color: #b7a06f;
    font-size: 16px;
    margin-bottom: 4px;
}
.doctor .doctor__box .image__box .name{
    font-size: 20px;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
    .doctor .doctor__box .text__box .doctor__list {
        flex-direction: column;
    }
    
    .doctor .doctor__box .text__box .doctor__item {
        min-width: 100%;
    }
}

/*各ページ共通*/
.page__menu__heading,
.common__menu__page,
.price{
    background-color: #f7f5f4;
}

.common__menu__page {
    padding-bottom: 0;
    padding-top: 160px;
}

.common__treatment__page{
    padding-top: 80px;
}

.common__menu__page .title__box {
    text-align: center;
}

.common__menu__page .title__box .title{
    font-family: "Noto Serif'", serif;
    font-size: 32px;
    letter-spacing: .1em;
    margin-bottom: 64px;
    position: relative;
    z-index: 0;
}

.common__menu__page .title__box .title::before {
    color: #fff;
    content: " Problem";
    display: block;
    font-family: "Cormorant", serif;
    font-size: clamp(5rem, 8.33vw, 7.5rem);
    left: 52%;
    letter-spacing: .1em;
    line-height: 1;
    position: absolute;
    top: -150%;
    transform: translateX(-50%);
    z-index: -1;
}

.common__menu__page .title__box .sub-title {
    font-size: 20px;
    letter-spacing: .1em;
    margin-bottom: 16px;
}

.common__menu__page .title__box .text {
    margin: 0 auto;
    width: 84.5%;
}

.common__menu__page .treatment__menu {
    margin-top: 72px;
    text-align: center;
}

.common__menu__page .treatment__menu .title {
    display: inline-block;
    font-family: "Noto Serif'", serif;
    font-size: 24px;
    letter-spacing: .1em;
    margin-bottom: 40px;
    position: relative;
}

.common__menu__page .treatment__menu .title::before,
.common__menu__page .treatment__menu .title::after {
    background-color: #b7a06f;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
}

.common__menu__page .treatment__menu .title::before {
    left: -69px;
}

.common__menu__page .treatment__menu .title::after {
    right: -69px;
}

.common__menu__page .treatment__menu .btn__box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0 auto 80px;
    width: 76.1627906977%;
}

.common__menu__page .treatment__menu .btn__box .btn {
    background-color: #b7a06f;
    border-radius: 10px;
    width: 246px;
}

.common__menu__page .treatment__menu .btn__box .btn .link {
    color: #fff;
}

.common__menu__page .menu__column .column__box {
    background-color: #fff;
    border-radius: 5px;
    padding: 80px;
}

.common__menu__page .menu__column .column__box .column__box__title,
.common__menu__page .menu__column .column__box .column__box__text,
.price .price__column .column__box .column__box__title {
    text-align: center;
}

.common__menu__page .menu__column .column__box .column__box__title,
.price .price__column .column__box .column__box__title{
    font-size: 20px;
    letter-spacing: .1em;
    margin-bottom: 56px;
    position: relative;
}

.common__menu__page .menu__column .column__box .column__box__title::after,
.price .price__column .column__box .column__box__title::after {
    background-color: #b7a06f;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: calc(100% + 16px);
    transform: translateX(-50%);
    width: 80px;
}

.common__menu__page .menu__column .column__box .column__box__text {
    margin-bottom: 40px;
}

.common__menu__page .menu__column .column__box .item .item__title {
    background-color: #f7f5f4;
    border-radius: 5px;
    color: #b7a06f;
    margin-bottom: 16px;
    padding: 10px 16px;
}

.common__menu__page .menu__column .column__box .efficacy .item__title,
.common__menu__page .menu__column .column__box .recommend .item__title,
.common__menu__page .menu__column .column__box .item__name .item__title {
    background-color: #f5f1e8;
    font-size: 18px;
    letter-spacing: .1em;
}

.common__menu__page .menu__column .column__box .efficacy .point__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.common__menu__page .menu__column .column__box .efficacy .point__list .point__item {
    align-items: center;
    display: flex;
    gap: 16px;
}

.common__menu__page .menu__column .column__box .efficacy .point__list .point__item .point {
    background-color: #f7f5f4;
    height: 80px;
    padding: 12px 19px;
    text-align: center;
    width: 80px;
}

.common__menu__page .menu__column .column__box .efficacy .point__list .point__item .point .title {
    color: #b7a06f;
    font-family: "Cormorant", serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1;
}

.common__menu__page .menu__column .column__box .efficacy .point__list .point__item .point .num {
    color: #b7a06f;
    font-family: "Cormorant", serif;
    font-size: 40px;
    letter-spacing: normal;
    line-height: 1;
}

.common__menu__page .menu__column .column__box .item__flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.common__menu__page .common__btn__boxes {
    margin-top: 120px;
    padding-bottom: 120px;
}

.common__treatment__page .menu__column .item__flex .item__text{
    width: 55.6%;
}

.common__treatment__page .menu__column .item__flex .img{
    width: 39.7%;
    height: 216px;
}

.common__treatment__page .menu__column .item__flex .img img{
    border-radius: 5px;
}

.common__treatment__page .menu__column .item{
    margin-bottom: 40px;
}

.common__treatment__page .menu__column .item:last-child{
    margin-bottom: 0;
}

.common__price__btn{
    width: 246px;
    text-align: center;
    margin: 40px auto 0;
}

/*各ページ*/
/*wrinkles*/
.wrinkles__column,
.ingrown-nails__column,
.bottom_column {
    background-image: url(../beauty-assets/img/common_menu__column_bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
}

.common__menu__page .wrinkles__column .botox-vista .item .item__text {
    margin-bottom: 32px;
}

.wrinkles__column .column__box:nth-child(2) {
    margin-top: 83px;
}

.common__menu__page .wrinkles__column .hyaluronic-acid .column__box__text,
.hifu .hifu__column .column__box .column__box__text {
    color: #b7a06f;
    font-size: 18px;
    letter-spacing: .1em;
}

.common__menu__page .wrinkles__column .hyaluronic-acid .item {
    gap: 12px;
    margin-bottom: 64px;
}

.common__menu__page .wrinkles__column .hyaluronic-acid .item .item__text {
    width: 61.9047619048%;
}

.common__menu__page .wrinkles__column .hyaluronic-acid .item .img {
    height: 169px;
    width: 40.4761904762%;
}

.common__menu__page .wrinkles__column .hyaluronic-acid .text {
    text-align: center;
}

/*eyelash*/

.eyelash {
    padding-top: 80px;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .column__box__text,
.faga .faga__column .column__box .column__box__text {
    color: #b7a06f;
    font-size: 18px;
    letter-spacing: .1em;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .item {
    margin-bottom: 40px;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .item:last-child {
    margin-bottom: 0;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .item__flex .item__text {
    width: 57.1%;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .item__flex .img {
    height: 216px;
    width: 40.4%;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .efficacy .item__text {
    margin-bottom: 16px;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .efficacy .check__list {
    align-items: center;
    display: flex;
    gap: 29px;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .efficacy .check__list .check__item .text,
.hifu .hifu__column .column__box .recommend .check__list .check__item .text,
.injections .injections__column .column__box .confirmation .check__list .check__item .text,
.ipl .ipl__column .column__box .recommend .check__list .check__item .text,
.pico-laser .pico-laser__column .column__box .recommend .check__list .check__item .text,
.plureal .plureal__column .column__box .recommend .check__list .check__item .text{
    letter-spacing: .04em;
    padding-left: 40px;
    position: relative;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .efficacy .check__list .check__item .text::before,
.hifu .hifu__column .column__box .recommend .check__list .check__item .text::before,
.injections .injections__column .column__box .confirmation .check__list .check__item .text::before,
.ipl .ipl__column .column__box .recommend .check__list .check__item .text::before,
.pico-laser .pico-laser__column .column__box .recommend .check__list .check__item .text::before,
.plureal .plureal__column .column__box .recommend .check__list .check__item .text::before{
    border-bottom: 2px solid #b7a06f;
    border-left: 2px solid #b7a06f;
    content: "";
    display: block;
    height: 8px;
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 17px;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .confirmation .unit {
    margin-bottom: 24px;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .confirmation .unit:nth-of-type(2) {
    margin-bottom: 32px;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .confirmation .unit .item__emphasis-text {
    border-bottom: 1px solid #e2dfde;
    color: #b7a06f;
    display: inline-block;
    margin-bottom: 4px;
    padding-bottom: 2px;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .confirmation .unit .item__text {
    padding-left: 1em;
    text-indent: -1em;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .confirmation .unit:nth-of-type(3) .item__text {
    font-size: 14px;
    letter-spacing: .125em;
}

.eyelash .eyelash__column .eyelash__hypotrichosis .caution .item__text {
    font-size: 12px;
    letter-spacing: .1em;
    padding-left: 1em;
    text-indent: -1em;
}

/*aga*/
.aga .aga__column .column__box .item {
    margin-bottom: 48px;
}

.aga .aga__column .column__box .item:last-child {
    margin-bottom: 0;
}

.aga .aga__column .column__box .item .item__text span {
    display: block;
    font-size: 12px;
    letter-spacing: .1em;
    margin-top: 8px;
}

.aga .aga__column .column__box .item:nth-of-type(2) .item__text span {
    margin-bottom: 16px;
}


/*faga*/
.faga .faga__column .column__box .item .item__text {
    width: 54.8%;
}

.faga .faga__column .column__box .item .img {
    width: 38.9%;
}

/*flaky-scalp*/

.flaky-scalp .menu__column .column__box .item {
    margin-bottom: 48px;
}

.flaky-scalp .menu__column .column__box .item:last-child {
    margin-bottom: 0;
}

.flaky-scalp .menu__column .column__box .item .item__title {
    margin-bottom: 24px;
}

.flaky-scalp .flaky-scalp__column .column__box .item .image__box {
    align-items: center;
    display: flex;
    margin-bottom: 16px;
}

.flaky-scalp .flaky-scalp__column .column__box .item .image__box .img {
    width: 280px;
}

/*hyperhidrosis*/
.hyperhidrosis .treatment__menu .btn__box {
    justify-content: center;
}

/*ingrown-nails*/

.ingrown-nails .title__box {
    margin-bottom: 80px;
}

.ingrown-nails .menu__column .column__box .item {
    margin-bottom: 48px;
}

.ingrown-nails .menu__column .column__box .item:last-child {
    margin-bottom: 0;
}

.ingrown-nails .menu__column .column__box .item .item__title {
    margin-bottom: 24px;
}

.ingrown-nails .ingrown-nails__column .column__box .item .img {
    margin-bottom: 16px;
}

.ingrown-nails .ingrown-nails__column .column__box .item:first-of-type .img {
    width: 480px;
}

.ingrown-nails .ingrown-nails__column .column__box .item:nth-of-type(2) .img {
    width: 280px;
}

.ingrown-nails .ingrown-nails__column .column__box .item .item__link {
    display: block;
    color: #b7a06f;
    font-size: 14px;
    margin-top: 16px;
}

/*mole_wart*/
.mole_wart .menu__column .column__box .column__box__title{
    margin-bottom: 64px;
}

.mole_wart .menu__column .item__flex .item__text{
    width: 61%;
}

.mole_wart .menu__column .item{
    margin-bottom: 48px;
}

.mole_wart .menu__column .column__box .flow__info__box{
    margin-bottom: 40px;
}

.mole_wart .menu__column .column__box .flow__info__box .flow__info{
    margin-bottom: 48px;
}

.mole_wart .menu__column .column__box .flow__info__box .flow__info .item__title{
    display: inline-block;
    color: #B7A06F;
    padding-bottom: 4px;
    border-bottom: 1px solid #b7a06f;
}

.mole_wart .menu__column .column__box .flow__info__box .flow__info .item__text{
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 4px;
}

.mole_wart .menu__column .column__box .confirmation .item__text{
    text-indent: -1em;
    padding-left: 1em;
}

.mole_wart .menu__column .column__box .item .emphasis{
    color:#B7A06F;
}

.mole_wart .menu__column .column__box .item .caution{
    margin-top: 8px;
}

.mole_wart .menu__column .column__box .item .caution .item__text{
    font-size: 14px;
}

/*hifu*/

.hifu .hifu__column .column__box .column__box__text:not(:first-of-type){
    margin-bottom: 16px;
}

.hifu .hifu__column .item__flex{
    gap: 56px;
}

.hifu .hifu__column:first-of-type .item:first-of-type{
    margin-bottom: 56px;
}

.hifu .hifu__column .item:nth-of-type(5){
    margin-bottom: 0;
}

.hifu .hifu__column .column__box .item .item__title{
    margin-bottom: 24px;
}

.hifu .hifu__column .recommend .check__list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hifu .hifu__column .column__box .recommend .check__list .check__item .text{
    line-height: 2;
}


.hifu .flow__box .flow__list{
    display: flex;
    gap: 24px;
    justify-content: center;
}

.hifu .flow__box .flow__list .item{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 22.9%;
    margin-bottom: 0;
}

.hifu .hifu__column:first-of-type .flow__box .flow__list .item{
    margin-bottom: 0;
}

.hifu .flow__box .flow__list .item .img{
    height: 136px;
}

.hifu .flow__box .flow__list .item .text__box{
    gap: 8px;
    margin-bottom: 16px;
}

.hifu .flow__box .flow__list .item .text__box .text{
    font-size: 16px;
    margin-top: 10px;
}

.bottom_column{
    margin-top: 80px;
}

.hifu .hifu__column:nth-of-type(2) .column__box:first-of-type{
    max-width: 800px;
    background-color: #F7F5F4;
    border: 3px solid #E5E0D4;
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto 120px;
}

.hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box{
    display: flex;
    justify-content: center;
    gap: 8px;
}

.hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box .area__list{
    width: 180px;
}

.hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box .area__list .area__item{
    padding-bottom: 8px;
    padding-left: 20px;
    border-bottom: 1px dashed #E2DFDE;
    margin-bottom: 8px;
    position: relative;
}

.hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box .area__list .area__item::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E2DFDE;;
    position: absolute;
    top: 38%;
    left: 0;
    transform: translateY(-50%);
}


.hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box .img{
    width: 180px;
    height: 279px;
}

.hifu .hifu__column:nth-of-type(2) .column__box:nth-of-type(2) .item__title{
    margin-bottom:  16px;
}

.hifu .hifu__column .column__box .caution{
    margin-top: 24px;
}

.hifu .hifu__column .column__box .caution .item__title{
    background-color: transparent;
    padding: 0;
}

.hifu .hifu__column .column__box .caution .item__text{
    font-size: 14px;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item{
    display: flex;
    gap: 48px;
    align-items: center;
    max-width: 872px;
    margin-bottom: 24px;
    position: relative;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 18px;
    background-image: url(../beauty-assets/img/under_arrow.webp);
    background-repeat: no-repeat;
    top: 114%;
    left: 49%;
    transform: translateY(-50%);
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item:last-of-type::after{
    content: none;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item:last-child{
    margin-bottom: 0;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .img{
    width: 20.6%;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .img img{
    border-radius: 10px;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box{
    width: 73.85%;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .step{
    font-size: 18px;
    font-family: "Cormorant";
    color: #B7A06F;
    margin-bottom: 8px;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .title{
    font-size: 20px;
    margin-bottom: 8px;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .text{
    width: 66.4%;
    font-size: 14px;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .btn{
    width: 175px;
    border: 1px solid #b7a06f;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 0;
    margin-top: 24px;
}

.common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .btn .link{
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    font-size: 15px;
    line-height: 1;
}

/*botox-injection*/

.botox-injection .botox-injection__column .recommend{
    margin-bottom: 48px;
}
.botox-injection .botox-injection__column .recommend:last-child{
    margin-bottom: 0;
}

.botox-injection .botox-injection__column .recommend .item__list{
    margin-bottom: 16px;
}

/*medical-hair-removal*/

.medical-hair-removal .medical-hair-removal__column .column__box .item{
    margin-bottom: 48px;
}

.medical-hair-removal .medical-hair-removal__column .column__box .item:first-of-type{
    margin-bottom: 56px;
}

/*laser-facial*/
.laser-facial .laser-facial__column .item__flex .img{
    width: 22%;
}

.laser-facial .laser-facial__column .column__box .item{
    margin-bottom: 48px;
}

.laser-facial .laser-facial__column .column__box .item:last-child{
    margin-bottom: 0;
}

/*peeling*/
.peeling .peeling__column .column__box .column__box__title{
    margin-bottom: 64px;
}

.peeling .peeling__column .column__box .item{
    margin-bottom: 48px;
}

.peeling .peeling__column .column__box .item:last-child{
    margin-bottom:0;
}

/*co2-laser*/

.co2-laser .co2-laser__column .column__box .confirmation .item__title{
    margin-bottom: 36px;    
}

.co2-laser .co2-laser__column .column__box .confirmation .item__flex{
    gap: 48px;
    margin-bottom: 56px;    
}

.co2-laser .co2-laser__column .column__box .confirmation .item__flex:last-child{
    margin-bottom: 0;
}

.co2-laser .co2-laser__column .column__box .confirmation .item__flex .img{
    width: 27.5%;
    height: 160px;
}

.co2-laser .co2-laser__column .column__box .confirmation .item__flex .text__box{
    width: 66.9%;
}

.co2-laser .co2-laser__column .column__box .confirmation .item__flex .text__box .box__heading{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    line-height: 1.1;
}

.co2-laser .co2-laser__column .column__box .confirmation .item__flex .text__box .box__heading .num{
    font-size: 48px;
    font-family: "Cormorant", serif;
    color: #B7A06F;
    position: relative;
}

.co2-laser .co2-laser__column .column__box .confirmation .item__flex .text__box .box__heading .num::before{
    content:"効果";
    display: block;
    font-size: 14px;
    font-family: "Cormorant", serif;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 60%;
    transform: translateX(-50%);
}

.co2-laser .co2-laser__column .column__box .confirmation .item__flex .text__box .box__heading .box__title{
    font-size: 16px;
}

/*injections*/
.injections .injections__column .column__box .item .item__title span{
    font-size: 14px;
}

.injections .injections__column .column__box .confirmation .check__list .check__item .text{
    margin-bottom: 16px;
}

/*cosmetics*/

.cosmetics .cosmetics__column .column__box{
    padding: 80px 105px;
}

.cosmetics .cosmetics__column .column__box .item .item__title{
    margin-bottom: 24px;
}

.cosmetics .cosmetics__column .column__box .column__box__title{
    margin-bottom: 64px;
}

.cosmetics .cosmetics__column .column__box .recommend .grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.cosmetics .cosmetics__column .column__box .recommend .grid .text{
    padding: 16px;
    border-bottom: 1px solid #F7F5F4;
}


/* 
.cosmetics .cosmetics__column .column__box .flex{
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}

.cosmetics .cosmetics__column .column__box .flex:last-of-type{
    margin-bottom: 0
}

.cosmetics .cosmetics__column .column__box .flex .item{
    width: 50%;
    margin-bottom: 0;
}

.cosmetics .cosmetics__column .column__box .recommend .item__title{
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cosmetics .cosmetics__column .column__box .item .img,
.cosmetics .cosmetics__column .column__box .item .img{
    width: 240px;
    height: 240px;
    margin: 0 auto 24px;
}


.cosmetics .cosmetics__column .column__box .other-series{
    width: 100%;
    margin-bottom: 48px;
}

.cosmetics .cosmetics__column .column__box .series__content{
    margin-top: 80px;
}

.cosmetics .cosmetics__column .column__box .other-series .item__title{
    font-size: 18px;
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F7F5F4;
    margin-bottom: 24px;
}

.cosmetics .cosmetics__column .column__box .series__content .item__title{
    font-size: 20px;
}

.cosmetics .cosmetics__column .column__box .series__content .item__text{
    font-size: 16px;
}

.cosmetics .cosmetics__column .column__box .other-series .list{
    margin-top: 24px;
}

.cosmetics .cosmetics__column .column__box .other-series .list li{
    color: #b7a06f;
    font-size: 16px;
} */

/*ipl*/

.ipl .ipl__column .column__box .column__box__title{
    margin-bottom: 64px;
}

.ipl .ipl__column  .item{
    margin-bottom: 48px;
}

.ipl .ipl__column .column__box .recommend .check__list .check__item .text{
    margin-bottom: 16px;
}

.ipl .bottom_column .column__box .treatment__flow,
.pico-laser .bottom_column .column__box .treatment__flow,
.plureal .bottom_column .column__box .treatment__flow{
    margin-bottom: 40px;
}

.ipl .menu__column .column__box .flow__info__box,
.pico-laser .menu__column .column__box .flow__info__box,
.plureal  .menu__column .column__box .flow__info__box{
    margin-bottom: 40px;
}

.ipl .menu__column .column__box .flow__info__box .flow__info,
.pico-laser .menu__column .column__box .flow__info__box .flow__info,
.plureal  .menu__column .column__box .flow__info__box .flow__info{
    margin-bottom: 16px;
}

.ipl .menu__column .column__box .flow__info__box .flow__info .item__title,
.pico-laser .menu__column .column__box .flow__info__box .flow__info .item__title,
.plureal .menu__column .column__box .flow__info__box .flow__info .item__title{
    display: inline-block;
    color: #B7A06F;
    padding-bottom: 4px;
    border-bottom: 1px solid #b7a06f;
}

.ipl .menu__column .column__box .flow__info__box .flow__info .item__text{
    text-indent: -1em;
    padding-left: 1em;
}

.ipl .menu__column .column__box .item .caution{
    margin-top: 24px;
}

.ipl .menu__column .column__box .item .caution .item__title{
    background-color: transparent;
    padding: 0;
    margin-bottom: 8px;
}

.ipl .menu__column .column__box .item .caution .item__text{
    font-size: 14px;
}


/*pico-laser*/

.pico-laser .pico-laser__column .column__box .column__box__title{
    margin-bottom: 64px;
}

.pico-laser .pico-laser__column  .item{
    margin-bottom: 48px;
}

.pico-laser .pico-laser__column .column__box .item .check__list {
    margin-top: 20px;
}

.pico-laser .pico-laser__column .column__box .item .check__list .check__item .text{
    margin-bottom: 16px;
}

.pico-laser .pico-laser__column .column__box .recommend:nth-of-type(3) .item__flex .item__text span{
    display: block;
    color: #B7A06F;
    margin-bottom: 24px;
}

.pico-laser .menu__column .column__box .flow__info__box .flow__info .item__text{
    margin-top: 4px;
}

.pico-laser .menu__column .column__box .confirmation .item__sub{
    margin-bottom: 24px;
}

.pico-laser .menu__column .column__box .confirmation .item__sub:last-child{
    margin-bottom: 0;
}

.pico-laser .menu__column .column__box .confirmation .item__sub .item__sub-title{
    display: inline-block;
    color: #b7a06f;
    border-bottom: 1px solid #b7a06f;
    margin-bottom: 4px;
}

.pico-laser .menu__column .column__box .item .caution .item__title,
.plureal .menu__column .column__box .item .caution .item__title{
    background-color: transparent;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 8px;
}

.pico-laser .menu__column .column__box .item .caution .item__text,
.plureal .menu__column .column__box .item .caution .item__text{
    font-size: 14px;
}

/*.plureal */
.plureal .plureal__column .column__box .item .check__list .check__item .text{
    margin-bottom: 16px;
}

.plureal .plureal__column .column__box .item .check__list .check__item:last-child .text{
    margin-bottom: 0;
}

/*.skin-rejuvenation */
.skin-rejuvenation .menu__column .item{
    margin-bottom: 48px;
}


/*修正*/
.page_error {
    height: 100vh;
    position: relative;
}

.page_error .box {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page_error .box h2 {
    font-size: 60px;
    letter-spacing: .1em;
    text-align: center;
}

.top_btn {
    margin-top: 25px;
    padding-left: 36px;
    width: 280px;
}

@media (hover: hover) {
    .header__nav .box .beauty__header__nav .lists .menu-item a:hover,
    .beauty__footer__nav__box .box .beauty__footer__nav .lists .menu-item a:hover {
        color: #b7a06f;
    }

    .header__nav .box .beauty__header__nav .lists .menu-item a:hover::after,
    .beauty__footer__nav__box .box .beauty__footer__nav .lists .menu-item a:hover::after {
        transform: scale(1,1);
    }

    .fv__side__box .link:first-child:hover .text {
        color: #b7a06f;
    }

    .fv__side__box .link:nth-child(2):hover .text {
        color: #5e5e5e;
    }

    .fv__side__box .link:hover::after {
        background-color: #fff;
        transform: translateY(-50%) scale(1);
        transition: transform .4s;
    }

    .top__banner .splide .splide__slide:hover {
        opacity: .4;
    }

    .top__menu .top__menu__box .symptoms .unit .menu__list .item .symptoms__link:hover {
        color: #b7a06f;
    }

    .top__menu .top__menu__box .symptoms .unit .menu__list .item .symptoms__link:hover::after {
        border-right: 1px solid #b7a06f;
        border-top: 1px solid #b7a06f;
    }

    .top__news .news__list .news__item .news__link:hover .title{
        color: #b7a06f;
    }

    .treatment__link:hover,
    .top__news .btn .link:hover,
    .common__menu__page .treatment__menu .btn__box .btn .treatment__link:hover {
        color: #b7a06f;
    }

    .treatment__link:hover::after,
    .top__news .btn .link:hover::after{
        background-color: #fff;
        transform: translateY(-50%) scale(1);
        transition: transform .4s;
    }

    .common__btn__boxes .btn__box:hover::before {
        transform: scale(1.2);
    }

    .common__btn__boxes .btn__box:hover::after {
        background-color: rgba(255, 255, 255, .7);
    }

    .common__btn__boxes .btn__box:hover .text__box .en-text,
    .common__btn__boxes .btn__box:hover .text__box .text {
        color: #5e5e5e;
    }

    .common__btn__boxes .btn__box:hover .text__box .text::before {
        background-color: #fff;
        border-color: #5e5e5e;
    }

    .common__btn__boxes .btn__box:hover .text__box .text::after {
        border-color: #5e5e5e;
    }

    .breadcrumb a:hover {
        color: #b7a06f;
    }

    .news__detail .post__pagination__box .btn:hover::after {
        left: 85%;
    }

    .news__detail .post__pagination__box .btn a:hover,
    .common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .btn .link:hover {
        color: #fff;
    }

    .news__detail .post__pagination__box .btn a:hover::after,
    .common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .btn .link:hover::after {
        background-color: #b7a06f;
        transform: translateY(-50%) scale(1);
        transition: transform .4s;
    }
}


@media screen and (max-width: 834px) {
    html {
        margin-top: 0 !important;
    }

    body {
        font-size: 14px;
    }

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .wrap {
        padding: 0 16px;
    }

    .breadcrumb {
        padding-left: 4.66%;
        top: 246px;
        flex-wrap: wrap;
    }

    /*header*/
    #beauty__header {
        top: 24px;
        width: 91.5vw;
    }

    .beauty__header .link .img {
        width: 249px;
    }

    .beauty__header .beauty__header__wrap {
        padding: 12px 8px;
    }

    .beauty__header .item .toggle {
        height: 36px;
        width: 38px;
    }

    .beauty__header .item .toggle span {
        width: 24px;
    }

    .beauty__header .item .toggle span:nth-of-type(1) {
        top: 11px;
    }

    .beauty__header .item .toggle span:nth-of-type(2) {
        top: 49%;
    }

    .beauty__header .item .toggle span:nth-of-type(3) {
        bottom: 11px;
    }

    .beauty__header .item .toggle.active span:nth-of-type(1) {
        top: 19px;
    }

    .beauty__header .item .toggle.active span:nth-of-type(3) {
        bottom: 15px;
    }

    .beauty__header .js-content {
        padding-bottom: 13px;
        padding-top: 8px;
    }


    .beauty__header .js-content .header__nav,
    .beauty__footer .beauty__footer__nav__box {
        flex-direction: column;
        gap: 16px;
    }

    .beauty__header .js-content .header__nav {
        margin-bottom: 0;
        padding-left: 13px;
        padding-right: 13px;
    }

    [data-device="iphone"] .beauty__header .header__nav {
        padding-bottom: calc(env(safe-area-inset-bottom) + 65px);
    }

    .header__nav .box:first-child .beauty__header__nav .lists,
    .beauty__footer__nav__box .box:first-child .beauty__footer__nav .lists {
        height: 132px;
    }

    .header__nav .box:first-child .beauty__header__nav .lists .menu-item,
    .beauty__footer__nav__box .box:first-child .beauty__footer__nav .lists .menu-item {
        min-width: 93px;
    }

    .header__nav .box:first-child .beauty__header__nav .lists .menu-item:first-child,
    .beauty__footer__nav__box .box:first-child .beauty__footer__nav .lists .menu-item:first-child {
        order: 1;
    }

    .header__nav .box:first-child .beauty__header__nav .lists .menu-item:nth-child(2),
    .beauty__footer__nav__box .box:first-child .beauty__footer__nav .lists .menu-item:nth-child(2) {
        order: 4;
    }

    .header__nav .box:first-child .beauty__header__nav .lists .menu-item:nth-child(3),
    .beauty__footer__nav__box .box:first-child .beauty__footer__nav .lists .menu-item:nth-child(3) {
        order: 2;
    }

    .header__nav .box:first-child .beauty__header__nav .lists .menu-item:nth-child(4),
    .beauty__footer__nav__box .box:first-child .beauty__footer__nav .lists .menu-item:nth-child(4) {
        order: 5;
    }

    .header__nav .box:first-child .beauty__header__nav .lists .menu-item:nth-child(5),
    .beauty__footer__nav__box .box:first-child .beauty__footer__nav .lists .menu-item:nth-child(5) {
        order: 6;
    }

    .header__nav .box:first-child .beauty__header__nav .lists .menu-item:nth-child(6),
    .beauty__footer__nav__box .box:first-child .beauty__footer__nav .lists .menu-item:nth-child(6) {
        order: 7;
    }

    .header__nav .box:first-child .beauty__header__nav .lists .menu-item:nth-child(7),
    .beauty__footer__nav__box .box:first-child .beauty__footer__nav .lists .menu-item:nth-child(7) {
        order: 3;
        margin-bottom: 20px;
    }

    .header__nav .box .beauty__header__nav .lists .menu-item a,
    .beauty__footer__nav__box .box .beauty__footer__nav .lists .menu-item a {
        font-size: 12px;
    }

    .js-content .common__btn__boxes {
        display: none;
    }


    /*fv*/

    .beauty__fv {
        background-image: url(../beauty-assets/img/sp_beauty_fv.webp);
        height: 136vw;
    }

    .fv__title__box {
        left: 4.26%;
    }

    .fv__title__box .title {
        font-size: 24px;
    }


    .fv__title__box .title span {
        font-size: 40px;
    }

    .fv__side__box {
        bottom: 0;
        display: flex;
        top: auto;
        width: 100%;
        z-index: 99;
    }

    .fv__side__box .link {
        width: 100%;
    }

    .fv__side__box .link .img {
        margin: 0 auto;
    }

    .fv__side__box .link:nth-child(2) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 5px;
    }

    .top__banner {
        padding-bottom: 0;
        padding-top: 56px;
    }

    .top__banner .splide .splide__slide {
        width: 144px !important;
    }

    .top__banner .campaign .img {
        height: 95px;
    }

    .top__menu {
        background-image: url(../beauty-assets/img/sp_beauty_top_menu_bg.webp);
        margin-top: 56px;
        padding-bottom: 56px;
        padding-top: 40px;
        position: relative;
        z-index: 0;
    }

    .beauty__top-page .top__title__box {
        margin-bottom: 48px;
    }

    .beauty__top-page .top__title__box .sec__title {
        font-size: 32px;
    }

    .beauty__top-page .top__title__box .img {
        height: 10px;
        width: 156px;
    }

    .top__menu .top__menu__box .symptoms {
        margin-bottom: 48px;
    }

    .top__menu .top__menu__box .symptoms .title,
    .top__menu .top__menu__box .treatment .title {
        font-size: 16px;
        margin-bottom: 24px;
        padding-left: 57px;
    }

    .top__menu .top__menu__box .symptoms .title::before,
    .top__menu .top__menu__box .treatment .title::before {
        width: 46px;
    }

    .top__menu .top__menu__box .symptoms .unit___box {
        flex-direction: column;
        gap: 24px;
    }

    .top__menu .top__menu__box .symptoms .unit {
        align-items: center;
        height: auto;
        padding-bottom: 22px;
        padding-top: 22px;
        width: 100%;
    }

    .top__menu .top__menu__box .symptoms .unit:first-of-type {
        padding-left: 16px;
        padding-right: 16px;
    }

    .top__menu .top__menu__box .symptoms .unit:first-of-type .img {
        width: 37.3%;
    }

    .top__menu .top__menu__box .symptoms .unit:first-of-type .menu__list {
        width: 52.7%;
    }

    .top__menu .top__menu__box .symptoms .unit:nth-of-type(2) {
        padding-left: 16px;
        padding-right: 0;
    }

    .top__menu .top__menu__box .symptoms .unit:nth-of-type(2) .img {
        width: 44.6%;
    }

    .top__menu .top__menu__box .symptoms .unit:nth-of-type(2) .menu__list {
        width: 50%;
    }

    .top__menu .top__menu__box .symptoms .unit .menu__list {
        width: 47.8%;
    }

    .top__menu .top__menu__box .symptoms .unit .menu__list .item .symptoms__link {
        font-size: 12px;
    }

    .top__menu .top__menu__box .symptoms .unit .menu__list .item .symptoms__link::after {
        height: 8px;
        width: 8px;
    }

    .top__menu .top__menu__box .treatment .menu__list .item,
    .price .menu__list .item{
        width: 47.5%;
    }

    .top__menu .top__menu__box .treatment .menu__list .item .link,
    .price .menu__list .item .link{
        font-size: 12px;
    }

    /*flow*/

    .top__flow {
        padding-bottom: 56px;
        padding-top: 56px;
        position: relative;
        z-index: 0;
    }

    .top__flow .top__flow__box {
        margin-bottom: 56px;
    }

    .top__flow .top__flow__box .flow__list {
        flex-direction: column;
        gap: 48px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .top__flow .top__flow__box .flow__list .item {
        width: 100%;
    }

    .top__flow .top__flow__box .flow__list .item::after {
        height: 53px;
        left: 50%;
        top: 100%;
        transform: translateX(-50%) rotate(90deg);
    }

    .top__flow .top__flow__box .flow__list .item .img {
        max-width: none;
        width: 100%;
    }

    .top__flow .top__flow__box .flow__list .item .text__box{
        justify-content: center;
    }

    .top__flow .top__flow__box .flow__list .item .text__box .text {
        font-size: 16px;
    }

    .common__btn__boxes {
        flex-direction: column;
    }

    .common__btn__boxes .btn__box {
        height: 183px;
        width: 100%;
    }

    .common__btn__boxes .btn__box:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .common__btn__boxes .btn__box:nth-child(2) {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 0;
    }

    .common__btn__boxes .btn__box:nth-child(1) .text__box,
    .common__btn__boxes .btn__box:nth-child(2) .text__box {
        width: 87.7%;
    }

    .common__btn__boxes .btn__box .text__box .en-text {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .common__btn__boxes .btn__box .text__box .text {
        font-size: 16px;
    }

    .common__btn__boxes .btn__box .text__box .text::before {
        height: 26px;
        width: 26px;
    }

    .common__btn__boxes .btn__box .text__box .text::after {
        height: 8px;
        right: 11px;
        width: 8px;
    }

    .top__news{
        padding-bottom: 56px;
    }

    .top__news .news__list .news__item .news__link{
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .top__news .news__list .news__item .news__link .title{
        width: 100%;
    }

    .top__news .news__list{
        margin: 0 auto 48px;
    }

    .common__access {
        padding-bottom: 56px;
        padding-top: 56px;
    }

    .common__access .access__box {
        flex-direction: column;
        gap: 48px;
    }

    .common__access .access__box .info,
    .common__access .access__box .map {
        width: 100%;
    }

    .common__access .access__box .info .img {
        max-width: 400px;
        width: 100%;
    }

    .common__access .access__box .info .text__box .text {
        font-size: 14px;
        letter-spacing: .1em;
    }

    .common__access .access__box .schedule-table thead th,
    .common__access .access__box .schedule-table tbody td {
        font-size: 12px;
    }

    .common__access .access__box .schedule-table thead th {
        padding: 5px 11px;
    }

    .common__access .access__box .schedule-table thead th:first-child {
        padding: 6px 14px 5px 16px;
    }

    .common__access .access__box .schedule-table thead th:last-child {
        padding: 2px;
    }

    .common__access .access__box .schedule-table tbody tr td {
        padding: 17px 11px;
    }

    .common__access .access__box .schedule-table tbody tr td:first-child {
        padding: 5px 3px;
        width: 86px;
    }

    .common__access .access__box .schedule-table tbody tr:nth-child(2) td:first-child {
        font-size: 11px;
    }

    .common__access .access__box .schedule-table .circle {
        height: 13px;
        width: 13px;
    }

    .common__access .access__box .schedule-table tbody .close {
        font-size: 13px;
    }

    .common__access .access__box .info .transportation .train .img__box {
        height: 173px;
        padding: 54px 16px;
        width: 59%;
    }

    .common__access .access__box .info .transportation .box .img__box .img {
        margin: 0 auto;
    }

    .common__access .access__box .info .transportation .box .text__box {
        padding-left: 16px;
        padding-right: 16px;
    }

    .common__access .access__box .info .transportation .unit .box {
        height: 206px;
        width: 47.2%;
    }

    .common__access .access__box .info .transportation .unit .box .text {
        padding: 16px 8px;
    }

    .common__access .access__box .map .img {
        margin-bottom: 8px;
    }

    .beauty__footer {
        padding-top: 56px;
    }

    .beauty__footer .beauty__footer__box {
        flex-direction: column;
    }

    .beauty__footer .beauty__footer__nav__box {
        margin-bottom: 80px;
    }

    .beauty__footer .beauty__footer__box .img {
        margin-bottom: 16px;
        max-width: 400px;
        width: 100%;
    }

    .beauty__footer .beauty__footer__box .text {
        font-size: 14px;
    }

    .beauty__footer .beauty__footer__box .text:first-of-type {
        margin-bottom: 16px;
    }

    .beauty__footer__copy {
        padding-bottom: 99px;
    }

    /*共通*/

    .beauty__page__heading {
        background-image: url(../beauty-assets/img/sp_beauty_page_fv_bg.webp);
        height: 240px;
    }

    .beauty__page__heading .beauty__page__heading__box {
        padding-top: 124px;
        text-align: center;
    }

    .beauty__page__heading .beauty__page__heading__box .page__section__title {
        font-size: 40px;
        margin-bottom: 0;
    }

    .beauty__page__heading .beauty__page__heading__box .page__section__sub__title {
        margin-top: -10px;
    }


    .common__page {
        padding-top: 76px;
    }

    .common__menu__page .menu__column .column__box .item__flex {
        flex-direction: column-reverse;
        gap: 24px;
    }


    /*各ページ*/

    /*news*/
    .news,
    .news__detail{
        padding-bottom: 56px;
    }

    .news__lists__box .lists{
        margin: 0 auto 101px;
    }

    .news__lists__box .lists .item {
        width: 100%;
    }

    .news__lists__box .lists .item .post__title {
        font-size: 14px;
    }


    .news__detail .news__post time {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .news__detail .news__post .post__title {
        font-size: 24px;
        padding-bottom: 8px;
    }

    .news__detail .news__post .post__img {
        height: 180px;
        width: 100%;
    }

    .news__detail .news__post .post__content h3 {
        font-size: 20px;
    }

    .news__detail .news__post .post__content h4 {
        font-size: 18px;
    }

    .news__detail .news__post .post__content p {
        margin-bottom: 40px;
    }

    .news__detail .post__pagination__box {
        margin-top: 56px;
    }

    .news__detail .post__pagination__box .btn {
        width: 207px;
    }

    .news__detail .post__pagination__box .btn a {
        font-size: 15px;
    }

    /*price*/

    .price .caution{
        text-align: left;
        margin-bottom: 56px;
        font-size: 14px;
    }

    .price .price__column{
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .price .price__column .column__box .menu__price__list .title{
        font-size: 14px;
    }

    .price .price__column .column__box .menu__price__list .menu__item{
        padding: 0 0 8px;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .price .price__column .column__box .menu__price__list .accordion__content{
        margin-top: 24px;
    }




    /*menu*/
    .common__menu__page .title__box {
        margin-top: 48px;
    }

    .common__menu__page .title__box .title{
        margin-bottom: 40px;
    }

    .common__menu__page .title__box .title::before{
        top: -80%;
    }

    .common__menu__page .title__box .text {
        text-align: left;
        width: 100%;
    }

    .common__menu__page .treatment__menu {
        margin-top: 48px;
    }

    .common__menu__page .treatment__menu .title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .common__menu__page .treatment__menu .title::before,
    .common__menu__page .treatment__menu .title::after {
        width: 32px;
    }

    .common__menu__page .treatment__menu .title::before {
        left: -48px;
    }

    .common__menu__page .treatment__menu .title::after {
        right: -48px;
    }

    .common__menu__page .treatment__menu .btn__box {
        gap: 16px;
        justify-content: center;
        margin: 0 auto 56px;
    }

    .common__menu__page .menu__column .column__box {
        padding: 40px 16px;
    }

    .common__menu__page .menu__column .column__box .column__box__title {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .common__menu__page .menu__column .column__box .column__box__title::after {
        top: calc(100% + 8px);
    }

    .common__menu__page .menu__column .column__box .item .item__title {
        font-size: 16px;
    }

    .common__menu__page .common__btn__boxes {
        margin-top: 56px;
        padding-bottom: 56px;
    }

    
    .common__treatment__page .menu__column .item__flex .item__text{
        width: 100%;
    }

    .common__treatment__page .menu__column .item__flex .img{
        width: 100%;
        height: 57.6vw;
    }

    .wrinkles .wrinkles__column .column__box {
        padding: 40px 32px;
    }

    .wrinkles__column,
    .ingrown-nails__column,
    .bottom_column {
        background-image: url(../beauty-assets/img/sp_common_menu__column_bg.webp);
        padding-top: 56px;
    }

    .wrinkles__column,
    .botox-vista .column__box__text {
        text-align: left !important;
    }

    .common__menu__page .wrinkles__column .botox-vista .item .item__text {
        margin-bottom: 24px;
    }

    .common__menu__page .menu__column .column__box .efficacy .point__list {
        gap: 24px;
    }

    .common__menu__page .menu__column .column__box .efficacy .point__list .point__item {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .common__menu__page .menu__column .column__box .efficacy .point__list .point__item .point {
        height: 64px;
        padding: 7px 10px;
        width: 64px;
    }

    .common__menu__page .menu__column .column__box .efficacy .point__list .point__item .point .num {
        margin-top: -10px;
    }

    .wrinkles__column .column__box:nth-child(2) {
        margin-top: 40px;
        padding: 40px 16px;
    }

    .common__menu__page .wrinkles__column .hyaluronic-acid .column__box__text,
    .common__menu__page .menu__column .column__box .column__box__text{
        font-size: 16px;
        margin-bottom: 32px;
        text-align: center;
    }

    .common__menu__page .wrinkles__column .hyaluronic-acid .item {
        flex-direction: column-reverse;
        margin-bottom: 32px;
    }

    .common__menu__page .wrinkles__column .hyaluronic-acid .item .img,
    .common__menu__page .wrinkles__column .hyaluronic-acid .item .item__text {
        height: auto;
        width: 100%;
    }

    .common__menu__page .wrinkles__column .hyaluronic-acid .text {
        text-align: left;
    }

    /*eyelash*/

    .eyelash .eyelash__column .eyelash__hypotrichosis .column__box__text,
    .faga .faga__column .column__box .column__box__text {
        font-size: 16px;
    }

    .eyelash .eyelash__column .eyelash__hypotrichosis .efficacy .check__list .check__item .text,
    .hifu .hifu__column .column__box .recommend .check__list .check__item .text,
    .injections .injections__column .column__box .confirmation .check__list .check__item .text,
    .ipl .ipl__column .column__box .recommend .check__list .check__item .text,
    .pico-laser .pico-laser__column .column__box .recommend .check__list .check__item .text{
        padding-left: 32px;
    }

    .eyelash .eyelash__column .eyelash__hypotrichosis .efficacy .check__list .check__item .text::before,
    .hifu .hifu__column .column__box .recommend .check__list .check__item .text::before,
    .injections .injections__column .column__box .confirmation .check__list .check__item .text::before,
    .ipl .ipl__column .column__box .recommend .check__list .check__item .text::before,
    .pico-laser .pico-laser__column .column__box .recommend .check__list .check__item .text::before{
        left: 0;
    }

    /*mole_wart*/

    .mole_wart .menu__column .item{
        margin-bottom: 40px;
    }

    .mole_wart .menu__column .column__box .flow__info__box .flow__info{
        margin-bottom: 16px;
    }

    .mole_wart .menu__column .column__box .item .caution{
        margin-top: 16px;
    }

    .mole_wart .menu__column .column__box .item .caution .item__text{
        font-size: 12px;
    }

    /*メニューによって余白カスタム*/
    .eyelash .eyelash__column .column__box .column__box__title {
        margin-bottom: 48px;
    }

    .eyelash .eyelash__column .eyelash__hypotrichosis .item__flex .img,
    .eyelash .eyelash__column .eyelash__hypotrichosis .item__flex .item__text {
        width: 100%;
    }

    .eyelash .eyelash__column .eyelash__hypotrichosis .efficacy .check__list {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .eyelash .eyelash__column .eyelash__hypotrichosis .efficacy .item__text {
        font-size: 16px;
    }

    .eyelash .eyelash__column .eyelash__hypotrichosis .efficacy .check__list .check__item .text {
        padding-left: 40px;
    }

    .eyelash .eyelash__column .eyelash__hypotrichosis .efficacy .check__list .check__item .text::before {
        left: 5px;
    }

    .eyelash .eyelash__column .eyelash__hypotrichosis .confirmation .unit .item__emphasis-text,
    .eyelash .eyelash__column .eyelash__hypotrichosis .confirmation .unit:not(:nth-of-type(3)) .item__text {
        font-size: 16px;
    }

    .eyelash .eyelash__column .eyelash__hypotrichosis .confirmation .unit {
        margin-bottom: 16px;
    }

    /*巻き爪*/
    .ingrown-nails .ingrown-nails__column .column__box .item:first-of-type .img{
        width: 100%;
        margin: 0 auto 16px;
    }

    .ingrown-nails .ingrown-nails__column .column__box .item:nth-of-type(2) .img{
        width: 74vw;
        margin: 0 auto 16px;
    }

    .common__treatment__page .menu__column .column__box .column__box__title{
        margin-bottom: 48px;
    }

    .common__treatment__page .menu__column .column__box .column__box__text{
        margin-bottom: 40px;
    }

    .hifu .hifu__column .column__box .column__box__text:not(:first-of-type){
        margin-bottom: 24px;
    }

    .hifu .hifu__column:first-of-type .item:first-of-type{
        margin-bottom: 40px;
    }

    .hifu .hifu__column .item__flex .img{
        width: 81.9%;
        height: 43.2vw;
    }

    .hifu .flow__box .flow__list{
        flex-direction: column;
        gap: 24px;
    }

    .hifu .flow__box .flow__list .item{
        width: 100%;
    }

    .hifu .flow__box .flow__list .item .img{
        width: 64.3%;
        margin: 0 auto;
    }

    .hifu .flow__box .flow__list .item .text__box{
        margin-bottom: 8px;
    }

    .hifu .hifu__column .column__box .recommend .check__list .check__item .text{
        line-height: 1.7;
    }

    .bottom_column{
        margin-top: 56px;
    }

    .hifu .hifu__column:nth-of-type(2) .column__box:first-of-type{
        margin: 0 auto 56px;
    }

    .hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box{
        flex-wrap: wrap;
    }

    .hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box .area__list{
        width: 47.5%;
    }

    .hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box .area__list:first-of-type{
        order: 1;
    }

    .hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box .area__list:nth-of-type(2){
        order: 2;
    }

    .hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box .area__list .area__item{
        padding-left: 12px;
        text-wrap: nowrap;
    }

    .hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box .area__list .area__item::before{
        width: 8px;
        height: 8px;
    }

    .hifu .hifu__column:nth-of-type(2) .column__box .hifu__image__box .img{
        width: 135px;
        height: auto;
        order: 3;
    }

    .hifu .hifu__column .column__box .caution .item__title{
        font-size: 14px;
        margin-bottom: 8px !important;
    }

    .hifu .hifu__column .column__box .caution .item__text{
        font-size: 12px;
    }

    .common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item{
        flex-direction: column;
        gap: 10px;
        margin-bottom: 38px;
    }

    .common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item::after{
        top: 108%;
        left: 47%;
    }

    .common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .img{
        width: 57.9%;
    }

    .common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }

    .common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .step{
        display: inline-block;
        margin-right: 16px;
    }

    .common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .title{
        width: 73%;
        font-size: 16px;
        display: inline-block;
    }

    .common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .text{
        width: 100%;
    }

    .common__treatment__page .menu__column .column__box .treatment__flow .treatment__flow__item .text__box .btn{
        margin: 16px auto 0;
    }

     /*faga*/
    .faga .faga__column .column__box .item .item__text {
        width: 100%;
    }

    .faga .faga__column .column__box .item .img {
        width: 100%;
    }


    /*botox-injection*/
    .botox-injection .botox-injection__column .recommend .item__list{
        font-size: 16px;
        padding-left: 1.3em;
        text-indent: -1em;
    }

    .botox-injection .botox-injection__column .recommend{
        margin-bottom: 40px;
    }

    /*medical-hair-removal*/
    .medical-hair-removal .medical-hair-removal__column .column__box .item{
        margin-bottom: 40px;
    }

    .medical-hair-removal .medical-hair-removal__column .column__box .item .item__title{
        padding: 10px 12px 10px 16px;
    }

    /*laser-facial*/
    .laser-facial .laser-facial__column .item__flex .img{
        width: 61.7%;
    }

    .laser-facial .laser-facial__column .column__box .item{
        margin-bottom: 40px;
    }

    /*peeling*/

    .peeling .peeling__column .column__box .item{
        margin-bottom: 40px;
    }

    /*massage-peel*/
    .massage-peel .massage-peel__column .item:last-child .item__flex{
        flex-direction: column;
    }

     /*co2-laser*/

    .co2-laser .co2-laser__column .column__box .item__flex{
        flex-direction: column;
    }

    .co2-laser .co2-laser__column .column__box .confirmation .item__flex{
        flex-direction: column;
        gap: 16px;
        margin-bottom: 40px;
    }

    
    .co2-laser .co2-laser__column .column__box .confirmation .item__flex .img{
        width: 77.1%;
    }
        
    .co2-laser .co2-laser__column .column__box .confirmation .item__flex .text__box{
        width: 100%;
    }

    /*injections*/
    .injections .injections__column .column__box .item .item__title span{
        display: block;
        margin-top: -5px;
        font-size: 12px;
    }
    
    .injections .injections__column .column__box .confirmation .check__list .check__item .text{
        line-height: 1.71;
        margin-bottom: 8px;
    }

    /*cosmetics*/

    .cosmetics .cosmetics__column .column__box .recommend .grid{
        grid-template-columns: auto;
        gap: 0;
    }

    .common__menu__page .menu__column .column__box .item .item__title{
        font-size: 14px;
    }

    .cosmetics .cosmetics__column .column__box .recommend .grid .text{
        padding: 8px 0 12px;
        margin-bottom: 24px;
    }

    .cosmetics .cosmetics__column .column__box .recommend .grid .text:first-child{
        padding-top: 0;
    }

    .cosmetics .cosmetics__column .column__box .recommend:first-of-type .grid .text__box:first-of-type .text:last-child{
        margin-bottom: 24px;
    }

    .cosmetics .cosmetics__column .column__box .recommend .grid .text:last-child{
        margin-bottom: 0;
    }


    /* .cosmetics .cosmetics__column .column__box .flex{
        flex-direction: column;
    }

    .cosmetics .cosmetics__column .column__box .flex .item{
        width: 100%;
    }

    .cosmetics .cosmetics__column .column__box .item .item__title{
        height: 64px;
        padding: 8px 16px;
    }

    .cosmetics .cosmetics__column .column__box .series__content .item__title{
        font-size: 20px;
    }

    .cosmetics .cosmetics__column .column__box .series__content{
        margin-top: 40px;
    }

    .cosmetics .cosmetics__column .column__box .sunsorit .flex{
        margin-bottom: 40px;
    } */


    /*ipl*/
    .ipl .ipl__column .item{
        margin-bottom: 40px;
    }

    .ipl .ipl__column .item__flex .img{
        padding-left: 60px;
    }

    .ipl .menu__column .column__box .item .caution .item__text{
        font-size: 12px;
    }

    .ipl .ipl__column .column__box .recommend .check__list .check__item .text{
        margin-bottom: 12px;
    }

    .ipl .bottom_column{
        margin-top: 16px;
    }

    .ipl .menu__column .column__box .item .caution .item__title{
        font-size: 14px;
        margin-bottom: 16px;
    }

    /*pico-laser*/

    .pico-laser .pico-laser__column .item{
        margin-bottom: 40px;
    }

    .pico-laser .pico-laser__column .column__box .item .check__list{
        margin-top: 10px;
    }

    .pico-laser .pico-laser__column .column__box .item .check__list .check__item .text{
        margin-bottom: 8px;
    }

    .pico-laser .pico-laser__column .column__box .recommend:nth-of-type(3) .item__flex .item__text span{
        margin-bottom: 16px;
    }

    .pico-laser .menu__column .column__box .confirmation .item__sub{
        margin-bottom: 16px;
    }
    
    .pico-laser .menu__column .column__box .item .caution .item__title,
    .plureal .menu__column .column__box .item .caution .item__title{
        font-size: 14px;
    }

    .pico-laser .menu__column .column__box .item .caution .item__text,
    .plureal .menu__column .column__box .item .caution .item__text{
        font-size: 12px;
    }

    /*.plureal */
    .plureal .plureal__column .column__box .item .check__list .check__item .text{
        margin-bottom: 8px;
    }
    
    .skin-rejuvenation .menu__column .item{
        margin-bottom: 40px;
    }
    

/*医師紹介*/
.doctor{
    padding-top: 126px;
    padding-bottom: 56px;
}

.doctor .doctor__box{
    flex-direction: column;
    gap: 32px;
}

.doctor .title__box .title {
    margin-bottom: 40px;
}

.doctor .title__box .title::before {
    top: -80%;
}

.doctor .doctor__box .text__box{
    width: 100%;
}

.doctor .doctor__box .text__box .title{
    font-size: 16px;
}

.doctor .doctor__box .text__box .item .item__title{
    font-size: 16px;
}

.doctor .doctor__box .text__box .item .box{
    gap: 12px;
}

.doctor .doctor__box .image__box{
    width: 100%;
}

}
/*# sourceMappingURL=style.css.map */
