/* @override 
	http://203.143.96.127:8003/anniv_30th/assets_home/css/home.css */

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

.pcv {
	
}

.spv {
	display: none;
}

/*===== #wrapper_home_kv(sp) =======*/

#wrapper_home_kv {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
	padding-top: 88px;
	overflow: hidden;
	margin-top: -72px;

	/*nest-start*/
	&::after {
		content: "";
		width: 100%;
		display: block;
		height: 97%;
		transform: skewY(-5deg);
		background-color: var(--main_kf_blue_pale);
		position: absolute;
		top: -75px;
		left: 0;
		z-index: 0;
	}

	&>.inner {
		width: 100%;
		height: auto;
		position: relative;
		z-index: 10;
	}

	&>.inner::before,
	&>.inner::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		width: 140px;
		height: 420px;
		transform: skewX(-45deg) translate(-80%, -60%);
		top: 50%;
		left: 50%;
		opacity: 0.2;
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}

	&>.inner::before {
		height: 270px;
		background-color: var(--main_bk);
		transform: skewX(-45deg) translate(140px, -300px);
		opacity: 1;
	}

	&>.inner::after {
		background-color: var(--main_kf_blue);
		transform: skewX(-45deg) translate(-620px, 80px);
		opacity: 1;
	}



	div#main_kv_home {
		width: 100%;
		position: relative;
		z-index: 20;
		text-align: center;
	}

	div#main_kv_home>img {
		display: inline-block;
		height: 50vw;
		opacity: 0;
		transform: translateY(8px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}

	div#main_kv_home>img.is-loaded {
		opacity: 1;
		transform: translateY(0);
	}

	img#bg_num_home_kv {
		position: absolute;
		left: 50%;
		width: 46%;
		transform: translate(-42%, -57%);
		z-index: 10;
		top: 50%;
		opacity: 0;
		mix-blend-mode: overlay;
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}

	img#bg_num_home_kv.is-loaded {
		opacity: 0.7;
	}

	/*nest-end*/
}



/*===== /#wrapper_home_kv(pc) =======*/

/*===== #box_home_lead(pc) =======*/

#box_home_lead {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 0;
	margin-top: -56px;
	/*nest-start*/

	& h2 {
		font-size: 6.4rem;
		color: var(--main_kf_gold);
		padding-left: 0.6em;
	}

	& p {
		margin-top: 1.2em;
		line-height: 2.2;
		font-weight: bold;
		font-weight: 600;
	}


	p.logo_30th {
		margin-top: 16px;
		width: 400px;
		margin: 24px auto 0 auto;
		line-height: 1;
		text-transform: uppercase;
		text-align: center;

		/*inner-nest-start*/
		img {
			height: 108px;
			display: block;
			margin: 0 auto;
		}

		& small {
			font: var(--main_en_cond_reg);
			font-size: 1.5rem;
			letter-spacing: 0.07em;
			line-height: 0.8;
		}

		/*inner-nest-end*/
	}

	/*nest-end*/
}

/*===== /#box_home_lead(pc) =======*/


/*=====main>section(pc)====*/

main>section {
	margin-top: 96px;
	z-index: 10;
	position: relative;
	z-index: 0;
}



section .inner_header {
	text-align: center;
	position: relative;
	z-index: 0;
}

section:not(#sec_message) h2 {
	font: var(--main_en_cond_light);
	font-size: 7.2rem;
	color: var(--main_kf_blue);
	line-height: 0.4;
	display: inline-block;
	position: relative;
	padding: 0.25em 40px 0.06em 40px;
	z-index: 10;

	/*nest-start*/
	&>small {
		position: relative;
		display: inline-block;
		color: var(--main_bk);
		font-size: 1.6rem;
		font-weight: bold;
		font-weight: 600;
	}

	&::before,
	&::after {
		content: "";
		width: 36px;
		height: 18px;
		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;
	}

	&::before {
		left: 4px;
	}

	&::after {
		width: 48px;
		right: -8px;
		background-position: 100% 0;
	}

	/*nest-end*/
}


section#sec_logotype h2 {

	/*nest-start*/
	&::before,
	&::after {
		background-image: url(/anniv_30th/assets/img/art_typo_fro-wh.svg);
	}

	/*nest-end*/
}

section .inner {
	position: relative;
	z-index: 10;
}



/*===== #sec_info(pc) =======*/
#sec_home_info {
	width: 100%;
	height: auto;
	z-index: 10;
	margin-top: 64px;
}

#wrapper_info {
	width: 100%;
	height: 424px;
	margin-top: 24px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	/*nest-start*/

	ul.switcher {
		position: absolute;
		top: 0;
		left: 50%;
		width: 72%;
		margin-left: -36%;
		height: 0px;
		background-color: #aaa;
		z-index: 10;
	}

	@media screen and (max-width: 768px) {
		ul.switcher {
			display: none;
		}
	}


	ul.switcher>li {
		width: 64px;
		height: 64px;
		background-color: var(--main_kf_blue);
		position: absolute;
		top: 174px;
		transition: 0.3s;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		opacity: 0.8;
		cursor: pointer;
	}

	ul.switcher>li::before {
		content: "";
		display: block;
		width: 20px;
		height: 32px;
		position: absolute;
		z-index: 0;
		left: 23px;
		top: 16px;
		background-image: url(/assets_global/img/icon_arrow_mini_colors.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 100% 0;
		transform-origin: center;
	}

	ul.switcher>li.off {
		background-color: #bbb;
		opacity: 0.5;
		cursor: normal;
	}



	ul.switcher>li:hover {
		opacity: 0.75;
	}

	ul.switcher>li.prev {
		left: -32px;
		transform: scale(-1, 1);
	}

	ul.switcher>li.next {
		right: -31px;
	}

	ul.switcher>li.off:hover {
		opacity: 0.5;
	}

	ul.news_list {
		display: flex;
		flex-wrap: nowrap;
		gap: 32px;
		transition: transform 0.4s ease;
		will-change: transform;
		position: relative;
		z-index: 0;
	}

	ul.news_list>li {
		width: 384px;
		height: 416px;
		background-color: var(--main_kf_blue_pale);
		box-shadow: 0px 1px 5px hsla(0, 0%, 0%, 0.1);
		transition: 0.3s;
		position: relative;
		z-index: 0;
	}

	ul.news_list a {
		display: block;
		height: 100%;
		padding: 16px 16px 24px 16px;
		position: relative;
		z-index: 0;
		transition: 0.3s;
	}

	ul.news_list li.youtube>a::before {
		content: "";
		display: block;
		width: 54px;
		height: 48px;
		position: absolute;
		z-index: 20;
		top: 182px;
		right: 26px;
		background-image: url(/assets_global/img/icon_sns.svg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 100.7% 0;
	}

	ul.news_list li:hover {
		background-color: hsl(199, 99%, 98%);
		box-shadow: 0px 3px 18px hsla(0, 0%, 0%, 0.1);
	}

	ul.news_list a::after {
		content: "";
		display: block;
		position: absolute;
		width: 32px;
		height: 32px;
		z-index: 0;
		right: 0;
		bottom: 0;
		background-color: var(--main_kf_blue);
		clip-path: polygon(100% 0,
				100% 100%,
				0 100%);
	}

	ul.news_list figure {
		width: 352px;
		height: 192px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		z-index: 0;
		border-radius: 4px;
	}

	ul.news_list figure>img {
		max-width: initial;
		width: 102%;
		height: auto;
		position: absolute;
		z-index: 0;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	ul.news_list div.txt {
		width: 320px;
		margin: 16px auto 0 auto;
		position: relative;
		z-index: 10;
	}

	ul.news_list div.txt h3 {
		font-size: 2rem;
		font-weight: bold;
		font-weight: 600;
		line-height: 1.3;
		position: relative;
		z-index: 10;
		color: var(--main_kf_blue_darker);
		max-width: 100%;
		min-height: 4em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		/* ← ここで行数を指定 */
		overflow: hidden;
	}

	ul.news_list div.txt h3 small[lang="en"] {
		font: var(--main_en_cond_reg);
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
	}

	ul.news_list div.txt p:not(.date) {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-top: 0.6em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		/* ← ここで行数を指定 */
		overflow: hidden;
	}

	ul.news_list div.txt p.date[lang='en'] {
		text-align: right;
		margin-top: 0.75em;
		font: var(--main_en_cond_med);
		font-size: 1.6rem;
		line-height: 1;
		color: var(--main_kf_blue_darker);
	}

	/*nest-end*/
}

/*===== /#sec_info =======*/


/*===== #sec_message(pc) =======*/
#sec_message {
	/*nest-start*/

	&::after {
		content: "";
		position: absolute;
		z-index: 0;
		width: 824px;
		height: 516px;
		top: 50%;
		opacity: 0.5;
		right: -40px;
		margin-top: -18%;
		background-image: url(/anniv_30th/assets_home/img/art_num_30_blue_line.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	&>.inner {
		width: 1024px;
		margin: 0 auto;
		z-index: 10;
		padding-bottom: 24px;
	}

	.inner_header {
		text-align: left;
		display: flex;
		align-items: center;
		padding: 0.7em 0 0.7em 0;
		z-index: 0;
	}

	.inner_header::after {
		content: "";
		display: block;
		position: absolute;
		width: 140px;
		height: 380px;
		background-color: var(--main_kf_blue);
		left: -96px;
		top: -150px;
		transform: skew(-45deg);
		z-index: 0;
	}


	& h2[lang='en'] {
		text-align: left;
		font: var(--main_en_cond_light);
		color: var(--main_kf_blue);
		letter-spacing: -0.02em;
		font-size: 10rem;
		line-height: 0.8;
		position: relative;
		z-index: 10;
		color: var(--main_bk);
	}

	& h2+p {
		position: relative;
		margin-left: 0.8em;
		margin-top: 0.4em;
		font-size: 2.2rem;
		font-weight: bold;
		font-weight: 600;
	}

	.inner_txt {
		margin-top: 2.5em;
		position: relative;
		z-index: 10;
	}

	.inner_txt>p {
		margin-top: 1.5em;
		line-height: 2;
	}

	.inner_txt>p:first-of-type {
		margin-top: 0;
	}

	.inner_txt>p.author {
		text-align: right;
	}

	/*nest-end*/
}

/*===== /#sec_message(pc) =======*/

/*===== #sec_logotype(pc) =======*/

#sec_logotype {

	/*nest-start*/
	&>.inner {
		width: 1024px;
		margin: 0 auto;
		padding: 72px 0 160px 0;
		position: relative;
		z-index: 10;
	}

	&>.inner::before,
	&>.inner::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 50%;
		width: 140px;
		height: 50%;
		background-color: hsla(0, 100%, 100%, 0.15);
		transform: skew(-45deg, 0deg);
	}

	&>.inner::before {
		margin-left: 600px;
		top: -160px;
	}

	&>.inner::after {
		margin-left: -660px;
		top: auto;
		bottom: -100px;
	}

	&::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		top: 0%;
		left: 0;
		width: 100%;
		height: 98%;
		background-color: var(--main_kf_blue);
		transform: skewY(-5deg);
	}

	.inner_header h2 {
		color: #fff;
	}

	.inner_header h2+p {
		margin-top: 1em;
		font-size: 1.8rem;
		font-weight: bold;
		font-weight: 600;
		color: #fff;
	}

	.box_lead {
		margin: 32px auto 0 auto;
		position: relative;
		z-index: 50;
	}

	.box_lead h3 {
		text-align: center;
		line-height: 1.3;
		font-size: 4rem;
	}

	.box_lead p {
		font-weight: bold;
		font-weight: 500;
		font-size: 1.8rem;
		line-height: 1.8;
		text-align: center;
		margin-top: 1.2em;
	}

	.box_lead p.designer {
		line-height: 1.4;
	}

	.box_lead figure {
		width: 400px;
		margin: 48px auto 0 auto;
		padding-left: 12px;
	}

	/*nest-end*/
}

/*===== /#sec_logotype(pc) =======*/




/*===== #sec_history(pc) =======*/

#sec_history {
	margin-top: -14px;
	padding: 72px 0 0 0;

	/*nest-start*/
	&::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		top: 0%;
		left: 0;
		width: 100%;
		height: 98%;
		background-color: var(--main_kf_blue_pale);
		transform: skewY(-5deg);
	}

	&>.inner {
		padding: 0 0 0 0;
	}

	.inner_header {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	.inner_header::after {
		content: "";
		display: block;
		position: absolute;
		width: 140px;
		height: 400px;
		background-color: var(--main_bk);
		right: -160px;
		bottom: -122px;
		transform: skew(-40deg);
		z-index: 0;
	}

	.inner_header h2>span {
		font-size: 0.8em;
		margin-right: 0.1em;
	}

	.inner_header h2+p {
		font-weight: bold;
		font-weight: 600;
		font-size: 1.8rem;
		margin-top: 0.5em;
	}

	#history_wrapper {
		width: 1160px;
		height: auto;
		margin: 0 auto;
	}

	/*nest-end*/
}

#sp_year_slider {
	display: none;
}

[id^="box_history_"] {
	width: 1160px;
	margin-top: 24px;
	padding-bottom: 120px;
	/*nest-start*/

	& h3 {
		font-size: 2.4rem;
		line-height: 1.3;
		font-weight: bold;
		font-weight: 700;
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
		border-bottom: 1px solid var(--main_kf_gold);
		padding-bottom: 0.4em;
	}

	& h3 strong[lang='en'] {
		font: var(--main_en_cond_reg);
		font-size: 8.8rem;
		color: var(--main_kf_gold);
		line-height: 1;
		display: block;
		line-height: 1;
		position: relative;
		top: 0.25em;
	}

	& h3 strong[lang='en']+span {
		margin-left: 16px;
	}



	/*nest-end*/
}


/*history wrapper(pc)*/

#history_wrapper {
	position: relative;
	min-height: 1600px;
	z-index: 0;

	/*nest-start*/
	.wrapper_column {
		margin-top: 32px;
		width: 1000px;
		display: flex;
		align-items: flex-start;
		padding-bottom: 42px;
	}

	.loader {
		padding: 10px;
		text-align: center;
		font-size: 14px;
		color: #666;
	}

	#switcher_year {
		position: absolute;
		top: 132px;
		left: 50%;
		margin-left: 470px;
		z-index: 0;
		height: auto;
		z-index: 0;
		padding: 40px 0 44px 0;
		transition: 0.3s;
	}

	#switcher_year.fixed-center {
		position: fixed;
		top: 50%;
		transform: translateY(-50%);
		/* 必要なら z-index なども */
		z-index: 50;
	}


	[class^='scrool_btn_'] {
		position: absolute;
		z-index: 10;
		right: 12px;
		width: 42px;
		height: 24px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url(/anniv_30th/assets/img/icon_arrows.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 0 0;
		transform-origin: center center;
		opacity: 0.2;
	}

	.scrool_btn_top {
		top: 0;
	}

	.scrool_btn_bottom {
		bottom: 0;
		transform: scale(1, -1);
	}

	[class^='scrool_btn_'].active {
		cursor: pointer;
		background-position: 75.3% 0;
		opacity: 1;
	}


	#switcher_year ul {
		font: var(--main_en_cond_reg);
		font-size: 3.2rem;
		line-height: 1;
		height: calc(11em + 24px);
		width: 100px;
		overflow: auto;
		scrollbar-width: none;
		/* Firefox */
	}

	#switcher_year>ul::-webkit-scrollbar {
		display: none;
		/* Chrome, Edge, Safari */
	}


	#switcher_year ul>li {
		margin-bottom: 8px;
		color: var(--main_kf_gold);
		cursor: pointer;
		transition: 0.3s;
		padding: 0.25em 8px 0 8px;
		position: relative;
		z-index: 0;
		transform-origin: right center;
		text-align: right;
		margin-left: 32px;
	}

	#switcher_year ul>li:not(.current):hover {
		transform: scale(1.1);
	}

	#switcher_year ul>li:nth-of-type(1) {
		margin-top: 0;
	}

	#switcher_year ul>li:nth-of-type(n+5) {
		color: #bbb;
		pointer-events: none;
	}

	#switcher_year ul>li.current {
		background-color: var(--main_kf_gold);
		color: #fff;
		cursor: default;
	}

	#switcher_year ul>li.current::before {
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		background-color: var(--main_kf_gold);
		left: -20px;
		top: 0;
		z-index: 10;
		clip-path: polygon(0 0,
				/* 左上 */
				100% 0,
				/* 右上（ここが直角） */
				100% 100%
				/* 右下 */
			);
	}

	/*cloumn-sub(pc)*/
	.column_sub {
		width: 168px;
		min-height: 500px;
	}

	.column_sub>ul {
		width: 120px;
		line-height: 1;
	}

	.column_sub>ul>li {
		margin-top: 24px;
	}

	.column_sub>ul>li:nth-of-type(1) {
		margin-top: 0;
	}

	.column_sub>ul>li>figure {
		width: 120px;
		height: 120px;
	}

	.column_sub>ul>li h5 {
		font-weight: bold;
		font-weight: 600;
		line-height: 1.3;
		margin-top: 0;
		font-size: 1.8rem;
	}

	.column_sub>ul>li h5>small {
		font-size: 1.6rem;
	}

	.column_sub>ul>li h5 span:nth-of-type(1) {
		font-size: 1.2rem;
	}

	.column_sub>ul>li p.name_en {
		font: var(--main_en_cond_reg);
		font-size: 1.4rem;
		letter-spacing: 0.02em;
		margin-top: 0.15em;
	}

	/*cloumn-main*/
	.column_main {
		margin-left: 48px;
	}

	.column_main>figure.main {
		text-align: center;
		margin-top: 32px;
	}

	.column_main>figure.main>img {
		display: inline-block;
		width: 664px;
		height: auto;
	}

	.column_main>.box_main_txt {
		margin-top: 32px;
	}

	.column_main>.box_main_txt>p {
		font-size: 1.8rem;
		line-height: 1.8;
		margin-top: 1.5em;
		letter-spacing: 0.08em;
	}

	.column_main>.box_main_txt>p:nth-of-type(1) {
		margin-top: 0;
	}

	.column_main>.box_records {
		display: flex;
		align-items: center;
	}

	.column_main>.box_records h4 {
		font-size: 1.8rem;
		font-weight: bold;
		font-weight: 600;
		white-space: nowrap;
	}

	.column_main>.box_records dl {
		border-left: 1px solid #aaa;
		margin-left: 1em;
		padding-left: 2em;
		padding: 0.25em 0 0.25em 1em;
		font-size: 1.6rem;
		line-height: 1.5;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.column_main>.box_records dl,
	.column_main>.box_records dt,
	.column_main>.box_records dd {
		position: relative;
		z-index: 0;
	}

	.column_main>.box_records dt:not(.blank)::after {
		content: "\2500\2500";
		margin: 0 0.25em;
	}

.column_main>.box_records dt.blank+dd {
	margin-right: 1.5em;
}

	.column_main>.box_records dt+dd {
		margin-right: 1.5em;
	}

	.column_main>.box_records dt+dd+dd {
		width: 100%;
	}

	.column_main>.box_records dt:nth-of-type(1) {
		margin-left: 0;
	}

	.column_main .wrapper_topics {
		margin-top: 64px;
	}

	.wrapper_topics h4 {
		font: var(--main_en_cond_reg);
		font-size: 4rem;
		color: var(--main_kf_gold);
		line-height: 1;
		border-bottom: 1px solid var(--main_kf_gold);
	}

	.wrapper_topics>ul {
		margin-top: 24px;
		display: flex;
		flex-wrap: wrap;
		gap: 32px 32px;
	}

	.wrapper_topics>ul>li {
		width: calc((100% - 32px) / 2);
	}

	.wrapper_topics ul>li>figure {
		width: 100%;
	}

	.wrapper_topics ul>li>figure>img {
		width: 100%;
	}



	.wrapper_topics ul>li figcaption {
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: 0.5em;
		color: #555;
	}
	
	.wrapper_topics ul>li.others h5{
		font-size: 1.6rem;
		line-height: 1.4;
		position: relative;
		z-index: 0;
	}
	
	.wrapper_topics ul>li.others h5+ul {
		font-size: 1.6rem;
		margin-top: 0.3em;
		line-height: 1.6;
		}
		
		.wrapper_topics ul>li.others h5+ul>li {
			padding-left: 1em;
			position: relative;
			z-index: 0;
			margin-top: 0.5em;
		}
		
		.wrapper_topics ul>li.others h5+ul>li::before {
			content: "";
			display: block;
			position: absolute;
			top: 0.6em;
			width: 0.4em;
			height: 0.4em;
			border-radius: 50%;
			background-color: #555;
			left: 0.3em;
		}
	
	.wrapper_topics ul>li.others h5::before {
		content: "";
		position: relative;
		display: inline-block;
		width: 0.6em;
		height: 0.6em;
		background-color: var(--main_kf_blue);
		top: 0em;
		margin-right: 0.3em;
		transform-origin: center;
		transform: rotate(45deg);
	}

	/*year switcher(pc)*/

	ul.year_switcher {
		margin-top: 64px;
		font-size: 4rem;
		gap: 24px 24px;
	}

	div.box_main_txt figure {
		width: 560px;
		margin: 0 auto 0 auto;
		clear: both;
	}


	div.box_main_txt p+figure {
		margin-top: 3em;
	}

	div.box_main_txt figure>figcaption {
		font-size: 1.4rem;
		color: #555;
		line-height: 1.3;
		margin-top: 0.7em;
	}

	div.box_main_txt figure[class^='float_'] {
		width: 25%;
		margin-top: 3.5em;
	}

	div.box_main_txt figure[class^='float_'] figcaption {
		margin-top: 0.3em;
	}

	div.box_main_txt figure.float_left {
		margin-right: 3.5em;
	}

	div.box_main_txt figure>img+img {
		margin-top: 24px;
	}

	/*nest-end*/
}



/*===== /#sec_history(pc) =======*/

/*===== #sec_home_interview(pc) =======*/
#sec_home_interview {
	margin-top: 24px;
	/*nest-start*/

	&>.inner {
		width: 1024px;
		margin: 0 auto;
		z-index: 10;
		padding-bottom: 24px;
	}

	.inner_header {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}

	.inner_header h2+p {
		font-weight: bold;
		font-weight: 600;
		font-size: 1.8rem;
		margin-top: 0.7em;
	}



	div#inner_interview {
		margin-top: 32px;
	}



	div#card_interview {
		width: 100%;

	}

	div#card_interview>a {
		width: 100%;
		height: auto;
		transition: 0.3s;

		display: flex;
		gap: 32px 0;
		justify-content: space-between;
	}



	div#card_interview figure {
		border-radius: 10px;
		overflow: hidden;
		width: 640px;
		height: auto;
	}

	div#card_interview>a figure>img {
		transition: 0.3s;
		transform-origin: center center;
	}

	div#card_interview>a:hover figure>img {
		transform: scale(1.1);
	}

	div#card_interview .int_header {
		width: calc(100% - 32px - 640px);
	}

	div#card_interview h3.name {
		font-size: 4rem;
		line-height: 0.8;
		letter-spacing: 0.075em;
	}

	div#card_interview h3.name strong {
		font-weight: bold;
		font-weight: 600;
	}

	div#card_interview h3.name>span.num,
	div#card_interview h3.name small[lang='en'] {
		font: var(--main_en_cond_reg);
		letter-spacing: 0;
		position: relative;
		z-index: 0;
	}

	div#card_interview h3.name small[lang='en'] {
		color: var(--main_bk);
	}



	div#card_interview h3.name>span.num {
		display: block;
		font-size: 3.2rem;
		color: var(--main_kf_gold);
		padding-left: 0.2em;
		line-height: 1.3;
	}

	div#card_interview h3.name small[lang='en'] {
		display: inline-block;
		font-size: 1.6rem;
		top: 0.2em;
		margin-left: 0.3em;
	}

	div#card_interview h3.name+p {
		margin-top: 1em;
	}

	div#card_interview p.present {
		font-size: 1.4rem;
		margin-top: 0.2em;
	}

	div#card_interview p.kawasaki_career {
		font-size: 1.4rem;
		margin-top: 0.5em;
	}


	div#card_interview h4.catch {
		font-size: 4rem;
		line-height: 1.2;
		margin-top: 0.5em;
		display: inline-block;
		position: relative;
		z-index: 0;
		letter-spacing: 0.05em;
		padding: 16px;
		font-feature-settings: "palt" 1;
	}

	div#card_interview h4.catch::before,
	div#card_interview h4.catch::after {
		content: "";
		display: block;
		position: absolute;
		width: 40px;
		height: 23px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0 0;
		background-image: url(/anniv_30th/assets/img/icon_arrows.svg);
		transform-origin: top center;
	}

	div#card_interview h4.catch::before {
		transform: rotate(-45deg);
		top: 8px;
		left: -20px;
	}

	div#card_interview h4.catch::after {
		transform: rotate(135deg);
		right: -8px;
		bottom: -6px;
	}

	#inner_interview .inner_excerpt {
		margin-top: 32px;
	}

	#inner_interview .inner_excerpt p {
		font-size: 1.6rem;
		line-height: 1.7;
		margin-top: 1em;
	}

	ul.set_gold_btn {
		margin-top: 32px;
		font-size: 2.4rem;
	}

	/*nest-end*/
}


/*===== /#sec_home_interview(pc) =======*/

/*===== #sec_limited_items(pc) =======*/

#sec_limited_items {
	margin-top: 56px;
	/*nest-start*/

	&>.inner {
		padding: 64px 0 72px 0;
		min-height: 800px;
	}



	.inner_header {
		z-index: 10;
	}



	.inner_header h2+p {
		font-weight: bold;
		font-weight: 600;
		font-size: 1.8rem;
		margin-top: 0.5em;
		color: #fff;
	}

	.wrapper_uniform {
		width: 100%;
		position: relative;
		z-index: 0;
		margin-top: -154px;
		transform: skewY(-5deg);
		background-color: #222;
		overflow: hidden;
		height: calc(110vw * 0.5);

	}

	.wrapper_uniform>a>img {
		position: absolute;
		z-index: 0;
		width: 105vw;
		height: calc(105vw * 0.6);
		transform: ;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) skewY(5deg);
	}

	/*nest-end*/

}

/*===== /#sec_limited_items(pc) =======*/


/*===== #sec_academy(pc) =======*/
#sec_academy {
	margin-top: 12px;
	/*nest-start*/

	.inner_header h2+p {
		font-weight: bold;
		font-weight: 600;
		font-size: 1.8rem;
		margin-top: 0.5em;
	}



	/*nest-end*/
}

/*===== /#sec_academy(pc) =======*/


/*===== #sec_downloads(pc) =======*/
#sec_downloads {
	margin-top: 0px;

	/*nest-start*/
	&>.inner {
		width: 1024px;
		margin: 0 auto;
		z-index: 10;
		padding-bottom: 104px;
	}

	.inner_header {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}

	.inner_header h2+p {
		font-weight: bold;
		font-weight: 600;
		font-size: 1.8rem;
		margin-top: 0.5em;
	}

	h3 {
		text-align: center;
		padding-bottom: 0.5em;
		border-bottom: 1px solid hsl(199, 99%, 77%);
		color: var(--main_kf_blue);
	}

	div.wrapper_wp {
		margin-top: 64px;
	}

	.inner_header+div.wrapper_wp {
		margin-top: 40px;
	}

	div.wrapper_wp>ul {
		margin-top: 32px;
		display: flex;
		flex-wrap: wrap;
		gap: 32px 32px;
	}

	div.wrapper_wp+div.wrapper_wp {
		margin-top: 72px;
	}

	div.wrapper_wp.pc>ul>li,
	div.wrapper_wp.mtg>ul>li {
		width: calc((100% - 32px * 2) / 3);
	}

	div.wrapper_wp.sp>ul>li {
		width: calc((100% - 48px * 4) / 5);
	}

	div.wrapper_wp.sp>ul {
		justify-content: center;
	}

	div.wrapper_wp>ul>li>a {
		display: block;
	}

	div.wrapper_wp>ul>li>a>figure {
		width: 100%;
	}

	div.wrapper_wp>ul>li>a>figure>img {
		width: 100%;
		height: auto;
		border: 1px solid hsla(0, 0%, 0%, 0.07);
		transition: 0.3s;
		transform-origin: center;
		box-shadow: 0px 0px0px hsla(0, 0%, 0%, 0);
	}

	div.wrapper_wp>ul>li>a:hover>figure>img {
		transform: scale(1.03) skewX(-3deg);
		box-shadow: 0px 12px 20px hsla(0, 0%, 0%, 0.1);
	}

	div.wrapper_wp>ul>li>a>figure>figcaption {
		margin-top: 8px;
		font-size: 1.6rem;
	}



	div.wrapper_wp.sp>ul>li>a>figure>img {
		height: 340px;
		width: auto;
	}


	/*nest-end*/
}


/*===== /#sec_downloads =======*/


/*==== 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;
	}

	/* #wrapper_info */
	#wrapper_info {
		touch-action: pan-y;
	}


	/*===== #wrapper_home_kv(sp) =======*/

	#wrapper_home_kv {
		padding-top: 42vw;
		padding-bottom: 16vw;
		margin-top: -3vw;

		/*nest-start*/
		&::after {
			height: 97%;
			transform: skewY(-5deg);
			top: -5vw;
		}


		div#main_kv_home>img {
			height: 60vw;
			opacity: 0;
			transform: translateY(4vw);
		}

		div#main_kv_home>img.is-loaded {
			opacity: 1;
			transform: translateY(0);
		}

		img#bg_num_home_kv {
			width: 60vw;
			transform: translate(-28vw, -52vw);
			z-index: 10;
		}

		img#bg_num_home_kv.is-loaded {
			opacity: 0.7;
		}

		&>.inner::before,
		&>.inner::after {
			width: 16vw;
			height: 50vw;
			transform: skewX(-45deg) translate(-50%, -50%);
			opacity: 0.2;
		}

		/*black*/
		&>.inner::before {
			transform: skewX(-45deg) translate(12vw, -28vw);
			opacity: 1;
		}

		&>.inner::after {
			transform: skewX(-45deg) translate(-118vw, -52vw);
			opacity: 1;
		}

		/*nest-end*/
	}

	/*===== #box_home_lead(sp) =======*/

	#box_home_lead {
		width: 92vw;
		margin-top: -23vw;
		/*nest-start*/

		& h2 {
			font-size: 10.0vw;
			line-height: 1.2;
		}

		& p {
			margin-top: 0.5em;
			font-size: 3.75vw;
			text-align: left;
			line-height: 1.6;
			font-weight: bold;
			font-weight: 600;
		}

		& p>br {
			display: none;
		}

		p.logo_30th {
			margin-top: 10vw;
			width: 100%;
			margin: 3vw auto 0 auto;
			line-height: 1.2;

			/*inner-nest-start*/
			img {
				max-width: initial;
				height: 24vw;
			}

			& small {
				font-size: 3.125vw;
			}

			/*inner-nest-end*/
		}


		/*nest-end*/
	}


	/*=====main>section(sp)====*/

	main>section {
		margin-top: 8vw;
	}


	section:not(#sec_message) h2 {
		font-size: 11.25vw;
		padding: 0.25em 6vw 0.06em 6vw;

		/*nest-start*/
		&>small {
			font-size: 3.75vw;
			margin-top: 1.25em;
		}

		&::before,
		&::after {
			width: 7vw;
			height: 4.5vw;
			top: 0.2em;
		}

		&::before {
			left: -2vw;
		}

		&::after {
			width: 11vw;
			right: -5vw;
		}

		/*nest-end*/
	}


	section#sec_logotype h2 {

		/*nest-start*/
		&::before,
		&::after {
			background-image: url(/anniv_30th/assets/img/art_typo_fro-wh.svg);
		}

		/*nest-end*/
	}


	/*===== #sec_info(sp) =======*/
	#sec_home_info {
		margin-top: 12vw;
	}

	#wrapper_info {
		height: 92vw;
		margin-top: 4vw;
		overflow: hidden;
		position: relative;
		z-index: 0;
		/*nest-start*/


		/*debug*/
		ul.switcher {
			display: block;
			width: 88%;
			margin-left: -44%;
			display: none;
		}

		ul.switcher>li {
			top: 36vw;
		}

		& ul.news_list {
			gap: 4vw;
		}

		& ul.news_list>li {
			width: 56vw;
			height: 83vw;
		}

		ul.news_list a {
			padding: 3vw 3vw 3vw 3vw;
		}

		ul.news_list li.youtube>a::before {
			width: 10vw;
			height: 8vw;
			top: 28vw;
			right: 5vw;
		}

		ul.news_list a::after {
			width: 6vw;
			height: 6vw;
		}

		ul.news_list figure {
			width: calc(56vw - 6vw);
			height: calc((56vw - 6vw) * 0.570);
			border-radius: 1vw;
		}

		ul.news_list div.txt h3 {
			font-size: 4.375vw;
			min-height: 5.2em;
			-webkit-line-clamp: 4;
			/* ← ここで行数を指定 */
		}
		
		ul.news_list li div.txt.int_01 h3 {
				min-height: 3.2em;
		-webkit-line-clamp: 2;
		}

		ul.news_list div.txt h3 small[lang="en"] {
			font-size: 3.125vw;
		}

		ul.news_list div.txt {
			width: 100%;
			margin: 1vw auto 0 auto;
		}

		ul.news_list div.txt p:not(.date) {
			font-size: 3.125vw;
			-webkit-line-clamp: 3;
			/* ← ここで行数を指定 */
		}

		ul.news_list div.txt p.date[lang='en'] {
			font-size: 3.125vw;
		}

		/*  */

		.touch-film {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;

			/* div.txtの z-index: 10 より大きくする！これがキモ！ */
			z-index: 50;

			/* 背景は透明 */
			background: transparent;

			/* ここでタッチを受け止める */
			touch-action: pan-y;
		}

		/*nest-end*/
	}

	/*===== #sec_message(sp) =======*/
	#sec_message {
		/*nest-start*/

		/*huge num*/
		&::after {
			width: 90vw;
			height: calc(90vw * 0.7);
			right: -8vw;
			margin-top: -85vw;
			opacity: 0.7;
		}

		&>.inner {
			width: 88vw;
			padding-bottom: 12vw;
		}

		.inner_header::after {
			width: 24vw;
			height: 60vw;
			left: -10vw;
			top: -28vw;
		}

		& h2[lang='en'] {
			font-size: 16vw;
		}

		& h2+p {
			font-size: 4.063vw;
			line-height: 1.3;
			margin-top: -0.25em;
		}

		.inner_txt>p {
			font-size: 4.0673vw;
		}

		/*nest-end*/
	}



	/*===== #sec_logotype(pc) =======*/

	#sec_logotype {

		/*nest-start*/
		&>.inner {
			width: 92vw;
			padding: 13vw 0 20vw 0;
		}

		&>.inner::before,
		&>.inner::after {
			left: 50%;
			width: 21vw;
			height: 100vw;
		}

		&>.inner::before {
			margin-left: -50vw;
			top: -160px;
		}

		&>.inner::after {
			margin-left: 5vw;
			bottom: -30vw;
		}

		.box_lead {
			margin: 5vw auto 0 auto;
		}

		.box_lead h3 {
			font-size: 6.845vw;
		}

		.box_lead p {
			font-size: 3.75vw;
		}

		.box_lead figure {
			width: 64vw;
			margin: 8vw auto 0 auto;
			padding-left: 3vw;
		}

		/*nest-end*/
	}

	/*===== /#sec_logotype(sp) =======*/


	/*===== #sec_history(sp) =======*/


	#sec_history {
		margin-top: -3vw;
		padding: 12vw 0 0 0;

		/*nest-start*/

		.inner_header {
			width: 100%;
		}

		.inner_header::after {
			content: none;
		}

		.inner_header h2+p {
			font-size: 3.75vw;
			margin-top: 0.7em;
		}

		#history_wrapper {
			width: 92vw;
			margin: 0 auto;
		}

		/*nest-end*/

	}

	#sp_year_slider {
		width: 100vw;
		margin-left: -4vw;
		display: block;
		margin-top: 3vw;
		overflow: scroll;
		/*nest-start*/

		& ul {
			width: 100vw;
			display: flex;
			align-items: center;
			gap: 4vw;
			flex-wrap: nowrap;
			font: var(--main_en_cond_reg);
			color: var(--main_kf_gold);
			font-size: 9.375vw;
			line-height: 0.6;
			padding: 3vw 10vw 4vw 4vw;
			position: relative;
			z-index: 0;
		}

		& ul>li {
			position: relative;
			z-index: 0;
		}

		& ul>li:last-of-type {
			margin-right: 5vw;
		}

		& ul>li.current {
			font-size: 13.75vw;
		}

		& ul>li:nth-of-type(n+5) {
			color: #bbb;
			pointer-events: none;
		}

		& ul>li.current::after {
			content: "";
			display: block;
			position: absolute;
			width: 100%;
			height: 1vw;
			bottom: -1.5vw;
			background-color: var(--main_kf_gold);
		}

		/*nest-end*/
	}

	[id^="box_history_"] {
		width: 92vw;
		margin-top: 2vw;
		padding-bottom: 4vw;
		/*nest-start*/

		& h3 {
			text-align: center;
			font-size: 4.375vw;
			display: block;
			padding-bottom: 0.5em;
		}

		& h3 br {
			display: none;
		}

		& h3 strong[lang='en'] {
			font-size: 1vw;
			opacity: 0;
			line-height: 0;
		}

		/*nest-end*/
	}

	/*history wrapper(sp)*/

	#history_wrapper {
		min-height: initial;
		/*nest-start*/

		#history_loader {
			display: none;
			font: var(--main_en_cond_reg);
			text-align: center;
			padding: 20px 0;
			font-size: 4.375vw;
			color: #888;
			height: 100vw;

		}

		.wrapper_column {
			margin-top: 5vw;
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			align-items: flex-start;
			padding-bottom: 20vw;
		}

		#switcher_year {
			display: none;
		}

		/*cloumn-sub(sp)*/
		.column_sub {
			width: 100%;
			min-height: initial;
			padding-bottom: 8vw;
		}

		.column_sub>ul {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			gap: 5vw 5vw;
		}

		.column_sub>ul>li {
			margin-top: 0;
		}

		.column_sub>ul>li:nth-of-type(1) {
			margin-top: 0;
		}

		.column_sub>ul>li>figure {
			width: 24vw;
			height: 24vw;
		}

		.column_sub>ul>li h5 {
			font-size: 3.75vw;
		}

		.column_sub>ul>li h5 span:nth-of-type(1),
		.column_sub>ul>li h5>small {
			font-size: 3.125vw;
		}

		.column_sub>ul>li p.name_en {
			font-size: 3.125vw;
		}

		/*cloumn-main(sp)*/
		.column_main {
			margin-left: 0;
		}

		.column_main>.box_records {
			flex-wrap: wrap;
			align-items: flex-start;
		}

		.column_main>.box_records h4 {
			width: 100%;
			text-align: center;
			font-size: 3.75vw;

		}

		.column_main>.box_records dl {
			margin-top: 0.3em;
			width: 100%;
			border-top: 1px solid #aaa;
			border-left: none;
			margin-left: 0;
			padding-left: 0;
			padding: 0.5em 0 0.25em 0;
			font-size: 3.75vw;
			line-height: 1.5;
			display: block;
		}

		.column_main>.box_records dt {
			font-weight: bold;
			border-bottom: 1px dotted #aaa;
			padding-bottom: 0.25em;
			margin-right: 0;
			margin-top: 0.9em;
		}

		.column_main>.box_records dt:nth-of-type(1) {
			margin-top: 0;
		}

		.column_main>.box_records dt::after {
			content: none;
			margin: 0;
		}

		.column_main>.box_records dt+dd {
			margin-right: 0;
		}

		.column_main>.box_records dd {
			padding-top: 0.5em;
		}



		div.box_main_txt figure {
			width: 80%;
		}

		.column_main .wrapper_topics {
			width: 92vw;
			margin-top: 5vw;
			padding-bottom: 5vw;
		}

		.wrapper_topics ul {
			margin-top: 3vw;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			gap: 5vw 3vw;
		}

		.wrapper_topics ul>li {
			width: calc((100% - 3vw) / 2);
		}

		.wrapper_topics h4 {
			font-size: 6.25vw;
		}

		.wrapper_topics ul>li figcaption {
			font-size: 3.75vw;
		}

		div.box_main_txt figure>img+img {
			margin-top: 3vw;
		}


		/*nest-end*/
	}

	/*===== #sec_home_interview(sp) =======*/
	#sec_home_interview {
		margin-top: -5vw;
		/*nest-start*/

		&>.inner {
			width: 92vw;
			padding-bottom: 15vw;
		}

		.inner_header {
			width: 100%;
		}

		div#card_interview>a {
			display: flex;
			flex-wrap: wrap;
			gap: 4vw 0;
		}

		div#card_interview figure {
			border-radius: 2vw;
			width: auto;
			height: auto;
		}

		div#card_interview .int_header {
			width: 100%;
		}

		div#card_interview h3.name {
			display: flex;
			font-size: 8.75vw;
			align-items: flex-end;
		}

		div#card_interview h3.name>span.num {
			font-size: 5vw;
			padding-left: 0;
			margin-right: 0.4em;
			line-height: 0.35;
		}

		div#card_interview h3.name small[lang='en'] {
			font-size: 5vw;
			top: 0.2em;
			margin-left: 0.3em;
			line-height: 0.5;
		}

		div#card_interview h3.name+p {
			margin-top: 1.2em;
		}

		div#card_interview p.present {
			font-size: 3.75vw;
		}

		div#card_interview p.present>br {
			display: none;
		}

		div#card_interview h4.catch {
			font-size: 8.75vw;
			line-height: 1.2;
			padding: 4vw 4vw 1vw 4vw;
		}

		div#card_interview h4.catch::before,
		div#card_interview h4.catch::after {
			width: 11vw;
			height: 6vw;
		}

		div#card_interview h4.catch::before {
			top: 1.5vw;
			left: -4.5vw;
		}

		div#card_interview h4.catch::after {
			bottom: -6.5vw;
			right: -3vw;
		}

		#inner_interview .inner_excerpt {
			margin-top: 3vw;
		}

		#inner_interview .inner_excerpt p {
			font-size: 4.063vw;
		}

		/*nest-end*/
	}

	/*===== #sec_limited_items(sp) =======*/

	#sec_limited_items {
		margin-top: 0;
		padding-top: 5vw;
		/*nest-start*/

		&>.inner {
			padding: 0vw 0 0 0;
			min-height: initial;
			height: 200vw;
		}


		.inner_header h2+p {
			font-size: 3.75vw;
		}

		.wrapper_uniform {
			width: 100%;
			margin-top: -25vw;
			height: calc(100vw * 2);
		}

		.wrapper_uniform>a>img {
			width: 100vw;
			max-width: initial;
			height: auto;
			transform: translate(-50%, -46%) skewY(5deg);
		}

		/*nest-end*/
	}

	/**/


	/*===== #sec_downloads(sp) =======*/
	#sec_downloads {
		margin-top: 5vw;
		/*nest-start*/

		&>.inner {
			width: 92vw;
			padding-bottom: 12vw;
		}

		.inner_header {
			width: 100%;
		}

		.inner_header h2+p {
			margin-top: 0.75em;
		}

		h3 {
			font-size: 4.065vw;
			font-feature-settings: "palt" 1;
		}

		div.wrapper_wp {
			margin-top: 5vw;
		}

		.inner_header+div.wrapper_wp {
			margin-top: 5vw;
		}

		div.wrapper_wp>ul {
			margin-top: 3vw;
			gap: 3vw 3vw;
		}

		div.wrapper_wp+div.wrapper_wp {
			margin-top: 10vw;
		}

		div.wrapper_wp.pc>ul>li,
		div.wrapper_wp.mtg>ul>li {
			width: calc((100% - 3vw * 1) / 2);
		}

		div.wrapper_wp.sp>ul>li {
			width: calc((100% - 3vw * 2) / 3);
		}

		/*nest-end*/
	}


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

/**/




/**/



/**/


/**/

/**/

/**/



/**/


/**/


/**/