@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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;}/*HTML5display-roleresetforolderbrowsers*/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;}

body{
	font-family: "Lucida Grande", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 13px;
	color: #484848;
	-webkit-text-size-adjust: 100%;
	transform: scale(.88);
	transform-origin: 50% 0;
}

a{
	-webkit-touch-callout:none;
	 -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	 outline: none;
	 border: none;
}



body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ ゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
}

#wrap{
	width: 1180px;
	height: 820px;
	/* width: 1024px;
	height: 680px; */
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#page_container {
	margin: 0px auto;
	width: 1180px;
	height: 820px;

}
#page_contents {
	width: 2360px;
	/* width: 10240px; */
	z-index: 1;
}
#page_contents  > li {
	width: 1180px;
	height: 720px;
	float: left;
	position: relative;
}
#page_contents  .panel_body {
	width: 1180px;
	height: 720px;
	position: relative;
	-webkit-overflow-scrolling: auto;
	overflow-scrolling: auto;
	overflow: auto;
}


#page_contents  .panel_body img {
	display: block;
}
#page_contents #panel_01 .panel_body {
	display: flex;
	justify-content: center;
	align-items: center;
}
#page_contents #panel_02 .panel_body {
	padding-top: 130px;
}


#page_navi {
	background: #636;
}
#page_navi p#next {
	position: absolute;
	top: 284px;
	right: 0px;
	z-index: 10;
}
#page_navi p#prev {
	position: absolute;
	top: 284px;
	left: -60px;
	z-index: 10;
}
#page_navi p a {
	width: 60px;
	height: 90px;
	background-repeat: no-repeat;
	background-size: 60px 90px;
	text-indent: -9999px;
	display: block;
}
#page_navi p#next a {
	background-image: url(../img/btn_next.png);
}
#page_navi p#prev a {
	background-image: url(../img/btn_prev.png);
}

#page_footer {
	z-index: 9;
	height: 100px;
	background-color: #dd531c;
	position: absolute;
	bottom: 0;
	width: 1180px;
	height: 100px;
}
#page_footer .fnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 980px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}
#page_footer .fnav.index {
	justify-content: center;
}
#page_footer .fnav > a {

}
#page_footer .fnav > a img {
	width: auto;
	height: 42px;
}

#page_footer .pagenation {
	float: right;
	margin-right: 40px;
	padding-top: 4px;
}
#page_footer .pagenation ul {

}
#page_footer .pagenation ul li {
	float: left;
	margin: 0 0 0 10px;
	width: 18px;
	height: 18px;
	background-color: #c7c7c7;
}
#page_footer .pagenation ul li.current {
	background-color: #6e8b9b;
}


/* individual */
.page_individual {
	padding-top: 140px;

}
.heading_type01 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}
.heading_type02 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px;
}
.page02_btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page03_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 880px;
	margin: 0 auto;
}
.page03_btn > a {
	display: block;
	margin: 0 0 20px;
}
.page03_btn > a img {
	width: auto;
	height: 140px;
}
.page04_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 880px;
	margin: 0 auto;
}
.page04_btn > a {
	display: block;
	margin: 0 0 10px;
}


/* page_item */
.page_item {
	padding-top: 100px;
}
.heading_item {
	width: 980px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #000;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.4;
}
.page_pic {
	width: 980px;
	margin: 0 auto;
}
.page_pic img {
	width: 100%;
	height: auto;
}

.page_body {
	width: 980px;
	margin: 20px auto 0;
	display: flex;
}
.page_body img {
	width: 100%;
	height: auto;
}
.page_body .heading_example {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}
.page_body .page_left {
	width: 482px;
	padding: 0 0 0 15px;
}
.page_body .page_right {
	width: 490px;
}
.page_body .block_movie {
	width: 412px;
	margin-bottom: 25px;
	padding-top: 10px;
}
.page_body .block_movie .mov_box {

}
.page_body .block_movie .mov_box a {
	display: block;
	position: relative;
}
.page_body .block_movie .mov_box a::before {
	content: "";
	width: 68px;
	height: 68px;
	background: url(../img/btn_play.png) no-repeat 0 0;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -34px;
	margin-left: -34px;
}

.page_body .block_product {
	width: 412px;
}


#page_footer .guide{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
#page_footer .guide img{
	width: auto;
	height: 35px;
}
#page_footer .guide .totop{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.w100{
	width: 100%;
	height: auto;
}

