@charset "utf-8";
/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}

html {
	font-size: 75%;
	-webkit-text-size-adjust: none;
}

img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-tap-highlight-color: transparent;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
/*\*/
	overflow: hidden;
/**/
}

option {
	padding-right: 10px;
}

/* ------------------------------
	HTML5 ELEMENTS
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}




/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 160%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

a:link { text-decoration:nderline; color: #0000ff;}
a:visited { text-decoration:nderline; color: #0000ff;}
a:active { text-decoration:nderline; color: #0000ff;}
a:hover { text-decoration:none; color: #0000ff;}

@media print, screen and (min-width:1025px){

#PC1 { display:block; color:#000;}
#PC2 {  color:#000;}
#TB { display:none; color:#000;}
#SP { display:none; color:#000;}

#hdbox {
	top: 0;
	left: 0;
	padding: 12px 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	margin: 0px 0px 10px 0px;
	position: absolute;
}
#hdbox2 {
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
#hdbox2 div {
	text-align: left;
	font-size: 14px;
}
#ftbox {
	bottom: 0;
	left: 0;
	padding: 10px 0px 0px 0px;
	width: 100%;
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
}



h1 {
	float:left;
	display: flex;
	align-items: center;
	margin: 0px auto 0 -10px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}
h1 img{
	width: 280px;
	padding: 0px 10px 0px 0px;
	margin-top: -10px;
	margin-bottom: -10px;
}
h2 {
	float:right;
	padding: 10px 0px 0px 0px ;
	font-size: 14px;
	text-align: right;
}

/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	padding: 100px 0 0 0;
	text-align: center;
}
#stage1 {background:#fff;}
#stage2 {background:#fff;}
#stage3 {background:#fff;}
#stage4 {background:#fff;}
#stage5 {background:#fff;}


/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 99;
}
.stageSlide .sdPrev {
	left: 80px;
	background: transparent url(./images/ico.png) no-repeat left top;
}
.stageSlide .sdNext {
	right: 80px;
	background: transparent url(./images/top.png) no-repeat left top;
}

.stageSlide .slideNav {
	bottom: 70px;
	left: 0;
	width: 100%;
	height: 17px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
	margin: 0 5px;
	width: 17px;
	height: 17px;
	background: transparent url(./images/maru1.png) no-repeat center center;
	display: inline-block;
	overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(./images/maru2.png) no-repeat center center;
}

/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	right: 25px;
	width: 17px;
	text-align: center;
	position: fixed;
	z-index: 2;
}
#pageNav ul {
	width: 17px;
	display: block;
}
#pageNav ul li {
	padding-bottom: 5px;
	width: 17px;
	height: 17px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 17px;
	height: 17px;
	background: transparent url(./images/maru1.png) no-repeat center center;
	display: block;
}
#pageNav ul li.activeStage a {
	background: transparent url(./images/maru2.png) no-repeat center center;
}

/* #pageDown
--------------------------- */
#pageDown {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	z-index: 3;
}
#pageDown a {
	margin: 0 auto;
	width: 63px;
	height: 63px;
	background: transparent url(./images/ico.png) no-repeat center center;
	display: block;
}


#mainimage {
	max-width:800px;
	width:100%;
	height:auto;
	margin: 0px auto;
}
#btm {
	z-index:1;
}
#btm img{
	max-width:1000px;
	width:100%;
	height:auto;
}

#mainimage .link1 {
	right: -396px;
	bottom: 87px;
	position: relative;
	list-style: none;
	z-index:10;
}
#mainimage .link2 {
	right: -174px;
	bottom: 45px;
	position: relative;
	list-style: none;
	z-index:10;
}
.link3 {
	left: 70px;
	top: -390px;
	position: relative;
	list-style: none;
	z-index:10;
	width: 300px;
	display: block;
}
.link4 {
	right: -440px;
	top: -700px;
	position: relative;
	list-style: none;
	z-index:10;
	width: 300px;
	display: block;
}

.link3 img,
.link4 img{
	width: 100%;
	display: block;
}

#mainimage .link1:hover {
	opacity:0.8;
}
#mainimage .link2:hover {
	opacity:0.8;
}
#mainimage .link3:hover {
	opacity:0.8;
}
#mainimage .link4:hover {
	opacity:0.8;
}


}

/* ----------------------------------------------------------------
    タブレット用　モニター幅1024px以下,幅は768pxで制作
----------------------------------------------------------------- */
@media only screen and (max-width:1024px){

#PC1 { display:none; color:#000;}
#PC2 { display:block; color:#000;}
#TB { display:block; color:#000;}
#SP { display:none; color:#000;}

#hdbox {
	top: 0;
	left: 0;
	padding: 6px 0;
	width: 768px;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	margin: 0px 0px 0px 0px;
	position: absolute;
}
#hdbox2 {
	max-width: 768px;
	width: 100%;
	margin: 0px auto;
}
#hdbox2 div {
	display: none;
}
#ftbox {
	bottom: 5;
	left: 0;
	padding: 5px 0px 0px 0px;
	width: 768px;
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
}



h1 {
	float:left;
	margin: 0px auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
h1 img{
	width: 60%;
	height: auto;
	padding: 0px 10px 0px 0px;
}
h2 {
	float:right;
	padding: 5px 0px 0px 0px ;
	font-size: 14px;
	text-align: right;
}

/* #container
--------------------------- */
#container {
	width: 768px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 768px;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	padding: 80px 0 0 0;
	text-align: center;
}
#stage1 {background:#fff;}
#stage2 {background:#fff;}
#stage3 {background:#fff;}
#stage4 {background:#fff;}
#stage5 {background:#fff;}


/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 99;
}
.stageSlide .sdPrev {
	left: 80px;
	background: transparent url(./images/ico.png) no-repeat left top;
}
.stageSlide .sdNext {
	right: 80px;
	background: transparent url(./images/top.png) no-repeat left top;
}

.stageSlide .slideNav {
	bottom: 70px;
	left: 0;
	width: 100%;
	height: 17px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
	margin: 0 5px;
	width: 17px;
	height: 17px;
	background: transparent url(./images/maru1.png) no-repeat center center;
	display: inline-block;
	overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(./images/maru2.png) no-repeat center center;
}

/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	right: 25px;
	width: 17px;
	text-align: center;
	position: fixed;
	z-index: 2;
}
#pageNav ul {
	width: 17px;
	display: block;
}
#pageNav ul li {
	padding-bottom: 5px;
	width: 17px;
	height: 17px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 17px;
	height: 17px;
	background: transparent url(./images/maru1.png) no-repeat center center;
	display: block;
}
#pageNav ul li.activeStage a {
	background: transparent url(./images/maru2.png) no-repeat center center;
}

/* #pageDown
--------------------------- */
#pageDown {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	z-index: 3;
}
#pageDown a {
	margin: 0 auto;
	width: 63px;
	height: 63px;
	background: transparent url(./images/ico.png) no-repeat center center;
	display: block;
}


#mainimage {
	max-width:768px;
	width:100%;
	height:auto;
	margin: 0px auto;
}
#btm {
	z-index:1;
}
#btm img{
	max-width:768px;
	width:768px;
	height:auto;
}

#mainimage .link1 {
	right: -360px;
	bottom: 84px;
	position: relative;
	list-style: none;
	z-index:10;
}
#mainimage .link2 {
	right: -138px;
	bottom: 44px;
	position: relative;
	list-style: none;
	z-index:10;
}
.link3 {
	left: -10px;
	top: -400px;
	position: relative;
	z-index:10;
}
.link4 {
	right: -10px;
	top: -400px;
	position: relative;
	z-index:10;
}
.link3 a img {
	width: 330px;
	height: auto;
}
.link4 a img {
	width: 330px;
	height: auto;
}

#mainimage .link1:hover {
	opacity:0.8;
}
#mainimage .link2:hover {
	opacity:0.8;
}
.link3:hover {
	opacity:0.8;
}
.link4:hover {
	opacity:0.8;
}

}

/* ----------------------------------------------------------------
    スマートフォン用　モニター幅640px以下,幅は320pxで制作
----------------------------------------------------------------- */
@media only screen and (max-width:640px){

#PC1 { display:none; color:#000;}
#PC2 { display:none; color:#000;}
#TB { display:none; color:#000;}
#SP { display:block; color:#000;}

#hdbox {
	top: 0;
	left: 0;
	padding: 2px 0;
	width: 320px;
	border-bottom: 1px solid #ccc;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 0px;
	position: absolute;
}
#hdbox2 {
	max-width: 320px;
	width: 100%;
	margin: 0px auto;
}
#hdbox2 div {
	display: none;
}
#ftbox {
	bottom: 0;
	left: 0;
	padding: 4px 0px 0px 0px;
	width: 320px;
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
}

h1 {
	float:left;
	margin: 0 auto -5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
h1 img{
	width: 80%;
	padding: 0px;
}
h2 {
	display: none;
}

/* #container
--------------------------- */
#container {
	width: 320px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 320px;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	padding: 55px 0 0 0;
	text-align: center;
}
#stage1 {background:#fff;}
#stage2 {background:#fff;}
#stage3 {background:#fff;}
#stage4 {background:#fff;}
#stage5 {background:#fff;}


/* .stageSlide
--------------------------- */
.stageSlide {
	display: none;
}
.stageSlide .slideWrap {
	display: none;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	display: none;
}
.stageSlide .slideWrap:after {display: none;}
.stageSlide .slideWrap {display: none;}

.stageSlide .slidePanel {
	display: none;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	display: none;
}
.stageSlide .sdPrev {
	display: none;
}
.stageSlide .sdNext {
	display: none;
}

.stageSlide .slideNav {
	display: none;
}
.stageSlide .slideNav a {
	display: none;
}
.stageSlide .slideNav a.pnActive {
	display: none;
}

/* #pageNav
--------------------------- */
#pageNav {
	display: none;
}
#pageNav ul {
	display: none;
}
#pageNav ul li {
	display: none;
}
#pageNav ul li a {
	display: none;
}
#pageNav ul li.activeStage a {
	display: none;
}

/* #pageDown
--------------------------- */
#pageDown {
	display: none;
}
#pageDown a {
	display: none;
}


#mainimage {
	max-width:320px;
	width:100%;
	margin: 0px auto;
}
#btm {
	z-index:1;
}
#btm img{
	max-width:320px;
	width:320px;
	height:auto;
}

#mainimage .link1 {
	right: 0px;
	bottom: 0px;
	position: relative;
	margin: 1px auto;
}
#mainimage .link2 {
	right: 0px;
	bottom: 0px;
	position: relative;
	margin: 1px auto;
}
.link3 {
	left: -5px;
	top: -170px;
	position: relative;
	z-index:10;
}
.link4 {
	right: -5px;
	top: -170px;
	position: relative;
	z-index:10;
}
.link3 a img {
	width: 140px;
	height: auto;
}
.link4 a img {
	width: 140px;
	height: auto;
}

#mainimage .link1:hover {
	opacity:0.8;
}
#mainimage .link2:hover {
	opacity:0.8;
}
.link3:hover {
	opacity:0.8;
}
.link4:hover {
	opacity:0.8;
}


}
