 @charset "utf-8";
/* Toppage Styles
	Copyright (C) FE TRADE CO.,LTD All Rights Reserved.
*/

/* ----------------------------------------------------------
	Introduction
---------------------------------------------------------- */
.topMessage {
	height: 99px;
	padding: 1px 0;
	background: url(/common/img/ico_quotes_start.png) no-repeat 40px 12px;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	text-align: center;
}
.topMessage p {
	line-height: 1.4;
}
.topMessage p.text {
	margin: 12px 40px;
	padding: 0 40px;
	text-align: center;
	background: url(/common/img/ico_quotes_end.png) no-repeat 100% 0;
	font-size: 183.3%;
}
.topMessage p.link {
	margin: 12px 40px;
	padding: 0 40px;
	text-align: center;
	font-size: 116.7%;
}
.topMessage span {
	color: #fff;
}
/*bxslider内にテキストを入れたパターン(スライダー連動テキスト)*/
.bxslider li .topMessage {
	height: 99px;
	padding: 1px 0;
	background: url(/common/img/ico_quotes_start.png) no-repeat 40px 12px;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	text-align: left;
}
.bxslider li p.text {
	margin: 0 40px;
	padding: 20px 40px 6px;
	text-align: center;
	background: url(/common/img/ico_quotes_end.png) no-repeat 100% 10px;
	font-size: 183.3%;
}
.bxslider li p.link {
	margin: 0 40px;
	padding: 0 40px;
}
.bx-wrapper .bx-pager {
	bottom: 30px!important;
}

/* ----------------------------------------------------------
	Components
---------------------------------------------------------- */
/* Section */
.section01 {
	padding: 0 0 19px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.section01 h2 {
	position: relative;
	margin: 0 0 6px;
	padding: 0;
	color: #fff;
	font-size: 116.7%;
	line-height: 1.2;
}
.section01 h3 {
	margin: 12px 0;
	font-weight: normal;
	color: #0093b9;
}
.section02,
.section03 {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px dotted #666;
}
.section03 {
	clear: both;
}
.section03 .text {
	float: left;
	width: 450px;
}
.section03 .img {
	float: right;
	width: 420px;
}
.section03 .img li {
	display: inline;
	float: left;
	width: 205px;
	margin-left: 10px;
	color: #b7ac84;
	font-size: 91.7%;
	text-align: center;
}
.section03 .img li.firstChild {
	margin-left: 0;
}
.section03 .img li img {
	margin-bottom: 6px;
}
.section02 h3,
.section03 h3 {
	margin: 0 0 12px;
	color: #0093b9;
	font-weight: normal;
}
.section02 h3 img,
.section03 h3 img {
	margin-right: 20px;
	vertical-align: top;
}
.section02 .img {
	float: left;
	width: 190px;
}
.section02 .text {
	float: right;
	width: 240px;
	font-size: 83.3%;
	line-height: 2.2;
}
.section01 p,
.section02 p,
.section03 p,
.section04 p,
.section01 p,
.section02 p,
.section03 p,
.section04 p {
	margin: 12px 0 0;
	line-height: 1.8;
}
.section04 p strong {
	color: #fff;
	font-size: 116.7%;
}
.sectionSide01 {
	margin: 10px 0 0;
	padding: 12px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.sectionSide01 .text {
	display: inline;
	float: right;
	width: 130px;
	margin-right: 9px;
	line-height: 1.5;
	font-size: 83.3%;
}
.sectionSide01 .img {
	display: inline;
	float: left;
	width: 120px;
	margin-left: 9px;
}
.sectionSide01 .text h3,
.sectionSide01 .text h4 {
	margin-bottom: 5px;
}
.sectionSide01 .text p {
	margin-top: 5px;
}
.sectionSide01 .text .category {
	color: #d38452;
	font-size: 100%;
}
.sectionSide01 .text .subject {
	color: #69c;
	font-size: 120%;
}

/* Block */
.block01 {
	margin: 30px 0 0;
}
.block02 {
	margin: 60px 0 0;
}
.block02 .section04 {
	float: left;
	width: 280px;
	margin-left: 20px;
}
.block02 .section04.firstChild {
	margin-left: 0;
}

.definitionList01 {
	font-size: 116.7%;
}
.definitionList01 dt {
	float: left;
	width: 11em;
	padding-top: 1.6em;
	color: #fff;
}
.definitionList01 dd {
	color: #b7ac84;
	padding: 0 0 0 11em;
}

/* ----------------------------------------------------------
	News
---------------------------------------------------------- */
.topInformation {
	width: 900px;
	margin: 20px auto -30px;
	padding: 1px;
	background: #030303;
	border: 1px solid #666;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
.topInformation h3 {
	float: left;
	width: 120px;
	padding: 8px 0;
	background: #292d37;
	border-right: 1px solid #333;
	font-family: Verdana, Geneva, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
}
.topInformation p.text {
	float: left;
	width: 778px;
	padding: 8px 0;
	text-align: center;
	letter-spacing: .3em;
}


/* ----------------------------------------------------------
	SIDE CONTENT
---------------------------------------------------------- */

/* -- PROMOTION VIDEO -- */

/* -- EXHIBITION INFORMATION -- */
#topExhibition .content {
}
#topExhibition h3 {
	margin: 5px 0 0;
	color: #69c;
	font-size: 100%;
}

#topExhibition p {
	margin: 5px 0 0;
	font-size: 83.3%;
}
#topExhibition p.img  {
	margin: 0;
}

/* -- SNS -- */
.topSNS {
	width: 300px;
}

/* -- RECOMMEND INFORMATION -- */
#nav ul li.nav03 img {
	xvisibility: hidden;
}

/* ----------------------------------------------------------
	Others
---------------------------------------------------------- */
.toppage .buttonList01 {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px dotted #666;
}



/* ********** NEW STYLES 2015-03-18 ********** */
/* SECTION */
.toppageSection01,
.toppageSection02,
.toppageSection03 {
	width: 314px;
	margin-bottom: 12px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-o-box-shadow: 0 0 5px #000;
	x-ms-box-shadow: 0 0 5px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=270, strength=3, enabled=true);
}
.toppageSection01,
.toppageSection03 {
	min-height: 422px;
	*height: 422px;
}
.toppageSection02 {
	min-height: 202px;
	*height: 202px;
}
.toppageSection01Wrapper {
	xdisplay: inline;
	float: left;
	width: 646px;
}
.toppageSection01 {
	display: inline;
	float: left;
	margin-left: 9px;
	*margin-left: 0;
	background: url(../img/top/bg_toppage_block01.png) no-repeat 0 0;
}
.toppageSection01.pseudoFirstChild,
.toppageSection02.pseudoFirstChild {
	margin-left: 0;
}
.toppageSection02Wrapper {
	xdisplay: inline;
	xfloat: left;
	float: right;
	width: 646px;
}
.toppageSection02 {
	xdisplay: inline;
	float: left;
	margin-bottom: 18px;
	*margin-bottom: 12px;
	margin-left: 9px;
	*margin-left: 0;
	background: url(../img/top/bg_toppage_block02.png) no-repeat 0 0;
	*zoom: 1;
}
.toppageSection03 {
	display: inline;
	float: right;
	background: url(../img/top/bg_toppage_block03.png) no-repeat 0 0;
}
.toppageSection01 h2,
.toppageSection01 ul,
.toppageSection01 p,
.toppageSection01 .image,
.toppageSection02 h2,
.toppageSection02 ul,
.toppageSection02 p,
.toppageSection02 .image,
.toppageSection03 h2,
.toppageSection03 ul,
.toppageSection03 p,
.toppageSection03 .image {
	margin: 0 11px;
}
.toppageSection01 h2,
.toppageSection02 h2,
.toppageSection03 h2,
.toppageSection01 h2 a,
.toppageSection02 h2 a,
.toppageSection03 h2 a {
	padding: 10px 0;
	font-weight: normal;
	color: #fff;
}
.toppageSection01 h2 {
	position: relative;
	font-size: 166.7%;
	*font-size: 158%;
	letter-spacing: -0.1em;
}
.toppageSection01 h2 a {
	color: #fff;
	text-decoration: none;
}
.toppageSection01 h2 span {
	position: absolute;
	top: 38%;
	right: 0;
	font-size: 65%;
	letter-spacing: 0;
}
.toppageSection02 h2 {
	padding: 4px 0;
	letter-spacing: -0.1em;
}
.toppageSection02 h2 a {
	color: #fff;
	text-decoration: none;
}
.toppageSection01 p {
	margin-top: 8px;
}
.toppageSection01 .text {
	min-height: 164px;
	*height: 164px;
}
.toppageSection01 .leadtext,
.toppageSection02 .leadtext,
.toppageSection05 .leadtext {
	color: #5ebae5;
	font-size: 133.3%;
	letter-spacing: -0.06em;
}
.toppageSection02 .image {
	margin-top: 8px;
}
.toppageSection03 h2 {
	padding: 11px 0;
}
.toppageSection01 .more,
.toppageSection02 .more,
.toppageSection04 .more,
.toppageSection05 .more {
	margin-top: 10px;
}
.toppageSection03 .more {
	margin: 0 11px;
	margin: 8px 11px;
	text-align: center;
}
.toppageSection03 .more a {
	display: block;
	/*padding: 8px;*/
	color: #999;
}
.toppageSection04,
.toppageSection05Wrapper {
	margin: 40px -1px 0;
	padding: 0 0 10px;
	border: 1px solid #2a2929;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-o-box-shadow: 0 0 5px #000;
	-ms-box-shadow: 0 0 5px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=270, strength=3, enabled=true);
}
.toppageSection04 h2 {
	margin: 0;
}
.toppageSection04 .image {
	display: inline;
	float: left;
	widht: 435px;
	margin-left: 19px;
	padding: 20px 0 0;
}
.toppageSection04 .text {
	float: right;
	width: 470px;
	margin-right: 19px;
	padding: 20px 0 0;
}
.toppageSection04 .text ul {
	margin-top: 10px;
}
.toppageSection04 .text ul li {
	display: inline;
	float: left;
	width: 230px;
	margin-left: 10px;
	line-height: 1.4;
}
.toppageSection04 .text ul li.pseudoFirstChild {
	margin-left: 0;
}
.toppageSection05Wrapper {
	padding: 22px 0;
}
.toppageSection05 {
	display: inline;
	float: left;
	width: 460px;
	margin-left: 12px;
}
.toppageSection05 .image {
	display: inline;
	float: left;
	width: 100px;
}
.toppageSection05 .text {
	display: inline;
	float: right;
	width: 240px;
}
 
/* BLOCK */
.toppageBlock01 {
	margin: 60px 0 0;
}
.toppageBlock02 {
	margin: 40px 0 0;
	text-align: center;
}
.toppageBlock03 {
	margin: 20px 0 0;
}
/* LIST */
.toppageList01 {
}
.toppageList01 li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #344851;
	zoom: 1;
}
.toppageList01 li a {
	display: block;
	padding: 12px 0;
}
.toppageList01 li .thumb {
	float: right;
	width: 100px;
}
.toppageList01 li h3 {
	font-size: 133.3%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
.toppageList01 li h3 .ruby {
	display: block;
	font-size: 62.5%;
}
.toppageList01 li p {
	margin: 4px 0 0;
}
.toppageList01 li .date {
	color: #fff;
	font-size: 83.3%;
}
.toppageList01 li .category {
	color: #999;
	font-size: 100%;
}
/* ----------------------------------------------------------
	covid-19
---------------------------------------------------------- */
.korona{
	margin-top:30px;
	margin-bottom:30px;
	width:550px;
	margin-left:200px;
	text-align:center;
	color:#999999;
	border:1px solid #345e7f;
	padding:10px 0;
}
.top-info{
	font-size: 133.3%;
	margin:30px;
	width:400px;
	text-align:center;
	color:#999999;
	border:2px solid #345e7f;
	padding:10px 0;
	font-weight:bold;
}
/* ----------------------------------------------------------
	gallery-area(Instagram display)
---------------------------------------------------------- */
.gallery-area {
	margin: 50px 0;
}
.gallery-area h2 {
	text-align: center;
	font-weight: normal;
	font-size: 200%;
}
.gallery-area h2 .insta-icon {
	width: auto;
	height: 28px;
	vertical-align: middle;
}
#instafeed {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 20px 0 0;
}
#instafeed::after {
	content: "";
	display: block;
	width: 18%;  /* .boxに指定したwidthと同じ幅を指定する */
	height: 0;
}
#instafeed div {
	overflow: hidden;
	width: 19%;
	margin: 0 .5% 15px;
	height: 133px;
	text-align: center;
}
#instafeed div img {
	/*width: auto;
	height: 100%;
	max-height: 100%;*//*hidden at 2022-09-01*/
	width: 100%;/*added at 2022-09-01 */
	height: auto;/*added at 2022-09-01 */
	max-width: 100%;/*added at 2022-09-01 */
}
