/* @override 
	http://203.143.96.127:8003/anniv_30th/assets/css/base_2nd.css */


@charset "UTF-8";
/* CSS Document */

body#interview {}

.no-break {
	white-space: nowrap;
	letter-spacing: 0;
}

body#interview main,
body#blog main {
	position: relative;
	z-index: 0;
	padding-bottom: 88px;
}

body#interview article,
body#blog article {
	width: 1152px;
	height: auto;
	padding: 80px 0 0 0;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
	min-height: 2000px;

	&::after {
		content: "";
		display: block;
		position: absolute;
		width: 180px;
		height: 640px;
		transform: skew(-45deg);
		z-index: -1;
		top: 170px;
		margin-left: 320px;
		background-color: var(--main_kf_blue);
		left: 50%;
	}

}


/*==== #page_kv(pc) ====*/
#page_kv {
	width: 100%;
	height: 646px;
	background-color: #eee;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 0;
	/*nest-start*/

	&::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
		background-color: hsla(0, 0%, 0%, 0.1);
		left: 0;
		top: 0;
	}

	div.int_ttl {
		width: 100%;
		padding: 48px 48px 48px 40px;
		position: relative;
		z-index: 20;
	}
	
	div.int_ttl.right {
		
	}
	
	

	& h1,
	& p {
		color: #fff;
	}

	& h1 {
		font-size: 6.4rem;
		letter-spacing: 0.05em;
		line-height: 1.1;
		margin-top: 0.2em;
		font-weight: bold;
		font-weight: 600;
		position: relative;
	}
	
	div.int_ttl.right h1{
		right: -0.15em;
	}
	

	& p {
		padding: 0 0 0 8px;
		line-height: 1;
	}

	p.num {
		font: var(--main_en_cond_reg);
		font-size: 4rem;
		line-height: 1;
	}
	
	ul.tag {
		display: flex;
		gap:0 4px;
		font: var(--main_en_cond_reg);
		padding-left: 8px;
		color: #fff;
		font-size: 2.4rem;
		text-transform: uppercase;
	}
	
	ul.tag > li {
		line-height: 0.8;
		padding: 0.3em 0.4em 0.1em 0.4em;
	}
	
	ul.tag > li.date {
		padding-left: 0;
	}
	
	ul.tag>li.category {
		border: 1px solid hsla(360, 100%, 100%, 1);
	}
	

	p.name {
		font-size: 4rem;
		font-weight: bold;
		font-weight: 600;
		vertical-align: bottom;
		letter-spacing: 0.1em;
	}

	p.name>small {
		font: var(--main_en_cond_reg);
		margin-left: 0.5em;
		font-size: 1.8rem;
		letter-spacing: 0.07em;
	}

	img#int_kv {
		position: absolute;
		z-index: 0;
		left: 0;
		top: 50%;
		margin-top: -33%;
		width: 100%;
		height: auto;
	}

	/*nest-end*/
}

/*==== /#page_kv(pc) ====*/

article[class^='sp_int_'] {
	
	#page_kv {
	img#int_kv {
		margin-top: -28.2%;
	}
	}
}



/*==== #box_author_title(pc) ====*/

#box_author_title {
	margin-top: 12px;
	display: flex;
	justify-content: space-between;

	/*nest-start*/
	& ul {
		line-height: 2;
	}

	& ul>li {
		font-size: 1.4rem;
		color: #555;
	}

	& ul>li[lang="en"] {
		font: var(--main_en_reg);
		font-size: 1.4rem;
		color: #555;
	}

	div.mini_title {
		position: relative;
		z-index: 0;
		padding-top: 4px;
		margin-right: 12px;
	}

	div.mini_title p {
		text-align: center;
	}

	div.mini_title p[lang="en"] {
		font: var(--main_en_cond_light);
		font-size: 4.8rem;
		color: var(--main_kf_blue);
		line-height: 0.4;
		display: inline-block;
		position: relative;
		padding: 0.25em 24px 0.06em 30px;
		z-index: 10;
	}

	div.mini_title p[lang="en"]+p {
		margin-top: 0.5em;
		font-weight: bold;
		font-weight: 700;
		color: #333;
		font-size: 1.4rem;
	}

	div.mini_title p[lang="en"]::before,
	div.mini_title p[lang="en"]::after {
		content: "";
		width: 24px;
		height: 14px;
		position: absolute;
		top: 0.25em;
		background-image: url(/anniv_30th/assets/img/art_typo_fro.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: cover;
	}

	div.mini_title p[lang="en"]::before {
		left: 4px;
	}

	div.mini_title p[lang="en"]::after {
		width: 36px;
		right: -8px;
		background-position: 100% 0;
	}

	/*nest-end*/

}



/*==== /#box_author_title(pc) ====*/


/*==== main_column(pc) ====*/

section.sec_lead {
	margin-top: 48px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 64px;

	/*nest-start*/
	& p {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-top: 1em;
		font-weight: bold;
		font-weight: 600;
	}

	& p>small {
		font-size: 1.4rem;
		font-weight: normal;
		color: #777;
	}

	/*nest-end*/
}

section[id^='sec_'] {
	width: 1056px;
	margin: 80px auto 0 auto;

	/*nest-start*/

	& h2 {
		font-size: 2.8rem;
		line-height: 1.4;
		font-weight: bold;
		font-weight: 700;
		position: relative;
		z-index: 0;
		padding-left: 2em;
		letter-spacing: 0.075em;
	}

	& h2::before {
		content: "";
		display: block;
		height: 1.5em;
		width: 0.8em;
		position: absolute;
		top: -0.2em;
		left: 0;
		transform-origin: bottom left;
		transform: skewX(-45deg);
		background-color: var(--main_kf_blue);
	}



	& p {
		font-size: 1.8rem;
		line-height: 1.8;
		margin-top: 0.75em;
		letter-spacing: 0.05em;
	}



	p.int {
		font-weight: bold;
		font-weight: 600;
		position: relative;
		z-index: 0;
		margin-top: 2.4em;
		line-height: 1.5;
	}

	p.int::before {
		content: "";
		display: inline-block;
		position: relative;
		top: -0.35em;
		z-index: 0;
		width: 2em;
		height: 2px;
		background-color: #999;
		margin-right: 0.25em;
	}

	p:not(.int)>span:not(.no-break) {
		color: var(--main_kf_blue_darker);
		font-weight: bold;
		font-weight: 600;
		margin-right: 1em;
	}

	& h2+p.int {
		margin-top: 1.5em;
	}

	& figure {
		width: 728px;
	}
	
	& figure.center {
		margin: 0 auto;
	}
	
	& figure img {
		height: auto;
	}
	
	& h2+figure,
	& h2+figure.center,
	& p+figure,
	& p+figure.center {
		margin-top: 32px;
	}
	
	& figure figcaption {
		font-size: 1.4rem;
		text-align: center;
		margin-top: 0.5em;
	}
	
	& figure+figure.center,
	& figure+figure.center {
		margin-top: 24px;
	}

	& figure:not(.grid)>img+img {
		margin-top: 32px;
	}

	div.talk+figure,
	& p+figure {
		margin: 48px auto 0 auto;
	}

	div.video-container {
		width: 100%;
		max-width: 728px;
		margin-top: 24px;
		margin-inline: auto;
		text-align: center;
/*nest-inner-start*/
		& iframe {
			width: 100%;
			height: auto;
			aspect-ratio: 16 / 9;
		}

		& div.video-thumb-wrapper {
			position: relative;
		}

		& .play-button {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 68px;
			height: 48px;
			background-color: rgba(0, 0, 0, 0.7);
			border-radius: 12px;
			transition: background-color 0.3s;
		}

		& .play-button::before {
			content: "";
			position: absolute;
			top: 50%;
			left: 55%;
			transform: translate(-50%, -50%);
			border-style: solid;
			border-width: 10px 0 10px 20px;
			border-color: transparent transparent transparent #fff;
		}

		& .video-thumb-wrapper:hover .play-button {
			background-color: #ff0000;
		}
		p.note {
			margin-top: 0.5em;
			line-height: 1.6;
		}
		
		/*nest-inner-end*/

	}
	
	div.video-container+p{
		margin-top: 48px;
	}

	& figure+p.int {
		margin-top: 56px;
	}

	figure.grid {
		display: grid;
		width: 100%;
		grid-column-gap: 48px;
		grid-row-gap: 48px;
	}

	/*grid 右画像が縦*/
	figure.grid.right-vertical {
		grid-template-columns: 1fr 491px;
		grid-template-rows: repeat(2, 1fr);

		/*inner-next-start*/
		&>img:nth-of-type(1) {
			grid-area: 1 / 1 / 2 / 2;
		}

		&>img:nth-of-type(2) {
			grid-area: 1 / 2 / 3 / 3;
		}

		&>img:nth-of-type(3) {
			grid-area: 2 / 1 / 3 / 2;
		}

		/*inner-next-end*/
	}

	/*grid いれち*/
	div.grid.fourth {
		width: 720px;
		margin:  0 auto;
		margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 左右2列 */
  grid-template-rows: auto auto;  /* 行は自動で高さ調整 */
  gap: 24px;
		
		figure{
	margin: 0;
		width: auto;
		}
		
		.item1 {
  grid-column: 1; /* 左列 */
  grid-row: 1 / 3; /* 上下2行ぶち抜き（縦長） */
}

.item2 {
  grid-column: 2; /* 右列上 */
  grid-row: 1;
}

.item3 {
  grid-column: 1; /* 左列下 */
  grid-row: 3; /* 下段 */
}

.item4 {
  grid-column: 2; /* 右列下 */
  grid-row: 2 / 4; /* 下段縦長 */
}


		/*inner-next-end*/
	}
	

div.grid.fourth+p {
	margin-top: 64px;
}
	

	/*float img*/

	figure[class^='float_'] {
		width: 480px;
		margin: 0;
		display: inline-block;
		float: right;
		vertical-align: bottom;
		margin-top: 6em;
		margin-left: 3em;
	}

	blockquote {
		border: 1px solid #ddd;
		border-radius: 12px;
		margin-top: 3em;
		background-color: hsla(360, 100%, 100%, .55);
		padding: 24px 40px 36px 40px;
		position: relative;
		z-index: ;
		overflow: hidden;
	}

	blockquote::after {
		content: "";
		position: absolute;
		display: block;
		width: 110px;
		height: 110px;
		transform: rotate(45deg);
		bottom: -64px;
		right: -64px;
		background-color: var(--main_kf_blue_pale);
	}

	blockquote>cite {
		font-size: 1.4rem;
		text-align: right;
		width: 100%;
		display: block;
		margin-top: 2em;
		color: #777;
		position: relative;
		z-index: 0;
		padding-right: 1em;
	}

	blockquote>cite::before {
		content: "";
		width: 2.4em;
		position: relative;
		height: 1px;
		display: inline-block;
		background-color: #aaa;
		margin-right: 0.2em;
		top: -0.3em;
	}

	div.talk {
		margin-top: 5em;
	}

	div.talk>p+p {
		margin-top: 0.85em;
	}

	div.talk.message {
		p {
			font-weight: bold;
			font-weight: 600;
			margin-top: 0.6em;
		}

	}


	/*nest-end*/
}


/*interview-div.qa_session (pc)  2026-03-18*/

div.blog_body section[id^='sec_'],
div.qa_session section[id^='sec_'] {
	/*nest-start*/

	&>p {
		margin-top: 2em;
		line-height: 1.8;
	}

	& h2+p {
		margin-top: 1.5em;
	}
	
	

	/*nest-end*/
}

/*/interview-div.qa_session (pc)*/

/*pc*/
#box_profile {
	text-align: center;
	margin-top: 80px;
	padding-top: 48px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding-bottom: 64px;
	/*nest-start*/

	&>.inner p {
		margin-top: 1.5em;
		line-height: 1.6;
		font-weight: normal;
		font-weight: 400;
	}



	div.inner_header>h3 {
		text-transform: uppercase;
		font: var(--main_en_cond_reg);
		font-size: 3.2rem;
		color: var(--main_kf_gold);
	}

	div.inner_header>p.name {
		font-size: 4.8rem;
		letter-spacing: 0.07em;
		line-height: 0.6;
		font-weight: bold;
		font-weight: 600;
		margin-top: 0.1em;
	}

	div.inner_header>p.name>small {
		font-size: 1.6rem;
	}

	& figure {
		width: 480px;
		margin: 40px auto 0 auto;
		border-radius: 8px;
		overflow: hidden;
	}
	
	& figure img {
		height: auto;
	}
	
	& figure.full {
		width: 100%;
	}



	/*nest-end*/
}

#box_profile+#box_profile {
	border-top: none;
	margin-top: 0;
}

/*==== /main_column(pc) ====*/




/*ul.set_gold_btn(pc)*/


ul.set_gold_btn {
	margin-top: 48px;

	font-size: 2.8rem;
}


/*aside(pc)*/

aside#box_more_article {
		border-top: 1px solid #ccc;
	width: 1152px;
	margin: 0 auto 0 auto;
	padding-bottom: 80px;
	/*nest-start*/
	
	div.inner{
	padding-top: 1px;
	margin-top: 48px;
	}
	
		
	& h5{
	text-align: center;
	font-size: 2rem;
	line-height: 1;
	margin-top: 16px;
	}
	
	& h5>span {
		display: inline-block;
		position: relative;
		z-index: 10;
		color: #fff;
	}
	
	& h5>span::after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		min-width: 180px;
		margin-left: -90px;
		margin-top: -1.25em;
		height: 54px;
		background-color: var(--main_kf_blue);
		top: 50%;
		left: 50%;
		transform: skewX(-15deg);
	}
	
	div.inner:nth-of-type(2) h5>span::after {
		background-color: var(--main_bk);
	}
	
	& a {
		display: block;
		transition: 0.3s;
	}
	
	& ul {
		display: flex;
		flex-wrap: wrap;
		font-size: 1.8rem;
	}
	
	div.related>ul,
	div#box_cate>ul {
		padding: 24px 40px 48px 40px;
		gap: 0 16px;
			background-color: #fff;
		border-radius: 4px;
		box-shadow: 0px 1px 1px hsla(0,0%,0%,0.2);
		
	}
	
	div#box_cate {
		margin-top: 14px;
		position: relative;
		z-index: 0;
		border-top: 3px solid var(--main_kf_gold);
		border-radius: 0 0 4px 4px;
	}
	
	div#box_cate>ul {
		position: relative;
		z-index: 10;
	}
	
	div#box_cate>ul>li,
	div.related>ul>li {
		display: flex;
		align-content: flex-start;
		align-items: flex-start;
		width: 100%;
		margin-top: 1.25em;
	}
	
	div#box_cate>ul>li span.category,
	div.related>ul>li span.category {
		text-transform: uppercase;
		font: var(--main_en_cond_reg);
		font-size: 2rem;
		color: var(--main_kf_gold);
		display: inline-block;
		border: 2px solid var(--main_kf_gold);
		min-width: 100px;
		text-align: center;
		line-height: 1;
		padding: 0.2em 0 0 0;
	}
	
	div#box_cate>ul>li span.category+a,
	div.related>ul>li span.category+a {
		margin-left: 12px;
	}
	

	div.box_tab>ul {
		justify-content: center;
		gap:0 16px;
		margin-top: 40px;
	}
	
	div.box_tab>ul>li {
		width: calc((100% - 16px * 4) / 5);
		text-align: center;
		line-height: 1.1;
		letter-spacing: 0.05em;
		font-weight: bold;
		font-weight: 500;
	}
	
	div.box_tab>ul>li>a {
		padding: 0.7em 0.5em 0.3em 0.5em;
		background-color: #fff;
		border-radius: 4px;
		box-shadow: 0px 1px 1px hsla(0,0%,0%,0.2);
		color: var(--main_kf_gold);
		position: relative;
		z-index: 0;
	}
	
	div.box_tab>ul>li>a:hover,
	div.categories>ul>li.current>a{
		color: #fff;
		background-color: var(--main_kf_gold);
	}
	
	div.box_tab>ul>li span {
		font: var(--main_en_cond_reg);
		font-size: 1.6rem;
		letter-spacing: 0;
		text-transform: uppercase;
	}
	
		div.box_tab>ul>li.current>a::after {
		content: "";
		position: absolute;
		width: 20px;
		height: 16px;
		background-color: var(--main_kf_gold);
		bottom: -15px;
		left: 50%;
		margin-left: -10px;
		clip-path: polygon(
		0 0,      /* 左上 */
		100% 0,   /* 右上 */
		50% 100%  /* 下中央（尖る部分） */
		);
		}
	
	/*nest-end*/
}

figure.wh_ol {

	& span{
	display: inline-block;
	border: 12px solid #fff;
	box-shadow: 0px 3px 5px hsla(0,0%,0%,0.15);
	}
	
}



div.blog_body {
	/*nest-start*/
	& figure>figcaption{
	margin-top: 0.5em;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	color: #333;
	}
	
	figure.full {
	/*nest-start*/
	width: 100%;
/*nest-end*/
}

/*basic table*/

p+div.tbl_basic,
figure+div.tbl_basic{
	margin-top: 4em;
}

div.tbl_basic>table {
	background-color: #fff;
	width: 100%;
	border: 1px solid #ccc;
	border-collapse:  collapse;
}

div.tbl_basic>table caption {
	font-size: 1.8rem;
	font-weight: bold;
	font-weight: 700;
	padding: 0.5em;
}

div.tbl_basic>table th,
div.tbl_basic>table td {
	font-size: 1.6rem;
	line-height: 1.2;
	padding: 0.5em;
	text-align: center;
	border: 1px solid #ccc;
}

div.tbl_basic>table>thead th {
	font-size: 1.4rem;
	background-color: var(--main_kf_blue_pale);
}



div.tbl_basic>table>tbody>tr>th {
	width: 4%;
	font-size: 2rem;
}

div.tbl_basic>table>tbody>tr>th+td {
	width: 16%;
	text-align: left;
	font-weight: bold;
}

div.tbl_basic>table>tbody>tr>td:nth-of-type(2) {
	width: 12.5%;
}

div.tbl_basic>table>tbody>tr>td:nth-child(n+3):nth-child(-n+10){
	width: 7.5%;
}

div.tbl_basic>table>tbody>tr>td:last-of-type {
	width: 12.5%;
	text-align: left;
	font-size: 1.2rem;
}

div.tbl_basic>table>tbody>tr>td:nth-of-type(10) {
	font-size: 2rem;
	font-weight: bold;
}



	
/*nest-end*/
}

/*div.tbl_basic>table.appearances_ranking {
	
	tbody>tr:nth-of-type(1)>th,
	tbody>tr:nth-of-type(1)>td{
	background-color: #fbfbdf;
	}
}*/




/*==== Responsive(pc) ====*/


/*==== Responsive(sp) ====*/

@media (hover: none) {
	.btn:hover {
		background: inherit !important;
		color: inherit !important;
		transform: none !important;
	}
}

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

	/*mq-start*/
	/*========================*/
	.pcv {
		display: none;
	}

	.spv {
		display: block;
	}

	body#interview main {
		padding-bottom: 20vw;
	}

	body#interview article,
body#blog article {
		width: 92vw;
		padding: 26vw 0 0 0;
		min-height: initial;

		&::after {
			width: 21vw;
			height: 60vw;
			top: 30vw;
			margin-left: -45vw;
		}

	}


body#blog article {
	padding-top: 26vw;
}

	/*==== #page_kv(sp) ====*/
	#page_kv {
		height: 60vw;
		border-radius: 2vw;
		/*nest-start*/


		div.int_ttl {
			padding: 3vw 3vw 4vw 3vw;
		}

		& h1{
			margin-top: 0;
		}

		& h1 {
			font-size: 5.175vw;
		}

		& p {
			padding: 0 0 0 0.1em;
		}

		p.num {
			font-size: 6.25vw;
			line-height: 0.75;
		}

		p.name {
			font-size: 5vw;
		}

		p.name>small {
			font-size: 3.5vw;
		}

		img#int_kv {
			margin-top: 0!important;
			top: 50%;
			transform-origin: center;
			transform: translateY(-50%) scale(1.2);
		}

		/*nest-end*/
	}

	/*==== /#page_kv(sp) ====*/


	/*==== #box_author_title(sp) ====*/

	#box_author_title {
		margin-top: 3vw;

		/*nest-start*/
		& ul {
			width: 58vw;
			line-height: 1.5;
		}

		& ul>li {
			font-size: 3.075wv;
		}

		& ul>li[lang="en"] {
			font-size: 3.075wv;
		}

		div.mini_title {
			padding-top: 0;
			margin-top: -1VW;
			margin-right: 0;
			width: 35vw;
			text-align: center;
		}

		div.mini_title p[lang="en"] {
			width: 93%;
			font-size: 6.4vw;
			line-height: 0.8;
			padding: 0 5vw 0 6em 6vw;
		}

		div.mini_title p[lang="en"]+p {
			margin-top: 0;
			font-size: 2.813vw;
		}



		div.mini_title p[lang="en"]::before,
		div.mini_title p[lang="en"]::after {
			width: 5VW;
			height: 3vw;
			top: 0.8em;
		}

		div.mini_title p[lang="en"]::before {
			left: 2.5vw;
		}

		div.mini_title p[lang="en"]::after {
			width: 8vw;
			right: -1vw;
			background-position: 96% 0;
		}


		/*nest-end*/
	}

	/*==== main_column(sp) ====*/

	section.sec_lead {
		margin-top: 6vw;
		padding-bottom: 8vw;
		/*nest-start*/

		& p {
			font-size: 4.375vw;
			line-height: 1.8;
			margin-top: 0.9em;
		}
		
		& p>br {
			display: none;
		}

		& p>small {
			font-size: 3.438vw;
		}

		/*nest-end*/
	}


	section[id^='sec_'] {
		width: 92vw;
		margin: 10vw auto 0 auto;

		/*nest-start*/

		& h2 {
			font-size: 4.688vw;
			line-height: 1.3;
			padding-left: 15vw;
		}

		& h2::before {
			height: 2.2em;
			width: 1em;
			top: 0.15em;
		}

		& p {
			font-size: 4.063vw;
			line-height: 2;
		}
		
	
		p.int {
			margin-top: 1em;
		}

		p.int::before {}

		p:not(.int)>span {}

		& h2+p.int {}

		& figure {
			width: 88vw;
		}

		& figure:not(.grid)>img+img {
			margin-top: 3vw;
		}

		& p+figure {
			margin: 6vw auto 0 auto;
		}

		div.video-container {
			max-width: initial;
			margin-top: 6vw;
			width: 88vw;

			& iframe {}
			
			p.note {
				font-size: 3.75vw;
				
			}
			
			
			
		}
		


		& figure+p.int {
			margin-top: 6vw;
		}

		figure.grid {
			display: grid;
			width: 100%;
			grid-column-gap: 2vw;
			grid-row-gap: 2vw;
		}

		/*grid 右画像が縦*/
		figure.grid.right-vertical {
			grid-template-columns: 1fr 43vw;
		}

		/*grid 左画像が縦*/
		figure.grid.left-vertical {
			grid-template-columns: 43vw 1fr;
		}

		/*float img*/

		figure[class^='float_'] {
			float: none;
			width: 80vw;
			margin: 0 auto;
			display: block;
			float: none;
			margin-top: 6vw;
		}
		
			/*grid いれち*/
	div.grid.fourth {
		width: 100%;
		margin-top: 2vw;
  grid-template-columns: 1fr 1fr; /* 左右2列 */
  grid-template-rows: auto auto;  /* 行は自動で高さ調整 */
  gap: 2vw;
		
		/*inner-next-end*/
	}
	

div.grid.fourth+p {
	margin-top: 64px;
}


		/*nest-end*/
	}
	
	
	div.blog_body section[id^='sec_'],
div.qa_session section[id^='sec_'] {
	/*nest-start*/

	&>p {
		margin-top: 1.5em;
	}

	& h2+p {
		margin-top: 2em;
	}
	
	

	/*nest-end*/
}


	/*#box_profile(sp)*/

	#box_profile {
		margin-top: 8vw;
		padding-top: 8vw;
		padding-bottom: 9vw;
		/*nest-start*/

		&>.inner p {
			font-size: 3.75vw;
			line-height: 1.8;
			text-align: left;

		}

		&>.inner p:nth-of-type(1) {
			margin-top: 2em;
		}

		&>.inner p>br {
			display: none;
		}

		div.inner_header>h3 {
			font-size: 5.625vw;
		}

		div.inner_header>p.name {
			font-size: 9.375vw;
			line-height: 0.5;
			margin-top: 0.2em;
			letter-spacing: 0.15em;
		}

		div.inner_header>p.name>small.kana {
			display: inline-block;
			font-size: 3.75vw;
			padding-top: 1.5em;
			letter-spacing: 0.05em;
		}

		figure {
			width: 70vw;
			margin: 5vw auto 0 auto;
			border-radius: 2.5vw;
		}

		/*nest-end*/
	}
	
	
	/*aside(sp)*/

aside#box_more_article {
		border-top: 1px solid #ccc;
	width: 94vw;
	padding-bottom: 16vw;
	/*nest-start*/
	
	div.inner{
	margin-top: 12vw;
	}
	
		
	& h5{
	font-size: 3.75vw;
	margin-top: 0;
	}

	
	& h5>span::after {
		min-width: 30vw;
		margin-left: -15vw;
		height: 2.6em;
	}
	

	& ul {
		display: flex;
		flex-wrap: wrap;
		font-size: 3.75vw;
	}
	
	div.related>ul,
	div#box_cate>ul {
		padding: 3vw 4vw 8vw 4vw;
		gap: 0 16px;
		border-radius: 2vw;
	}
	
	div#box_cate {
		border-radius: 0 0 2vw 2vw;
		margin-top: 0vw;
	}
	

	div#box_cate>ul>li span.category,
	div.related>ul>li span.category {
		font-size: 3.75vw;
		min-width: 18vw;
	}
	
	div#box_cate>ul>li span.category+a,
	div.related>ul>li span.category+a {
		margin-left: 1em;
	}
	
	div.categories div.box_tab {
		overflow: auto;
		padding-bottom: 4vw;
	}
	

	div.categories div.box_tab>ul {
		width: 180vw;
		gap:0 2vw;
		margin-top: 7vw;
	}
	
	div.categories div.box_tab>ul>li {
	}
	
	div.categories div.box_tab>ul>li>a {
		border-radius: 1vw;
	}
	
	div.categories div.box_tab>ul>li>a:hover,
	div.categories div.box_tab>ul>li.current>a{
		color: #fff;
		background-color: var(--main_kf_gold);
	}
	
	div.categories div.box_tab>ul>li span {
		font-size: 3.75vw;
	}
	
		div.categories div.box_tab>ul>li.current>a::after {
		width: 5vw;
		height: 4vw;
		bottom: -3vw;
		left: 50%;
		margin-left: -2.5vw;

		}
	
	/*nest-end*/
}
	
	/*/aside(sp)*/


div.blog_body {
/*nest-start*/
div.tbl_basic {
	overflow: auto;
	padding-bottom: 0.25em;
}

div.tbl_basic>table {
	width: 170vw;
}

div.tbl_basic>table caption {
	text-align: left;
}

/*nest-end*/
}

	/*========================*/
	/*mq-end*/
}

/**/




/**/



/**/


/**/

/**/

/**/



/**/


/**/


/**/