@charset "UTF-8";

/*--------------------------------------------------
**************************************************
  一覧ページ系共通
**************************************************
--------------------------------------------------*/
/* 初期状態：非表示 */
.header-hide {
	transform: translateY(-100%);
	transition: transform .3s ease;
}
/* 表示 */
.header-show {
	transform: translateY(0);
}
.main_container.no_scroll .header-hide {
	transform: translateY(0);
}

.post_archive_title {
	width:100%;
	aspect-ratio:375 / 667;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#FFF;
}
.post_archive_title h1 {
	text-align:center;
	font-size:1.2rem;
	font-weight:900;
	color:#FFF;
	text-shadow:2px 2px 4px rgba(0,0,0,.25);
}
.post_archive_title h1 span {
	font-family:"Antonio";
	display:block;
	font-size:2.4rem;
	letter-spacing:.5em;
	font-weight:400;
}

main {
	padding-top:0 !important ;
}

/* -- 記事がない場合 -- */
p.no_post {
	text-align:center;
	margin:80px 0;
	font-size:1.2rem;
	font-weight:900;
}

/* -- 一覧ページ共通リスト 2列 -- */
.archive_list {
	width:100%;
	padding:0 1.5rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.archive_list article {
	width:47.5%;
	position:relative;
	margin-top:30px;
}
.archive_list article img {
	border-radius:0.8rem;
}
.archive_list article p.cat {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:#d9d9d9;
	font-size:0.8rem;
	padding:3px 6px;
	border-radius:8px 0 0 0;
}
.archive_list article time {
	margin-top:5px;
	display:flex;
	justify-content:flex-end;
	font-size:0.8rem;
}
.archive_list article .title a {
	display:block;
	font-size:1rem;
	line-height:1.4;
	margin-top:5px;
}
.archive_list article .title a:hover {
	color:var(--color-blue-1);
}


/* -- wp pagenavi -- */
.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	margin-top: 4rem;
}
.wp-pagenavi span.pages {
	display:none;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-family: "Antonio";
	font-size: 1.2rem;
	line-height: 1;
	font-weight:500;
	background:#d9d9d9;
	border:none;
	padding:6px;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background:#ABABAB;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: flex;
	justify-content: center;
	align-items: center;
	background:#d9d9d9;
	width:6rem;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	background:#ABABAB;
}


/*--------------------------------------------------
**************************************************
  NEWS
**************************************************
--------------------------------------------------*/
#news_archives .post_archive_title {
	background:url(../imgs/post/news_main.jpg) no-repeat center / cover;
}


/*--------------------------------------------------
**************************************************
  TRENDS
**************************************************
--------------------------------------------------*/
#trends_archives .post_archive_title {
	background:url(../imgs/post/trends_main.jpg) no-repeat center / cover;
}


/*--------------------------------------------------
**************************************************
  SALON
**************************************************
--------------------------------------------------*/
#salon_archives .post_archive_title {
	background:url(../imgs/post/salon_main.jpg) no-repeat center / cover;
}
.salon_top_catch {
	padding-top:5rem;
	text-align:center;
	font-size:1.4rem;
	font-weight:900;
	line-height:1.4;
}
.salon_top_text {
	padding:3rem 5rem 0;
	font-size:1rem;
	line-height:2;
}

#salon_archives .archive_list {
	width:100%;
	padding:0 1.5rem;
	display:block;
}
#salon_archives .archive_list article {
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:40px;
}
#salon_archives .archive_list article .thumb {
	width:46%;
}
#salon_archives .archive_list article .title_area {
	width:calc(54% - 1rem);
}
#salon_archives .archive_list article .title_area p.title {
	font-size:1.2rem;
	font-weight:900;
}
#salon_archives .archive_list article .title_area p.title a {
	margin-top:0;
}
#salon_archives .archive_list article .title_area time {
	justify-content:flex-start;
}
#salon_archives .archive_list article .title_area p.text {
	margin-top:1rem;
	font-size:1rem;
	line-height:1.4;
}


/*--------------------------------------------------
**************************************************
  OWNER
**************************************************
--------------------------------------------------*/
#owner_archives .post_archive_title {
	background:url(../imgs/post/owner_main.jpg) no-repeat center / cover;
}
.owner_top_catch {
	padding-top: 4.5rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.4;
}
.owner_list_container {
	margin-top: 4.0rem;
}
.owner_list_container .archive_list {
	padding: 0;
}
.archive_list article.owner_item {
	width: 100%;
	margin-top: 0;
}
.archive_list article.owner_item + article.owner_item {
	margin-top: 60px;
}
.owner_list_container .archive_list article  img {
	width: 100%;
	aspect-ratio: 375 / 185;
	object-fit: cover;
	border-radius: 0;
}
.owner_item_title {
	width: 85%;
	margin: 3.3rem auto 0;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.4;
}
.owner_item_detail {
	width: 85%;
	margin: 1rem auto 0;
}
.owner_item_profile {
	background-color: #979797;
	color: #FFF;
	font-size: 1.0rem;
	font-weight: 900;
	padding: 0.8rem 1rem;
}
.owner_item_qa {
	display: grid;
	grid-template-columns: 25% 1fr;
	gap: 2px;
	background-color: #FFF;
	margin: 0;
	border-top: 2px solid #FFF;
}
.owner_item_qa dt {
	background-color: #545454;
	color: #FFF;
	font-size: 1.0rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.2rem 0.6rem;
}
.owner_item_qa dd {
	background-color: #EDEDED;
	margin: 0;
	font-size: 1.0rem;
	padding: .8rem;
	display: flex;
	align-items: center;
}
.owner_list_note {
	margin: 4.0rem auto 0;
	text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
}


/*--------------------------------------------------
**************************************************
  REVENUE
**************************************************
--------------------------------------------------*/
#revenue_archives {
	background:#000;
	color:#FFF;
}
#revenue_archives .post_archive_title {
	background:url(../imgs/post/revenue_main.jpg) no-repeat center / cover;
}

.revenue_top_text {
	padding:3rem 5rem 0;
	font-size:1rem;
	line-height:2;
}
.revenue_top_text.r_top {
	padding-top:5rem !important;
}

#revenue_archives .archive_list {
	display:block;
	padding:5rem 2.7rem;
}
#revenue_archives .archive_list article.revenue_item {
	width:100%;
}
article.revenue_item .thumb img {
	width:100%;
	border-radius:0.8rem 0.8rem 0 0;
}
article.revenue_item .title_area {
	background:#FFF;
	padding:1.5rem;
	border-radius:0 0 0.8rem 0.8rem;
}
article.revenue_item .title_area .title a {
	font-weight:900;
	font-size:1rem;
}
article.revenue_item .title_area .text,
article.revenue_item .title_area .fee {
	margin-top:1rem;
	color:#000;
	font-size:1rem;
}

#revenue_archives .wp-pagenavi {
	margin-top: 0rem;
	padding-bottom:5rem;
}
#revenue_archives .wp-pagenavi a,
#revenue_archives .wp-pagenavi span {
	background:#FFF;
	color:#000;
}

#revenue_archives .wp-pagenavi a:hover,
#revenue_archives .wp-pagenavi .current {
	background:#ABABAB;
}

