﻿@charset "UTF-8";
/* CSS Document */
h1 {
	background-image: url("/agora/topeye/index/topeye_h1_bg.jpg");
}
h1 span {
	background-image: url("/agora/topeye/index/topeye_h1.png");
}
.ContentsBlock {
	display: block;
	width: 83.33vw;
	max-width: 1000px;
	margin: 2em auto;
	position: relative;
}
#TopCopyBlock {
	display: grid;
	grid-template-columns: 88% 12%;
	grid-template-rows: auto auto;
	grid-template-areas: "TopeyeLogoText TopeyeLogo"
		"TopCopy TopeyeLogo";
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#TopeyeLogo {
	grid-area: TopeyeLogo;
	display: block;
	width: 10vw;
	max-width: 120px;
	height: 10vw;
	max-height: 120px;
}
#TopeyeLogoText {
	grid-area: TopeyeLogoText;
	display: block;
	height: 3.33vw;
	max-height: 40px;
	padding-right: 1em;
}
#TopeyeLogoText img {
	height: 100%;
	width: auto;
	aspect-ratio: 10/1;
}
#TopCopy {
	grid-area: TopCopy;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	font-size: 120%;
	line-height: 150%;
	padding-right: 1em;
}
#TopeyeMenuBlock {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: wrap-reverse;
	gap: 1em;
	margin-top: 2em;
}
#TopeyeMenuBlock .TopeyeMenu {
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: auto auto 1fr;
	grid-template-areas: "Photo Title Date"
		"Photo Name Name"
		"Photo MainCopy MainCopy";
	width: 100%;
	flex-shrink: 0;
	padding: 5px;
	position: relative;
	border: solid 1px #3e8d9e;
}
#TopeyeMenuBlock .TopeyeMenu .Photo {
	grid-area: Photo;
	width: 26.66vw;
	max-width: 320px;
	padding-right: 1em;
}
#TopeyeMenuBlock .TopeyeMenu .Photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#TopeyeMenuBlock .TopeyeMenu .Title {
	grid-area: Title;
	color: #3e8d9e;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 120%;
	line-height: 200%;
	font-weight: 700;
}
#TopeyeMenuBlock .TopeyeMenu .Name {
	grid-area: Name;
	width: 100%;
	display: block;
}
#TopeyeMenuBlock .TopeyeMenu .MainCopy {
	grid-area: MainCopy;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#TopeyeMenuBlock .TopeyeMenu .Date {
	grid-area: Date;
	width: 100%;
	padding: 0.25em;
	font-size: 80%;
	text-align: right;
}
#TopeyeMenuBlock .TopeyeMenu a {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -999em;
}
#TopeyeMenuBlock .TopeyeMenu a::after {
	content: "";
	display: block;
	width: 1.25em;
	height: 1.25em;
	position: absolute;
	bottom: 0.5em;
	;
	right: 0.5em;
	background: url("../../../images/global/icn_arrow_r_wh.png") no-repeat center center #3e8d9e;
	background-size: 1em;
	border-radius: 50%;
}
/*ページコンテンツ*/
.TopMessage {
	display: grid;
	grid-template-columns: 30% 70%;
	grid-template-rows: auto auto;
	grid-template-areas: "Logo BobyCopy""Num BobyCopy";
	margin: 0 auto;
	position: relative;
}
.TopMessage .Logo {
	grid-area: Logo;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.TopMessage .Number {
	grid-area: Num;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0.25em;
	padding-top: 1em;
}
.TopMessage .Number span {
	display: flex;
	align-itemst: center;
	justify-content: center;
	width: 1.5em;
	height: 1.5em;
	font-size: 150%;
	line-height: 150%;
	background: #000000;
	color: #ffffff;
}
.TopMessage .BobyCopy {
	grid-area: BobyCopy;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-flow: column;
	font-size: 120%;
	line-height: 150%;
	padding-left: 1em;
}
.TopMessage h2 {
	margin: 1em 0;
}



.ProfileArea {
	display: flex;
	margin: 1em auto;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	gap: 1em;
}

.ProfileArea .PhotoArea {
	width: 100%;
	flex-shrink: 0;
	text-align: center;
}

.ProfileArea .PhotoArea img {
	width: auto;
	height: 30vmin;
	max-height: 300px;
	aspect-ratio: 85/40;
	object-fit: contain;
}

.ProfileArea .Profile p {
	text-align: center;
}

/*スマホ*/
@media screen and (max-width: 767px) {
	.ProfileArea .PhotoArea {
		width: 100%;
		height: auto;
		aspect-ratio: 85/40;
		flex-shrink: 0;
	}

	.ProfileArea .PhotoArea img {
		height: 100%;
		width: auto;
		aspect-ratio: 85/40;
		object-fit: contain;
	}
}







.ProfileArea .Profile {
	width: calc(70% - 1em);
}
.ProfileArea .NameText {
	font-size: 200%;
	line-height: 200%;
	font-weight: 700;
}
.ProfileArea .ProfileBox {
	border-bottom: solid 1px #3e8d9e;
	border-top: solid 1px #3e8d9e;
	padding: 0.5em;
}
.ContentsBlock h3 {
	border-left: solid 5px #3e8d9e;
	padding: 0.25em;
	clear: both;
}
.ContentsBlock h4 {
	border-top: solid 1px #3e8d9e;
	border-bottom: solid 1px #3e8d9e;
	margin-top: 2em;
	padding: 0.25em;
	text-align: center;
	clear: both;
}
.ContentsBlock .BreakAll {
	display: block;
	max-width: 100%;
	overflow-wrap: break-all;
}
.ContentsBlock figure.FloatRight.Land {
	width: 32%;
	margin-bottom: 1em;
	margin-left: 1.5em;
	clear: right;
}
.ContentsBlock figure.FloatRight.Land img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
	margin-bottom: 0.25em;
}
.ContentsBlock figure.FloatRight.Square {
	width: 24%;
	margin-bottom: 1em;
	margin-left: 1.5em;
	clear: right;
}
.ContentsBlock figure.FloatRight.Square img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	margin-bottom: 0.25em;
}
.ContentsBlock figure.FloatRight.Port {
	width: 24%;
	margin-bottom: 1em;
	margin-left: 1.5em;
	clear: right;
}
.ContentsBlock figure.FloatRight.Port img {
	width: 100%;
	height: auto;
	aspect-ratio: 3/4;
	object-fit: cover;
	margin-bottom: 0.25em;
}
.ContentsBlock figure.FloatLeft, .ContentsBlock figure.FloatLeft.Land {
	width: 32%;
	margin-bottom: 1em;
	margin-right: 1.5em;
	clear: left;
}
.ContentsBlock figure.FloatLeft.Land img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
	margin-bottom: 0.25em;
}
.ContentsBlock figure figcaption {
	text-align: center;
	font-size: 80%;
	line-height: 120%;
	color: #666666;
}
.ContentsBlock .FigBlock {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: wrap;
	gap: 1em;
	margin: 1em auto;
	width: 100%;
	position: relative;
}
.ContentsBlock .FigBlock figure {
	text-align: center;
}
.ContentsBlock .FigBlock figure img {
	margin: 0 0.5em;
	max-width: 100%;
}
.ContentsBlock .FigBlock figure.Land {
	margin: 0;
}
.ContentsBlock .FigBlock figure.Land img {
	width: 32vw;
	max-width: 320px;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
}
.ContentsBlock .FigBlock figure.Square img {
	width: 24vw;
	max-width: 240px;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.DisplayCenterInner {
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16/9;
	margin: 0 auto;
}
.DisplayCenterInner video {
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16/9;
}
.GreenText.BoldText.LargeText {
	margin-right: 0.5em;
}
/*タブレット*/
@media screen and (max-width:1199px) {}
/*スマホ*/
@media screen and (max-width: 767px) {
	#TopCopyBlock {
		grid-template-columns: auto auto;
		grid-template-rows: auto auto;
		grid-template-areas: "TopeyeLogoText TopeyeLogo"
			"TopCopy TopeyeLogo";
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#TopeyeLogo {
		grid-area: TopeyeLogo;
		width: 25vmin;
		max-width: 25vmin;
		height: 25vmin;
		max-height: 25vmin;
	}
	#TopeyeLogoText {
		grid-area: TopeyeLogoText;
		display: block;
		height: 10vmin;
		max-height: 10vmin;
		padding-bottom: 1em;
	}
	#TopCopy {
		font-size: 100%;
		line-height: 150%;
		padding-right: 1em;
	}
	#TopeyeMenuBlock .TopeyeMenu .MainCopy {
		padding-right: 2em;
		padding-top: 0.5em;
	}
	/*ページコンテンツ*/
	.TopMessage {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto auto;
		grid-template-areas: "Logo""Num""BobyCopy";
		margin: 0 auto;
		position: relative;
	}
	.TopMessage .Logo {
		justify-content: center;
	}
	.TopMessage .Logo img {
		width: 50vmin;
		height: auto;
	}
	.TopMessage .Number {
		margin-bottom: 1em;
	}
	.ProfileArea {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: column;
		gap: 1em;
	}
	.ProfileArea .PhotoArea {
		width: 70vmin;
		flex-shrink: 0;
	}
	.ProfileArea .Profile {
		width: 90%;
		flex-shrink: 0;
		text-align: center;
	}
	.ProfileArea .NameText {
		font-size: 200%;
		line-height: 200%;
		font-weight: 700;
	}
	.ProfileArea .ProfileBox {
		border-bottom: solid 1px #3e8d9e;
		border-top: solid 1px #3e8d9e;
		padding: 0.5em;
		text-align: left;
	}
	.ContentsBlock figure.FloatRight.Land {
		float: none;
		width: 75vmin;
		margin-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	.ContentsBlock figure.FloatLeft.Land {
		float: none;
		width: 75vmin;
		margin-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	.ContentsBlock figure.FloatRight.Port {
		float: none;
		width: 75vmin;
		margin-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	.ContentsBlock figure.FloatLeft.Port {
		float: none;
		width: 75vmin;
		margin-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	.ContentsBlock figure.FloatRight.Square {
		float: none;
		width: 75vmin;
		margin-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	.ContentsBlock .FigBlock figure.Land img {
		width: 75vmin;
		max-width: 100%;
	}
	.ContentsBlock .FigBlock figure.Square img {
		width: 75vmin;
		max-width: 100%;
	}
	@media screen and (max-aspect-ratio: 11/10) {
		/* 縦向きの場合のスタイル */
		.ContentsBlock {
			width: 90%;
			max-width: 90%
		}
		#TopeyeLogoText {
			height: 8vmin;
			max-height: 8vmin;
		}
		#TopeyeMenuBlock .TopeyeMenu {
			display: grid;
			grid-template-columns: 1fr auto;
			grid-template-rows: auto auto auto auto;
			grid-template-areas: "Photo Photo"
				"Title Date"
				"Name Name"
				"MainCopy MainCopy";
		}
		#TopeyeMenuBlock .TopeyeMenu .Photo {
			width: 100%;
			max-width: 100%;
			aspect-ratio: 16/9;
			padding-right: 0;
			padding-bottom: 0.25em;
		}
		#TopeyeMenuBlock .TopeyeMenu .MainCopy {
			padding-right: 0;
			padding-bottom: 1.5em;
		}
	}
	@media screen and (min-aspect-ratio: 11/10) {
		/* 横向きの場合のスタイル */
	}
}