@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 {
	width: 100%;
	border: 0;
	vertical-align: top;
}

#page a {
	transition: all 0.3s;
	text-decoration: none;
}

#list a:hover {
	opacity: 0.7;
}

#page a[tabindex*="-1"] {
	pointer-events: none;
}

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

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

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

.inner_wrap {
	padding: 0 0 10% 0;
    margin: 0 auto;
    width: 75%;
}

.ib {
	font-size: inherit !important;
	display: inline-block;
}

.sp {
	display: none;
}

.btn {
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	padding: 0.8em 1em;
	margin: 0 auto;
	line-height: 1.2;
	border-radius: 10px;
	display: inline-block;
}

.wrapper {
	background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 10px #dde9e8;
	padding: 5% 5%;
	margin-top: 5%;
}

/* .kbe_header { 
    width: 100%;
    aspect-ratio: 1920 / 683;
    background: url(/event/kansai_beautyexpo/lib/2025/images/kansaibeauty_hdimg_pc_2025.png) no-repeat top center / 100%;
    transition: all .2s;
} */

#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;
	}
}

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


/* ===========================================
    list.html 出展者一覧
============================================*/

/* ----------ジャンル分け---------- */

#cate_navi {
	margin-bottom: 2%;
	position: relative;
    z-index: 950;
}

#select_cate .note {
	text-align: center;
	margin-bottom: 2%;
	font-size: clamp(16px, 4vw, 18px);
	position: relative;
}

#select_cate .note small {
	font-size: clamp(14px, 1vw, 16px);
	padding-left: 1em;
}

.cate_list.flex {
	max-width: 900px;
    margin: 0 auto;
	padding-bottom: 8px;
	width: 100%;
}

.cate_list li {
	flex: 0 0 calc(100% / 4);
	padding: 0 0.5em;
	margin: 0 auto 0.5em;
}

.btn_clr_wrap {
	text-align: center;
}

.btn_clr {
	font-size: clamp(16px, 4vw, 20px);
	color: #fff;
	padding: 8px 12px;
	margin: 2% auto;
	line-height: 1;
	background-color: #d31477;
	border-radius: 6px;
    display: inline-block;
	transition: all 0.3s;
}

.btn_clr:hover {
	cursor: pointer;
	opacity: 0.8;
}

#btn_clr {
    display: none;
}

.cate_list .sort {
    display: none;
}

.cate_list label {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    display: block;
	cursor: pointer;
	transition: all 0.3s;
}

.cate_list label.is-selected {
	transform: scale(0.8);
	opacity: 0.7;
}

@media screen and (min-width: 1024px) {
	.cate_list label:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	.cate_list.flex {
		flex-flow: row;
		/* overflow-x: scroll; */
	}
	/* .cate_list li {
		flex: 0 0 calc(100% / 5);
	} */
}

@media screen and (max-width: 599px) {
	.cate_list li {
		/* flex: 0 0 calc(100% / 4); */
		padding: 0 4px;
	}
}

@media screen and (max-width: 349px) {
	/* .cate_list li {
		flex: 0 0 calc(100% / 3);
	} */
}

/* ----------五十音分け---------- */

.initials_list {
	justify-content: center;
	max-width: 900px;
	margin: 0 auto;
}

.initials_list li {
	text-align: center;
	padding: 4px 8px;
	margin: 4px auto;
	background-color: #fff;
	border-radius: 6px;
	border: solid 1px #e3007f;
	flex: 0 0 19%;
}

.initials_list li a {
	font-size: clamp(16px, 4vw, 20px);
	color: #e3007f;
	line-height: 1;
    display: block;
}

.initials_list li a span {
	font-size: 14px;
}
#result {
	font-size: clamp(14px, 4vw, 20px);
	text-align: center;
}

#initials_navi {
	position: relative;
	z-index: 950;
	margin-bottom: 3%;
}

#initials_navi .note {
	text-align: center;
	margin-bottom: 2%;
	font-size: clamp(16px, 4vw, 18px);
}



#list_box [class*="hidden-"] {
    display: none;
}

.initials {
	flex: 0 0 100%;
    font-size: 20px;
	font-size: clamp(16px, 4vw, 22px);
	margin: 5% auto 0 auto;
    position: relative;
    overflow: hidden;
}

.initials i {
    font-size: 0.9em;
    margin: 0 8px 0 4px;
}

.initials::after {
    position: absolute;
    content: "";
    border: solid 1px #3fc5a2;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

/* ----------出展詳細---------- */

.company_wrap {
	width: 100%;
	margin: 3% 0 0 0;
	padding: 4% 3%;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 10px #dde9e8;
}

.company_head.flex {
	align-items: center;
}

.logo_wrap {
	width: 35%;
}

.logo_wrap img {
	margin: 0 auto;
	display: block;
}

.company_detail {
	width: 62%;
}

.company_name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.company_name p {
	width: 30%;
    border: 1px solid #dfdfdf;
    padding: 1% 2%;
}

.company_name h2 {
	font-size: clamp(18px, 1.5vw, 24px);
	font-weight: bold;
	line-height: 1.2;
	font-family: 'Noto Serif JP', serif;
	color: #e3007f;
	margin-left: 2%;
}
.company_pr {
	padding: 4% 0;
	border-bottom: dotted 1px #3fc5a2;
	margin-bottom: -8px;
}
.company_pr p {
	font-size: clamp(12px, 3vw, 16px);
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.3em;
}

.company_info.flex {
	justify-content: unset;
    align-items: center;
	margin-top: 3%;
}

.company_hp,
.cate_icon {
	display: inline-block;
}

.company_hp a {
	font-size: clamp(14px, 4vw, 18px);
	line-height: 1;
	padding: 0.4em 1.4em 0.4em 0.6em;
	margin: 8px 2vw 8px 0;
	border: solid 1px #3fc5a2;
	border-radius: 0.4em;
	display: inline-block;
	position: relative;
	color: #3fc5a2;
}

.company_hp:not(.hp_none) a::after {
	position: absolute;
	content: '\f0da';
	color: #3fc5a2;
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
	right: 0.4em;
    top: 50%;
    transform: translateY(-50%);
}

.company_hp.hp_none a {
	color: #ddc7d1;
	padding: 0.4em 0.6em 0.4em 0.6em;
	border: solid 1px #ddc7d1;
	background-color: #fff;
}

.company_hp_2.flex {
	justify-content: center;
}

.company_hp_2 .company_hp {
	width: 100%;
	display: flex;
	justify-content: center;
}

.company_hp_2 .company_hp a {
	text-align: center;
}

.company_hp_2 .company_hp a:first-of-type {
	margin-right: 3%;
}

.company_hp_2 .company_hp a:last-of-type {
	margin-right: 0;
}

.cate_icon .img_iconWrap {
	width: 60px;
	display: inline-block;
}

.cate_icon .img_iconWrap img {
	padding: 4px 4px 4px 0;
}

.pr_photo:nth-child(n+2) {
	flex: 0 0 49%;
}

.pr_photo img {
	margin: 4% auto 0;
	display: block;
}

/* ------------------------------ */

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

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

.list_title::before {
	left: 0;
}

.list_title::after {
	right: 0;
}

.company_noimage,
.company_noimage .company_name,
.company_noimage .company_info.flex,
.company_nologo_noimage,
.company_nologo_noimage .company_name,
.company_nologo_noimage .company_info.flex {
	justify-content: center;
}

.company_noimage .company_detail {
	width: 80%;
}

.company_nologo_noimage .company_pr {
	padding: 2%;
}

.company_nologo .company_name h2 {
	margin-left: 0;
}


#page-top {
    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%;
}

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

	.logo_wrap.size_l img {
		max-width: 400px;
	}
}

@media screen and (max-width:999px) {
	.logo_wrap,
	.company_detail {
		width: 100%;
	}

	.logo_wrap {
		width: 100%;
	}

	.logo_wrap img {
		max-width: 350px;
	}

	.company_name {
		justify-content: center;
		margin-top: 4%;
	}

	.company_name h2 {
		font-size: clamp(20px, 1.5vw, 24px);
	}

}

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

	#page-top {
		width: 15%;
	}

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

	#select_cate .note {
		line-height: 1.3em;
	}

	#select_cate .note small {
		font-size: clamp(12px, 1vw, 14px);
	}

	#a_gyo .initials {
		margin-top: 10px;
	}

	.company_wrap {
		margin-top: 5%;
		padding: 5%;
	}

    .company_name p {
        width: 50%;
        margin: 5% auto 3% auto;
    }

	.company_name h2 {
        width: 100%;
        text-align: center;
		font-size: clamp(14px, 5vw, 20px);
		line-height: 1.3em;
	}

	.cate_icon .img_iconWrap {
		width: 50px;
	}

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

	.list_title::before,
	.list_title::after {
		width: 30%;
	}

	.company_hp_2 .company_hp {
		display: block;
		text-align: center;
	}

	.company_hp_2 .company_hp a {
		width: 80%;
	}

	.company_hp_2 .company_hp a:first-of-type {
		margin-right: 0;
		margin-bottom: 0;
	}

}

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

	.wrapper {
		margin-top: 10%;
	}

	.initials_list li a span {
		display: none;
	}
	.cate_icon .img_iconWrap {
		width: 40px;
	}

	.company_noimage .company_detail {
		width: 100%;
	}

	#select_cate .note,
	#initials_navi .note {
		margin-bottom: 5%;
	}

	.company_nologo_noimage .cate_icon {
		margin-top: 1%;
	}

	.company_hp_2 .company_hp a {
		width: 100%;
	}

}

/* ===========================================
    アニメーション
============================================*/

.none {
	display: none;
}

.no_click {
	pointer-events: none;
    opacity: 0.3;
}