:root {
    --base-width: 100vw;
    --middle-width: 100%;
    --font-main: heisei-kaku-gothic-std, sans-serif;
    --font-e: futura-pt, futura-pt-bold, sans-serif;
    --font-j-point: 'Sans Serif JP', sans-serif;
    --p-color-01: #2b2b2b;
    --p-color-02: #746E6C;
    --p-color-03: #f0f0f0;
    --p-color-00: #ffffff;
    --s-color-01: #F9E85D;
    --s-color-02: #FFFFCD;
    --t-color-01: #CA8592;
    --t-color-02: #F1CDD5;
    --t-color-03: #FBF2F4;
    --t-color-04: #FDFAFC;
    --t-color-11: #97CDD8;
    --t-color-12: #D5EAEE;
    --boxes-shadow-01: 1px 1px 6px 0px rgba(101, 97, 97, 0.2);
    --boxes-shadow-02: 2px 2px 6px 0px rgb(51, 51, 51, 0.40);
}

p {
	height: auto;
    letter-spacing: 0.06em;
    color: var(--p-color-01);
    font-family: var(--font-main);
    font-style: normal;
    line-height: 1.8;
    font-weight: 300;
    font-size: 0.9rem;
    vertical-align: bottom;
    margin-bottom: 1rem;
    padding: 0;
    text-decoration: none;
}

#bg-sphide {
    background-image: url(/wp-content/uploads/tokyo_hall_2.jpg);
}

.blur-layer {
	position: absolute;
	inset: 0;
	backdrop-filter: blur(0.5rem);
	background-color: rgba(255, 255, 255, 0.4); /* ← 白っぽさを加える！ */

}

#mdbotox-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 0 0 0;
}

.mdbotox-top-area {
	position: relative;
}

.mdbotox-top-img {
	display: flex;
	width: 100%;
	padding: 0 1rem 0 0;
	position: relative;
	margin-bottom: 60px;
}

.mdbotox-top-img::after {
	content: ""; 
	width: calc(100% - 1rem);
	height: 100%;
	display: block;
	background: linear-gradient(0deg, var(--p-color-03, #F0F0F0) 0%, rgba(240, 240, 240, 0) 8%);
	position: absolute;
	top: 0;
	left: 0;
}

.mdbotox-top-img > img {
	border-radius: 30px 30px 0 0;
	position: relative
}

.mdbotox-titles {
	width: 100%;
	padding: 0 0 0 1rem;
    position: absolute;
	bottom: 0;
}

.mdbotox-titles-area {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	clip-path: polygon(
    	0 2.5rem,     /* 左上を少し下げる */
    	100% 0,     /* 右上 */
    	100% 100%,  /* 右下 */
    	0 100%      /* 左下 */
	);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: var(--p-color-00);
	width: 100%;
	padding: 3rem 1.8rem 2.8rem 3rem;
}

.mdbotox-titles-box {
	display: flex;
    flex-direction: column;
	align-items: center;
	width: fit-content;
}

.mdbotox-h1-en,
.mdbotox-h1-en > span {
	display: flex;
    flex-direction: column;
    align-items: center;
	font-family: var(--font-e);
	font-weight: 500;
	line-height: 1.4;
}

.mdbotox-h1-en {
	font-size: 1.5rem;
}

.mdbotox-h1-en > span {
	font-size: 1.25rem;
}

.mdbotox-h1-jp {
	color: var(--p-color-01);
	text-align: center;
	font-family: var(--font-main);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 300;
	margin: 0.3rem 0 0 0;
}

.mdbotox-desctriptioin-section {
	padding: 60px 0;
}

.mdbotox-desctriptioin-block {
	margin-bottom: 2rem;
}

.mdbotox-tabs-title,
.mdbotox-simple-pi {
	color: var(--t-color-01);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 0;
}

.mdbotox-simple-bl {
	color: var(--p-color-01);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.mdbotox-tabs-title {
	background-color: var(--p-color-00);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	display: flex;
	padding: 0.7rem 1.6rem 0rem 1.6rem;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 0;
	max-width: calc(100% - 32px);
	letter-spacing: 0.05em;
}


.mdbotox-tabs-box {
	display: flex;
	flex-direction: column;
	background-color: var(--p-color-00);
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	display: flex;
	padding: 1.5rem;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
}

.mdbotox-tabs-box img {
	border-radius: 25px;
	margin-bottom: 0.9rem;
}

.mdbotox-notes {
	font-size: 0.7rem;
}

.mdbotox-h-centers > .mdbotox-notes {
	margin-top: 0.5rem;
}

.mdbotox-reserve-btn {
	display: flex;
	background-color: var(--t-color-01);
	border-radius: 0.7rem;
	padding: 0.8rem 2.5rem;
	align-items: center;
	gap: 0.5rem;
	box-shadow: 0px 2px 2px 0px rgba(43, 43, 43, 0.25);
}

.mdbotox-reserve-btn > span {
	color: var(--p-color-00);
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    gap: 0.5em;
	align-items: center;
}

.mdbotox-reserve-btn > span::after {
	font-family: 'FontAwesome';
	content: "\f073";
	font-size: 1em;
	vertical-align: middle;
}

#mdbotox-ranking {
	width: 100vw;
	padding: 60px 0;
	background-color: var(--p-color-00);
}

.mdbotox-h-centers {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 2rem;
}

.mdbotox-h-ranking,
.mdbotox-h-case {
	display: flex;
    gap: 0.3em;
}

.mdbotox-h-ranking::before {
	font-family: 'FontAwesome';
	content: "\f521";
	font-size: 1em;
	vertical-align: middle;
}

.mdbotox-h-case::before {
	font-family: 'FontAwesome';
	content: "\f302";
	font-size: 1em;
	vertical-align: middle;
}

#mdbotox-ranking-block {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
	/* grid-auto-columns: 80vw; */
    gap: 0.8rem;
    overflow-x: scroll;
    padding: 0.8rem;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
	align-items: stretch;
	overflow-x: auto;
	-ms-overflow-style: none; 
	scrollbar-width: none; 
	margin-bottom: 40px;
}

#mdbotox-ranking-block::-webkit-scrollbar {
	display: none;             /* Chrome/Safari対応 */
}

.mdbotox-ranking-box {
	background-color: var(--p-color-03);
	border-radius: 30px;
	width: 80vw;
}

.mdbotox-ranking-head {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.mdbotox-ranking-number {
	display: flex;
    flex-direction: row;
	justify-content: center;
    padding: 1.25rem 1rem;
    font-family: var(--font-e);
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--p-color-00);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    align-items: flex-end;
    gap: 0.1em;
    width: 40%;
    flex-wrap: wrap;
	line-height: 1.1;
}

.mdbotox-ranking-number > span {
	font-family: var(--font-e);
	text-align: center;
	font-size: 0.8rem;
	font-weight: 500;
	color: var(--p-color-00);
	line-height: 1.1;
}

.mdbotox-ranking-one {
	background-color: #FFC868;
}

.mdbotox-ranking-two {
	background-color: #B6CDE4;
}

.mdbotox-ranking-three {
	background-color: #EDAA88;
}

.mdbotox-ranking-next {
	background-color: #D9D9D9;
}

.mdbotox-ranking-name {
	text-align: left;
	font-size: 1.2rem;
	font-weight: 700;
	margin: auto 0;
	padding: 0 1rem;
}

.mdbotox-ranking-body {
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.2rem 1.7rem 2.7rem 1.7rem;
    gap: 1rem;
    height: max-content;
    justify-content: flex-start;
}

.mdbotox-ranking-body > img {
	width: 50%;
	border-radius: 100%;
	border: 1px solid var(--p-color-02);
}

.mdbotox-ranking-parts {
	display: flex;
	flex-direction: column;
	color: var(--t-color-01);
	font-weight: 700;
	text-align: center;
}

.mdbotox-ranking-parts > span {
	color: var(--t-color-01);
	font-weight: 700;
	font-size: 0.8rem;
	text-align: center;
	line-height: 1.3;
}

.mdbotox-movies {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 6px;
	padding: 0 10px 2rem 10px;
}

.mdbotox-movies > a {
	width: calc((100% / 3) - 4px);
	height: fit-content;
}

.mdbotox-movies > a > video {
	width: 100%;
	height: auto;
}

#mdbotox-case {
	padding: 60px 0 40px 0;
}

.mdbotox-case-block {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 2rem;
}

.mdbotox-case-list-box {
    background-color: var(--p-color-00);
    width: 100%;
	padding: 1.5rem;
	border-radius: 30px;
}

.mdbotox-case-list-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
}

.mdbotox-case-list-image {
    width: 100%;
}

.mdbotox-case-list-image > img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: fit-content;
}

.mdbotox-case-list-parts {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.8rem 0;
    gap: 0.6rem;
    position: relative; 
    overflow: hidden;
    max-height: 100%; 
    transition: max-height 0.5s ease; 
    max-height: none;
}

.mdbotox-case-list-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mdbotox-case-list-tags-item {
    color: var(--p-color-00);
    background-color: var(--t-color-01);
    font-size: 0.8rem;
    padding: 0.1rem 0.4rem;
    font-weight: 400;
}

.mdbotox-case-list-name {
    display: flex;
    flex-direction: row;
    gap: 1.3rem;
    align-items: center;
}

.mdbotox-case-p {
	color: var(--t-color-01);
	font-weight: 700;
	width: fit-content;
	text-align: center;
	margin-bottom: 0;
}

.mdbotox-case-list-drname {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mdbotox-case-list-drname > li > a {
    font-size: 0.9rem;
    text-decoration: underline;
}

.mdbotox-case-list-btn-open {
    display: flex;
    top: 0;
    background: var(--p-color-01);
    padding: 0.2rem;
    color: var(--p-color-00);
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    height: 3rem;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
}

.mdbotox-case-list-btn-open::after {
	font-family: 'FontAwesome';
	content: "\f078";
	font-size: 1em;
    transition: transform .5s;
	margin-left: 1rem;
	display: inline-block;
	transform-origin: center; 
}

.mdbotox-case-list-btn-open[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.mdbotox-case-list-required {
    display: none;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    padding-bottom: 0;
    transition: max-height 0.3s ease-out;
	padding: 0.5rem 0.3rem 1rem 0.3rem;
}

.case-list-required::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    display: none; 
}

.case-list-required.show-gradient::after {
    display: block; 
}

.mdbotox-case-list-required-parts {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mdbotox-case-list-required-parts > ul {
	width: 100%;
    padding: 0.3rem 0;
}

.mdbotox-case-list-required-parts > ul > li {
    font-size: 0.7rem;
}

.mdbotox-case-list-required-parts > ul > .case-price-note {
    position: relative;
    padding-top: 0 !important;
    padding-left: 2.2rem !important;
    line-height: 1.3;
    text-align: left !important;
}

.mdbotox-case-list-required-parts > ul > .case-price-note::before {
    content:"└";
    padding-right: 0.2rem;
    left: 1rem;
    position: absolute;
}

.mdbotox-case-link {
	display: flex;
    flex-direction: row;
    justify-content: center;
	width: 100%;
    background-color: var(--s-color-01);
    border-radius: 40px;
	padding: 0.5rem;

}

.mdbotox-case-link > span {
	display: flex;
    gap: 0.5em;
}

.mdbotox-case-link > span::after {
	font-family: 'FontAwesome';
	content: "\f054";
	font-size: 1em;
	vertical-align: middle;
}

#mdbotox-price {
	width: 100vw;
	padding: 60px 10px;
	background-color: var(--p-color-00);
}


.mdbotox-price-box {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.2rem;
}

.mdbotox-price-box thead th {
	width: 100%;
	background-color: #FAECEB;
	padding: 0.25rem 1.25rem;
	font-weight: 500;
}

.mdbotox-price-box tbody {
	display: flex;
	flex-direction: column;
	padding: 0.5rem 0.8rem;
}

.mdbotox-price-box tbody tr {
	display: flex;
	width: 100%;
	padding: 0.5rem 0;
}

.mdbotox-price-box tbody tr > .mdbotox-pricetabel-label {
	text-align: left;
	line-height: 1.5;
	width: 75%;
	vertical-align: middle;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.mdbotox-price-box tbody tr > .mdbotox-pricetabel-label > span {
	font-size: 0.8em;
}

.mdbotox-price-box tbody tr > .mdbotox-pricetabel-value {
	text-align: right;
	line-height: 1.5;
	width: 25%;
	vertical-align: middle;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.mdbotox-monitor-link {
	width: calc(100% + 20px);
	height: auto;
}

.mdbotox-monitor-baner {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.mdbotox-img-overlay-link img {
	width: 100%;
	display: block;
}

.mdbotox-monitor-baner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.mdbotox-monitor-baner-text > span {
	font-size: 0.7rem;
	color: var(--p-color-01);
}


.mdbotox-monitor-baner-text > p {
	font-size: 1rem;
	padding: 0 0.2rem;
	font-weight: 400;
	color: var(--p-color-01);
	border: 1px solid var(--p-color-01);
	width: fit-content;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
	PC
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
    p, a, span, li, ol, ul, dl, dt, dd, th, tr, td {
        letter-spacing: 0.05em;
        line-height: 1.7;
        font-size: 0.9rem;
    }

	.mdbotox-ranking-box {
		width: 300px;
	}

	#mdbotox-ranking,
	#mdbotox-price {
		width: 100%;
		padding: 60px 0;
	}

	.mdbotox-monitor-link {
		width: 100%;
		height: auto;
	}

}