@charset "utf-8";


/*-------------------------------------------- */
/* Module：particle
---------------------------------------------- */

.l_main_contents:before {
	width: 100%;
	top: -53px;
}
.l_footpath {
	z-index: 3;
}
.l_main_module {
	z-index: 3;
}

/*-------------------------------------------- */
/* Module：#history
---------------------------------------------- */

#history .l_footer {
/* 	margin-top: 0; */
	z-index: 5000;
}

/* .historyBlock
---------------------------------------------- */

.historyFrame {
	width: 100%;
	min-width: 1160px;
	margin: 0 0 100px;
}
.historyFrame:before {
	width: 4px;
	height: -webkit-calc(100% - 300px);
	height: calc(100% - 300px);
	top: 250px;
	margin-left: 17px;
	margin-left: -3px;
}
.media_pc .historyFrame:before {
	display: none;	
}
.media_pc .historyFrame:after {
	content: "";
	display: block;
	width: 100%;
	height: 130px;
	position: absolute;
	bottom: -130px;
	left: 50%;
	margin-left: -50%;
	background-color: #eeeff1;
}
.media_pc .hideCover {
	width: 100%;
	height: 1000%;
	display: block;
	background-color: #eeeff1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.historyBlock {
	width: 1160px;
	margin: 0 auto 0;
	position: relative;
}
.media_pc .historyBlock .cover {
	width: 1160px;
	height: 100%;
	display: block;
	background-color: transparent;
	opacity: 0.5;
	position: absolute;	
	top: 0;
}
.media_pc .historyBlock.is_active .cover {
	pointer-events: none;
}
.historyFrame_line {
	display: block;
	background-color: #13a4d3;
	width: 4px;
	height: -webkit-calc(100% - 300px);
	height: calc(100% - 300px);
	height: 0;
	position: absolute;
	top: 250px;
	left: 50%;
	z-index: 0;
	margin-left: -3px;
	-webkit-transition: height 0.6s ease-out;
	-moz-transition: height 0.6s ease-out;
	-ms-transition: height 0.6s ease-out;
	transition: height 0.6s ease-out;
}

/* .historyArticle
---------------------------------------------- */

.historyArticle {
	width: 810px;
	height: 522px;
	margin: 0 0 0 0;
	padding: 113px 0 0;
	background: url(/files/user/img/history/history_bg_01_pc.png) left top no-repeat;
	background-size: 100% auto;
	left: 50%;
	margin-left: -191px;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.historyArticle_year {
	display: block;
	width: 206px;
	height: 206px;
	background: url(/files/user/img/history/history_year_bg.png) left top no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -42px;
	left: 50%;
	margin-left: -103px;
}
.historyArticle_tit {
	margin: 0 0 5px 71px;
	text-indent: -9999px;
	background: url(/files/user/img/history/history_tit_01.svg) left top no-repeat;
	background-size: 100% auto;
}
.historyArticle_txt {
	display: block;
	width: 370px;
	margin: 0 0 0 330px;
	padding: 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.7;
}
.media_pc .historyArticle_year {
    -webkit-animation: year_hide 0.7s linear 0s forwards;
    animation: year_hide 0.7s linear 0s forwards;
}
.media_pc .historyBlock.inview .historyArticle_year {
	opacity: 1;	
	-webkit-animation: none;
	animation: none;
    -webkit-animation: year_zoom 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s forwards;
    animation: year_zoom 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s forwards;
}
@keyframes year_zoom {
     
    0%{
        -ms-transform: scale(0.7,0.7);
        -webkit-transform: scale(0.7,0.7);
        transform: scale(0.7,0.7);
    }
    100%{
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@-webkit-keyframes year_zoom {
     
    0%{
        -ms-transform: scale(0.7,0.7);
        -webkit-transform: scale(0.7,0.7);
        transform: scale(0.7,0.7);
    }
    100%{
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@keyframes year_hide {
     
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@-webkit-keyframes year_hide {
     
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
	

/* .historyPic
---------------------------------------------- */

.historyPic {
	display: block;
	width: 560px;
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.historyPic a {
	pointer-events: auto;
	width: 400px;
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-duration: 0.35s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.historyPic a img {
	display: block;
	width: 400px;
	height: 267px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.media_pc .historyPic a img {
	
}
.media_tab .historyPic a,
.media_tab .historyPic a img {
	pointer-events: none;
}
.historyPic_caption {
	width: 100%;
	display: block;
	padding: 12px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
	opacity: 0;
} 
.historyPic_caption:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.media_pc .historyPic a:hover {
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	z-index: 10;
}
.media_pc .historyPic a:hover .historyPic_caption {
	opacity: 1;
}

/* .historyBlock_01
---------------------------------------------- */

/* .historyArticle  */

.historyBlock_01 {
	margin-bottom: 0;
	z-index: 1;
}
.historyBlock_01 .historyArticle {
	margin-left: -211px;
}
.historyBlock_01 .historyArticle_txt {
	color: #fff;
}

/* .historyPic */

.historyBlock_01 .p1 {
	width: 437px;
	height: 291px;
	top: 115px;
	left: 100px !important;
}
.historyBlock_01 .p1 img {
	width: 437px;
	height: 291px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}


/* .historyBlock_01：Animation
---------------------------------------------- */

.media_pc .historyBlock_01 .historyArticle {
	opacity: 0;
}
.media_pc .historyBlock_01.inview .historyArticle {
	opacity: 1;
	-webkit-animation: moveArticleR 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
    animation: moveArticleR 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}
@keyframes moveArticleR {
    0%{
		transform: translateX(140px);
		-ms-transform: translateX(140px);
		-moz-transform: translateX(140px);
		-webkit-transform: translateX(140px);
		-o-transform: translateX(140px);
    }
    100%{
	    transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
    }
}
@-webkit-keyframes moveArticleR {
    0%{
		transform: translateX(140px);
		-ms-transform: translateX(140px);
		-moz-transform: translateX(140px);
		-webkit-transform: translateX(140px);
		-o-transform: translateX(140px);
    }
    100%{
	    transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
    }
}
@keyframes moveArticleL {
    0%{
		transform: translateX(-140px);
		-ms-transform: translateX(-140px);
		-moz-transform: translateX(-140px);
		-webkit-transform: translateX(-140px);
		-o-transform: translateX(-140px);
    }
    100%{
	    transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
    }
}
@-webkit-keyframes moveArticleL {
    0%{
		transform: translateX(-140px);
		-ms-transform: translateX(-140px);
		-moz-transform: translateX(-140px);
		-webkit-transform: translateX(-140px);
		-o-transform: translateX(-140px);
    }
    100%{
	    transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
    }
}


.media_pc .historyBlock_01 .p1 img {
	opacity: 0;
}
.media_pc .historyBlock_01.inview .p1 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
}
@keyframes movePic {
    0%{
	    opacity: 0;
		transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-o-transform: translateY(-30px);
    }
    100%{
	    opacity: 1;
	    transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
    }
}
@-webkit-keyframes movePic {
    0%{
	    opacity: 0;
		transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		-o-transform: translateY(-30px);
    }
    100%{
	    opacity: 1;
	    transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
    }
}
@keyframes hidePic {
    0%{
	    opacity: 1;
    }
    100%{
	    opacity: 0;
    }
}
@-webkit-keyframes hidePic {
    0%{
	    opacity: 1;
    }
    100%{
	    opacity: 0;
    }
}


/* .historyBlock_02
---------------------------------------------- */

.historyBlock_02 {
	margin-top: -98px;
	margin-bottom: 0;
	z-index: 2;
}
.historyBlock_02 .historyArticle {
	width: 800px;
	background: url(/files/user/img/history/history_bg_02_pc.svg) left top no-repeat;
	background-size: 100% auto;
	left: -20px;
	margin-left: 0;
	margin-bottom: 0;
}
.historyBlock_02 .historyArticle_year {
	position: absolute;
	top: 158px;
	left: 496px;
	margin-left: 0;
}
.historyBlock_02 .historyArticle_tit {
	margin: 0 0 5px 93px;
	background: url(/files/user/img/history/history_tit_02.svg) left top no-repeat;
	background-size: 100% auto;
}
.historyBlock_02 .historyArticle_txt {
	width: 360px;
	margin: 0 0 0 121px;
}

/* .historyPic */

.historyBlock_02 .historyPic {
	top: 0;
	left: 580px;
}
.historyBlock_02 .historyPic .historyArticle_year {
	left: -104px;
	z-index: 3;
}

.historyBlock_02 .p1 {
	width: 255px;
	height: 163px;
	top: 264px;
	left: 292px;
	z-index: 4;
}
.historyBlock_02 .p1 img {
	width: 255px;
	height: 163px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
.historyBlock_02 .p2 {
	width: 288px;
	height: 192px;
	top: 98px;
	left: 270px;
	z-index: 1;
}
.historyBlock_02 .p2 img {
	width: 288px;
	height: 192px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
.historyBlock_02 .p3 {
	width: 218px;
	height: 216px;
	top: 155px;
	left: 80px;
	z-index: 2;
}
.historyBlock_02 .p3 img {
	width: 218px;
	height: 216px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}


/* .historyBlock_02：Animation
---------------------------------------------- */

.media_pc .historyBlock_02 .historyArticle {
	opacity: 0;
}
.media_pc .historyBlock_02.inview .historyArticle {
	opacity: 1;
	-webkit-animation: moveArticleL 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
    animation: moveArticleL 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}
.media_pc .historyBlock_02 .p1 img,
.media_pc .historyBlock_02 .p2 img,
.media_pc .historyBlock_02 .p3 img {
	-webkit-animation: hidePic 0.7s linear 0s forwards;
    animation: hidePic 0.7s linear 0s forwards;
}
.media_pc .historyBlock_02.inview .p1 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
}
.media_pc .historyBlock_02.inview .p2 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
}
.media_pc .historyBlock_02.inview .p3 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
}


/* .historyBlock_03
---------------------------------------------- */

.historyBlock_03 {
	margin-top: -98px;
	z-index: 1;
}
.historyBlock_03 .historyArticle {
	width: 800px;
	background: url(/files/user/img/history/history_bg_03_pc.svg) left top no-repeat;
	background-size: 100% auto;
	left: 380px;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 142px;
}
.historyBlock_03 .historyArticle_year {
	position: absolute;
	top: 158px;
	left: 496px;
	margin-left: 0;
}
.historyBlock_03 .historyArticle_tit {
	margin: 0 0 5px 56px;
	background: url(/files/user/img/history/history_tit_03.svg) left top no-repeat;
	background-size: 100% auto;
}
.historyBlock_03 .historyArticle_txt {
	width: 360px;
	margin: 0 0 0 326px;
}

/* .historyPic */

.historyBlock_03 .historyPic {
	top: 0;
	left: 0;
}
.historyBlock_03 .historyPic .historyArticle_year {
	left: 476px;
	z-index: 3;
}

.historyBlock_03 .p1 {
	width: 253px;
	height: 229px;
	top: 174px;
	left: 266px;
	z-index: 2;
}
.historyBlock_03 .p1 img {
	width: 253px;
	height: 229px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
.historyBlock_03 .p2 {
	width: 286px;
	height: 188px;
	top: 106px;
	left: 21px;
	z-index: 1;
}
.historyBlock_03 .p2 img {
	width: 286px;
	height: 188px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
.historyBlock_03 .p3 {
	width: 249px;
	height: 163px;
	top: 265px;
	left: 43px;
	z-index: 4;
}
.historyBlock_03 .p3 img {
	width: 249px;
	height: 163px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}


/* .historyBlock_03：Animation
---------------------------------------------- */

.media_pc .historyBlock_03 .historyArticle {
	opacity: 0;
}
.media_pc .historyBlock_03.inview .historyArticle {
	opacity: 1;
	-webkit-animation: moveArticleR 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
    animation: moveArticleR 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}
.media_pc .historyBlock_03 .p1 img,
.media_pc .historyBlock_03 .p2 img,
.media_pc .historyBlock_03 .p3 img {
	-webkit-animation: hidePic 0.7s linear 0s forwards;
    animation: hidePic 0.7s linear 0s forwards;
}
.media_pc .historyBlock_03.inview .p1 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
}
.media_pc .historyBlock_03.inview .p2 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
}
.media_pc .historyBlock_03.inview .p3 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
}


/* .historyBlock_04
---------------------------------------------- */

.historyBlock_04 {
	margin-top: -98px;
	margin-bottom: 0;
	z-index: 3;
}
.historyBlock_04 .historyArticle {
	width: 800px;
	background: url(/files/user/img/history/history_bg_02_pc.svg) left top no-repeat;
	background-size: 100% auto;
	left: -20px;
	margin-left: 0;
	margin-bottom: 0;
}
.historyBlock_04 .historyArticle_year {
	position: absolute;
	top: 158px;
	left: 496px;
	margin-left: 0;
}
.historyBlock_04 .historyArticle_tit {
	margin: 0 0 5px 93px;
	background: url(/files/user/img/history/history_tit_04.svg) left top no-repeat;
	background-size: 100% auto;
}
.historyBlock_04 .historyArticle_txt {
	width: 360px;
	margin: 0 0 0 121px;
}

/* .historyPic */

.historyBlock_04 .historyPic {
	top: 0;
	left: 580px;
}
.historyBlock_04 .historyPic .historyArticle_year {
	left: -104px;
	z-index: 3;
}

.historyBlock_04 .p1 {
	width: 351px;
	height: 198px;
	top: 243px;
	left: 109px;
	z-index: 2;
}
.historyBlock_04 .p1 img {
	width: 351px;
	height: 198px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
.historyBlock_04 .p2 {
	width: 315px;
	height: 187px;
	top: 56px;
	left: 63px;
	z-index: 1;
}
.historyBlock_04 .p2 img {
	width: 315px;
	height: 187px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
.historyBlock_04 .p3 {
	width: 251px;
	height: 185px;
	top: 126px;
	left: 306px;
	z-index: 2;
}
.historyBlock_04 .p3 img {
	width: 251px;
	height: 185px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}


/* .historyBlock_04：Animation
---------------------------------------------- */

.media_pc .historyBlock_04 .historyArticle {
	opacity: 0;
}
.media_pc .historyBlock_04.inview .historyArticle {
	opacity: 1;
	-webkit-animation: moveArticleL 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
    animation: moveArticleL 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}
.media_pc .historyBlock_04 .p1 img,
.media_pc .historyBlock_04 .p2 img,
.media_pc .historyBlock_04 .p3 img {
	-webkit-animation: hidePic 0.7s linear 0s forwards;
    animation: hidePic 0.7s linear 0s forwards;
}
.media_pc .historyBlock_04.inview .p1 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
}
.media_pc .historyBlock_04.inview .p2 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
}
.media_pc .historyBlock_04.inview .p3 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
}


/* .historyBlock_05
---------------------------------------------- */

.historyBlock_05 {
	margin-top: -98px;
}
.historyBlock_05 .historyArticle {
	width: 800px;
	background: url(/files/user/img/history/history_bg_03_pc.svg) left top no-repeat;
	background-size: 100% auto;
	left: 380px;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 142px;
}
.historyBlock_05 .historyArticle_year {
	position: absolute;
	top: 158px;
	left: 496px;
	margin-left: 0;
}
.historyBlock_05 .historyArticle_tit {
	margin: 0 0 5px 56px;
	background: url(/files/user/img/history/history_tit_05.svg) left top no-repeat;
	background-size: 100% auto;
}
.historyBlock_05 .historyArticle_txt {
	width: 360px;
	margin: 0 0 0 326px;
}

/* .historyPic */

.historyBlock_05 .historyPic {
	top: 0;
	left: 0;
}
.historyBlock_05 .historyPic .historyArticle_year {
	left: 476px;
	z-index: 3;
}

.historyBlock_05 .p1 {
	width: 327px;
	height: 236px;
	top: 103px;
	left: 19px;
	z-index: 1;
}
.historyBlock_05 .p1 img {
	width: 327px;
	height: 236px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
.historyBlock_05 .p2 {
	width: 334px;
	height: 230px;
	top: 237px;
	left: 164px;
	z-index: 2;
}
.historyBlock_05 .p2 img {
	width: 334px;
	height: 230px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
/*
.historyBlock_05 .p3 {
	width: 249px;
	height: 163px;
	top: 265px;
	left: 43px;
	z-index: 4;
}
.historyBlock_05 .p3 img {
	width: 249px;
	height: 163px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
*/


/* .historyBlock_05：Animation
---------------------------------------------- */

.media_pc .historyBlock_05 .historyArticle {
	opacity: 0;
}
.media_pc .historyBlock_05.inview .historyArticle {
	opacity: 1;
	-webkit-animation: moveArticleR 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
    animation: moveArticleR 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}
.media_pc .historyBlock_05 .p1 img,
.media_pc .historyBlock_05 .p2 img,
.media_pc .historyBlock_05 .p3 img {
	-webkit-animation: hidePic 0.7s linear 0s forwards;
    animation: hidePic 0.7s linear 0s forwards;
}
.media_pc .historyBlock_05.inview .p1 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
}
.media_pc .historyBlock_05.inview .p2 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
}
.media_pc .historyBlock_05.inview .p3 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
}


/* .historyBlock_06
---------------------------------------------- */

.historyBlock_06 {
	margin-top: -98px;
	margin-bottom: 0;
	z-index: 1;
}
.historyBlock_06 .historyArticle {
	width: 800px;
	background: url(/files/user/img/history/history_bg_02_pc.svg) left top no-repeat;
	background-size: 100% auto;
	left: -20px;
	margin-left: 0;
	margin-bottom: 0;
}
.historyBlock_06 .historyArticle_year {
	position: absolute;
	top: 158px;
	left: 496px;
	margin-left: 0;
}
.historyBlock_06 .historyArticle_tit {
	margin: 0 0 5px 93px;
	background: url(/files/user/img/history/history_tit_06.svg) left top no-repeat;
	background-size: 100% auto;
}
.historyBlock_06 .historyArticle_txt {
	width: 360px;
	margin: 0 0 0 121px;
}

/* .historyPic */

.historyBlock_06 .historyPic {
	top: 0;
	left: 580px;
}
.historyBlock_06 .historyPic .historyArticle_year {
	left: -104px;
	z-index: 3;
}

.historyBlock_06 .p1 {
	width: 270px;
	height: 161px;
	top: 176px;
	left: 294px;
	z-index: 4;
}
.historyBlock_06 .p1 img {
	width: 270px;
	height: 161px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
	z-index: -1;
}
.historyBlock_06 .p1 .historyPic_caption {
	z-index: 2;
}
/*
.historyBlock_06 .p2 {
	width: 257px;
	height: 153px;
	top: 246px;
	left: 298px;
	z-index: 3;
}
.historyBlock_06 .p2 img {
	width: 257px;
	height: 153px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
*/
.historyBlock_06 .p3 {
	width: 277px;
	height: 184px;
	top: 90px;
	left: 45px;
	z-index: 1;
}
.historyBlock_06 .p3 img {
	width: 277px;
	height: 184px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
.historyBlock_06 .p4 {
	width: 234px;
	height: 160px;
	top: 262px;
	left: 86px;
	z-index: 2;
}
.historyBlock_06 .p4 img {
	width: 234px;
	height: 160px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}


/* .historyBlock_06：Animation
---------------------------------------------- */

.media_pc .historyBlock_06 .historyArticle {
	opacity: 0;
}
.media_pc .historyBlock_06.inview .historyArticle {
	opacity: 1;
	-webkit-animation: moveArticleL 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
    animation: moveArticleL 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}
.media_pc .historyBlock_06 .p1 img,
.media_pc .historyBlock_06 .p3 img,
.media_pc .historyBlock_06 .p4 img {
	-webkit-animation: hidePic 0.7s linear 0s forwards;
    animation: hidePic 0.7s linear 0s forwards;
}
.media_pc .historyBlock_06.inview .p1 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
}
.media_pc .historyBlock_06.inview .p3 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
}
.media_pc .historyBlock_06.inview .p4 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
}


/* .historyBlock_07
---------------------------------------------- */

.historyBlock_07 {
	margin-top: -98px;
}
.historyBlock_07 .historyArticle {
	width: 800px;
	background: url(/files/user/img/history/history_bg_03_pc.svg) left top no-repeat;
	background-size: 100% auto;
	left: 380px;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 142px;
}
.historyBlock_07 .historyArticle_year {
	position: absolute;
	top: 158px;
	left: 496px;
	margin-left: 0;
}
.historyBlock_07 .historyArticle_tit {
	margin: 0 0 5px 56px;
	background: url(/files/user/img/history/history_tit_07.svg) left top no-repeat;
	background-size: 100% auto;
}
.historyBlock_07 .historyArticle_txt {
	width: 360px;
	margin: 0 0 0 326px;
}

/* .historyPic */

.historyBlock_07 .historyPic {
	top: 40px;
	left: 0;
}
.historyBlock_07 .historyPic .historyArticle_year {
	top: 118px;
	left: 476px;
	z-index: 3;
}

.historyBlock_07 .p1 {
	width: 260px;
	height: 152px;
	top: 136px;
	left: 15px;
	z-index: 2;
}
.historyBlock_07 .p1 img {
	width: 260px;
	height: 152px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
.historyBlock_07 .p2 {
	width: 281px;
	height: 193px;
	top: 44px;
	left: 210px;
	z-index: 1;
}
.historyBlock_07 .p2 img {
	width: 281px;
	height: 193px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}
.historyBlock_07 .p4 {
	width: 268px;
	height: 157px;
	top: 208px;
	left: 248px;
	z-index: 2;
}
.historyBlock_07 .p4 img {
	width: 268px;
	height: 157px;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	top: 0;
	left: 0;
	margin-left: 0;
}


/* .historyBlock_07：Animation
---------------------------------------------- */

.media_pc .historyBlock_07 .historyArticle {
	opacity: 0;
}
.media_pc .historyBlock_07.inview .historyArticle {
	opacity: 1;
	-webkit-animation: moveArticleR 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
    animation: moveArticleR 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}
.media_pc .historyBlock_07 .p1 img,
.media_pc .historyBlock_07 .p2 img,
.media_pc .historyBlock_07 .p4 img {
	-webkit-animation: hidePic 0.7s linear 0s forwards;
    animation: hidePic 0.7s linear 0s forwards;
}
.media_pc .historyBlock_07.inview .p1 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
}
.media_pc .historyBlock_07.inview .p2 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
}
.media_pc .historyBlock_07.inview .p4 img {
	opacity: 0;
	-webkit-animation: none;
	animation: none;
	-webkit-animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
    animation: movePic 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
}


/* .historyBlock_08
---------------------------------------------- */

/* .historyArticle  */

.historyBlock_08 {
	width: 400px;
	height: 190px;
	margin: -70px auto 0;
	padding-left: 0px;
}
.historyBlock_08 .historyArticle {
	width: 400px;
	height: 190px;
	margin: 0 0 0 0;
	padding: 64px 0 0;
	background: url(/files/user/img/history/history_bg_04_pc.png) left top no-repeat;
	background-size: 100% auto;
	text-align: center;
	left: 0;
	margin-left: 0;
}
.historyBlock_08 .historyArticle_txt {
	color: #fff;
	line-height: 1.8;
	font-size: 1.6rem;
	margin: 0 auto;
	font-weight: bold;
}


/* .historyBlock_08：Animation
---------------------------------------------- */

.media_pc .historyBlock_08 {
	opacity: 0;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-ms-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
.media_pc .historyBlock_08.inview {
	opacity: 1;
}