@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	本文共通

//////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------

	共通

------------------------------------------------------------------------------*/


/* 見出し
------------------------------------------------------------------------------*/

main h2 .en,
main h2 .jp {
	display: block;
}

main h2 .en {
	margin-bottom: .25em;
	font-size: 10em;
	font-weight: 800;
	line-height: .8;
}

main h2 .en span {
	color: rgba(var(--main-color),1);
}

main h2 .jp {
	font-size: 1.625em;
	font-weight: bold;
	line-height: 1;
}

@media screen and (max-width: 1300px) {

main h2 .en {
	font-size: 7.5em;
}

main h2 .jp {
	font-size: 1.5em;
}

}

@media screen and (max-width: 1024px) {

main h2 .en {
	font-size: 6.5em;
}

main h2 .jp {
	font-size: 1.25em;
}

}

@media screen and (max-width: 767px) {

main h2 .en {
	font-size: 13vw;
}

main h2 .jp {
	font-size: 4.5vw;
}

}


/* 見出し（日本語）
------------------------------------------------------------------------------*/

main #article h2 .jp,
main #interview h2 .jp,
main #more h2 .jp {
	font-size: 8.8em;
	line-height: 1.1;
}

main #article h2 .jp,
main #interview h2 .jp {
	position: absolute;
	writing-mode: vertical-rl;
	font-feature-settings: normal;
	text-align: left;
}

main #article h2 .jp span,
main #interview h2 .jp span {
	display: block;
}

main #article h2 .jp {
	top: 280px;
	right: 0;
	height: 7em;
}

main #interview h2 .jp {
	top: 0;
	left: 0;
	height: 9.5em;
}

@media screen and (max-width: 1500px) {

main #article h2 .jp,
main #interview h2 .jp,
main #more h2 .jp {
	font-size: 7.25em;
}

}

@media screen and (max-width: 1400px) {

main #article h2 .jp,
main #interview h2 .jp,
main #more h2 .jp {
	font-size: 6em;
}

}

@media screen and (max-width: 1300px) {

main #article h2 .jp,
main #interview h2 .jp,
main #more h2 .jp {
	font-size: 4em;
}

main #article h2 .jp {
	top: 220px;
	height: 12em;
}

main #interview h2 .jp {
	height: 14.5em;
}

main #article h2 .jp span,
main #interview h2 .jp span {
	display: inline;
}

}

@media screen and (max-width: 1024px) {

main #article h2 .jp {
	top: 160px;
}

}

@media screen and (max-width: 767px) {

main #article h2 .jp,
main #interview h2 .jp,
main #more h2 .jp {
	font-size: 9vw;
}

main #article h2 .jp {
	top: 23vw;
}

}


/* テキスト
------------------------------------------------------------------------------*/

main .text p {
	font-weight: bold;
	font-size: 1.5em;
}

@media screen and (max-width: 1300px) {

main .text p {
	font-size: 1.25em;
}

}

@media screen and (max-width: 1024px) {
	
main .text p {
	font-size: 1.125em;
}

}

@media screen and (max-width: 900px) {

main .text p {
	font-size: 1em;
}

}

@media screen and (max-width: 767px) {
	
main .text p {
	font-size: 3vw;
}

}



/* archive
------------------------------------------------------------------------------*/

main .archive {
	display: flex;
	flex-wrap: wrap;
}

main .archive a,
main .archive .noimage {
	position: relative;
	width: 25%;
}

main .archive a .info,
main .archive a .furigana {
	position: absolute;
	top: 0;
	left: 0;
}

main .archive img {
	z-index: -1;
}

main .archive a:hover {
	opacity: .5;
}

@media screen and (max-width: 1500px) {

main .archive a .info .name {
	font-size: 2.25em;
}

}

@media screen and (max-width: 1400px) {

main .archive a .info .name {
	font-size: 2em;
}

}

@media screen and (max-width: 1300px) {

main .archive a .info .name {
	font-size: 1.5em;
}

main .archive a .furigana {
	font-size: .5em;
}

}

@media screen and (max-width: 900px) {

main .archive a .info .degree {
	font-size: .65em;
}

}

@media screen and (max-width: 767px) {

main .archive a:hover {
	opacity: 1;
}

}


/* archive color
------------------------------------------------------------------------------*/

main .archive .noimage::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(var(--main-color),.6);
	z-index: 1;
}

main .archive a.sub_c::after,
main .archive .noimage.sub_c::after {
	background-color: rgba(var(--sub-color),.6);
}

@media screen and (max-width: 767px) {

main #article .archive .noimage:nth-child(odd)::after,
main #interview .archive .noimage:nth-child(1)::after,
main #interview .archive .noimage:nth-child(4)::after,
main #more .archive .noimage:nth-child(odd)::after {
	background-color: rgba(var(--main-color),.6);
}

main #article .archive .noimage:nth-child(even)::after,
main #interview .archive .noimage:nth-child(2)::after,
main #interview .archive .noimage:nth-child(3)::after,
main #more .archive .noimage:nth-child(even)::after {
	background-color: rgba(var(--sub-color),.6);
}

}


/* archive article / more
------------------------------------------------------------------------------*/

main #article .archive a:nth-child(1) .info,
main #article .archive a:nth-child(4) .info,
main #article .archive a:nth-child(5) .info,
main #more .archive a:nth-child(2) .info,
main #more .archive a:nth-child(3) .info {
	bottom: 6em;
	left: 3em;
}

main #article .archive a:nth-child(2) .info,
main #article .archive a:nth-child(3) .info,
main #more .archive a:nth-child(1) .info,
main #more .archive a:nth-child(5) .info {
	top: 2em;
	right: 3em;
	text-align: right;
}

@media screen and (max-width: 1300px) {

main #article .archive a:nth-child(1) .info,
main #article .archive a:nth-child(4) .info,
main #article .archive a:nth-child(5) .info,
main #more .archive a:nth-child(2) .info,
main #more .archive a:nth-child(3) .info {
	left: 2em;
	bottom: 4.5em;
}

main #article .archive a:nth-child(2) .info,
main #article .archive a:nth-child(3) .info,
main #more .archive a:nth-child(1) .info,
main #more .archive a:nth-child(5) .info {
	top: 1.5em;
	right: 2em;
}

}

@media screen and (max-width: 900px) {

main #article .archive a:nth-child(1) .info,
main #article .archive a:nth-child(4) .info,
main #article .archive a:nth-child(5) .info,
main #more .archive a:nth-child(2) .info,
main #more .archive a:nth-child(3) .info {
	left: 1.5em;
	bottom: 3em;
}

main #article .archive a:nth-child(2) .info,
main #article .archive a:nth-child(3) .info,
main #more .archive a:nth-child(1) .info,
main #more .archive a:nth-child(5) .info {
	right: 1.5em;
}

}


/*------------------------------------------------------------------------------

	COMMENT

------------------------------------------------------------------------------*/

main #comment {
	padding: 150px 0;
	background-image: url(../img/bg_wave_l.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20%;
}

main #comment h2 {
	margin-bottom: 100px;
}

main #comment .group {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

main #comment .group .text {
	flex: 1;
	margin-right: 3.75em;
	line-height: 2.5;
}

main #comment .group .text p {
	font-size: inherit;
}

main #comment .group .photo {
	position: relative;
	width: 645px;
	margin-top: .65em;
}

main #comment .group .photo dl {
	position: absolute;
	bottom: -15%;
	left: 0;
	width: 100%;
}

main #comment .group .photo dl dt,
main #comment .group .photo dl dd {
	color: #FFF;
}

main #comment .group .photo dl dt {
	position: relative;
	display: inline-block;
	background-color: rgba(0,0,0,1);
	font-weight: bold;
	text-align: center;
}

main #comment .group .photo dl dt .jp,
main #comment .group .photo dl dt::after {
	line-height: 1;
}

main #comment .group .photo dl dt .jp {
	display: block;
	padding: .45em .75em .85em;
	font-size: 3.75em;
}

main #comment .group .photo dl dt .jp span {
	color: rgba(var(--accent-color),1);
}

main #comment .group .photo dl dt::after {
	position: absolute;
	bottom: 1.85em;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 100%;
	content: "TAKEUCHI EIJI";
	letter-spacing: .75em;
	text-indent: .75em;
	font-weight: 700;
	font-size: .875em;
}

main #comment .group .photo dl dd {
	position: absolute;
	left: 20%;
	bottom: -5em;
	padding: 3em 3em 1.25em;
	background-color: rgba(var(--main-color),1);
	line-height: 1.4;
	font-weight: bold;
	font-size: .813em;
	z-index: -1;
}

main #comment .group .photo dl dd span {
	display: block;
}

main #comment .group .photo figure {
	padding-left: 3em;
}

@media screen and (max-width: 1500px) {

main #comment {
	background-size: 25%;
}

main #comment .group .photo {
	width: 580px;
}

}

@media screen and (max-width: 1300px) {

main #comment {
	padding: 100px 0;
}

main #comment h2 {
	margin-bottom: 80px;
}

main #comment .group .photo {
	width: 500px;
}

main #comment .group .photo dl {
	bottom: -20%;
}

main #comment .group .photo dl dt .jp {
	font-size: 3em;
}

main #comment .group .photo dl dt::after {
	font-size: .75em;
}

}

@media screen and (max-width: 1200px) {

main #comment h2 {
	margin-bottom: 60px;
}

main #comment .group .photo {
	width: 450px;
}

main #comment .group .photo dl {
	bottom: -20%;
}

main #comment .group .photo dl dt .jp {
	font-size: 2.5em;
}

main #comment .group .photo dl dt::after {
	font-size: .6em;
}

}

@media screen and (max-width: 1024px) {
	
main #comment .group .text {
	margin-right: 2.5em;
}

main #comment .group .photo {
	width: 350px;
}

main #comment .group .photo dl {
	bottom: -26%;
}

main #comment .group .photo dl dt .jp {
	font-size: 2.25em;
}

main #comment .group .photo dl dt::after {
	font-size: .525em;
}

main #comment .group .photo dl dd {
	left: 10%;
	font-size: .65em;
}

}

@media screen and (max-width: 900px) {

main #comment {
	background-size: 35%;
}
	
main #comment .group .photo {
	width: 250px;
}

main #comment .group .photo figure {
	padding-left: 1em;
}

main #comment .group .photo dl {
	bottom: -25%;
}

main #comment .group .photo dl dt .jp {
	font-size: 1.5em;
}

main #comment .group .photo dl dt::after {
	font-size: .35em;
}

main #comment .group .photo dl dd {
	width: 75%;
	left: 10%;
	bottom: -6em;
}

}

@media screen and (max-width: 767px) {

main #comment {
	padding: 15vw 0;
	background-size: 42vw;
}

main #comment h2 {
	margin-bottom: 10vw;
}

main #comment .group {
	flex-direction: column-reverse;
}
	
main #comment .group .text {
	margin-top: 35vw;
	margin-right: 0;
}

main #comment .group .photo {
	width: 100%;
}

main #comment .group .photo figure {
	padding-left: 15vw;
}

main #comment .group .photo dl {
	bottom: -25%;
}

main #comment .group .photo dl dt .jp {
	font-size: 8vw;
}

main #comment .group .photo dl dt::after {
	font-size: 1.75vw;
}

main #comment .group .photo dl dd {
	width: 72%;
	left: 10%;
	bottom: -18vw;
	font-size: 3vw;
}

}


/*------------------------------------------------------------------------------

	ARTICLE

------------------------------------------------------------------------------*/

main #article {
	position: relative;
	padding: 420px 0 0;
	background-image: url(../img/bg_wave_r.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 52%;
}

@media screen and (max-width: 1300px) {

main #article {
	padding: 350px 0 0;
}

}

@media screen and (max-width: 900px) {

main #article {
	padding: 250px 0 0;
}

}

@media screen and (max-width: 767px) {

main #article {
	padding: 50vw 0 0;
	background-position: right 7vw;
	background-size: 70%;
}

}


/* since scroll
------------------------------------------------------------------------------*/

main #article .since,
main #article .since span,
main #article .since span::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

main #article .since {
	top: 0;
	letter-spacing: .5em;
	text-indent: .5em;
	font-size: 1.563em;
}

main #article .since span {
	overflow: hidden;
	display: block;
	top: 4em;
	width: 1px;
	height: 187px;
}

main #article .since span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	animation: scroll infinite linear 2s;
}

@keyframes scroll {
0%{top:-120%;}
100%{top:120%;}
}

@media screen and (max-width: 1300px) {

main #article .since span {
	height: 120px;
}

main #article .since {
	font-size: 1.25em;
}

}

@media screen and (max-width: 900px) {

main #article .since {
	font-size: 1.125em;
}

}

@media screen and (max-width: 767px) {

main #article .since span {
	width: .25vw;
	height: 20vw;
}

}


/* 本文
------------------------------------------------------------------------------*/

main #article h2 .en {
	margin-bottom: 1em;
	text-align: center;
}

main #article .group {
	position: relative;
	width: 74%;
	padding-top: 150px;
}

main #article .text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

main #article .text p {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

main #article .text p span {
	margin-bottom: 1em;
	padding: .75em 1.85em;
	background-color: rgba(0,0,0,1);
	line-height: 1;
	color: #FFF;
}

main #article .text p span:nth-child(1) { margin-left: 2em;}
main #article .text p span:nth-child(3) { margin-left: -2em;}
main #article .text p span:nth-child(5) { margin-left: 2em;}

main #article .text p span:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 1300px) {

main #article .group {
	width: 88%;
	padding-top: 100px;
}

}

@media screen and (max-width: 1024px) {

main #article .group {
	width: 86%;
	padding-top: 70px;
}

}

@media screen and (max-width: 900px) {

main #article .group {
	width: 84%;
	padding-top: 90px;
}

}

@media screen and (max-width: 767px) {

main #article .group {
	width: 84%;
	padding-top: 55vw;
}

main #article .text {
	left: 3vw;
}

main #article .text p span {
	padding: .75em 1.5em;
}

}



/* archive
------------------------------------------------------------------------------*/

main #article .archive::before {
	content: "";
}

main #article .archive::before,
main #article .archive a,
main #article .archive .noimage {
	width: 50%;
}

@media screen and (max-width: 767px) {

main #article .archive::before {
	display: none;
}

main #article .archive::before,
main #article .archive a,
main #article .archive .noimage {
	width: 100%;
}

}


/*------------------------------------------------------------------------------

	INTERVIEW

------------------------------------------------------------------------------*/

main #interview {
	padding: 240px 0 280px;
}

@media screen and (max-width: 1300px) {

main #interview {
	padding: 170px 0 210px;
}

}

@media screen and (max-width: 900px) {

main #interview {
	padding: 120px 0 160px;
}

}

@media screen and (max-width: 767px) {

main #interview {
	padding: 20vw 0 30vw;
}

}


/* 本文
------------------------------------------------------------------------------*/

main #interview h2,
main #interview .text p {
	text-align: right;
}

main #interview .text {
	margin-bottom: 90px;
}

main #interview .text p {
	margin-bottom: 0;
	line-height: 2;
}

main #interview .text p span {
	display: block;
}

main #interview .text .what {
	position: absolute;
	bottom: 10%;
	left: 20%;
	transform: rotate(-14deg);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1;
	font-size: 3.75em;
	color: #FFF;
	z-index: 10;
}

main #interview .text .what span {
	display: inline;
	padding: .5em 1em;
	background-color: rgba(0,0,0,1);
}

main #interview .text .what span:first-of-type {
	margin-right: 1.75em;
	margin-bottom: .25em;
}

@media screen and (max-width: 1300px) {

main #interview .text {
	margin-bottom: 70px;
}

main #interview .text .what {
	left: 8%;
	font-size: 2.5em;
}

}

@media screen and (max-width: 1024px) {

main #interview .text {
	margin-bottom: 50px;
}

main #interview .text .what {
	left: 15%;
	bottom: 7%;
	font-size: 2em;
}

}

@media screen and (max-width: 767px) {

main #interview .text {
	margin-bottom: 8vw;
}

main #interview .text p {
	font-size: 2.7vw;
}

main #interview .text .what {
	left: 5%;
	bottom: auto;
	top: 50%;
	transform: rotate(-14deg) translateY(-40%);
	font-size: 5vw;
}

}

/* archive
------------------------------------------------------------------------------*/

main #interview .archive {
	width: 72%;
	margin-left: auto;
}

main #interview .archive a,
main #interview .archive .noimage {
	width: 25%;
}

main #interview .archive .info {
	top: 3em;
	right: 2em;
	writing-mode: vertical-rl;
	font-feature-settings: normal;
}

main #interview .archive .info .degree {
	margin-top: .25em;
}

@media screen and (max-width: 1300px) {

main #interview .archive {
	width: 88%;
}

}

@media screen and (max-width: 900px) {

main #interview .archive {
	width: 84%;
}

main #interview .archive .info {
	top: 2em;
	right: 1em;
}

}

@media screen and (max-width: 767px) {

main #interview .archive {
	width: 80%;
}

main #interview .archive a,
main #interview .archive .noimage {
	width: 50%;
}

}


/*------------------------------------------------------------------------------

	more

------------------------------------------------------------------------------*/

main #more {
	position: relative;
	padding: 170px 0;
	background: rgba(0,0,0,1);
	background: url(../img/more_slash.svg) no-repeat, linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(var(--main-color),1) 50%);
	background-size: 100%;
}

main #more .site_column {
	position: static;
}

@media screen and (max-width: 1500px) {

main #more {
	padding: 120px 0;
}

}

@media screen and (max-width: 1400px) {

main #more {
	padding: 100px 0;
}

}


@media screen and (max-width: 1300px) {

main #more {
	padding: 70px 0;
}

}


@media screen and (max-width: 767px) {

main #more {
	padding: 10vw 0;
}

}


/* 見出し
------------------------------------------------------------------------------*/

main #more h2 {
	text-align: center;
}

main #more h2::after {
	content: "PAST&FUTURE";
	letter-spacing: 1.25em;
	text-indent: 1.25em;
	font-weight: 800;
	font-size: 1.375em;
	color: #FFF;
}

main #more h2 .en {
	position: absolute;
	top: -.725em;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

main #more h2 .jp {
	margin-bottom: .25em;
	letter-spacing: .085em;
	text-indent: .085em;
	color: #FFF;
}

main #more h2 .jp > span {
	display: block;
}

main #more h2 .jp > span span:first-of-type {
	color: rgba(var(--sub-color),1);
}

main #more h2 .jp > span span:last-of-type {
	color: rgba(var(--accent-color),1);
}

@media screen and (max-width: 1500px) {

main #more h2::after {
	font-size: 1.25em;
}

}

@media screen and (max-width: 1400px) {

main #more h2::after {
	font-size: 1em;
}

}

@media screen and (max-width: 1300px) {

main #more h2::after {
	font-size: .75em;
}

}

@media screen and (max-width: 767px) {

main #more h2::after {
	font-size: 1.75vw;
}

}


/* 本文
------------------------------------------------------------------------------*/

main #more .text {
	padding: 7em 0 8em;
}

main #more .text p {
	text-align: center;
	color: #FFF;
}

@media screen and (max-width: 1400px) {

main #more .text {
	padding: 4em 0 5em;
}

}

@media screen and (max-width: 767px) {

main #more .text {
	padding: 2em 0 2.5em;
}

main #more .text p {
	text-align: left;
}

}


/* archive
------------------------------------------------------------------------------*/

main #more .archive a,
main #more .archive .noimage {
	width: 50%;
}

@media screen and (max-width: 767px) {

main #more .archive a,
main #more .archive .noimage {
	width: 100%;
}

}



