<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =============================================================
    common 共通
============================================*/

body {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
}

body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

li,ol,ul {
	list-style-type: none;
}

#page * {
	box-sizing: border-box;
}

#page img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
}

#page a[tabindex*="-1"]:hover {
	opacity: 1;
}

#list a:hover {
	opacity: 0.7;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.inner_wrap {
    padding: 0 0 10% 0;
    margin: 0 auto;
    width: 80%;
	max-width: 1300px;
}

#main_pre::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/event/kansai_beautyexpo/lib/2025/images/kbe_back_pc_2025.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	.mob {
		display: none;
	}
}


/* ===========================================
    	present.html ステージ・ゲスト
============================================*/

.present {
	text-align: center;
}

.present_title {
    position: relative;
	font-size: clamp(28px, 4vw, 46px);
    width: 100%;
    color: #3fc5a2;
	margin: 10% 0 7% 0;
}

.present_title::before,
.present_title::after {
	content: "";
    position: absolute;
    width: 27%;
    height: 2px;
    background-color: #3fc5a2;
    top: calc(50% - 1px);
}

.present_title::before {
	left: 0;
}

.present_title::after {
	right: 0;
}

.present h3 {
	font-family: 'Noto Serif JP', serif;
    color: #e3007f;
	font-size: clamp(22px, 2.5vw, 36px);
    line-height: 1.4em;
}


.present section {
	/* background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 10px #dde9e8; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* padding: 5%; */
    margin-top: 5%;
}

.present section dl {
	width: 32%;
}

.present section dl:first-of-type,
.present section dl:nth-of-type(2),
.present section dl:nth-of-type(4) {
	margin-right: 1%;
}

.present section dl:first-of-type,
.present section dl:nth-of-type(2),
.present section dl:nth-of-type(3) {
	margin-bottom: 4%;
}


.present section dl dd {
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.5em;
}









#page-top {
	transition: all 0.3s;
    position: fixed;
    bottom: 5%;
    right: 2%;
    width: 7%;
    z-index: 60;
    aspect-ratio: 1 / 1;
    background: url(/event/kansai_beautyexpo/lib/2025/images/page_top.png) no-repeat center / 100%;
}

#page-top:hover {
	opacity: .7;
}











@media screen and (max-width:1000px) {


	


}


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

	.sp {
		display: block;
	}

	#page-top {
		width: 15%;
	}

	.inner_wrap {
		padding: 0 5% 15% 5%;
    	width: auto;
	}

	.present h3 {
		font-size: clamp(16px, 4vw, 28px);
	}

	.present_title {
		font-size: clamp(20px, 5vw, 28px);
	}

	.present_title::before,
	.present_title::after {
		width: 22%;
	}



	/* .present section {
		padding: 10%;
	} */

	.present section { 
		margin-top: 8%;
	}

	.present section dl {
		width: 80%;
		max-width: 400px;
	}


	.present section dl:first-of-type,
	.present section dl:nth-of-type(2),
	.present section dl:nth-of-type(4) {
		margin-right: 0;
	}

	.present section dl:first-of-type,
	.present section dl:nth-of-type(2),
	.present section dl:nth-of-type(3) {
		margin-bottom: 0;
	}

	.present section dl:not(:last-of-type) {
		margin-bottom: 7%;
	}


	.present section dl dd {
		font-size: clamp(16px, 4vw, 20px);
	}







}

</pre></body></html>