/* reset
-------------------------------------------------------------*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* clearfix
-------------------------------------------------------------*/
.clearfix:before,
.cf:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

/* common
-------------------------------------------------------------*/
html, body {
	height: 100%;
	width: 100%;
	min-width: 1050px;
	position: relative;
}
body{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.inner {
	width: 1050px;
	margin: 0 auto;
	position: relative;
}
.sec {
	width: 100%;
}
/* header
-------------------------------------------------------------*/
header {
	text-align: center;
	padding: 20px 0;
}

/* sec_01
-------------------------------------------------------------*/
.sec_01 {
	height: 510px;
	margin-bottom: 80px;
	position: relative;
}
.sec_01_img_01 {
	position: absolute;
	top: 0;
	right: 0;
	transition: all 1s; 
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	opacity: 0;
}
.sec_01_img_01.active {
	opacity: 1;
}
.sec_01_img_02 {
	position: absolute;
	top: 258px;
	left: 8px;
	transition: all 1s; 
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	opacity: 0;
}
.sec_01_img_02.active {
	opacity: 1;
}
.sec_01_txt_01_inner {
	position: absolute;
	top: 79px;
	left: 60px;
}
.sec_01_txt_01_inner .txt {
	position: absolute;
	top: 17px;
	left: 17px;
	width: 0;
	height: 34px;
	overflow: hidden;
	transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-webkit-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-moz-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	z-index: 20;
}
.sec_01_txt_01_inner .txt.active {
	width: 321px;
}
.sec_01_txt_01_inner .txt img {
	position: absolute;
	top: 0;
	left: 0;
}
.sec_01_txt_01_inner .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 71px;
	overflow: hidden;
	transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-webkit-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-moz-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
}
.sec_01_txt_01_inner .bg.active {
	width: 361px;
}
.sec_01_txt_01_inner .bg img {
	position: absolute;
	top: 0;
	left: 0;
}
.sec_01_txt_02_inner {
	position: absolute;
	top: 169px;
	left: 62px;
}
.sec_01_txt_02_inner .txt {
	position: absolute;
	top: 12px;
	left: 17px;
	width: 0;
	height: 55px;
	overflow: hidden;
	transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-webkit-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-moz-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	z-index: 20;
}
.sec_01_txt_02_inner .txt.active {
	width: 285px;
}
.sec_01_txt_02_inner .txt img {
	position: absolute;
	top: 0;
	left: 0;
}
.sec_01_txt_02_inner .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 81px;
	overflow: hidden;
	transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-webkit-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-moz-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
}
.sec_01_txt_02_inner .bg.active {
	width: 423px;
}
.sec_01_txt_02_inner .bg img {
	position: absolute;
	top: 0;
	left: 0;
}

/* sec_02
-------------------------------------------------------------*/
.sec_02 {
	height: 775px;
	margin-bottom: 80px;
	position: relative;
}
.sec_02_img_01 {
	position: absolute;
	top: 0;
	left: 100px;
	transition: all 1s; 
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	opacity: 0;
}
.sec_02_img_01.active {
	opacity: 1;
}
.sec_02_img_02 {
	position: absolute;
	top: 380px;
	right: 30px;
	transition: all 1s; 
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	opacity: 0;
}
.sec_02_img_02.active {
	opacity: 1;
}
.sec_02_img_03 {
	position: absolute;
	top: 530px;
	left: 145px;
	transition: all 1s; 
	-webkit-transition: all 1s; 
	-moz-transition: all 1s;
	opacity: 0;
}
.sec_02_img_03.active {
	opacity: 1;
}
.sec_02_txt_01_inner {
	position: absolute;
	top: 130px;
	left: 575px;
}
.sec_02_txt_01_inner .txt {
	position: absolute;
	top: 17px;
	left: 17px;
	width: 0;
	height: 41px;
	overflow: hidden;
	transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-webkit-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-moz-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	z-index: 20;
}
.sec_02_txt_01_inner .txt.active {
	width: 401px;
}
.sec_02_txt_01_inner .txt img {
	position: absolute;
	top: 0;
	left: 0;
}
.sec_02_txt_01_inner .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 71px;
	overflow: hidden;
	transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-webkit-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-moz-transition: all .5s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
}
.sec_02_txt_01_inner .bg.active {
	width: 431px;
}
.sec_02_txt_01_inner .bg img {
	position: absolute;
	top: 0;
	left: 0;
}
.sec_02_txt_02_inner {
    position: absolute;
    top: 237px;
    left: 652px;
}
.sec_02_txt_02_inner .txt {
	position: absolute;
    top: 6px;
    left: 7px;
	width: 0;
	height: 41px;
	overflow: hidden;
	transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-webkit-transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-moz-transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	z-index: 20;
}
.sec_02_txt_02_inner .txt.active {
	width: 327px;
}
.sec_02_txt_02_inner .txt img {
	position: absolute;
	top: 0;
	left: 0;
}
.sec_02_txt_02_inner .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 71px;
	overflow: hidden;
	transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-webkit-transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-moz-transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
}
.sec_02_txt_02_inner .bg.active {
	width: 361px;
}
.sec_02_txt_02_inner .bg img {
	position: absolute;
	top: 0;
	left: 0;
}
.sec_02_txt_03_inner {
    position: absolute;
    top: 282px;
    left: 627px;
}
.sec_02_txt_03_inner .txt {
	position: absolute;
    top: 6px;
    left: 7px;
	width: 0;
	height: 41px;
	overflow: hidden;
	transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-webkit-transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-moz-transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	z-index: 20;
}
.sec_02_txt_03_inner .txt.active {
	width: 401px;
}
.sec_02_txt_03_inner .txt img {
	position: absolute;
	top: 0;
	left: 0;
}
.sec_02_txt_03_inner .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 71px;
	overflow: hidden;
	transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-webkit-transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
	-moz-transition: all .7s cubic-bezier(0.005, 0.635, 0.285, 0.995); 
}
.sec_02_txt_03_inner .bg.active {
	width: 431px;
}
.sec_02_txt_03_inner .bg img {
	position: absolute;
	top: 0;
	left: 0;
}

/* sec_03
-------------------------------------------------------------*/
.sec_03 ul {
	overflow: hidden;
	position: relative;
	opacity: 0;
	transform:translateY(50px);
	-webkit-transform:translateY(50px);
	-moz-transform:translateY(50px);
	transition: all .7s; 
	-webkit-transition: all .7s; 
	-moz-transition: all .7s; 
}
.sec_03 ul.active {
	opacity: 1;
	transform:translateY(0px);
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
}
.sec_03 ul li {
	float: left;
	margin-left: 20px;
	cursor: pointer;
}
.sec_03 ul li:hover {
	opacity: 0.8;
}
.sec_03 ul li.sec_03_list_sec {
	margin-left: 20px;
}
.sec_03_ul_sec {
	margin-top: 20px;
}

/* modal
----------------------------------------------------------------------------*/
.ov_modal_outer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9997;
	width: 100%;
	min-width: 1020px;
	background-color: rgba(255,255,255,0.6);
	display: none;
}
.ov_modal {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	z-index: 9998;
	width: 686px;
	margin: 0 auto;
	display: none;
}
.ov_modal_inner {
	text-align: center;
}
.ov_modal_inner a img:hover {
	opacity: 0.8;
}
.ov_modal_inner p {
	background-color: #fff;
	    margin-top: 20px;
}

/* footer
----------------------------------------------------------------------------*/
footer {
	background-color: #000;
	padding: 12px 0 8px;
	text-align: center;
	margin-top: 50px;
}