@charset "utf-8";

/*
 * @namespace "pg-top"
 */

/*-------------------------------------------------------------------------------
 pg-top-contents
  -------------------------------------------------------------------------------*/
.pg-top-image-inner {
	position: relative;
	min-width: 980px;
	width: 1180px;
	height: 360px;
	margin: 0 auto;
	overflow: hidden;
}
.pg-top-image-inner-text {
	float: left;
	width: 260px;
	height: 360px;
	opacity: 0;
	margin-left: 100px;
}
.pg-top-image-inner-text > h1 {
	margin-left: 1px;
	padding-top: 90px;
	margin-bottom: 20px;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 30px;
}
.pg-top-image-inner-text > h2 {
	margin-bottom: 20px;
	font-size: 17px;
	color: #FFFFFF;
}
.pg-top-image-inner-text > p {
	font-size: 13px;
	color: #FFFFFF;
}
.pg-top-contents > * + * {
	margin-top: 40px;
}

.pg-top-image {
	height: 360px;
	margin: 0 auto;
	background: url(/common/image/pages/top/back_text_nashi.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/image/pages/top/back_text_nashi.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/image/pages/top/back_text_nashi.png',sizingMethod='scale')";
	overflow: hidden;
	min-width: 980px;
}
.pg-top-image + * {
	margin-top: 60px;
}

.pg-top-image-hierarchy01,
.pg-top-image-hierarchy02,
.pg-top-image-hierarchy03,
.pg-top-image-hierarchy04 {
	width: 720px;
	height: 360px;
	background-repeat: no-repeat;
	background-position: right top;
	opacity: 0;
}
.pg-top-image-hierarchy01 {
	float: left;
	background-image: url(/common/image/pages/top/top_kv_01.png);
}
.pg-top-image-hierarchy02 {
	background-image: url(/common/image/pages/top/top_kv_02.png);
}
.pg-top-image-hierarchy03 {
	background-image: url(/common/image/pages/top/top_kv_03.png);
}
.pg-top-image-hierarchy04 {
	background-image: url(/common/image/pages/top/top_kv_04.png);
}

.pg-top-image-block-inner {
	display: block;
	margin: 40px 20px;
	color: #FFFFFF;
}
.pg-top-image-block-eng {
	display: table;
	width: 100%;
	font-size: 11px;
	height: 56px;
	border-bottom: 1px solid #FFFFFF;
}
.pg-top-image-block-eng > span {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.pg-top-image-block-eng > span > span {
	display:inline-block;
	text-align:left;
}
.pg-top-image-block-jap {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	line-height: 13px;
}
.pg-top-image-block01,
.pg-top-image-block02,
.pg-top-image-block03,
.pg-top-image-block04,
.pg-top-image-block05,
.pg-top-image-block06 {
	position: absolute;
	width: 144px;
	height: 164px;
	background-repeat: no-repeat;
	background-position: right top;
	opacity: 0;
}
.pg-top-image-block01 {
	top: 40px;
	right: 530px;	
	background-image: url(/common/image/pages/top/top_kv_pic05.png);
}
.pg-top-image-block02 {
	top: 39px;
	right: 387px;	
	background-image: url(/common/image/pages/top/top_kv_pic02.png);
}
.pg-top-image-block03 {
	top: 39px;
	right: 243px;	
	background-image: url(/common/image/pages/top/top_kv_pic04.png);
}
.pg-top-image-block04 {
	top: 162px;
	right: 602px;	
	background-image: url(/common/image/pages/top/top_kv_pic03.png);
}
.pg-top-image-block05 {
	top: 162px;
	right: 458px;	
	background-image: url(/common/image/pages/top/top_kv_pic01.png);
}
.pg-top-image-block06 {
	top: 162px;
	right: 314px;	
	background-image: url(/common/image/pages/top/top_kv_pic06.png);
}

/*
.pg-top-image:before,
.pg-top-image:after {
	content: '●';
	display: block;
	position: absolute;
	color: transparent;
	line-height: 1;
}
.pg-top-image:after {
	top: -0.5em;
	right: -0.5em;
	font-size: 526px;
	text-shadow: 0 0 550px #D4C5DA;
}
.pg-top-image:before {
	bottom: -0.5em;
	left: -0.5em;
	font-size: 150px;
	text-shadow: 0 0 700px #C8B3CF;
}

.pg-top-image img {
	position: relative;
	z-index: 1;
}
.no-cssanimations .pg-top-image img {
	opacity: 1;
}

.pg-top-image img:nth-child(1),
.pg-top-image img:nth-child(3),
.pg-top-image img:nth-child(5) {
	-webkit-animation: fade-in-up 2s ease;
	-moz-animation: fade-in-up 2s ease;
	-ms-animation: fade-in-up 2s ease;
	-o-animation: fade-in-up 2s ease;
	animation: fade-in-up 2s ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
}
.pg-top-image img:nth-child(1) {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
}
.pg-top-image img:nth-child(3) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.pg-top-image img:nth-child(5) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}
*/

@keyframes fade-in-up {
	from {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes fade-in-up {
	from {
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.pg-top-image-arrow{
	margin-left: 20px;
	margin-right: 20px;
}
.pg-top-contents {
	padding-bottom: 60px;
}
.pg-top-contents-header + * {
	margin-top: 10px;
}
.pg-top-contents-heading {
	font-size: 16px;
	font-weight: bold;
	color: #595959;
	display: inline;
}
.pg-top-contents-view-all {
	text-align: right;
	float: right;
	margin-top: 3px;
}
.pg-top-contents-view-all> li + li {
	margin-left: 15px;
}
.pg-top-contents-view-all > li > a {
	text-decoration: none;
	display: block;
	height: 21px;
	color: #595959;
}
.pg-top-contents-view-all > li > a:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #FFFFFF;
	border-radius: 4px;
	font-size: 10px;
	margin-left: 6px;
	vertical-align: text-bottom;
	background: #333333 url(/common/image/common/common-icon-arrow-white-right-ie8.png) no-repeat center center;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
.no-svg .pg-top-contents-view-all > li > a:after {
	background-image: url(/common/image/common/common-icon-arrow-white-right-ie8.png);
}
.lte-ie8 .pg-top-contents-view-all > li > a:after {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/common/image/common/common-icon-arrow-white-right-ie8.png',
		sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='/common/image/common/common-icon-arrow-white-right-ie8.png',
		sizingMethod='scale')";
}
.pg-top-news {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}
.pg-top-news > li {
	float: left;
	width: 23%;
	height: 247px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #EBF0F5;
}
.pg-top-news > li > a {
	position: relative;
	display: block;
	text-decoration: none !important;
}
.pg-top-news > li img {
	width: 100%;
}
.pg-top-label {
	position: absolute;
	top: 0;
	left: 0;
}
.pg-top-news-description {
	height: 55px;
	padding: 10px;
}
.pg-top-topic {
	overflow: hidden;
}
.pg-top-relative-services {
	margin-top: -20px;
	margin-left: -20px;
	overflow: hidden;
}
.pg-top-relative-services > li {
	float: left;
	width: 25%;
	padding-left: 20px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pg-top-relative-services > li img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pg-top-relative-books {
	margin-left: -20px;
}
.pg-top-relative-books > li {
	float: left;
	width: 25%;
	margin-top: 20px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pg-top-relative-books > li img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pg-top-relative-services + .pg-top-relative-books {
	margin-top: 0px;
}

.pg-pc-news-time {
	font-size: 10px;
	font-weight: bold;
	color: #535353;
	display: block;
}
* + .pg-pc-news-comment {
	margin-top: 3px;
}
.pg-pc-news-comment {
	font-size: 12px;
	color: #535353;	
	line-height: 1.4;
}

.pg-top-important-info {
	margin-top: 10px;
	background-color: #ebf0f5;
	padding: 10px 20px;
}
.pg-top-info-date {
	font-size: 13px;
	color: #535353;
}
.pg-top-info-title {
	display: inline;
	font-size: 13px;	
	color: #535353;
}
.pg-top-list-img {
	border: #E9E8E2 solid 1px;
}