@charset "utf-8";

/* =============================================================================
	レスポンシブ（2024.12.01）
 	========================================================================== */

/*-------- ベース --------*/

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

	*,
	*::before,
	*::after {
		box-sizing: border-box;
	}

	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
	}

	#masthead {
		width: 100%;
	}

	#main {
		width: 100%;
	}

	#main #container {
		width: 100% !important;
		padding: 20px 15px 30px 15px;
		float: none;
	}

	#colophon {
		width: 100%;
		font-size: 14px;
	}

	#page-end {
		width: 100%;
	}

	.flink {
		width: 100%;
	}
}

/*-------- header --------*/
#navbtn {
	display: none;
}

#menu__overlay {
	display: none;
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}

@media screen and (max-width: 1000px) {
	#main {
		padding-top: 0;
	}

	#header * {
		float: none !important;
	}

	#header {
		height: auto;
		background: none;
		background-color: #EEE;
	}

	#masthead {
		height: auto;
		background: none;
		background-color: #FFF;
	}

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

	#masthead #branding {
		width: 100%;
		position: fixed;
		top: 0;
		background: #FFF;
		height: 70px;
		display: flex;
		align-items: center;
		padding: 0 70px 0 20px;
		z-index: 1000;
		border-bottom: 1px solid #ebebeb;
	}

	#masthead #site-title {
		position: static;
	}

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

	#navbtn {
		position: absolute;
		right: 0;
		top: 0;
		padding: 0;
		outline: none;
		border: none;
		background: #FFF;
		width: 70px;
		height: 69px;
		cursor: pointer;
		display: inline-block;
		z-index: 999;
		transition: .3s;
		padding: 0 20px;
	}

	#navbtn:before,
	#navbtn:after {
		content: "";
		display: block;
		height: 2px;
		background-color: #00b24f;
		transform: translateY(6px);
		transition: 0.3s ease-in-out;
	}

	#navbtn:before {
		transform: translateY(-8px);
		box-shadow: 0 8px #00b24f;
	}

	#navbtn > span {
		position: absolute;
		right: 0;
		left: 0;
		bottom: -1.5em;
		margin: auto;
		font-size: 0.8em;
		line-height: 1;
		text-align: center;
		display: none;
	}

	.menuopen #navbtn:before {
		transform: rotate(-45deg);
		box-shadow: none;
	}

	.menuopen #navbtn:after {
		transform: translateY(-2px) rotate(45deg);
		box-shadow: none;
	}

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

	.l-gnav {
		display: none;
		position: fixed;
		width: 100vw;
		height: auto;
		max-height: 80vh;
		top: 70px;
		right: initial;
		left: 0;
		padding: 20px;
		overflow-y: auto;
		background: #FFF;
		font-size: 16px;
		z-index: 1000;
	}

	/*----------------*/
/*
	#masthead #main-navigation {
		position: static;
		top: initial;
		right: initial;
	}

	#masthead #main-navigation ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	#masthead #main-navigation ul li {
		display: block;
		width: 100%;
		background: none;
		border-bottom: 1px solid #00b24f;
	}

	#masthead #main-navigation ul li.about,
	#masthead #main-navigation ul li.exhibition,
	#masthead #main-navigation ul li.usage,
	#masthead #main-navigation ul li.access {
		background: none;
		width: 100%;
	}

	#masthead #main-navigation ul li.about a,
	#masthead #main-navigation ul li.exhibition a,
	#masthead #main-navigation ul li.usage a,
	#masthead #main-navigation ul li.access a {
		background: none;
		width: 100%;
	}

	#masthead #main-navigation ul li a {
		display: flex;
		align-items: center;
		width: 100%;
		font-size: 1rem;
		text-indent: initial;
		background: none;
		padding: 16px 16px 16px 0;
		height: auto;
		font-weight: bold;
	}

	#masthead #main-navigation ul li a::before {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: top 0 center / 100% auto no-repeat;
		margin-right: 10px;
	}

	#masthead #main-navigation ul li.about a::before {
		background-image: url(../images/sp/bg-menu_01_sp.png);
	}

	#masthead #main-navigation ul li.exhibition a::before {
		background-image: url(../images/sp/bg-menu_02_sp.png);
	}

	#masthead #main-navigation ul li.usage a::before {
		background-image: url(../images/sp/bg-menu_03_sp.png);
	}

	#masthead #main-navigation ul li.access a::before {
		background-image: url(../images/sp/bg-menu_04_sp.png);
	}
*/
	/*----------------*/

	.site-menu {
		padding: 0;
	}

	.hdr-nav {
		justify-content: flex-start;
		margin-right: 0;
		height: auto;
	}

	.hdr-nav__list {
		flex-direction: column;
		width: 100%;
	}

	.hdr-nav__items {
		position: relative;
		margin-right: 0;
		width: 100%;
		border-bottom: 1px solid #00b24f;
	}

	.hdr-nav__item-toggle {
		padding: 16px 16px 16px 0;
		height: auto;
		font-size: 15px;
	}

.menuopen .hdr-nav__item-toggle span {
	position: absolute;
	top: 50%;
	right: 2px;
	margin: -12px 0 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.menuopen .hdr-nav__item-toggle span::before,
.menuopen .hdr-nav__item-toggle span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #00b24f;
	content: "";
}
.menuopen .hdr-nav__item-toggle span::before {
	margin: -1px 0 0 -8px;
	width: 16px;
	height: 2px;
}
.menuopen .hdr-nav__item-toggle span::after {
	margin: -8px 0 0 -1px;
	width: 2px;
	height: 16px;
	transition: all 0.3s ease;
}

.menuopen .hdr-mega__checkbox:checked ~ .hdr-nav__item-toggle span::after {
	transform: rotate(90deg);
}

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

	#masthead .sub-navigation {
		position: static;
		top: initial;
		right: initial;
		font-size: 14px;
	}

	#masthead .sub-navigation ul {
		display: flex;
		flex-wrap: wrap;
		padding-top: 20px;
		width: 100%;
	}

	#masthead .sub-navigation ul li {
		display: block;
		width: 100%;
		margin-left: 0;
		margin: 16px 0 0;
	}

	#masthead .sub-navigation ul li a {
		display: block;
		width: 100%;
	}

	.sub-navigation ul li.ico-sitemap,
	.sub-navigation ul li.ico-english,
	.sub-navigation ul li.ico-search {
		background-size: 22px 22px;
	}

	.sub-navigation ul li.ico-sitemap a,
	.sub-navigation ul li.ico-english a,
	.sub-navigation ul li.ico-search .search-form {
		padding-left: 32px;
	}

	#masthead .sub-navigation ul li.ico-facebook,
	#masthead .sub-navigation ul li.ico-instagram {
		margin-top: 24px;
		width: 32px;
		height: 32px;
	}

	#masthead .sub-navigation ul li.ico-facebook {
		margin-left: -4px;
	}

	#masthead .sub-navigation ul li.ico-instagram {
		margin-left: 12px;
	}

	#masthead .sub-navigation ul li.ico-facebook a,
	#masthead .sub-navigation ul li.ico-instagram a {
		width: 32px;
		height: 32px;
		background-size: 32px 32px;
	}

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

	.search-form {
		justify-content: space-between;
	}

	.search-form input.search-field,
	.search-form input.search-field:focus,
	.search-form .search-submit {
		padding: 0.15em 0.3em;
		width: calc(100% - 54px);
		height: 28px;
		border: 1px solid #d0cfcd;
		background-color: #fff;
		font-size: 14px;
	}

	.search-form input.search-field::placeholder {
		color: #a5a19a;
	}

	.search-form .search-submit {
		display: block;
		width: 48px;
		border-radius: 3px;
		background-color: #d0cfcd;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0.2em;
	}

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

	.menuopen .hdr-mega,
	.menuopen .hdr-mega::before,
	.menuopen .hdr-mega__heading {
		display: none;
	}

	.menuopen .hdr-mega {
		visibility: visible;
		opacity: 1;
		position: relative;
		right: unset;
		left: unset;
		padding: 0;
	}

	.menuopen .hdr-mega__list {
		width: 100%;
		padding: 0 0 16px 16px;
	}

	.menuopen .hdr-mega__item {
		padding: 4px 0;
		width: 100%;
	}

	.menuopen .hdr-mega__item a {
		display: inline-block;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}
	.menuopen .hdr-mega__item a:not(.link-ext):not(.link-pdf) {
		padding-right: 0.8em;
	}

	.menuopen .hdr-mega-mask {
		display: none !important;
	}

}

/*-------- breadcrumbs --------*/
@media screen and (max-width: 1000px) {
	#masthead .breadcrumbs {
		position: static;
		display: block;
		z-index: 1;
		margin-top: 70px;
		background: #b5b1a8;
		padding: 5px 15px;
	}
}

/*-------- sidebar --------*/
@media screen and (max-width: 1000px) {
	#sidebar {
		float: none !important;
		width: 100%;
		padding: 0 15px 30px 15px;
	}

	#sidebar * {
		float: none !important;
	}

	#sidebar h2 {
		background-size: 100% 100%;
	}

	#sidebar-menu ul {
		display: flex;
		flex-wrap: wrap;
		border: none;
		border-left: 1px solid #d0cfcd;
	}

	#sidebar-menu ul li {
		width: 50%;
		border: none;
		border-right: 1px solid #d0cfcd;
		border-bottom: 1px solid #d0cfcd;
	}

	#sidebar-menu li.start {
		border-right: 1px solid #d0cfcd !important;
		border-bottom: 1px solid #d0cfcd !important;
	}

	#sidebar .recommend-banner {
		display: flex;
		flex-wrap: wrap;
	}

	#sidebar .recommend-banner > li {
		width: calc((100% / 3) - (20px / 3));
		margin-right: 10px;
	}

	#sidebar .recommend-banner > li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 590px) {
	#sidebar-menu ul li {
		width: 100%;
	}

	#sidebar .recommend-banner > li {
		width: calc((100% / 2) - (10px / 2));
		margin-right: 10px;
	}

	#sidebar .recommend-banner > li:nth-child(3n) {
		margin-right: 10px;
	}

	#sidebar .recommend-banner > li:nth-child(2n) {
		margin-right: 0;
	}
}

/*-------- footer --------*/
@media screen and (max-width: 1000px) {
	#footer * {
		float: none !important;
	}

	#colophon-nav {
		top: 9px;
	}

	#colophon-info {
		padding: 65px 15px 15px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: max-content max-content 1fr auto;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		gap: 20px;
	}

	#colophon-info > * {
		margin: 0;
	}

	#colophon-info #open-info {
		width: 100%;
		grid-area: 1 / 1 / 2 / 2;
	}

	#colophon-info #close-info {
		width: 100%;
		grid-area: 2 / 1 / 3 / 2;
	}

	#colophon-info #site-info {
		width: 100%;
		grid-area: 1 / 2 / 3 / 3;
	}

	#colophon-info .clear {
		display: none;
	}

	#colophon-info .flink {
		width: 100%;
		grid-area: 3 / 1 / 4 / 3;
	}

	#page-end .sub-navigation {
		margin-left: 0;
	}

	#page-end .sub-navigation ul {
		display: flex;
		flex-wrap: wrap;
	}

	#page-end .sub-navigation ul li {
		margin-bottom: 8px;
		background: url(../images/bg-list.gif) no-repeat top 3px left;
	}

	#page-end #copyright {
		margin: 15px auto 0;
		text-align: center;
		padding: 0 15px;
	}
}

@media screen and (max-width: 590px) {
	#colophon-info {
		padding: 55px 15px 15px;
		display: block;
	}

	#colophon-info #close-info {
		margin-top: 15px;
	}

	#colophon-info #site-info {
		margin-top: 25px;
		font-size: 12px;
		text-align: center;
	}

	#colophon-info .flink {
		margin-top: 15px;
	}

	#colophon-info #site-info .site-name {
		margin-bottom: 10px;
	}

	#page-end .sub-navigation ul li {
		width: 100%;
	}
}

/*-------- container --------*/

.content-page #content .tab-content .area {
	padding: 20px 0 0;
}

.content-page #content .tab-content .area h3 span {
	background-color: #00b24f;
}

@media screen and (max-width: 1000px) {
	#main #container * {
		float: none;
	}

	#main .page-title:not(:nth-child(1)) {
		margin-top: 40px;
	}

	.post-list-head {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.post-list {
		display: block;
		width: 100%;
	}

	.wide .post-list {
		display: block;
		width: 100%;
	}

	.post-list .entry-wrap {
		display: flex;
		width: 100%;
	}

	.post-list .entry-info {
		display: block;
		width: 100%;
	}

	.post-list .entry-type {
		position: static;
		margin-top: 10px;
		display: block;
	}

	.post-list .entry-image.right-bottom {
		position: static;
		margin-left: 10px;
	}

	.list-bottom-dotted h4 {
		display: block;
		width: 100%;
		text-align: left;
	}

	.list-bottom-dotted p {
		margin-left: 0;
		width: 100%;
		display: block;
	}

	#main #container .dotted {
		margin-bottom: 30px;
		background: none;
	}

	.content-page #content .content-left {
		width: 100% !important;
	}

	.content-page #content .content-right {
		width: 100% !important;
	}

	.content-page .alignright {
		margin-left: 0;
	}

	.content-page #content .tab {
		position: relative;
		z-index: 1;
	}

	.content-page #content .tab li {
		margin-right: auto;
	}

	.content-page #content .tab-content {
		position: relative;
		z-index: 0;
	}

	.content-page #content .tab-content .area {
		padding-top: 80px;
		transform: translateY(-70px);
		position: relative;
		z-index: 0;
	}

	.content-page #page-title-img img {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	.post-list .entry-wrap {
		display: block;
	}

	.post-list .entry-image.right-bottom {
		margin-left: 0;
		margin-top: 10px;
		text-align: left;
	}
}

/*-------- wp-pagenavi --------*/

@media screen and (max-width: 1000px) {
	.wp-pagenavi {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.wp-pagenavi > * {
		margin-bottom: 10px;
	}
}

/*-------- img-canvas --------*/

.img-canvas .canvas-back .img,
.img-canvas2 .canvas-back .img {
	background: #5e5645 !important;
}

.img-canvas .canvas-back .img span,
.img-canvas2 .canvas-back .img span {
	display: none !important;
}

.img-canvas .canvas-front-img,
.img-canvas2 .canvas-front-img {
	background-size: contain !important;
}

/*-------- exhibition.css --------*/

.content-page .img-canvas .canvas-back {
	display: none;
}

.content-page .img-canvas .canvas-fade {
	display: none;
}

@media screen and (max-width: 1000px) {
	.content-page .title {
		margin-bottom: 40px;
	}

	.content-page .title .badge {
		position: static;
		height: auto;
	}

	.content-page .fullsize {
		width: 100%;
	}

	.fullsize dd {
		width: 100%;
	}

	.gallery-canvas {
		margin-left: 0;
	}

	.gallery-canvas .canvas-front {
		position: static;
	}

	.gallery-canvas .caption {
		margin-top: 0;
	}

	.gallery-canvas,
	.gallery-canvas .canvas-front,
	.gallery-canvas .canvas-front-img,
	.gallery-canvas .canvas-back img,
	.gallery-canvas .canvas-back .img {
		width: 100%;
	}

	#info-other p {
		margin: 0 auto 15px !important;
		line-height: 1.6 !important;
		text-indent: initial !important;
	}

	.content-page .unit-left,
	.content-page .unit-right {
		width: 100%;
		max-width: 100%;
	}

	.content-page .unit-left:has(> .img-canvas) {
		width: 100%;
		max-width: 380px;
	}

	.content-page .unit-right:has(> .img-canvas) {
		width: 100%;
		max-width: 540px;
	}

	.unit-right dd {
		width: 100%;
	}
}

@media screen and (max-width: 590px) {
	.content-page .unit-left.fullsize {
		max-width: 100%;
	}

	.content-page .unit-right.fullsize {
		max-width: 100%;
	}

	.content-page .img-canvas {
		width: 100%;
		max-width: 380px;
		height: 0;
		padding-bottom: 65.789%;
	}

	.content-page .img-canvas .canvas-front,
	.content-page .img-canvas .canvas-front-img {
		width: 100%;
		max-width: 380px;
		height: 0;
		padding-bottom: 65.789%;
	}
}

/*-------- access.css --------*/
@media screen and (max-width: 1000px) {
	iframe[allowfullscreen] {
		float: none !important;
		width: 100%;
	}

	#explanation {
		width: 100%;
		height: auto;
		margin-left: 0;
	}

	#explanation dd {
		height: auto;
	}

	.content-page #content #explanation dt a {
		width: 100%;
	}
}

/*-------- sitemap.css --------*/
@media screen and (max-width: 1000px) {
	.sitemap-unit {
		width: 100%;
	}
}

/*-------- link.css --------*/
@media screen and (max-width: 1000px) {
	.content-page #content .blogroll {
		width: 100%;
	}

	.content-page #content .linkcat h2 {
		width: 100%;
	}
}

/*-------- top.css --------*/
@media screen and (max-width: 1000px) {
	.hero {
		flex-direction: column;
	}

	.top-left-side {
		float: initial;
		width: 100%;
	}

	.top-right-side {
		float: initial;
		width: 100%;
	}

	#content .top-right-side {
		padding: 15px;
		background: #f8f5f0;
	}

	.top-right-side * {
		float: initial;
	}

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

	#catch-exhibition-plan,
	#catch-exhibition-collection {
		float: initial;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#catch-exhibition-plan {
		margin-bottom: 0;
	}
	#catch-exhibition-collection,
	#catch-exhibition-gallery {
		margin: 30px 0 0;
	}

	.img-canvas .canvas-front,
	.img-canvas .canvas-front-img,
	.img-canvas2 .canvas-front,
	.img-canvas2 .canvas-front-img {
		width: 100%;
		max-width: 540px;
		height: 0;
		padding-bottom: 64.814%;
	}

	.img-canvas2 .canvas-front,
	.img-canvas2 .canvas-front-img {
		padding-bottom: 46.296%;
	}

	.hero .img-canvas,
	.hero .img-canvas2 {
		width: 100%;
		max-width: 540px;
	}

	.hero .exhibition-head {
		width: 100%;
		//margin-top: 10px;
	}
	.img-canvas+.exhibition-head,
	.img-canvas2+.exhibition-head {
		margin-top: 10px;
	}

	.hero .exhibition-info {
		float: initial;
		display: flex;
	}

	.hero .exhibition-info dt {
		float: initial;
		flex: 1;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}

	.hero .exhibition-info dd {
		float: initial;
		width: 100%;
	}

	.hero .img-canvas2 .canvas-back {
		width: 100%;
		max-width: 540px;
	}

	.hero .img-canvas2 .canvas-back img,
	.hero .img-canvas2 .canvas-back .img {
		width: 100%;
		max-width: 540px;
	}

	/*
	.top-left-side .img-canvas {
		width: 100%;
		max-width: 540px;
	}
	.top-left-side .exhibition-head{
		width: 100%;
		margin-top: 10px;
	}
	.top-left-side .exhibition-info{
		float: initial;
		display: flex;
	}
	.top-left-side .exhibition-info dt{
		float: initial;
		flex: 1;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}
	.top-left-side .exhibition-info dd{
		float: initial;
		width: 100%;
	}
*/

	.top-left-side .recent-topics ul.sub-link {
		display: flex;
		flex-wrap: wrap;
	}

	#main #container .exhibition-info dt span.content span {
		float: left;
	}

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

	.large-banner-unit,
	.large-banner-unit > .top-unit-left,
	.large-banner-unit > .top-unit-left > .primary-banner,
	.large-banner-unit > .top-unit-left > .primary-banner > .banner-large,
	.large-banner-unit > .top-unit-right,
	.large-banner-unit > .top-unit-right > .primary-banner,
	.large-banner-unit > .top-unit-right > .primary-banner > .banner-large {
		display: flex;
		width: 100%;
	}

	.large-banner-unit > .top-unit-left,
	.large-banner-unit > .top-unit-right {
		width: calc((100% / 2) - (10px / 2));
	}

	.large-banner-unit > .top-unit-right {
		margin-left: 10px;
	}

	.primary-banner li,
	.primary-banner li.banner-large a {
		width: initial;
		height: initial;
	}

	.primary-banner li a,
	.secondary-banner li a {
		font-size: 1rem;
		margin: 0;
		text-indent: initial;
	}

	.primary-banner .event {
		background: none;
		width: initial;
		height: initial;
	}

	.primary-banner .event a::before {
		content: "";
		width: 100%;
		height: 60px;
		display: block;
		background: url(../images/sp/ico_bnr05.svg) center center / 100% 100% no-repeat;
		margin-bottom: 5px;
	}

	.primary-banner .education {
		background: none;
		width: initial;
		height: initial;
	}

	.primary-banner .education a::before {
		content: "";
		width: 100%;
		height: 60px;
		display: block;
		background: url(../images/sp/ico_bnr06.svg) center center / 100% 100% no-repeat;
		margin-bottom: 5px;
	}

	.primary-banner li.banner-large a {
		background: none;
		background-color: #FFF;
		width: 100%;
		height: initial;
		border: 1px solid #00b24f;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		font-weight: bold;
	}

	.primary-banner li.banner-large a > span {
		display: none;
	}

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

	.top-unit-left {
		width: 100%;
	}

	.top-unit-left > .secondary-banner {
		display: flex;
		flex-wrap: wrap;
	}

	.top-unit-left > .secondary-banner > li:nth-child(2n) {
		margin-left: 10px;
	}

	.top-unit-left > .secondary-banner > .banner-middle,
	.top-unit-left > .secondary-banner > .banner-small {
		display: flex;
		width: calc((100% / 2) - (10px / 2));
		height: initial;
		background: none !important;
	}

	.top-unit-left > .secondary-banner > .banner-middle > a,
	.top-unit-left > .secondary-banner > .banner-small > a {
		background: none;
		background-color: #FFF !important;
		width: 100%;
		height: initial;
		border: 1px solid #00b24f;
		padding: 10px;
		font-weight: bold;
		display: flex;
		align-items: center;
		font-size: 14px;
	}

	.secondary-banner a::before {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: top 0 center / 100% auto no-repeat;
		margin-right: 10px;
	}

	.secondary-banner .surrounding a::before {
		background-image: url(../images/sp/ico_bnr02.svg);
	}

	.secondary-banner .collection a::before {
		background-image: url(../images/sp/ico_bnr09.svg);
	}

	.secondary-banner .refreshments a::before {
		background-image: url(../images/sp/ico_bnr01.svg);
	}

	.secondary-banner .report a::before {
		background-image: url(../images/sp/ico_bnr07.svg);
	}

	.secondary-banner .facebook a::before {
		background-image: url(../images/sp/ico_bnr04.svg);
	}

	.secondary-banner .blog a::before {
		background-image: url(../images/sp/ico_bnr08.svg);
	}

	.top-right-side .dotted {
		display: none;
	}

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

	.top-unit-right {
		padding-left: 0;
		width: 100%;
	}

	.fadelink .recommend-banner {
		display: flex;
		flex-wrap: wrap;
	}

	.fadelink .recommend-banner > li {
		width: calc((100% / 3) - (20px / 3));
		margin-right: 10px;
	}

	.fadelink .recommend-banner > li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 590px) {
	.top-left-side .img-canvas {
		height: 0;
		padding-bottom: 64.814%;
	}

	.top-right-side .img-canvas2 {
		height: 0;
		padding-bottom: 46.296%;
	}

	.fadelink .recommend-banner > li {
		width: calc((100% / 2) - (10px / 2));
		margin-right: 10px;
	}

	.fadelink .recommend-banner > li:nth-child(3n) {
		margin-right: 10px;
	}

	.fadelink .recommend-banner > li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 425px) {
	.top-unit-left > .secondary-banner {
		display: block;
	}

	.top-unit-left > .secondary-banner > li:nth-child(2n) {
		margin-left: 0;
	}

	.top-unit-left > .secondary-banner > .banner-middle,
	.top-unit-left > .secondary-banner > .banner-small {
		width: 100%;
	}
}