@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.7;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.br02 {
	display: block;
}

.pcNone {
	display: none;
}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

.mt40 {
	margin-top: 40px !important;
}

#wrapper01 {
	background: no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
}

#wrapper01.type01 {
	background-image: url(../common/images/bg03.jpg);
}
#wrapper01.type02 {
	background-image: url(../common/images/bg04.jpg);
}
#wrapper01.type03 {
	background-image: url(../common/images/bg05.jpg);
}
#wrapper01.type04 {
	background-image: url(../common/images/bg06.jpg);
}
#wrapper01.type05 {
	background-image: url(../common/images/bg07.jpg);
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #fff;
	text-decoration: none;
}

.hover a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.hover a:hover img {
	opacity: .6;
}


/* header
*****************************************/
#header01 {
	position: relative;
	z-index: 10;
	height: 120px;
	background: url(../common/images/bg02.png) repeat-x left bottom, url(../common/images/bg01.png) repeat 0 0;
}

#header01:after {
	position: absolute;
	bottom: -100px;
	left: 0;
	content: " ";
	width: 100%;
	height: 100px;
	background: url(../common/images/bg09.png) repeat-x left top;
}


#header01 > .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1100px;
}

#header01 > .inner01 > .logo01 {
	padding-top: 3px;
}

#globalNav01 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#globalNav01 ul > li {
	position: relative;
	overflow: hidden;
}

#globalNav01 ul > li:before,
#globalNav01 ul > li:after {
	position: absolute;
	top: 0;
	content: " ";
	width: 90px;
	height: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
}

#globalNav01 ul > li:before {
	left: 0;
	background: url(../common/images/head_bg07.png) no-repeat 0 0;
}
#globalNav01 ul > li:after {
	right: 0;
	background: url(../common/images/head_bg08.png) no-repeat 0 0;
}

#globalNav01 ul > li.current:before,
#globalNav01 ul > li:hover:before {
	left: -90px;
}
#globalNav01 ul > li.current:after,
#globalNav01 ul > li:hover:after {
	right: -90px;
}

#globalNav01 ul > li.navi01 {
	background: url(../common/images/head_bg01.png) no-repeat 0 0;
}
#globalNav01 ul > li.navi02 {
	background: url(../common/images/head_bg02.png) no-repeat 0 0;
}
#globalNav01 ul > li.navi03 {
	background: url(../common/images/head_bg03.png) no-repeat 0 0;
}
#globalNav01 ul > li.navi04 {
	background: url(../common/images/head_bg04.png) no-repeat 0 0;
}
#globalNav01 ul > li.navi05 {
	background: url(../common/images/head_bg05.png) no-repeat 0 0;
}

#globalNav01 ul > li > a {
	position: relative;
	z-index: 5;
	display: block;
	background: url(../common/images/head_bg06.png) no-repeat 0 0;
}

#globalNav01 ul > li > a > img {
	position: relative;
	z-index: 5;
}

/* footer
*****************************************/
#footer01 {
	background: url(../common/images/bg08.png) repeat-x left top, url(../common/images/bg01.png) repeat 0 0;
}

#footer01 > .inner01 {
	position: relative;
	margin: 0 auto;
	padding: 40px 0 55px;
	width: 1100px;
}

.copyrights01 {
	position: absolute;
	top: 45px;
	right: 0;
}

.pagetop01 {
	position: fixed;
	left: 50%;
	bottom: 130px;
	margin-left: 557px;
	z-index: 100;
}

.btnArea01 {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 428px;
}

.btnArea01 > .button01 {
	position: absolute;
	top: 43px;
	left: -37px;
}

.btnArea01 > .button02 {
	position: absolute;
	top: 56px;
	left: 40px;
}

.btnArea01 > .button03 {
	position: absolute;
	top: 0;
	left: 67px;
}

.btnArea01 > .button04 {
	position: absolute;
	top: 18px;
	left: 51px;
}

.btnArea01 > .button05 {
	position: absolute;
	top: 11px;
	left: 93px;
}

/* contents
*****************************************/
.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#contents01 {
	position: relative;
	overflow-x: hidden;
}

.heading01 {
	position: relative;
	height: 590px;
	text-align: center;
}

.heading01 > img {
	position: absolute;
	top: 0;
	left: 50%;
}
.heading01 > img.image01 {
	margin-left: -674px;
}
.heading01 > img.image02 {
	margin-left: -630px;
}
.heading01 > img.image03 {
	margin-left: -750px;
}
.heading01 > img.image04 {
	margin-left: -682px;
}
.heading01 > img.image05 {
	margin-left: -787px;
}

.frameArea01 {
	position: relative;
	z-index: 5;
	background-color: rgba(0, 0, 0, .5);
}

.frameArea01.bg01 {
	background: rgba(0, 0, 0, .5) url(../contents/images/bg01.png) no-repeat center top;
}

.frameArea01 > .inner01 {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 1100px;
}

.txt01 {
	padding-top: 43px;
}

.img01 {
	padding-top: 50px;
}

.localNavi01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section01 + .localNavi01 {
	margin-top: 50px;
}

.localNavi01 > li {
	margin: 30px 0 0 36px;
}

.localNavi01 > li:nth-child(4n+1) {
	margin-left: 0;
}

.section01 {
	position: relative;
	margin-top: 70px;
}

.section01:first-child {
	margin-top: 0;
	padding-top: 70px;
}

.section01 > .image01 {
	margin: -6px 0 0 -67px;
}

.section01 > .image02 {
	margin-top: 17px;
}

.section01 > .image03 {
	margin: -93px -173px 0 0;
}

.section01 > .image04 {
	position: relative;
	z-index: -1;
	margin: -56px 0 0 -104px;
}

.section01 > .image05 {
	margin: 39px 0 0 -206px;
}

.section01 > .image06 {
	margin-top: 32px;
}

.section01 > .image07 {
	margin-top: 29px;
}

.section01 > .image08 {
	margin-top: 14px;
}

.section01 > .image09 {
	margin-top: 12px;
}

.section01 > .image10 {
	margin: 14px 0 0 20px;
}

.section01 > .image11 {
	margin-top: 15px;
}

.section01 > .image12 {
	margin-top: 28px;
}

.section01 > .image13 {
	margin: -16px -30px 0 12px;
}

.section01 > .image14 {
	margin: 9px 0 0 -3px;
}

.section01 > .text01 {
	margin-top: 30px;
	text-align: center;
}

.section02 {
	position: relative;
	margin-top: 100px;
}

.list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: -4px;
}

.list01 > li {
	position: relative;
	margin-top: 30px;
	width: 530px;
	height: 300px;
}

.list01 > li > img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.list02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -3px;
}

.list02 > li {
	margin: 20px 0 0 20px;
}

.list02 > li:nth-child(4n+1) {
	margin-left: 0;
}

/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
