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

	#exhibition
	- mv
	- content
		+ commons
		+ exhibitionList
		+ videos
			+ modal custom
		+ reportList
	- parts
		+ pageAnchor
		+ tab

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
/* commons */
#content>div+div>[id^="sec"] {
	padding: 10px 0 49px;
}
#content>div+div>[id^="sec03"] {
	padding: 6px 0 39px;
}
[id^="sec"] .title {
	margin-bottom: 54px;
	padding: 4px 11px;
	color: #000;
	border-left: 5px solid #00a0e9;
}
[id^="sec02"] .title {
	margin-bottom: 40px;
}
[id^="sec03"] .title {
	margin-bottom: 34px;
}
@media screen and (max-width:767px) {
	#content>div+div>[id^="sec"] {
		padding: 10px 0 30px;
	}
	#content>div+div>[id^="sec03"] {
		padding: 10px 0 1px;
	}
	[id^="sec"] .title {
		margin-bottom: 40px;
		padding: 5px 11px 5px 14px;
	}
	[id^="sec02"] .title {
		margin-bottom: 30px;
	}
	[id^="sec03"] .title {
		margin-bottom: 26px;
	}
	
}

/* exhibitionList */
.exhibitionList>div {
	max-width: 1120px;
	margin: 0 auto;
}

.exhibitionList>div>h2 {
	margin: 60px 0 34px;
	padding: 5px 10px;
	text-align: center;
	color: #000;
	background-color: #eee;
}
.exhibitionList>div>h2>a.blank::after {
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}
.exhibitionList>div>h2>a.blank:hover::after {
	opacity: 0.5;
}
.exhibitionList>div .infoWrapper {
	word-break: break-all;
}
.exhibitionList>div .infoWrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
}
.exhibitionList>div .infoWrapper ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	margin: 0;
	padding-left: 20px;
}
.exhibitionList>div .infoWrapper ul li a {
	text-decoration: underline;
}
.exhibitionList>div .infoWrapper ul li a:hover {
	text-decoration: none;
}
.exhibitionList>div .infoWrapper ul li:nth-child(1) {
	max-width: 150px;
	padding-left: 0;
}
.exhibitionList>div .infoWrapper ul li:nth-child(2) {
	max-width: 183px;
}
.exhibitionList>div .infoWrapper ul li:nth-child(3) {
	max-width: 230px;
}
.exhibitionList>div .infoWrapper ul li:nth-child(4) {
	max-width: 217px;
}
.exhibitionList>div .infoWrapper ul li:nth-child(5) {
	max-width: 226px;
}
.exhibitionList>div .infoWrapper ul li:nth-child(5)>span.ar,
.exhibitionList>div .infoWrapper ul li:nth-child(5)>a {
	display: inline-block;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.exhibitionList>div .infoWrapper .infoBody ul li:nth-child(5)>span.ar::before,
.exhibitionList>div .infoWrapper .infoBody ul li:nth-child(5)>a::before {
	content: "";
	display: inline-block;
	margin: 0 0.6em 0 0;
	border-top: 0.3em solid rgba(255,255,255,0.0);
	border-left: 0.4em solid #666;
	border-bottom: 0.3em solid rgba(255,255,255,0.0);
}
.exhibitionList>div .infoWrapper .infoHead {
	padding: 0 17px 16px;
	border-bottom: 2px solid #222;
}
.exhibitionList>div .infoWrapper .infoBody ul {
	padding: 14px 15px 14px 19px;
	border-bottom: 1px solid #ddd;
}
.exhibitionList>div .infoWrapper .infoBody ul:last-child {
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.exhibitionList {
		padding: 0;
	}

	.exhibitionList>div {
		max-width: unset;
	}

	.exhibitionList>div>h2 {
		margin: 40px 0 24px;
	}
	.exhibitionList+.exhibitionList>div>h2 {
		margin: 64px 0 26px;
	}

	.exhibitionList>div .infoWrapper {
		overflow-x: scroll;
		margin: 0 -20px;
	}

	.exhibitionList>div .infoWrapper dl {
		min-width: 580px;
		padding: 0 20px;
	}

	.exhibitionList>div .infoWrapper ul li:nth-child(1),
	.exhibitionList>div .infoWrapper ul li:nth-child(2),
	.exhibitionList>div .infoWrapper ul li:nth-child(3) {
		min-width: 100px;
	}

	.exhibitionList>div .infoWrapper .infoHead {
		padding: 0 0 9px;
	}

	.exhibitionList>div .infoWrapper .infoBody ul {
		padding: 10px 0 12px;
	}
}

/* videos */
.videos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.videos>.videoItem {
	position: relative;
	width: calc(33.3333% - 26.6666px);
	max-width: 346px;
	margin-right: 40px;
	margin-top: 30px;
}
.videos>.videoItem:nth-child(-n+3) {
	margin-top: 0;
}
.videos>.videoItem:hover>p {
	color: #666;
}
.videos>.videoItem:nth-child(3n) {
	margin-right: 0;
}
.videos>.videoItem>a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.videos>.videoItem>.videoBody {
	margin-bottom: 14px;
}
.videos>.videoItem>.videoBody>figure {
	position: relative;
	overflow: hidden;
}
.videos>.videoItem>.videoBody>figure>img {
	margin: -9.4% 0;
}
.videos>.videoItem>.videoBody>figure>span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.videos>.videoItem>.videoBody>figure>span::after {
	content: "";
	display: block;
	width: 68px;
	height: 48px;
	background-image: url("../img/youtube_play_icon/yt_icon_mono_light_min.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 0.9;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}
.videos>.videoItem>a:hover+.videoBody>figure>span::after {
	background-image: url("../img/youtube_play_icon/yt_icon_rgb_min.png");
	opacity: 1.0;
}
.videos>.videoItem>p {
	position: relative;
	z-index: 1;
}
@media screen and (max-width:767px) {
	.videos>.videoItem:last-child {
		margin-bottom: 0;
	}
	.videos>.videoItem>.videoBody {
		margin-bottom: 8px;
	}
}


/* modal custom */
body .blocker {
	z-index: 9999;
}
.modalObj-clone {
	display: none;
}
.videoItem.modal {
	max-width: 60vw;
	padding: 0;
	background-color: #ddd;
	border-radius: 0;
}
.videoItem.modal>.videoBody {
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.videoItem.modal>.videoBody>iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.videos {
		display: block;
	}
	.videos>.videoItem {
		width: 100%;
		max-width: 100%;
		margin: 0 0 25px;
	}
	/* modal custom */
	.videoItem.modal {
		width: 100%;
		max-width: calc(100vw - 20px);
	}
}

/* reportList */
.reportList>div {
	max-width: 1120px;
	margin: 0 auto;
}
.reportList>div .infoWrapper ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
}
.reportList>div .infoWrapper ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	margin: 0;
	padding-left: 20px;
}
.reportList>div .infoWrapper ul li a {
	text-decoration: underline;
}
.reportList>div .infoWrapper ul li a:hover {
	text-decoration: none;
}
.reportList>div .infoWrapper ul li:nth-child(1) {
	max-width: 302px;
	padding-left: 0;
}
.reportList>div .infoWrapper ul li:nth-child(2) {
	max-width: 300px;
}
.reportList>div .infoWrapper ul li:nth-child(3) {
	max-width: 440px;
}
.reportList>div .infoWrapper .infoHead {
	padding: 0 17px 16px 17px;
	border-bottom: 2px solid #222;
}
.reportList>div .infoWrapper .infoBody ul {
	padding: 16px 17px 12px 17px;
	border-bottom: 1px solid #ddd;
}
.reportList>div .infoWrapper .infoBody ul:last-child {
	border-bottom: none;
}
@media screen and (max-width: 767px) {
	.reportList {
		padding: 0;
	}
	.reportList>div {
		max-width: unset;
	}
	.reportList>div .infoWrapper {
		overflow-x: scroll;
		margin: 0 -20px;
		padding-bottom: 27px;
	}
	.reportList>div .infoWrapper dl {
		min-width: 340px;
		padding: 0 20px;
	}
	.reportList>div .infoWrapper ul li:nth-child(1),
	.reportList>div .infoWrapper ul li:nth-child(2),
	.reportList>div .infoWrapper ul li:nth-child(3) {
		min-width: 100px;
	}
	.reportList>div .infoWrapper .infoHead {
		padding: 0 0 9px;
	}
	.reportList>div .infoWrapper .infoBody ul {
		padding: 10px 0 12px;
	}
}


/*----------------------------------------
	parts
-----------------------------------------*/
/* pageAnchor */
#content>#pageAnchor {
	margin-bottom: 78px;
}
#pageAnchor>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 0 0 0 -2px;
}
#pageAnchor>ul li>a {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 25px 0 0;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
	cursor: pointer;
}
#pageAnchor>ul li {
	margin: 0 32px 10px 0;
}
#pageAnchor>ul li:last-child {
	margin-right: 0;
}
#pageAnchor>ul li>a::after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: -2px;
	height: 10px;
	width: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	-webkit-transform-origin: top right;
	    -ms-transform-origin: top right;
	        transform-origin: top right;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	pointer-events: none;
	-webkit-transition: 0.1s ease-out;
	-o-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}
#pageAnchor>ul li>a:hover::after {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#content>#pageAnchor {
		margin-bottom: 45px;
	}
	#pageAnchor>ul li {
		margin: 0 32px 13px 0;
	}
}
/* tab */
#tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 40px;
}
#tab>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tab>ul>li {
	width: calc(5em + 10px);
}
#tab>ul>li+li {
	margin-left: 20px;
}
#tab>ul>li>a {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 5px 16px;
	color: #000;
	border-bottom: 2px solid #ddd;
	-webkit-transition: border 0.1s ease-out, color 0.1s ease-out;
	-o-transition: border 0.1s ease-out, color 0.1s ease-out;
	transition: border 0.1s ease-out, color 0.1s ease-out;
}
#tab>ul>li>a:hover,
#tab>ul>li.crnt>a {
	border-bottom-color: #00a0e9;
}
#tab>ul>li>a:hover {
	color: #666;
}
#tab>ul>li.crnt>a {
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#tab {
		margin-bottom: 60px;
	}
	#tab>ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
	}
	#tab>ul>li {
		width: calc(50% - 0.5px);
		line-height: 1.6rem;
		border-right: 1px solid rgba(255,255,255,0.0);
	}
	#tab>ul>li+li {
		margin: 0;
	}
	#tab>ul>li:nth-child(2n) {
		border-right: none;
	}
	#tab>ul>li:nth-child(n + 3) {
		margin-top: 1px;
	}
	#tab>ul>li>a {
		padding: 15px 5px;
		font-weight: normal;
		border-bottom: none;
		background-color: #eee;
		color: #666;
	}
	#tab>ul>li>a:hover,
	#tab>ul>li.crnt>a {
		color: #fff;
		background-color: #62b1d9;
	}
}

/* more btn */
.btn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 180px;
	height: 46px;
	margin: 20px auto 0;
	color: #000;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 40px;
	-webkit-box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn01 span {
	position: relative;
	padding-right: 25px;
	letter-spacing: -0.03em;
}
.btn01 span::after {
	content: "";
	position: absolute;
	right: 5px;
	height: 12px;
	width: 12px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.moreBtn01.btn01 span::after {
	top: calc(50% - 12px);
	border-bottom: 2px solid #00a0e9;
	border-right: 2px solid #00a0e9;
}
.closeBtn01.btn01 span::after {
	top: calc(50% - 2px);
	border-top: 2px solid #00a0e9;
	border-left: 2px solid #00a0e9;
}
.btn01:hover {
	border: 1px solid #00a0e9;
	background-color: #00a0e9;
	color: #fff;
}
.btn01:hover span::after {
	border-color: #fff;
}
@media screen and (max-width: 767px) {
	.toggleBtns {
		padding-bottom: 3px;
	}
	.btn01 span {
		margin: 0 auto;
	}
	.btn01:hover {
		border: 2px solid #ddd;
		background-color: #ddd;
		color: #000;
	}
	.btn01:hover span::after {
		border-color: #00a0e9;
	}
}

