@charset "utf-8";

/* ===================================================================
CSS Document

 file name  :index.css
 style info :ティザーサイト 他
=================================================================== */

/*----------------------------------------------------
	☆ロールオーバー
----------------------------------------------------*/
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=70);
  transition-property: all;
  transition: 0.3s linear;
}

/*----------------------------------------------------
	☆テキスト関連
----------------------------------------------------*/
.sizeSS {font-size: 93% !important;}
.sizeS {font-size: 100% !important;}
.sizeM {font-size: 108% !important;}
.sizeL {font-size: 116% !important;}
.sizeLL {font-size: 123.1% !important;}
.sizeXL {font-size: 138.5% !important;}
.sizeXXL {font-size: 153.9% !important;}

.size10 { font-size:77%!important; }
.size11 { font-size:85%!important; }
.size12 { font-size:93%!important; }
.size13 { font-size:100%!important; }
.size14 { font-size:108%!important; }
.size15 { font-size:116%!important; }
.size16 { font-size:123.1%!important; }
.size17 { font-size:131%!important; }
.size18 { font-size:138.5%!important; }
.size19 { font-size:146.5%!important; }
.size20 { font-size:153.9%!important; }
.size21 { font-size:161.6%!important; }
.size22 { font-size:167%!important; }
.size23 { font-size:174%!important; }
.size24 { font-size:182%!important; }
.size25 { font-size:189%!important; }
.size26 { font-size:197%!important; }

.sectionBlock{
	overflow:hidden;
	_height:1%;
	clear:both;
	margin:0 0 20px 0;
}

#main_area p{
	overflow:hidden;
	margin:0 0 15px 0;
}

#main_area table p{
	clear:both;
	margin:15px 0 5px 0;
}

.left{text-align:left}
.right{text-align:right}
.center{text-align:center}

#main_area .promo{
	font-weight:bold
}
sup{
	font-size:9px;
	line-height:1;
	vertical-align:top
}

.s{
	font-size:85%;
}

.red{
	color: #C00;;
}


.hide_text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*----------------------------------------------------
	☆幅
----------------------------------------------------*/
.w30{width:30px;}
.w50{width:50px;}
.w60{width:60px;}
.w80{width:80px;}
.w100{width:100px;}
.w150{width:150px;}
.w350{width:350px;}
.w650{width:650px;}
.wfull{width:100%;}

.top20 { margin-top:20px; !important}
.top30 { margin-top:30px; !important}

.btm0 { margin-bottom:0px; !important}
.btm3 { margin-bottom:3px; !important}
.btm5 { margin-bottom:5px; !important}
.btm10 { margin-bottom:10px; !important}
.btm20 { margin-bottom:20px; !important}
.btm30 { margin-bottom:30px; !important}
.btm40 { margin-bottom:40px; !important}
.btm50 { margin-bottom:50px; !important}

.left0 { margin-left:0px; !important}
.left3 { margin-left:3px; !important}
.left5 { margin-left:5px; !important}
.left10 { margin-left:10px; !important}
.left15 { margin-left:15px; !important}
.left20 { margin-left:20px; !important}
.left30 { margin-left:30px; !important}
.left40 { margin-left:40px; !important}
.left50 { margin-left:50px; !important}



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

	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;}

p {
	padding: 0 0 30px 0;
}

h1 {
	position: absolute;
	top:50%;
	margin-top:-214px;
	left:50%;
	margin-left:-346px;
}

#img02{
	position: absolute;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left:-400px;
}

#img03{
	position: absolute;
	top:50%;
	margin-top:-262px;
	left:50%;
	margin-left:-350px;
}

#img04{
	position: absolute;
	top:50%;
	margin-top:-242px;
	left:50%;
	margin-left:-372px;
}
/* #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:url(../../image/bg01.jpg) no-repeat;
	background-size:cover;
}
#stage2 {
	background: #f2a7c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2a7c8 0%, #f097bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2a7c8), color-stop(100%,#f097bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2a7c8 0%,#f097bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2a7c8 0%,#f097bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2a7c8 0%,#f097bd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2a7c8 0%,#f097bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a7c8', endColorstr='#f097bd',GradientType=0 ); /* IE6-9 */
}

#stage3 {background:#ffe627;}

#stage4 {
	background: #9dd081; /* Old browsers */
	background: -moz-linear-gradient(top,  #9dd081 0%, #8ac669 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd081), color-stop(100%,#8ac669)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9dd081 0%,#8ac669 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9dd081 0%,#8ac669 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9dd081 0%,#8ac669 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9dd081 0%,#8ac669 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd081', endColorstr='#8ac669',GradientType=0 ); /* IE6-9 */
}

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

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

